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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 337c75df5eb35b884f50a4fa8a04dc561197abfa rather than 4aaa09b803d35f88239860a90cffde2828acf9db Obtained Jenkinsfile from 337c75df5eb35b884f50a4fa8a04dc561197abfa 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Running on prd-centos7-docker-4c-2g-23839 in /w/workspace/dry_go-mod-core-contracts_PR-427 [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-427 # 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 > 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/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 337c75df5eb35b884f50a4fa8a04dc561197abfa into PR head commit 4aaa09b803d35f88239860a90cffde2828acf9db Merge succeeded, producing 6be050dad9578b585ede9857e36d482049177020 Checking out Revision 6be050dad9578b585ede9857e36d482049177020 (PR-427) > git config core.sparsecheckout # timeout=10 > git checkout -f 4aaa09b803d35f88239860a90cffde2828acf9db # 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 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6be050dad9578b585ede9857e36d482049177020 # timeout=10 Commit message: "Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD" > git rev-list --no-walk 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T00:38:27.150Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T00:38:27.365Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T00:38:27.479Z] ========================================================= [2021-01-29T00:38:27.480Z] EdgeX Global Pipelines Version Info [2021-01-29T00:38:27.480Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:38:29.059Z] ------------------- [2021-01-29T00:38:29.059Z] stable info: [2021-01-29T00:38:29.059Z] ------------------- [2021-01-29T00:38:29.059Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T00:38:29.059Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T00:38:29.059Z] Message: update stable to v1.0.179 [2021-01-29T00:38:30.009Z] ------------------- [2021-01-29T00:38:30.009Z] experimental info: [2021-01-29T00:38:30.009Z] ------------------- [2021-01-29T00:38:30.009Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T00:38:30.009Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T00:38:30.009Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T00:38:30.362Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-29T00:38:30.457Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-29T00:38:30.566Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T00:38:30.660Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T00:38:30.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T00:38:30.883Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T00:38:30.977Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T00:38:31.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T00:38:31.176Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-29T00:38:31.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T00:38:31.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T00:38:31.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-29T00:38:31.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T00:38:31.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T00:38:31.762Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T00:38:31.881Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T00:38:31.977Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T00:38:32.065Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-29T00:38:32.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T00:38:32.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-29T00:38:32.414Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-29T00:38:32.500Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-29T00:38:32.585Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-29T00:38:32.668Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-29T00:38:32.813Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-29T00:38:32.896Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T00:38:32.981Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T00:38:33.083Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-427 [Pipeline] echo [2021-01-29T00:38:33.185Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-427 [Pipeline] echo [2021-01-29T00:38:33.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-427 [Pipeline] echo [2021-01-29T00:38:33.364Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6be050dad9578b585ede9857e36d482049177020 [Pipeline] echo [2021-01-29T00:38:33.469Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6be050d [Pipeline] echo [2021-01-29T00:38:33.558Z] [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-29T00:38:34.259Z] + git log --format=format:%s -1 6be050dad9578b585ede9857e36d482049177020 [Pipeline] echo [2021-01-29T00:38:34.345Z] GIT_COMMIT: 6be050dad9578b585ede9857e36d482049177020, Commit Message: Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD [Pipeline] echo [2021-01-29T00:38:34.394Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:38:34.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T00:38:35.243Z] [2021-01-29T00:38:35.243Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:38:35.597Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T00:38:35.597Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T00:38:35.597Z] 31603596830f: Pulling fs layer [2021-01-29T00:38:35.597Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T00:38:35.597Z] 6ca5941a6612: Pulling fs layer [2021-01-29T00:38:35.597Z] ecc8261a40a4: Pulling fs layer [2021-01-29T00:38:35.597Z] ecc8261a40a4: Waiting [2021-01-29T00:38:35.597Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T00:38:35.597Z] 2a8b12db71e7: Download complete [2021-01-29T00:38:35.861Z] 31603596830f: Verifying Checksum [2021-01-29T00:38:35.861Z] 31603596830f: Download complete [2021-01-29T00:38:35.861Z] ecc8261a40a4: Verifying Checksum [2021-01-29T00:38:35.861Z] ecc8261a40a4: Download complete [2021-01-29T00:38:35.861Z] 6ca5941a6612: Verifying Checksum [2021-01-29T00:38:35.861Z] 6ca5941a6612: Download complete [2021-01-29T00:38:36.125Z] 31603596830f: Pull complete [2021-01-29T00:38:36.389Z] 2a8b12db71e7: Pull complete [2021-01-29T00:38:37.344Z] 6ca5941a6612: Pull complete [2021-01-29T00:38:37.344Z] ecc8261a40a4: Pull complete [2021-01-29T00:38:37.606Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T00:38:37.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T00:38:37.606Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T00:38:37.718Z] prd-centos7-docker-4c-2g-23839 does not seem to be running inside a container [2021-01-29T00:38:37.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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-29T00:38:40.279Z] $ docker top b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T00:38:40.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T00:38:40.911Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T00:38:41.173Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T00:38:41.177Z] $ docker exec b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent [2021-01-29T00:38:41.370Z] SSH_AUTH_SOCK=/tmp/ssh-Za5kkm8IdxjL/agent.12 [2021-01-29T00:38:41.370Z] SSH_AGENT_PID=17 [2021-01-29T00:38:41.386Z] Running ssh-add (command line suppressed) [2021-01-29T00:38:41.518Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_248648799905167474.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_248648799905167474.key) [2021-01-29T00:38:41.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T00:38:41.928Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T00:38:41.961Z] $ docker exec --env ******** --env ******** b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent -k [2021-01-29T00:38:42.088Z] unset SSH_AUTH_SOCK; [2021-01-29T00:38:42.089Z] unset SSH_AGENT_PID; [2021-01-29T00:38:42.089Z] echo Agent pid 17 killed; [2021-01-29T00:38:42.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T00:38:42.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T00:38:42.305Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T00:38:42.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T00:38:42.490Z] $ docker exec b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent [2021-01-29T00:38:42.676Z] SSH_AUTH_SOCK=/tmp/ssh-qrBQiWTTEooZ/agent.45 [2021-01-29T00:38:42.676Z] SSH_AGENT_PID=51 [2021-01-29T00:38:42.686Z] Running ssh-add (command line suppressed) [2021-01-29T00:38:42.836Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_970983968270014516.key (/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/private_key_970983968270014516.key) [2021-01-29T00:38:42.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T00:38:43.261Z] + git semver init [2021-01-29T00:38:43.261Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T00:38:43.261Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.git [2021-01-29T00:38:43.261Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-427 [2021-01-29T00:38:43.261Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T00:38:43.261Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T00:38:43.261Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T00:38:43.261Z] # $SEMVER_BRANCH = PR-427 [2021-01-29T00:38:43.261Z] # $SEMVER_TEMP = /tmp/semver-248788513 [2021-01-29T00:38:43.261Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-29T00:38:43.842Z] # '/tmp/semver-248788513' -> '/w/workspace/dry_go-mod-core-contracts_PR-427/.semver' [2021-01-29T00:38:43.842Z] # -> Force: false [2021-01-29T00:38:44.111Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-427/.semver [Pipeline] } [2021-01-29T00:38:44.127Z] $ docker exec --env ******** --env ******** b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 ssh-agent -k [2021-01-29T00:38:44.245Z] unset SSH_AUTH_SOCK; [2021-01-29T00:38:44.245Z] unset SSH_AGENT_PID; [2021-01-29T00:38:44.245Z] echo Agent pid 51 killed; [2021-01-29T00:38:44.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T00:38:44.762Z] + git semver [Pipeline] } [2021-01-29T00:38:44.780Z] $ docker stop --time=1 b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 [2021-01-29T00:38:46.682Z] $ docker rm -f b8db9ac8d297ab28653e71333d63c2b2b5610656e991fe9138710f3584b760b3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T00:38:47.165Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T00:38:47.591Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T00:38:47.594Z] [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-29T00:39:03.179Z] Still waiting to schedule task [2021-01-29T00:39:03.180Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-29T00:39:03.182Z] Still waiting to schedule task [2021-01-29T00:39:03.182Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-29T00:42:46.498Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23849 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws [2021-01-29T00:42:46.551Z] Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout [2021-01-29T00:42:52.122Z] using credential edgex-jenkins-ssh [2021-01-29T00:42:52.184Z] Cloning the remote Git repository [2021-01-29T00:42:52.239Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T00:42:52.376Z] > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 [2021-01-29T00:42:52.455Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T00:42:52.456Z] > git --version # timeout=10 [2021-01-29T00:42:52.480Z] > git --version # 'git version 2.17.1' [2021-01-29T00:42:52.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:42:52.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:42:53.672Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T00:42:53.690Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:42:53.723Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T00:42:53.769Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T00:42:53.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:42:53.786Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T00:42:54.493Z] Merging remotes/origin/master commit 337c75df5eb35b884f50a4fa8a04dc561197abfa into PR head commit 4aaa09b803d35f88239860a90cffde2828acf9db [2021-01-29T00:42:54.917Z] Merge succeeded, producing 785a23e853e7a785287e709c057d552738c0fb26 [2021-01-29T00:42:54.917Z] Checking out Revision 785a23e853e7a785287e709c057d552738c0fb26 (PR-427) [2021-01-29T00:42:54.508Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:42:54.527Z] > git checkout -f 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [2021-01-29T00:42:54.682Z] > git remote # timeout=10 [2021-01-29T00:42:54.704Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T00:42:54.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:42:54.747Z] > git merge 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 [2021-01-29T00:42:54.890Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T00:42:54.919Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:42:54.975Z] > git checkout -f 785a23e853e7a785287e709c057d552738c0fb26 # timeout=10 [2021-01-29T00:42:59.534Z] Commit message: "Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD" [2021-01-29T00:42:59.536Z] > git rev-list --no-walk 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T00:43:01.218Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:43:01.692Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:43:02.049Z] + sudo service docker restart [2021-01-29T00:43:02.050Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-29T00:43:05.047Z] ========================================================= [2021-01-29T00:43:05.047Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T00:43:05.047Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:43:05.521Z] + 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-29T00:43:06.527Z] Sending build context to Docker daemon 2.45MB [2021-01-29T00:43:06.527Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-29T00:43:06.527Z] Step 2/7 : FROM ${BASE} [2021-01-29T00:43:07.128Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T00:43:07.128Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T00:43:07.128Z] a4357932f1b6: Pulling fs layer [2021-01-29T00:43:07.128Z] 18c013af1878: Pulling fs layer [2021-01-29T00:43:07.128Z] 00ac8860ef70: Pulling fs layer [2021-01-29T00:43:07.128Z] 63d7cb157983: Pulling fs layer [2021-01-29T00:43:07.128Z] b116817d02f9: Pulling fs layer [2021-01-29T00:43:07.128Z] 745a02a5169b: Pulling fs layer [2021-01-29T00:43:07.128Z] 00ac8860ef70: Waiting [2021-01-29T00:43:07.128Z] 63d7cb157983: Waiting [2021-01-29T00:43:07.128Z] 745a02a5169b: Waiting [2021-01-29T00:43:07.128Z] b116817d02f9: Waiting [2021-01-29T00:43:07.128Z] 18c013af1878: Verifying Checksum [2021-01-29T00:43:07.128Z] 18c013af1878: Download complete [2021-01-29T00:43:07.128Z] 63d7cb157983: Verifying Checksum [2021-01-29T00:43:07.128Z] 63d7cb157983: Download complete [2021-01-29T00:43:07.128Z] b116817d02f9: Verifying Checksum [2021-01-29T00:43:07.128Z] b116817d02f9: Download complete [2021-01-29T00:43:07.128Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T00:43:07.128Z] 5f621e34cdf4: Download complete [2021-01-29T00:43:07.731Z] 5f621e34cdf4: Pull complete [2021-01-29T00:43:08.341Z] a4357932f1b6: Pull complete [2021-01-29T00:43:08.626Z] 18c013af1878: Pull complete [2021-01-29T00:43:09.650Z] 745a02a5169b: Verifying Checksum [2021-01-29T00:43:09.650Z] 745a02a5169b: Download complete [2021-01-29T00:43:11.113Z] 00ac8860ef70: Verifying Checksum [2021-01-29T00:43:11.113Z] 00ac8860ef70: Download complete [2021-01-29T00:43:21.334Z] 00ac8860ef70: Pull complete [2021-01-29T00:43:21.619Z] 63d7cb157983: Pull complete [2021-01-29T00:43:21.900Z] b116817d02f9: Pull complete [2021-01-29T00:43:25.313Z] 745a02a5169b: Pull complete [2021-01-29T00:43:25.313Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T00:43:25.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T00:43:25.589Z] ---> b7e6874047d6 [2021-01-29T00:43:25.589Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-29T00:43:29.015Z] ---> Running in 2cc13d18e94c [2021-01-29T00:43:29.615Z] Removing intermediate container 2cc13d18e94c [2021-01-29T00:43:29.615Z] ---> 2fb45a128ce3 [2021-01-29T00:43:29.615Z] Step 4/7 : RUN apk add bash [2021-01-29T00:43:29.615Z] ---> Running in bfeb5f2cb896 [2021-01-29T00:43:31.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:32.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:34.025Z] OK: 142 MiB in 39 packages [2021-01-29T00:43:35.006Z] Removing intermediate container bfeb5f2cb896 [2021-01-29T00:43:35.006Z] ---> 17243b69d731 [2021-01-29T00:43:35.006Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-29T00:43:35.287Z] ---> Running in 41c8b8550df1 [2021-01-29T00:43:35.894Z] Removing intermediate container 41c8b8550df1 [2021-01-29T00:43:35.894Z] ---> 5e77c59c12ee [2021-01-29T00:43:35.894Z] Step 6/7 : COPY go.mod . [2021-01-29T00:43:36.497Z] ---> a943b6d81ae0 [2021-01-29T00:43:36.497Z] Step 7/7 : RUN go mod download [2021-01-29T00:43:36.771Z] ---> Running in 4a09cabc3be1 [2021-01-29T00:43:51.913Z] Removing intermediate container 4a09cabc3be1 [2021-01-29T00:43:51.913Z] ---> 8204f1c49853 [2021-01-29T00:43:51.913Z] Successfully built 8204f1c49853 [2021-01-29T00:43:52.192Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:43:52.550Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T00:43:52.550Z] . [Pipeline] withDockerContainer [2021-01-29T00:43:52.888Z] prd-ubuntu18.04-docker-arm64-4c-16g-23849 does not seem to be running inside a container [2021-01-29T00:43:52.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@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-29T00:43:54.955Z] $ docker top 6d346c96149ffc7273a638b8c161f469212db87bf337d180ca03b6c004afcdc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:43:56.057Z] + go version [2021-01-29T00:43:56.057Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T00:43:56.081Z] $ docker stop --time=1 6d346c96149ffc7273a638b8c161f469212db87bf337d180ca03b6c004afcdc8 [2021-01-29T00:43:58.206Z] $ docker rm -f 6d346c96149ffc7273a638b8c161f469212db87bf337d180ca03b6c004afcdc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:43:59.317Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T00:43:59.317Z] . [Pipeline] withDockerContainer [2021-01-29T00:43:59.613Z] prd-ubuntu18.04-docker-arm64-4c-16g-23849 does not seem to be running inside a container [2021-01-29T00:43:59.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@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-29T00:44:01.521Z] $ docker top 5c3635fea1a8c48497ae2f085e77fe7b9316432c9e44fdeb517007b9c959c8a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:44:02.696Z] + make test [2021-01-29T00:44:02.696Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-29T00:44:02.984Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-29T00:44:02.984Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-29T00:44:02.984Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-29T00:44:02.984Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-29T00:44:03.612Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:44:03.899Z] 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-29T00:44:03.899Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:44:03.899Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:44:03.899Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:44:04.908Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-29T00:44:04.908Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) [2021-01-29T00:44:04.908Z] 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-29T00:44:04.908Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-29T00:44:04.908Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) [2021-01-29T00:44:04.908Z] 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-29T00:44:04.908Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-29T00:44:04.908Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) [2021-01-29T00:44:04.908Z] 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-29T00:44:04.908Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-29T00:44:04.908Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) [2021-01-29T00:44:04.908Z] 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-29T00:44:04.908Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-29T00:44:04.932Z] $ docker stop --time=1 5c3635fea1a8c48497ae2f085e77fe7b9316432c9e44fdeb517007b9c959c8a8 [2021-01-29T00:44:07.204Z] $ docker rm -f 5c3635fea1a8c48497ae2f085e77fe7b9316432c9e44fdeb517007b9c959c8a8 [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-29T00:44:09.020Z] Failed in branch arm64 [2021-01-29T00:44:38.394Z] Running on prd-centos7-docker-4c-2g-23855 in /w/workspace/dry_go-mod-core-contracts_PR-427 [Pipeline] { [Pipeline] ws [2021-01-29T00:44:38.498Z] Running in /w/workspace/go-mod-core-contracts/11 [Pipeline] { [Pipeline] checkout [2021-01-29T00:44:41.000Z] using credential edgex-jenkins-ssh [2021-01-29T00:44:41.054Z] Cloning the remote Git repository [2021-01-29T00:44:41.077Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T00:44:41.158Z] > git init /w/workspace/go-mod-core-contracts/11 # timeout=10 [2021-01-29T00:44:41.226Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T00:44:41.226Z] > git --version # timeout=10 [2021-01-29T00:44:41.234Z] > git --version # 'git version 2.24.3' [2021-01-29T00:44:41.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:44:41.273Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:44:41.922Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T00:44:41.931Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:44:41.945Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-29T00:44:41.957Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-29T00:44:41.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:44:41.961Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/427/head:refs/remotes/origin/PR-427 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T00:44:42.461Z] Merging remotes/origin/master commit 337c75df5eb35b884f50a4fa8a04dc561197abfa into PR head commit 4aaa09b803d35f88239860a90cffde2828acf9db [2021-01-29T00:44:42.640Z] Merge succeeded, producing 0baf7e5f0d5a2594340cfd42679bb71be44db725 [2021-01-29T00:44:42.641Z] Checking out Revision 0baf7e5f0d5a2594340cfd42679bb71be44db725 (PR-427) [2021-01-29T00:44:42.471Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:44:42.478Z] > git checkout -f 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [2021-01-29T00:44:42.567Z] > git remote # timeout=10 [2021-01-29T00:44:42.576Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T00:44:42.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:44:42.588Z] > git merge 337c75df5eb35b884f50a4fa8a04dc561197abfa # timeout=10 [2021-01-29T00:44:42.633Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T00:44:42.643Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:44:42.648Z] > git checkout -f 0baf7e5f0d5a2594340cfd42679bb71be44db725 # timeout=10 [2021-01-29T00:44:46.380Z] Commit message: "Merge commit '337c75df5eb35b884f50a4fa8a04dc561197abfa' into HEAD" [2021-01-29T00:44:46.384Z] > git rev-list --no-walk 4aaa09b803d35f88239860a90cffde2828acf9db # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T00:44:47.627Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:44:47.956Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:44:48.254Z] + true [2021-01-29T00:44:48.254Z] + sudo service docker restart [2021-01-29T00:44:48.254Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-29T00:44:49.583Z] ========================================================= [2021-01-29T00:44:49.583Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T00:44:49.583Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:44:49.940Z] + 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-29T00:44:50.211Z] Sending build context to Docker daemon 2.451MB [2021-01-29T00:44:50.474Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-29T00:44:50.474Z] Step 2/7 : FROM ${BASE} [2021-01-29T00:44:50.474Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T00:44:50.474Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T00:44:50.474Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T00:44:50.474Z] de9db76c5a1d: Pulling fs layer [2021-01-29T00:44:50.474Z] bca2f99d35d6: Pulling fs layer [2021-01-29T00:44:50.474Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T00:44:50.474Z] 7c6f9722023f: Pulling fs layer [2021-01-29T00:44:50.474Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T00:44:50.474Z] 93359f2a8cfa: Waiting [2021-01-29T00:44:50.474Z] 7c6f9722023f: Waiting [2021-01-29T00:44:50.474Z] a35cf1a2eb13: Waiting [2021-01-29T00:44:50.474Z] bca2f99d35d6: Waiting [2021-01-29T00:44:50.474Z] de9db76c5a1d: Verifying Checksum [2021-01-29T00:44:50.474Z] de9db76c5a1d: Download complete [2021-01-29T00:44:50.474Z] 0ef7d3d256c8: Download complete [2021-01-29T00:44:50.474Z] 93359f2a8cfa: Download complete [2021-01-29T00:44:50.474Z] 7c6f9722023f: Verifying Checksum [2021-01-29T00:44:50.474Z] 7c6f9722023f: Download complete [2021-01-29T00:44:50.737Z] 188c0c94c7c5: Download complete [2021-01-29T00:44:50.999Z] 188c0c94c7c5: Pull complete [2021-01-29T00:44:51.262Z] 0ef7d3d256c8: Pull complete [2021-01-29T00:44:51.262Z] de9db76c5a1d: Pull complete [2021-01-29T00:44:52.656Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T00:44:52.656Z] a35cf1a2eb13: Download complete [2021-01-29T00:44:53.609Z] bca2f99d35d6: Verifying Checksum [2021-01-29T00:44:53.609Z] bca2f99d35d6: Download complete [2021-01-29T00:44:58.946Z] bca2f99d35d6: Pull complete [2021-01-29T00:44:58.946Z] 93359f2a8cfa: Pull complete [2021-01-29T00:44:58.946Z] 7c6f9722023f: Pull complete [2021-01-29T00:45:05.606Z] a35cf1a2eb13: Pull complete [2021-01-29T00:45:05.606Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T00:45:05.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T00:45:05.606Z] ---> a62c8e92a672 [2021-01-29T00:45:05.606Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-29T00:45:05.606Z] ---> Running in e3a8c2d0e3bf [2021-01-29T00:45:06.187Z] Removing intermediate container e3a8c2d0e3bf [2021-01-29T00:45:06.187Z] ---> add2a09d6b9a [2021-01-29T00:45:06.187Z] Step 4/7 : RUN apk add bash [2021-01-29T00:45:06.187Z] ---> Running in 895e6d0515fb [2021-01-29T00:45:06.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:45:07.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:45:08.293Z] OK: 166 MiB in 39 packages [2021-01-29T00:45:08.873Z] Removing intermediate container 895e6d0515fb [2021-01-29T00:45:08.873Z] ---> 7b45ea4a10b6 [2021-01-29T00:45:08.873Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-29T00:45:08.873Z] ---> Running in ac86e76dac83 [2021-01-29T00:45:09.137Z] Removing intermediate container ac86e76dac83 [2021-01-29T00:45:09.137Z] ---> 8d10fb96ef1d [2021-01-29T00:45:09.137Z] Step 6/7 : COPY go.mod . [2021-01-29T00:45:09.398Z] ---> d4642a618910 [2021-01-29T00:45:09.398Z] Step 7/7 : RUN go mod download [2021-01-29T00:45:09.398Z] ---> Running in 6207e2f9118e [2021-01-29T00:45:21.682Z] Removing intermediate container 6207e2f9118e [2021-01-29T00:45:21.682Z] ---> b510ed1581e9 [2021-01-29T00:45:21.682Z] Successfully built b510ed1581e9 [2021-01-29T00:45:21.682Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:45:22.000Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T00:45:22.000Z] . [Pipeline] withDockerContainer [2021-01-29T00:45:22.122Z] prd-centos7-docker-4c-2g-23855 does not seem to be running inside a container [2021-01-29T00:45:22.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T00:45:22.886Z] $ docker top 5b9aa383e7b5a1f0e55b466f68e5a1fe8c42a6fd4bb9f1cdde3a7d8057290f5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:45:23.391Z] + go version [2021-01-29T00:45:23.391Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T00:45:23.405Z] $ docker stop --time=1 5b9aa383e7b5a1f0e55b466f68e5a1fe8c42a6fd4bb9f1cdde3a7d8057290f5e [2021-01-29T00:45:24.764Z] $ docker rm -f 5b9aa383e7b5a1f0e55b466f68e5a1fe8c42a6fd4bb9f1cdde3a7d8057290f5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:45:25.563Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T00:45:25.564Z] . [Pipeline] withDockerContainer [2021-01-29T00:45:25.662Z] prd-centos7-docker-4c-2g-23855 does not seem to be running inside a container [2021-01-29T00:45:25.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/11 -v /w/workspace/go-mod-core-contracts/11:/w/workspace/go-mod-core-contracts/11:rw,z -v /w/workspace/go-mod-core-contracts/11@tmp:/w/workspace/go-mod-core-contracts/11@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T00:45:26.433Z] $ docker top 7cf8ebc2a0724732de57a61b706b16b11886284a5ddbda85e5733e161b2e7966 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:45:27.000Z] + make test [2021-01-29T00:45:27.000Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-29T00:45:27.000Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-29T00:45:27.000Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-29T00:45:27.000Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-29T00:45:27.000Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-29T00:45:27.580Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:45:27.580Z] 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-29T00:45:27.580Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:45:27.580Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:45:27.580Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-29T00:45:28.160Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-29T00:45:28.160Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) [2021-01-29T00:45:28.160Z] 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-29T00:45:28.160Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-29T00:45:28.160Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) [2021-01-29T00:45:28.160Z] 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-29T00:45:28.160Z] clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-29T00:45:28.160Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/clients/interfaces) [2021-01-29T00:45:28.160Z] 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-29T00:45:28.160Z] clients/agent/client.go:24:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-29T00:45:28.160Z] github.com/edgexfoundry/go-mod-core-contracts/v2 (/w/workspace/go-mod-core-contracts/11/models) [2021-01-29T00:45:28.160Z] 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-29T00:45:28.160Z] make: *** [Makefile:6: test] Error 1 [Pipeline] } [2021-01-29T00:45:28.179Z] $ docker stop --time=1 7cf8ebc2a0724732de57a61b706b16b11886284a5ddbda85e5733e161b2e7966 [2021-01-29T00:45:30.144Z] $ docker rm -f 7cf8ebc2a0724732de57a61b706b16b11886284a5ddbda85e5733e161b2e7966 [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-29T00:45:31.783Z] Failed in branch amd64 [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-29T00:45:34.451Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:45:35.027Z] ---> package-listing.sh [2021-01-29T00:45:35.027Z] ++ facter osfamily [2021-01-29T00:45:35.027Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T00:45:35.027Z] + OS_FAMILY=redhat [2021-01-29T00:45:35.027Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-427 [2021-01-29T00:45:35.027Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T00:45:35.027Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T00:45:35.027Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T00:45:35.027Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T00:45:35.027Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' [2021-01-29T00:45:35.027Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T00:45:35.027Z] + case "${OS_FAMILY}" in [2021-01-29T00:45:35.027Z] + rpm -qa [2021-01-29T00:45:35.027Z] + sort [2021-01-29T00:45:40.338Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T00:45:40.338Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T00:45:40.338Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T00:45:40.338Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-427 ']' [2021-01-29T00:45:40.338Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [2021-01-29T00:45:40.338Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-427/archives/ [Pipeline] echo [2021-01-29T00:45:40.351Z] 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-427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T00:45:40.680Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:45:40.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T00:45:40.991Z] [2021-01-29T00:45:40.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:45:41.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T00:45:41.346Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T00:45:41.346Z] df20fa9351a1: Pulling fs layer [2021-01-29T00:45:41.346Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T00:45:41.346Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T00:45:41.346Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T00:45:41.346Z] 93b61091891f: Pulling fs layer [2021-01-29T00:45:41.346Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T00:45:41.346Z] 5e14af77c1be: Pulling fs layer [2021-01-29T00:45:41.346Z] 01666e4c0597: Pulling fs layer [2021-01-29T00:45:41.346Z] aa168da1d23b: Pulling fs layer [2021-01-29T00:45:41.346Z] 93b61091891f: Waiting [2021-01-29T00:45:41.346Z] 93b9cdb0e59b: Waiting [2021-01-29T00:45:41.346Z] 5e14af77c1be: Waiting [2021-01-29T00:45:41.346Z] 01666e4c0597: Waiting [2021-01-29T00:45:41.346Z] aa168da1d23b: Waiting [2021-01-29T00:45:41.346Z] 46f8f816bc3b: Waiting [2021-01-29T00:45:41.346Z] 36b3adc4ff6f: Download complete [2021-01-29T00:45:41.347Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T00:45:41.347Z] 46f8f816bc3b: Download complete [2021-01-29T00:45:41.347Z] df20fa9351a1: Verifying Checksum [2021-01-29T00:45:41.347Z] df20fa9351a1: Download complete [2021-01-29T00:45:41.347Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T00:45:41.347Z] 93b9cdb0e59b: Download complete [2021-01-29T00:45:41.629Z] 5e14af77c1be: Verifying Checksum [2021-01-29T00:45:41.629Z] 5e14af77c1be: Download complete [2021-01-29T00:45:41.629Z] 01666e4c0597: Verifying Checksum [2021-01-29T00:45:41.629Z] 01666e4c0597: Download complete [2021-01-29T00:45:41.629Z] 93b61091891f: Verifying Checksum [2021-01-29T00:45:41.629Z] 93b61091891f: Download complete [2021-01-29T00:45:41.909Z] df20fa9351a1: Pull complete [2021-01-29T00:45:41.909Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T00:45:41.909Z] 8ad3a11d3b57: Download complete [2021-01-29T00:45:42.179Z] 36b3adc4ff6f: Pull complete [2021-01-29T00:45:43.591Z] 8ad3a11d3b57: Pull complete [2021-01-29T00:45:43.591Z] 46f8f816bc3b: Pull complete [2021-01-29T00:45:43.860Z] aa168da1d23b: Verifying Checksum [2021-01-29T00:45:43.860Z] aa168da1d23b: Download complete [2021-01-29T00:45:43.860Z] 93b61091891f: Pull complete [2021-01-29T00:45:44.124Z] 93b9cdb0e59b: Pull complete [2021-01-29T00:45:44.124Z] 5e14af77c1be: Pull complete [2021-01-29T00:45:44.389Z] 01666e4c0597: Pull complete [2021-01-29T00:45:51.029Z] aa168da1d23b: Pull complete [2021-01-29T00:45:51.029Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T00:45:51.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T00:45:51.029Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T00:45:51.293Z] prd-centos7-docker-4c-2g-23839 does not seem to be running inside a container [2021-01-29T00:45:51.342Z] $ 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-427/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-427 -v /w/workspace/dry_go-mod-core-contracts_PR-427:/w/workspace/dry_go-mod-core-contracts_PR-427:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-427@tmp:/w/workspace/dry_go-mod-core-contracts_PR-427@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-29T00:45:58.927Z] $ docker top 26915d1e11bb8176cfac9fdb78d87b5878940314bce4d863b59f99f89ec4d1a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:45:59.517Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T00:45:59.816Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T00:46:00.115Z] + ls /var/log/sa-host [2021-01-29T00:46:00.115Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T00:46:00.115Z] file_magic: OK [2021-01-29T00:46:00.115Z] HZ: Using current value: 100 [2021-01-29T00:46:00.115Z] file_header: OK [2021-01-29T00:46:00.115Z] 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-29T00:46:00.115Z] Statistics: [2021-01-29T00:46:00.115Z] Hnuu...uuuununununu... [2021-01-29T00:46:00.115Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T00:46:00.115Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T00:46:00.115Z] file_magic: OK [2021-01-29T00:46:00.115Z] HZ: Using current value: 100 [2021-01-29T00:46:00.115Z] file_header: OK [2021-01-29T00:46:00.115Z] 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-29T00:46:00.115Z] Statistics: [2021-01-29T00:46:00.115Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-29T00:46:00.115Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T00:46:00.357Z] provisioning config files... [2021-01-29T00:46:00.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-427@tmp/config1637244012141402017tmp [Pipeline] { [Pipeline] echo [2021-01-29T00:46:00.474Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:46:00.771Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T00:46:00.781Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T00:46:00.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:46:01.230Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T00:46:01.240Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:46:01.538Z] ---> sudo-logs.sh [2021-01-29T00:46:01.538Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T00:46:01.549Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:46:01.848Z] ---> job-cost.sh [2021-01-29T00:46:01.849Z] lf-activate-venv: SKIPPING [2021-01-29T00:46:01.849Z] INFO: No Stack... [2021-01-29T00:46:02.798Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T00:46:03.370Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T00:46:03.384Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:46:03.680Z] ---> logs-deploy.sh [2021-01-29T00:46:03.680Z] lf-activate-venv: SKIPPING [2021-01-29T00:46:03.680Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-427/11 [2021-01-29T00:46:03.680Z] INFO: archiving workspace using pattern(s): [2021-01-29T00:46:05.605Z] Archives upload complete. [2021-01-29T00:46:05.605Z] INFO: archiving logs to Nexus