Pull request #286 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 jpwhitemn for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 584b1925ba93f097be94e569d40f14a3db576d28+aa2b8c10f917c2938a24b062f2c2b0c252e10743 (5bb1c42dd84b9472dd95d3bb06d7e9e836b8ae25) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43485 in /w/workspace/dry_go-mod-core-contracts_PR-286 [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-286 # 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/286/head:refs/remotes/origin/PR-286 +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/286/head:refs/remotes/origin/PR-286 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit 584b1925ba93f097be94e569d40f14a3db576d28 Merge succeeded, producing 07405769b11aa55ea65a5e6d1bb6d616e31b9779 Checking out Revision 07405769b11aa55ea65a5e6d1bb6d616e31b9779 (PR-286) > 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/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 584b1925ba93f097be94e569d40f14a3db576d28 # 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 aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07405769b11aa55ea65a5e6d1bb6d616e31b9779 # timeout=10 Commit message: "Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T01:25:20.737Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk b199c4458d4509627a048a974ff4d1beee7f1c27 # timeout=10 [Pipeline] withCredentials [2020-09-16T01:25:21.153Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T01:25:21.263Z] ========================================================= [2020-09-16T01:25:21.264Z] EdgeX Global Pipelines Version Info [2020-09-16T01:25:21.264Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T01:25:23.930Z] ------------------- [2020-09-16T01:25:23.930Z] stable info: [2020-09-16T01:25:23.930Z] ------------------- [2020-09-16T01:25:23.930Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T01:25:23.930Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T01:25:23.930Z] Message: update stable to v1.0.122 [2020-09-16T01:25:24.888Z] ------------------- [2020-09-16T01:25:24.888Z] experimental info: [2020-09-16T01:25:24.888Z] ------------------- [2020-09-16T01:25:24.888Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T01:25:24.888Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T01:25:24.888Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T01:25:25.283Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-16T01:25:25.384Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-16T01:25:25.491Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T01:25:25.625Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T01:25:25.725Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T01:25:25.823Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T01:25:25.924Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T01:25:26.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T01:25:26.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T01:25:26.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T01:25:26.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T01:25:26.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-16T01:25:26.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T01:25:26.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T01:25:26.750Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T01:25:26.847Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T01:25:26.941Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T01:25:27.054Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T01:25:27.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-16T01:25:27.243Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T01:25:27.357Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T01:25:27.469Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T01:25:27.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-286 [Pipeline] echo [2020-09-16T01:25:27.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-286 [Pipeline] echo [2020-09-16T01:25:27.763Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-286 [Pipeline] echo [2020-09-16T01:25:27.853Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07405769b11aa55ea65a5e6d1bb6d616e31b9779 [Pipeline] echo [2020-09-16T01:25:27.944Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0740576 [Pipeline] echo [2020-09-16T01:25:28.039Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T01:25:28.761Z] + git log --format=format:%s -1 07405769b11aa55ea65a5e6d1bb6d616e31b9779 [Pipeline] echo [2020-09-16T01:25:28.899Z] GIT_COMMIT: 07405769b11aa55ea65a5e6d1bb6d616e31b9779, Commit Message: Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD [Pipeline] echo [2020-09-16T01:25:28.962Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:25:29.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T01:25:29.825Z] [2020-09-16T01:25:29.825Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:25:30.309Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T01:25:30.309Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T01:25:30.309Z] 31603596830f: Pulling fs layer [2020-09-16T01:25:30.309Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T01:25:30.309Z] 6ca5941a6612: Pulling fs layer [2020-09-16T01:25:30.309Z] ecc8261a40a4: Pulling fs layer [2020-09-16T01:25:30.309Z] ecc8261a40a4: Waiting [2020-09-16T01:25:30.656Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T01:25:30.656Z] 2a8b12db71e7: Download complete [2020-09-16T01:25:30.656Z] 31603596830f: Verifying Checksum [2020-09-16T01:25:30.656Z] 31603596830f: Download complete [2020-09-16T01:25:30.935Z] ecc8261a40a4: Verifying Checksum [2020-09-16T01:25:30.935Z] ecc8261a40a4: Download complete [2020-09-16T01:25:31.231Z] 31603596830f: Pull complete [2020-09-16T01:25:31.231Z] 6ca5941a6612: Verifying Checksum [2020-09-16T01:25:31.231Z] 6ca5941a6612: Download complete [2020-09-16T01:25:31.506Z] 2a8b12db71e7: Pull complete [2020-09-16T01:25:32.967Z] 6ca5941a6612: Pull complete [2020-09-16T01:25:33.231Z] ecc8261a40a4: Pull complete [2020-09-16T01:25:33.231Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T01:25:33.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T01:25:33.231Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T01:25:33.402Z] prd-centos7-docker-4c-2g-43485 does not seem to be running inside a container [2020-09-16T01:25:33.463Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-286 -v /w/workspace/dry_go-mod-core-contracts_PR-286:/w/workspace/dry_go-mod-core-contracts_PR-286:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-286@tmp:/w/workspace/dry_go-mod-core-contracts_PR-286@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T01:25:35.586Z] $ docker top 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T01:25:35.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T01:25:35.995Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T01:25:36.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T01:25:36.394Z] $ docker exec 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent [2020-09-16T01:25:36.687Z] SSH_AUTH_SOCK=/tmp/ssh-CYwKAbjfWWWm/agent.11 [2020-09-16T01:25:36.687Z] SSH_AGENT_PID=16 [2020-09-16T01:25:36.708Z] Running ssh-add (command line suppressed) [2020-09-16T01:25:36.889Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4950207440747856821.key (/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4950207440747856821.key) [2020-09-16T01:25:37.032Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T01:25:37.385Z] + git describe --exact-match --tags HEAD [2020-09-16T01:25:37.385Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T01:25:37.446Z] $ docker exec --env ******** --env ******** 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent -k [2020-09-16T01:25:37.654Z] unset SSH_AUTH_SOCK; [2020-09-16T01:25:37.654Z] unset SSH_AGENT_PID; [2020-09-16T01:25:37.654Z] echo Agent pid 16 killed; [2020-09-16T01:25:37.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T01:25:37.837Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T01:25:37.837Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T01:25:37.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T01:25:37.974Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T01:25:38.279Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T01:25:38.286Z] $ docker exec 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent [2020-09-16T01:25:38.736Z] SSH_AUTH_SOCK=/tmp/ssh-6DRPxEzagd7d/agent.45 [2020-09-16T01:25:38.736Z] SSH_AGENT_PID=50 [2020-09-16T01:25:38.746Z] Running ssh-add (command line suppressed) [2020-09-16T01:25:38.967Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4246312682292751147.key (/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/private_key_4246312682292751147.key) [2020-09-16T01:25:39.043Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T01:25:39.396Z] + git semver init [2020-09-16T01:25:39.396Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T01:25:39.396Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-286/.git [2020-09-16T01:25:39.396Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-286 [2020-09-16T01:25:39.396Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T01:25:39.396Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T01:25:39.396Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T01:25:39.396Z] # $SEMVER_BRANCH = PR-286 [2020-09-16T01:25:39.396Z] # $SEMVER_TEMP = /tmp/semver-939027556 [2020-09-16T01:25:39.396Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-16T01:25:40.425Z] # '/tmp/semver-939027556' -> '/w/workspace/dry_go-mod-core-contracts_PR-286/.semver' [2020-09-16T01:25:40.425Z] # -> Force: false [2020-09-16T01:25:40.425Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-286/.semver [Pipeline] } [2020-09-16T01:25:40.441Z] $ docker exec --env ******** --env ******** 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 ssh-agent -k [2020-09-16T01:25:40.574Z] unset SSH_AUTH_SOCK; [2020-09-16T01:25:40.575Z] unset SSH_AGENT_PID; [2020-09-16T01:25:40.575Z] echo Agent pid 50 killed; [2020-09-16T01:25:40.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T01:25:41.181Z] + git semver [Pipeline] } [2020-09-16T01:25:41.206Z] $ docker stop --time=1 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 [2020-09-16T01:25:42.694Z] $ docker rm -f 48e172646cb93fde3f31142d02d0431d8b89dba4df7cc48c46fea7652e03f330 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T01:25:44.056Z] Stashed 95 file(s) [Pipeline] echo [2020-09-16T01:25:44.059Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-16T01:25:44.154Z] 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-16T01:25:59.574Z] Still waiting to schedule task [2020-09-16T01:25:59.574Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-16T01:25:59.578Z] Still waiting to schedule task [2020-09-16T01:25:59.578Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-16T01:27:50.767Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43486 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] ws [2020-09-16T01:27:50.825Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-09-16T01:27:55.706Z] using credential edgex-jenkins-ssh [2020-09-16T01:27:55.761Z] Cloning the remote Git repository [2020-09-16T01:27:55.761Z] Cloning with configured refspecs honoured and without tags [2020-09-16T01:27:55.833Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T01:27:56.928Z] Fetching without tags [2020-09-16T01:27:55.943Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-09-16T01:27:56.004Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T01:27:56.005Z] > git --version # timeout=10 [2020-09-16T01:27:56.021Z] > git --version # 'git version 2.17.1' [2020-09-16T01:27:56.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T01:27:56.076Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T01:27:56.851Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T01:27:56.870Z] > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 [2020-09-16T01:27:56.892Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T01:27:56.914Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T01:27:56.943Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T01:27:56.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T01:27:56.956Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T01:27:57.445Z] Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit 584b1925ba93f097be94e569d40f14a3db576d28 [2020-09-16T01:27:57.778Z] Merge succeeded, producing ab6f7518b292d7d6a5bd76e205081331d857857b [2020-09-16T01:27:57.779Z] Checking out Revision ab6f7518b292d7d6a5bd76e205081331d857857b (PR-286) [2020-09-16T01:27:57.474Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T01:27:57.497Z] > git checkout -f 584b1925ba93f097be94e569d40f14a3db576d28 # timeout=10 [2020-09-16T01:27:57.624Z] > git remote # timeout=10 [2020-09-16T01:27:57.640Z] > git config --get remote.origin.url # timeout=10 [2020-09-16T01:27:57.652Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T01:27:57.662Z] > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 [2020-09-16T01:27:57.762Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-16T01:27:57.789Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T01:27:57.799Z] > git checkout -f ab6f7518b292d7d6a5bd76e205081331d857857b # timeout=10 [2020-09-16T01:27:59.362Z] Running on prd-centos7-docker-4c-2g-43488 in /w/workspace/dry_go-mod-core-contracts_PR-286 [Pipeline] { [Pipeline] ws [2020-09-16T01:27:59.417Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2020-09-16T01:28:01.863Z] using credential edgex-jenkins-ssh [2020-09-16T01:28:01.915Z] Cloning the remote Git repository [2020-09-16T01:28:01.916Z] Cloning with configured refspecs honoured and without tags [2020-09-16T01:28:02.205Z] Commit message: "Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD" [2020-09-16T01:28:02.237Z] First time build. Skipping changelog. [2020-09-16T01:28:02.218Z] > git rev-list --no-walk b199c4458d4509627a048a974ff4d1beee7f1c27 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-16T01:28:02.803Z] Fetching without tags [Pipeline] unstash [2020-09-16T01:28:01.948Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T01:28:02.016Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2020-09-16T01:28:02.062Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T01:28:02.063Z] > git --version # timeout=10 [2020-09-16T01:28:02.072Z] > git --version # 'git version 2.16.5' [2020-09-16T01:28:02.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T01:28:02.113Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T01:28:02.774Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T01:28:02.782Z] > git config --add remote.origin.fetch +refs/pull/286/head:refs/remotes/origin/PR-286 # timeout=10 [2020-09-16T01:28:02.790Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T01:28:02.799Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-16T01:28:02.808Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-16T01:28:02.810Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T01:28:02.814Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/286/head:refs/remotes/origin/PR-286 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T01:28:03.243Z] Merging remotes/origin/master commit aa2b8c10f917c2938a24b062f2c2b0c252e10743 into PR head commit 584b1925ba93f097be94e569d40f14a3db576d28 [2020-09-16T01:28:03.383Z] Merge succeeded, producing c62a054740d983ab015df6117bc9741e9ea7fa6f [2020-09-16T01:28:03.383Z] Checking out Revision c62a054740d983ab015df6117bc9741e9ea7fa6f (PR-286) [Pipeline] echo [2020-09-16T01:28:03.420Z] ========================================================= [2020-09-16T01:28:03.420Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T01:28:03.420Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:28:03.252Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T01:28:03.261Z] > git checkout -f 584b1925ba93f097be94e569d40f14a3db576d28 # timeout=10 [2020-09-16T01:28:03.317Z] > git remote # timeout=10 [2020-09-16T01:28:03.328Z] > git config --get remote.origin.url # timeout=10 [2020-09-16T01:28:03.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T01:28:03.343Z] > git merge aa2b8c10f917c2938a24b062f2c2b0c252e10743 # timeout=10 [2020-09-16T01:28:03.379Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-16T01:28:03.388Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T01:28:03.396Z] > git checkout -f c62a054740d983ab015df6117bc9741e9ea7fa6f # timeout=10 [2020-09-16T01:28:04.425Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-16T01:28:05.410Z] Sending build context to Docker daemon 2.254MB [2020-09-16T01:28:05.410Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T01:28:05.410Z] Step 2/7 : FROM ${BASE} [2020-09-16T01:28:05.684Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T01:28:05.684Z] b538f80385f9: Pulling fs layer [2020-09-16T01:28:05.684Z] 74f711af9a0d: Pulling fs layer [2020-09-16T01:28:05.684Z] 99f96fe45779: Pulling fs layer [2020-09-16T01:28:05.684Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T01:28:05.684Z] 45590311c82a: Pulling fs layer [2020-09-16T01:28:05.684Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T01:28:05.684Z] 209524e5b208: Pulling fs layer [2020-09-16T01:28:05.684Z] 8529a6b9a6be: Waiting [2020-09-16T01:28:05.684Z] 45590311c82a: Waiting [2020-09-16T01:28:05.684Z] 69ca0ff8b7b3: Waiting [2020-09-16T01:28:05.684Z] 209524e5b208: Waiting [2020-09-16T01:28:05.684Z] 99f96fe45779: Verifying Checksum [2020-09-16T01:28:05.684Z] 99f96fe45779: Download complete [2020-09-16T01:28:05.684Z] 74f711af9a0d: Verifying Checksum [2020-09-16T01:28:05.684Z] 74f711af9a0d: Download complete [2020-09-16T01:28:06.284Z] 45590311c82a: Verifying Checksum [2020-09-16T01:28:06.284Z] 45590311c82a: Download complete [2020-09-16T01:28:06.284Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T01:28:06.284Z] 69ca0ff8b7b3: Download complete [2020-09-16T01:28:06.562Z] b538f80385f9: Verifying Checksum [2020-09-16T01:28:06.562Z] b538f80385f9: Download complete [2020-09-16T01:28:07.057Z] Commit message: "Merge commit 'aa2b8c10f917c2938a24b062f2c2b0c252e10743' into HEAD" [2020-09-16T01:28:07.092Z] First time build. Skipping changelog. [2020-09-16T01:28:07.417Z] b538f80385f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T01:28:07.882Z] ========================================================= [2020-09-16T01:28:07.882Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T01:28:07.882Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:28:07.066Z] > git rev-list --no-walk b199c4458d4509627a048a974ff4d1beee7f1c27 # timeout=10 [2020-09-16T01:28:08.033Z] 74f711af9a0d: Pull complete [2020-09-16T01:28:08.501Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-16T01:28:08.631Z] 99f96fe45779: Pull complete [2020-09-16T01:28:08.631Z] 209524e5b208: Verifying Checksum [2020-09-16T01:28:08.631Z] 209524e5b208: Download complete [2020-09-16T01:28:08.765Z] Sending build context to Docker daemon 2.254MB [2020-09-16T01:28:09.026Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T01:28:09.026Z] Step 2/7 : FROM ${BASE} [2020-09-16T01:28:09.026Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T01:28:09.026Z] df20fa9351a1: Pulling fs layer [2020-09-16T01:28:09.026Z] ed8968b2872e: Pulling fs layer [2020-09-16T01:28:09.026Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T01:28:09.026Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T01:28:09.026Z] e73272ec9a57: Pulling fs layer [2020-09-16T01:28:09.026Z] 1e910a182e73: Pulling fs layer [2020-09-16T01:28:09.026Z] 4e634b169226: Pulling fs layer [2020-09-16T01:28:09.026Z] e871e8e8d7a9: Waiting [2020-09-16T01:28:09.026Z] e73272ec9a57: Waiting [2020-09-16T01:28:09.026Z] 1e910a182e73: Waiting [2020-09-16T01:28:09.026Z] 4e634b169226: Waiting [2020-09-16T01:28:09.026Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T01:28:09.026Z] a92cc7c5fd73: Download complete [2020-09-16T01:28:09.026Z] ed8968b2872e: Verifying Checksum [2020-09-16T01:28:09.026Z] ed8968b2872e: Download complete [2020-09-16T01:28:09.599Z] e73272ec9a57: Verifying Checksum [2020-09-16T01:28:09.599Z] e73272ec9a57: Download complete [2020-09-16T01:28:09.599Z] 1e910a182e73: Verifying Checksum [2020-09-16T01:28:09.599Z] 1e910a182e73: Download complete [2020-09-16T01:28:09.860Z] df20fa9351a1: Verifying Checksum [2020-09-16T01:28:09.860Z] df20fa9351a1: Download complete [2020-09-16T01:28:10.123Z] df20fa9351a1: Pull complete [2020-09-16T01:28:10.123Z] ed8968b2872e: Pull complete [2020-09-16T01:28:10.383Z] a92cc7c5fd73: Pull complete [2020-09-16T01:28:10.623Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T01:28:10.623Z] 8529a6b9a6be: Download complete [2020-09-16T01:28:11.325Z] 4e634b169226: Verifying Checksum [2020-09-16T01:28:11.325Z] 4e634b169226: Download complete [2020-09-16T01:28:11.907Z] e871e8e8d7a9: Download complete [2020-09-16T01:28:17.221Z] e871e8e8d7a9: Pull complete [2020-09-16T01:28:17.221Z] e73272ec9a57: Pull complete [2020-09-16T01:28:17.221Z] 1e910a182e73: Pull complete [2020-09-16T01:28:20.811Z] 8529a6b9a6be: Pull complete [2020-09-16T01:28:21.086Z] 45590311c82a: Pull complete [2020-09-16T01:28:21.685Z] 69ca0ff8b7b3: Pull complete [2020-09-16T01:28:25.095Z] 209524e5b208: Pull complete [2020-09-16T01:28:25.095Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T01:28:25.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T01:28:25.095Z] ---> 5bddaf1c2fca [2020-09-16T01:28:25.095Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T01:28:27.241Z] 4e634b169226: Pull complete [2020-09-16T01:28:27.241Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T01:28:27.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T01:28:27.241Z] ---> f7629b54cfaa [2020-09-16T01:28:27.241Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T01:28:27.241Z] ---> Running in 183abf2e44df [2020-09-16T01:28:27.241Z] Removing intermediate container 183abf2e44df [2020-09-16T01:28:27.241Z] ---> 692fb897636d [2020-09-16T01:28:27.241Z] Step 4/7 : RUN apk add bash [2020-09-16T01:28:27.241Z] ---> Running in 1f59e1157bc0 [2020-09-16T01:28:27.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T01:28:27.724Z] ---> Running in 50e7f997b1af [2020-09-16T01:28:28.335Z] Removing intermediate container 50e7f997b1af [2020-09-16T01:28:28.335Z] ---> b9b32c3feb00 [2020-09-16T01:28:28.335Z] Step 4/7 : RUN apk add bash [2020-09-16T01:28:28.335Z] ---> Running in 0623d8b4539d [2020-09-16T01:28:28.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T01:28:29.405Z] OK: 166 MiB in 39 packages [2020-09-16T01:28:29.667Z] Removing intermediate container 1f59e1157bc0 [2020-09-16T01:28:29.667Z] ---> f5e6e15990c0 [2020-09-16T01:28:29.667Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T01:28:29.667Z] ---> Running in 9e05013207bf [2020-09-16T01:28:29.938Z] Removing intermediate container 9e05013207bf [2020-09-16T01:28:29.938Z] ---> 2641941b1a55 [2020-09-16T01:28:29.938Z] Step 6/7 : COPY go.mod . [2020-09-16T01:28:30.202Z] ---> bde40a5081b5 [2020-09-16T01:28:30.202Z] Step 7/7 : RUN go mod download [2020-09-16T01:28:30.202Z] ---> Running in 06370d0294bb [2020-09-16T01:28:30.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T01:28:30.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T01:28:31.884Z] OK: 142 MiB in 39 packages [2020-09-16T01:28:33.324Z] Removing intermediate container 0623d8b4539d [2020-09-16T01:28:33.324Z] ---> c1844dd4f3c6 [2020-09-16T01:28:33.324Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T01:28:33.324Z] ---> Running in 519d5651cbf9 [2020-09-16T01:28:33.921Z] Removing intermediate container 519d5651cbf9 [2020-09-16T01:28:33.921Z] ---> d9ed92e96513 [2020-09-16T01:28:33.921Z] Step 6/7 : COPY go.mod . [2020-09-16T01:28:34.522Z] ---> aeb6ea9acd58 [2020-09-16T01:28:34.522Z] Step 7/7 : RUN go mod download [2020-09-16T01:28:34.522Z] ---> Running in 597d8e45818a [2020-09-16T01:28:42.477Z] Removing intermediate container 06370d0294bb [2020-09-16T01:28:42.477Z] ---> e4dd085bb604 [2020-09-16T01:28:42.477Z] Successfully built e4dd085bb604 [2020-09-16T01:28:42.477Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:28:42.814Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T01:28:42.814Z] . [Pipeline] withDockerContainer [2020-09-16T01:28:42.910Z] prd-centos7-docker-4c-2g-43488 does not seem to be running inside a container [2020-09-16T01:28:42.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-16T01:28:43.638Z] $ docker top 78d2d94ac610663f5eb4a456af8fb512f24e5fdff2779107423d29d4c88d94f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T01:28:44.219Z] + go version [2020-09-16T01:28:44.219Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T01:28:44.235Z] $ docker stop --time=1 78d2d94ac610663f5eb4a456af8fb512f24e5fdff2779107423d29d4c88d94f8 [2020-09-16T01:28:45.560Z] $ docker rm -f 78d2d94ac610663f5eb4a456af8fb512f24e5fdff2779107423d29d4c88d94f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:28:46.442Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T01:28:46.442Z] . [Pipeline] withDockerContainer [2020-09-16T01:28:46.540Z] prd-centos7-docker-4c-2g-43488 does not seem to be running inside a container [2020-09-16T01:28:46.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-16T01:28:47.217Z] $ docker top 6a43950bd61235327b80a30f9dca74ac49ee495903efe460a9b657f9b73a55db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T01:28:47.787Z] + make test [2020-09-16T01:28:47.787Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-16T01:28:49.636Z] Removing intermediate container 597d8e45818a [2020-09-16T01:28:49.636Z] ---> 6685b8567b2e [2020-09-16T01:28:49.636Z] Successfully built 6685b8567b2e [2020-09-16T01:28:49.636Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:28:50.055Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T01:28:50.055Z] . [Pipeline] withDockerContainer [2020-09-16T01:28:50.290Z] prd-ubuntu18.04-docker-arm64-4c-16g-43486 does not seem to be running inside a container [2020-09-16T01:28:50.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-16T01:28:52.186Z] $ docker top 2097346c5ed6dc8f2ac0c0c7cb2a54adfe4f407d7ea1c72a188a3df50b3d8ff8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T01:28:53.571Z] + go version [2020-09-16T01:28:53.571Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T01:28:53.597Z] $ docker stop --time=1 2097346c5ed6dc8f2ac0c0c7cb2a54adfe4f407d7ea1c72a188a3df50b3d8ff8 [2020-09-16T01:28:54.459Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-16T01:28:54.734Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.014s coverage: 85.7% of statements [2020-09-16T01:28:54.734Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.008s coverage: 100.0% of statements [2020-09-16T01:28:55.006Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.032s coverage: 45.4% of statements [2020-09-16T01:28:55.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.013s coverage: 77.8% of statements [2020-09-16T01:28:55.278Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-16T01:28:55.278Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [2020-09-16T01:28:55.508Z] $ docker rm -f 2097346c5ed6dc8f2ac0c0c7cb2a54adfe4f407d7ea1c72a188a3df50b3d8ff8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:28:56.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.010s coverage: 14.7% of statements [2020-09-16T01:28:56.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.046s coverage: 100.0% of statements [2020-09-16T01:28:56.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.022s coverage: 91.8% of statements [2020-09-16T01:28:56.274Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-16T01:28:56.274Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-16T01:28:56.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements [2020-09-16T01:28:56.475Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T01:28:56.475Z] . [Pipeline] withDockerContainer [2020-09-16T01:28:56.740Z] prd-ubuntu18.04-docker-arm64-4c-16g-43486 does not seem to be running inside a container [2020-09-16T01:28:56.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-16T01:28:56.857Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 45.9% of statements [2020-09-16T01:28:58.748Z] $ docker top 43181c8e956f5300e6364f3d0da5b37d302b3364a15ca457d0ca49648882951b -eo pid,comm [2020-09-16T01:28:58.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.047s coverage: 63.0% of statements [2020-09-16T01:28:58.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.008s coverage: 26.3% of statements [2020-09-16T01:28:58.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.008s coverage: 15.4% of statements [2020-09-16T01:28:58.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.009s coverage: 15.4% of statements [2020-09-16T01:28:58.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements [2020-09-16T01:28:58.829Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [Pipeline] { [Pipeline] sh [2020-09-16T01:28:59.424Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 31.7% of statements [2020-09-16T01:28:59.424Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 100.0% of statements [2020-09-16T01:28:59.424Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.020s coverage: 95.1% of statements [2020-09-16T01:28:59.424Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements [2020-09-16T01:28:59.424Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-16T01:28:59.687Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-16T01:29:00.157Z] + make test [2020-09-16T01:29:00.157Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-16T01:29:01.098Z] gofmt -l . [2020-09-16T01:29:01.098Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-16T01:29:01.420Z] Stashed 1 file(s) [Pipeline] } [2020-09-16T01:29:01.427Z] $ docker stop --time=1 6a43950bd61235327b80a30f9dca74ac49ee495903efe460a9b657f9b73a55db [2020-09-16T01:29:03.731Z] $ docker rm -f 6a43950bd61235327b80a30f9dca74ac49ee495903efe460a9b657f9b73a55db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-16T01:29:22.383Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-16T01:29:22.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.044s coverage: 85.7% of statements [2020-09-16T01:29:22.384Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-09-16T01:29:23.823Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.087s coverage: 45.4% of statements [2020-09-16T01:29:24.104Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.035s coverage: 77.8% of statements [2020-09-16T01:29:24.104Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-16T01:29:24.104Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.019s coverage: 6.4% of statements [2020-09-16T01:29:26.737Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.069s coverage: 14.7% of statements [2020-09-16T01:29:26.737Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements [2020-09-16T01:29:27.015Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.089s coverage: 91.8% of statements [2020-09-16T01:29:27.015Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-16T01:29:27.015Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-16T01:29:27.015Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.021s coverage: 100.0% of statements [2020-09-16T01:29:28.457Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 45.9% of statements [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.090s coverage: 63.0% of statements [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.028s coverage: 26.3% of statements [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.030s coverage: 15.4% of statements [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.043s coverage: 14.3% of statements [2020-09-16T01:29:33.881Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.030s coverage: 31.7% of statements [2020-09-16T01:29:33.881Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.029s coverage: 100.0% of statements [2020-09-16T01:29:35.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.062s coverage: 95.1% of statements [2020-09-16T01:29:35.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-09-16T01:29:35.855Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-16T01:29:36.128Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-16T01:29:40.455Z] gofmt -l . [2020-09-16T01:29:40.455Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-16T01:29:41.064Z] Warning: overwriting stash ‘coverage-report’ [2020-09-16T01:29:41.973Z] Stashed 1 file(s) [Pipeline] } [2020-09-16T01:29:41.985Z] $ docker stop --time=1 43181c8e956f5300e6364f3d0da5b37d302b3364a15ca457d0ca49648882951b [2020-09-16T01:29:44.141Z] $ docker rm -f 43181c8e956f5300e6364f3d0da5b37d302b3364a15ca457d0ca49648882951b [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-16T01:29:46.684Z] provisioning config files... [2020-09-16T01:29:46.701Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config5657478026716906734tmp [Pipeline] { [Pipeline] sh [2020-09-16T01:29:47.136Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config5657478026716906734tmp [2020-09-16T01:29:47.136Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-09-16T01:29:47.437Z] 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-16T01:29:49.724Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T01:29:50.370Z] ---> package-listing.sh [2020-09-16T01:29:50.370Z] ++ facter osfamily [2020-09-16T01:29:50.370Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T01:29:50.659Z] + OS_FAMILY=redhat [2020-09-16T01:29:50.660Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-286 [2020-09-16T01:29:50.660Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T01:29:50.660Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T01:29:50.660Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T01:29:50.660Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T01:29:50.660Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-286 ']' [2020-09-16T01:29:50.660Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T01:29:50.660Z] + case "${OS_FAMILY}" in [2020-09-16T01:29:50.660Z] + rpm -qa [2020-09-16T01:29:50.660Z] + sort [2020-09-16T01:29:55.017Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T01:29:55.017Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T01:29:55.017Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T01:29:55.017Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-286 ']' [2020-09-16T01:29:55.017Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-286/archives/ [2020-09-16T01:29:55.017Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-286/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:29:55.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T01:29:55.610Z] [2020-09-16T01:29:55.610Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T01:29:55.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T01:29:55.987Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T01:29:55.987Z] df20fa9351a1: Pulling fs layer [2020-09-16T01:29:55.987Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T01:29:55.987Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T01:29:55.987Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T01:29:55.987Z] 0dadc02b9964: Pulling fs layer [2020-09-16T01:29:55.987Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T01:29:55.987Z] 7a184a31f384: Pulling fs layer [2020-09-16T01:29:55.987Z] 0879bd2ef858: Pulling fs layer [2020-09-16T01:29:55.987Z] 46f8f816bc3b: Waiting [2020-09-16T01:29:55.987Z] ce6a7cf60c04: Waiting [2020-09-16T01:29:55.987Z] 7a184a31f384: Waiting [2020-09-16T01:29:55.987Z] 0dadc02b9964: Waiting [2020-09-16T01:29:55.987Z] 0879bd2ef858: Waiting [2020-09-16T01:29:55.987Z] 36b3adc4ff6f: Download complete [2020-09-16T01:29:55.987Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T01:29:55.987Z] 46f8f816bc3b: Download complete [2020-09-16T01:29:56.328Z] df20fa9351a1: Verifying Checksum [2020-09-16T01:29:56.328Z] df20fa9351a1: Download complete [2020-09-16T01:29:56.635Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T01:29:56.635Z] ce6a7cf60c04: Download complete [2020-09-16T01:29:56.635Z] 0dadc02b9964: Verifying Checksum [2020-09-16T01:29:56.635Z] 0dadc02b9964: Download complete [2020-09-16T01:29:56.635Z] 7a184a31f384: Verifying Checksum [2020-09-16T01:29:56.635Z] 7a184a31f384: Download complete [2020-09-16T01:29:56.982Z] df20fa9351a1: Pull complete [2020-09-16T01:29:57.257Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T01:29:57.257Z] 8ad3a11d3b57: Download complete [2020-09-16T01:29:57.257Z] 36b3adc4ff6f: Pull complete [2020-09-16T01:29:59.603Z] 8ad3a11d3b57: Pull complete [2020-09-16T01:29:59.603Z] 46f8f816bc3b: Pull complete [2020-09-16T01:29:59.915Z] 0879bd2ef858: Verifying Checksum [2020-09-16T01:29:59.915Z] 0879bd2ef858: Download complete [2020-09-16T01:29:59.915Z] 0dadc02b9964: Pull complete [2020-09-16T01:30:00.187Z] ce6a7cf60c04: Pull complete [2020-09-16T01:30:00.474Z] 7a184a31f384: Pull complete [2020-09-16T01:30:05.129Z] 0879bd2ef858: Pull complete [2020-09-16T01:30:05.129Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T01:30:05.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T01:30:05.129Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T01:30:05.519Z] prd-centos7-docker-4c-2g-43485 does not seem to be running inside a container [2020-09-16T01:30:05.746Z] $ 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-286 -v /w/workspace/dry_go-mod-core-contracts_PR-286:/w/workspace/dry_go-mod-core-contracts_PR-286:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-286@tmp:/w/workspace/dry_go-mod-core-contracts_PR-286@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-16T01:30:09.654Z] $ docker top 4b280ae3c931bf3ce1d96a7423d8683ff5e3020b77aa4749eb3b33406a71f3f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T01:30:10.204Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T01:30:10.541Z] + ls /var/log/sa-host [2020-09-16T01:30:10.542Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T01:30:10.542Z] file_magic: OK [2020-09-16T01:30:10.542Z] HZ: Using current value: 100 [2020-09-16T01:30:10.542Z] file_header: OK [2020-09-16T01:30:10.542Z] 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-16T01:30:10.542Z] Statistics: [2020-09-16T01:30:10.542Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T01:30:10.542Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T01:30:10.542Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T01:30:10.542Z] file_magic: OK [2020-09-16T01:30:10.542Z] HZ: Using current value: 100 [2020-09-16T01:30:10.542Z] file_header: OK [2020-09-16T01:30:10.542Z] 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-16T01:30:10.542Z] Statistics: [2020-09-16T01:30:10.542Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T01:30:10.542Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T01:30:10.617Z] provisioning config files... [2020-09-16T01:30:10.638Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-286@tmp/config8768369815977329144tmp [Pipeline] { [Pipeline] echo [2020-09-16T01:30:10.741Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T01:30:11.084Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T01:30:11.098Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T01:30:11.465Z] ---> logs-deploy.sh [2020-09-16T01:30:11.465Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-286/4 [2020-09-16T01:30:11.465Z] INFO: archiving workspace using pattern(s): [2020-09-16T01:30:13.440Z] Archives upload complete. [2020-09-16T01:30:13.440Z] INFO: archiving logs to Nexus