Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1f8664860ce25a0d81ce6785666e04ec568144f6+e35ca5e202a3b4aeda829793b42f699c895703f6 (5a36fa5642fdf36341467539832966a16e58d4cb) 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 Running on prd-centos7-docker-4c-2g-22738 in /w/workspace/dry_go-mod-core-contracts_PR-458 [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-458 # 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/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 1f8664860ce25a0d81ce6785666e04ec568144f6 Merge succeeded, producing 17e186f9533a9d11bf1c9632cb519591d1a7efd7 Checking out Revision 17e186f9533a9d11bf1c9632cb519591d1a7efd7 (PR-458) > git config core.sparsecheckout # timeout=10 > git checkout -f 1f8664860ce25a0d81ce6785666e04ec568144f6 # 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 e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 17e186f9533a9d11bf1c9632cb519591d1a7efd7 # timeout=10 Commit message: "Merge commit 'e35ca5e202a3b4aeda829793b42f699c895703f6' into HEAD" > git rev-list --no-walk 1f8664860ce25a0d81ce6785666e04ec568144f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T00:38:21.859Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T00:38:22.145Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T00:38:22.249Z] ========================================================= [2021-01-26T00:38:22.249Z] EdgeX Global Pipelines Version Info [2021-01-26T00:38:22.249Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:38:23.731Z] ------------------- [2021-01-26T00:38:23.731Z] stable info: [2021-01-26T00:38:23.731Z] ------------------- [2021-01-26T00:38:23.731Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T00:38:23.731Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T00:38:23.731Z] Message: update stable to v1.0.179 [2021-01-26T00:38:24.679Z] ------------------- [2021-01-26T00:38:24.679Z] experimental info: [2021-01-26T00:38:24.679Z] ------------------- [2021-01-26T00:38:24.679Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T00:38:24.679Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T00:38:24.679Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T00:38:24.920Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-26T00:38:25.004Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-26T00:38:25.132Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T00:38:25.221Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T00:38:25.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T00:38:25.438Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T00:38:25.524Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T00:38:25.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T00:38:25.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-26T00:38:25.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T00:38:25.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T00:38:25.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-26T00:38:26.066Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T00:38:26.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T00:38:26.228Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T00:38:26.307Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T00:38:26.387Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T00:38:26.469Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T00:38:26.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T00:38:26.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-26T00:38:26.722Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-26T00:38:26.807Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-26T00:38:26.888Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-26T00:38:27.095Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-26T00:38:27.176Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-26T00:38:27.260Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T00:38:27.342Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T00:38:27.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-458 [Pipeline] echo [2021-01-26T00:38:27.534Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-458 [Pipeline] echo [2021-01-26T00:38:27.617Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-458 [Pipeline] echo [2021-01-26T00:38:27.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 17e186f9533a9d11bf1c9632cb519591d1a7efd7 [Pipeline] echo [2021-01-26T00:38:27.780Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 17e186f [Pipeline] echo [2021-01-26T00:38:27.862Z] [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-26T00:38:28.549Z] + git log --format=format:%s -1 17e186f9533a9d11bf1c9632cb519591d1a7efd7 [Pipeline] echo [2021-01-26T00:38:28.615Z] GIT_COMMIT: 17e186f9533a9d11bf1c9632cb519591d1a7efd7, Commit Message: Merge commit 'e35ca5e202a3b4aeda829793b42f699c895703f6' into HEAD [Pipeline] echo [2021-01-26T00:38:28.656Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:38:29.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:38:29.581Z] [2021-01-26T00:38:29.581Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:38:29.950Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:38:29.950Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T00:38:29.950Z] 31603596830f: Pulling fs layer [2021-01-26T00:38:29.950Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T00:38:29.950Z] 6ca5941a6612: Pulling fs layer [2021-01-26T00:38:29.950Z] ecc8261a40a4: Pulling fs layer [2021-01-26T00:38:29.950Z] ecc8261a40a4: Waiting [2021-01-26T00:38:29.950Z] 2a8b12db71e7: Download complete [2021-01-26T00:38:29.950Z] 31603596830f: Verifying Checksum [2021-01-26T00:38:29.950Z] 31603596830f: Download complete [2021-01-26T00:38:30.216Z] ecc8261a40a4: Verifying Checksum [2021-01-26T00:38:30.216Z] ecc8261a40a4: Download complete [2021-01-26T00:38:30.216Z] 6ca5941a6612: Verifying Checksum [2021-01-26T00:38:30.216Z] 6ca5941a6612: Download complete [2021-01-26T00:38:30.480Z] 31603596830f: Pull complete [2021-01-26T00:38:30.480Z] 2a8b12db71e7: Pull complete [2021-01-26T00:38:31.427Z] 6ca5941a6612: Pull complete [2021-01-26T00:38:31.695Z] ecc8261a40a4: Pull complete [2021-01-26T00:38:31.695Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T00:38:31.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:38:31.695Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T00:38:31.799Z] prd-centos7-docker-4c-2g-22738 does not seem to be running inside a container [2021-01-26T00:38:31.861Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-458 -v /w/workspace/dry_go-mod-core-contracts_PR-458:/w/workspace/dry_go-mod-core-contracts_PR-458:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-458@tmp:/w/workspace/dry_go-mod-core-contracts_PR-458@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T00:38:34.119Z] $ docker top 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T00:38:34.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T00:38:34.439Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T00:38:34.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T00:38:34.674Z] $ docker exec 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 ssh-agent [2021-01-26T00:38:34.835Z] SSH_AUTH_SOCK=/tmp/ssh-8MJLg5tdXMlW/agent.12 [2021-01-26T00:38:34.835Z] SSH_AGENT_PID=17 [2021-01-26T00:38:34.849Z] Running ssh-add (command line suppressed) [2021-01-26T00:38:34.974Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_1015246876551974250.key (/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_1015246876551974250.key) [2021-01-26T00:38:35.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T00:38:35.380Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T00:38:35.402Z] $ docker exec --env ******** --env ******** 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 ssh-agent -k [2021-01-26T00:38:35.519Z] unset SSH_AUTH_SOCK; [2021-01-26T00:38:35.519Z] unset SSH_AGENT_PID; [2021-01-26T00:38:35.519Z] echo Agent pid 17 killed; [2021-01-26T00:38:35.563Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T00:38:35.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T00:38:35.702Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T00:38:35.867Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T00:38:35.871Z] $ docker exec 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 ssh-agent [2021-01-26T00:38:36.030Z] SSH_AUTH_SOCK=/tmp/ssh-aSMoN2nJnBqc/agent.46 [2021-01-26T00:38:36.030Z] SSH_AGENT_PID=51 [2021-01-26T00:38:36.036Z] Running ssh-add (command line suppressed) [2021-01-26T00:38:36.156Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_8232542009882309099.key (/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_8232542009882309099.key) [2021-01-26T00:38:36.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T00:38:36.541Z] + git semver init [2021-01-26T00:38:36.541Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T00:38:36.541Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-458/.git [2021-01-26T00:38:36.541Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-458 [2021-01-26T00:38:36.541Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T00:38:36.541Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T00:38:36.541Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T00:38:36.541Z] # $SEMVER_BRANCH = PR-458 [2021-01-26T00:38:36.541Z] # $SEMVER_TEMP = /tmp/semver-131050509 [2021-01-26T00:38:36.541Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-26T00:38:37.115Z] # '/tmp/semver-131050509' -> '/w/workspace/dry_go-mod-core-contracts_PR-458/.semver' [2021-01-26T00:38:37.115Z] # -> Force: false [2021-01-26T00:38:37.115Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-458/.semver [Pipeline] } [2021-01-26T00:38:37.129Z] $ docker exec --env ******** --env ******** 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 ssh-agent -k [2021-01-26T00:38:37.234Z] unset SSH_AUTH_SOCK; [2021-01-26T00:38:37.235Z] unset SSH_AGENT_PID; [2021-01-26T00:38:37.235Z] echo Agent pid 51 killed; [2021-01-26T00:38:37.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T00:38:37.749Z] + git semver [Pipeline] } [2021-01-26T00:38:37.766Z] $ docker stop --time=1 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 [2021-01-26T00:38:39.628Z] $ docker rm -f 8b374586c8fd50660f34d38a40851f8a5203b2f8bc7b022180d8832f1d12eaf5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:38:40.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T00:38:40.511Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T00:38:40.514Z] [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-26T00:38:56.159Z] Still waiting to schedule task [2021-01-26T00:38:56.159Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-26T00:38:56.161Z] Still waiting to schedule task [2021-01-26T00:38:56.161Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-26T00:42:40.803Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22743 in /w/workspace/dry_go-mod-core-contracts_PR-458 [Pipeline] { [Pipeline] ws [2021-01-26T00:42:40.864Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-01-26T00:42:46.089Z] using credential edgex-jenkins-ssh [2021-01-26T00:42:46.150Z] Cloning the remote Git repository [2021-01-26T00:42:46.191Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T00:42:46.302Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-01-26T00:42:46.398Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T00:42:46.399Z] > git --version # timeout=10 [2021-01-26T00:42:46.427Z] > git --version # 'git version 2.17.1' [2021-01-26T00:42:46.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:42:46.501Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:42:48.135Z] Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 1f8664860ce25a0d81ce6785666e04ec568144f6 [2021-01-26T00:42:47.487Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T00:42:47.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:42:47.541Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T00:42:47.583Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T00:42:47.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:42:47.598Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T00:42:48.139Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:42:48.159Z] > git checkout -f 1f8664860ce25a0d81ce6785666e04ec568144f6 # timeout=10 [2021-01-26T00:42:48.287Z] > git remote # timeout=10 [2021-01-26T00:42:48.301Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T00:42:48.317Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:42:48.327Z] > git merge e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 [2021-01-26T00:42:48.489Z] Merge succeeded, producing fc474d167c34ee9b509d48ff1b3f4b981684c9da [2021-01-26T00:42:48.489Z] Checking out Revision fc474d167c34ee9b509d48ff1b3f4b981684c9da (PR-458) [2021-01-26T00:42:48.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T00:42:48.483Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:42:48.498Z] > git checkout -f fc474d167c34ee9b509d48ff1b3f4b981684c9da # timeout=10 [2021-01-26T00:42:52.797Z] Commit message: "Merge commit 'e35ca5e202a3b4aeda829793b42f699c895703f6' into HEAD" [2021-01-26T00:42:52.795Z] > git rev-list --no-walk 1f8664860ce25a0d81ce6785666e04ec568144f6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T00:42:54.676Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:42:55.080Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:42:55.422Z] + sudo service docker restart [2021-01-26T00:42:55.422Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-26T00:42:58.458Z] ========================================================= [2021-01-26T00:42:58.458Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T00:42:58.458Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:42:58.866Z] + 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-26T00:42:59.847Z] Sending build context to Docker daemon 2.352MB [2021-01-26T00:42:59.847Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T00:42:59.847Z] Step 2/7 : FROM ${BASE} [2021-01-26T00:43:00.121Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T00:43:00.121Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T00:43:00.121Z] a4357932f1b6: Pulling fs layer [2021-01-26T00:43:00.121Z] 18c013af1878: Pulling fs layer [2021-01-26T00:43:00.121Z] 00ac8860ef70: Pulling fs layer [2021-01-26T00:43:00.121Z] 63d7cb157983: Pulling fs layer [2021-01-26T00:43:00.121Z] b116817d02f9: Pulling fs layer [2021-01-26T00:43:00.121Z] 745a02a5169b: Pulling fs layer [2021-01-26T00:43:00.121Z] 00ac8860ef70: Waiting [2021-01-26T00:43:00.121Z] 63d7cb157983: Waiting [2021-01-26T00:43:00.121Z] b116817d02f9: Waiting [2021-01-26T00:43:00.121Z] 745a02a5169b: Waiting [2021-01-26T00:43:00.396Z] 18c013af1878: Verifying Checksum [2021-01-26T00:43:00.396Z] 18c013af1878: Download complete [2021-01-26T00:43:00.396Z] a4357932f1b6: Verifying Checksum [2021-01-26T00:43:00.396Z] a4357932f1b6: Download complete [2021-01-26T00:43:00.396Z] 63d7cb157983: Verifying Checksum [2021-01-26T00:43:00.396Z] 63d7cb157983: Download complete [2021-01-26T00:43:00.396Z] b116817d02f9: Verifying Checksum [2021-01-26T00:43:00.396Z] b116817d02f9: Download complete [2021-01-26T00:43:00.396Z] 5f621e34cdf4: Verifying Checksum [2021-01-26T00:43:00.396Z] 5f621e34cdf4: Download complete [2021-01-26T00:43:00.996Z] 5f621e34cdf4: Pull complete [2021-01-26T00:43:01.598Z] a4357932f1b6: Pull complete [2021-01-26T00:43:02.203Z] 18c013af1878: Pull complete [2021-01-26T00:43:02.805Z] 745a02a5169b: Download complete [2021-01-26T00:43:04.230Z] 00ac8860ef70: Verifying Checksum [2021-01-26T00:43:04.230Z] 00ac8860ef70: Download complete [2021-01-26T00:43:14.423Z] 00ac8860ef70: Pull complete [2021-01-26T00:43:14.423Z] 63d7cb157983: Pull complete [2021-01-26T00:43:14.698Z] b116817d02f9: Pull complete [2021-01-26T00:43:19.028Z] 745a02a5169b: Pull complete [2021-01-26T00:43:19.028Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T00:43:19.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T00:43:19.028Z] ---> b7e6874047d6 [2021-01-26T00:43:19.028Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T00:43:21.040Z] ---> Running in 973cc75ebf4f [2021-01-26T00:43:21.643Z] Removing intermediate container 973cc75ebf4f [2021-01-26T00:43:21.643Z] ---> addc95ab9807 [2021-01-26T00:43:21.643Z] Step 4/7 : RUN apk add bash [2021-01-26T00:43:21.928Z] ---> Running in 6df6b2dc5aa7 [2021-01-26T00:43:23.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:43:25.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:43:27.963Z] OK: 142 MiB in 39 packages [2021-01-26T00:43:28.951Z] Removing intermediate container 6df6b2dc5aa7 [2021-01-26T00:43:28.951Z] ---> f43f75450903 [2021-01-26T00:43:28.951Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T00:43:28.951Z] ---> Running in 9445a9125472 [2021-01-26T00:43:29.548Z] Removing intermediate container 9445a9125472 [2021-01-26T00:43:29.548Z] ---> 9cd8f6e3af98 [2021-01-26T00:43:29.548Z] Step 6/7 : COPY go.mod . [2021-01-26T00:43:30.143Z] ---> a1eb1c5bbda6 [2021-01-26T00:43:30.143Z] Step 7/7 : RUN go mod download [2021-01-26T00:43:30.420Z] ---> Running in fee96ccac379 [2021-01-26T00:43:45.514Z] Removing intermediate container fee96ccac379 [2021-01-26T00:43:45.514Z] ---> c232c55e3796 [2021-01-26T00:43:45.514Z] Successfully built c232c55e3796 [2021-01-26T00:43:45.514Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:43:45.857Z] Running on prd-centos7-docker-4c-2g-22746 in /w/workspace/dry_go-mod-core-contracts_PR-458 [Pipeline] { [2021-01-26T00:43:45.891Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T00:43:45.891Z] . [Pipeline] ws [2021-01-26T00:43:45.917Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] withDockerContainer [2021-01-26T00:43:46.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-22743 does not seem to be running inside a container [2021-01-26T00:43:46.347Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-arm64 cat [2021-01-26T00:43:47.866Z] $ docker top b58a1ec3f0a0247a531017db6629e4bb4766e4add22433201a0d21cb40166834 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] checkout [2021-01-26T00:43:48.910Z] + go version [2021-01-26T00:43:48.910Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T00:43:48.938Z] $ docker stop --time=1 b58a1ec3f0a0247a531017db6629e4bb4766e4add22433201a0d21cb40166834 [2021-01-26T00:43:50.825Z] using credential edgex-jenkins-ssh [2021-01-26T00:43:50.904Z] Cloning the remote Git repository [2021-01-26T00:43:50.973Z] $ docker rm -f b58a1ec3f0a0247a531017db6629e4bb4766e4add22433201a0d21cb40166834 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:43:50.933Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T00:43:51.000Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-01-26T00:43:51.059Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T00:43:51.060Z] > git --version # timeout=10 [2021-01-26T00:43:51.068Z] > git --version # 'git version 2.24.3' [2021-01-26T00:43:51.069Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:43:51.097Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:43:52.036Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T00:43:52.037Z] . [Pipeline] withDockerContainer [2021-01-26T00:43:52.238Z] Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 1f8664860ce25a0d81ce6785666e04ec568144f6 [2021-01-26T00:43:52.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-22743 does not seem to be running inside a container [2021-01-26T00:43:52.386Z] Merge succeeded, producing 38e2c7384ef3baaba80d6bf89827dda83c07a642 [2021-01-26T00:43:52.386Z] Checking out Revision 38e2c7384ef3baaba80d6bf89827dda83c07a642 (PR-458) [2021-01-26T00:43:52.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-arm64 cat [2021-01-26T00:43:51.804Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T00:43:51.811Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:43:51.822Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T00:43:51.837Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T00:43:51.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:43:51.842Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T00:43:52.250Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:43:52.256Z] > git checkout -f 1f8664860ce25a0d81ce6785666e04ec568144f6 # timeout=10 [2021-01-26T00:43:52.326Z] > git remote # timeout=10 [2021-01-26T00:43:52.332Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T00:43:52.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:43:52.342Z] > git merge e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 [2021-01-26T00:43:52.378Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T00:43:52.390Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:43:52.394Z] > git checkout -f 38e2c7384ef3baaba80d6bf89827dda83c07a642 # timeout=10 [2021-01-26T00:43:53.873Z] $ docker top 32dc2fb1a6b8daa7869d748066f19a47250c28b2227e2007d58c755f6f176f4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:43:54.871Z] + make test [2021-01-26T00:43:54.871Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T00:43:56.002Z] Commit message: "Merge commit 'e35ca5e202a3b4aeda829793b42f699c895703f6' into HEAD" [2021-01-26T00:43:56.006Z] > git rev-list --no-walk 1f8664860ce25a0d81ce6785666e04ec568144f6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T00:43:57.180Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:43:57.509Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:43:57.811Z] + sudo service docker restart [2021-01-26T00:43:57.811Z] + true [2021-01-26T00:43:57.811Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-26T00:43:59.414Z] ========================================================= [2021-01-26T00:43:59.414Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T00:43:59.414Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:43:59.760Z] + 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-26T00:44:00.333Z] Sending build context to Docker daemon 2.353MB [2021-01-26T00:44:00.333Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T00:44:00.333Z] Step 2/7 : FROM ${BASE} [2021-01-26T00:44:00.333Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T00:44:00.333Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T00:44:00.333Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T00:44:00.333Z] de9db76c5a1d: Pulling fs layer [2021-01-26T00:44:00.333Z] bca2f99d35d6: Pulling fs layer [2021-01-26T00:44:00.333Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T00:44:00.333Z] 7c6f9722023f: Pulling fs layer [2021-01-26T00:44:00.333Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T00:44:00.333Z] 93359f2a8cfa: Waiting [2021-01-26T00:44:00.333Z] 7c6f9722023f: Waiting [2021-01-26T00:44:00.333Z] a35cf1a2eb13: Waiting [2021-01-26T00:44:00.333Z] bca2f99d35d6: Waiting [2021-01-26T00:44:00.333Z] de9db76c5a1d: Verifying Checksum [2021-01-26T00:44:00.333Z] de9db76c5a1d: Download complete [2021-01-26T00:44:00.333Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T00:44:00.333Z] 0ef7d3d256c8: Download complete [2021-01-26T00:44:00.333Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T00:44:00.333Z] 93359f2a8cfa: Download complete [2021-01-26T00:44:00.333Z] 7c6f9722023f: Verifying Checksum [2021-01-26T00:44:00.333Z] 7c6f9722023f: Download complete [2021-01-26T00:44:00.333Z] 188c0c94c7c5: Verifying Checksum [2021-01-26T00:44:00.333Z] 188c0c94c7c5: Download complete [2021-01-26T00:44:00.596Z] 188c0c94c7c5: Pull complete [2021-01-26T00:44:00.861Z] 0ef7d3d256c8: Pull complete [2021-01-26T00:44:00.861Z] de9db76c5a1d: Pull complete [2021-01-26T00:44:04.190Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T00:44:04.190Z] a35cf1a2eb13: Download complete [2021-01-26T00:44:05.139Z] bca2f99d35d6: Verifying Checksum [2021-01-26T00:44:05.139Z] bca2f99d35d6: Download complete [2021-01-26T00:44:10.492Z] bca2f99d35d6: Pull complete [2021-01-26T00:44:10.760Z] 93359f2a8cfa: Pull complete [2021-01-26T00:44:10.760Z] 7c6f9722023f: Pull complete [2021-01-26T00:44:16.080Z] a35cf1a2eb13: Pull complete [2021-01-26T00:44:16.080Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T00:44:16.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T00:44:16.080Z] ---> a62c8e92a672 [2021-01-26T00:44:16.080Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T00:44:16.080Z] ---> Running in 84e181ab7af7 [2021-01-26T00:44:16.080Z] Removing intermediate container 84e181ab7af7 [2021-01-26T00:44:16.080Z] ---> 671a5a4026c0 [2021-01-26T00:44:16.080Z] Step 4/7 : RUN apk add bash [2021-01-26T00:44:16.080Z] ---> Running in 474aaaee671d [2021-01-26T00:44:16.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:17.110Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T00:44:17.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.021s coverage: 85.7% of statements [2021-01-26T00:44:17.110Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.029s coverage: 100.0% of statements [2021-01-26T00:44:18.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:44:18.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements [2021-01-26T00:44:18.556Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements [2021-01-26T00:44:18.556Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T00:44:20.547Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.027s coverage: 26.3% of statements [2021-01-26T00:44:20.852Z] OK: 166 MiB in 39 packages [2021-01-26T00:44:21.120Z] Removing intermediate container 474aaaee671d [2021-01-26T00:44:21.120Z] ---> 7656a97e5fa0 [2021-01-26T00:44:21.120Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T00:44:21.388Z] ---> Running in 156783ea4f36 [2021-01-26T00:44:21.388Z] Removing intermediate container 156783ea4f36 [2021-01-26T00:44:21.388Z] ---> 4700ec356503 [2021-01-26T00:44:21.388Z] Step 6/7 : COPY go.mod . [2021-01-26T00:44:21.541Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.038s coverage: 14.7% of statements [2021-01-26T00:44:21.541Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.043s coverage: 100.0% of statements [2021-01-26T00:44:21.664Z] ---> fd46647afa3c [2021-01-26T00:44:21.664Z] Step 7/7 : RUN go mod download [2021-01-26T00:44:21.664Z] ---> Running in 871c4d4d8b4c [2021-01-26T00:44:23.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements [2021-01-26T00:44:23.019Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T00:44:23.019Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T00:44:23.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.019s coverage: 100.0% of statements [2021-01-26T00:44:23.019Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 36.7% of statements [2021-01-26T00:44:28.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.096s coverage: 63.0% of statements [2021-01-26T00:44:28.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.021s coverage: 26.3% of statements [2021-01-26T00:44:28.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.048s coverage: 15.4% of statements [2021-01-26T00:44:28.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.060s coverage: 15.4% of statements [2021-01-26T00:44:28.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.066s coverage: 14.3% of statements [2021-01-26T00:44:28.444Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T00:44:31.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.233s coverage: 84.7% of statements [2021-01-26T00:44:31.864Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T00:44:31.864Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T00:44:31.864Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T00:44:31.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.038s coverage: 43.6% of statements [2021-01-26T00:44:32.138Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.067s coverage: 94.4% of statements [2021-01-26T00:44:33.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.125s coverage: 92.9% of statements [2021-01-26T00:44:33.398Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements [2021-01-26T00:44:33.398Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T00:44:33.673Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T00:44:33.977Z] Removing intermediate container 871c4d4d8b4c [2021-01-26T00:44:33.977Z] ---> 743047361af4 [2021-01-26T00:44:33.977Z] Successfully built 743047361af4 [2021-01-26T00:44:33.977Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:44:34.290Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T00:44:34.290Z] . [Pipeline] withDockerContainer [2021-01-26T00:44:34.448Z] prd-centos7-docker-4c-2g-22746 does not seem to be running inside a container [2021-01-26T00:44:34.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-x86_64 cat [2021-01-26T00:44:35.267Z] $ docker top 1e27169baf0087e7db43d8669d0158cd7aa50845ca94291e4146f02ee7319ac2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:44:35.756Z] + go version [2021-01-26T00:44:35.756Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T00:44:35.771Z] $ docker stop --time=1 1e27169baf0087e7db43d8669d0158cd7aa50845ca94291e4146f02ee7319ac2 [2021-01-26T00:44:37.098Z] $ docker rm -f 1e27169baf0087e7db43d8669d0158cd7aa50845ca94291e4146f02ee7319ac2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:44:37.926Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T00:44:37.926Z] . [Pipeline] withDockerContainer [2021-01-26T00:44:38.028Z] prd-centos7-docker-4c-2g-22746 does not seem to be running inside a container [2021-01-26T00:44:38.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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 ******** ci-base-image-x86_64 cat [2021-01-26T00:44:38.656Z] $ docker top 973a330c0af5dba84e9bf9c9dc8bdf73b0f4384e08a30fe6e7aea9a0998bb6db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:44:39.087Z] gofmt -l . [2021-01-26T00:44:39.087Z] [ "`gofmt -l .`" = "" ] [2021-01-26T00:44:39.146Z] + make test [2021-01-26T00:44:39.146Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] } [2021-01-26T00:44:39.704Z] $ docker stop --time=1 32dc2fb1a6b8daa7869d748066f19a47250c28b2227e2007d58c755f6f176f4e [2021-01-26T00:44:41.981Z] $ docker rm -f 32dc2fb1a6b8daa7869d748066f19a47250c28b2227e2007d58c755f6f176f4e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:44:42.919Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T00:44:43.987Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-26T00:44:45.877Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T00:44:46.152Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.022s coverage: 85.7% of statements [2021-01-26T00:44:46.152Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.035s coverage: 100.0% of statements [2021-01-26T00:44:46.744Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.085s coverage: 45.4% of statements [2021-01-26T00:44:46.744Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.021s coverage: 77.8% of statements [2021-01-26T00:44:46.744Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T00:44:47.329Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.035s coverage: 26.3% of statements [2021-01-26T00:44:47.599Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.018s coverage: 14.7% of statements [2021-01-26T00:44:47.599Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements [2021-01-26T00:44:47.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.021s coverage: 91.8% of statements [2021-01-26T00:44:47.871Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T00:44:47.871Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T00:44:47.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements [2021-01-26T00:44:47.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements [2021-01-26T00:44:49.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.025s coverage: 63.0% of statements [2021-01-26T00:44:49.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements [2021-01-26T00:44:49.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.009s coverage: 15.4% of statements [2021-01-26T00:44:49.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.024s coverage: 15.4% of statements [2021-01-26T00:44:49.833Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.025s coverage: 14.3% of statements [2021-01-26T00:44:49.833Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T00:44:51.255Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.078s coverage: 84.7% of statements [2021-01-26T00:44:51.255Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T00:44:51.255Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T00:44:51.255Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T00:44:51.255Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 43.6% of statements [2021-01-26T00:44:51.255Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.4% of statements [2021-01-26T00:44:51.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.035s coverage: 92.9% of statements [2021-01-26T00:44:51.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-01-26T00:44:51.518Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T00:44:51.780Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T00:44:53.193Z] gofmt -l . [2021-01-26T00:44:53.462Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T00:44:53.741Z] $ docker stop --time=1 973a330c0af5dba84e9bf9c9dc8bdf73b0f4384e08a30fe6e7aea9a0998bb6db [2021-01-26T00:44:56.152Z] $ docker rm -f 973a330c0af5dba84e9bf9c9dc8bdf73b0f4384e08a30fe6e7aea9a0998bb6db [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:44:56.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T00:44:56.729Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T00:44:57.047Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-26T00:44:59.084Z] provisioning config files... [2021-01-26T00:44:59.100Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/config2170157769447445620tmp [Pipeline] { [Pipeline] sh [2021-01-26T00:44:59.490Z] + set +x [2021-01-26T00:44:59.490Z] + curl -s https://codecov.io/bash [2021-01-26T00:44:59.490Z] + bash -s -- [2021-01-26T00:44:59.753Z] [2021-01-26T00:44:59.753Z] _____ _ [2021-01-26T00:44:59.753Z] / ____| | | [2021-01-26T00:44:59.753Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T00:44:59.753Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T00:44:59.753Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T00:44:59.753Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T00:44:59.753Z] Bash-20210115-cec3c92 [2021-01-26T00:44:59.753Z] [2021-01-26T00:44:59.753Z] [2021-01-26T00:44:59.753Z] ==> git version 2.24.3 found [2021-01-26T00:44:59.753Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-26T00:44:59.753Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T00:44:59.753Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T00:44:59.753Z] ==> Jenkins CI detected. [2021-01-26T00:44:59.754Z] project root: . [2021-01-26T00:44:59.754Z] --> token set from env [2021-01-26T00:44:59.754Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T00:44:59.754Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T00:44:59.754Z] ==> Python coveragepy not found [2021-01-26T00:44:59.754Z] ==> Searching for coverage reports in: [2021-01-26T00:44:59.754Z] + . [2021-01-26T00:44:59.754Z] -> Found 1 reports [2021-01-26T00:44:59.754Z] ==> Detecting git/mercurial file structure [2021-01-26T00:44:59.754Z] ==> Reading reports [2021-01-26T00:44:59.754Z] + ./coverage.out bytes=132307 [2021-01-26T00:44:59.754Z] ==> Appending adjustments [2021-01-26T00:44:59.754Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T00:45:00.702Z] + Found adjustments [2021-01-26T00:45:00.702Z] ==> Gzipping contents [2021-01-26T00:45:00.702Z] 24K /tmp/codecov.QdrYe0.gz [2021-01-26T00:45:00.702Z] ==> Uploading reports [2021-01-26T00:45:00.702Z] url: https://codecov.io [2021-01-26T00:45:00.702Z] query: branch=PR-458&commit=17e186f9533a9d11bf1c9632cb519591d1a7efd7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-458%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=458&job=&cmd_args= [2021-01-26T00:45:00.702Z] -> Pinging Codecov [2021-01-26T00:45:00.702Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-458&commit=17e186f9533a9d11bf1c9632cb519591d1a7efd7&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-458%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=458&job=&cmd_args= [2021-01-26T00:45:01.279Z] -> Uploading to [2021-01-26T00:45:01.279Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/17e186f9533a9d11bf1c9632cb519591d1a7efd7/9631cde9-04ea-403c-a6d5-ef7025c9c738.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T004501Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=391f79ccfb05fd355ab39e698863db51d30c44311af69563d42aa8c59ba323bf [2021-01-26T00:45:01.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T00:45:01.279Z] Dload Upload Total Spent Left Speed [2021-01-26T00:45:01.544Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20641 0 0 100 20641 0 42767 --:--:-- --:--:-- --:--:-- 42823 [2021-01-26T00:45:01.544Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/17e186f9533a9d11bf1c9632cb519591d1a7efd7 [Pipeline] } [2021-01-26T00:45:01.557Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:04.446Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:04.754Z] ---> package-listing.sh [2021-01-26T00:45:04.754Z] ++ facter osfamily [2021-01-26T00:45:04.754Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T00:45:04.754Z] + OS_FAMILY=redhat [2021-01-26T00:45:04.754Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-458 [2021-01-26T00:45:04.754Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T00:45:04.754Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T00:45:04.754Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T00:45:04.754Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T00:45:04.754Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-458 ']' [2021-01-26T00:45:04.754Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T00:45:04.754Z] + case "${OS_FAMILY}" in [2021-01-26T00:45:04.754Z] + rpm -qa [2021-01-26T00:45:04.754Z] + sort [2021-01-26T00:45:10.066Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T00:45:10.067Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T00:45:10.067Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T00:45:10.067Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-458 ']' [2021-01-26T00:45:10.067Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-458/archives/ [2021-01-26T00:45:10.067Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-458/archives/ [Pipeline] echo [2021-01-26T00:45:10.081Z] 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-458/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-26T00:45:10.379Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:45:10.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:45:10.688Z] [2021-01-26T00:45:10.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:45:11.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:45:11.040Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T00:45:11.040Z] df20fa9351a1: Pulling fs layer [2021-01-26T00:45:11.040Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T00:45:11.040Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T00:45:11.040Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T00:45:11.040Z] 93b61091891f: Pulling fs layer [2021-01-26T00:45:11.040Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T00:45:11.040Z] 5e14af77c1be: Pulling fs layer [2021-01-26T00:45:11.040Z] 01666e4c0597: Pulling fs layer [2021-01-26T00:45:11.040Z] aa168da1d23b: Pulling fs layer [2021-01-26T00:45:11.040Z] 93b9cdb0e59b: Waiting [2021-01-26T00:45:11.040Z] 5e14af77c1be: Waiting [2021-01-26T00:45:11.040Z] 01666e4c0597: Waiting [2021-01-26T00:45:11.040Z] 93b61091891f: Waiting [2021-01-26T00:45:11.040Z] 46f8f816bc3b: Waiting [2021-01-26T00:45:11.040Z] aa168da1d23b: Waiting [2021-01-26T00:45:11.040Z] 36b3adc4ff6f: Verifying Checksum [2021-01-26T00:45:11.040Z] 36b3adc4ff6f: Download complete [2021-01-26T00:45:11.040Z] 46f8f816bc3b: Verifying Checksum [2021-01-26T00:45:11.040Z] 46f8f816bc3b: Download complete [2021-01-26T00:45:11.040Z] df20fa9351a1: Verifying Checksum [2021-01-26T00:45:11.040Z] df20fa9351a1: Download complete [2021-01-26T00:45:11.040Z] 93b9cdb0e59b: Verifying Checksum [2021-01-26T00:45:11.040Z] 93b9cdb0e59b: Download complete [2021-01-26T00:45:11.040Z] 5e14af77c1be: Verifying Checksum [2021-01-26T00:45:11.040Z] 5e14af77c1be: Download complete [2021-01-26T00:45:11.305Z] 93b61091891f: Verifying Checksum [2021-01-26T00:45:11.305Z] 93b61091891f: Download complete [2021-01-26T00:45:11.305Z] 01666e4c0597: Verifying Checksum [2021-01-26T00:45:11.305Z] 01666e4c0597: Download complete [2021-01-26T00:45:11.305Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T00:45:11.305Z] 8ad3a11d3b57: Download complete [2021-01-26T00:45:11.567Z] df20fa9351a1: Pull complete [2021-01-26T00:45:11.840Z] 36b3adc4ff6f: Pull complete [2021-01-26T00:45:13.260Z] aa168da1d23b: Verifying Checksum [2021-01-26T00:45:13.260Z] aa168da1d23b: Download complete [2021-01-26T00:45:13.260Z] 8ad3a11d3b57: Pull complete [2021-01-26T00:45:13.537Z] 46f8f816bc3b: Pull complete [2021-01-26T00:45:13.801Z] 93b61091891f: Pull complete [2021-01-26T00:45:14.065Z] 93b9cdb0e59b: Pull complete [2021-01-26T00:45:14.065Z] 5e14af77c1be: Pull complete [2021-01-26T00:45:14.065Z] 01666e4c0597: Pull complete [2021-01-26T00:45:22.254Z] aa168da1d23b: Pull complete [2021-01-26T00:45:22.254Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T00:45:22.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:45:22.254Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T00:45:22.474Z] prd-centos7-docker-4c-2g-22738 does not seem to be running inside a container [2021-01-26T00:45:22.524Z] $ 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-458/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-458 -v /w/workspace/dry_go-mod-core-contracts_PR-458:/w/workspace/dry_go-mod-core-contracts_PR-458:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-458@tmp:/w/workspace/dry_go-mod-core-contracts_PR-458@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T00:45:26.346Z] $ docker top bdd13220cd59a6a150b2b5e5b13b2405c7d22fec0d4feb623489d9258eeabee1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:45:26.821Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T00:45:27.123Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T00:45:27.424Z] + ls /var/log/sa-host [2021-01-26T00:45:27.424Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T00:45:27.424Z] file_magic: OK [2021-01-26T00:45:27.424Z] HZ: Using current value: 100 [2021-01-26T00:45:27.424Z] file_header: OK [2021-01-26T00:45:27.424Z] 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-26T00:45:27.424Z] Statistics: [2021-01-26T00:45:27.424Z] Hnuu...uuuununununu... [2021-01-26T00:45:27.424Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T00:45:27.424Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T00:45:27.424Z] file_magic: OK [2021-01-26T00:45:27.424Z] HZ: Using current value: 100 [2021-01-26T00:45:27.424Z] file_header: OK [2021-01-26T00:45:27.424Z] 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-26T00:45:27.424Z] Statistics: [2021-01-26T00:45:27.424Z] 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-26T00:45:27.424Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T00:45:29.132Z] provisioning config files... [2021-01-26T00:45:29.151Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/config7894204007897924781tmp [Pipeline] { [Pipeline] echo [2021-01-26T00:45:29.220Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:29.532Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T00:45:29.542Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T00:45:29.628Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:29.934Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T00:45:29.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:30.558Z] ---> sudo-logs.sh [2021-01-26T00:45:30.558Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T00:45:30.568Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:30.862Z] ---> job-cost.sh [2021-01-26T00:45:30.862Z] lf-activate-venv: SKIPPING [2021-01-26T00:45:30.862Z] INFO: No Stack... [2021-01-26T00:45:31.806Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T00:45:32.380Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T00:45:32.396Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:45:32.688Z] ---> logs-deploy.sh [2021-01-26T00:45:32.688Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-458/2 [2021-01-26T00:45:32.688Z] INFO: archiving workspace using pattern(s): [2021-01-26T00:45:34.602Z] Archives upload complete. [2021-01-26T00:45:34.602Z] INFO: archiving logs to Nexus