Branch indexing 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 68c91049f8b7d99296524415f9ca1b1cd69bf27d rather than 7c782f36c5867f8658ac833bc6fb906e247c8941 Obtained Jenkinsfile from 68c91049f8b7d99296524415f9ca1b1cd69bf27d 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21795 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-439 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 68c91049f8b7d99296524415f9ca1b1cd69bf27d into PR head commit 7c782f36c5867f8658ac833bc6fb906e247c8941 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c782f36c5867f8658ac833bc6fb906e247c8941 # 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 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 Merge succeeded, producing cbdffc71611eb8beb780def1a90864aca2cc5b33 Checking out Revision cbdffc71611eb8beb780def1a90864aca2cc5b33 (PR-439) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbdffc71611eb8beb780def1a90864aca2cc5b33 # timeout=10 Commit message: "Merge commit '68c91049f8b7d99296524415f9ca1b1cd69bf27d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T00:41:40.663Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T00:41:41.070Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T00:41:41.175Z] ========================================================= [2021-01-21T00:41:41.175Z] EdgeX Global Pipelines Version Info [2021-01-21T00:41:41.175Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 # timeout=10 [2021-01-21T00:41:43.733Z] ------------------- [2021-01-21T00:41:43.733Z] stable info: [2021-01-21T00:41:43.733Z] ------------------- [2021-01-21T00:41:43.733Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T00:41:43.733Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T00:41:43.733Z] Message: update stable to v1.0.179 [2021-01-21T00:41:45.177Z] ------------------- [2021-01-21T00:41:45.177Z] experimental info: [2021-01-21T00:41:45.177Z] ------------------- [2021-01-21T00:41:45.177Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T00:41:45.177Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T00:41:45.177Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T00:41:45.449Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-21T00:41:45.546Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-21T00:41:45.637Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T00:41:45.731Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T00:41:45.838Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T00:41:45.951Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T00:41:46.132Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T00:41:46.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T00:41:46.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-21T00:41:46.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T00:41:46.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T00:41:46.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-21T00:41:46.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T00:41:46.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T00:41:46.985Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T00:41:47.100Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T00:41:47.201Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T00:41:47.292Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-21T00:41:47.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T00:41:47.497Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-21T00:41:47.591Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-21T00:41:47.686Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-21T00:41:47.784Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-21T00:41:47.870Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-21T00:41:47.958Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-21T00:41:48.125Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T00:41:48.223Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T00:41:48.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-439 [Pipeline] echo [2021-01-21T00:41:48.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-439 [Pipeline] echo [2021-01-21T00:41:48.557Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-439 [Pipeline] echo [2021-01-21T00:41:48.645Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbdffc71611eb8beb780def1a90864aca2cc5b33 [Pipeline] echo [2021-01-21T00:41:48.735Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbdffc7 [Pipeline] echo [2021-01-21T00:41:48.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:41:49.554Z] + git log --format=format:%s -1 cbdffc71611eb8beb780def1a90864aca2cc5b33 [Pipeline] echo [2021-01-21T00:41:49.679Z] GIT_COMMIT: cbdffc71611eb8beb780def1a90864aca2cc5b33, Commit Message: Merge commit '68c91049f8b7d99296524415f9ca1b1cd69bf27d' into HEAD [Pipeline] echo [2021-01-21T00:41:49.724Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:41:50.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:41:51.394Z] [2021-01-21T00:41:51.394Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:41:51.820Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:41:52.112Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T00:41:52.112Z] 31603596830f: Pulling fs layer [2021-01-21T00:41:52.112Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T00:41:52.112Z] 6ca5941a6612: Pulling fs layer [2021-01-21T00:41:52.112Z] ecc8261a40a4: Pulling fs layer [2021-01-21T00:41:52.112Z] ecc8261a40a4: Waiting [2021-01-21T00:41:52.112Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T00:41:52.112Z] 2a8b12db71e7: Download complete [2021-01-21T00:41:52.429Z] 31603596830f: Verifying Checksum [2021-01-21T00:41:52.429Z] 31603596830f: Download complete [2021-01-21T00:41:53.156Z] 31603596830f: Pull complete [2021-01-21T00:41:53.488Z] ecc8261a40a4: Verifying Checksum [2021-01-21T00:41:53.488Z] ecc8261a40a4: Download complete [2021-01-21T00:41:53.488Z] 2a8b12db71e7: Pull complete [2021-01-21T00:41:53.488Z] 6ca5941a6612: Verifying Checksum [2021-01-21T00:41:53.488Z] 6ca5941a6612: Download complete [2021-01-21T00:41:55.618Z] 6ca5941a6612: Pull complete [2021-01-21T00:41:56.273Z] ecc8261a40a4: Pull complete [2021-01-21T00:41:56.273Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T00:41:56.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T00:41:56.273Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T00:41:56.566Z] prd-centos7-docker-4c-2g-21795 does not seem to be running inside a container [2021-01-21T00:41:56.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T00:41:59.336Z] $ docker top 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T00:41:59.964Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:41:59.964Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:42:00.415Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:42:00.422Z] $ docker exec 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 ssh-agent [2021-01-21T00:42:00.852Z] SSH_AUTH_SOCK=/tmp/ssh-rmMFdcY2YlU0/agent.11 [2021-01-21T00:42:00.852Z] SSH_AGENT_PID=16 [2021-01-21T00:42:00.873Z] Running ssh-add (command line suppressed) [2021-01-21T00:42:01.155Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_6854111504293294461.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_6854111504293294461.key) [2021-01-21T00:42:01.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:42:02.122Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T00:42:02.188Z] $ docker exec --env ******** --env ******** 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 ssh-agent -k [2021-01-21T00:42:02.471Z] unset SSH_AUTH_SOCK; [2021-01-21T00:42:02.477Z] unset SSH_AGENT_PID; [2021-01-21T00:42:02.477Z] echo Agent pid 16 killed; [2021-01-21T00:42:02.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T00:42:02.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T00:42:02.765Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T00:42:03.476Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T00:42:03.485Z] $ docker exec 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 ssh-agent [2021-01-21T00:42:03.913Z] SSH_AUTH_SOCK=/tmp/ssh-d2xBZphoYwOt/agent.45 [2021-01-21T00:42:03.913Z] SSH_AGENT_PID=50 [2021-01-21T00:42:03.933Z] Running ssh-add (command line suppressed) [2021-01-21T00:42:04.380Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4771585024299751751.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4771585024299751751.key) [2021-01-21T00:42:04.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T00:42:05.539Z] + git semver init [2021-01-21T00:42:05.539Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T00:42:05.539Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.git [2021-01-21T00:42:05.539Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-21T00:42:05.539Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T00:42:05.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T00:42:05.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T00:42:05.539Z] # $SEMVER_BRANCH = PR-439 [2021-01-21T00:42:05.539Z] # $SEMVER_TEMP = /tmp/semver-091820759 [2021-01-21T00:42:05.539Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-21T00:42:06.657Z] # '/tmp/semver-091820759' -> '/w/workspace/dry_go-mod-core-contracts_PR-439/.semver' [2021-01-21T00:42:06.657Z] # -> Force: false [2021-01-21T00:42:06.657Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.semver [Pipeline] } [2021-01-21T00:42:06.764Z] $ docker exec --env ******** --env ******** 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 ssh-agent -k [2021-01-21T00:42:07.000Z] unset SSH_AUTH_SOCK; [2021-01-21T00:42:07.001Z] unset SSH_AGENT_PID; [2021-01-21T00:42:07.001Z] echo Agent pid 50 killed; [2021-01-21T00:42:07.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T00:42:07.980Z] + git semver [Pipeline] } [2021-01-21T00:42:08.176Z] $ docker stop --time=1 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 [2021-01-21T00:42:10.304Z] $ docker rm -f 8feb69c34861edb404d8e8ab5df0a876c90f258d6a7c4b4a68c3c45b6e5f9176 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T00:42:10.916Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T00:42:12.079Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T00:42:12.082Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-21T00:42:27.579Z] Still waiting to schedule task [2021-01-21T00:42:27.579Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-21T00:42:27.582Z] Still waiting to schedule task [2021-01-21T00:42:27.583Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T00:43:37.640Z] Running on prd-centos7-docker-4c-2g-21802 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-01-21T00:43:37.691Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-21T00:43:40.323Z] using credential edgex-jenkins-ssh [2021-01-21T00:43:40.468Z] Cloning the remote Git repository [2021-01-21T00:43:40.501Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T00:43:40.582Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-21T00:43:40.654Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T00:43:40.654Z] > git --version # timeout=10 [2021-01-21T00:43:40.661Z] > git --version # 'git version 2.24.3' [2021-01-21T00:43:40.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:43:40.690Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:43:41.996Z] Merging remotes/origin/master commit 68c91049f8b7d99296524415f9ca1b1cd69bf27d into PR head commit 7c782f36c5867f8658ac833bc6fb906e247c8941 [2021-01-21T00:43:42.200Z] Merge succeeded, producing 48ddbfc9b59a837de0f54fcc14f6177048423447 [2021-01-21T00:43:42.201Z] Checking out Revision 48ddbfc9b59a837de0f54fcc14f6177048423447 (PR-439) [2021-01-21T00:43:41.442Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T00:43:41.454Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:43:41.466Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T00:43:41.485Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T00:43:41.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:43:41.490Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:43:42.007Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:43:42.014Z] > git checkout -f 7c782f36c5867f8658ac833bc6fb906e247c8941 # timeout=10 [2021-01-21T00:43:42.095Z] > git remote # timeout=10 [2021-01-21T00:43:42.102Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T00:43:42.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:43:42.115Z] > git merge 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 [2021-01-21T00:43:42.193Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T00:43:42.204Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:43:42.211Z] > git checkout -f 48ddbfc9b59a837de0f54fcc14f6177048423447 # timeout=10 [2021-01-21T00:43:46.064Z] Commit message: "Merge commit '68c91049f8b7d99296524415f9ca1b1cd69bf27d' into HEAD" [2021-01-21T00:43:46.079Z] First time build. Skipping changelog. [2021-01-21T00:43:46.069Z] > git rev-list --no-walk 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:43:47.307Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:43:47.647Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:43:47.949Z] + true [2021-01-21T00:43:47.949Z] + sudo service docker restart [2021-01-21T00:43:47.949Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-21T00:43:49.086Z] ========================================================= [2021-01-21T00:43:49.086Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T00:43:49.086Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:43:49.438Z] + 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 . [2021-01-21T00:43:50.018Z] Sending build context to Docker daemon 2.323MB [2021-01-21T00:43:50.018Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T00:43:50.018Z] Step 2/7 : FROM ${BASE} [2021-01-21T00:43:50.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T00:43:50.018Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T00:43:50.018Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T00:43:50.018Z] de9db76c5a1d: Pulling fs layer [2021-01-21T00:43:50.018Z] bca2f99d35d6: Pulling fs layer [2021-01-21T00:43:50.018Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T00:43:50.018Z] 7c6f9722023f: Pulling fs layer [2021-01-21T00:43:50.018Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T00:43:50.018Z] bca2f99d35d6: Waiting [2021-01-21T00:43:50.018Z] 93359f2a8cfa: Waiting [2021-01-21T00:43:50.018Z] 7c6f9722023f: Waiting [2021-01-21T00:43:50.018Z] a35cf1a2eb13: Waiting [2021-01-21T00:43:50.018Z] de9db76c5a1d: Verifying Checksum [2021-01-21T00:43:50.018Z] de9db76c5a1d: Download complete [2021-01-21T00:43:50.018Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T00:43:50.018Z] 0ef7d3d256c8: Download complete [2021-01-21T00:43:50.018Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T00:43:50.018Z] 93359f2a8cfa: Download complete [2021-01-21T00:43:50.018Z] 7c6f9722023f: Verifying Checksum [2021-01-21T00:43:50.018Z] 7c6f9722023f: Download complete [2021-01-21T00:43:50.290Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T00:43:50.290Z] 188c0c94c7c5: Download complete [2021-01-21T00:43:50.568Z] 188c0c94c7c5: Pull complete [2021-01-21T00:43:50.568Z] 0ef7d3d256c8: Pull complete [2021-01-21T00:43:50.834Z] de9db76c5a1d: Pull complete [2021-01-21T00:43:52.230Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T00:43:52.230Z] a35cf1a2eb13: Download complete [2021-01-21T00:43:52.810Z] bca2f99d35d6: Verifying Checksum [2021-01-21T00:43:52.810Z] bca2f99d35d6: Download complete [2021-01-21T00:43:58.154Z] bca2f99d35d6: Pull complete [2021-01-21T00:43:58.154Z] 93359f2a8cfa: Pull complete [2021-01-21T00:43:58.424Z] 7c6f9722023f: Pull complete [2021-01-21T00:44:02.676Z] a35cf1a2eb13: Pull complete [2021-01-21T00:44:02.676Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T00:44:02.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T00:44:02.676Z] ---> a62c8e92a672 [2021-01-21T00:44:02.676Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T00:44:02.676Z] ---> Running in 9d405bf71831 [2021-01-21T00:44:02.676Z] Removing intermediate container 9d405bf71831 [2021-01-21T00:44:02.676Z] ---> b1e200a036d1 [2021-01-21T00:44:02.676Z] Step 4/7 : RUN apk add bash [2021-01-21T00:44:02.941Z] ---> Running in e51172df4ffb [2021-01-21T00:44:03.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T00:44:04.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T00:44:05.051Z] OK: 166 MiB in 39 packages [2021-01-21T00:44:05.635Z] Removing intermediate container e51172df4ffb [2021-01-21T00:44:05.635Z] ---> 116c12993ad9 [2021-01-21T00:44:05.635Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T00:44:05.635Z] ---> Running in 335f0de34e56 [2021-01-21T00:44:05.635Z] Removing intermediate container 335f0de34e56 [2021-01-21T00:44:05.635Z] ---> ecce2e45c932 [2021-01-21T00:44:05.635Z] Step 6/7 : COPY go.mod . [2021-01-21T00:44:05.898Z] ---> 04e6197fc524 [2021-01-21T00:44:05.898Z] Step 7/7 : RUN go mod download [2021-01-21T00:44:05.898Z] ---> Running in 4a97ac6646a8 [2021-01-21T00:44:18.198Z] Removing intermediate container 4a97ac6646a8 [2021-01-21T00:44:18.198Z] ---> 2e5c75f7a3d9 [2021-01-21T00:44:18.198Z] Successfully built 2e5c75f7a3d9 [2021-01-21T00:44:18.198Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:44:18.519Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:44:18.519Z] . [Pipeline] withDockerContainer [2021-01-21T00:44:18.640Z] prd-centos7-docker-4c-2g-21802 does not seem to be running inside a container [2021-01-21T00:44:18.694Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T00:44:19.525Z] $ docker top dd6f6c7decf66527ff691cfbc67c536d21e86f8663e390235fc354a82a6384bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:44:20.076Z] + go version [2021-01-21T00:44:20.076Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T00:44:20.092Z] $ docker stop --time=1 dd6f6c7decf66527ff691cfbc67c536d21e86f8663e390235fc354a82a6384bd [2021-01-21T00:44:21.480Z] $ docker rm -f dd6f6c7decf66527ff691cfbc67c536d21e86f8663e390235fc354a82a6384bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:44:22.326Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T00:44:22.326Z] . [Pipeline] withDockerContainer [2021-01-21T00:44:22.435Z] prd-centos7-docker-4c-2g-21802 does not seem to be running inside a container [2021-01-21T00:44:22.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-21T00:44:23.209Z] $ docker top 13f03d1337ff4a624bfd01f3690b8056fa5a2e750cbd9e405739b7ebfc0115df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:44:23.703Z] + make test [2021-01-21T00:44:23.703Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T00:44:23.703Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-21T00:44:23.977Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-21T00:44:23.977Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-21T00:44:23.977Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-21T00:44:24.923Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:44:25.498Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:44:25.498Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:44:25.498Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:44:25.498Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:44:25.498Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-21T00:44:25.498Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/clients/interfaces) [2021-01-21T00:44:25.498Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-21T00:44:25.498Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-21T00:44:25.498Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/models) [2021-01-21T00:44:25.498Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-21T00:44:25.498Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-21T00:44:25.499Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/clients/interfaces) [2021-01-21T00:44:25.499Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-21T00:44:25.499Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-21T00:44:25.499Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/models) [2021-01-21T00:44:25.499Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-21T00:44:25.499Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-21T00:44:25.518Z] $ docker stop --time=1 13f03d1337ff4a624bfd01f3690b8056fa5a2e750cbd9e405739b7ebfc0115df [2021-01-21T00:44:27.383Z] $ docker rm -f 13f03d1337ff4a624bfd01f3690b8056fa5a2e750cbd9e405739b7ebfc0115df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T00:44:28.857Z] Failed in branch amd64 [2021-01-21T00:45:49.443Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21806 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws [2021-01-21T00:45:49.505Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-21T00:45:55.698Z] using credential edgex-jenkins-ssh [2021-01-21T00:45:55.765Z] Cloning the remote Git repository [2021-01-21T00:45:55.829Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T00:45:55.970Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-21T00:45:56.056Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T00:45:56.057Z] > git --version # timeout=10 [2021-01-21T00:45:56.079Z] > git --version # 'git version 2.17.1' [2021-01-21T00:45:56.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:45:56.174Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:45:57.922Z] Merging remotes/origin/master commit 68c91049f8b7d99296524415f9ca1b1cd69bf27d into PR head commit 7c782f36c5867f8658ac833bc6fb906e247c8941 [2021-01-21T00:45:58.374Z] Merge succeeded, producing 3fd4fd859f7967e23043c74bed2509d42ac1ca6b [2021-01-21T00:45:58.375Z] Checking out Revision 3fd4fd859f7967e23043c74bed2509d42ac1ca6b (PR-439) [2021-01-21T00:45:57.160Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T00:45:57.184Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T00:45:57.228Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-21T00:45:57.273Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-21T00:45:57.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:45:57.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T00:45:57.941Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:45:57.969Z] > git checkout -f 7c782f36c5867f8658ac833bc6fb906e247c8941 # timeout=10 [2021-01-21T00:45:58.112Z] > git remote # timeout=10 [2021-01-21T00:45:58.133Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T00:45:58.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T00:45:58.178Z] > git merge 68c91049f8b7d99296524415f9ca1b1cd69bf27d # timeout=10 [2021-01-21T00:45:58.350Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T00:45:58.380Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T00:45:58.409Z] > git checkout -f 3fd4fd859f7967e23043c74bed2509d42ac1ca6b # timeout=10 [2021-01-21T00:46:03.039Z] Commit message: "Merge commit '68c91049f8b7d99296524415f9ca1b1cd69bf27d' into HEAD" [2021-01-21T00:46:03.064Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T00:46:03.045Z] > git rev-list --no-walk 256f892ef5c345f2e89ea283fbd5c4fc6b8259c3 # timeout=10 [2021-01-21T00:46:04.591Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:46:05.031Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T00:46:05.441Z] + sudo service docker restart [2021-01-21T00:46:05.441Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-21T00:46:08.377Z] ========================================================= [2021-01-21T00:46:08.377Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T00:46:08.377Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:46:08.768Z] + 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 . [2021-01-21T00:46:09.764Z] Sending build context to Docker daemon 2.322MB [2021-01-21T00:46:09.764Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-21T00:46:09.764Z] Step 2/7 : FROM ${BASE} [2021-01-21T00:46:10.371Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T00:46:10.371Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T00:46:10.371Z] a4357932f1b6: Pulling fs layer [2021-01-21T00:46:10.371Z] 18c013af1878: Pulling fs layer [2021-01-21T00:46:10.371Z] 00ac8860ef70: Pulling fs layer [2021-01-21T00:46:10.371Z] 63d7cb157983: Pulling fs layer [2021-01-21T00:46:10.371Z] b116817d02f9: Pulling fs layer [2021-01-21T00:46:10.371Z] 745a02a5169b: Pulling fs layer [2021-01-21T00:46:10.371Z] 00ac8860ef70: Waiting [2021-01-21T00:46:10.371Z] 63d7cb157983: Waiting [2021-01-21T00:46:10.371Z] 745a02a5169b: Waiting [2021-01-21T00:46:10.371Z] b116817d02f9: Waiting [2021-01-21T00:46:10.371Z] 18c013af1878: Verifying Checksum [2021-01-21T00:46:10.371Z] 18c013af1878: Download complete [2021-01-21T00:46:10.371Z] a4357932f1b6: Download complete [2021-01-21T00:46:10.371Z] 63d7cb157983: Download complete [2021-01-21T00:46:10.371Z] b116817d02f9: Verifying Checksum [2021-01-21T00:46:10.371Z] b116817d02f9: Download complete [2021-01-21T00:46:10.371Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T00:46:10.371Z] 5f621e34cdf4: Download complete [2021-01-21T00:46:11.369Z] 5f621e34cdf4: Pull complete [2021-01-21T00:46:11.656Z] a4357932f1b6: Pull complete [2021-01-21T00:46:12.274Z] 18c013af1878: Pull complete [2021-01-21T00:46:12.549Z] 745a02a5169b: Verifying Checksum [2021-01-21T00:46:12.549Z] 745a02a5169b: Download complete [2021-01-21T00:46:14.556Z] 00ac8860ef70: Verifying Checksum [2021-01-21T00:46:14.556Z] 00ac8860ef70: Download complete [2021-01-21T00:46:24.758Z] 00ac8860ef70: Pull complete [2021-01-21T00:46:25.032Z] 63d7cb157983: Pull complete [2021-01-21T00:46:25.306Z] b116817d02f9: Pull complete [2021-01-21T00:46:28.722Z] 745a02a5169b: Pull complete [2021-01-21T00:46:28.722Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T00:46:28.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T00:46:28.722Z] ---> b7e6874047d6 [2021-01-21T00:46:28.722Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-21T00:46:32.122Z] ---> Running in b865d99c41dc [2021-01-21T00:46:32.395Z] Removing intermediate container b865d99c41dc [2021-01-21T00:46:32.395Z] ---> fc971c2e7ef2 [2021-01-21T00:46:32.395Z] Step 4/7 : RUN apk add bash [2021-01-21T00:46:32.668Z] ---> Running in 333d5a456a8c [2021-01-21T00:46:34.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:35.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T00:46:36.061Z] OK: 142 MiB in 39 packages [2021-01-21T00:46:37.506Z] Removing intermediate container 333d5a456a8c [2021-01-21T00:46:37.506Z] ---> 8ec4f20eb2fa [2021-01-21T00:46:37.506Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-21T00:46:37.506Z] ---> Running in c5603a62c2a3 [2021-01-21T00:46:38.104Z] Removing intermediate container c5603a62c2a3 [2021-01-21T00:46:38.104Z] ---> 0a1a90c0c18d [2021-01-21T00:46:38.104Z] Step 6/7 : COPY go.mod . [2021-01-21T00:46:38.705Z] ---> 7ec3ce412677 [2021-01-21T00:46:38.706Z] Step 7/7 : RUN go mod download [2021-01-21T00:46:38.983Z] ---> Running in 1d455fde2968 [2021-01-21T00:46:54.078Z] Removing intermediate container 1d455fde2968 [2021-01-21T00:46:54.078Z] ---> 8219e6f2e649 [2021-01-21T00:46:54.078Z] Successfully built 8219e6f2e649 [2021-01-21T00:46:54.078Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:46:54.425Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:46:54.425Z] . [Pipeline] withDockerContainer [2021-01-21T00:46:54.674Z] prd-ubuntu18.04-docker-arm64-4c-16g-21806 does not seem to be running inside a container [2021-01-21T00:46:54.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T00:46:56.395Z] $ docker top da43967f4a9e01f76a54c86693c5cefcea7638107ff1bec9de4da7537335d683 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:46:57.425Z] + go version [2021-01-21T00:46:57.425Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T00:46:57.446Z] $ docker stop --time=1 da43967f4a9e01f76a54c86693c5cefcea7638107ff1bec9de4da7537335d683 [2021-01-21T00:46:59.709Z] $ docker rm -f da43967f4a9e01f76a54c86693c5cefcea7638107ff1bec9de4da7537335d683 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:47:00.905Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T00:47:00.905Z] . [Pipeline] withDockerContainer [2021-01-21T00:47:01.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-21806 does not seem to be running inside a container [2021-01-21T00:47:01.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-21T00:47:02.967Z] $ docker top 9bc6f7ffbdb39ca44e1bbf1bda599f219aa84a455bb9de936253e458579d7150 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:47:04.108Z] + make test [2021-01-21T00:47:04.108Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-21T00:47:04.391Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-21T00:47:04.391Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-21T00:47:04.666Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-21T00:47:04.666Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-21T00:47:04.947Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:47:05.230Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:47:05.230Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:47:05.230Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:47:05.230Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-21T00:47:05.844Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/clients/interfaces) [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-21T00:47:05.844Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/models) [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-21T00:47:05.844Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/clients/interfaces) [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-21T00:47:05.844Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/3/models) [2021-01-21T00:47:05.844Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-21T00:47:05.844Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-21T00:47:05.868Z] $ docker stop --time=1 9bc6f7ffbdb39ca44e1bbf1bda599f219aa84a455bb9de936253e458579d7150 [2021-01-21T00:47:07.973Z] $ docker rm -f 9bc6f7ffbdb39ca44e1bbf1bda599f219aa84a455bb9de936253e458579d7150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T00:47:09.529Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:13.514Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:14.009Z] ---> package-listing.sh [2021-01-21T00:47:14.010Z] ++ facter osfamily [2021-01-21T00:47:14.010Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T00:47:14.303Z] + OS_FAMILY=redhat [2021-01-21T00:47:14.303Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-439 [2021-01-21T00:47:14.303Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T00:47:14.303Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T00:47:14.303Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T00:47:14.303Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T00:47:14.303Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-01-21T00:47:14.303Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T00:47:14.303Z] + case "${OS_FAMILY}" in [2021-01-21T00:47:14.303Z] + rpm -qa [2021-01-21T00:47:14.303Z] + sort [2021-01-21T00:47:21.445Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T00:47:21.445Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T00:47:21.445Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T00:47:21.445Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' [2021-01-21T00:47:21.445Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [2021-01-21T00:47:21.445Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [Pipeline] echo [2021-01-21T00:47:21.468Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T00:47:21.786Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:47:22.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:47:22.690Z] [2021-01-21T00:47:22.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T00:47:23.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:47:23.430Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T00:47:23.430Z] df20fa9351a1: Pulling fs layer [2021-01-21T00:47:23.430Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T00:47:23.430Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T00:47:23.430Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T00:47:23.430Z] 93b61091891f: Pulling fs layer [2021-01-21T00:47:23.430Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T00:47:23.430Z] 5e14af77c1be: Pulling fs layer [2021-01-21T00:47:23.430Z] 01666e4c0597: Pulling fs layer [2021-01-21T00:47:23.430Z] aa168da1d23b: Pulling fs layer [2021-01-21T00:47:23.430Z] 93b61091891f: Waiting [2021-01-21T00:47:23.430Z] 93b9cdb0e59b: Waiting [2021-01-21T00:47:23.430Z] 5e14af77c1be: Waiting [2021-01-21T00:47:23.430Z] 46f8f816bc3b: Waiting [2021-01-21T00:47:23.430Z] 01666e4c0597: Waiting [2021-01-21T00:47:23.430Z] aa168da1d23b: Waiting [2021-01-21T00:47:23.430Z] 36b3adc4ff6f: Download complete [2021-01-21T00:47:23.726Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T00:47:23.726Z] 46f8f816bc3b: Download complete [2021-01-21T00:47:23.726Z] df20fa9351a1: Verifying Checksum [2021-01-21T00:47:23.726Z] df20fa9351a1: Download complete [2021-01-21T00:47:23.726Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T00:47:23.726Z] 93b9cdb0e59b: Download complete [2021-01-21T00:47:23.726Z] 5e14af77c1be: Verifying Checksum [2021-01-21T00:47:23.726Z] 5e14af77c1be: Download complete [2021-01-21T00:47:24.021Z] 01666e4c0597: Verifying Checksum [2021-01-21T00:47:24.021Z] 01666e4c0597: Download complete [2021-01-21T00:47:24.021Z] 93b61091891f: Verifying Checksum [2021-01-21T00:47:24.021Z] 93b61091891f: Download complete [2021-01-21T00:47:24.764Z] df20fa9351a1: Pull complete [2021-01-21T00:47:25.056Z] 36b3adc4ff6f: Pull complete [2021-01-21T00:47:25.359Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T00:47:25.359Z] 8ad3a11d3b57: Download complete [2021-01-21T00:47:28.205Z] 8ad3a11d3b57: Pull complete [2021-01-21T00:47:28.205Z] 46f8f816bc3b: Pull complete [2021-01-21T00:47:29.609Z] 93b61091891f: Pull complete [2021-01-21T00:47:29.913Z] 93b9cdb0e59b: Pull complete [2021-01-21T00:47:30.251Z] 5e14af77c1be: Pull complete [2021-01-21T00:47:30.639Z] 01666e4c0597: Pull complete [2021-01-21T00:47:32.652Z] aa168da1d23b: Verifying Checksum [2021-01-21T00:47:32.652Z] aa168da1d23b: Download complete [2021-01-21T00:47:47.977Z] aa168da1d23b: Pull complete [2021-01-21T00:47:47.977Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T00:47:47.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T00:47:47.977Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T00:47:48.470Z] prd-centos7-docker-4c-2g-21795 does not seem to be running inside a container [2021-01-21T00:47:48.861Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-21T00:47:52.153Z] $ docker top 3298a62a43c1050dcbd539b6d06b508ea24958e7aab4913d6944d20bdce23892 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T00:47:52.775Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T00:47:53.222Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T00:47:53.790Z] + ls /var/log/sa-host [2021-01-21T00:47:53.790Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T00:47:53.790Z] file_magic: OK [2021-01-21T00:47:53.790Z] HZ: Using current value: 100 [2021-01-21T00:47:53.790Z] file_header: OK [2021-01-21T00:47:53.790Z] 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 [2021-01-21T00:47:53.790Z] Statistics: [2021-01-21T00:47:53.790Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T00:47:53.790Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T00:47:53.790Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T00:47:53.790Z] file_magic: OK [2021-01-21T00:47:53.790Z] HZ: Using current value: 100 [2021-01-21T00:47:53.790Z] file_header: OK [2021-01-21T00:47:53.790Z] 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 [2021-01-21T00:47:53.790Z] Statistics: [2021-01-21T00:47:53.790Z] Hnuu...uuuununununu... [2021-01-21T00:47:53.790Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T00:47:54.421Z] provisioning config files... [2021-01-21T00:47:54.448Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config3858493445652501930tmp [Pipeline] { [Pipeline] echo [2021-01-21T00:47:54.641Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:55.300Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T00:47:55.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T00:47:55.425Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:55.762Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T00:47:55.776Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:56.110Z] ---> sudo-logs.sh [2021-01-21T00:47:56.110Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T00:47:56.408Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:57.207Z] ---> job-cost.sh [2021-01-21T00:47:57.207Z] lf-activate-venv: SKIPPING [2021-01-21T00:47:57.207Z] INFO: No Stack... [2021-01-21T00:47:58.188Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T00:47:58.783Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T00:47:58.798Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T00:47:59.479Z] ---> logs-deploy.sh [2021-01-21T00:47:59.479Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-439/3 [2021-01-21T00:47:59.479Z] INFO: archiving workspace using pattern(s): [2021-01-21T00:48:02.975Z] Archives upload complete. [2021-01-21T00:48:02.975Z] INFO: archiving logs to Nexus