Pull request #355 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from cbe9a460f91de235c4e3294d5f0220ca4e0beff3+c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (8f9c58316782130c06aa7e0f88f0c3eeff0f36f5) 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6948 in /w/workspace/dry_go-mod-core-contracts_PR-355 [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-355 # 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 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit cbe9a460f91de235c4e3294d5f0220ca4e0beff3 Merge succeeded, producing cbe9a460f91de235c4e3294d5f0220ca4e0beff3 Checking out Revision cbe9a460f91de235c4e3294d5f0220ca4e0beff3 (PR-355) > 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/355/head:refs/remotes/origin/PR-355 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # 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 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 Commit message: "feat(v2 data): Update DTOs for UpdateEventPushed" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk f1a96866e9475dc126cab4823d357c9a91f58827 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T12:37:23.933Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T12:37:24.277Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T12:37:24.380Z] ========================================================= [2020-10-20T12:37:24.380Z] EdgeX Global Pipelines Version Info [2020-10-20T12:37:24.380Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:37:25.940Z] ------------------- [2020-10-20T12:37:25.940Z] stable info: [2020-10-20T12:37:25.940Z] ------------------- [2020-10-20T12:37:25.940Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T12:37:25.940Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T12:37:25.940Z] Message: update stable to v1.0.144 [2020-10-20T12:37:26.891Z] ------------------- [2020-10-20T12:37:26.891Z] experimental info: [2020-10-20T12:37:26.892Z] ------------------- [2020-10-20T12:37:26.892Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T12:37:26.892Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T12:37:26.892Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T12:37:27.287Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-20T12:37:27.390Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-20T12:37:27.492Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T12:37:27.588Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T12:37:27.691Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T12:37:27.799Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T12:37:27.897Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T12:37:28.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T12:37:28.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T12:37:28.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T12:37:28.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T12:37:28.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-20T12:37:28.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T12:37:28.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T12:37:28.805Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T12:37:28.903Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T12:37:29.098Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T12:37:29.185Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T12:37:29.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T12:37:29.366Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T12:37:29.456Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T12:37:29.579Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T12:37:29.668Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T12:37:29.757Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T12:37:29.844Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T12:37:29.934Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-355 [Pipeline] echo [2020-10-20T12:37:30.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-355 [Pipeline] echo [2020-10-20T12:37:30.110Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-355 [Pipeline] echo [2020-10-20T12:37:30.206Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [Pipeline] echo [2020-10-20T12:37:30.327Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbe9a46 [Pipeline] echo [2020-10-20T12:37:30.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T12:37:31.232Z] + git log --format=format:%s -1 cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [Pipeline] echo [2020-10-20T12:37:31.305Z] GIT_COMMIT: cbe9a460f91de235c4e3294d5f0220ca4e0beff3, Commit Message: feat(v2 data): Update DTOs for UpdateEventPushed [Pipeline] echo [2020-10-20T12:37:31.354Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:37:31.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T12:37:33.416Z] [2020-10-20T12:37:33.416Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:37:33.778Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T12:37:33.778Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T12:37:33.778Z] 31603596830f: Pulling fs layer [2020-10-20T12:37:33.778Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T12:37:33.778Z] 6ca5941a6612: Pulling fs layer [2020-10-20T12:37:33.778Z] ecc8261a40a4: Pulling fs layer [2020-10-20T12:37:33.778Z] ecc8261a40a4: Waiting [2020-10-20T12:37:33.778Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T12:37:33.778Z] 2a8b12db71e7: Download complete [2020-10-20T12:37:34.043Z] 31603596830f: Download complete [2020-10-20T12:37:34.309Z] ecc8261a40a4: Verifying Checksum [2020-10-20T12:37:34.309Z] ecc8261a40a4: Download complete [2020-10-20T12:37:34.309Z] 6ca5941a6612: Verifying Checksum [2020-10-20T12:37:34.309Z] 6ca5941a6612: Download complete [2020-10-20T12:37:34.572Z] 31603596830f: Pull complete [2020-10-20T12:37:34.572Z] 2a8b12db71e7: Pull complete [2020-10-20T12:37:35.533Z] 6ca5941a6612: Pull complete [2020-10-20T12:37:35.795Z] ecc8261a40a4: Pull complete [2020-10-20T12:37:35.795Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T12:37:35.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T12:37:35.795Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T12:37:35.906Z] prd-centos7-docker-4c-2g-6948 does not seem to be running inside a container [2020-10-20T12:37:35.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-355 -v /w/workspace/dry_go-mod-core-contracts_PR-355:/w/workspace/dry_go-mod-core-contracts_PR-355:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-355@tmp:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T12:37:38.453Z] $ docker top aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T12:37:38.741Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T12:37:38.741Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T12:37:38.985Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T12:37:38.992Z] $ docker exec aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent [2020-10-20T12:37:39.168Z] SSH_AUTH_SOCK=/tmp/ssh-561lTwvyXzta/agent.11 [2020-10-20T12:37:39.168Z] SSH_AGENT_PID=17 [2020-10-20T12:37:39.181Z] Running ssh-add (command line suppressed) [2020-10-20T12:37:39.309Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_795262646061278013.key (/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_795262646061278013.key) [2020-10-20T12:37:39.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T12:37:39.698Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T12:37:39.723Z] $ docker exec --env ******** --env ******** aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent -k [2020-10-20T12:37:39.839Z] unset SSH_AUTH_SOCK; [2020-10-20T12:37:39.839Z] unset SSH_AGENT_PID; [2020-10-20T12:37:39.839Z] echo Agent pid 17 killed; [2020-10-20T12:37:39.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T12:37:40.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T12:37:40.049Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T12:37:40.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T12:37:40.224Z] $ docker exec aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent [2020-10-20T12:37:40.382Z] SSH_AUTH_SOCK=/tmp/ssh-kJZwGV7E1yWd/agent.46 [2020-10-20T12:37:40.382Z] SSH_AGENT_PID=51 [2020-10-20T12:37:40.389Z] Running ssh-add (command line suppressed) [2020-10-20T12:37:40.509Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_2566473953489584906.key (/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_2566473953489584906.key) [2020-10-20T12:37:40.556Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T12:37:40.913Z] + git semver init [2020-10-20T12:37:40.913Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T12:37:40.913Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-355/.git [2020-10-20T12:37:40.913Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-355 [2020-10-20T12:37:40.913Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T12:37:40.913Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T12:37:40.913Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T12:37:40.913Z] # $SEMVER_BRANCH = PR-355 [2020-10-20T12:37:40.913Z] # $SEMVER_TEMP = /tmp/semver-231102626 [2020-10-20T12:37:40.913Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-20T12:37:41.489Z] # '/tmp/semver-231102626' -> '/w/workspace/dry_go-mod-core-contracts_PR-355/.semver' [2020-10-20T12:37:41.489Z] # -> Force: false [2020-10-20T12:37:41.489Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-355/.semver [Pipeline] } [2020-10-20T12:37:41.508Z] $ docker exec --env ******** --env ******** aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent -k [2020-10-20T12:37:41.658Z] unset SSH_AUTH_SOCK; [2020-10-20T12:37:41.659Z] unset SSH_AGENT_PID; [2020-10-20T12:37:41.659Z] echo Agent pid 51 killed; [2020-10-20T12:37:41.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T12:37:42.200Z] + git semver [Pipeline] } [2020-10-20T12:37:42.222Z] $ docker stop --time=1 aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 [2020-10-20T12:37:44.028Z] $ docker rm -f aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T12:37:44.510Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T12:37:45.047Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T12:37:45.050Z] [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-20T12:38:00.633Z] Still waiting to schedule task [2020-10-20T12:38:00.634Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T12:38:00.637Z] Still waiting to schedule task [2020-10-20T12:38:00.637Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T12:39:45.256Z] Running on prd-centos7-docker-4c-2g-6950 in /w/workspace/dry_go-mod-core-contracts_PR-355 [Pipeline] { [Pipeline] ws [2020-10-20T12:39:45.333Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-20T12:39:45.903Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6949 in /w/workspace/dry_go-mod-core-contracts_PR-355 [Pipeline] { [Pipeline] ws [2020-10-20T12:39:45.956Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-20T12:39:48.160Z] using credential edgex-jenkins-ssh [2020-10-20T12:39:48.212Z] Cloning the remote Git repository [2020-10-20T12:39:48.241Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T12:39:48.317Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-20T12:39:48.979Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T12:39:48.979Z] > git --version # timeout=10 [2020-10-20T12:39:48.986Z] > git --version # 'git version 2.16.5' [2020-10-20T12:39:48.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T12:39:49.015Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T12:39:50.195Z] Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [2020-10-20T12:39:49.701Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T12:39:49.709Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T12:39:49.729Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T12:39:49.745Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T12:39:49.746Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T12:39:49.750Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/355/head:refs/remotes/origin/PR-355 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T12:39:50.207Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T12:39:50.212Z] > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 [2020-10-20T12:39:50.316Z] Merge succeeded, producing cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [2020-10-20T12:39:50.316Z] Checking out Revision cbe9a460f91de235c4e3294d5f0220ca4e0beff3 (PR-355) [2020-10-20T12:39:51.134Z] using credential edgex-jenkins-ssh [2020-10-20T12:39:51.196Z] Cloning the remote Git repository [2020-10-20T12:39:50.273Z] > git remote # timeout=10 [2020-10-20T12:39:50.280Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T12:39:50.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T12:39:50.291Z] > git merge c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 [2020-10-20T12:39:50.308Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T12:39:50.320Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T12:39:50.323Z] > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 [2020-10-20T12:39:51.262Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T12:39:51.371Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-20T12:39:51.445Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T12:39:51.446Z] > git --version # timeout=10 [2020-10-20T12:39:51.468Z] > git --version # 'git version 2.17.1' [2020-10-20T12:39:51.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T12:39:51.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T12:39:53.260Z] Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [2020-10-20T12:39:53.549Z] Merge succeeded, producing cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [2020-10-20T12:39:53.549Z] Checking out Revision cbe9a460f91de235c4e3294d5f0220ca4e0beff3 (PR-355) [2020-10-20T12:39:52.483Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T12:39:52.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T12:39:52.537Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T12:39:52.585Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T12:39:52.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T12:39:52.598Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/355/head:refs/remotes/origin/PR-355 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T12:39:53.298Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T12:39:53.316Z] > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 [2020-10-20T12:39:53.451Z] > git remote # timeout=10 [2020-10-20T12:39:53.471Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T12:39:53.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T12:39:53.508Z] > git merge c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 [2020-10-20T12:39:53.533Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T12:39:53.561Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T12:39:53.581Z] > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 [2020-10-20T12:39:53.956Z] Commit message: "feat(v2 data): Update DTOs for UpdateEventPushed" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T12:39:54.826Z] ========================================================= [2020-10-20T12:39:54.827Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T12:39:54.827Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:39:55.568Z] + 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-20T12:39:56.153Z] Sending build context to Docker daemon 1.781MB [2020-10-20T12:39:56.153Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T12:39:56.153Z] Step 2/7 : FROM ${BASE} [2020-10-20T12:39:56.153Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T12:39:56.153Z] df20fa9351a1: Pulling fs layer [2020-10-20T12:39:56.153Z] ed8968b2872e: Pulling fs layer [2020-10-20T12:39:56.153Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T12:39:56.153Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T12:39:56.153Z] e73272ec9a57: Pulling fs layer [2020-10-20T12:39:56.153Z] 1e910a182e73: Pulling fs layer [2020-10-20T12:39:56.153Z] 4e634b169226: Pulling fs layer [2020-10-20T12:39:56.153Z] e73272ec9a57: Waiting [2020-10-20T12:39:56.153Z] 1e910a182e73: Waiting [2020-10-20T12:39:56.153Z] 4e634b169226: Waiting [2020-10-20T12:39:56.153Z] e871e8e8d7a9: Waiting [2020-10-20T12:39:56.420Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T12:39:56.420Z] a92cc7c5fd73: Download complete [2020-10-20T12:39:56.420Z] ed8968b2872e: Verifying Checksum [2020-10-20T12:39:56.420Z] ed8968b2872e: Download complete [2020-10-20T12:39:56.420Z] e73272ec9a57: Verifying Checksum [2020-10-20T12:39:56.420Z] e73272ec9a57: Download complete [2020-10-20T12:39:56.420Z] 1e910a182e73: Verifying Checksum [2020-10-20T12:39:56.420Z] 1e910a182e73: Download complete [2020-10-20T12:39:56.420Z] df20fa9351a1: Verifying Checksum [2020-10-20T12:39:56.420Z] df20fa9351a1: Download complete [2020-10-20T12:39:56.686Z] df20fa9351a1: Pull complete [2020-10-20T12:39:56.951Z] ed8968b2872e: Pull complete [2020-10-20T12:39:56.951Z] a92cc7c5fd73: Pull complete [2020-10-20T12:39:58.054Z] Commit message: "feat(v2 data): Update DTOs for UpdateEventPushed" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-20T12:39:58.890Z] 4e634b169226: Verifying Checksum [2020-10-20T12:39:58.890Z] 4e634b169226: Download complete [Pipeline] echo [2020-10-20T12:39:58.998Z] ========================================================= [2020-10-20T12:39:58.999Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T12:39:58.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:39:59.859Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T12:39:59.859Z] e871e8e8d7a9: Download complete [2020-10-20T12:40:00.029Z] + 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-20T12:40:01.009Z] Sending build context to Docker daemon 1.781MB [2020-10-20T12:40:01.009Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T12:40:01.009Z] Step 2/7 : FROM ${BASE} [2020-10-20T12:40:01.285Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T12:40:01.285Z] b538f80385f9: Pulling fs layer [2020-10-20T12:40:01.285Z] 74f711af9a0d: Pulling fs layer [2020-10-20T12:40:01.285Z] 99f96fe45779: Pulling fs layer [2020-10-20T12:40:01.285Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T12:40:01.285Z] 45590311c82a: Pulling fs layer [2020-10-20T12:40:01.285Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T12:40:01.285Z] 209524e5b208: Pulling fs layer [2020-10-20T12:40:01.285Z] 8529a6b9a6be: Waiting [2020-10-20T12:40:01.285Z] 45590311c82a: Waiting [2020-10-20T12:40:01.285Z] 69ca0ff8b7b3: Waiting [2020-10-20T12:40:01.285Z] 209524e5b208: Waiting [2020-10-20T12:40:01.285Z] 99f96fe45779: Verifying Checksum [2020-10-20T12:40:01.285Z] 99f96fe45779: Download complete [2020-10-20T12:40:01.285Z] 74f711af9a0d: Verifying Checksum [2020-10-20T12:40:01.285Z] 74f711af9a0d: Download complete [2020-10-20T12:40:01.285Z] 45590311c82a: Verifying Checksum [2020-10-20T12:40:01.285Z] 45590311c82a: Download complete [2020-10-20T12:40:01.285Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T12:40:01.285Z] 69ca0ff8b7b3: Download complete [2020-10-20T12:40:01.285Z] b538f80385f9: Verifying Checksum [2020-10-20T12:40:01.285Z] b538f80385f9: Download complete [2020-10-20T12:40:02.281Z] b538f80385f9: Pull complete [2020-10-20T12:40:02.560Z] 74f711af9a0d: Pull complete [2020-10-20T12:40:02.833Z] 99f96fe45779: Pull complete [2020-10-20T12:40:03.820Z] 209524e5b208: Verifying Checksum [2020-10-20T12:40:03.820Z] 209524e5b208: Download complete [2020-10-20T12:40:05.209Z] e871e8e8d7a9: Pull complete [2020-10-20T12:40:05.209Z] e73272ec9a57: Pull complete [2020-10-20T12:40:05.209Z] 1e910a182e73: Pull complete [2020-10-20T12:40:05.813Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T12:40:05.813Z] 8529a6b9a6be: Download complete [2020-10-20T12:40:15.285Z] 4e634b169226: Pull complete [2020-10-20T12:40:15.285Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T12:40:15.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T12:40:15.285Z] ---> f7629b54cfaa [2020-10-20T12:40:15.285Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T12:40:15.285Z] ---> Running in 5026cf097120 [2020-10-20T12:40:15.551Z] Removing intermediate container 5026cf097120 [2020-10-20T12:40:15.551Z] ---> 35ff5fdcc9ce [2020-10-20T12:40:15.551Z] Step 4/7 : RUN apk add bash [2020-10-20T12:40:15.551Z] ---> Running in be25e58da609 [2020-10-20T12:40:16.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T12:40:17.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T12:40:18.040Z] OK: 166 MiB in 39 packages [2020-10-20T12:40:18.261Z] 8529a6b9a6be: Pull complete [2020-10-20T12:40:18.262Z] 45590311c82a: Pull complete [2020-10-20T12:40:18.262Z] 69ca0ff8b7b3: Pull complete [2020-10-20T12:40:18.303Z] Removing intermediate container be25e58da609 [2020-10-20T12:40:18.303Z] ---> c28ca3dc3f3f [2020-10-20T12:40:18.303Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T12:40:18.566Z] ---> Running in e472d7a91f8b [2020-10-20T12:40:18.566Z] Removing intermediate container e472d7a91f8b [2020-10-20T12:40:18.566Z] ---> 1134fe89438f [2020-10-20T12:40:18.566Z] Step 6/7 : COPY go.mod . [2020-10-20T12:40:18.829Z] ---> cc9ee9361e49 [2020-10-20T12:40:18.829Z] Step 7/7 : RUN go mod download [2020-10-20T12:40:18.829Z] ---> Running in 15e2d5532bea [2020-10-20T12:40:20.908Z] 209524e5b208: Pull complete [2020-10-20T12:40:20.908Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T12:40:20.908Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T12:40:20.908Z] ---> 5bddaf1c2fca [2020-10-20T12:40:20.908Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T12:40:23.551Z] ---> Running in 6866f80075ef [2020-10-20T12:40:23.824Z] Removing intermediate container 6866f80075ef [2020-10-20T12:40:23.824Z] ---> 278b223ba6da [2020-10-20T12:40:23.824Z] Step 4/7 : RUN apk add bash [2020-10-20T12:40:24.097Z] ---> Running in 057c4c0cb1f1 [2020-10-20T12:40:25.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T12:40:26.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T12:40:27.120Z] OK: 142 MiB in 39 packages [2020-10-20T12:40:28.561Z] Removing intermediate container 057c4c0cb1f1 [2020-10-20T12:40:28.561Z] ---> 9bc88fa6bb6f [2020-10-20T12:40:28.561Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T12:40:28.561Z] ---> Running in bc281ed58919 [2020-10-20T12:40:29.158Z] Removing intermediate container bc281ed58919 [2020-10-20T12:40:29.158Z] ---> 177234c34722 [2020-10-20T12:40:29.158Z] Step 6/7 : COPY go.mod . [2020-10-20T12:40:29.755Z] ---> e799eaf0d51d [2020-10-20T12:40:29.755Z] Step 7/7 : RUN go mod download [2020-10-20T12:40:30.031Z] ---> Running in 88ef6380f201 [2020-10-20T12:40:31.134Z] Removing intermediate container 15e2d5532bea [2020-10-20T12:40:31.134Z] ---> 8493fb3d035f [2020-10-20T12:40:31.134Z] Successfully built 8493fb3d035f [2020-10-20T12:40:31.134Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:40:31.503Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T12:40:31.503Z] . [Pipeline] withDockerContainer [2020-10-20T12:40:31.617Z] prd-centos7-docker-4c-2g-6950 does not seem to be running inside a container [2020-10-20T12:40:31.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T12:40:32.314Z] $ docker top 4c4c40d10f32b2c66e6f092f6b24f5fefce1e311dbb9da5d6c8009ea19c3c8ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T12:40:33.322Z] + go version [2020-10-20T12:40:33.322Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T12:40:33.341Z] $ docker stop --time=1 4c4c40d10f32b2c66e6f092f6b24f5fefce1e311dbb9da5d6c8009ea19c3c8ca [2020-10-20T12:40:34.676Z] $ docker rm -f 4c4c40d10f32b2c66e6f092f6b24f5fefce1e311dbb9da5d6c8009ea19c3c8ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:40:35.666Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T12:40:35.666Z] . [Pipeline] withDockerContainer [2020-10-20T12:40:35.779Z] prd-centos7-docker-4c-2g-6950 does not seem to be running inside a container [2020-10-20T12:40:35.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T12:40:36.499Z] $ docker top 038cf0e9acf03e1373565596410610d172e0c8750c7d64cdce0f8f7830a911ba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T12:40:37.011Z] + make test [2020-10-20T12:40:37.011Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-20T12:40:43.738Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-20T12:40:43.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.030s coverage: 85.7% of statements [2020-10-20T12:40:43.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.021s coverage: 100.0% of statements [2020-10-20T12:40:43.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements [2020-10-20T12:40:43.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements [2020-10-20T12:40:43.738Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-20T12:40:43.738Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.009s coverage: 6.4% of statements [2020-10-20T12:40:44.328Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.046s coverage: 14.7% of statements [2020-10-20T12:40:44.328Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements [2020-10-20T12:40:44.927Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements [2020-10-20T12:40:44.927Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-20T12:40:44.927Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-20T12:40:44.927Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.039s coverage: 100.0% of statements [2020-10-20T12:40:45.126Z] Removing intermediate container 88ef6380f201 [2020-10-20T12:40:45.126Z] ---> 96db6d212317 [2020-10-20T12:40:45.126Z] Successfully built 96db6d212317 [2020-10-20T12:40:45.126Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:40:45.517Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 48.9% of statements [2020-10-20T12:40:45.567Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T12:40:45.567Z] . [Pipeline] withDockerContainer [2020-10-20T12:40:45.804Z] prd-ubuntu18.04-docker-arm64-4c-16g-6949 does not seem to be running inside a container [2020-10-20T12:40:45.901Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 63.0% of statements [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.008s coverage: 15.4% of statements [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements [2020-10-20T12:40:47.493Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.1% of statements [2020-10-20T12:40:47.493Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements [2020-10-20T12:40:47.705Z] $ docker top 3c0ab900ad75fe9abbd34c33bbd761224aa5ccc6a927ed7f0203a14b27a20044 -eo pid,comm [2020-10-20T12:40:47.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.014s coverage: 94.4% of statements [2020-10-20T12:40:47.759Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-10-20T12:40:47.759Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-20T12:40:48.034Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh [2020-10-20T12:40:49.122Z] + go version [2020-10-20T12:40:49.122Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T12:40:49.150Z] $ docker stop --time=1 3c0ab900ad75fe9abbd34c33bbd761224aa5ccc6a927ed7f0203a14b27a20044 [2020-10-20T12:40:49.460Z] gofmt -l . [2020-10-20T12:40:49.461Z] [ "`gofmt -l .`" = "" ] [2020-10-20T12:40:51.143Z] $ docker rm -f 3c0ab900ad75fe9abbd34c33bbd761224aa5ccc6a927ed7f0203a14b27a20044 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:40:52.035Z] Stashed 1 file(s) [Pipeline] } [2020-10-20T12:40:52.043Z] $ docker stop --time=1 038cf0e9acf03e1373565596410610d172e0c8750c7d64cdce0f8f7830a911ba [2020-10-20T12:40:52.231Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T12:40:52.231Z] . [2020-10-20T12:40:54.315Z] $ docker rm -f 038cf0e9acf03e1373565596410610d172e0c8750c7d64cdce0f8f7830a911ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2020-10-20T12:40:54.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-6949 does not seem to be running inside a container [2020-10-20T12:40:54.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-20T12:40:56.789Z] $ docker top 12e2e9795d5789e9c3ab6050c2271e94b3c1ad8e421ab624c9f0dd3ed76ba89c -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } [2020-10-20T12:40:58.226Z] + make test [2020-10-20T12:40:58.226Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T12:41:20.487Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-20T12:41:20.772Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.028s coverage: 85.7% of statements [2020-10-20T12:41:20.772Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.024s coverage: 100.0% of statements [2020-10-20T12:41:22.766Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.060s coverage: 45.4% of statements [2020-10-20T12:41:22.766Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.033s coverage: 77.8% of statements [2020-10-20T12:41:22.766Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-20T12:41:22.766Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.033s coverage: 6.4% of statements [2020-10-20T12:41:24.221Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.110s coverage: 14.7% of statements [2020-10-20T12:41:24.221Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements [2020-10-20T12:41:25.704Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements [2020-10-20T12:41:25.704Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-20T12:41:25.704Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-20T12:41:25.704Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements [2020-10-20T12:41:26.317Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.022s coverage: 48.9% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.083s coverage: 63.0% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements [2020-10-20T12:41:33.075Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 29.1% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.049s coverage: 100.0% of statements [2020-10-20T12:41:33.075Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements [2020-10-20T12:41:33.349Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements [2020-10-20T12:41:33.349Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-20T12:41:33.624Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-20T12:41:37.951Z] gofmt -l . [2020-10-20T12:41:38.225Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-20T12:41:38.844Z] Warning: overwriting stash ‘coverage-report’ [2020-10-20T12:41:39.781Z] Stashed 1 file(s) [Pipeline] } [2020-10-20T12:41:39.793Z] $ docker stop --time=1 12e2e9795d5789e9c3ab6050c2271e94b3c1ad8e421ab624c9f0dd3ed76ba89c [2020-10-20T12:41:42.100Z] $ docker rm -f 12e2e9795d5789e9c3ab6050c2271e94b3c1ad8e421ab624c9f0dd3ed76ba89c [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-20T12:41:46.360Z] provisioning config files... [2020-10-20T12:41:46.373Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/config7726854466981799472tmp [Pipeline] { [Pipeline] sh [2020-10-20T12:41:46.782Z] + set +x [2020-10-20T12:41:46.782Z] + curl -s https://codecov.io/bash [2020-10-20T12:41:46.782Z] + bash -s -- [2020-10-20T12:41:47.047Z] [2020-10-20T12:41:47.047Z] _____ _ [2020-10-20T12:41:47.047Z] / ____| | | [2020-10-20T12:41:47.047Z] | | ___ __| | ___ ___ _____ __ [2020-10-20T12:41:47.047Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-20T12:41:47.047Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-20T12:41:47.047Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-20T12:41:47.047Z] Bash-20201009-048fee3 [2020-10-20T12:41:47.047Z] [2020-10-20T12:41:47.047Z] [2020-10-20T12:41:47.047Z] ==> Jenkins CI detected. [2020-10-20T12:41:47.047Z] project root: . [2020-10-20T12:41:47.047Z] --> token set from env [2020-10-20T12:41:47.047Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-20T12:41:47.047Z] ==> Running gcov in . (disable via -X gcov) [2020-10-20T12:41:47.047Z] ==> Python coveragepy not found [2020-10-20T12:41:47.047Z] ==> Searching for coverage reports in: [2020-10-20T12:41:47.047Z] + . [2020-10-20T12:41:47.047Z] -> Found 1 reports [2020-10-20T12:41:47.047Z] ==> Detecting git/mercurial file structure [2020-10-20T12:41:47.047Z] ==> Reading reports [2020-10-20T12:41:47.047Z] + ./coverage.out bytes=106727 [2020-10-20T12:41:47.047Z] ==> Appending adjustments [2020-10-20T12:41:47.047Z] https://docs.codecov.io/docs/fixing-reports [2020-10-20T12:41:47.998Z] + Found adjustments [2020-10-20T12:41:47.998Z] ==> Gzipping contents [2020-10-20T12:41:47.998Z] ==> Uploading reports [2020-10-20T12:41:47.998Z] url: https://codecov.io [2020-10-20T12:41:47.998Z] query: branch=PR-355&commit=cbe9a460f91de235c4e3294d5f0220ca4e0beff3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-355%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=355&job=&cmd_args= [2020-10-20T12:41:47.998Z] -> Pinging Codecov [2020-10-20T12:41:47.998Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-355&commit=cbe9a460f91de235c4e3294d5f0220ca4e0beff3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-355%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=355&job=&cmd_args= [2020-10-20T12:41:47.998Z] -> Uploading to [2020-10-20T12:41:47.998Z] [2020-10-20T12:41:47.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T12:41:47.998Z] Dload Upload Total Spent Left Speed [2020-10-20T12:41:47.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-20T12:41:47.998Z] X> Failed to upload [2020-10-20T12:41:47.998Z] ==> Uploading to Codecov [2020-10-20T12:41:47.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T12:41:47.998Z] Dload Upload Total Spent Left Speed [2020-10-20T12:41:48.946Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 17230 0 0 100 17112 0 25372 --:--:-- --:--:-- --:--:-- 25351 100 17230 100 118 100 17112 174 25364 --:--:-- --:--:-- --:--:-- 25351 [2020-10-20T12:41:48.947Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [Pipeline] } [2020-10-20T12:41:48.957Z] 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-20T12:41:51.843Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:41:52.425Z] ---> package-listing.sh [2020-10-20T12:41:52.425Z] ++ facter osfamily [2020-10-20T12:41:52.425Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T12:41:52.425Z] + OS_FAMILY=redhat [2020-10-20T12:41:52.425Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-355 [2020-10-20T12:41:52.425Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T12:41:52.425Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T12:41:52.425Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T12:41:52.425Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T12:41:52.425Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-355 ']' [2020-10-20T12:41:52.425Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T12:41:52.425Z] + case "${OS_FAMILY}" in [2020-10-20T12:41:52.425Z] + rpm -qa [2020-10-20T12:41:52.425Z] + sort [2020-10-20T12:41:56.671Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T12:41:56.671Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T12:41:56.671Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T12:41:56.671Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-355 ']' [2020-10-20T12:41:56.671Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-355/archives/ [2020-10-20T12:41:56.671Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-355/archives/ [Pipeline] echo [2020-10-20T12:41:56.686Z] 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-355/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T12:41:56.980Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:41:57.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T12:41:57.289Z] [2020-10-20T12:41:57.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T12:41:57.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T12:41:57.673Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T12:41:57.673Z] df20fa9351a1: Pulling fs layer [2020-10-20T12:41:57.673Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T12:41:57.673Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T12:41:57.673Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T12:41:57.673Z] 93b61091891f: Pulling fs layer [2020-10-20T12:41:57.673Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T12:41:57.673Z] 5e14af77c1be: Pulling fs layer [2020-10-20T12:41:57.673Z] 01666e4c0597: Pulling fs layer [2020-10-20T12:41:57.673Z] aa168da1d23b: Pulling fs layer [2020-10-20T12:41:57.673Z] 93b9cdb0e59b: Waiting [2020-10-20T12:41:57.673Z] 5e14af77c1be: Waiting [2020-10-20T12:41:57.673Z] 01666e4c0597: Waiting [2020-10-20T12:41:57.673Z] aa168da1d23b: Waiting [2020-10-20T12:41:57.673Z] 93b61091891f: Waiting [2020-10-20T12:41:57.673Z] 46f8f816bc3b: Waiting [2020-10-20T12:41:57.673Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T12:41:57.673Z] 36b3adc4ff6f: Download complete [2020-10-20T12:41:57.673Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T12:41:57.673Z] 46f8f816bc3b: Download complete [2020-10-20T12:41:57.937Z] df20fa9351a1: Verifying Checksum [2020-10-20T12:41:57.937Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T12:41:57.937Z] 93b9cdb0e59b: Download complete [2020-10-20T12:41:57.937Z] 93b61091891f: Verifying Checksum [2020-10-20T12:41:57.937Z] 93b61091891f: Download complete [2020-10-20T12:41:57.937Z] 5e14af77c1be: Verifying Checksum [2020-10-20T12:41:57.937Z] 5e14af77c1be: Download complete [2020-10-20T12:41:57.937Z] 01666e4c0597: Verifying Checksum [2020-10-20T12:41:57.937Z] 01666e4c0597: Download complete [2020-10-20T12:41:58.212Z] df20fa9351a1: Pull complete [2020-10-20T12:41:58.485Z] 36b3adc4ff6f: Pull complete [2020-10-20T12:41:58.485Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T12:41:58.485Z] 8ad3a11d3b57: Download complete [2020-10-20T12:41:59.443Z] 8ad3a11d3b57: Pull complete [2020-10-20T12:41:59.443Z] 46f8f816bc3b: Pull complete [2020-10-20T12:41:59.706Z] 93b61091891f: Pull complete [2020-10-20T12:41:59.971Z] 93b9cdb0e59b: Pull complete [2020-10-20T12:42:00.236Z] 5e14af77c1be: Pull complete [2020-10-20T12:42:00.236Z] aa168da1d23b: Verifying Checksum [2020-10-20T12:42:00.236Z] aa168da1d23b: Download complete [2020-10-20T12:42:00.236Z] 01666e4c0597: Pull complete [2020-10-20T12:42:06.877Z] aa168da1d23b: Pull complete [2020-10-20T12:42:06.877Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T12:42:06.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T12:42:06.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T12:42:07.072Z] prd-centos7-docker-4c-2g-6948 does not seem to be running inside a container [2020-10-20T12:42:07.128Z] $ 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-355/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-355 -v /w/workspace/dry_go-mod-core-contracts_PR-355:/w/workspace/dry_go-mod-core-contracts_PR-355:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-355@tmp:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T12:42:16.894Z] $ docker top 53963ad8f575c186e86b893c36e664cf1c415ddf6cb1adae72d68fafc0396c55 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T12:42:17.552Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T12:42:17.859Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T12:42:18.166Z] + ls /var/log/sa-host [2020-10-20T12:42:18.166Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T12:42:18.166Z] file_magic: OK [2020-10-20T12:42:18.166Z] HZ: Using current value: 100 [2020-10-20T12:42:18.166Z] file_header: OK [2020-10-20T12:42:18.166Z] 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-20T12:42:18.166Z] Statistics: [2020-10-20T12:42:18.166Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T12:42:18.166Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T12:42:18.166Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T12:42:18.166Z] file_magic: OK [2020-10-20T12:42:18.166Z] HZ: Using current value: 100 [2020-10-20T12:42:18.166Z] file_header: OK [2020-10-20T12:42:18.166Z] 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-20T12:42:18.166Z] Statistics: [2020-10-20T12:42:18.166Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T12:42:18.166Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T12:42:18.418Z] provisioning config files... [2020-10-20T12:42:18.437Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/config839291018814585647tmp [Pipeline] { [Pipeline] echo [2020-10-20T12:42:18.522Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:42:18.825Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T12:42:18.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T12:42:18.934Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:42:19.239Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T12:42:19.252Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:42:19.553Z] ---> sudo-logs.sh [2020-10-20T12:42:19.553Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T12:42:19.565Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:42:19.864Z] ---> job-cost.sh [2020-10-20T12:42:19.865Z] lf-activate-venv: SKIPPING [2020-10-20T12:42:19.865Z] INFO: No Stack... [2020-10-20T12:42:22.429Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T12:42:22.429Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T12:42:22.451Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T12:42:22.756Z] ---> logs-deploy.sh [2020-10-20T12:42:22.756Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-355/3 [2020-10-20T12:42:22.756Z] INFO: archiving workspace using pattern(s): [2020-10-20T12:42:24.685Z] Archives upload complete. [2020-10-20T12:42:24.685Z] INFO: archiving logs to Nexus