Pull request #458 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 944094fc067420aa4c8fb4110feecccf3fa35190+e35ca5e202a3b4aeda829793b42f699c895703f6 (4b64ff911c615da78fe53c567da7b81738b422cd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22839 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 944094fc067420aa4c8fb4110feecccf3fa35190 Merge succeeded, producing 944094fc067420aa4c8fb4110feecccf3fa35190 Checking out Revision 944094fc067420aa4c8fb4110feecccf3fa35190 (PR-458) > git config core.sparsecheckout # timeout=10 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # 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 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T15:36:15.671Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 17e186f9533a9d11bf1c9632cb519591d1a7efd7 # timeout=10 [2021-01-26T15:36:15.919Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T15:36:16.017Z] ========================================================= [2021-01-26T15:36:16.017Z] EdgeX Global Pipelines Version Info [2021-01-26T15:36:16.017Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:36:17.494Z] ------------------- [2021-01-26T15:36:17.494Z] stable info: [2021-01-26T15:36:17.494Z] ------------------- [2021-01-26T15:36:17.494Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T15:36:17.494Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T15:36:17.494Z] Message: update stable to v1.0.179 [2021-01-26T15:36:18.443Z] ------------------- [2021-01-26T15:36:18.443Z] experimental info: [2021-01-26T15:36:18.443Z] ------------------- [2021-01-26T15:36:18.443Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T15:36:18.443Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T15:36:18.443Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T15:36:18.749Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-01-26T15:36:18.837Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-01-26T15:36:18.926Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T15:36:19.015Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T15:36:19.137Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T15:36:19.235Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T15:36:19.324Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T15:36:19.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T15:36:19.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-26T15:36:19.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T15:36:19.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T15:36:19.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-01-26T15:36:19.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T15:36:19.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T15:36:20.127Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:36:20.235Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:36:20.327Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:36:20.441Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-26T15:36:20.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T15:36:20.663Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-26T15:36:20.760Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-26T15:36:20.891Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-26T15:36:21.017Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-26T15:36:21.151Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-26T15:36:21.267Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-26T15:36:21.358Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T15:36:21.449Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T15:36:21.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-458 [Pipeline] echo [2021-01-26T15:36:21.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-458 [Pipeline] echo [2021-01-26T15:36:21.944Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-458 [Pipeline] echo [2021-01-26T15:36:22.029Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 944094fc067420aa4c8fb4110feecccf3fa35190 [Pipeline] echo [2021-01-26T15:36:22.115Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 944094f [Pipeline] echo [2021-01-26T15:36:22.201Z] [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-26T15:36:22.917Z] + git log --format=format:%s -1 944094fc067420aa4c8fb4110feecccf3fa35190 [Pipeline] echo [2021-01-26T15:36:22.988Z] GIT_COMMIT: 944094fc067420aa4c8fb4110feecccf3fa35190, Commit Message: build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0 [Pipeline] echo [2021-01-26T15:36:23.030Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:36:24.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:36:24.014Z] [2021-01-26T15:36:24.014Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:36:24.364Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:36:24.364Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T15:36:24.364Z] 31603596830f: Pulling fs layer [2021-01-26T15:36:24.364Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T15:36:24.364Z] 6ca5941a6612: Pulling fs layer [2021-01-26T15:36:24.364Z] ecc8261a40a4: Pulling fs layer [2021-01-26T15:36:24.364Z] ecc8261a40a4: Waiting [2021-01-26T15:36:24.364Z] 2a8b12db71e7: Verifying Checksum [2021-01-26T15:36:24.364Z] 2a8b12db71e7: Download complete [2021-01-26T15:36:24.627Z] 31603596830f: Verifying Checksum [2021-01-26T15:36:24.627Z] 31603596830f: Download complete [2021-01-26T15:36:24.627Z] ecc8261a40a4: Verifying Checksum [2021-01-26T15:36:24.627Z] ecc8261a40a4: Download complete [2021-01-26T15:36:24.627Z] 6ca5941a6612: Verifying Checksum [2021-01-26T15:36:24.627Z] 6ca5941a6612: Download complete [2021-01-26T15:36:24.901Z] 31603596830f: Pull complete [2021-01-26T15:36:25.167Z] 2a8b12db71e7: Pull complete [2021-01-26T15:36:26.143Z] 6ca5941a6612: Pull complete [2021-01-26T15:36:26.143Z] ecc8261a40a4: Pull complete [2021-01-26T15:36:26.143Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T15:36:26.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T15:36:26.407Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T15:36:26.532Z] prd-centos7-docker-4c-2g-22839 does not seem to be running inside a container [2021-01-26T15:36:26.586Z] $ 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-26T15:36:28.632Z] $ docker top 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T15:36:28.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:36:28.912Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:36:29.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:36:29.146Z] $ docker exec 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent [2021-01-26T15:36:29.320Z] SSH_AUTH_SOCK=/tmp/ssh-W8AXR6z2xHLD/agent.12 [2021-01-26T15:36:29.320Z] SSH_AGENT_PID=17 [2021-01-26T15:36:29.330Z] Running ssh-add (command line suppressed) [2021-01-26T15:36:29.458Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_2652426506899817992.key (/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_2652426506899817992.key) [2021-01-26T15:36:29.512Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:36:29.845Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T15:36:29.868Z] $ docker exec --env ******** --env ******** 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent -k [2021-01-26T15:36:29.995Z] unset SSH_AUTH_SOCK; [2021-01-26T15:36:29.995Z] unset SSH_AGENT_PID; [2021-01-26T15:36:29.995Z] echo Agent pid 17 killed; [2021-01-26T15:36:30.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T15:36:30.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T15:36:30.201Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T15:36:30.369Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T15:36:30.372Z] $ docker exec 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent [2021-01-26T15:36:30.540Z] SSH_AUTH_SOCK=/tmp/ssh-4cajPjN9Nu9s/agent.45 [2021-01-26T15:36:30.540Z] SSH_AGENT_PID=50 [2021-01-26T15:36:30.557Z] Running ssh-add (command line suppressed) [2021-01-26T15:36:30.676Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_4372548999621080387.key (/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_4372548999621080387.key) [2021-01-26T15:36:30.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T15:36:31.073Z] + git semver init [2021-01-26T15:36:31.073Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T15:36:31.073Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-458/.git [2021-01-26T15:36:31.073Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-458 [2021-01-26T15:36:31.073Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T15:36:31.073Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T15:36:31.073Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T15:36:31.073Z] # $SEMVER_BRANCH = PR-458 [2021-01-26T15:36:31.073Z] # $SEMVER_TEMP = /tmp/semver-632882927 [2021-01-26T15:36:31.073Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-01-26T15:36:31.650Z] # '/tmp/semver-632882927' -> '/w/workspace/dry_go-mod-core-contracts_PR-458/.semver' [2021-01-26T15:36:31.915Z] # -> Force: false [2021-01-26T15:36:31.915Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-458/.semver [Pipeline] } [2021-01-26T15:36:31.932Z] $ docker exec --env ******** --env ******** 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent -k [2021-01-26T15:36:32.054Z] unset SSH_AUTH_SOCK; [2021-01-26T15:36:32.055Z] unset SSH_AGENT_PID; [2021-01-26T15:36:32.055Z] echo Agent pid 50 killed; [2021-01-26T15:36:32.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T15:36:32.565Z] + git semver [Pipeline] } [2021-01-26T15:36:32.589Z] $ docker stop --time=1 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f [2021-01-26T15:36:34.393Z] $ docker rm -f 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:36:34.855Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T15:36:35.343Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T15:36:35.346Z] [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-26T15:36:50.983Z] Still waiting to schedule task [2021-01-26T15:36:50.983Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22834’ is offline; ‘prd-centos7-docker-4c-2g-22840’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22838’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-26T15:36:50.986Z] Still waiting to schedule task [2021-01-26T15:36:50.986Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-26T15:37:58.434Z] Running on prd-centos7-docker-4c-2g-22842 in /w/workspace/dry_go-mod-core-contracts_PR-458 [Pipeline] { [Pipeline] ws [2021-01-26T15:37:58.488Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-26T15:38:01.140Z] using credential edgex-jenkins-ssh [2021-01-26T15:38:01.200Z] Cloning the remote Git repository [2021-01-26T15:38:00.968Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:38:01.049Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-26T15:38:01.120Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:38:01.120Z] > git --version # timeout=10 [2021-01-26T15:38:01.127Z] > git --version # 'git version 2.24.3' [2021-01-26T15:38:01.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:38:01.154Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:38:03.303Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:38:03.311Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:38:03.323Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:38:03.337Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:38:03.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:38:03.342Z] > 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-26T15:38:04.944Z] Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 944094fc067420aa4c8fb4110feecccf3fa35190 [2021-01-26T15:38:05.074Z] Merge succeeded, producing 944094fc067420aa4c8fb4110feecccf3fa35190 [2021-01-26T15:38:05.075Z] Checking out Revision 944094fc067420aa4c8fb4110feecccf3fa35190 (PR-458) [2021-01-26T15:38:04.952Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:38:04.959Z] > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 [2021-01-26T15:38:05.033Z] > git remote # timeout=10 [2021-01-26T15:38:05.039Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T15:38:05.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:38:05.055Z] > git merge e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 [2021-01-26T15:38:05.067Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T15:38:05.078Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:38:05.083Z] > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 [2021-01-26T15:38:08.726Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:38:09.909Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:38:10.256Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:38:10.568Z] + sudo service docker restart [2021-01-26T15:38:10.568Z] + true [2021-01-26T15:38:10.568Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-26T15:38:11.697Z] ========================================================= [2021-01-26T15:38:11.698Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T15:38:11.698Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:38:12.060Z] + 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-26T15:38:12.641Z] Sending build context to Docker daemon 2.35MB [2021-01-26T15:38:12.641Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T15:38:12.641Z] Step 2/7 : FROM ${BASE} [2021-01-26T15:38:12.903Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T15:38:12.903Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T15:38:12.903Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T15:38:12.903Z] de9db76c5a1d: Pulling fs layer [2021-01-26T15:38:12.903Z] bca2f99d35d6: Pulling fs layer [2021-01-26T15:38:12.903Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T15:38:12.903Z] 7c6f9722023f: Pulling fs layer [2021-01-26T15:38:12.903Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T15:38:12.903Z] bca2f99d35d6: Waiting [2021-01-26T15:38:12.903Z] 93359f2a8cfa: Waiting [2021-01-26T15:38:12.903Z] 7c6f9722023f: Waiting [2021-01-26T15:38:12.903Z] a35cf1a2eb13: Waiting [2021-01-26T15:38:12.903Z] de9db76c5a1d: Verifying Checksum [2021-01-26T15:38:12.903Z] de9db76c5a1d: Download complete [2021-01-26T15:38:12.903Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T15:38:12.903Z] 0ef7d3d256c8: Download complete [2021-01-26T15:38:12.903Z] 93359f2a8cfa: Verifying Checksum [2021-01-26T15:38:12.903Z] 93359f2a8cfa: Download complete [2021-01-26T15:38:12.903Z] 7c6f9722023f: Verifying Checksum [2021-01-26T15:38:12.903Z] 7c6f9722023f: Download complete [2021-01-26T15:38:13.851Z] 188c0c94c7c5: Download complete [2021-01-26T15:38:13.851Z] 188c0c94c7c5: Pull complete [2021-01-26T15:38:14.122Z] 0ef7d3d256c8: Pull complete [2021-01-26T15:38:14.387Z] de9db76c5a1d: Pull complete [2021-01-26T15:38:14.968Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T15:38:14.968Z] a35cf1a2eb13: Download complete [2021-01-26T15:38:15.929Z] bca2f99d35d6: Verifying Checksum [2021-01-26T15:38:15.929Z] bca2f99d35d6: Download complete [2021-01-26T15:38:21.245Z] bca2f99d35d6: Pull complete [2021-01-26T15:38:21.245Z] 93359f2a8cfa: Pull complete [2021-01-26T15:38:21.510Z] 7c6f9722023f: Pull complete [2021-01-26T15:38:26.854Z] a35cf1a2eb13: Pull complete [2021-01-26T15:38:26.854Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T15:38:26.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T15:38:26.854Z] ---> a62c8e92a672 [2021-01-26T15:38:26.854Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T15:38:26.854Z] ---> Running in 1b02023e94ab [2021-01-26T15:38:26.854Z] Removing intermediate container 1b02023e94ab [2021-01-26T15:38:26.854Z] ---> 5b480005d9de [2021-01-26T15:38:26.854Z] Step 4/7 : RUN apk add bash [2021-01-26T15:38:26.854Z] ---> Running in 52dcd41cb571 [2021-01-26T15:38:27.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T15:38:28.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T15:38:28.656Z] OK: 166 MiB in 39 packages [2021-01-26T15:38:29.234Z] Removing intermediate container 52dcd41cb571 [2021-01-26T15:38:29.234Z] ---> 5fdac2f7757b [2021-01-26T15:38:29.234Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T15:38:29.234Z] ---> Running in a059b0d35f5c [2021-01-26T15:38:29.497Z] Removing intermediate container a059b0d35f5c [2021-01-26T15:38:29.497Z] ---> 7a1decf7b4fb [2021-01-26T15:38:29.497Z] Step 6/7 : COPY go.mod . [2021-01-26T15:38:29.761Z] ---> 1e6ffddecfb9 [2021-01-26T15:38:29.761Z] Step 7/7 : RUN go mod download [2021-01-26T15:38:29.761Z] ---> Running in 3633b308a0aa [2021-01-26T15:38:42.064Z] Removing intermediate container 3633b308a0aa [2021-01-26T15:38:42.064Z] ---> 54d3da9dac12 [2021-01-26T15:38:42.064Z] Successfully built 54d3da9dac12 [2021-01-26T15:38:42.064Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:38:42.382Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T15:38:42.382Z] . [Pipeline] withDockerContainer [2021-01-26T15:38:42.503Z] prd-centos7-docker-4c-2g-22842 does not seem to be running inside a container [2021-01-26T15:38:42.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T15:38:43.355Z] $ docker top 186d713fd5b2a851cf8ae54972b1d76367c1bc7a7f1955a5ca28ffec9d0d6dcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:38:43.791Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22841 in /w/workspace/dry_go-mod-core-contracts_PR-458 [Pipeline] { [Pipeline] ws [2021-01-26T15:38:43.847Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-01-26T15:38:43.950Z] + go version [2021-01-26T15:38:43.950Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T15:38:43.991Z] $ docker stop --time=1 186d713fd5b2a851cf8ae54972b1d76367c1bc7a7f1955a5ca28ffec9d0d6dcb [2021-01-26T15:38:45.371Z] $ docker rm -f 186d713fd5b2a851cf8ae54972b1d76367c1bc7a7f1955a5ca28ffec9d0d6dcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:38:46.266Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T15:38:46.267Z] . [Pipeline] withDockerContainer [2021-01-26T15:38:46.372Z] prd-centos7-docker-4c-2g-22842 does not seem to be running inside a container [2021-01-26T15:38:46.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-26T15:38:47.283Z] $ docker top 623b269363c51c5e2737962f8c60c5cbf3393e553e808a9f95f4dbece2227463 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:38:47.816Z] + make test [2021-01-26T15:38:47.816Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T15:38:49.070Z] using credential edgex-jenkins-ssh [2021-01-26T15:38:49.130Z] Cloning the remote Git repository [2021-01-26T15:38:49.176Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:38:49.284Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-01-26T15:38:49.375Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:38:49.376Z] > git --version # timeout=10 [2021-01-26T15:38:49.399Z] > git --version # 'git version 2.17.1' [2021-01-26T15:38:49.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:38:49.482Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:38:51.109Z] Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 944094fc067420aa4c8fb4110feecccf3fa35190 [2021-01-26T15:38:51.428Z] Merge succeeded, producing 944094fc067420aa4c8fb4110feecccf3fa35190 [2021-01-26T15:38:51.428Z] Checking out Revision 944094fc067420aa4c8fb4110feecccf3fa35190 (PR-458) [2021-01-26T15:38:50.484Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:38:50.502Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T15:38:50.530Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-01-26T15:38:50.565Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-01-26T15:38:50.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:38:50.577Z] > 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-26T15:38:51.126Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:38:51.186Z] > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 [2021-01-26T15:38:51.347Z] > git remote # timeout=10 [2021-01-26T15:38:51.368Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T15:38:51.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T15:38:51.392Z] > git merge e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 [2021-01-26T15:38:51.413Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T15:38:51.430Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T15:38:51.440Z] > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 [2021-01-26T15:38:54.495Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T15:38:55.086Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.027s coverage: 85.7% of statements [2021-01-26T15:38:55.086Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements [2021-01-26T15:38:55.360Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.012s coverage: 45.4% of statements [2021-01-26T15:38:55.360Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.025s coverage: 77.8% of statements [2021-01-26T15:38:55.360Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T15:38:55.656Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T15:38:56.346Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.005s coverage: 26.3% of statements [2021-01-26T15:38:56.616Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.019s coverage: 14.7% of statements [2021-01-26T15:38:56.616Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.036s coverage: 100.0% of statements [2021-01-26T15:38:57.208Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.034s coverage: 91.8% of statements [2021-01-26T15:38:57.208Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T15:38:57.208Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T15:38:57.208Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements [2021-01-26T15:38:57.208Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements [2021-01-26T15:38:57.265Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:38:57.670Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T15:38:58.019Z] + true+ [2021-01-26T15:38:58.019Z] sudo service docker restart [2021-01-26T15:38:59.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.020s coverage: 63.0% of statements [2021-01-26T15:38:59.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements [2021-01-26T15:38:59.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements [2021-01-26T15:38:59.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements [2021-01-26T15:38:59.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.036s coverage: 14.3% of statements [2021-01-26T15:38:59.189Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] unstash [Pipeline] echo [2021-01-26T15:39:00.315Z] ========================================================= [2021-01-26T15:39:00.315Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T15:39:00.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:39:00.612Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.086s coverage: 84.7% of statements [2021-01-26T15:39:00.612Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T15:39:00.612Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T15:39:00.612Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T15:39:00.612Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.009s coverage: 43.6% of statements [2021-01-26T15:39:00.612Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.022s coverage: 94.4% of statements [2021-01-26T15:39:00.693Z] + 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-26T15:39:00.876Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.034s coverage: 92.9% of statements [2021-01-26T15:39:00.876Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements [2021-01-26T15:39:00.876Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T15:39:01.141Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T15:39:01.678Z] Sending build context to Docker daemon 2.349MB [2021-01-26T15:39:01.679Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-01-26T15:39:01.679Z] Step 2/7 : FROM ${BASE} [2021-01-26T15:39:02.279Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T15:39:02.279Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T15:39:02.279Z] a4357932f1b6: Pulling fs layer [2021-01-26T15:39:02.279Z] 18c013af1878: Pulling fs layer [2021-01-26T15:39:02.279Z] 00ac8860ef70: Pulling fs layer [2021-01-26T15:39:02.279Z] 63d7cb157983: Pulling fs layer [2021-01-26T15:39:02.279Z] b116817d02f9: Pulling fs layer [2021-01-26T15:39:02.279Z] 745a02a5169b: Pulling fs layer [2021-01-26T15:39:02.279Z] 00ac8860ef70: Waiting [2021-01-26T15:39:02.279Z] 63d7cb157983: Waiting [2021-01-26T15:39:02.279Z] b116817d02f9: Waiting [2021-01-26T15:39:02.279Z] 18c013af1878: Verifying Checksum [2021-01-26T15:39:02.279Z] 18c013af1878: Download complete [2021-01-26T15:39:02.279Z] a4357932f1b6: Verifying Checksum [2021-01-26T15:39:02.279Z] a4357932f1b6: Download complete [2021-01-26T15:39:02.279Z] 63d7cb157983: Verifying Checksum [2021-01-26T15:39:02.279Z] 63d7cb157983: Download complete [2021-01-26T15:39:02.279Z] b116817d02f9: Download complete [2021-01-26T15:39:02.279Z] 5f621e34cdf4: Download complete [2021-01-26T15:39:02.884Z] 5f621e34cdf4: Pull complete [2021-01-26T15:39:03.091Z] gofmt -l . [2021-01-26T15:39:03.092Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T15:39:03.371Z] $ docker stop --time=1 623b269363c51c5e2737962f8c60c5cbf3393e553e808a9f95f4dbece2227463 [2021-01-26T15:39:03.487Z] a4357932f1b6: Pull complete [2021-01-26T15:39:03.764Z] 18c013af1878: Pull complete [2021-01-26T15:39:04.360Z] 745a02a5169b: Verifying Checksum [2021-01-26T15:39:04.360Z] 745a02a5169b: Download complete [2021-01-26T15:39:05.337Z] 00ac8860ef70: Verifying Checksum [2021-01-26T15:39:05.337Z] 00ac8860ef70: Download complete [2021-01-26T15:39:05.970Z] $ docker rm -f 623b269363c51c5e2737962f8c60c5cbf3393e553e808a9f95f4dbece2227463 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:39:06.620Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T15:39:07.028Z] 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] } [2021-01-26T15:39:15.522Z] 00ac8860ef70: Pull complete [2021-01-26T15:39:15.523Z] 63d7cb157983: Pull complete [2021-01-26T15:39:16.124Z] b116817d02f9: Pull complete [2021-01-26T15:39:19.540Z] 745a02a5169b: Pull complete [2021-01-26T15:39:19.540Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T15:39:19.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T15:39:19.540Z] ---> b7e6874047d6 [2021-01-26T15:39:19.540Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-26T15:39:22.943Z] ---> Running in 9d87fca7bbc0 [2021-01-26T15:39:22.943Z] Removing intermediate container 9d87fca7bbc0 [2021-01-26T15:39:22.943Z] ---> f0688d245d84 [2021-01-26T15:39:22.943Z] Step 4/7 : RUN apk add bash [2021-01-26T15:39:22.943Z] ---> Running in 3de37c4a1eb9 [2021-01-26T15:39:24.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T15:39:24.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T15:39:26.397Z] OK: 142 MiB in 39 packages [2021-01-26T15:39:27.379Z] Removing intermediate container 3de37c4a1eb9 [2021-01-26T15:39:27.379Z] ---> af5ab51aa7a9 [2021-01-26T15:39:27.379Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-01-26T15:39:27.661Z] ---> Running in ccbe728aac1f [2021-01-26T15:39:27.939Z] Removing intermediate container ccbe728aac1f [2021-01-26T15:39:27.939Z] ---> 84d35dd0d3f2 [2021-01-26T15:39:27.939Z] Step 6/7 : COPY go.mod . [2021-01-26T15:39:28.918Z] ---> 2438365f1421 [2021-01-26T15:39:28.918Z] Step 7/7 : RUN go mod download [2021-01-26T15:39:28.918Z] ---> Running in 52f8356e2769 [2021-01-26T15:39:44.077Z] Removing intermediate container 52f8356e2769 [2021-01-26T15:39:44.077Z] ---> 384308c824cd [2021-01-26T15:39:44.077Z] Successfully built 384308c824cd [2021-01-26T15:39:44.077Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:39:44.421Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T15:39:44.421Z] . [Pipeline] withDockerContainer [2021-01-26T15:39:44.692Z] prd-ubuntu18.04-docker-arm64-4c-16g-22841 does not seem to be running inside a container [2021-01-26T15:39:44.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-26T15:39:46.422Z] $ docker top 78b566ee9e768a09218f425465a036a90c754bbde280aec36fde16efff0eca6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:39:47.473Z] + go version [2021-01-26T15:39:47.473Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T15:39:47.494Z] $ docker stop --time=1 78b566ee9e768a09218f425465a036a90c754bbde280aec36fde16efff0eca6e [2021-01-26T15:39:49.352Z] $ docker rm -f 78b566ee9e768a09218f425465a036a90c754bbde280aec36fde16efff0eca6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:39:50.303Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T15:39:50.303Z] . [Pipeline] withDockerContainer [2021-01-26T15:39:50.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-22841 does not seem to be running inside a container [2021-01-26T15:39:50.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-26T15:39:51.999Z] $ docker top b6cff8befa3c0ecda22c1d4f27b59713b38d2848f5657905966dbd4fd273d15f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:39:52.966Z] + make test [2021-01-26T15:39:52.966Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-26T15:40:15.163Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-01-26T15:40:16.150Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements [2021-01-26T15:40:16.150Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.055s coverage: 100.0% of statements [2021-01-26T15:40:18.146Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements [2021-01-26T15:40:18.146Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.047s coverage: 77.8% of statements [2021-01-26T15:40:18.146Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-01-26T15:40:18.748Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.037s coverage: 26.3% of statements [2021-01-26T15:40:19.733Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.054s coverage: 14.7% of statements [2021-01-26T15:40:20.017Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements [2021-01-26T15:40:21.460Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.092s coverage: 91.8% of statements [2021-01-26T15:40:21.460Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-01-26T15:40:21.460Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-01-26T15:40:21.460Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements [2021-01-26T15:40:21.460Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements [2021-01-26T15:40:26.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.160s coverage: 63.0% of statements [2021-01-26T15:40:26.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-01-26T15:40:26.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.033s coverage: 15.4% of statements [2021-01-26T15:40:26.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.030s coverage: 15.4% of statements [2021-01-26T15:40:26.906Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.046s coverage: 14.3% of statements [2021-01-26T15:40:26.906Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-01-26T15:40:28.901Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.197s coverage: 84.7% of statements [2021-01-26T15:40:28.901Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-01-26T15:40:28.901Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-01-26T15:40:28.901Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-01-26T15:40:29.181Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.074s coverage: 43.6% of statements [2021-01-26T15:40:29.787Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.4% of statements [2021-01-26T15:40:30.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.131s coverage: 92.9% of statements [2021-01-26T15:40:30.768Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements [2021-01-26T15:40:30.768Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-01-26T15:40:31.041Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-26T15:40:36.462Z] gofmt -l . [2021-01-26T15:40:37.062Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-01-26T15:40:37.673Z] $ docker stop --time=1 b6cff8befa3c0ecda22c1d4f27b59713b38d2848f5657905966dbd4fd273d15f [2021-01-26T15:40:40.113Z] $ docker rm -f b6cff8befa3c0ecda22c1d4f27b59713b38d2848f5657905966dbd4fd273d15f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T15:40:41.096Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-26T15:40:41.116Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T15:40:42.008Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-26T15:40:43.885Z] provisioning config files... [2021-01-26T15:40:43.904Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/config5815761935075784585tmp [Pipeline] { [Pipeline] sh [2021-01-26T15:40:44.286Z] + set +x [2021-01-26T15:40:44.286Z] + curl -s https://codecov.io/bash [2021-01-26T15:40:44.286Z] + bash -s -- [2021-01-26T15:40:44.550Z] [2021-01-26T15:40:44.550Z] _____ _ [2021-01-26T15:40:44.550Z] / ____| | | [2021-01-26T15:40:44.550Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T15:40:44.550Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T15:40:44.550Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T15:40:44.550Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T15:40:44.550Z] Bash-20210115-cec3c92 [2021-01-26T15:40:44.550Z] [2021-01-26T15:40:44.550Z] [2021-01-26T15:40:44.550Z] ==> git version 2.24.3 found [2021-01-26T15:40:44.550Z] ==> 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-26T15:40:44.550Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T15:40:44.550Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T15:40:44.550Z] ==> Jenkins CI detected. [2021-01-26T15:40:44.550Z] project root: . [2021-01-26T15:40:44.550Z] --> token set from env [2021-01-26T15:40:44.550Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T15:40:44.550Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T15:40:44.550Z] ==> Python coveragepy not found [2021-01-26T15:40:44.550Z] ==> Searching for coverage reports in: [2021-01-26T15:40:44.550Z] + . [2021-01-26T15:40:44.550Z] -> Found 1 reports [2021-01-26T15:40:44.550Z] ==> Detecting git/mercurial file structure [2021-01-26T15:40:44.550Z] ==> Reading reports [2021-01-26T15:40:44.550Z] + ./coverage.out bytes=132307 [2021-01-26T15:40:44.550Z] ==> Appending adjustments [2021-01-26T15:40:44.550Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T15:40:45.503Z] + Found adjustments [2021-01-26T15:40:45.503Z] ==> Gzipping contents [2021-01-26T15:40:45.503Z] 24K /tmp/codecov.HReYEf.gz [2021-01-26T15:40:45.503Z] ==> Uploading reports [2021-01-26T15:40:45.503Z] url: https://codecov.io [2021-01-26T15:40:45.503Z] query: branch=PR-458&commit=944094fc067420aa4c8fb4110feecccf3fa35190&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-458%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=458&job=&cmd_args= [2021-01-26T15:40:45.503Z] -> Pinging Codecov [2021-01-26T15:40:45.503Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-458&commit=944094fc067420aa4c8fb4110feecccf3fa35190&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-458%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=458&job=&cmd_args= [2021-01-26T15:40:46.079Z] -> Uploading to [2021-01-26T15:40:46.079Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/944094fc067420aa4c8fb4110feecccf3fa35190/bee90d6b-df06-4b9f-a2e1-59eaf8268e2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T154045Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0c924c33883fb1fa5c9ca58ea823f44af44caf322b9b98f90c318605076fd658 [2021-01-26T15:40:46.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T15:40:46.079Z] Dload Upload Total Spent Left Speed [2021-01-26T15:40:46.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20566 0 0 100 20566 0 41029 --:--:-- --:--:-- --:--:-- 41049 [2021-01-26T15:40:46.652Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/944094fc067420aa4c8fb4110feecccf3fa35190 [Pipeline] } [2021-01-26T15:40:46.663Z] 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-26T15:40:49.222Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:40:49.552Z] ---> package-listing.sh [2021-01-26T15:40:49.553Z] ++ facter osfamily [2021-01-26T15:40:49.553Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T15:40:49.553Z] + OS_FAMILY=redhat [2021-01-26T15:40:49.553Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-458 [2021-01-26T15:40:49.553Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T15:40:49.553Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T15:40:49.553Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T15:40:49.553Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T15:40:49.553Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-458 ']' [2021-01-26T15:40:49.553Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T15:40:49.553Z] + case "${OS_FAMILY}" in [2021-01-26T15:40:49.553Z] + rpm -qa [2021-01-26T15:40:49.553Z] + sort [2021-01-26T15:40:56.159Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T15:40:56.159Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T15:40:56.159Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T15:40:56.159Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-458 ']' [2021-01-26T15:40:56.159Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-458/archives/ [2021-01-26T15:40:56.159Z] + 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-26T15:40:56.174Z] 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-26T15:40:56.468Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:40:56.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:40:56.781Z] [2021-01-26T15:40:56.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T15:40:57.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:40:57.142Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T15:40:57.142Z] df20fa9351a1: Pulling fs layer [2021-01-26T15:40:57.142Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T15:40:57.142Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T15:40:57.142Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T15:40:57.142Z] 93b61091891f: Pulling fs layer [2021-01-26T15:40:57.142Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T15:40:57.142Z] 5e14af77c1be: Pulling fs layer [2021-01-26T15:40:57.142Z] 01666e4c0597: Pulling fs layer [2021-01-26T15:40:57.142Z] aa168da1d23b: Pulling fs layer [2021-01-26T15:40:57.142Z] 93b9cdb0e59b: Waiting [2021-01-26T15:40:57.142Z] 5e14af77c1be: Waiting [2021-01-26T15:40:57.142Z] aa168da1d23b: Waiting [2021-01-26T15:40:57.142Z] 93b61091891f: Waiting [2021-01-26T15:40:57.142Z] 36b3adc4ff6f: Download complete [2021-01-26T15:40:57.142Z] 46f8f816bc3b: Verifying Checksum [2021-01-26T15:40:57.142Z] 46f8f816bc3b: Download complete [2021-01-26T15:40:57.142Z] 93b61091891f: Download complete [2021-01-26T15:40:57.142Z] df20fa9351a1: Verifying Checksum [2021-01-26T15:40:57.142Z] df20fa9351a1: Download complete [2021-01-26T15:40:57.409Z] 5e14af77c1be: Verifying Checksum [2021-01-26T15:40:57.409Z] 5e14af77c1be: Download complete [2021-01-26T15:40:57.409Z] 93b9cdb0e59b: Verifying Checksum [2021-01-26T15:40:57.409Z] 93b9cdb0e59b: Download complete [2021-01-26T15:40:57.409Z] 01666e4c0597: Verifying Checksum [2021-01-26T15:40:57.409Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T15:40:57.409Z] 8ad3a11d3b57: Download complete [2021-01-26T15:40:57.672Z] df20fa9351a1: Pull complete [2021-01-26T15:40:57.946Z] 36b3adc4ff6f: Pull complete [2021-01-26T15:40:58.908Z] 8ad3a11d3b57: Pull complete [2021-01-26T15:40:59.485Z] aa168da1d23b: Verifying Checksum [2021-01-26T15:40:59.485Z] aa168da1d23b: Download complete [2021-01-26T15:40:59.751Z] 46f8f816bc3b: Pull complete [2021-01-26T15:41:00.013Z] 93b61091891f: Pull complete [2021-01-26T15:41:00.277Z] 93b9cdb0e59b: Pull complete [2021-01-26T15:41:00.277Z] 5e14af77c1be: Pull complete [2021-01-26T15:41:00.277Z] 01666e4c0597: Pull complete [2021-01-26T15:41:08.495Z] aa168da1d23b: Pull complete [2021-01-26T15:41:08.495Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T15:41:08.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T15:41:08.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T15:41:08.659Z] prd-centos7-docker-4c-2g-22839 does not seem to be running inside a container [2021-01-26T15:41:08.709Z] $ 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-26T15:41:12.001Z] $ docker top 052d3f3617b5d6a66bcf16a71a59cbd84c07c8ad4737ab0d37a8f6766ed7794c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T15:41:12.538Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T15:41:12.850Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T15:41:13.153Z] + ls /var/log/sa-host [2021-01-26T15:41:13.153Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T15:41:13.153Z] file_magic: OK [2021-01-26T15:41:13.153Z] HZ: Using current value: 100 [2021-01-26T15:41:13.153Z] file_header: OK [2021-01-26T15:41:13.153Z] 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-26T15:41:13.153Z] Statistics: [2021-01-26T15:41:13.153Z] Hnuu...uuuununununu... [2021-01-26T15:41:13.153Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T15:41:13.153Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T15:41:13.153Z] file_magic: OK [2021-01-26T15:41:13.153Z] HZ: Using current value: 100 [2021-01-26T15:41:13.153Z] file_header: OK [2021-01-26T15:41:13.153Z] 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-26T15:41:13.153Z] Statistics: [2021-01-26T15:41:13.153Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-26T15:41:13.153Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T15:41:13.372Z] provisioning config files... [2021-01-26T15:41:13.393Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/config3902812065204563369tmp [Pipeline] { [Pipeline] echo [2021-01-26T15:41:13.462Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:41:13.774Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T15:41:13.785Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T15:41:13.894Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:41:14.201Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T15:41:14.212Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:41:14.507Z] ---> sudo-logs.sh [2021-01-26T15:41:14.507Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T15:41:14.518Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:41:14.814Z] ---> job-cost.sh [2021-01-26T15:41:14.814Z] lf-activate-venv: SKIPPING [2021-01-26T15:41:14.814Z] INFO: No Stack... [2021-01-26T15:41:16.205Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T15:41:16.467Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T15:41:16.482Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T15:41:16.799Z] ---> logs-deploy.sh [2021-01-26T15:41:16.799Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-458/3 [2021-01-26T15:41:16.799Z] INFO: archiving workspace using pattern(s): [2021-01-26T15:41:18.721Z] Archives upload complete. [2021-01-26T15:41:18.721Z] INFO: archiving logs to Nexus