Pull request #279 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 c164e76afc8785cd69b318e7bfd5c78d58cb4805+55b81cd576c2e67c5a7de51c068d3f3d26919862 (0801b174149ff99efb48dee3cb81d94690df980a) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1720 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-279 # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # 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/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit c164e76afc8785cd69b318e7bfd5c78d58cb4805 Merge succeeded, producing c164e76afc8785cd69b318e7bfd5c78d58cb4805 Checking out Revision c164e76afc8785cd69b318e7bfd5c78d58cb4805 (PR-279) > git config core.sparsecheckout # timeout=10 > git checkout -f c164e76afc8785cd69b318e7bfd5c78d58cb4805 # 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 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c164e76afc8785cd69b318e7bfd5c78d58cb4805 # timeout=10 Commit message: "feat: new error mechanism for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-07T13:37:32.627Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 3f996a924550b6de7b7cc663c5935bd395f4a2ad # timeout=10 [2020-09-07T13:37:32.892Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-07T13:37:32.987Z] ========================================================= [2020-09-07T13:37:32.987Z] EdgeX Global Pipelines Version Info [2020-09-07T13:37:32.987Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:37:34.840Z] ------------------- [2020-09-07T13:37:34.840Z] stable info: [2020-09-07T13:37:34.840Z] ------------------- [2020-09-07T13:37:34.840Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T13:37:34.840Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T13:37:34.840Z] Message: update stable to v1.0.119 [2020-09-07T13:37:35.786Z] ------------------- [2020-09-07T13:37:35.786Z] experimental info: [2020-09-07T13:37:35.786Z] ------------------- [2020-09-07T13:37:35.786Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T13:37:35.786Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T13:37:35.786Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-07T13:37:36.111Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-07T13:37:36.196Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-07T13:37:36.279Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-07T13:37:36.374Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-07T13:37:36.475Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-07T13:37:36.558Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-07T13:37:36.655Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-07T13:37:36.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-07T13:37:36.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-07T13:37:36.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-07T13:37:37.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-07T13:37:37.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-07T13:37:37.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-07T13:37:37.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-07T13:37:37.375Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T13:37:37.483Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T13:37:37.564Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T13:37:37.646Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T13:37:37.743Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-07T13:37:37.831Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-07T13:37:37.912Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-07T13:37:37.992Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-07T13:37:38.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-279 [Pipeline] echo [2020-09-07T13:37:38.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-279 [Pipeline] echo [2020-09-07T13:37:38.260Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-279 [Pipeline] echo [2020-09-07T13:37:38.353Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c164e76afc8785cd69b318e7bfd5c78d58cb4805 [Pipeline] echo [2020-09-07T13:37:38.460Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c164e76 [Pipeline] echo [2020-09-07T13:37:38.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-07T13:37:39.158Z] + git log --format=format:%s -1 c164e76afc8785cd69b318e7bfd5c78d58cb4805 [Pipeline] echo [2020-09-07T13:37:39.220Z] GIT_COMMIT: c164e76afc8785cd69b318e7bfd5c78d58cb4805, Commit Message: feat: new error mechanism for V2 API [Pipeline] echo [2020-09-07T13:37:39.267Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:37:39.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:37:40.033Z] [2020-09-07T13:37:40.033Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:37:40.417Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:37:40.417Z] latest: Pulling from edgex-devops/git-semver [2020-09-07T13:37:40.417Z] 31603596830f: Pulling fs layer [2020-09-07T13:37:40.417Z] 2a8b12db71e7: Pulling fs layer [2020-09-07T13:37:40.417Z] 6ca5941a6612: Pulling fs layer [2020-09-07T13:37:40.417Z] ecc8261a40a4: Pulling fs layer [2020-09-07T13:37:40.417Z] ecc8261a40a4: Waiting [2020-09-07T13:37:40.417Z] 2a8b12db71e7: Verifying Checksum [2020-09-07T13:37:40.417Z] 2a8b12db71e7: Download complete [2020-09-07T13:37:40.417Z] 31603596830f: Verifying Checksum [2020-09-07T13:37:40.417Z] 31603596830f: Download complete [2020-09-07T13:37:40.694Z] ecc8261a40a4: Verifying Checksum [2020-09-07T13:37:40.694Z] ecc8261a40a4: Download complete [2020-09-07T13:37:40.957Z] 6ca5941a6612: Verifying Checksum [2020-09-07T13:37:40.957Z] 6ca5941a6612: Download complete [2020-09-07T13:37:40.957Z] 31603596830f: Pull complete [2020-09-07T13:37:40.957Z] 2a8b12db71e7: Pull complete [2020-09-07T13:37:41.908Z] 6ca5941a6612: Pull complete [2020-09-07T13:37:41.908Z] ecc8261a40a4: Pull complete [2020-09-07T13:37:42.169Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-07T13:37:42.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T13:37:42.169Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-07T13:37:42.277Z] prd-centos7-docker-4c-2g-1720 does not seem to be running inside a container [2020-09-07T13:37:42.324Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-279 -v /w/workspace/dry_go-mod-core-contracts_PR-279:/w/workspace/dry_go-mod-core-contracts_PR-279:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-279@tmp:/w/workspace/dry_go-mod-core-contracts_PR-279@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-07T13:37:44.982Z] $ docker top 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T13:37:45.288Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:37:45.288Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:37:45.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:37:45.501Z] $ docker exec 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f ssh-agent [2020-09-07T13:37:45.658Z] SSH_AUTH_SOCK=/tmp/ssh-jlPlEdoRhcMk/agent.11 [2020-09-07T13:37:45.658Z] SSH_AGENT_PID=16 [2020-09-07T13:37:45.671Z] Running ssh-add (command line suppressed) [2020-09-07T13:37:45.793Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_6460839565408355758.key (/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_6460839565408355758.key) [2020-09-07T13:37:45.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:37:46.185Z] + git describe --exact-match --tags HEAD [2020-09-07T13:37:46.185Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-07T13:37:46.210Z] $ docker exec --env ******** --env ******** 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f ssh-agent -k [2020-09-07T13:37:46.318Z] unset SSH_AUTH_SOCK; [2020-09-07T13:37:46.318Z] unset SSH_AGENT_PID; [2020-09-07T13:37:46.318Z] echo Agent pid 16 killed; [2020-09-07T13:37:46.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-07T13:37:46.478Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-07T13:37:46.478Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-07T13:37:46.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T13:37:46.571Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T13:37:46.752Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T13:37:46.758Z] $ docker exec 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f ssh-agent [2020-09-07T13:37:46.916Z] SSH_AUTH_SOCK=/tmp/ssh-ZUFCYcPXgnFB/agent.44 [2020-09-07T13:37:46.916Z] SSH_AGENT_PID=49 [2020-09-07T13:37:46.923Z] Running ssh-add (command line suppressed) [2020-09-07T13:37:47.039Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_2085760599429846690.key (/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_2085760599429846690.key) [2020-09-07T13:37:47.088Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T13:37:47.415Z] + git semver init [2020-09-07T13:37:47.416Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T13:37:47.416Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-279/.git [2020-09-07T13:37:47.416Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-279 [2020-09-07T13:37:47.416Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T13:37:47.416Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T13:37:47.416Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T13:37:47.416Z] # $SEMVER_BRANCH = PR-279 [2020-09-07T13:37:47.416Z] # $SEMVER_TEMP = /tmp/semver-164421165 [2020-09-07T13:37:47.416Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-07T13:37:47.990Z] # '/tmp/semver-164421165' -> '/w/workspace/dry_go-mod-core-contracts_PR-279/.semver' [2020-09-07T13:37:47.990Z] # -> Force: false [2020-09-07T13:37:47.990Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-279/.semver [Pipeline] } [2020-09-07T13:37:48.003Z] $ docker exec --env ******** --env ******** 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f ssh-agent -k [2020-09-07T13:37:48.113Z] unset SSH_AUTH_SOCK; [2020-09-07T13:37:48.113Z] unset SSH_AGENT_PID; [2020-09-07T13:37:48.113Z] echo Agent pid 49 killed; [2020-09-07T13:37:48.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T13:37:48.643Z] + git semver [Pipeline] } [2020-09-07T13:37:48.694Z] $ docker stop --time=1 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f [2020-09-07T13:37:50.251Z] $ docker rm -f 10de9d9857ac028e66827f802d4117c546c7f3d4fb41ba89c980aeb40217694f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-07T13:37:51.255Z] Stashed 91 file(s) [Pipeline] echo [2020-09-07T13:37:51.257Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-07T13:37:51.347Z] Archived original 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-09-07T13:38:06.746Z] Still waiting to schedule task [2020-09-07T13:38:06.746Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-07T13:38:06.747Z] Still waiting to schedule task [2020-09-07T13:38:06.748Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-07T13:40:06.446Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1721 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] ws [2020-09-07T13:40:06.493Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-09-07T13:40:11.309Z] using credential edgex-jenkins-ssh [2020-09-07T13:40:11.361Z] Cloning the remote Git repository [2020-09-07T13:40:11.361Z] Cloning with configured refspecs honoured and without tags [2020-09-07T13:40:11.442Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T13:40:12.572Z] Fetching without tags [2020-09-07T13:40:11.559Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-09-07T13:40:11.626Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T13:40:11.627Z] > git --version # timeout=10 [2020-09-07T13:40:11.649Z] > git --version # 'git version 2.17.1' [2020-09-07T13:40:11.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:40:11.744Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:40:12.477Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T13:40:12.501Z] > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 [2020-09-07T13:40:12.517Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:40:12.545Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T13:40:12.579Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T13:40:12.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:40:12.591Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:40:13.018Z] Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit c164e76afc8785cd69b318e7bfd5c78d58cb4805 [2020-09-07T13:40:13.328Z] Merge succeeded, producing c164e76afc8785cd69b318e7bfd5c78d58cb4805 [2020-09-07T13:40:13.329Z] Checking out Revision c164e76afc8785cd69b318e7bfd5c78d58cb4805 (PR-279) [2020-09-07T13:40:13.033Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:40:13.061Z] > git checkout -f c164e76afc8785cd69b318e7bfd5c78d58cb4805 # timeout=10 [2020-09-07T13:40:13.189Z] > git remote # timeout=10 [2020-09-07T13:40:13.209Z] > git config --get remote.origin.url # timeout=10 [2020-09-07T13:40:13.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:40:13.239Z] > git merge 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [2020-09-07T13:40:13.265Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-07T13:40:13.331Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:40:13.357Z] > git checkout -f c164e76afc8785cd69b318e7bfd5c78d58cb4805 # timeout=10 [2020-09-07T13:40:17.654Z] Commit message: "feat: new error mechanism for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-07T13:40:18.572Z] Running on prd-centos7-docker-4c-2g-1722 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] unstash [Pipeline] ws [2020-09-07T13:40:18.673Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [Pipeline] echo [2020-09-07T13:40:19.237Z] ========================================================= [2020-09-07T13:40:19.237Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-07T13:40:19.237Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:40:20.494Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-07T13:40:21.297Z] using credential edgex-jenkins-ssh [2020-09-07T13:40:21.348Z] Cloning the remote Git repository [2020-09-07T13:40:21.348Z] Cloning with configured refspecs honoured and without tags [2020-09-07T13:40:21.498Z] Sending build context to Docker daemon 2.195MB [2020-09-07T13:40:21.498Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-07T13:40:21.498Z] Step 2/7 : FROM ${BASE} [2020-09-07T13:40:21.772Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-07T13:40:21.772Z] b538f80385f9: Pulling fs layer [2020-09-07T13:40:21.772Z] 74f711af9a0d: Pulling fs layer [2020-09-07T13:40:21.772Z] 99f96fe45779: Pulling fs layer [2020-09-07T13:40:21.772Z] fd7a069fd194: Pulling fs layer [2020-09-07T13:40:21.772Z] 66aa3694b03b: Pulling fs layer [2020-09-07T13:40:21.772Z] 170f70906a0f: Pulling fs layer [2020-09-07T13:40:21.772Z] ad7c5574e4b9: Pulling fs layer [2020-09-07T13:40:21.772Z] e772456be8f7: Pulling fs layer [2020-09-07T13:40:21.772Z] c890913d741a: Pulling fs layer [2020-09-07T13:40:21.772Z] 2480fcc9aa5a: Pulling fs layer [2020-09-07T13:40:21.772Z] 09adf4765672: Pulling fs layer [2020-09-07T13:40:21.772Z] fd7a069fd194: Waiting [2020-09-07T13:40:21.772Z] 66aa3694b03b: Waiting [2020-09-07T13:40:21.772Z] ad7c5574e4b9: Waiting [2020-09-07T13:40:21.772Z] e772456be8f7: Waiting [2020-09-07T13:40:21.772Z] c890913d741a: Waiting [2020-09-07T13:40:21.772Z] 2480fcc9aa5a: Waiting [2020-09-07T13:40:21.772Z] 170f70906a0f: Waiting [2020-09-07T13:40:21.772Z] 09adf4765672: Waiting [2020-09-07T13:40:21.772Z] 99f96fe45779: Verifying Checksum [2020-09-07T13:40:21.772Z] 99f96fe45779: Download complete [2020-09-07T13:40:21.772Z] 74f711af9a0d: Verifying Checksum [2020-09-07T13:40:21.772Z] 74f711af9a0d: Download complete [2020-09-07T13:40:21.772Z] 66aa3694b03b: Download complete [2020-09-07T13:40:21.772Z] 170f70906a0f: Verifying Checksum [2020-09-07T13:40:21.772Z] 170f70906a0f: Download complete [2020-09-07T13:40:22.049Z] b538f80385f9: Verifying Checksum [2020-09-07T13:40:22.050Z] b538f80385f9: Download complete [2020-09-07T13:40:22.125Z] Fetching without tags [2020-09-07T13:40:21.376Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T13:40:21.437Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-09-07T13:40:21.485Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T13:40:21.485Z] > git --version # timeout=10 [2020-09-07T13:40:21.491Z] > git --version # 'git version 2.16.5' [2020-09-07T13:40:21.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:40:21.519Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:40:22.094Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T13:40:22.104Z] > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 [2020-09-07T13:40:22.109Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:40:22.121Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T13:40:22.131Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T13:40:22.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:40:22.136Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/279/head:refs/remotes/origin/PR-279 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T13:40:22.531Z] Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit c164e76afc8785cd69b318e7bfd5c78d58cb4805 [2020-09-07T13:40:22.626Z] Merge succeeded, producing c164e76afc8785cd69b318e7bfd5c78d58cb4805 [2020-09-07T13:40:22.627Z] Checking out Revision c164e76afc8785cd69b318e7bfd5c78d58cb4805 (PR-279) [2020-09-07T13:40:22.655Z] b538f80385f9: Pull complete [2020-09-07T13:40:22.541Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:40:22.547Z] > git checkout -f c164e76afc8785cd69b318e7bfd5c78d58cb4805 # timeout=10 [2020-09-07T13:40:22.600Z] > git remote # timeout=10 [2020-09-07T13:40:22.605Z] > git config --get remote.origin.url # timeout=10 [2020-09-07T13:40:22.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T13:40:22.614Z] > git merge 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [2020-09-07T13:40:22.623Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-07T13:40:22.631Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T13:40:22.646Z] > git checkout -f c164e76afc8785cd69b318e7bfd5c78d58cb4805 # timeout=10 [2020-09-07T13:40:23.648Z] 74f711af9a0d: Pull complete [2020-09-07T13:40:23.929Z] 99f96fe45779: Pull complete [2020-09-07T13:40:24.915Z] ad7c5574e4b9: Verifying Checksum [2020-09-07T13:40:24.915Z] ad7c5574e4b9: Download complete [2020-09-07T13:40:24.915Z] c890913d741a: Verifying Checksum [2020-09-07T13:40:24.915Z] c890913d741a: Download complete [2020-09-07T13:40:26.209Z] Commit message: "feat: new error mechanism for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-07T13:40:26.903Z] 2480fcc9aa5a: Verifying Checksum [2020-09-07T13:40:26.903Z] 2480fcc9aa5a: Download complete [2020-09-07T13:40:26.903Z] e772456be8f7: Verifying Checksum [2020-09-07T13:40:26.903Z] e772456be8f7: Download complete [2020-09-07T13:40:26.903Z] 09adf4765672: Verifying Checksum [2020-09-07T13:40:26.903Z] 09adf4765672: Download complete [Pipeline] echo [2020-09-07T13:40:27.035Z] ========================================================= [2020-09-07T13:40:27.036Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-07T13:40:27.036Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:40:27.516Z] fd7a069fd194: Verifying Checksum [2020-09-07T13:40:27.517Z] fd7a069fd194: Download complete [2020-09-07T13:40:27.673Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-07T13:40:27.934Z] Sending build context to Docker daemon 2.195MB [2020-09-07T13:40:27.934Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-07T13:40:27.934Z] Step 2/7 : FROM ${BASE} [2020-09-07T13:40:27.934Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-07T13:40:27.934Z] df20fa9351a1: Pulling fs layer [2020-09-07T13:40:27.934Z] ed8968b2872e: Pulling fs layer [2020-09-07T13:40:27.934Z] a92cc7c5fd73: Pulling fs layer [2020-09-07T13:40:27.934Z] 2dd03ba5bac4: Pulling fs layer [2020-09-07T13:40:27.934Z] 1e091d79d1de: Pulling fs layer [2020-09-07T13:40:27.934Z] 481702a1767f: Pulling fs layer [2020-09-07T13:40:27.934Z] f64a6f60c768: Pulling fs layer [2020-09-07T13:40:27.934Z] e78d2573fc39: Pulling fs layer [2020-09-07T13:40:27.934Z] e876d2f968b6: Pulling fs layer [2020-09-07T13:40:27.934Z] ce8a83651883: Pulling fs layer [2020-09-07T13:40:27.934Z] 07967f4d0e4b: Pulling fs layer [2020-09-07T13:40:27.934Z] 481702a1767f: Waiting [2020-09-07T13:40:27.934Z] f64a6f60c768: Waiting [2020-09-07T13:40:27.934Z] e78d2573fc39: Waiting [2020-09-07T13:40:27.934Z] e876d2f968b6: Waiting [2020-09-07T13:40:27.934Z] ce8a83651883: Waiting [2020-09-07T13:40:27.934Z] 07967f4d0e4b: Waiting [2020-09-07T13:40:27.934Z] 2dd03ba5bac4: Waiting [2020-09-07T13:40:27.934Z] 1e091d79d1de: Waiting [2020-09-07T13:40:27.934Z] a92cc7c5fd73: Verifying Checksum [2020-09-07T13:40:27.934Z] a92cc7c5fd73: Download complete [2020-09-07T13:40:27.934Z] ed8968b2872e: Download complete [2020-09-07T13:40:27.934Z] 1e091d79d1de: Verifying Checksum [2020-09-07T13:40:27.934Z] 1e091d79d1de: Download complete [2020-09-07T13:40:27.934Z] 481702a1767f: Verifying Checksum [2020-09-07T13:40:27.934Z] 481702a1767f: Download complete [2020-09-07T13:40:28.195Z] df20fa9351a1: Verifying Checksum [2020-09-07T13:40:28.195Z] df20fa9351a1: Download complete [2020-09-07T13:40:28.195Z] df20fa9351a1: Pull complete [2020-09-07T13:40:28.464Z] ed8968b2872e: Pull complete [2020-09-07T13:40:28.727Z] a92cc7c5fd73: Pull complete [2020-09-07T13:40:29.676Z] f64a6f60c768: Verifying Checksum [2020-09-07T13:40:29.676Z] f64a6f60c768: Download complete [2020-09-07T13:40:29.676Z] e876d2f968b6: Verifying Checksum [2020-09-07T13:40:29.676Z] e876d2f968b6: Download complete [2020-09-07T13:40:30.623Z] ce8a83651883: Verifying Checksum [2020-09-07T13:40:30.623Z] ce8a83651883: Download complete [2020-09-07T13:40:30.884Z] 07967f4d0e4b: Verifying Checksum [2020-09-07T13:40:30.884Z] 07967f4d0e4b: Download complete [2020-09-07T13:40:31.145Z] e78d2573fc39: Verifying Checksum [2020-09-07T13:40:31.145Z] e78d2573fc39: Download complete [2020-09-07T13:40:31.720Z] 2dd03ba5bac4: Verifying Checksum [2020-09-07T13:40:31.720Z] 2dd03ba5bac4: Download complete [2020-09-07T13:40:37.083Z] 2dd03ba5bac4: Pull complete [2020-09-07T13:40:37.083Z] 1e091d79d1de: Pull complete [2020-09-07T13:40:37.345Z] 481702a1767f: Pull complete [2020-09-07T13:40:39.933Z] fd7a069fd194: Pull complete [2020-09-07T13:40:39.933Z] 66aa3694b03b: Pull complete [2020-09-07T13:40:39.933Z] 170f70906a0f: Pull complete [2020-09-07T13:40:42.577Z] ad7c5574e4b9: Pull complete [2020-09-07T13:40:42.648Z] f64a6f60c768: Pull complete [2020-09-07T13:40:45.979Z] e78d2573fc39: Pull complete [2020-09-07T13:40:45.979Z] e876d2f968b6: Pull complete [2020-09-07T13:40:47.372Z] ce8a83651883: Pull complete [2020-09-07T13:40:47.372Z] 07967f4d0e4b: Pull complete [2020-09-07T13:40:47.634Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-07T13:40:47.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-07T13:40:47.634Z] ---> 5d7c900382c6 [2020-09-07T13:40:47.634Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-07T13:40:47.988Z] e772456be8f7: Pull complete [2020-09-07T13:40:47.989Z] c890913d741a: Pull complete [2020-09-07T13:40:48.208Z] ---> Running in 4eede6971a36 [2020-09-07T13:40:48.471Z] Removing intermediate container 4eede6971a36 [2020-09-07T13:40:48.471Z] ---> 9ed530538fd3 [2020-09-07T13:40:48.471Z] Step 4/7 : RUN apk add bash [2020-09-07T13:40:48.471Z] ---> Running in 6a86a51b7ce9 [2020-09-07T13:40:49.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-07T13:40:49.990Z] 2480fcc9aa5a: Pull complete [2020-09-07T13:40:50.266Z] 09adf4765672: Pull complete [2020-09-07T13:40:50.266Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-07T13:40:50.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-07T13:40:50.266Z] ---> 2248a725d1cf [2020-09-07T13:40:50.266Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-07T13:40:50.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-07T13:40:52.882Z] OK: 166 MiB in 39 packages [2020-09-07T13:40:53.455Z] Removing intermediate container 6a86a51b7ce9 [2020-09-07T13:40:53.455Z] ---> d08f0591e7d2 [2020-09-07T13:40:53.455Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-07T13:40:53.455Z] ---> Running in 40ce3367b55a [2020-09-07T13:40:53.455Z] Removing intermediate container 40ce3367b55a [2020-09-07T13:40:53.455Z] ---> 5d397cbff797 [2020-09-07T13:40:53.455Z] Step 6/7 : COPY go.mod . [2020-09-07T13:40:53.717Z] ---> 9e5f18a83a50 [2020-09-07T13:40:53.717Z] Step 7/7 : RUN go mod download [2020-09-07T13:40:53.717Z] ---> Running in d575bf46b245 [2020-09-07T13:40:54.592Z] ---> Running in 4a6a3a49e5b0 [2020-09-07T13:40:54.592Z] Removing intermediate container 4a6a3a49e5b0 [2020-09-07T13:40:54.592Z] ---> 46570b5416bd [2020-09-07T13:40:54.592Z] Step 4/7 : RUN apk add bash [2020-09-07T13:40:54.864Z] ---> Running in 6c26f9f812b8 [2020-09-07T13:40:55.639Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-07T13:40:55.639Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-07T13:40:55.639Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-07T13:40:55.639Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-07T13:40:55.639Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-07T13:40:55.639Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-07T13:40:55.639Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-07T13:40:55.639Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-07T13:40:55.639Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-07T13:40:55.639Z] go: finding github.com/google/uuid v1.1.0 [2020-09-07T13:40:55.639Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-07T13:40:55.639Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-07T13:40:55.901Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-07T13:40:55.901Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-07T13:40:55.901Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-07T13:40:55.901Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-07T13:40:55.901Z] go: finding golang.org/x/text v0.3.2 [2020-09-07T13:40:55.901Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-07T13:40:55.901Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-07T13:40:55.901Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-07T13:40:56.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-07T13:40:57.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-07T13:40:59.147Z] OK: 142 MiB in 39 packages [2020-09-07T13:41:00.581Z] Removing intermediate container 6c26f9f812b8 [2020-09-07T13:41:00.581Z] ---> ecea8834676a [2020-09-07T13:41:00.581Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-07T13:41:00.581Z] ---> Running in af469d29b2a7 [2020-09-07T13:41:00.855Z] Removing intermediate container af469d29b2a7 [2020-09-07T13:41:00.855Z] ---> ce541bc78284 [2020-09-07T13:41:00.855Z] Step 6/7 : COPY go.mod . [2020-09-07T13:41:01.453Z] ---> a37c981b15dc [2020-09-07T13:41:01.453Z] Step 7/7 : RUN go mod download [2020-09-07T13:41:01.725Z] ---> Running in f0c42a750cbc [2020-09-07T13:41:04.070Z] Removing intermediate container d575bf46b245 [2020-09-07T13:41:04.070Z] ---> b5df6009d139 [2020-09-07T13:41:04.070Z] Successfully built b5df6009d139 [2020-09-07T13:41:04.070Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-07T13:41:04.344Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-07T13:41:04.344Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-07T13:41:04.344Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-07T13:41:04.344Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-07T13:41:04.344Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-07T13:41:04.344Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-07T13:41:04.344Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-07T13:41:04.344Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-07T13:41:04.344Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-07T13:41:04.344Z] go: finding github.com/google/uuid v1.1.0 [2020-09-07T13:41:04.344Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-07T13:41:04.344Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-07T13:41:04.344Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-07T13:41:04.344Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-07T13:41:04.344Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-07T13:41:04.344Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-07T13:41:04.344Z] go: finding golang.org/x/text v0.3.2 [2020-09-07T13:41:04.344Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-07T13:41:04.344Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-07T13:41:04.344Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:41:04.756Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-07T13:41:04.756Z] . [Pipeline] withDockerContainer [2020-09-07T13:41:04.936Z] prd-centos7-docker-4c-2g-1722 does not seem to be running inside a container [2020-09-07T13:41:04.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-x86_64 cat [2020-09-07T13:41:05.934Z] $ docker top 785ddab11756dd80b69c630fdc10ecc0b6d022d95cc0213753f4f40640a6533a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:41:06.414Z] + go version [2020-09-07T13:41:06.414Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-07T13:41:06.718Z] + make test [2020-09-07T13:41:06.718Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-07T13:41:13.392Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-07T13:41:14.783Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.011s coverage: 85.7% of statements [2020-09-07T13:41:14.784Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements [2020-09-07T13:41:14.784Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.016s coverage: 45.4% of statements [2020-09-07T13:41:14.784Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements [2020-09-07T13:41:14.784Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-07T13:41:15.742Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements [2020-09-07T13:41:16.333Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.053s coverage: 14.7% of statements [2020-09-07T13:41:16.333Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.011s coverage: 100.0% of statements [2020-09-07T13:41:16.333Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.025s coverage: 91.8% of statements [2020-09-07T13:41:16.333Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-07T13:41:16.333Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-07T13:41:16.333Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.020s coverage: 100.0% of statements [2020-09-07T13:41:16.762Z] Removing intermediate container f0c42a750cbc [2020-09-07T13:41:16.762Z] ---> 52479e08f20e [2020-09-07T13:41:16.762Z] Successfully built 52479e08f20e [2020-09-07T13:41:16.762Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:41:17.501Z] + docker inspect -f . ci-base-image-arm64 [2020-09-07T13:41:17.501Z] . [Pipeline] withDockerContainer [2020-09-07T13:41:17.768Z] prd-ubuntu18.04-docker-arm64-4c-16g-1721 does not seem to be running inside a container [2020-09-07T13:41:17.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 ******** ci-base-image-arm64 cat [2020-09-07T13:41:18.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 63.0% of statements [2020-09-07T13:41:18.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements [2020-09-07T13:41:18.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements [2020-09-07T13:41:18.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.035s coverage: 15.4% of statements [2020-09-07T13:41:18.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements [2020-09-07T13:41:19.504Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2 0.007s coverage: 28.8% of statements [2020-09-07T13:41:19.734Z] $ docker top 14bd4e050e2a9e69aa404523645626b6c0a6ac4318f5ecfeae35f642edc78063 -eo pid,comm [2020-09-07T13:41:19.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.021s coverage: 31.7% of statements [2020-09-07T13:41:19.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.007s coverage: 100.0% of statements [Pipeline] { [Pipeline] sh [2020-09-07T13:41:20.339Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.017s coverage: 95.1% of statements [2020-09-07T13:41:20.339Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-09-07T13:41:20.339Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-07T13:41:20.603Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-07T13:41:21.119Z] + go version [2020-09-07T13:41:21.119Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-07T13:41:21.559Z] gofmt -l . [2020-09-07T13:41:21.819Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-07T13:41:22.129Z] Stashed 1 file(s) [Pipeline] } [2020-09-07T13:41:22.137Z] $ docker stop --time=1 785ddab11756dd80b69c630fdc10ecc0b6d022d95cc0213753f4f40640a6533a [2020-09-07T13:41:22.171Z] + make test [2020-09-07T13:41:22.171Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-07T13:41:24.356Z] $ docker rm -f 785ddab11756dd80b69c630fdc10ecc0b6d022d95cc0213753f4f40640a6533a [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-09-07T13:41:44.524Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-07T13:41:44.524Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.061s coverage: 85.7% of statements [2020-09-07T13:41:44.524Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.046s coverage: 100.0% of statements [2020-09-07T13:41:47.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.050s coverage: 45.4% of statements [2020-09-07T13:41:47.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.056s coverage: 77.8% of statements [2020-09-07T13:41:47.177Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-07T13:41:47.177Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.025s coverage: 6.4% of statements [2020-09-07T13:41:47.777Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.103s coverage: 14.7% of statements [2020-09-07T13:41:48.769Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.055s coverage: 100.0% of statements [2020-09-07T13:41:51.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.091s coverage: 91.8% of statements [2020-09-07T13:41:51.410Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-07T13:41:51.410Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-07T13:41:51.410Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements [2020-09-07T13:41:56.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.145s coverage: 63.0% of statements [2020-09-07T13:41:56.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.035s coverage: 26.3% of statements [2020-09-07T13:41:56.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.054s coverage: 15.4% of statements [2020-09-07T13:41:56.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.036s coverage: 15.4% of statements [2020-09-07T13:41:56.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.027s coverage: 14.3% of statements [2020-09-07T13:41:57.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2 0.096s coverage: 28.8% of statements [2020-09-07T13:41:59.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.041s coverage: 31.7% of statements [2020-09-07T13:41:59.395Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.048s coverage: 100.0% of statements [2020-09-07T13:42:02.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.062s coverage: 95.1% of statements [2020-09-07T13:42:02.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.032s coverage: 100.0% of statements [2020-09-07T13:42:02.010Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-07T13:42:02.010Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-07T13:42:06.319Z] gofmt -l . [2020-09-07T13:42:06.319Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-07T13:42:06.608Z] Warning: overwriting stash ‘coverage-report’ [2020-09-07T13:42:07.486Z] Stashed 1 file(s) [Pipeline] } [2020-09-07T13:42:07.495Z] $ docker stop --time=1 14bd4e050e2a9e69aa404523645626b6c0a6ac4318f5ecfeae35f642edc78063 [2020-09-07T13:42:09.799Z] $ docker rm -f 14bd4e050e2a9e69aa404523645626b6c0a6ac4318f5ecfeae35f642edc78063 [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-09-07T13:42:12.310Z] provisioning config files... [2020-09-07T13:42:12.326Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config2844213877691471706tmp [Pipeline] { [Pipeline] sh [2020-09-07T13:42:12.712Z] + curl -s https://codecov.io/bash [2020-09-07T13:42:12.713Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config2844213877691471706tmp [Pipeline] } [2020-09-07T13:42:12.983Z] 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] { (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-09-07T13:42:15.090Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:42:15.654Z] ---> package-listing.sh [2020-09-07T13:42:15.654Z] ++ facter osfamily [2020-09-07T13:42:15.654Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-07T13:42:15.654Z] + OS_FAMILY=redhat [2020-09-07T13:42:15.654Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-279 [2020-09-07T13:42:15.654Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-07T13:42:15.654Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-07T13:42:15.654Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-07T13:42:15.654Z] + PACKAGES=/tmp/packages_start.txt [2020-09-07T13:42:15.654Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-279 ']' [2020-09-07T13:42:15.654Z] + PACKAGES=/tmp/packages_end.txt [2020-09-07T13:42:15.654Z] + case "${OS_FAMILY}" in [2020-09-07T13:42:15.654Z] + rpm -qa [2020-09-07T13:42:15.654Z] + sort [2020-09-07T13:42:19.878Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-07T13:42:19.878Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-07T13:42:19.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-07T13:42:19.878Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-279 ']' [2020-09-07T13:42:19.878Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-279/archives/ [2020-09-07T13:42:19.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-279/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:42:20.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:42:20.558Z] [2020-09-07T13:42:20.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-07T13:42:20.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:42:20.921Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-07T13:42:20.921Z] df20fa9351a1: Pulling fs layer [2020-09-07T13:42:20.921Z] 36b3adc4ff6f: Pulling fs layer [2020-09-07T13:42:20.921Z] 8ad3a11d3b57: Pulling fs layer [2020-09-07T13:42:20.921Z] 46f8f816bc3b: Pulling fs layer [2020-09-07T13:42:20.921Z] 0dadc02b9964: Pulling fs layer [2020-09-07T13:42:20.921Z] ce6a7cf60c04: Pulling fs layer [2020-09-07T13:42:20.921Z] 7a184a31f384: Pulling fs layer [2020-09-07T13:42:20.921Z] 0879bd2ef858: Pulling fs layer [2020-09-07T13:42:20.921Z] 46f8f816bc3b: Waiting [2020-09-07T13:42:20.921Z] 7a184a31f384: Waiting [2020-09-07T13:42:20.921Z] 0dadc02b9964: Waiting [2020-09-07T13:42:20.921Z] 0879bd2ef858: Waiting [2020-09-07T13:42:20.921Z] ce6a7cf60c04: Waiting [2020-09-07T13:42:20.921Z] 36b3adc4ff6f: Verifying Checksum [2020-09-07T13:42:20.921Z] 36b3adc4ff6f: Download complete [2020-09-07T13:42:20.921Z] 46f8f816bc3b: Verifying Checksum [2020-09-07T13:42:20.921Z] 46f8f816bc3b: Download complete [2020-09-07T13:42:20.921Z] df20fa9351a1: Verifying Checksum [2020-09-07T13:42:20.921Z] df20fa9351a1: Download complete [2020-09-07T13:42:20.921Z] ce6a7cf60c04: Verifying Checksum [2020-09-07T13:42:20.921Z] ce6a7cf60c04: Download complete [2020-09-07T13:42:21.185Z] 0dadc02b9964: Verifying Checksum [2020-09-07T13:42:21.185Z] 0dadc02b9964: Download complete [2020-09-07T13:42:21.185Z] 7a184a31f384: Verifying Checksum [2020-09-07T13:42:21.185Z] 7a184a31f384: Download complete [2020-09-07T13:42:21.185Z] 8ad3a11d3b57: Verifying Checksum [2020-09-07T13:42:21.185Z] 8ad3a11d3b57: Download complete [2020-09-07T13:42:21.452Z] df20fa9351a1: Pull complete [2020-09-07T13:42:21.452Z] 0879bd2ef858: Verifying Checksum [2020-09-07T13:42:21.452Z] 0879bd2ef858: Download complete [2020-09-07T13:42:21.714Z] 36b3adc4ff6f: Pull complete [2020-09-07T13:42:22.292Z] 8ad3a11d3b57: Pull complete [2020-09-07T13:42:22.292Z] 46f8f816bc3b: Pull complete [2020-09-07T13:42:22.553Z] 0dadc02b9964: Pull complete [2020-09-07T13:42:22.827Z] ce6a7cf60c04: Pull complete [2020-09-07T13:42:22.827Z] 7a184a31f384: Pull complete [2020-09-07T13:42:25.388Z] 0879bd2ef858: Pull complete [2020-09-07T13:42:25.388Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-07T13:42:25.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T13:42:25.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-07T13:42:25.516Z] prd-centos7-docker-4c-2g-1720 does not seem to be running inside a container [2020-09-07T13:42:25.564Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-279 -v /w/workspace/dry_go-mod-core-contracts_PR-279:/w/workspace/dry_go-mod-core-contracts_PR-279:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-279@tmp:/w/workspace/dry_go-mod-core-contracts_PR-279@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-07T13:42:30.501Z] $ docker top da7ee75cc32891c130206448a822428b2be43d90032de9dd49f0663151377f35 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T13:42:31.162Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-07T13:42:31.459Z] + ls /var/log/sa-host [2020-09-07T13:42:31.460Z] + sadf -c /var/log/sa-host/sa05 [2020-09-07T13:42:31.460Z] file_magic: OK [2020-09-07T13:42:31.460Z] HZ: Using current value: 100 [2020-09-07T13:42:31.460Z] file_header: OK [2020-09-07T13:42:31.460Z] 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-09-07T13:42:31.460Z] Statistics: [2020-09-07T13:42:31.460Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T13:42:31.460Z] File successfully converted to sysstat format version 12.2.1 [2020-09-07T13:42:31.460Z] + sadf -c /var/log/sa-host/sa07 [2020-09-07T13:42:31.460Z] file_magic: OK [2020-09-07T13:42:31.460Z] HZ: Using current value: 100 [2020-09-07T13:42:31.460Z] file_header: OK [2020-09-07T13:42:31.460Z] 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-09-07T13:42:31.460Z] Statistics: [2020-09-07T13:42:31.460Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T13:42:31.460Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-07T13:42:31.516Z] provisioning config files... [2020-09-07T13:42:31.531Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config2044628506880241444tmp [Pipeline] { [Pipeline] echo [2020-09-07T13:42:31.598Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:42:31.897Z] ---> create-netrc.sh [Pipeline] echo [2020-09-07T13:42:31.907Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T13:42:32.199Z] ---> logs-deploy.sh [2020-09-07T13:42:32.199Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-279/4 [2020-09-07T13:42:32.199Z] INFO: archiving workspace using pattern(s): [2020-09-07T13:42:33.586Z] Archives upload complete. [2020-09-07T13:42:33.586Z] INFO: archiving logs to Nexus [2020-09-07T13:42:34.533Z] ---> uname -a: [2020-09-07T13:42:34.533Z] Linux da7ee75cc328 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] ---> lscpu: [2020-09-07T13:42:34.533Z] Architecture: x86_64 [2020-09-07T13:42:34.533Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-07T13:42:34.533Z] Byte Order: Little Endian [2020-09-07T13:42:34.533Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-07T13:42:34.533Z] CPU(s): 4 [2020-09-07T13:42:34.533Z] On-line CPU(s) list: 0-3 [2020-09-07T13:42:34.533Z] Thread(s) per core: 1 [2020-09-07T13:42:34.533Z] Core(s) per socket: 1 [2020-09-07T13:42:34.533Z] Socket(s): 4 [2020-09-07T13:42:34.533Z] NUMA node(s): 1 [2020-09-07T13:42:34.533Z] Vendor ID: GenuineIntel [2020-09-07T13:42:34.533Z] CPU family: 6 [2020-09-07T13:42:34.533Z] Model: 44 [2020-09-07T13:42:34.533Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-07T13:42:34.533Z] Stepping: 1 [2020-09-07T13:42:34.533Z] CPU MHz: 2933.438 [2020-09-07T13:42:34.533Z] BogoMIPS: 5866.87 [2020-09-07T13:42:34.533Z] Virtualization: VT-x [2020-09-07T13:42:34.533Z] Hypervisor vendor: KVM [2020-09-07T13:42:34.533Z] Virtualization type: full [2020-09-07T13:42:34.533Z] L1d cache: 128 KiB [2020-09-07T13:42:34.533Z] L1i cache: 128 KiB [2020-09-07T13:42:34.533Z] L2 cache: 16 MiB [2020-09-07T13:42:34.533Z] L3 cache: 64 MiB [2020-09-07T13:42:34.533Z] NUMA node0 CPU(s): 0-3 [2020-09-07T13:42:34.533Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-07T13:42:34.533Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-07T13:42:34.533Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-07T13:42:34.533Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-07T13:42:34.533Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-07T13:42:34.533Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-07T13:42:34.533Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-07T13:42:34.533Z] Vulnerability Tsx async abort: Not affected [2020-09-07T13:42:34.533Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] ---> nproc: [2020-09-07T13:42:34.533Z] 4 [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] ---> df -h: [2020-09-07T13:42:34.533Z] Filesystem Size Used Available Use% Mounted on [2020-09-07T13:42:34.533Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-07T13:42:34.533Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-07T13:42:34.533Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-07T13:42:34.533Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-07T13:42:34.533Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-07T13:42:34.533Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-07T13:42:34.533Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-07T13:42:34.533Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-279@tmp [2020-09-07T13:42:34.533Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-07T13:42:34.533Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dry_go-mod-core-contracts_PR-279 [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z] ---> free -m: [2020-09-07T13:42:34.533Z] total used free shared buff/cache available [2020-09-07T13:42:34.533Z] Mem: 1837 666 133 0 1038 1064 [2020-09-07T13:42:34.533Z] Swap: 1023 1 1022 [2020-09-07T13:42:34.533Z] [2020-09-07T13:42:34.533Z]