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 128847742170e94ca2525d97b2ab5b1b8e93ff3e+55b81cd576c2e67c5a7de51c068d3f3d26919862 (7f8891c331695fbb7a9064a6dc9228163b1b747c) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1726 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 128847742170e94ca2525d97b2ab5b1b8e93ff3e Merge succeeded, producing 128847742170e94ca2525d97b2ab5b1b8e93ff3e Checking out Revision 128847742170e94ca2525d97b2ab5b1b8e93ff3e (PR-279) > git config core.sparsecheckout # timeout=10 > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # 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 128847742170e94ca2525d97b2ab5b1b8e93ff3e # 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-07T14:03:32.879Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk ab5e47680f0be2778ae635ac4753dabba59be4cb # timeout=10 [2020-09-07T14:03:33.133Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-07T14:03:33.215Z] ========================================================= [2020-09-07T14:03:33.215Z] EdgeX Global Pipelines Version Info [2020-09-07T14:03:33.215Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-07T14:03:34.650Z] ------------------- [2020-09-07T14:03:34.650Z] stable info: [2020-09-07T14:03:34.650Z] ------------------- [2020-09-07T14:03:34.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T14:03:34.650Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T14:03:34.650Z] Message: update stable to v1.0.119 [2020-09-07T14:03:35.596Z] ------------------- [2020-09-07T14:03:35.596Z] experimental info: [2020-09-07T14:03:35.596Z] ------------------- [2020-09-07T14:03:35.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-07T14:03:35.596Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-07T14:03:35.596Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-07T14:03:35.885Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-07T14:03:35.996Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-07T14:03:36.082Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-07T14:03:36.161Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-07T14:03:36.242Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-07T14:03:36.371Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-07T14:03:36.488Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-07T14:03:36.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-07T14:03:36.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-07T14:03:36.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-07T14:03:36.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-07T14:03:36.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-07T14:03:36.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-07T14:03:37.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-07T14:03:37.164Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T14:03:37.287Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T14:03:37.369Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T14:03:37.492Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-07T14:03:37.580Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-07T14:03:37.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-07T14:03:37.737Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-07T14:03:37.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-07T14:03:37.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-279 [Pipeline] echo [2020-09-07T14:03:37.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-279 [Pipeline] echo [2020-09-07T14:03:38.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-279 [Pipeline] echo [2020-09-07T14:03:38.138Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 128847742170e94ca2525d97b2ab5b1b8e93ff3e [Pipeline] echo [2020-09-07T14:03:38.214Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1288477 [Pipeline] echo [2020-09-07T14:03:38.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-07T14:03:38.873Z] + git log --format=format:%s -1 128847742170e94ca2525d97b2ab5b1b8e93ff3e [Pipeline] echo [2020-09-07T14:03:38.929Z] GIT_COMMIT: 128847742170e94ca2525d97b2ab5b1b8e93ff3e, Commit Message: feat: new error mechanism for V2 API [Pipeline] echo [2020-09-07T14:03:38.969Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-07T14:03:39.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T14:03:39.944Z] [2020-09-07T14:03:39.944Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-07T14:03:40.306Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T14:03:40.306Z] latest: Pulling from edgex-devops/git-semver [2020-09-07T14:03:40.306Z] 31603596830f: Pulling fs layer [2020-09-07T14:03:40.306Z] 2a8b12db71e7: Pulling fs layer [2020-09-07T14:03:40.306Z] 6ca5941a6612: Pulling fs layer [2020-09-07T14:03:40.306Z] ecc8261a40a4: Pulling fs layer [2020-09-07T14:03:40.306Z] ecc8261a40a4: Waiting [2020-09-07T14:03:40.306Z] 2a8b12db71e7: Verifying Checksum [2020-09-07T14:03:40.306Z] 2a8b12db71e7: Download complete [2020-09-07T14:03:40.568Z] 31603596830f: Verifying Checksum [2020-09-07T14:03:40.568Z] 31603596830f: Download complete [2020-09-07T14:03:40.568Z] ecc8261a40a4: Verifying Checksum [2020-09-07T14:03:40.568Z] ecc8261a40a4: Download complete [2020-09-07T14:03:40.568Z] 6ca5941a6612: Verifying Checksum [2020-09-07T14:03:40.568Z] 6ca5941a6612: Download complete [2020-09-07T14:03:40.836Z] 31603596830f: Pull complete [2020-09-07T14:03:41.099Z] 2a8b12db71e7: Pull complete [2020-09-07T14:03:42.046Z] 6ca5941a6612: Pull complete [2020-09-07T14:03:42.046Z] ecc8261a40a4: Pull complete [2020-09-07T14:03:42.046Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-07T14:03:42.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-07T14:03:42.306Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-07T14:03:42.407Z] prd-centos7-docker-4c-2g-1726 does not seem to be running inside a container [2020-09-07T14:03:42.456Z] $ 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-07T14:03:44.412Z] $ docker top 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-07T14:03:44.723Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T14:03:44.723Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T14:03:44.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T14:03:44.958Z] $ docker exec 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent [2020-09-07T14:03:45.141Z] SSH_AUTH_SOCK=/tmp/ssh-WlcWzk8M2WIa/agent.11 [2020-09-07T14:03:45.141Z] SSH_AGENT_PID=16 [2020-09-07T14:03:45.151Z] Running ssh-add (command line suppressed) [2020-09-07T14:03:45.286Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_1467895963283512542.key (/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_1467895963283512542.key) [2020-09-07T14:03:45.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T14:03:45.900Z] + git describe --exact-match --tags HEAD [2020-09-07T14:03:45.900Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-07T14:03:45.923Z] $ docker exec --env ******** --env ******** 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent -k [2020-09-07T14:03:46.042Z] unset SSH_AUTH_SOCK; [2020-09-07T14:03:46.043Z] unset SSH_AGENT_PID; [2020-09-07T14:03:46.043Z] echo Agent pid 16 killed; [2020-09-07T14:03:46.084Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-07T14:03:46.161Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-07T14:03:46.161Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-07T14:03:46.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-07T14:03:46.270Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-07T14:03:46.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-07T14:03:46.446Z] $ docker exec 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent [2020-09-07T14:03:46.600Z] SSH_AUTH_SOCK=/tmp/ssh-01vomFpjYVcr/agent.45 [2020-09-07T14:03:46.600Z] SSH_AGENT_PID=50 [2020-09-07T14:03:46.606Z] Running ssh-add (command line suppressed) [2020-09-07T14:03:46.741Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_2089302146109907738.key (/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/private_key_2089302146109907738.key) [2020-09-07T14:03:46.784Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-07T14:03:47.111Z] + git semver init [2020-09-07T14:03:47.111Z] # -> Open(): unable to determine branch for HEAD [2020-09-07T14:03:47.111Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-279/.git [2020-09-07T14:03:47.111Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-279 [2020-09-07T14:03:47.111Z] # $SEMVER_REMOTE_NAME = origin [2020-09-07T14:03:47.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-07T14:03:47.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-07T14:03:47.111Z] # $SEMVER_BRANCH = PR-279 [2020-09-07T14:03:47.111Z] # $SEMVER_TEMP = /tmp/semver-725825401 [2020-09-07T14:03:47.111Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-07T14:03:47.690Z] # '/tmp/semver-725825401' -> '/w/workspace/dry_go-mod-core-contracts_PR-279/.semver' [2020-09-07T14:03:47.690Z] # -> Force: false [2020-09-07T14:03:47.690Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-279/.semver [Pipeline] } [2020-09-07T14:03:47.706Z] $ docker exec --env ******** --env ******** 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 ssh-agent -k [2020-09-07T14:03:47.841Z] unset SSH_AUTH_SOCK; [2020-09-07T14:03:47.842Z] unset SSH_AGENT_PID; [2020-09-07T14:03:47.842Z] echo Agent pid 50 killed; [2020-09-07T14:03:47.893Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-07T14:03:48.342Z] + git semver [Pipeline] } [2020-09-07T14:03:48.362Z] $ docker stop --time=1 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 [2020-09-07T14:03:50.068Z] $ docker rm -f 48521a569fab1f65634ad5530b86a8d53cccbb6104cad4f59a45a6822807ebe7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-07T14:03:51.092Z] Stashed 91 file(s) [Pipeline] echo [2020-09-07T14:03:51.095Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-07T14:03:51.193Z] 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-07T14:04:06.609Z] Still waiting to schedule task [2020-09-07T14:04:06.609Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-07T14:04:06.611Z] Still waiting to schedule task [2020-09-07T14:04:06.611Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-07T14:06:04.432Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1728 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] ws [2020-09-07T14:06:04.531Z] Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout [2020-09-07T14:06:09.900Z] using credential edgex-jenkins-ssh [2020-09-07T14:06:09.953Z] Cloning the remote Git repository [2020-09-07T14:06:09.953Z] Cloning with configured refspecs honoured and without tags [2020-09-07T14:06:09.989Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T14:06:10.083Z] > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 [2020-09-07T14:06:10.146Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T14:06:10.147Z] > git --version # timeout=10 [2020-09-07T14:06:10.163Z] > git --version # 'git version 2.17.1' [2020-09-07T14:06:10.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T14:06:10.208Z] > 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-07T14:06:11.152Z] Fetching without tags [2020-09-07T14:06:11.694Z] Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit 128847742170e94ca2525d97b2ab5b1b8e93ff3e [2020-09-07T14:06:11.951Z] Merge succeeded, producing 128847742170e94ca2525d97b2ab5b1b8e93ff3e [2020-09-07T14:06:11.952Z] Checking out Revision 128847742170e94ca2525d97b2ab5b1b8e93ff3e (PR-279) [2020-09-07T14:06:11.033Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T14:06:11.053Z] > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 [2020-09-07T14:06:11.081Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T14:06:11.109Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T14:06:11.148Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T14:06:11.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T14:06:11.159Z] > 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-07T14:06:11.701Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T14:06:11.724Z] > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 [2020-09-07T14:06:11.848Z] > git remote # timeout=10 [2020-09-07T14:06:11.871Z] > git config --get remote.origin.url # timeout=10 [2020-09-07T14:06:11.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T14:06:11.896Z] > git merge 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [2020-09-07T14:06:11.923Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-07T14:06:11.942Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T14:06:11.956Z] > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 [2020-09-07T14:06:16.236Z] Commit message: "feat: new error mechanism for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-07T14:06:17.492Z] ========================================================= [2020-09-07T14:06:17.493Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-07T14:06:17.493Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T14:06:18.660Z] + 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-07T14:06:19.682Z] Sending build context to Docker daemon 2.196MB [2020-09-07T14:06:19.682Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-07T14:06:19.682Z] Step 2/7 : FROM ${BASE} [2020-09-07T14:06:19.956Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-07T14:06:19.956Z] b538f80385f9: Pulling fs layer [2020-09-07T14:06:19.956Z] 74f711af9a0d: Pulling fs layer [2020-09-07T14:06:19.956Z] 99f96fe45779: Pulling fs layer [2020-09-07T14:06:19.956Z] fd7a069fd194: Pulling fs layer [2020-09-07T14:06:19.956Z] 66aa3694b03b: Pulling fs layer [2020-09-07T14:06:19.956Z] 170f70906a0f: Pulling fs layer [2020-09-07T14:06:19.956Z] ad7c5574e4b9: Pulling fs layer [2020-09-07T14:06:19.956Z] e772456be8f7: Pulling fs layer [2020-09-07T14:06:19.956Z] c890913d741a: Pulling fs layer [2020-09-07T14:06:19.956Z] 2480fcc9aa5a: Pulling fs layer [2020-09-07T14:06:19.956Z] 09adf4765672: Pulling fs layer [2020-09-07T14:06:19.956Z] ad7c5574e4b9: Waiting [2020-09-07T14:06:19.956Z] e772456be8f7: Waiting [2020-09-07T14:06:19.956Z] c890913d741a: Waiting [2020-09-07T14:06:19.956Z] 2480fcc9aa5a: Waiting [2020-09-07T14:06:19.956Z] 09adf4765672: Waiting [2020-09-07T14:06:19.956Z] fd7a069fd194: Waiting [2020-09-07T14:06:19.956Z] 66aa3694b03b: Waiting [2020-09-07T14:06:19.956Z] 170f70906a0f: Waiting [2020-09-07T14:06:19.956Z] 99f96fe45779: Verifying Checksum [2020-09-07T14:06:19.956Z] 99f96fe45779: Download complete [2020-09-07T14:06:19.956Z] 66aa3694b03b: Verifying Checksum [2020-09-07T14:06:19.956Z] 66aa3694b03b: Download complete [2020-09-07T14:06:19.956Z] 170f70906a0f: Download complete [2020-09-07T14:06:20.234Z] b538f80385f9: Verifying Checksum [2020-09-07T14:06:20.234Z] b538f80385f9: Download complete [2020-09-07T14:06:20.836Z] b538f80385f9: Pull complete [2020-09-07T14:06:21.443Z] 74f711af9a0d: Pull complete [2020-09-07T14:06:22.045Z] 99f96fe45779: Pull complete [2020-09-07T14:06:22.649Z] ad7c5574e4b9: Verifying Checksum [2020-09-07T14:06:22.649Z] ad7c5574e4b9: Download complete [2020-09-07T14:06:22.649Z] c890913d741a: Download complete [2020-09-07T14:06:24.641Z] 2480fcc9aa5a: Verifying Checksum [2020-09-07T14:06:24.641Z] 2480fcc9aa5a: Download complete [2020-09-07T14:06:24.641Z] 09adf4765672: Verifying Checksum [2020-09-07T14:06:24.915Z] e772456be8f7: Verifying Checksum [2020-09-07T14:06:24.915Z] e772456be8f7: Download complete [2020-09-07T14:06:25.910Z] fd7a069fd194: Verifying Checksum [2020-09-07T14:06:25.910Z] fd7a069fd194: Download complete [2020-09-07T14:06:38.333Z] fd7a069fd194: Pull complete [2020-09-07T14:06:38.333Z] 66aa3694b03b: Pull complete [2020-09-07T14:06:38.333Z] 170f70906a0f: Pull complete [2020-09-07T14:06:41.727Z] ad7c5574e4b9: Pull complete [2020-09-07T14:06:47.186Z] e772456be8f7: Pull complete [2020-09-07T14:06:47.186Z] c890913d741a: Pull complete [2020-09-07T14:06:48.537Z] Running on prd-centos7-docker-4c-2g-1729 in /w/workspace/dry_go-mod-core-contracts_PR-279 [Pipeline] { [Pipeline] ws [2020-09-07T14:06:48.583Z] Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout [2020-09-07T14:06:49.186Z] 2480fcc9aa5a: Pull complete [2020-09-07T14:06:49.458Z] 09adf4765672: Pull complete [2020-09-07T14:06:49.458Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-07T14:06:49.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-07T14:06:49.458Z] ---> 2248a725d1cf [2020-09-07T14:06:49.458Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-07T14:06:51.347Z] using credential edgex-jenkins-ssh [2020-09-07T14:06:51.428Z] Cloning the remote Git repository [2020-09-07T14:06:51.428Z] Cloning with configured refspecs honoured and without tags [2020-09-07T14:06:52.265Z] Fetching without tags [2020-09-07T14:06:51.459Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T14:06:51.532Z] > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 [2020-09-07T14:06:51.577Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T14:06:51.578Z] > git --version # timeout=10 [2020-09-07T14:06:51.591Z] > git --version # 'git version 2.16.5' [2020-09-07T14:06:51.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T14:06:51.620Z] > 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-07T14:06:52.244Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T14:06:52.251Z] > git config --add remote.origin.fetch +refs/pull/279/head:refs/remotes/origin/PR-279 # timeout=10 [2020-09-07T14:06:52.255Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-07T14:06:52.264Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-07T14:06:52.276Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-07T14:06:52.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T14:06:52.280Z] > 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-07T14:06:52.658Z] Merging remotes/origin/master commit 55b81cd576c2e67c5a7de51c068d3f3d26919862 into PR head commit 128847742170e94ca2525d97b2ab5b1b8e93ff3e [2020-09-07T14:06:52.757Z] Merge succeeded, producing 128847742170e94ca2525d97b2ab5b1b8e93ff3e [2020-09-07T14:06:52.758Z] Checking out Revision 128847742170e94ca2525d97b2ab5b1b8e93ff3e (PR-279) [2020-09-07T14:06:52.672Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T14:06:52.678Z] > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 [2020-09-07T14:06:52.731Z] > git remote # timeout=10 [2020-09-07T14:06:52.736Z] > git config --get remote.origin.url # timeout=10 [2020-09-07T14:06:52.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-07T14:06:52.745Z] > git merge 55b81cd576c2e67c5a7de51c068d3f3d26919862 # timeout=10 [2020-09-07T14:06:52.757Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-07T14:06:52.766Z] > git config core.sparsecheckout # timeout=10 [2020-09-07T14:06:52.774Z] > git checkout -f 128847742170e94ca2525d97b2ab5b1b8e93ff3e # timeout=10 [2020-09-07T14:06:53.769Z] ---> Running in 3b8ad4c47154 [2020-09-07T14:06:54.042Z] Removing intermediate container 3b8ad4c47154 [2020-09-07T14:06:54.042Z] ---> 4c5efa1c312d [2020-09-07T14:06:54.042Z] Step 4/7 : RUN apk add bash [2020-09-07T14:06:54.042Z] ---> Running in 0af523b4b3ec [2020-09-07T14:06:55.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-07T14:06:56.383Z] Commit message: "feat: new error mechanism for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-07T14:06:57.239Z] ========================================================= [2020-09-07T14:06:57.239Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-07T14:06:57.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-07T14:06:57.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-07T14:06:57.917Z] + 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-07T14:06:58.053Z] OK: 142 MiB in 39 packages [2020-09-07T14:06:58.494Z] Sending build context to Docker daemon 2.196MB [2020-09-07T14:06:58.494Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-07T14:06:58.494Z] Step 2/7 : FROM ${BASE} [2020-09-07T14:06:58.494Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-07T14:06:58.494Z] df20fa9351a1: Pulling fs layer [2020-09-07T14:06:58.494Z] ed8968b2872e: Pulling fs layer [2020-09-07T14:06:58.494Z] a92cc7c5fd73: Pulling fs layer [2020-09-07T14:06:58.494Z] 2dd03ba5bac4: Pulling fs layer [2020-09-07T14:06:58.494Z] 1e091d79d1de: Pulling fs layer [2020-09-07T14:06:58.494Z] 481702a1767f: Pulling fs layer [2020-09-07T14:06:58.494Z] f64a6f60c768: Pulling fs layer [2020-09-07T14:06:58.494Z] e78d2573fc39: Pulling fs layer [2020-09-07T14:06:58.494Z] e876d2f968b6: Pulling fs layer [2020-09-07T14:06:58.494Z] ce8a83651883: Pulling fs layer [2020-09-07T14:06:58.494Z] 07967f4d0e4b: Pulling fs layer [2020-09-07T14:06:58.494Z] f64a6f60c768: Waiting [2020-09-07T14:06:58.494Z] e78d2573fc39: Waiting [2020-09-07T14:06:58.494Z] e876d2f968b6: Waiting [2020-09-07T14:06:58.494Z] ce8a83651883: Waiting [2020-09-07T14:06:58.494Z] 2dd03ba5bac4: Waiting [2020-09-07T14:06:58.494Z] 07967f4d0e4b: Waiting [2020-09-07T14:06:58.494Z] 1e091d79d1de: Waiting [2020-09-07T14:06:58.494Z] 481702a1767f: Waiting [2020-09-07T14:06:58.494Z] a92cc7c5fd73: Verifying Checksum [2020-09-07T14:06:58.494Z] a92cc7c5fd73: Download complete [2020-09-07T14:06:58.494Z] ed8968b2872e: Verifying Checksum [2020-09-07T14:06:58.494Z] ed8968b2872e: Download complete [2020-09-07T14:06:58.494Z] 1e091d79d1de: Verifying Checksum [2020-09-07T14:06:58.494Z] 1e091d79d1de: Download complete [2020-09-07T14:06:58.494Z] 481702a1767f: Verifying Checksum [2020-09-07T14:06:58.494Z] 481702a1767f: Download complete [2020-09-07T14:06:58.756Z] df20fa9351a1: Download complete [2020-09-07T14:06:59.023Z] df20fa9351a1: Pull complete [2020-09-07T14:06:59.287Z] ed8968b2872e: Pull complete [2020-09-07T14:06:59.287Z] a92cc7c5fd73: Pull complete [2020-09-07T14:06:59.488Z] Removing intermediate container 0af523b4b3ec [2020-09-07T14:06:59.488Z] ---> cd681e5dcf3a [2020-09-07T14:06:59.488Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-07T14:06:59.488Z] ---> Running in b47165601ccf [2020-09-07T14:06:59.763Z] Removing intermediate container b47165601ccf [2020-09-07T14:06:59.763Z] ---> 8f6d77c2c7ce [2020-09-07T14:06:59.763Z] Step 6/7 : COPY go.mod . [2020-09-07T14:07:00.683Z] f64a6f60c768: Verifying Checksum [2020-09-07T14:07:00.683Z] f64a6f60c768: Download complete [2020-09-07T14:07:00.744Z] ---> fd636f15ea01 [2020-09-07T14:07:00.744Z] Step 7/7 : RUN go mod download [2020-09-07T14:07:00.744Z] ---> Running in b00c6547452f [2020-09-07T14:07:00.950Z] e876d2f968b6: Verifying Checksum [2020-09-07T14:07:00.950Z] e876d2f968b6: Download complete [2020-09-07T14:07:01.903Z] ce8a83651883: Verifying Checksum [2020-09-07T14:07:01.903Z] ce8a83651883: Download complete [2020-09-07T14:07:01.903Z] 07967f4d0e4b: Verifying Checksum [2020-09-07T14:07:01.903Z] 07967f4d0e4b: Download complete [2020-09-07T14:07:02.168Z] e78d2573fc39: Verifying Checksum [2020-09-07T14:07:02.168Z] e78d2573fc39: Download complete [2020-09-07T14:07:02.747Z] 2dd03ba5bac4: Verifying Checksum [2020-09-07T14:07:02.747Z] 2dd03ba5bac4: Download complete [2020-09-07T14:07:03.368Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-07T14:07:03.368Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-07T14:07:03.368Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-07T14:07:03.368Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-07T14:07:03.368Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-07T14:07:03.368Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-07T14:07:03.368Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-07T14:07:03.368Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-07T14:07:03.368Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-07T14:07:03.368Z] go: finding github.com/google/uuid v1.1.0 [2020-09-07T14:07:03.368Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-07T14:07:03.368Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-07T14:07:03.368Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-07T14:07:03.368Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-07T14:07:03.368Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-07T14:07:03.368Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-07T14:07:03.368Z] go: finding golang.org/x/text v0.3.2 [2020-09-07T14:07:03.368Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-07T14:07:03.368Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-07T14:07:03.368Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-07T14:07:08.137Z] 2dd03ba5bac4: Pull complete [2020-09-07T14:07:08.137Z] 1e091d79d1de: Pull complete [2020-09-07T14:07:08.403Z] 481702a1767f: Pull complete [2020-09-07T14:07:13.718Z] f64a6f60c768: Pull complete [2020-09-07T14:07:15.772Z] Removing intermediate container b00c6547452f [2020-09-07T14:07:15.772Z] ---> 5f832a11427f [2020-09-07T14:07:15.772Z] Successfully built 5f832a11427f [2020-09-07T14:07:15.772Z] 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-07T14:07:16.531Z] + docker inspect -f . ci-base-image-arm64 [2020-09-07T14:07:16.531Z] . [Pipeline] withDockerContainer [2020-09-07T14:07:16.802Z] prd-ubuntu18.04-docker-arm64-4c-16g-1728 does not seem to be running inside a container [2020-09-07T14:07:16.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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-arm64 cat [2020-09-07T14:07:17.042Z] e78d2573fc39: Pull complete [2020-09-07T14:07:17.042Z] e876d2f968b6: Pull complete [2020-09-07T14:07:18.003Z] ce8a83651883: Pull complete [2020-09-07T14:07:18.272Z] 07967f4d0e4b: Pull complete [2020-09-07T14:07:18.272Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-07T14:07:18.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-07T14:07:18.272Z] ---> 5d7c900382c6 [2020-09-07T14:07:18.272Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-07T14:07:18.723Z] $ docker top 6f58bf56da9d67fde674acf8bae7f0324eb027f3ff55f715dc5a84b982c57fb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T14:07:19.667Z] ---> Running in 4f9977a914fb [2020-09-07T14:07:19.667Z] Removing intermediate container 4f9977a914fb [2020-09-07T14:07:19.667Z] ---> b736a8ca99e9 [2020-09-07T14:07:19.667Z] Step 4/7 : RUN apk add bash [2020-09-07T14:07:19.932Z] ---> Running in 8bb6742108c8 [2020-09-07T14:07:20.169Z] + go version [2020-09-07T14:07:20.169Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-07T14:07:20.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-07T14:07:21.222Z] + make test [2020-09-07T14:07:21.222Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-07T14:07:21.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-07T14:07:22.026Z] OK: 166 MiB in 39 packages [2020-09-07T14:07:22.601Z] Removing intermediate container 8bb6742108c8 [2020-09-07T14:07:22.601Z] ---> 688b99350d99 [2020-09-07T14:07:22.601Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-07T14:07:22.601Z] ---> Running in e06561743835 [2020-09-07T14:07:22.863Z] Removing intermediate container e06561743835 [2020-09-07T14:07:22.863Z] ---> 70d8b06fcf51 [2020-09-07T14:07:22.863Z] Step 6/7 : COPY go.mod . [2020-09-07T14:07:22.863Z] ---> fd318a6e63ee [2020-09-07T14:07:22.863Z] Step 7/7 : RUN go mod download [2020-09-07T14:07:23.124Z] ---> Running in 9da04bfd93f8 [2020-09-07T14:07:24.512Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-07T14:07:24.512Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-07T14:07:24.512Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-07T14:07:24.512Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-07T14:07:24.513Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-07T14:07:24.513Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-07T14:07:24.513Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-07T14:07:24.513Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-07T14:07:24.513Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-07T14:07:24.513Z] go: finding github.com/google/uuid v1.1.0 [2020-09-07T14:07:24.513Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-07T14:07:24.513Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-07T14:07:24.513Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-07T14:07:24.513Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-07T14:07:24.513Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-07T14:07:24.513Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-07T14:07:24.778Z] go: finding golang.org/x/text v0.3.2 [2020-09-07T14:07:24.778Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-07T14:07:24.778Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-07T14:07:24.778Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-07T14:07:32.947Z] Removing intermediate container 9da04bfd93f8 [2020-09-07T14:07:32.947Z] ---> e442ba4aff77 [2020-09-07T14:07:32.947Z] Successfully built e442ba4aff77 [2020-09-07T14:07:32.947Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-07T14:07:33.651Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-07T14:07:33.652Z] . [Pipeline] withDockerContainer [2020-09-07T14:07:33.858Z] prd-centos7-docker-4c-2g-1729 does not seem to be running inside a container [2020-09-07T14:07:33.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@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-07T14:07:34.631Z] $ docker top 45f29f2b8e316ca780ae1cafa9ba13cb098698cda4de8f9de90dc3d4c1d6f47c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T14:07:35.117Z] + go version [2020-09-07T14:07:35.118Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-07T14:07:35.418Z] + make test [2020-09-07T14:07:35.418Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-07T14:07:42.075Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-07T14:07:43.431Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-07T14:07:43.503Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.015s coverage: 85.7% of statements [2020-09-07T14:07:43.503Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.020s coverage: 100.0% of statements [2020-09-07T14:07:43.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.090s coverage: 85.7% of statements [2020-09-07T14:07:43.710Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.095s coverage: 100.0% of statements [2020-09-07T14:07:44.476Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.015s coverage: 45.4% of statements [2020-09-07T14:07:44.476Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements [2020-09-07T14:07:44.476Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-07T14:07:44.748Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements [2020-09-07T14:07:45.015Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.023s coverage: 14.7% of statements [2020-09-07T14:07:45.015Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.008s coverage: 100.0% of statements [2020-09-07T14:07:46.344Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.043s coverage: 45.4% of statements [2020-09-07T14:07:46.345Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.031s coverage: 77.8% of statements [2020-09-07T14:07:46.345Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-07T14:07:46.345Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 6.4% of statements [2020-09-07T14:07:46.446Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.023s coverage: 91.8% of statements [2020-09-07T14:07:46.447Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-07T14:07:46.447Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-07T14:07:46.447Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements [2020-09-07T14:07:47.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.073s coverage: 14.7% of statements [2020-09-07T14:07:47.795Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.054s coverage: 100.0% of statements [2020-09-07T14:07:49.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.017s coverage: 63.0% of statements [2020-09-07T14:07:49.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements [2020-09-07T14:07:49.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.011s coverage: 15.4% of statements [2020-09-07T14:07:49.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements [2020-09-07T14:07:49.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.006s coverage: 14.3% of statements [2020-09-07T14:07:49.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2 0.018s coverage: 30.2% of statements [2020-09-07T14:07:49.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 31.7% of statements [2020-09-07T14:07:49.313Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.007s coverage: 100.0% of statements [2020-09-07T14:07:50.268Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 95.1% of statements [2020-09-07T14:07:50.268Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-09-07T14:07:50.268Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-07T14:07:50.268Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-07T14:07:50.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.072s coverage: 91.8% of statements [2020-09-07T14:07:50.437Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-07T14:07:50.437Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-07T14:07:50.437Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.053s coverage: 100.0% of statements [2020-09-07T14:07:51.677Z] gofmt -l . [2020-09-07T14:07:51.677Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-07T14:07:52.018Z] Stashed 1 file(s) [Pipeline] } [2020-09-07T14:07:52.028Z] $ docker stop --time=1 45f29f2b8e316ca780ae1cafa9ba13cb098698cda4de8f9de90dc3d4c1d6f47c [2020-09-07T14:07:54.339Z] $ docker rm -f 45f29f2b8e316ca780ae1cafa9ba13cb098698cda4de8f9de90dc3d4c1d6f47c [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 [2020-09-07T14:07:55.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.099s coverage: 63.0% of statements [2020-09-07T14:07:55.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.043s coverage: 26.3% of statements [2020-09-07T14:07:55.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements [2020-09-07T14:07:55.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements [2020-09-07T14:07:55.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.058s coverage: 14.3% of statements [Pipeline] } [2020-09-07T14:07:56.146Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2 0.055s coverage: 30.2% of statements [2020-09-07T14:07:58.140Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 31.7% of statements [2020-09-07T14:07:58.416Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements [2020-09-07T14:07:59.846Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.065s coverage: 95.1% of statements [2020-09-07T14:07:59.846Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements [2020-09-07T14:07:59.846Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-07T14:08:00.119Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-07T14:08:04.432Z] gofmt -l . [2020-09-07T14:08:04.432Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-07T14:08:05.105Z] Warning: overwriting stash ‘coverage-report’ [2020-09-07T14:08:05.972Z] Stashed 1 file(s) [Pipeline] } [2020-09-07T14:08:05.952Z] $ docker stop --time=1 6f58bf56da9d67fde674acf8bae7f0324eb027f3ff55f715dc5a84b982c57fb2 [2020-09-07T14:08:08.197Z] $ docker rm -f 6f58bf56da9d67fde674acf8bae7f0324eb027f3ff55f715dc5a84b982c57fb2 [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-07T14:08:10.659Z] provisioning config files... [2020-09-07T14:08:10.671Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config7682476224475909294tmp [Pipeline] { [Pipeline] sh [2020-09-07T14:08:11.123Z] + curl -s https://codecov.io/bash [2020-09-07T14:08:11.123Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config7682476224475909294tmp [Pipeline] } [2020-09-07T14:10:32.749Z] 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-07T14:10:34.987Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T14:10:35.549Z] ---> package-listing.sh [2020-09-07T14:10:35.549Z] ++ facter osfamily [2020-09-07T14:10:35.549Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-07T14:10:35.549Z] + OS_FAMILY=redhat [2020-09-07T14:10:35.549Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-279 [2020-09-07T14:10:35.549Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-07T14:10:35.549Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-07T14:10:35.549Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-07T14:10:35.549Z] + PACKAGES=/tmp/packages_start.txt [2020-09-07T14:10:35.549Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-279 ']' [2020-09-07T14:10:35.549Z] + PACKAGES=/tmp/packages_end.txt [2020-09-07T14:10:35.549Z] + case "${OS_FAMILY}" in [2020-09-07T14:10:35.549Z] + rpm -qa [2020-09-07T14:10:35.549Z] + sort [2020-09-07T14:10:40.847Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-07T14:10:40.847Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-07T14:10:40.847Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-07T14:10:40.847Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-279 ']' [2020-09-07T14:10:40.847Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-279/archives/ [2020-09-07T14:10:40.847Z] + 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-07T14:10:41.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T14:10:41.760Z] [2020-09-07T14:10:41.760Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-07T14:10:42.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T14:10:42.112Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-07T14:10:42.112Z] df20fa9351a1: Pulling fs layer [2020-09-07T14:10:42.112Z] 36b3adc4ff6f: Pulling fs layer [2020-09-07T14:10:42.112Z] 8ad3a11d3b57: Pulling fs layer [2020-09-07T14:10:42.112Z] 46f8f816bc3b: Pulling fs layer [2020-09-07T14:10:42.112Z] 0dadc02b9964: Pulling fs layer [2020-09-07T14:10:42.112Z] ce6a7cf60c04: Pulling fs layer [2020-09-07T14:10:42.112Z] 7a184a31f384: Pulling fs layer [2020-09-07T14:10:42.112Z] 0879bd2ef858: Pulling fs layer [2020-09-07T14:10:42.112Z] 0dadc02b9964: Waiting [2020-09-07T14:10:42.112Z] 7a184a31f384: Waiting [2020-09-07T14:10:42.112Z] 46f8f816bc3b: Waiting [2020-09-07T14:10:42.112Z] 0879bd2ef858: Waiting [2020-09-07T14:10:42.112Z] ce6a7cf60c04: Waiting [2020-09-07T14:10:42.112Z] 36b3adc4ff6f: Verifying Checksum [2020-09-07T14:10:42.112Z] 36b3adc4ff6f: Download complete [2020-09-07T14:10:42.112Z] 46f8f816bc3b: Verifying Checksum [2020-09-07T14:10:42.112Z] 46f8f816bc3b: Download complete [2020-09-07T14:10:42.112Z] df20fa9351a1: Verifying Checksum [2020-09-07T14:10:42.112Z] df20fa9351a1: Download complete [2020-09-07T14:10:42.112Z] ce6a7cf60c04: Verifying Checksum [2020-09-07T14:10:42.112Z] ce6a7cf60c04: Download complete [2020-09-07T14:10:42.379Z] 7a184a31f384: Verifying Checksum [2020-09-07T14:10:42.379Z] 7a184a31f384: Download complete [2020-09-07T14:10:42.379Z] 0dadc02b9964: Verifying Checksum [2020-09-07T14:10:42.379Z] 0dadc02b9964: Download complete [2020-09-07T14:10:42.379Z] 8ad3a11d3b57: Download complete [2020-09-07T14:10:42.644Z] df20fa9351a1: Pull complete [2020-09-07T14:10:42.908Z] 36b3adc4ff6f: Pull complete [2020-09-07T14:10:42.908Z] 0879bd2ef858: Verifying Checksum [2020-09-07T14:10:42.908Z] 0879bd2ef858: Download complete [2020-09-07T14:10:43.487Z] 8ad3a11d3b57: Pull complete [2020-09-07T14:10:43.487Z] 46f8f816bc3b: Pull complete [2020-09-07T14:10:43.750Z] 0dadc02b9964: Pull complete [2020-09-07T14:10:44.014Z] ce6a7cf60c04: Pull complete [2020-09-07T14:10:44.014Z] 7a184a31f384: Pull complete [2020-09-07T14:10:46.573Z] 0879bd2ef858: Pull complete [2020-09-07T14:10:46.573Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-07T14:10:46.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-07T14:10:46.573Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-07T14:10:46.697Z] prd-centos7-docker-4c-2g-1726 does not seem to be running inside a container [2020-09-07T14:10:46.742Z] $ 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-07T14:10:52.217Z] $ docker top 6ccf89d03d30008faf9f88a944ae0f9226e731f29ea3549e35cab1b6cf291b63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-07T14:10:52.721Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-07T14:10:53.017Z] + ls /var/log/sa-host [2020-09-07T14:10:53.017Z] + sadf -c /var/log/sa-host/sa05 [2020-09-07T14:10:53.017Z] file_magic: OK [2020-09-07T14:10:53.017Z] HZ: Using current value: 100 [2020-09-07T14:10:53.017Z] file_header: OK [2020-09-07T14:10:53.017Z] 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-07T14:10:53.017Z] Statistics: [2020-09-07T14:10:53.017Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T14:10:53.017Z] File successfully converted to sysstat format version 12.2.1 [2020-09-07T14:10:53.017Z] + sadf -c /var/log/sa-host/sa07 [2020-09-07T14:10:53.017Z] file_magic: OK [2020-09-07T14:10:53.017Z] HZ: Using current value: 100 [2020-09-07T14:10:53.017Z] file_header: OK [2020-09-07T14:10:53.017Z] 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-07T14:10:53.017Z] Statistics: [2020-09-07T14:10:53.017Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-07T14:10:53.017Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-07T14:10:53.071Z] provisioning config files... [2020-09-07T14:10:53.084Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-279@tmp/config3369495300694025363tmp [Pipeline] { [Pipeline] echo [2020-09-07T14:10:53.158Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T14:10:53.461Z] ---> create-netrc.sh [Pipeline] echo [2020-09-07T14:10:53.471Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-07T14:10:53.762Z] ---> logs-deploy.sh [2020-09-07T14:10:53.763Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-279/6 [2020-09-07T14:10:53.763Z] INFO: archiving workspace using pattern(s): [2020-09-07T14:10:55.165Z] Archives upload complete. [2020-09-07T14:10:55.165Z] INFO: archiving logs to Nexus