Pull request #346 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c+ee20051688ae70d1113833499a5ba5a9398d1a28 (c592b8b522d196773ef14dc565a2ae29511aa711) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 Running on prd-centos7-docker-4c-2g-6998 in /w/workspace/dry_go-mod-core-contracts_PR-346 [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-346 # 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 > 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/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ee20051688ae70d1113833499a5ba5a9398d1a28 into PR head commit 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c Merge succeeded, producing 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c Checking out Revision 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # 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 ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 Commit message: "docs: Remove docs in V2 model and link to swagger" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T15:52:02.745Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 13495f77021ea3f25080857fb3aee7177f4698fb # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T15:52:03.035Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T15:52:03.137Z] ========================================================= [2020-10-20T15:52:03.137Z] EdgeX Global Pipelines Version Info [2020-10-20T15:52:03.137Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:52:04.650Z] ------------------- [2020-10-20T15:52:04.650Z] stable info: [2020-10-20T15:52:04.650Z] ------------------- [2020-10-20T15:52:04.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T15:52:04.650Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T15:52:04.650Z] Message: update stable to v1.0.144 [2020-10-20T15:52:05.596Z] ------------------- [2020-10-20T15:52:05.596Z] experimental info: [2020-10-20T15:52:05.596Z] ------------------- [2020-10-20T15:52:05.596Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T15:52:05.596Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T15:52:05.596Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T15:52:05.956Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-20T15:52:06.067Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-20T15:52:06.203Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T15:52:06.295Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T15:52:06.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T15:52:06.476Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T15:52:06.606Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T15:52:06.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T15:52:06.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T15:52:06.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T15:52:07.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T15:52:07.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-20T15:52:07.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T15:52:07.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T15:52:07.455Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:52:07.555Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:52:07.649Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:52:07.751Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:52:07.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T15:52:07.949Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T15:52:08.077Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T15:52:08.222Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T15:52:08.322Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T15:52:08.418Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T15:52:08.516Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T15:52:08.610Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo [2020-10-20T15:52:08.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo [2020-10-20T15:52:08.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo [2020-10-20T15:52:08.879Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [Pipeline] echo [2020-10-20T15:52:08.976Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70986b3 [Pipeline] echo [2020-10-20T15:52:09.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T15:52:09.740Z] + git log --format=format:%s -1 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [Pipeline] echo [2020-10-20T15:52:09.810Z] GIT_COMMIT: 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c, Commit Message: docs: Remove docs in V2 model and link to swagger [Pipeline] echo [2020-10-20T15:52:09.859Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:52:10.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:52:11.043Z] [2020-10-20T15:52:11.043Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:52:11.477Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:52:11.477Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T15:52:11.477Z] 31603596830f: Pulling fs layer [2020-10-20T15:52:11.477Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T15:52:11.477Z] 6ca5941a6612: Pulling fs layer [2020-10-20T15:52:11.477Z] ecc8261a40a4: Pulling fs layer [2020-10-20T15:52:11.477Z] ecc8261a40a4: Waiting [2020-10-20T15:52:11.748Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T15:52:11.748Z] 2a8b12db71e7: Download complete [2020-10-20T15:52:11.748Z] 31603596830f: Verifying Checksum [2020-10-20T15:52:11.748Z] 31603596830f: Download complete [2020-10-20T15:52:12.015Z] 6ca5941a6612: Verifying Checksum [2020-10-20T15:52:12.015Z] 6ca5941a6612: Download complete [2020-10-20T15:52:12.015Z] ecc8261a40a4: Verifying Checksum [2020-10-20T15:52:12.015Z] ecc8261a40a4: Download complete [2020-10-20T15:52:12.015Z] 31603596830f: Pull complete [2020-10-20T15:52:12.282Z] 2a8b12db71e7: Pull complete [2020-10-20T15:52:13.233Z] 6ca5941a6612: Pull complete [2020-10-20T15:52:13.233Z] ecc8261a40a4: Pull complete [2020-10-20T15:52:13.233Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T15:52:13.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:52:13.233Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T15:52:13.339Z] prd-centos7-docker-4c-2g-6998 does not seem to be running inside a container [2020-10-20T15:52:13.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:52:15.544Z] $ docker top 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:52:15.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:52:15.845Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:52:16.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:52:16.076Z] $ docker exec 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent [2020-10-20T15:52:16.244Z] SSH_AUTH_SOCK=/tmp/ssh-8DTl3yPpIv40/agent.13 [2020-10-20T15:52:16.244Z] SSH_AGENT_PID=18 [2020-10-20T15:52:16.259Z] Running ssh-add (command line suppressed) [2020-10-20T15:52:16.382Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8928910882069421346.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8928910882069421346.key) [2020-10-20T15:52:16.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:52:16.788Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T15:52:16.812Z] $ docker exec --env ******** --env ******** 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent -k [2020-10-20T15:52:16.954Z] unset SSH_AUTH_SOCK; [2020-10-20T15:52:16.954Z] unset SSH_AGENT_PID; [2020-10-20T15:52:16.954Z] echo Agent pid 18 killed; [2020-10-20T15:52:17.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T15:52:17.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:52:17.188Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:52:17.369Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:52:17.373Z] $ docker exec 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent [2020-10-20T15:52:17.544Z] SSH_AUTH_SOCK=/tmp/ssh-FlWulKj1FJV3/agent.47 [2020-10-20T15:52:17.544Z] SSH_AGENT_PID=53 [2020-10-20T15:52:17.552Z] Running ssh-add (command line suppressed) [2020-10-20T15:52:17.684Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8922903391844451190.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8922903391844451190.key) [2020-10-20T15:52:17.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:52:18.082Z] + git semver init [2020-10-20T15:52:18.082Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:52:18.082Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git [2020-10-20T15:52:18.082Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-20T15:52:18.082Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:52:18.082Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:52:18.082Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:52:18.082Z] # $SEMVER_BRANCH = PR-346 [2020-10-20T15:52:18.082Z] # $SEMVER_TEMP = /tmp/semver-305374603 [2020-10-20T15:52:18.082Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-20T15:52:18.665Z] # '/tmp/semver-305374603' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' [2020-10-20T15:52:18.665Z] # -> Force: false [2020-10-20T15:52:18.665Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } [2020-10-20T15:52:18.681Z] $ docker exec --env ******** --env ******** 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent -k [2020-10-20T15:52:18.818Z] unset SSH_AUTH_SOCK; [2020-10-20T15:52:18.819Z] unset SSH_AGENT_PID; [2020-10-20T15:52:18.819Z] echo Agent pid 53 killed; [2020-10-20T15:52:18.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:52:19.386Z] + git semver [Pipeline] } [2020-10-20T15:52:19.408Z] $ docker stop --time=1 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db [2020-10-20T15:52:21.298Z] $ docker rm -f 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:52:21.800Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T15:52:22.404Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T15:52:22.407Z] [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-20T15:52:37.982Z] Still waiting to schedule task [2020-10-20T15:52:37.982Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T15:52:37.985Z] Still waiting to schedule task [2020-10-20T15:52:37.985Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T15:54:24.460Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6999 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-20T15:54:24.526Z] Running in /w/workspace/go-mod-core-contracts/7 [Pipeline] { [Pipeline] checkout [2020-10-20T15:54:29.643Z] using credential edgex-jenkins-ssh [2020-10-20T15:54:29.708Z] Cloning the remote Git repository [2020-10-20T15:54:29.771Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T15:54:29.877Z] > git init /w/workspace/go-mod-core-contracts/7 # timeout=10 [2020-10-20T15:54:29.951Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T15:54:29.952Z] > git --version # timeout=10 [2020-10-20T15:54:29.976Z] > git --version # 'git version 2.17.1' [2020-10-20T15:54:29.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:54:30.047Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:54:30.933Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T15:54:30.951Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:54:30.984Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T15:54:31.652Z] Merging remotes/origin/master commit ee20051688ae70d1113833499a5ba5a9398d1a28 into PR head commit 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [2020-10-20T15:54:32.004Z] Merge succeeded, producing 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [2020-10-20T15:54:32.005Z] Checking out Revision 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c (PR-346) [2020-10-20T15:54:31.017Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T15:54:31.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:54:31.031Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:54:31.677Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:54:31.697Z] > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 [2020-10-20T15:54:31.820Z] > git remote # timeout=10 [2020-10-20T15:54:31.891Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T15:54:31.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:54:31.951Z] > git merge ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 [2020-10-20T15:54:31.983Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T15:54:32.014Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:54:32.031Z] > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 [2020-10-20T15:54:36.324Z] Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:54:37.259Z] ========================================================= [2020-10-20T15:54:37.259Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T15:54:37.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:54:38.324Z] + 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-20T15:54:39.320Z] Sending build context to Docker daemon 1.817MB [2020-10-20T15:54:39.320Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:54:39.320Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:54:39.603Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T15:54:39.603Z] b538f80385f9: Pulling fs layer [2020-10-20T15:54:39.603Z] 74f711af9a0d: Pulling fs layer [2020-10-20T15:54:39.603Z] 99f96fe45779: Pulling fs layer [2020-10-20T15:54:39.603Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T15:54:39.603Z] 45590311c82a: Pulling fs layer [2020-10-20T15:54:39.603Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T15:54:39.603Z] 209524e5b208: Pulling fs layer [2020-10-20T15:54:39.603Z] 69ca0ff8b7b3: Waiting [2020-10-20T15:54:39.603Z] 45590311c82a: Waiting [2020-10-20T15:54:39.603Z] 8529a6b9a6be: Waiting [2020-10-20T15:54:39.603Z] 209524e5b208: Waiting [2020-10-20T15:54:39.603Z] 74f711af9a0d: Verifying Checksum [2020-10-20T15:54:39.603Z] 74f711af9a0d: Download complete [2020-10-20T15:54:39.603Z] 99f96fe45779: Verifying Checksum [2020-10-20T15:54:39.603Z] 99f96fe45779: Download complete [2020-10-20T15:54:39.603Z] 45590311c82a: Verifying Checksum [2020-10-20T15:54:39.603Z] 45590311c82a: Download complete [2020-10-20T15:54:40.580Z] 69ca0ff8b7b3: Download complete [2020-10-20T15:54:40.858Z] b538f80385f9: Verifying Checksum [2020-10-20T15:54:40.858Z] b538f80385f9: Download complete [2020-10-20T15:54:41.467Z] b538f80385f9: Pull complete [2020-10-20T15:54:42.079Z] 74f711af9a0d: Pull complete [2020-10-20T15:54:42.369Z] 99f96fe45779: Pull complete [2020-10-20T15:54:42.967Z] 209524e5b208: Verifying Checksum [2020-10-20T15:54:42.967Z] 209524e5b208: Download complete [2020-10-20T15:54:43.975Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T15:54:43.975Z] 8529a6b9a6be: Download complete [2020-10-20T15:54:56.413Z] 8529a6b9a6be: Pull complete [2020-10-20T15:54:56.413Z] 45590311c82a: Pull complete [2020-10-20T15:54:56.413Z] 69ca0ff8b7b3: Pull complete [2020-10-20T15:54:59.046Z] 209524e5b208: Pull complete [2020-10-20T15:54:59.046Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T15:54:59.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T15:54:59.046Z] ---> 5bddaf1c2fca [2020-10-20T15:54:59.046Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T15:55:01.665Z] ---> Running in 9a462b3dadb0 [2020-10-20T15:55:02.262Z] Removing intermediate container 9a462b3dadb0 [2020-10-20T15:55:02.262Z] ---> c447ec94b8f8 [2020-10-20T15:55:02.262Z] Step 4/7 : RUN apk add bash [2020-10-20T15:55:02.262Z] ---> Running in f8d74c11538e [2020-10-20T15:55:03.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:55:04.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:55:05.274Z] OK: 142 MiB in 39 packages [2020-10-20T15:55:06.710Z] Removing intermediate container f8d74c11538e [2020-10-20T15:55:06.710Z] ---> 3e94d9d317f0 [2020-10-20T15:55:06.710Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:55:06.710Z] ---> Running in b03f32015a4b [2020-10-20T15:55:06.982Z] Removing intermediate container b03f32015a4b [2020-10-20T15:55:06.982Z] ---> 9fa0fe9b7238 [2020-10-20T15:55:06.982Z] Step 6/7 : COPY go.mod . [2020-10-20T15:55:07.579Z] ---> 71e3333093fb [2020-10-20T15:55:07.579Z] Step 7/7 : RUN go mod download [2020-10-20T15:55:07.852Z] ---> Running in 94ce89915e52 [2020-10-20T15:55:22.964Z] Removing intermediate container 94ce89915e52 [2020-10-20T15:55:22.964Z] ---> a5fd2335d30d [2020-10-20T15:55:22.964Z] Successfully built a5fd2335d30d [2020-10-20T15:55:22.964Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:55:23.362Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:55:23.362Z] . [Pipeline] withDockerContainer [2020-10-20T15:55:23.595Z] prd-ubuntu18.04-docker-arm64-4c-16g-6999 does not seem to be running inside a container [2020-10-20T15:55:23.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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-20T15:55:25.426Z] $ docker top 917ee5dbc51ba97f3404c55b66e2ec88706088d6adf11b22fc43fb733cab7105 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:55:26.834Z] + go version [2020-10-20T15:55:26.834Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T15:55:26.862Z] $ docker stop --time=1 917ee5dbc51ba97f3404c55b66e2ec88706088d6adf11b22fc43fb733cab7105 [2020-10-20T15:55:28.821Z] $ docker rm -f 917ee5dbc51ba97f3404c55b66e2ec88706088d6adf11b22fc43fb733cab7105 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:55:29.872Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:55:29.872Z] . [Pipeline] withDockerContainer [2020-10-20T15:55:30.144Z] prd-ubuntu18.04-docker-arm64-4c-16g-6999 does not seem to be running inside a container [2020-10-20T15:55:30.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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-20T15:55:32.109Z] $ docker top 62ad4e216afdbc57d046152c32667dd5f514d8f1f7b1f9f4be297285a53cf65a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:55:33.482Z] + make test [2020-10-20T15:55:33.482Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-20T15:55:55.815Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-20T15:55:55.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.037s coverage: 85.7% of statements [2020-10-20T15:55:55.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.033s coverage: 100.0% of statements [2020-10-20T15:55:55.815Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.036s coverage: 45.4% of statements [2020-10-20T15:55:56.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.053s coverage: 77.8% of statements [2020-10-20T15:55:56.094Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-20T15:55:56.393Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [2020-10-20T15:55:59.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements [2020-10-20T15:55:59.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements [2020-10-20T15:55:59.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.113s coverage: 91.8% of statements [2020-10-20T15:55:59.914Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-20T15:55:59.914Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-20T15:55:59.914Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.040s coverage: 100.0% of statements [2020-10-20T15:56:00.554Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 48.9% of statements [2020-10-20T15:56:06.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.157s coverage: 63.0% of statements [2020-10-20T15:56:06.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements [2020-10-20T15:56:06.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements [2020-10-20T15:56:06.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.055s coverage: 15.4% of statements [2020-10-20T15:56:06.047Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.051s coverage: 14.3% of statements [2020-10-20T15:56:06.047Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-20T15:56:06.326Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 29.1% of statements [2020-10-20T15:56:06.326Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 100.0% of statements [2020-10-20T15:56:08.313Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.052s coverage: 94.4% of statements [2020-10-20T15:56:08.313Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.025s coverage: 100.0% of statements [2020-10-20T15:56:08.313Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-20T15:56:08.313Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-20T15:56:12.633Z] gofmt -l . [2020-10-20T15:56:12.633Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-20T15:56:14.151Z] Stashed 1 file(s) [Pipeline] } [2020-10-20T15:56:14.161Z] $ docker stop --time=1 62ad4e216afdbc57d046152c32667dd5f514d8f1f7b1f9f4be297285a53cf65a [2020-10-20T15:56:16.427Z] $ docker rm -f 62ad4e216afdbc57d046152c32667dd5f514d8f1f7b1f9f4be297285a53cf65a [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] } [2020-10-20T15:57:03.562Z] Running on prd-centos7-docker-4c-2g-7000 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-20T15:57:03.656Z] Running in /w/workspace/go-mod-core-contracts/7 [Pipeline] { [Pipeline] checkout [2020-10-20T15:57:11.164Z] using credential edgex-jenkins-ssh [2020-10-20T15:57:11.231Z] Cloning the remote Git repository [2020-10-20T15:57:11.264Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T15:57:11.363Z] > git init /w/workspace/go-mod-core-contracts/7 # timeout=10 [2020-10-20T15:57:11.626Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T15:57:11.627Z] > git --version # timeout=10 [2020-10-20T15:57:11.644Z] > git --version # 'git version 2.16.5' [2020-10-20T15:57:11.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:57:11.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:57:13.057Z] Merging remotes/origin/master commit ee20051688ae70d1113833499a5ba5a9398d1a28 into PR head commit 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [2020-10-20T15:57:13.345Z] Merge succeeded, producing 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [2020-10-20T15:57:13.346Z] Checking out Revision 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c (PR-346) [2020-10-20T15:57:12.485Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T15:57:12.492Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:57:12.507Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T15:57:12.526Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T15:57:12.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:57:12.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:57:13.069Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:57:13.084Z] > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 [2020-10-20T15:57:13.239Z] > git remote # timeout=10 [2020-10-20T15:57:13.272Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T15:57:13.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:57:13.301Z] > git merge ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 [2020-10-20T15:57:13.332Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T15:57:13.350Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:57:13.357Z] > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 [2020-10-20T15:57:17.358Z] Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:57:18.396Z] ========================================================= [2020-10-20T15:57:18.396Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T15:57:18.396Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:57:19.497Z] + 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-20T15:57:20.117Z] Sending build context to Docker daemon 1.817MB [2020-10-20T15:57:20.117Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T15:57:20.117Z] Step 2/7 : FROM ${BASE} [2020-10-20T15:57:20.117Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T15:57:20.117Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:57:20.117Z] ed8968b2872e: Pulling fs layer [2020-10-20T15:57:20.117Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T15:57:20.117Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T15:57:20.117Z] e73272ec9a57: Pulling fs layer [2020-10-20T15:57:20.117Z] 1e910a182e73: Pulling fs layer [2020-10-20T15:57:20.117Z] 4e634b169226: Pulling fs layer [2020-10-20T15:57:20.117Z] e73272ec9a57: Waiting [2020-10-20T15:57:20.117Z] 1e910a182e73: Waiting [2020-10-20T15:57:20.117Z] 4e634b169226: Waiting [2020-10-20T15:57:20.117Z] e871e8e8d7a9: Waiting [2020-10-20T15:57:20.117Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T15:57:20.117Z] a92cc7c5fd73: Download complete [2020-10-20T15:57:20.410Z] ed8968b2872e: Verifying Checksum [2020-10-20T15:57:20.410Z] ed8968b2872e: Download complete [2020-10-20T15:57:20.410Z] e73272ec9a57: Verifying Checksum [2020-10-20T15:57:20.410Z] e73272ec9a57: Download complete [2020-10-20T15:57:20.410Z] 1e910a182e73: Verifying Checksum [2020-10-20T15:57:20.410Z] 1e910a182e73: Download complete [2020-10-20T15:57:21.169Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:57:21.169Z] df20fa9351a1: Download complete [2020-10-20T15:57:21.822Z] df20fa9351a1: Pull complete [2020-10-20T15:57:22.471Z] ed8968b2872e: Pull complete [2020-10-20T15:57:22.789Z] a92cc7c5fd73: Pull complete [2020-10-20T15:57:26.313Z] 4e634b169226: Verifying Checksum [2020-10-20T15:57:26.313Z] 4e634b169226: Download complete [2020-10-20T15:57:28.279Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T15:57:28.279Z] e871e8e8d7a9: Download complete [2020-10-20T15:57:36.649Z] e871e8e8d7a9: Pull complete [2020-10-20T15:57:36.649Z] e73272ec9a57: Pull complete [2020-10-20T15:57:36.649Z] 1e910a182e73: Pull complete [2020-10-20T15:57:42.125Z] 4e634b169226: Pull complete [2020-10-20T15:57:42.125Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T15:57:42.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T15:57:42.125Z] ---> f7629b54cfaa [2020-10-20T15:57:42.125Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T15:57:42.125Z] ---> Running in c6e0ca7440fe [2020-10-20T15:57:42.125Z] Removing intermediate container c6e0ca7440fe [2020-10-20T15:57:42.125Z] ---> bb6bfeed0cd2 [2020-10-20T15:57:42.125Z] Step 4/7 : RUN apk add bash [2020-10-20T15:57:42.125Z] ---> Running in 590e9b2e357d [2020-10-20T15:57:42.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:57:43.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:57:43.989Z] OK: 166 MiB in 39 packages [2020-10-20T15:57:44.961Z] Removing intermediate container 590e9b2e357d [2020-10-20T15:57:44.961Z] ---> d22c17296ae0 [2020-10-20T15:57:44.961Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T15:57:44.961Z] ---> Running in 15f6b5f0d801 [2020-10-20T15:57:44.961Z] Removing intermediate container 15f6b5f0d801 [2020-10-20T15:57:44.961Z] ---> 9191b3289f7f [2020-10-20T15:57:44.961Z] Step 6/7 : COPY go.mod . [2020-10-20T15:57:45.237Z] ---> a2cb0ae3162a [2020-10-20T15:57:45.237Z] Step 7/7 : RUN go mod download [2020-10-20T15:57:45.237Z] ---> Running in b6952dbbf639 [2020-10-20T15:58:00.419Z] Removing intermediate container b6952dbbf639 [2020-10-20T15:58:00.419Z] ---> f03ce9eff391 [2020-10-20T15:58:00.419Z] Successfully built f03ce9eff391 [2020-10-20T15:58:00.419Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:58:00.867Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:58:01.141Z] . [Pipeline] withDockerContainer [2020-10-20T15:58:01.333Z] prd-centos7-docker-4c-2g-7000 does not seem to be running inside a container [2020-10-20T15:58:01.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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-20T15:58:02.700Z] $ docker top 868092a0e3d7561c326878c9355314195746c82176c4750e05345e72d6d8bc16 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:58:03.307Z] + go version [2020-10-20T15:58:03.307Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T15:58:03.359Z] $ docker stop --time=1 868092a0e3d7561c326878c9355314195746c82176c4750e05345e72d6d8bc16 [2020-10-20T15:58:04.837Z] $ docker rm -f 868092a0e3d7561c326878c9355314195746c82176c4750e05345e72d6d8bc16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:58:06.399Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:58:06.400Z] . [Pipeline] withDockerContainer [2020-10-20T15:58:06.603Z] prd-centos7-docker-4c-2g-7000 does not seem to be running inside a container [2020-10-20T15:58:06.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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-20T15:58:07.853Z] $ docker top cda808376f28cdd3f84a089730f8f1bcd24e429d2f9f776b5b9d74bc410819a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:58:08.522Z] + make test [2020-10-20T15:58:08.522Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-20T15:58:18.805Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-20T15:58:18.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements [2020-10-20T15:58:18.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements [2020-10-20T15:58:18.805Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements [2020-10-20T15:58:19.419Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements [2020-10-20T15:58:19.419Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-20T15:58:19.419Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.026s coverage: 6.4% of statements [2020-10-20T15:58:20.943Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements [2020-10-20T15:58:20.943Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.052s coverage: 100.0% of statements [2020-10-20T15:58:21.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements [2020-10-20T15:58:21.233Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-20T15:58:21.233Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-20T15:58:21.233Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.040s coverage: 100.0% of statements [2020-10-20T15:58:21.920Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.009s coverage: 48.9% of statements [2020-10-20T15:58:25.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.022s coverage: 63.0% of statements [2020-10-20T15:58:25.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.040s coverage: 26.3% of statements [2020-10-20T15:58:25.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements [2020-10-20T15:58:25.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.017s coverage: 15.4% of statements [2020-10-20T15:58:25.378Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements [2020-10-20T15:58:25.378Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-20T15:58:25.663Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 29.1% of statements [2020-10-20T15:58:25.663Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements [2020-10-20T15:58:26.401Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.038s coverage: 94.4% of statements [2020-10-20T15:58:26.401Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements [2020-10-20T15:58:26.401Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-20T15:58:26.401Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-20T15:58:29.474Z] gofmt -l . [2020-10-20T15:58:29.474Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-20T15:58:29.575Z] Warning: overwriting stash ‘coverage-report’ [2020-10-20T15:58:30.057Z] Stashed 1 file(s) [Pipeline] } [2020-10-20T15:58:30.066Z] $ docker stop --time=1 cda808376f28cdd3f84a089730f8f1bcd24e429d2f9f776b5b9d74bc410819a2 [2020-10-20T15:58:32.476Z] $ docker rm -f cda808376f28cdd3f84a089730f8f1bcd24e429d2f9f776b5b9d74bc410819a2 [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-20T15:58:35.446Z] provisioning config files... [2020-10-20T15:58:35.459Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config884477690121361081tmp [Pipeline] { [Pipeline] sh [2020-10-20T15:58:35.831Z] + set +x [2020-10-20T15:58:35.831Z] + curl -s https://codecov.io/bash [2020-10-20T15:58:35.831Z] + bash -s -- [2020-10-20T15:58:36.094Z] [2020-10-20T15:58:36.094Z] _____ _ [2020-10-20T15:58:36.094Z] / ____| | | [2020-10-20T15:58:36.094Z] | | ___ __| | ___ ___ _____ __ [2020-10-20T15:58:36.094Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-20T15:58:36.094Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-20T15:58:36.094Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-20T15:58:36.094Z] Bash-20201009-048fee3 [2020-10-20T15:58:36.094Z] [2020-10-20T15:58:36.094Z] [2020-10-20T15:58:36.094Z] ==> Jenkins CI detected. [2020-10-20T15:58:36.094Z] project root: . [2020-10-20T15:58:36.094Z] --> token set from env [2020-10-20T15:58:36.094Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-20T15:58:36.094Z] ==> Running gcov in . (disable via -X gcov) [2020-10-20T15:58:36.094Z] ==> Python coveragepy not found [2020-10-20T15:58:36.094Z] ==> Searching for coverage reports in: [2020-10-20T15:58:36.094Z] + . [2020-10-20T15:58:36.094Z] -> Found 1 reports [2020-10-20T15:58:36.094Z] ==> Detecting git/mercurial file structure [2020-10-20T15:58:36.094Z] ==> Reading reports [2020-10-20T15:58:36.094Z] + ./coverage.out bytes=106724 [2020-10-20T15:58:36.094Z] ==> Appending adjustments [2020-10-20T15:58:36.094Z] https://docs.codecov.io/docs/fixing-reports [2020-10-20T15:58:37.041Z] + Found adjustments [2020-10-20T15:58:37.041Z] ==> Gzipping contents [2020-10-20T15:58:37.041Z] ==> Uploading reports [2020-10-20T15:58:37.041Z] url: https://codecov.io [2020-10-20T15:58:37.041Z] query: branch=PR-346&commit=70986b3cb406b7f3d6c767f8fdf6612bbad53a7c&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-20T15:58:37.041Z] -> Pinging Codecov [2020-10-20T15:58:37.041Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=70986b3cb406b7f3d6c767f8fdf6612bbad53a7c&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-20T15:58:37.041Z] -> Uploading to [2020-10-20T15:58:37.041Z] [2020-10-20T15:58:37.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T15:58:37.041Z] Dload Upload Total Spent Left Speed [2020-10-20T15:58:37.041Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-20T15:58:37.041Z] X> Failed to upload [2020-10-20T15:58:37.041Z] ==> Uploading to Codecov [2020-10-20T15:58:37.041Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T15:58:37.041Z] Dload Upload Total Spent Left Speed [2020-10-20T15:58:37.995Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 17225 0 0 100 17107 0 23159 --:--:-- --:--:-- --:--:-- 23148 100 17225 100 118 100 17107 159 23147 --:--:-- --:--:-- --:--:-- 23148 [2020-10-20T15:58:37.995Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [Pipeline] } [2020-10-20T15:58:38.005Z] 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-20T15:58:41.061Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:58:41.632Z] ---> package-listing.sh [2020-10-20T15:58:41.632Z] ++ facter osfamily [2020-10-20T15:58:41.632Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T15:58:41.632Z] + OS_FAMILY=redhat [2020-10-20T15:58:41.632Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-20T15:58:41.632Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T15:58:41.632Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T15:58:41.632Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T15:58:41.632Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T15:58:41.632Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-20T15:58:41.632Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T15:58:41.632Z] + case "${OS_FAMILY}" in [2020-10-20T15:58:41.632Z] + rpm -qa [2020-10-20T15:58:41.632Z] + sort [2020-10-20T15:58:48.261Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T15:58:48.261Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T15:58:48.261Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T15:58:48.261Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-20T15:58:48.261Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [2020-10-20T15:58:48.261Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [Pipeline] echo [2020-10-20T15:58:48.276Z] 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-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T15:58:48.571Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:58:48.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:58:48.880Z] [2020-10-20T15:58:48.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:58:49.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:58:49.262Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T15:58:49.262Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:58:49.263Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T15:58:49.263Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T15:58:49.263Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T15:58:49.263Z] 93b61091891f: Pulling fs layer [2020-10-20T15:58:49.263Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T15:58:49.263Z] 5e14af77c1be: Pulling fs layer [2020-10-20T15:58:49.263Z] 01666e4c0597: Pulling fs layer [2020-10-20T15:58:49.263Z] aa168da1d23b: Pulling fs layer [2020-10-20T15:58:49.263Z] 93b61091891f: Waiting [2020-10-20T15:58:49.263Z] 93b9cdb0e59b: Waiting [2020-10-20T15:58:49.263Z] 5e14af77c1be: Waiting [2020-10-20T15:58:49.263Z] 01666e4c0597: Waiting [2020-10-20T15:58:49.263Z] aa168da1d23b: Waiting [2020-10-20T15:58:49.263Z] 46f8f816bc3b: Waiting [2020-10-20T15:58:49.263Z] 36b3adc4ff6f: Download complete [2020-10-20T15:58:49.263Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T15:58:49.263Z] 46f8f816bc3b: Download complete [2020-10-20T15:58:49.263Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:58:49.263Z] df20fa9351a1: Download complete [2020-10-20T15:58:49.263Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T15:58:49.263Z] 93b9cdb0e59b: Download complete [2020-10-20T15:58:49.529Z] 5e14af77c1be: Verifying Checksum [2020-10-20T15:58:49.530Z] 5e14af77c1be: Download complete [2020-10-20T15:58:49.530Z] 93b61091891f: Verifying Checksum [2020-10-20T15:58:49.530Z] 93b61091891f: Download complete [2020-10-20T15:58:49.530Z] 01666e4c0597: Verifying Checksum [2020-10-20T15:58:49.530Z] 01666e4c0597: Download complete [2020-10-20T15:58:49.794Z] df20fa9351a1: Pull complete [2020-10-20T15:58:50.061Z] 36b3adc4ff6f: Pull complete [2020-10-20T15:58:50.061Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T15:58:50.061Z] 8ad3a11d3b57: Download complete [2020-10-20T15:58:51.031Z] 8ad3a11d3b57: Pull complete [2020-10-20T15:58:51.031Z] 46f8f816bc3b: Pull complete [2020-10-20T15:58:51.617Z] 93b61091891f: Pull complete [2020-10-20T15:58:51.884Z] 93b9cdb0e59b: Pull complete [2020-10-20T15:58:51.884Z] 5e14af77c1be: Pull complete [2020-10-20T15:58:52.149Z] 01666e4c0597: Pull complete [2020-10-20T15:58:52.413Z] aa168da1d23b: Verifying Checksum [2020-10-20T15:58:52.413Z] aa168da1d23b: Download complete [2020-10-20T15:59:00.620Z] aa168da1d23b: Pull complete [2020-10-20T15:59:00.620Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T15:59:00.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:59:00.620Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T15:59:00.879Z] prd-centos7-docker-4c-2g-6998 does not seem to be running inside a container [2020-10-20T15:59:00.931Z] $ 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-346/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-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@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:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T15:59:04.294Z] $ docker top 3e934c072acf69438c5e2cb0e65bbaf5558dce3599a752ff1c698d5d929d1763 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:59:04.949Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T15:59:05.253Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T15:59:05.556Z] + ls /var/log/sa-host [2020-10-20T15:59:05.556Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T15:59:05.556Z] file_magic: OK [2020-10-20T15:59:05.556Z] HZ: Using current value: 100 [2020-10-20T15:59:05.556Z] file_header: OK [2020-10-20T15:59:05.556Z] 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-20T15:59:05.556Z] Statistics: [2020-10-20T15:59:05.556Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:59:05.556Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T15:59:05.556Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T15:59:05.556Z] file_magic: OK [2020-10-20T15:59:05.556Z] HZ: Using current value: 100 [2020-10-20T15:59:05.556Z] file_header: OK [2020-10-20T15:59:05.556Z] 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-20T15:59:05.556Z] Statistics: [2020-10-20T15:59:05.556Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:59:05.556Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:59:06.176Z] provisioning config files... [2020-10-20T15:59:06.193Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config3524748457351602658tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:59:06.278Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:59:06.581Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T15:59:06.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T15:59:06.688Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:59:06.987Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T15:59:06.999Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:59:07.303Z] ---> sudo-logs.sh [2020-10-20T15:59:07.303Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T15:59:07.315Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:59:07.620Z] ---> job-cost.sh [2020-10-20T15:59:07.620Z] lf-activate-venv: SKIPPING [2020-10-20T15:59:07.620Z] INFO: No Stack... [2020-10-20T15:59:08.570Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T15:59:09.145Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T15:59:09.160Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:59:09.466Z] ---> logs-deploy.sh [2020-10-20T15:59:09.466Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/7 [2020-10-20T15:59:09.467Z] INFO: archiving workspace using pattern(s): [2020-10-20T15:59:11.390Z] Archives upload complete. [2020-10-20T15:59:11.390Z] INFO: archiving logs to Nexus