cloudxxx8 commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Jenkins-Imposed API Limiter: Current quota for Github API usage has 4062 remaining (239 under budget). Next quota of 5000 in 57 min Jenkins-Imposed API Limiter: Current quota for Github API usage has 4057 remaining (234 under budget). Next quota of 5000 in 57 min Jenkins-Imposed API Limiter: Current quota for Github API usage has 4047 remaining (224 under budget). Next quota of 5000 in 57 min Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 7eb258a754964cc3a56c346dcaa6fd832d2f4e82+9ed7be16d849faef73e281002eeec433bb10e1df (a8b491ef4df8a47aef536542dfb5890a7cee6961) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43211 in /w/workspace/dry_go-mod-core-contracts_PR-288 [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 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-288 # 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/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9ed7be16d849faef73e281002eeec433bb10e1df into PR head commit 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 Merge succeeded, producing 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 Checking out Revision 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 (PR-288) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/288/head:refs/remotes/origin/PR-288 # 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/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # 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 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 Commit message: "Event ID has to be UUID and pre-populated" > git rev-list --no-walk 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T03:06:08.609Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T03:06:08.884Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T03:06:08.995Z] ========================================================= [2020-09-15T03:06:08.995Z] EdgeX Global Pipelines Version Info [2020-09-15T03:06:08.995Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T03:06:10.440Z] ------------------- [2020-09-15T03:06:10.440Z] stable info: [2020-09-15T03:06:10.440Z] ------------------- [2020-09-15T03:06:10.440Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T03:06:10.440Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T03:06:10.440Z] Message: update stable to v1.0.119 [2020-09-15T03:06:11.396Z] ------------------- [2020-09-15T03:06:11.396Z] experimental info: [2020-09-15T03:06:11.396Z] ------------------- [2020-09-15T03:06:11.396Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T03:06:11.396Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T03:06:11.396Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T03:06:11.811Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-15T03:06:11.913Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-15T03:06:12.018Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T03:06:12.120Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T03:06:12.220Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T03:06:12.320Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-15T03:06:12.423Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T03:06:12.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-15T03:06:12.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T03:06:12.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T03:06:12.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T03:06:12.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-15T03:06:13.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T03:06:13.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T03:06:13.293Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T03:06:13.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T03:06:13.551Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T03:06:13.648Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T03:06:13.749Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-15T03:06:13.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T03:06:13.950Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T03:06:14.128Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T03:06:14.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-288 [Pipeline] echo [2020-09-15T03:06:14.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-288 [Pipeline] echo [2020-09-15T03:06:14.448Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-288 [Pipeline] echo [2020-09-15T03:06:14.648Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [Pipeline] echo [2020-09-15T03:06:14.745Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7eb258a [Pipeline] echo [2020-09-15T03:06:14.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T03:06:15.518Z] + git log --format=format:%s -1 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [Pipeline] echo [2020-09-15T03:06:15.578Z] GIT_COMMIT: 7eb258a754964cc3a56c346dcaa6fd832d2f4e82, Commit Message: Event ID has to be UUID and pre-populated [Pipeline] echo [2020-09-15T03:06:15.636Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T03:06:16.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T03:06:16.585Z] [2020-09-15T03:06:16.585Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T03:06:16.938Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T03:06:16.938Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T03:06:16.938Z] 31603596830f: Pulling fs layer [2020-09-15T03:06:16.938Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T03:06:16.938Z] 6ca5941a6612: Pulling fs layer [2020-09-15T03:06:16.938Z] ecc8261a40a4: Pulling fs layer [2020-09-15T03:06:16.938Z] ecc8261a40a4: Waiting [2020-09-15T03:06:16.938Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T03:06:16.938Z] 2a8b12db71e7: Download complete [2020-09-15T03:06:17.200Z] 31603596830f: Verifying Checksum [2020-09-15T03:06:17.200Z] 31603596830f: Download complete [2020-09-15T03:06:17.200Z] ecc8261a40a4: Verifying Checksum [2020-09-15T03:06:17.200Z] ecc8261a40a4: Download complete [2020-09-15T03:06:17.466Z] 6ca5941a6612: Verifying Checksum [2020-09-15T03:06:17.466Z] 6ca5941a6612: Download complete [2020-09-15T03:06:17.466Z] 31603596830f: Pull complete [2020-09-15T03:06:17.727Z] 2a8b12db71e7: Pull complete [2020-09-15T03:06:18.673Z] 6ca5941a6612: Pull complete [2020-09-15T03:06:18.673Z] ecc8261a40a4: Pull complete [2020-09-15T03:06:18.673Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T03:06:18.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T03:06:18.673Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T03:06:18.787Z] prd-centos7-docker-4c-2g-43211 does not seem to be running inside a container [2020-09-15T03:06:18.836Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-288 -v /w/workspace/dry_go-mod-core-contracts_PR-288:/w/workspace/dry_go-mod-core-contracts_PR-288:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-288@tmp:/w/workspace/dry_go-mod-core-contracts_PR-288@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:10004/edgex-devops/git-semver:latest cat [2020-09-15T03:06:21.018Z] $ docker top ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T03:06:21.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T03:06:21.343Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T03:06:21.581Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T03:06:21.586Z] $ docker exec ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent [2020-09-15T03:06:21.771Z] SSH_AUTH_SOCK=/tmp/ssh-xE1jmEaxKvER/agent.11 [2020-09-15T03:06:21.771Z] SSH_AGENT_PID=16 [2020-09-15T03:06:21.783Z] Running ssh-add (command line suppressed) [2020-09-15T03:06:21.916Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_3074081729182755626.key (/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_3074081729182755626.key) [2020-09-15T03:06:21.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T03:06:22.331Z] + git describe --exact-match --tags HEAD [2020-09-15T03:06:22.331Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T03:06:22.354Z] $ docker exec --env ******** --env ******** ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent -k [2020-09-15T03:06:22.475Z] unset SSH_AUTH_SOCK; [2020-09-15T03:06:22.476Z] unset SSH_AGENT_PID; [2020-09-15T03:06:22.476Z] echo Agent pid 16 killed; [2020-09-15T03:06:22.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T03:06:22.652Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T03:06:22.652Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T03:06:22.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T03:06:22.761Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T03:06:22.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T03:06:22.944Z] $ docker exec ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent [2020-09-15T03:06:23.100Z] SSH_AUTH_SOCK=/tmp/ssh-mCbTBOD49CCa/agent.45 [2020-09-15T03:06:23.100Z] SSH_AGENT_PID=50 [2020-09-15T03:06:23.107Z] Running ssh-add (command line suppressed) [2020-09-15T03:06:23.222Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_6447359272458410491.key (/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/private_key_6447359272458410491.key) [2020-09-15T03:06:23.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T03:06:23.622Z] + git semver init [2020-09-15T03:06:23.622Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T03:06:23.622Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-288/.git [2020-09-15T03:06:23.622Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-288 [2020-09-15T03:06:23.622Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T03:06:23.622Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T03:06:23.622Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T03:06:23.622Z] # $SEMVER_BRANCH = PR-288 [2020-09-15T03:06:23.622Z] # $SEMVER_TEMP = /tmp/semver-047273546 [2020-09-15T03:06:23.622Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-15T03:06:24.199Z] # '/tmp/semver-047273546' -> '/w/workspace/dry_go-mod-core-contracts_PR-288/.semver' [2020-09-15T03:06:24.199Z] # -> Force: false [2020-09-15T03:06:24.199Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-288/.semver [Pipeline] } [2020-09-15T03:06:24.212Z] $ docker exec --env ******** --env ******** ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 ssh-agent -k [2020-09-15T03:06:24.336Z] unset SSH_AUTH_SOCK; [2020-09-15T03:06:24.336Z] unset SSH_AGENT_PID; [2020-09-15T03:06:24.336Z] echo Agent pid 50 killed; [2020-09-15T03:06:24.381Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T03:06:24.893Z] + git semver [Pipeline] } [2020-09-15T03:06:24.911Z] $ docker stop --time=1 ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 [2020-09-15T03:06:26.662Z] $ docker rm -f ce1c2984cc9bceed64066028d39007eb2fd87af9643073bf85a085d14f651c83 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T03:06:27.441Z] Stashed 94 file(s) [Pipeline] echo [2020-09-15T03:06:27.444Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T03:06:27.537Z] 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-15T03:06:43.073Z] Still waiting to schedule task [2020-09-15T03:06:43.073Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T03:06:43.076Z] Still waiting to schedule task [2020-09-15T03:06:43.076Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T03:08:31.602Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43213 in /w/workspace/dry_go-mod-core-contracts_PR-288 [Pipeline] { [Pipeline] ws [2020-09-15T03:08:31.751Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-09-15T03:08:36.507Z] using credential edgex-jenkins-ssh [2020-09-15T03:08:36.573Z] Cloning the remote Git repository [2020-09-15T03:08:36.574Z] Cloning with configured refspecs honoured and without tags [2020-09-15T03:08:36.658Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T03:08:36.771Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-09-15T03:08:37.729Z] Fetching without tags [2020-09-15T03:08:36.843Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T03:08:36.843Z] > git --version # timeout=10 [2020-09-15T03:08:36.861Z] > git --version # 'git version 2.17.1' [2020-09-15T03:08:36.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T03:08:36.908Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T03:08:37.656Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T03:08:37.676Z] > git config --add remote.origin.fetch +refs/pull/288/head:refs/remotes/origin/PR-288 # timeout=10 [2020-09-15T03:08:37.697Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T03:08:37.718Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T03:08:37.746Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T03:08:37.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T03:08:37.759Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T03:08:38.205Z] Merging remotes/origin/master commit 9ed7be16d849faef73e281002eeec433bb10e1df into PR head commit 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [2020-09-15T03:08:38.434Z] Merge succeeded, producing 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [2020-09-15T03:08:38.434Z] Checking out Revision 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 (PR-288) [2020-09-15T03:08:38.225Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T03:08:38.238Z] > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 [2020-09-15T03:08:38.348Z] > git remote # timeout=10 [2020-09-15T03:08:38.371Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T03:08:38.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T03:08:38.401Z] > git merge 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 [2020-09-15T03:08:38.421Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T03:08:38.444Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T03:08:38.454Z] > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 [2020-09-15T03:08:42.905Z] Commit message: "Event ID has to be UUID and pre-populated" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T03:08:44.192Z] ========================================================= [2020-09-15T03:08:44.192Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-15T03:08:44.192Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T03:08:45.241Z] + 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-15T03:08:46.216Z] Sending build context to Docker daemon 2.231MB [2020-09-15T03:08:46.216Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-15T03:08:46.217Z] Step 2/7 : FROM ${BASE} [2020-09-15T03:08:46.489Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T03:08:46.489Z] b538f80385f9: Pulling fs layer [2020-09-15T03:08:46.489Z] 74f711af9a0d: Pulling fs layer [2020-09-15T03:08:46.489Z] 99f96fe45779: Pulling fs layer [2020-09-15T03:08:46.489Z] fd7a069fd194: Pulling fs layer [2020-09-15T03:08:46.489Z] 66aa3694b03b: Pulling fs layer [2020-09-15T03:08:46.489Z] 170f70906a0f: Pulling fs layer [2020-09-15T03:08:46.489Z] ad7c5574e4b9: Pulling fs layer [2020-09-15T03:08:46.489Z] e772456be8f7: Pulling fs layer [2020-09-15T03:08:46.489Z] c890913d741a: Pulling fs layer [2020-09-15T03:08:46.489Z] 2480fcc9aa5a: Pulling fs layer [2020-09-15T03:08:46.489Z] 09adf4765672: Pulling fs layer [2020-09-15T03:08:46.489Z] fd7a069fd194: Waiting [2020-09-15T03:08:46.489Z] 66aa3694b03b: Waiting [2020-09-15T03:08:46.489Z] 170f70906a0f: Waiting [2020-09-15T03:08:46.489Z] ad7c5574e4b9: Waiting [2020-09-15T03:08:46.489Z] e772456be8f7: Waiting [2020-09-15T03:08:46.489Z] c890913d741a: Waiting [2020-09-15T03:08:46.489Z] 2480fcc9aa5a: Waiting [2020-09-15T03:08:46.489Z] 09adf4765672: Waiting [2020-09-15T03:08:46.489Z] 99f96fe45779: Verifying Checksum [2020-09-15T03:08:46.489Z] 99f96fe45779: Download complete [2020-09-15T03:08:46.489Z] 74f711af9a0d: Download complete [2020-09-15T03:08:46.489Z] 66aa3694b03b: Download complete [2020-09-15T03:08:46.489Z] 170f70906a0f: Verifying Checksum [2020-09-15T03:08:46.489Z] 170f70906a0f: Download complete [2020-09-15T03:08:46.770Z] b538f80385f9: Verifying Checksum [2020-09-15T03:08:46.770Z] b538f80385f9: Download complete [2020-09-15T03:08:47.378Z] b538f80385f9: Pull complete [2020-09-15T03:08:47.985Z] 74f711af9a0d: Pull complete [2020-09-15T03:08:48.583Z] 99f96fe45779: Pull complete [2020-09-15T03:08:50.567Z] ad7c5574e4b9: Verifying Checksum [2020-09-15T03:08:50.567Z] ad7c5574e4b9: Download complete [2020-09-15T03:08:50.567Z] c890913d741a: Download complete [2020-09-15T03:08:52.564Z] 2480fcc9aa5a: Verifying Checksum [2020-09-15T03:08:52.564Z] 2480fcc9aa5a: Download complete [2020-09-15T03:08:52.564Z] 09adf4765672: Verifying Checksum [2020-09-15T03:08:52.564Z] 09adf4765672: Download complete [2020-09-15T03:08:52.564Z] e772456be8f7: Verifying Checksum [2020-09-15T03:08:52.564Z] e772456be8f7: Download complete [2020-09-15T03:08:53.162Z] fd7a069fd194: Verifying Checksum [2020-09-15T03:08:53.162Z] fd7a069fd194: Download complete [2020-09-15T03:09:05.590Z] fd7a069fd194: Pull complete [2020-09-15T03:09:06.188Z] 66aa3694b03b: Pull complete [2020-09-15T03:09:06.460Z] 170f70906a0f: Pull complete [2020-09-15T03:09:09.846Z] ad7c5574e4b9: Pull complete [2020-09-15T03:09:15.278Z] e772456be8f7: Pull complete [2020-09-15T03:09:15.278Z] c890913d741a: Pull complete [2020-09-15T03:09:17.262Z] 2480fcc9aa5a: Pull complete [2020-09-15T03:09:17.859Z] 09adf4765672: Pull complete [2020-09-15T03:09:18.134Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-15T03:09:18.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-15T03:09:18.134Z] ---> 2248a725d1cf [2020-09-15T03:09:18.134Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T03:09:22.472Z] ---> Running in 88a875b7550f [2020-09-15T03:09:22.472Z] Removing intermediate container 88a875b7550f [2020-09-15T03:09:22.472Z] ---> 99f3771ad5c9 [2020-09-15T03:09:22.472Z] Step 4/7 : RUN apk add bash [2020-09-15T03:09:22.747Z] ---> Running in bc874629ca0b [2020-09-15T03:09:24.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T03:09:26.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T03:09:26.974Z] Running on prd-centos7-docker-4c-2g-43214 in /w/workspace/dry_go-mod-core-contracts_PR-288 [Pipeline] { [Pipeline] ws [2020-09-15T03:09:27.045Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-09-15T03:09:27.613Z] OK: 142 MiB in 39 packages [2020-09-15T03:09:28.609Z] Removing intermediate container bc874629ca0b [2020-09-15T03:09:28.609Z] ---> 3249f7db1195 [2020-09-15T03:09:28.609Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T03:09:28.882Z] ---> Running in 541da63732fb [2020-09-15T03:09:29.156Z] Removing intermediate container 541da63732fb [2020-09-15T03:09:29.156Z] ---> 297903595838 [2020-09-15T03:09:29.156Z] Step 6/7 : COPY go.mod . [2020-09-15T03:09:29.454Z] using credential edgex-jenkins-ssh [2020-09-15T03:09:29.513Z] Cloning the remote Git repository [2020-09-15T03:09:29.513Z] Cloning with configured refspecs honoured and without tags [2020-09-15T03:09:29.542Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T03:09:30.144Z] ---> 2eb94741320f [2020-09-15T03:09:30.144Z] Step 7/7 : RUN go mod download [2020-09-15T03:09:30.144Z] ---> Running in 766ed2a6989c [2020-09-15T03:09:30.346Z] Fetching without tags [2020-09-15T03:09:29.617Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-09-15T03:09:29.717Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T03:09:29.717Z] > git --version # timeout=10 [2020-09-15T03:09:29.723Z] > git --version # 'git version 2.16.5' [2020-09-15T03:09:29.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T03:09:29.823Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T03:09:30.322Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T03:09:30.327Z] > git config --add remote.origin.fetch +refs/pull/288/head:refs/remotes/origin/PR-288 # timeout=10 [2020-09-15T03:09:30.334Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T03:09:30.344Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-15T03:09:30.353Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-15T03:09:30.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T03:09:30.357Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T03:09:30.793Z] Merging remotes/origin/master commit 9ed7be16d849faef73e281002eeec433bb10e1df into PR head commit 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [2020-09-15T03:09:30.887Z] Merge succeeded, producing 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 [2020-09-15T03:09:30.888Z] Checking out Revision 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 (PR-288) [2020-09-15T03:09:30.804Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T03:09:30.809Z] > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 [2020-09-15T03:09:30.862Z] > git remote # timeout=10 [2020-09-15T03:09:30.868Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T03:09:30.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T03:09:30.875Z] > git merge 9ed7be16d849faef73e281002eeec433bb10e1df # timeout=10 [2020-09-15T03:09:30.884Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T03:09:30.894Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T03:09:30.899Z] > git checkout -f 7eb258a754964cc3a56c346dcaa6fd832d2f4e82 # timeout=10 [2020-09-15T03:09:32.758Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-15T03:09:32.758Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T03:09:32.758Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T03:09:32.758Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T03:09:32.758Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T03:09:32.758Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T03:09:32.758Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T03:09:32.758Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T03:09:32.758Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T03:09:32.758Z] go: finding github.com/google/uuid v1.1.0 [2020-09-15T03:09:32.758Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T03:09:32.758Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T03:09:32.758Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T03:09:32.758Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-15T03:09:32.758Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-15T03:09:32.758Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T03:09:32.758Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T03:09:32.758Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T03:09:32.758Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-15T03:09:32.758Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T03:09:34.479Z] Commit message: "Event ID has to be UUID and pre-populated" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T03:09:35.315Z] ========================================================= [2020-09-15T03:09:35.315Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-15T03:09:35.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T03:09:36.022Z] + 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-15T03:09:36.286Z] Sending build context to Docker daemon 2.231MB [2020-09-15T03:09:36.286Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-09-15T03:09:36.286Z] Step 2/7 : FROM ${BASE} [2020-09-15T03:09:36.547Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T03:09:36.547Z] df20fa9351a1: Pulling fs layer [2020-09-15T03:09:36.547Z] ed8968b2872e: Pulling fs layer [2020-09-15T03:09:36.547Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T03:09:36.547Z] 2dd03ba5bac4: Pulling fs layer [2020-09-15T03:09:36.547Z] 1e091d79d1de: Pulling fs layer [2020-09-15T03:09:36.547Z] 481702a1767f: Pulling fs layer [2020-09-15T03:09:36.547Z] f64a6f60c768: Pulling fs layer [2020-09-15T03:09:36.547Z] e78d2573fc39: Pulling fs layer [2020-09-15T03:09:36.547Z] e876d2f968b6: Pulling fs layer [2020-09-15T03:09:36.547Z] ce8a83651883: Pulling fs layer [2020-09-15T03:09:36.547Z] 07967f4d0e4b: Pulling fs layer [2020-09-15T03:09:36.547Z] 2dd03ba5bac4: Waiting [2020-09-15T03:09:36.547Z] 1e091d79d1de: Waiting [2020-09-15T03:09:36.547Z] f64a6f60c768: Waiting [2020-09-15T03:09:36.547Z] ce8a83651883: Waiting [2020-09-15T03:09:36.547Z] 07967f4d0e4b: Waiting [2020-09-15T03:09:36.547Z] e78d2573fc39: Waiting [2020-09-15T03:09:36.547Z] e876d2f968b6: Waiting [2020-09-15T03:09:36.547Z] 481702a1767f: Waiting [2020-09-15T03:09:36.547Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T03:09:36.547Z] a92cc7c5fd73: Download complete [2020-09-15T03:09:36.547Z] ed8968b2872e: Download complete [2020-09-15T03:09:36.547Z] 1e091d79d1de: Verifying Checksum [2020-09-15T03:09:36.547Z] 1e091d79d1de: Download complete [2020-09-15T03:09:36.547Z] 481702a1767f: Verifying Checksum [2020-09-15T03:09:36.547Z] 481702a1767f: Download complete [2020-09-15T03:09:36.547Z] df20fa9351a1: Verifying Checksum [2020-09-15T03:09:36.809Z] df20fa9351a1: Pull complete [2020-09-15T03:09:37.070Z] ed8968b2872e: Pull complete [2020-09-15T03:09:37.070Z] a92cc7c5fd73: Pull complete [2020-09-15T03:09:39.645Z] f64a6f60c768: Verifying Checksum [2020-09-15T03:09:39.645Z] f64a6f60c768: Download complete [2020-09-15T03:09:39.645Z] e876d2f968b6: Verifying Checksum [2020-09-15T03:09:39.645Z] e876d2f968b6: Download complete [2020-09-15T03:09:40.223Z] ce8a83651883: Verifying Checksum [2020-09-15T03:09:40.223Z] ce8a83651883: Download complete [2020-09-15T03:09:40.485Z] 07967f4d0e4b: Verifying Checksum [2020-09-15T03:09:40.485Z] 07967f4d0e4b: Download complete [2020-09-15T03:09:40.747Z] e78d2573fc39: Download complete [2020-09-15T03:09:41.010Z] 2dd03ba5bac4: Verifying Checksum [2020-09-15T03:09:41.010Z] 2dd03ba5bac4: Download complete [2020-09-15T03:09:45.157Z] Removing intermediate container 766ed2a6989c [2020-09-15T03:09:45.157Z] ---> 08032ead89d8 [2020-09-15T03:09:45.157Z] Successfully built 08032ead89d8 [2020-09-15T03:09:45.157Z] 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-15T03:09:45.982Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T03:09:45.982Z] . [Pipeline] withDockerContainer [2020-09-15T03:09:46.255Z] prd-ubuntu18.04-docker-arm64-4c-16g-43213 does not seem to be running inside a container [2020-09-15T03:09:46.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-15T03:09:47.625Z] 2dd03ba5bac4: Pull complete [2020-09-15T03:09:47.625Z] 1e091d79d1de: Pull complete [2020-09-15T03:09:47.625Z] 481702a1767f: Pull complete [2020-09-15T03:09:48.216Z] $ docker top 798ae2d569212f18bc4735edd8f32b431383b3c242934df26e17df1110f56fb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T03:09:49.680Z] + go version [2020-09-15T03:09:49.680Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-15T03:09:50.727Z] + make test [2020-09-15T03:09:50.727Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-15T03:09:52.939Z] f64a6f60c768: Pull complete [2020-09-15T03:09:54.864Z] e78d2573fc39: Pull complete [2020-09-15T03:09:54.864Z] e876d2f968b6: Pull complete [2020-09-15T03:09:55.836Z] ce8a83651883: Pull complete [2020-09-15T03:09:55.836Z] 07967f4d0e4b: Pull complete [2020-09-15T03:09:56.100Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-15T03:09:56.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-15T03:09:56.100Z] ---> 5d7c900382c6 [2020-09-15T03:09:56.100Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T03:09:58.027Z] ---> Running in e5acba45b1ab [2020-09-15T03:09:58.027Z] Removing intermediate container e5acba45b1ab [2020-09-15T03:09:58.027Z] ---> 77dc42eed1e0 [2020-09-15T03:09:58.027Z] Step 4/7 : RUN apk add bash [2020-09-15T03:09:58.027Z] ---> Running in d02e44bb8c41 [2020-09-15T03:09:58.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T03:09:59.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T03:10:00.501Z] OK: 166 MiB in 39 packages [2020-09-15T03:10:00.764Z] Removing intermediate container d02e44bb8c41 [2020-09-15T03:10:00.764Z] ---> 8a681ea8e121 [2020-09-15T03:10:00.764Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T03:10:01.027Z] ---> Running in e48e4f6a0425 [2020-09-15T03:10:01.027Z] Removing intermediate container e48e4f6a0425 [2020-09-15T03:10:01.027Z] ---> e2e410f0b544 [2020-09-15T03:10:01.027Z] Step 6/7 : COPY go.mod . [2020-09-15T03:10:01.289Z] ---> 7662c41e76de [2020-09-15T03:10:01.289Z] Step 7/7 : RUN go mod download [2020-09-15T03:10:01.289Z] ---> Running in a0a43c2cbfb6 [2020-09-15T03:10:02.683Z] go: finding github.com/davecgh/go-spew v1.1.0 [2020-09-15T03:10:02.683Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T03:10:02.683Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T03:10:02.944Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T03:10:02.944Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T03:10:02.944Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T03:10:02.944Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T03:10:02.944Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T03:10:02.944Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T03:10:02.944Z] go: finding github.com/google/uuid v1.1.0 [2020-09-15T03:10:02.944Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T03:10:02.944Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T03:10:02.944Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T03:10:02.944Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-15T03:10:02.944Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-15T03:10:03.208Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T03:10:03.208Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T03:10:03.208Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T03:10:03.208Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-15T03:10:03.208Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T03:10:11.379Z] Removing intermediate container a0a43c2cbfb6 [2020-09-15T03:10:11.379Z] ---> 374388bed32a [2020-09-15T03:10:11.379Z] Successfully built 374388bed32a [2020-09-15T03:10:11.379Z] 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-15T03:10:12.183Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T03:10:12.183Z] . [Pipeline] withDockerContainer [2020-09-15T03:10:12.288Z] prd-centos7-docker-4c-2g-43214 does not seem to be running inside a container [2020-09-15T03:10:12.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T03:10:12.948Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-15T03:10:13.225Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.029s coverage: 85.7% of statements [2020-09-15T03:10:13.225Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.057s coverage: 100.0% of statements [2020-09-15T03:10:13.230Z] $ docker top 8b9d6945771c3a43154efb2ab319dd180eb1514e06ead3b9e2a9c3da91fdf2b7 -eo pid,comm [Pipeline] { [2020-09-15T03:10:13.503Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.038s coverage: 45.4% of statements [Pipeline] sh [2020-09-15T03:10:13.799Z] + go version [2020-09-15T03:10:13.799Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-15T03:10:14.107Z] + make test [2020-09-15T03:10:14.107Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-15T03:10:14.960Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements [2020-09-15T03:10:14.960Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-15T03:10:14.960Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 6.4% of statements [2020-09-15T03:10:17.598Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.067s coverage: 14.7% of statements [2020-09-15T03:10:17.598Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.023s coverage: 100.0% of statements [2020-09-15T03:10:19.040Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.091s coverage: 91.8% of statements [2020-09-15T03:10:19.040Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-15T03:10:19.040Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-15T03:10:19.040Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.033s coverage: 100.0% of statements [2020-09-15T03:10:19.040Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 45.9% of statements [2020-09-15T03:10:20.784Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-15T03:10:21.368Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements [2020-09-15T03:10:21.368Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.017s coverage: 100.0% of statements [2020-09-15T03:10:21.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements [2020-09-15T03:10:21.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.019s coverage: 77.8% of statements [2020-09-15T03:10:21.979Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-15T03:10:22.250Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements [2020-09-15T03:10:22.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.024s coverage: 14.7% of statements [2020-09-15T03:10:22.842Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.006s coverage: 100.0% of statements [2020-09-15T03:10:23.106Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.075s coverage: 91.8% of statements [2020-09-15T03:10:23.106Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-15T03:10:23.106Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-15T03:10:23.106Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements [2020-09-15T03:10:25.060Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 45.9% of statements [2020-09-15T03:10:25.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.217s coverage: 63.0% of statements [2020-09-15T03:10:25.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.059s coverage: 26.3% of statements [2020-09-15T03:10:25.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.057s coverage: 15.4% of statements [2020-09-15T03:10:25.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements [2020-09-15T03:10:25.796Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-09-15T03:10:25.796Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-15T03:10:26.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.029s coverage: 31.7% of statements [2020-09-15T03:10:27.067Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.058s coverage: 100.0% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.023s coverage: 63.0% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.008s coverage: 15.4% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements [2020-09-15T03:10:28.438Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 31.7% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements [2020-09-15T03:10:28.438Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.017s coverage: 95.1% of statements [2020-09-15T03:10:28.705Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-09-15T03:10:28.705Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-15T03:10:28.968Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T03:10:29.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.075s coverage: 95.1% of statements [2020-09-15T03:10:29.055Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements [2020-09-15T03:10:29.055Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-15T03:10:29.327Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T03:10:30.371Z] gofmt -l . [2020-09-15T03:10:30.372Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-15T03:10:30.738Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T03:10:30.748Z] $ docker stop --time=1 8b9d6945771c3a43154efb2ab319dd180eb1514e06ead3b9e2a9c3da91fdf2b7 [2020-09-15T03:10:33.016Z] $ docker rm -f 8b9d6945771c3a43154efb2ab319dd180eb1514e06ead3b9e2a9c3da91fdf2b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [2020-09-15T03:10:33.666Z] gofmt -l . [2020-09-15T03:10:33.666Z] [ "`gofmt -l .`" = "" ] [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] stash [2020-09-15T03:10:34.419Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T03:10:35.279Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T03:10:35.326Z] $ docker stop --time=1 798ae2d569212f18bc4735edd8f32b431383b3c242934df26e17df1110f56fb8 [2020-09-15T03:10:37.518Z] $ docker rm -f 798ae2d569212f18bc4735edd8f32b431383b3c242934df26e17df1110f56fb8 [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-15T03:10:40.204Z] provisioning config files... [2020-09-15T03:10:40.215Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/config8000489668540525849tmp [Pipeline] { [Pipeline] sh [2020-09-15T03:10:40.625Z] + curl -s https://codecov.io/bash [2020-09-15T03:10:40.625Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/config8000489668540525849tmp [Pipeline] } [2020-09-15T03:10:40.897Z] 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-15T03:10:43.432Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T03:10:43.996Z] ---> package-listing.sh [2020-09-15T03:10:43.996Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T03:10:43.996Z] ++ facter osfamily [2020-09-15T03:10:43.996Z] + OS_FAMILY=redhat [2020-09-15T03:10:43.996Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-288 [2020-09-15T03:10:43.996Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T03:10:43.996Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T03:10:43.996Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T03:10:43.996Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T03:10:43.996Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-288 ']' [2020-09-15T03:10:43.996Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T03:10:43.996Z] + case "${OS_FAMILY}" in [2020-09-15T03:10:43.996Z] + rpm -qa [2020-09-15T03:10:43.996Z] + sort [2020-09-15T03:10:48.228Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T03:10:48.228Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T03:10:48.228Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T03:10:48.228Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-288 ']' [2020-09-15T03:10:48.228Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-288/archives/ [2020-09-15T03:10:48.228Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-288/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T03:10:49.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T03:10:49.335Z] [2020-09-15T03:10:49.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T03:10:49.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T03:10:49.691Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T03:10:49.691Z] df20fa9351a1: Pulling fs layer [2020-09-15T03:10:49.691Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T03:10:49.691Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T03:10:49.691Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T03:10:49.691Z] 0dadc02b9964: Pulling fs layer [2020-09-15T03:10:49.691Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T03:10:49.691Z] 7a184a31f384: Pulling fs layer [2020-09-15T03:10:49.691Z] 0879bd2ef858: Pulling fs layer [2020-09-15T03:10:49.691Z] 46f8f816bc3b: Waiting [2020-09-15T03:10:49.691Z] 0dadc02b9964: Waiting [2020-09-15T03:10:49.691Z] ce6a7cf60c04: Waiting [2020-09-15T03:10:49.691Z] 7a184a31f384: Waiting [2020-09-15T03:10:49.691Z] 0879bd2ef858: Waiting [2020-09-15T03:10:49.691Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T03:10:49.691Z] 36b3adc4ff6f: Download complete [2020-09-15T03:10:49.691Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T03:10:49.691Z] 46f8f816bc3b: Download complete [2020-09-15T03:10:49.691Z] df20fa9351a1: Verifying Checksum [2020-09-15T03:10:49.691Z] df20fa9351a1: Download complete [2020-09-15T03:10:49.691Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T03:10:49.691Z] ce6a7cf60c04: Download complete [2020-09-15T03:10:49.691Z] 0dadc02b9964: Verifying Checksum [2020-09-15T03:10:49.691Z] 0dadc02b9964: Download complete [2020-09-15T03:10:49.691Z] 7a184a31f384: Verifying Checksum [2020-09-15T03:10:49.691Z] 7a184a31f384: Download complete [2020-09-15T03:10:49.960Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T03:10:49.960Z] 8ad3a11d3b57: Download complete [2020-09-15T03:10:50.228Z] df20fa9351a1: Pull complete [2020-09-15T03:10:50.228Z] 0879bd2ef858: Verifying Checksum [2020-09-15T03:10:50.228Z] 0879bd2ef858: Download complete [2020-09-15T03:10:50.492Z] 36b3adc4ff6f: Pull complete [2020-09-15T03:10:51.070Z] 8ad3a11d3b57: Pull complete [2020-09-15T03:10:51.070Z] 46f8f816bc3b: Pull complete [2020-09-15T03:10:51.334Z] 0dadc02b9964: Pull complete [2020-09-15T03:10:51.596Z] ce6a7cf60c04: Pull complete [2020-09-15T03:10:51.596Z] 7a184a31f384: Pull complete [2020-09-15T03:10:54.168Z] 0879bd2ef858: Pull complete [2020-09-15T03:10:54.168Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T03:10:54.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T03:10:54.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T03:10:54.328Z] prd-centos7-docker-4c-2g-43211 does not seem to be running inside a container [2020-09-15T03:10:54.372Z] $ 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-288 -v /w/workspace/dry_go-mod-core-contracts_PR-288:/w/workspace/dry_go-mod-core-contracts_PR-288:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-288@tmp:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T03:10:59.979Z] $ docker top eea39e82cd83e90ea3af63060f55ec5fb4b2b50b8af88793b77ecc03cd5194a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T03:11:00.470Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T03:11:00.766Z] + ls /var/log/sa-host [2020-09-15T03:11:00.766Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T03:11:00.766Z] file_magic: OK [2020-09-15T03:11:00.766Z] HZ: Using current value: 100 [2020-09-15T03:11:00.766Z] file_header: OK [2020-09-15T03:11:00.766Z] 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-15T03:11:00.766Z] Statistics: [2020-09-15T03:11:00.766Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T03:11:00.766Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T03:11:00.766Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T03:11:00.766Z] file_magic: OK [2020-09-15T03:11:00.766Z] HZ: Using current value: 100 [2020-09-15T03:11:00.766Z] file_header: OK [2020-09-15T03:11:00.766Z] 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-15T03:11:00.766Z] Statistics: [2020-09-15T03:11:00.766Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T03:11:00.766Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T03:11:00.852Z] provisioning config files... [2020-09-15T03:11:00.866Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-288@tmp/config3048780551854739919tmp [Pipeline] { [Pipeline] echo [2020-09-15T03:11:00.962Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T03:11:01.257Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T03:11:01.268Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T03:11:01.562Z] ---> logs-deploy.sh [2020-09-15T03:11:01.562Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-288/3 [2020-09-15T03:11:01.562Z] INFO: archiving workspace using pattern(s): [2020-09-15T03:11:02.949Z] Archives upload complete. [2020-09-15T03:11:02.950Z] INFO: archiving logs to Nexus