Pull request #359 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 b3069d58daddec4f0489f199d23d3a6acd3e16a6 rather than f996e2743d3de620a85ced65e1f97de83f30dc4a Obtained Jenkinsfile from b3069d58daddec4f0489f199d23d3a6acd3e16a6 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-8378 in /w/workspace/dry_go-mod-core-contracts_PR-359 [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-359 # 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 b3069d58daddec4f0489f199d23d3a6acd3e16a6 into PR head commit f996e2743d3de620a85ced65e1f97de83f30dc4a Merge succeeded, producing f996e2743d3de620a85ced65e1f97de83f30dc4a Checking out Revision f996e2743d3de620a85ced65e1f97de83f30dc4a (PR-359) > 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/359/head:refs/remotes/origin/PR-359 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # 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 b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 Commit message: "refactor(data): Modify event and reading V2 API route path" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-23T06:27:03.601Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-23T06:27:03.871Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-23T06:27:03.978Z] ========================================================= [2020-10-23T06:27:03.978Z] EdgeX Global Pipelines Version Info [2020-10-23T06:27:03.978Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:27:05.937Z] ------------------- [2020-10-23T06:27:05.937Z] stable info: [2020-10-23T06:27:05.937Z] ------------------- [2020-10-23T06:27:05.937Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-23T06:27:05.937Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T06:27:05.937Z] Message: update stable to v1.0.148 [2020-10-23T06:27:06.512Z] ------------------- [2020-10-23T06:27:06.512Z] experimental info: [2020-10-23T06:27:06.512Z] ------------------- [2020-10-23T06:27:06.512Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-23T06:27:06.512Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T06:27:06.512Z] Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-23T06:27:06.919Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-23T06:27:07.024Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-23T06:27:07.128Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-23T06:27:07.230Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-23T06:27:07.325Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-23T06:27:07.423Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-23T06:27:07.515Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-23T06:27:07.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-23T06:27:07.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-23T06:27:07.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-23T06:27:07.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-23T06:27:08.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-23T06:27:08.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-23T06:27:08.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-23T06:27:08.294Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T06:27:08.401Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T06:27:08.496Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T06:27:08.586Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T06:27:08.684Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-23T06:27:08.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-23T06:27:08.927Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-23T06:27:09.024Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-23T06:27:09.117Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-23T06:27:09.245Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-23T06:27:09.358Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-23T06:27:09.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-359 [Pipeline] echo [2020-10-23T06:27:09.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-359 [Pipeline] echo [2020-10-23T06:27:09.634Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-359 [Pipeline] echo [2020-10-23T06:27:09.728Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f996e2743d3de620a85ced65e1f97de83f30dc4a [Pipeline] echo [2020-10-23T06:27:09.825Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f996e27 [Pipeline] echo [2020-10-23T06:27:09.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T06:27:10.540Z] + git log --format=format:%s -1 f996e2743d3de620a85ced65e1f97de83f30dc4a [Pipeline] echo [2020-10-23T06:27:10.615Z] GIT_COMMIT: f996e2743d3de620a85ced65e1f97de83f30dc4a, Commit Message: refactor(data): Modify event and reading V2 API route path [Pipeline] echo [2020-10-23T06:27:10.684Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:27:11.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T06:27:11.912Z] [2020-10-23T06:27:11.912Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:27:12.258Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T06:27:12.259Z] latest: Pulling from edgex-devops/git-semver [2020-10-23T06:27:12.259Z] 31603596830f: Pulling fs layer [2020-10-23T06:27:12.259Z] 2a8b12db71e7: Pulling fs layer [2020-10-23T06:27:12.259Z] 6ca5941a6612: Pulling fs layer [2020-10-23T06:27:12.259Z] ecc8261a40a4: Pulling fs layer [2020-10-23T06:27:12.259Z] ecc8261a40a4: Waiting [2020-10-23T06:27:12.524Z] 2a8b12db71e7: Verifying Checksum [2020-10-23T06:27:12.524Z] 2a8b12db71e7: Download complete [2020-10-23T06:27:12.524Z] 31603596830f: Verifying Checksum [2020-10-23T06:27:12.524Z] 31603596830f: Download complete [2020-10-23T06:27:12.524Z] ecc8261a40a4: Verifying Checksum [2020-10-23T06:27:12.524Z] ecc8261a40a4: Download complete [2020-10-23T06:27:12.788Z] 6ca5941a6612: Download complete [2020-10-23T06:27:12.788Z] 31603596830f: Pull complete [2020-10-23T06:27:13.055Z] 2a8b12db71e7: Pull complete [2020-10-23T06:27:14.014Z] 6ca5941a6612: Pull complete [2020-10-23T06:27:14.014Z] ecc8261a40a4: Pull complete [2020-10-23T06:27:14.014Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-23T06:27:14.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T06:27:14.014Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-23T06:27:14.127Z] prd-centos7-docker-4c-2g-8378 does not seem to be running inside a container [2020-10-23T06:27:14.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-359 -v /w/workspace/dry_go-mod-core-contracts_PR-359:/w/workspace/dry_go-mod-core-contracts_PR-359:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-359@tmp:/w/workspace/dry_go-mod-core-contracts_PR-359@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T06:27:16.730Z] $ docker top 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T06:27:17.163Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T06:27:17.163Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T06:27:17.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T06:27:17.433Z] $ docker exec 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent [2020-10-23T06:27:17.604Z] SSH_AUTH_SOCK=/tmp/ssh-RrathTb9ISzg/agent.12 [2020-10-23T06:27:17.604Z] SSH_AGENT_PID=17 [2020-10-23T06:27:17.618Z] Running ssh-add (command line suppressed) [2020-10-23T06:27:17.740Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_625139757776237506.key (/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_625139757776237506.key) [2020-10-23T06:27:17.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T06:27:18.132Z] + git tag --points-at HEAD [Pipeline] } [2020-10-23T06:27:18.158Z] $ docker exec --env ******** --env ******** 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent -k [2020-10-23T06:27:18.281Z] unset SSH_AUTH_SOCK; [2020-10-23T06:27:18.281Z] unset SSH_AGENT_PID; [2020-10-23T06:27:18.281Z] echo Agent pid 17 killed; [2020-10-23T06:27:18.326Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-23T06:27:18.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T06:27:18.469Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T06:27:18.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T06:27:18.644Z] $ docker exec 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent [2020-10-23T06:27:18.806Z] SSH_AUTH_SOCK=/tmp/ssh-IoSEZnBDKLv5/agent.47 [2020-10-23T06:27:18.806Z] SSH_AGENT_PID=52 [2020-10-23T06:27:18.813Z] Running ssh-add (command line suppressed) [2020-10-23T06:27:18.938Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_105047291764868961.key (/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_105047291764868961.key) [2020-10-23T06:27:18.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T06:27:19.326Z] + git semver init [2020-10-23T06:27:19.326Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T06:27:19.326Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-359/.git [2020-10-23T06:27:19.326Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-359 [2020-10-23T06:27:19.326Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T06:27:19.326Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T06:27:19.326Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T06:27:19.326Z] # $SEMVER_BRANCH = PR-359 [2020-10-23T06:27:19.326Z] # $SEMVER_TEMP = /tmp/semver-997168175 [2020-10-23T06:27:19.326Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-23T06:27:19.902Z] # '/tmp/semver-997168175' -> '/w/workspace/dry_go-mod-core-contracts_PR-359/.semver' [2020-10-23T06:27:19.902Z] # -> Force: false [2020-10-23T06:27:19.902Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-359/.semver [Pipeline] } [2020-10-23T06:27:19.917Z] $ docker exec --env ******** --env ******** 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent -k [2020-10-23T06:27:20.049Z] unset SSH_AUTH_SOCK; [2020-10-23T06:27:20.050Z] unset SSH_AGENT_PID; [2020-10-23T06:27:20.050Z] echo Agent pid 52 killed; [2020-10-23T06:27:20.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T06:27:20.716Z] + git semver [Pipeline] } [2020-10-23T06:27:20.738Z] $ docker stop --time=1 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab [2020-10-23T06:27:22.557Z] $ docker rm -f 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-23T06:27:23.026Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-23T06:27:23.671Z] Stashed 1 file(s) [Pipeline] echo [2020-10-23T06:27:23.674Z] [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-23T06:27:43.127Z] Still waiting to schedule task [2020-10-23T06:27:43.127Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-23T06:27:43.129Z] Still waiting to schedule task [2020-10-23T06:27:43.129Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-23T06:29:28.114Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8379 in /w/workspace/dry_go-mod-core-contracts_PR-359 [Pipeline] { [Pipeline] ws [2020-10-23T06:29:28.186Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-10-23T06:29:33.533Z] using credential edgex-jenkins-ssh [2020-10-23T06:29:33.618Z] Cloning the remote Git repository [2020-10-23T06:29:33.677Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T06:29:33.798Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-10-23T06:29:33.885Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T06:29:33.886Z] > git --version # timeout=10 [2020-10-23T06:29:33.905Z] > git --version # 'git version 2.17.1' [2020-10-23T06:29:33.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T06:29:33.975Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T06:29:35.810Z] Merging remotes/origin/master commit b3069d58daddec4f0489f199d23d3a6acd3e16a6 into PR head commit f996e2743d3de620a85ced65e1f97de83f30dc4a [2020-10-23T06:29:35.070Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T06:29:35.101Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T06:29:35.135Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T06:29:35.192Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T06:29:35.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T06:29:35.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/359/head:refs/remotes/origin/PR-359 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T06:29:36.073Z] Merge succeeded, producing f996e2743d3de620a85ced65e1f97de83f30dc4a [2020-10-23T06:29:36.074Z] Checking out Revision f996e2743d3de620a85ced65e1f97de83f30dc4a (PR-359) [2020-10-23T06:29:35.836Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T06:29:35.854Z] > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 [2020-10-23T06:29:35.988Z] > git remote # timeout=10 [2020-10-23T06:29:36.005Z] > git config --get remote.origin.url # timeout=10 [2020-10-23T06:29:36.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T06:29:36.035Z] > git merge b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 [2020-10-23T06:29:36.057Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-23T06:29:36.085Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T06:29:36.102Z] > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 [2020-10-23T06:29:40.521Z] Commit message: "refactor(data): Modify event and reading V2 API route path" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T06:29:41.600Z] ========================================================= [2020-10-23T06:29:41.600Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-23T06:29:41.600Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:29:42.492Z] + 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-23T06:29:43.477Z] Sending build context to Docker daemon 1.787MB [2020-10-23T06:29:43.477Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-23T06:29:43.477Z] Step 2/7 : FROM ${BASE} [2020-10-23T06:29:43.754Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-23T06:29:43.754Z] b538f80385f9: Pulling fs layer [2020-10-23T06:29:43.754Z] 74f711af9a0d: Pulling fs layer [2020-10-23T06:29:43.754Z] 99f96fe45779: Pulling fs layer [2020-10-23T06:29:43.754Z] 8529a6b9a6be: Pulling fs layer [2020-10-23T06:29:43.754Z] 45590311c82a: Pulling fs layer [2020-10-23T06:29:43.754Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-23T06:29:43.754Z] 209524e5b208: Pulling fs layer [2020-10-23T06:29:43.754Z] 8529a6b9a6be: Waiting [2020-10-23T06:29:43.754Z] 45590311c82a: Waiting [2020-10-23T06:29:43.754Z] 69ca0ff8b7b3: Waiting [2020-10-23T06:29:43.754Z] 209524e5b208: Waiting [2020-10-23T06:29:43.754Z] 99f96fe45779: Verifying Checksum [2020-10-23T06:29:43.754Z] 99f96fe45779: Download complete [2020-10-23T06:29:44.032Z] 74f711af9a0d: Verifying Checksum [2020-10-23T06:29:44.032Z] 74f711af9a0d: Download complete [2020-10-23T06:29:44.032Z] 45590311c82a: Download complete [2020-10-23T06:29:44.032Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-23T06:29:44.032Z] 69ca0ff8b7b3: Download complete [2020-10-23T06:29:44.032Z] b538f80385f9: Verifying Checksum [2020-10-23T06:29:44.032Z] b538f80385f9: Download complete [2020-10-23T06:29:44.637Z] b538f80385f9: Pull complete [2020-10-23T06:29:45.251Z] 74f711af9a0d: Pull complete [2020-10-23T06:29:45.857Z] 99f96fe45779: Pull complete [2020-10-23T06:29:46.567Z] 209524e5b208: Verifying Checksum [2020-10-23T06:29:46.567Z] 209524e5b208: Download complete [2020-10-23T06:29:48.011Z] 8529a6b9a6be: Download complete [2020-10-23T06:30:00.426Z] 8529a6b9a6be: Pull complete [2020-10-23T06:30:00.426Z] 45590311c82a: Pull complete [2020-10-23T06:30:00.426Z] 69ca0ff8b7b3: Pull complete [2020-10-23T06:30:03.087Z] 209524e5b208: Pull complete [2020-10-23T06:30:03.087Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-23T06:30:03.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-23T06:30:03.087Z] ---> 5bddaf1c2fca [2020-10-23T06:30:03.087Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-23T06:30:05.727Z] ---> Running in 7f1afae800c7 [2020-10-23T06:30:05.727Z] Removing intermediate container 7f1afae800c7 [2020-10-23T06:30:05.727Z] ---> 2b83c50126c6 [2020-10-23T06:30:05.727Z] Step 4/7 : RUN apk add bash [2020-10-23T06:30:06.000Z] ---> Running in 4aa0a4319d4e [2020-10-23T06:30:07.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T06:30:08.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T06:30:09.581Z] OK: 142 MiB in 39 packages [2020-10-23T06:30:10.567Z] Removing intermediate container 4aa0a4319d4e [2020-10-23T06:30:10.567Z] ---> 1f18bcba2b40 [2020-10-23T06:30:10.567Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-23T06:30:10.567Z] ---> Running in 92fc95243016 [2020-10-23T06:30:11.166Z] Removing intermediate container 92fc95243016 [2020-10-23T06:30:11.166Z] ---> 5852c356fe2a [2020-10-23T06:30:11.166Z] Step 6/7 : COPY go.mod . [2020-10-23T06:30:11.760Z] ---> b1beddb70543 [2020-10-23T06:30:11.760Z] Step 7/7 : RUN go mod download [2020-10-23T06:30:11.760Z] ---> Running in 5d99e79e18a6 [2020-10-23T06:30:24.996Z] Running on prd-centos7-docker-4c-2g-8380 in /w/workspace/dry_go-mod-core-contracts_PR-359 [Pipeline] { [Pipeline] ws [2020-10-23T06:30:25.066Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-10-23T06:30:26.867Z] Removing intermediate container 5d99e79e18a6 [2020-10-23T06:30:26.867Z] ---> 364c944b64bb [2020-10-23T06:30:26.867Z] Successfully built 364c944b64bb [2020-10-23T06:30:26.867Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:30:27.278Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T06:30:27.278Z] . [Pipeline] withDockerContainer [2020-10-23T06:30:27.566Z] prd-ubuntu18.04-docker-arm64-4c-16g-8379 does not seem to be running inside a container [2020-10-23T06:30:27.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-arm64 cat [2020-10-23T06:30:27.673Z] using credential edgex-jenkins-ssh [2020-10-23T06:30:27.732Z] Cloning the remote Git repository [2020-10-23T06:30:27.761Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T06:30:27.831Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-10-23T06:30:28.017Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T06:30:28.017Z] > git --version # timeout=10 [2020-10-23T06:30:28.026Z] > git --version # 'git version 2.16.5' [2020-10-23T06:30:28.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T06:30:28.054Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T06:30:29.315Z] Merging remotes/origin/master commit b3069d58daddec4f0489f199d23d3a6acd3e16a6 into PR head commit f996e2743d3de620a85ced65e1f97de83f30dc4a [2020-10-23T06:30:29.427Z] Merge succeeded, producing f996e2743d3de620a85ced65e1f97de83f30dc4a [2020-10-23T06:30:29.427Z] Checking out Revision f996e2743d3de620a85ced65e1f97de83f30dc4a (PR-359) [2020-10-23T06:30:29.525Z] $ docker top 1d366bae579f948517caa20054c74ec7d5386ec23514ae9a10fea98d2203fe6d -eo pid,comm [2020-10-23T06:30:28.733Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T06:30:28.738Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T06:30:28.752Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-23T06:30:28.765Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-23T06:30:28.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T06:30:28.769Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/359/head:refs/remotes/origin/PR-359 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T06:30:29.324Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T06:30:29.332Z] > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 [2020-10-23T06:30:29.397Z] > git remote # timeout=10 [2020-10-23T06:30:29.404Z] > git config --get remote.origin.url # timeout=10 [2020-10-23T06:30:29.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T06:30:29.412Z] > git merge b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 [2020-10-23T06:30:29.422Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-23T06:30:29.430Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T06:30:29.434Z] > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 [Pipeline] { [Pipeline] sh [2020-10-23T06:30:30.956Z] + go version [2020-10-23T06:30:30.956Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-23T06:30:30.983Z] $ docker stop --time=1 1d366bae579f948517caa20054c74ec7d5386ec23514ae9a10fea98d2203fe6d [2020-10-23T06:30:32.950Z] $ docker rm -f 1d366bae579f948517caa20054c74ec7d5386ec23514ae9a10fea98d2203fe6d [2020-10-23T06:30:33.061Z] Commit message: "refactor(data): Modify event and reading V2 API route path" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T06:30:34.109Z] ========================================================= [2020-10-23T06:30:34.109Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-23T06:30:34.109Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:30:34.254Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T06:30:34.254Z] . [Pipeline] withDockerContainer [2020-10-23T06:30:34.819Z] + 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-23T06:30:34.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-8379 does not seem to be running inside a container [2020-10-23T06:30:34.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-arm64 cat [2020-10-23T06:30:35.397Z] Sending build context to Docker daemon 1.787MB [2020-10-23T06:30:35.397Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-23T06:30:35.397Z] Step 2/7 : FROM ${BASE} [2020-10-23T06:30:35.397Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-23T06:30:35.397Z] df20fa9351a1: Pulling fs layer [2020-10-23T06:30:35.397Z] ed8968b2872e: Pulling fs layer [2020-10-23T06:30:35.397Z] a92cc7c5fd73: Pulling fs layer [2020-10-23T06:30:35.397Z] e871e8e8d7a9: Pulling fs layer [2020-10-23T06:30:35.397Z] e73272ec9a57: Pulling fs layer [2020-10-23T06:30:35.397Z] 1e910a182e73: Pulling fs layer [2020-10-23T06:30:35.397Z] 4e634b169226: Pulling fs layer [2020-10-23T06:30:35.397Z] e871e8e8d7a9: Waiting [2020-10-23T06:30:35.397Z] e73272ec9a57: Waiting [2020-10-23T06:30:35.397Z] 1e910a182e73: Waiting [2020-10-23T06:30:35.397Z] 4e634b169226: Waiting [2020-10-23T06:30:35.662Z] a92cc7c5fd73: Verifying Checksum [2020-10-23T06:30:35.662Z] a92cc7c5fd73: Download complete [2020-10-23T06:30:35.662Z] ed8968b2872e: Verifying Checksum [2020-10-23T06:30:35.662Z] ed8968b2872e: Download complete [2020-10-23T06:30:35.662Z] e73272ec9a57: Verifying Checksum [2020-10-23T06:30:35.662Z] e73272ec9a57: Download complete [2020-10-23T06:30:35.662Z] 1e910a182e73: Verifying Checksum [2020-10-23T06:30:35.662Z] 1e910a182e73: Download complete [2020-10-23T06:30:35.662Z] df20fa9351a1: Verifying Checksum [2020-10-23T06:30:35.662Z] df20fa9351a1: Download complete [2020-10-23T06:30:35.928Z] df20fa9351a1: Pull complete [2020-10-23T06:30:36.189Z] ed8968b2872e: Pull complete [2020-10-23T06:30:36.189Z] a92cc7c5fd73: Pull complete [2020-10-23T06:30:36.779Z] $ docker top 77ceea7f6b9a7803d29e8133d6687cbe2c80cd9b717e69d11ca2ea35edd3aeba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T06:30:37.593Z] 4e634b169226: Verifying Checksum [2020-10-23T06:30:37.593Z] 4e634b169226: Download complete [2020-10-23T06:30:38.171Z] e871e8e8d7a9: Verifying Checksum [2020-10-23T06:30:38.171Z] e871e8e8d7a9: Download complete [2020-10-23T06:30:38.192Z] + make test [2020-10-23T06:30:38.192Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-23T06:30:43.488Z] e871e8e8d7a9: Pull complete [2020-10-23T06:30:43.488Z] e73272ec9a57: Pull complete [2020-10-23T06:30:43.488Z] 1e910a182e73: Pull complete [2020-10-23T06:30:47.728Z] 4e634b169226: Pull complete [2020-10-23T06:30:47.728Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-23T06:30:47.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-23T06:30:47.728Z] ---> f7629b54cfaa [2020-10-23T06:30:47.728Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-23T06:30:47.728Z] ---> Running in c3aff70682ff [2020-10-23T06:30:47.994Z] Removing intermediate container c3aff70682ff [2020-10-23T06:30:47.994Z] ---> 8f2ed242d114 [2020-10-23T06:30:47.994Z] Step 4/7 : RUN apk add bash [2020-10-23T06:30:48.259Z] ---> Running in 74ad27f0145e [2020-10-23T06:30:49.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T06:30:50.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T06:30:50.501Z] OK: 166 MiB in 39 packages [2020-10-23T06:30:51.078Z] Removing intermediate container 74ad27f0145e [2020-10-23T06:30:51.078Z] ---> d4c1d4c44fed [2020-10-23T06:30:51.078Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-23T06:30:51.078Z] ---> Running in 4fcf7edb437c [2020-10-23T06:30:51.341Z] Removing intermediate container 4fcf7edb437c [2020-10-23T06:30:51.341Z] ---> e5fe45510a39 [2020-10-23T06:30:51.341Z] Step 6/7 : COPY go.mod . [2020-10-23T06:30:51.605Z] ---> 3a272e1a075b [2020-10-23T06:30:51.605Z] Step 7/7 : RUN go mod download [2020-10-23T06:30:51.605Z] ---> Running in 29fc5483dc72 [2020-10-23T06:31:00.418Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-23T06:31:01.025Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.030s coverage: 85.7% of statements [2020-10-23T06:31:01.025Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.039s coverage: 100.0% of statements [2020-10-23T06:31:01.662Z] Removing intermediate container 29fc5483dc72 [2020-10-23T06:31:01.662Z] ---> 2d9885c4db98 [2020-10-23T06:31:01.662Z] Successfully built 2d9885c4db98 [2020-10-23T06:31:01.927Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:31:02.291Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T06:31:02.291Z] . [Pipeline] withDockerContainer [2020-10-23T06:31:02.401Z] prd-centos7-docker-4c-2g-8380 does not seem to be running inside a container [2020-10-23T06:31:02.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-x86_64 cat [2020-10-23T06:31:02.482Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.066s coverage: 45.4% of statements [2020-10-23T06:31:02.482Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.049s coverage: 77.8% of statements [2020-10-23T06:31:02.482Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-23T06:31:02.482Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements [2020-10-23T06:31:03.237Z] $ docker top baaa99fe9f7f385723a8bb03667581c6a1e81819a4610bafde0f0481d2fef102 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T06:31:03.720Z] + go version [2020-10-23T06:31:03.720Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-23T06:31:03.736Z] $ docker stop --time=1 baaa99fe9f7f385723a8bb03667581c6a1e81819a4610bafde0f0481d2fef102 [2020-10-23T06:31:04.471Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.052s coverage: 14.7% of statements [2020-10-23T06:31:04.471Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements [2020-10-23T06:31:05.078Z] $ docker rm -f baaa99fe9f7f385723a8bb03667581c6a1e81819a4610bafde0f0481d2fef102 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:31:05.916Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.068s coverage: 91.8% of statements [2020-10-23T06:31:05.917Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-23T06:31:05.917Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-23T06:31:05.917Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.032s coverage: 100.0% of statements [2020-10-23T06:31:06.049Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T06:31:06.049Z] . [Pipeline] withDockerContainer [2020-10-23T06:31:06.173Z] prd-centos7-docker-4c-2g-8380 does not seem to be running inside a container [2020-10-23T06:31:06.195Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 48.9% of statements [2020-10-23T06:31:06.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-x86_64 cat [2020-10-23T06:31:06.834Z] $ docker top 50b6bcdd8bb3a8d507cbbb5053f66b158a76f4b2ca33261de01645af04c48c51 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T06:31:07.324Z] + make test [2020-10-23T06:31:07.324Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.132s coverage: 63.0% of statements [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.033s coverage: 26.3% of statements [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.043s coverage: 15.4% of statements [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.044s coverage: 15.4% of statements [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-10-23T06:31:11.628Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.027s coverage: 29.1% of statements [2020-10-23T06:31:11.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.022s coverage: 100.0% of statements [2020-10-23T06:31:13.066Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.057s coverage: 94.4% of statements [2020-10-23T06:31:13.066Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-10-23T06:31:13.066Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-23T06:31:13.346Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-23T06:31:15.702Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-23T06:31:15.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements [2020-10-23T06:31:15.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements [2020-10-23T06:31:15.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements [2020-10-23T06:31:15.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.023s coverage: 77.8% of statements [2020-10-23T06:31:15.702Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-23T06:31:15.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-10-23T06:31:16.291Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.048s coverage: 14.7% of statements [2020-10-23T06:31:16.291Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.015s coverage: 100.0% of statements [2020-10-23T06:31:16.291Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.030s coverage: 91.8% of statements [2020-10-23T06:31:16.291Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-23T06:31:16.291Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-23T06:31:16.291Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements [2020-10-23T06:31:16.560Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.012s coverage: 48.9% of statements [2020-10-23T06:31:17.659Z] gofmt -l . [2020-10-23T06:31:17.934Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-23T06:31:19.152Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.032s coverage: 63.0% of statements [2020-10-23T06:31:19.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.029s coverage: 26.3% of statements [2020-10-23T06:31:19.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements [2020-10-23T06:31:19.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements [2020-10-23T06:31:19.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.040s coverage: 14.3% of statements [2020-10-23T06:31:19.153Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-23T06:31:19.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.015s coverage: 29.1% of statements [2020-10-23T06:31:19.153Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements [2020-10-23T06:31:19.419Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.017s coverage: 94.4% of statements [2020-10-23T06:31:19.419Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-10-23T06:31:19.419Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-23T06:31:19.443Z] Stashed 1 file(s) [Pipeline] } [2020-10-23T06:31:19.456Z] $ docker stop --time=1 77ceea7f6b9a7803d29e8133d6687cbe2c80cd9b717e69d11ca2ea35edd3aeba [2020-10-23T06:31:19.680Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-23T06:31:21.080Z] gofmt -l . [2020-10-23T06:31:21.080Z] [ "`gofmt -l .`" = "" ] [2020-10-23T06:31:21.626Z] $ docker rm -f 77ceea7f6b9a7803d29e8133d6687cbe2c80cd9b717e69d11ca2ea35edd3aeba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [2020-10-23T06:31:22.209Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-23T06:31:22.522Z] Stashed 1 file(s) [Pipeline] } [2020-10-23T06:31:22.547Z] $ docker stop --time=1 50b6bcdd8bb3a8d507cbbb5053f66b158a76f4b2ca33261de01645af04c48c51 [2020-10-23T06:31:24.758Z] $ docker rm -f 50b6bcdd8bb3a8d507cbbb5053f66b158a76f4b2ca33261de01645af04c48c51 [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 "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 "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] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-23T06:31:27.896Z] provisioning config files... [2020-10-23T06:31:27.911Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/config3875807739929038785tmp [Pipeline] { [Pipeline] sh [2020-10-23T06:31:28.297Z] + set +x [2020-10-23T06:31:28.297Z] + curl -s https://codecov.io/bash [2020-10-23T06:31:28.297Z] + bash -s -- [2020-10-23T06:31:28.561Z] [2020-10-23T06:31:28.561Z] _____ _ [2020-10-23T06:31:28.561Z] / ____| | | [2020-10-23T06:31:28.561Z] | | ___ __| | ___ ___ _____ __ [2020-10-23T06:31:28.561Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-23T06:31:28.561Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-23T06:31:28.561Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-23T06:31:28.561Z] Bash-20201009-048fee3 [2020-10-23T06:31:28.561Z] [2020-10-23T06:31:28.561Z] [2020-10-23T06:31:28.561Z] ==> Jenkins CI detected. [2020-10-23T06:31:28.561Z] project root: . [2020-10-23T06:31:28.561Z] --> token set from env [2020-10-23T06:31:28.561Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-23T06:31:28.561Z] ==> Running gcov in . (disable via -X gcov) [2020-10-23T06:31:28.561Z] ==> Python coveragepy not found [2020-10-23T06:31:28.561Z] ==> Searching for coverage reports in: [2020-10-23T06:31:28.561Z] + . [2020-10-23T06:31:28.561Z] -> Found 1 reports [2020-10-23T06:31:28.561Z] ==> Detecting git/mercurial file structure [2020-10-23T06:31:28.561Z] ==> Reading reports [2020-10-23T06:31:28.561Z] + ./coverage.out bytes=105823 [2020-10-23T06:31:28.561Z] ==> Appending adjustments [2020-10-23T06:31:28.561Z] https://docs.codecov.io/docs/fixing-reports [2020-10-23T06:31:29.514Z] + Found adjustments [2020-10-23T06:31:29.514Z] ==> Gzipping contents [2020-10-23T06:31:29.514Z] ==> Uploading reports [2020-10-23T06:31:29.514Z] url: https://codecov.io [2020-10-23T06:31:29.514Z] query: branch=PR-359&commit=f996e2743d3de620a85ced65e1f97de83f30dc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-359%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=359&job=&cmd_args= [2020-10-23T06:31:29.514Z] -> Pinging Codecov [2020-10-23T06:31:29.514Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-359&commit=f996e2743d3de620a85ced65e1f97de83f30dc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-359%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=359&job=&cmd_args= [2020-10-23T06:31:29.514Z] -> Uploading to [2020-10-23T06:31:29.514Z] [2020-10-23T06:31:29.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T06:31:29.514Z] Dload Upload Total Spent Left Speed [2020-10-23T06:31:29.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-23T06:31:29.514Z] X> Failed to upload [2020-10-23T06:31:29.514Z] ==> Uploading to Codecov [2020-10-23T06:31:29.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T06:31:29.514Z] Dload Upload Total Spent Left Speed [2020-10-23T06:31:30.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17097 100 118 100 16979 245 35291 --:--:-- --:--:-- --:--:-- 35299 [2020-10-23T06:31:30.040Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f996e2743d3de620a85ced65e1f97de83f30dc4a [Pipeline] } [2020-10-23T06:31:30.051Z] 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-23T06:31:32.907Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:31:33.482Z] ---> package-listing.sh [2020-10-23T06:31:33.482Z] ++ facter osfamily [2020-10-23T06:31:33.482Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-23T06:31:33.482Z] + OS_FAMILY=redhat [2020-10-23T06:31:33.482Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-359 [2020-10-23T06:31:33.482Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-23T06:31:33.482Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-23T06:31:33.482Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-23T06:31:33.482Z] + PACKAGES=/tmp/packages_start.txt [2020-10-23T06:31:33.482Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-359 ']' [2020-10-23T06:31:33.482Z] + PACKAGES=/tmp/packages_end.txt [2020-10-23T06:31:33.482Z] + case "${OS_FAMILY}" in [2020-10-23T06:31:33.482Z] + rpm -qa [2020-10-23T06:31:33.482Z] + sort [2020-10-23T06:31:37.748Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-23T06:31:37.748Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-23T06:31:37.748Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-23T06:31:37.748Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-359 ']' [2020-10-23T06:31:37.748Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-359/archives/ [2020-10-23T06:31:37.748Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-359/archives/ [Pipeline] echo [2020-10-23T06:31:37.763Z] 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-359/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-23T06:31:38.060Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:31:38.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T06:31:38.375Z] [2020-10-23T06:31:38.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-23T06:31:38.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T06:31:38.739Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-23T06:31:38.739Z] df20fa9351a1: Pulling fs layer [2020-10-23T06:31:38.739Z] 36b3adc4ff6f: Pulling fs layer [2020-10-23T06:31:38.739Z] 8ad3a11d3b57: Pulling fs layer [2020-10-23T06:31:38.739Z] 46f8f816bc3b: Pulling fs layer [2020-10-23T06:31:38.739Z] 93b61091891f: Pulling fs layer [2020-10-23T06:31:38.739Z] 93b9cdb0e59b: Pulling fs layer [2020-10-23T06:31:38.739Z] 5e14af77c1be: Pulling fs layer [2020-10-23T06:31:38.739Z] 01666e4c0597: Pulling fs layer [2020-10-23T06:31:38.739Z] aa168da1d23b: Pulling fs layer [2020-10-23T06:31:38.739Z] 46f8f816bc3b: Waiting [2020-10-23T06:31:38.739Z] 93b61091891f: Waiting [2020-10-23T06:31:38.739Z] 93b9cdb0e59b: Waiting [2020-10-23T06:31:38.739Z] 5e14af77c1be: Waiting [2020-10-23T06:31:38.739Z] 01666e4c0597: Waiting [2020-10-23T06:31:38.739Z] aa168da1d23b: Waiting [2020-10-23T06:31:38.739Z] 36b3adc4ff6f: Verifying Checksum [2020-10-23T06:31:38.739Z] 36b3adc4ff6f: Download complete [2020-10-23T06:31:38.739Z] 46f8f816bc3b: Verifying Checksum [2020-10-23T06:31:38.739Z] 46f8f816bc3b: Download complete [2020-10-23T06:31:38.739Z] df20fa9351a1: Verifying Checksum [2020-10-23T06:31:38.739Z] df20fa9351a1: Download complete [2020-10-23T06:31:39.012Z] 93b9cdb0e59b: Verifying Checksum [2020-10-23T06:31:39.012Z] 93b9cdb0e59b: Download complete [2020-10-23T06:31:39.012Z] 5e14af77c1be: Verifying Checksum [2020-10-23T06:31:39.012Z] 5e14af77c1be: Download complete [2020-10-23T06:31:39.012Z] 01666e4c0597: Verifying Checksum [2020-10-23T06:31:39.012Z] 01666e4c0597: Download complete [2020-10-23T06:31:39.012Z] 93b61091891f: Download complete [2020-10-23T06:31:39.012Z] 8ad3a11d3b57: Verifying Checksum [2020-10-23T06:31:39.012Z] 8ad3a11d3b57: Download complete [2020-10-23T06:31:39.275Z] df20fa9351a1: Pull complete [2020-10-23T06:31:39.558Z] 36b3adc4ff6f: Pull complete [2020-10-23T06:31:40.143Z] 8ad3a11d3b57: Pull complete [2020-10-23T06:31:40.414Z] 46f8f816bc3b: Pull complete [2020-10-23T06:31:40.679Z] 93b61091891f: Pull complete [2020-10-23T06:31:40.941Z] 93b9cdb0e59b: Pull complete [2020-10-23T06:31:40.941Z] aa168da1d23b: Verifying Checksum [2020-10-23T06:31:40.941Z] aa168da1d23b: Download complete [2020-10-23T06:31:41.205Z] 5e14af77c1be: Pull complete [2020-10-23T06:31:41.205Z] 01666e4c0597: Pull complete [2020-10-23T06:31:47.847Z] aa168da1d23b: Pull complete [2020-10-23T06:31:47.847Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-23T06:31:47.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T06:31:47.847Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-23T06:31:48.013Z] prd-centos7-docker-4c-2g-8378 does not seem to be running inside a container [2020-10-23T06:31:48.068Z] $ 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-359/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-359 -v /w/workspace/dry_go-mod-core-contracts_PR-359:/w/workspace/dry_go-mod-core-contracts_PR-359:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-359@tmp:/w/workspace/dry_go-mod-core-contracts_PR-359@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-23T06:31:54.553Z] $ docker top 181afeffcef3468ca8fbcc132d319517e4010e2ff03c597da9890c71295b821a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T06:31:55.212Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-23T06:31:55.520Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-23T06:31:55.821Z] + ls /var/log/sa-host [2020-10-23T06:31:55.821Z] + sadf -c /var/log/sa-host/sa05 [2020-10-23T06:31:55.821Z] file_magic: OK [2020-10-23T06:31:55.821Z] HZ: Using current value: 100 [2020-10-23T06:31:55.821Z] file_header: OK [2020-10-23T06:31:55.821Z] 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-23T06:31:55.821Z] Statistics: [2020-10-23T06:31:55.821Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T06:31:55.821Z] File successfully converted to sysstat format version 12.2.1 [2020-10-23T06:31:55.821Z] + sadf -c /var/log/sa-host/sa23 [2020-10-23T06:31:55.821Z] file_magic: OK [2020-10-23T06:31:55.821Z] HZ: Using current value: 100 [2020-10-23T06:31:55.821Z] file_header: OK [2020-10-23T06:31:55.821Z] 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-23T06:31:55.821Z] Statistics: [2020-10-23T06:31:55.821Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T06:31:55.821Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T06:31:56.444Z] provisioning config files... [2020-10-23T06:31:56.460Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/config731331224360967290tmp [Pipeline] { [Pipeline] echo [2020-10-23T06:31:56.538Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:31:56.838Z] ---> create-netrc.sh [Pipeline] } [2020-10-23T06:31:56.848Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-23T06:31:56.965Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:31:57.264Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-23T06:31:57.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:31:57.579Z] ---> sudo-logs.sh [2020-10-23T06:31:57.579Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-23T06:31:57.591Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:31:57.895Z] ---> job-cost.sh [2020-10-23T06:31:57.895Z] lf-activate-venv: SKIPPING [2020-10-23T06:31:57.895Z] INFO: No Stack... [2020-10-23T06:31:58.846Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-23T06:31:59.423Z] INFO: Archiving Costs [Pipeline] echo [2020-10-23T06:31:59.437Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T06:31:59.740Z] ---> logs-deploy.sh [2020-10-23T06:31:59.741Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-359/2 [2020-10-23T06:31:59.741Z] INFO: archiving workspace using pattern(s): [2020-10-23T06:32:01.667Z] Archives upload complete. [2020-10-23T06:32:01.667Z] INFO: archiving logs to Nexus