Pull request #513 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 rather than a9df0e28749361443b9b79d93fbdcd3a2ac02bce Obtained Jenkinsfile from 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27146 in /w/workspace/dry_go-mod-core-contracts_PR-513 [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-513 # 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/513/head:refs/remotes/origin/PR-513 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 into PR head commit a9df0e28749361443b9b79d93fbdcd3a2ac02bce Merge succeeded, producing a9df0e28749361443b9b79d93fbdcd3a2ac02bce Checking out Revision a9df0e28749361443b9b79d93fbdcd3a2ac02bce (PR-513) > git config core.sparsecheckout # timeout=10 > git checkout -f a9df0e28749361443b9b79d93fbdcd3a2ac02bce # 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 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9df0e28749361443b9b79d93fbdcd3a2ac02bce # timeout=10 Commit message: "feat(notifications): Add Notification DTO and Model" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 0559ffd17adf239c578cbac447b006b6918f4e7b # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-22T10:39:12.916Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-22T10:39:13.223Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-22T10:39:13.325Z] ========================================================= [2021-02-22T10:39:13.325Z] EdgeX Global Pipelines Version Info [2021-02-22T10:39:13.325Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:39:14.821Z] ------------------- [2021-02-22T10:39:14.821Z] stable info: [2021-02-22T10:39:14.821Z] ------------------- [2021-02-22T10:39:14.821Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T10:39:14.821Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T10:39:14.821Z] Message: update stable to v1.0.179 [2021-02-22T10:39:15.773Z] ------------------- [2021-02-22T10:39:15.773Z] experimental info: [2021-02-22T10:39:15.773Z] ------------------- [2021-02-22T10:39:15.773Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-22T10:39:15.773Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-22T10:39:15.773Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-22T10:39:16.039Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-22T10:39:16.132Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-22T10:39:16.240Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-22T10:39:16.331Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-22T10:39:16.426Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-22T10:39:16.534Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-22T10:39:16.625Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-22T10:39:16.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-22T10:39:16.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-22T10:39:16.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-22T10:39:17.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-22T10:39:17.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-22T10:39:17.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-22T10:39:17.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-22T10:39:17.528Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T10:39:17.619Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T10:39:17.709Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T10:39:17.825Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-22T10:39:17.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-22T10:39:17.997Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-22T10:39:18.082Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-22T10:39:18.167Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-22T10:39:18.252Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-22T10:39:18.339Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-22T10:39:18.430Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-22T10:39:18.517Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-22T10:39:18.602Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-22T10:39:18.697Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-513 [Pipeline] echo [2021-02-22T10:39:18.802Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-513 [Pipeline] echo [2021-02-22T10:39:18.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-513 [Pipeline] echo [2021-02-22T10:39:19.012Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9df0e28749361443b9b79d93fbdcd3a2ac02bce [Pipeline] echo [2021-02-22T10:39:19.113Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9df0e2 [Pipeline] echo [2021-02-22T10:39:19.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T10:39:19.885Z] + git log --format=format:%s -1 a9df0e28749361443b9b79d93fbdcd3a2ac02bce [Pipeline] echo [2021-02-22T10:39:19.952Z] GIT_COMMIT: a9df0e28749361443b9b79d93fbdcd3a2ac02bce, Commit Message: feat(notifications): Add Notification DTO and Model [Pipeline] echo [2021-02-22T10:39:19.996Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:39:21.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T10:39:21.306Z] [2021-02-22T10:39:21.306Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:39:21.659Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T10:39:21.928Z] latest: Pulling from edgex-devops/git-semver [2021-02-22T10:39:21.928Z] 31603596830f: Pulling fs layer [2021-02-22T10:39:21.928Z] 2a8b12db71e7: Pulling fs layer [2021-02-22T10:39:21.928Z] 6ca5941a6612: Pulling fs layer [2021-02-22T10:39:21.928Z] ecc8261a40a4: Pulling fs layer [2021-02-22T10:39:21.928Z] ecc8261a40a4: Waiting [2021-02-22T10:39:21.928Z] 2a8b12db71e7: Verifying Checksum [2021-02-22T10:39:21.928Z] 2a8b12db71e7: Download complete [2021-02-22T10:39:22.195Z] ecc8261a40a4: Verifying Checksum [2021-02-22T10:39:22.195Z] ecc8261a40a4: Download complete [2021-02-22T10:39:22.195Z] 6ca5941a6612: Verifying Checksum [2021-02-22T10:39:22.195Z] 6ca5941a6612: Download complete [2021-02-22T10:39:22.195Z] 31603596830f: Verifying Checksum [2021-02-22T10:39:22.195Z] 31603596830f: Download complete [2021-02-22T10:39:22.461Z] 31603596830f: Pull complete [2021-02-22T10:39:22.726Z] 2a8b12db71e7: Pull complete [2021-02-22T10:39:23.300Z] 6ca5941a6612: Pull complete [2021-02-22T10:39:23.562Z] ecc8261a40a4: Pull complete [2021-02-22T10:39:23.562Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-22T10:39:23.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-22T10:39:23.825Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-22T10:39:23.927Z] prd-centos7-docker-4c-2g-27146 does not seem to be running inside a container [2021-02-22T10:39:23.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-513 -v /w/workspace/dry_go-mod-core-contracts_PR-513:/w/workspace/dry_go-mod-core-contracts_PR-513:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-513@tmp:/w/workspace/dry_go-mod-core-contracts_PR-513@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-22T10:39:26.281Z] $ docker top 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-22T10:39:26.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T10:39:26.599Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T10:39:26.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T10:39:26.828Z] $ docker exec 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 ssh-agent [2021-02-22T10:39:26.992Z] SSH_AUTH_SOCK=/tmp/ssh-bzOH1tHHIsjj/agent.11 [2021-02-22T10:39:26.992Z] SSH_AGENT_PID=17 [2021-02-22T10:39:27.004Z] Running ssh-add (command line suppressed) [2021-02-22T10:39:27.122Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_8246258280266572513.key (/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_8246258280266572513.key) [2021-02-22T10:39:27.174Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T10:39:27.520Z] + git tag --points-at HEAD [Pipeline] } [2021-02-22T10:39:27.544Z] $ docker exec --env ******** --env ******** 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 ssh-agent -k [2021-02-22T10:39:27.656Z] unset SSH_AUTH_SOCK; [2021-02-22T10:39:27.656Z] unset SSH_AGENT_PID; [2021-02-22T10:39:27.656Z] echo Agent pid 17 killed; [2021-02-22T10:39:27.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-22T10:39:27.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-22T10:39:27.868Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-22T10:39:28.042Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-22T10:39:28.046Z] $ docker exec 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 ssh-agent [2021-02-22T10:39:28.211Z] SSH_AUTH_SOCK=/tmp/ssh-GyubgzWTgzV9/agent.46 [2021-02-22T10:39:28.211Z] SSH_AGENT_PID=51 [2021-02-22T10:39:28.218Z] Running ssh-add (command line suppressed) [2021-02-22T10:39:28.340Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_6151163587609108219.key (/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_6151163587609108219.key) [2021-02-22T10:39:28.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-22T10:39:28.747Z] + git semver init [2021-02-22T10:39:28.747Z] # -> Open(): unable to determine branch for HEAD [2021-02-22T10:39:28.747Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-513/.git [2021-02-22T10:39:28.747Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-513 [2021-02-22T10:39:28.747Z] # $SEMVER_REMOTE_NAME = origin [2021-02-22T10:39:28.747Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-22T10:39:28.747Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-22T10:39:28.747Z] # $SEMVER_BRANCH = PR-513 [2021-02-22T10:39:28.747Z] # $SEMVER_TEMP = /tmp/semver-289482012 [2021-02-22T10:39:28.747Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-22T10:39:29.326Z] # '/tmp/semver-289482012' -> '/w/workspace/dry_go-mod-core-contracts_PR-513/.semver' [2021-02-22T10:39:29.326Z] # -> Force: false [2021-02-22T10:39:29.326Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-513/.semver [Pipeline] } [2021-02-22T10:39:29.340Z] $ docker exec --env ******** --env ******** 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 ssh-agent -k [2021-02-22T10:39:29.448Z] unset SSH_AUTH_SOCK; [2021-02-22T10:39:29.448Z] unset SSH_AGENT_PID; [2021-02-22T10:39:29.448Z] echo Agent pid 51 killed; [2021-02-22T10:39:29.492Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-22T10:39:29.987Z] + git semver [Pipeline] } [2021-02-22T10:39:30.006Z] $ docker stop --time=1 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 [2021-02-22T10:39:31.946Z] $ docker rm -f 37f5fd3d18f8e6e94c504191f9c5bc0a5b1a5bb27a693a042b4c222762dfddc8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T10:39:32.429Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-22T10:39:32.881Z] Stashed 1 file(s) [Pipeline] echo [2021-02-22T10:39:32.884Z] [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-02-22T10:39:48.404Z] Still waiting to schedule task [2021-02-22T10:39:48.404Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27146’ [2021-02-22T10:39:48.406Z] Still waiting to schedule task [2021-02-22T10:39:48.406Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-22T10:41:34.673Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27147 in /w/workspace/dry_go-mod-core-contracts_PR-513 [Pipeline] { [Pipeline] ws [2021-02-22T10:41:34.763Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-02-22T10:41:39.761Z] using credential edgex-jenkins-ssh [2021-02-22T10:41:39.819Z] Cloning the remote Git repository [2021-02-22T10:41:39.874Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-22T10:41:39.997Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-02-22T10:41:40.071Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-22T10:41:40.072Z] > git --version # timeout=10 [2021-02-22T10:41:40.092Z] > git --version # 'git version 2.17.1' [2021-02-22T10:41:40.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T10:41:40.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T10:41:41.908Z] Merging remotes/origin/master commit 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 into PR head commit a9df0e28749361443b9b79d93fbdcd3a2ac02bce [2021-02-22T10:41:41.157Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-22T10:41:41.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T10:41:41.209Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-22T10:41:41.246Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-22T10:41:41.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T10:41:41.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/513/head:refs/remotes/origin/PR-513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T10:41:41.930Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T10:41:41.958Z] > git checkout -f a9df0e28749361443b9b79d93fbdcd3a2ac02bce # timeout=10 [2021-02-22T10:41:42.154Z] > git remote # timeout=10 [2021-02-22T10:41:42.196Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T10:41:42.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T10:41:42.243Z] > git merge 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 # timeout=10 [2021-02-22T10:41:42.307Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T10:41:42.330Z] Merge succeeded, producing a9df0e28749361443b9b79d93fbdcd3a2ac02bce [2021-02-22T10:41:42.331Z] Checking out Revision a9df0e28749361443b9b79d93fbdcd3a2ac02bce (PR-513) [2021-02-22T10:41:42.338Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T10:41:42.374Z] > git checkout -f a9df0e28749361443b9b79d93fbdcd3a2ac02bce # timeout=10 [2021-02-22T10:41:44.468Z] Running on prd-centos7-docker-4c-2g-27149 in /w/workspace/dry_go-mod-core-contracts_PR-513 [Pipeline] { [Pipeline] ws [2021-02-22T10:41:44.518Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-02-22T10:41:46.677Z] Commit message: "feat(notifications): Add Notification DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-22T10:41:47.017Z] using credential edgex-jenkins-ssh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T10:41:47.181Z] Cloning the remote Git repository [2021-02-22T10:41:46.364Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-22T10:41:46.432Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-02-22T10:41:46.490Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-22T10:41:46.490Z] > git --version # timeout=10 [2021-02-22T10:41:46.497Z] > git --version # 'git version 2.24.3' [2021-02-22T10:41:46.497Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T10:41:46.526Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T10:41:47.995Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-22T10:41:48.465Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T10:41:48.577Z] Merging remotes/origin/master commit 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 into PR head commit a9df0e28749361443b9b79d93fbdcd3a2ac02bce [2021-02-22T10:41:48.706Z] Merge succeeded, producing a9df0e28749361443b9b79d93fbdcd3a2ac02bce [2021-02-22T10:41:48.707Z] Checking out Revision a9df0e28749361443b9b79d93fbdcd3a2ac02bce (PR-513) [2021-02-22T10:41:48.812Z] + true [2021-02-22T10:41:48.812Z] + sudo service docker restart [2021-02-22T10:41:47.249Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-22T10:41:47.260Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-22T10:41:47.273Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-22T10:41:47.293Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-22T10:41:47.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T10:41:47.302Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/513/head:refs/remotes/origin/PR-513 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T10:41:47.865Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T10:41:47.871Z] > git checkout -f a9df0e28749361443b9b79d93fbdcd3a2ac02bce # timeout=10 [2021-02-22T10:41:47.951Z] > git remote # timeout=10 [2021-02-22T10:41:47.962Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T10:41:47.972Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-22T10:41:47.976Z] > git merge 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 # timeout=10 [2021-02-22T10:41:47.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T10:41:47.996Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T10:41:48.002Z] > git checkout -f a9df0e28749361443b9b79d93fbdcd3a2ac02bce # timeout=10 [Pipeline] unstash [Pipeline] echo [2021-02-22T10:41:51.733Z] ========================================================= [2021-02-22T10:41:51.733Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-22T10:41:51.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:41:52.108Z] + 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-02-22T10:41:52.137Z] Commit message: "feat(notifications): Add Notification DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-22T10:41:53.107Z] Sending build context to Docker daemon 2.678MB [2021-02-22T10:41:53.108Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-22T10:41:53.108Z] Step 2/7 : FROM ${BASE} [2021-02-22T10:41:53.258Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-22T10:41:53.596Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-22T10:41:53.705Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-22T10:41:53.705Z] 5f621e34cdf4: Pulling fs layer [2021-02-22T10:41:53.705Z] a4357932f1b6: Pulling fs layer [2021-02-22T10:41:53.705Z] 18c013af1878: Pulling fs layer [2021-02-22T10:41:53.705Z] 00ac8860ef70: Pulling fs layer [2021-02-22T10:41:53.705Z] 63d7cb157983: Pulling fs layer [2021-02-22T10:41:53.705Z] b116817d02f9: Pulling fs layer [2021-02-22T10:41:53.705Z] 745a02a5169b: Pulling fs layer [2021-02-22T10:41:53.705Z] 00ac8860ef70: Waiting [2021-02-22T10:41:53.705Z] 63d7cb157983: Waiting [2021-02-22T10:41:53.705Z] b116817d02f9: Waiting [2021-02-22T10:41:53.705Z] 745a02a5169b: Waiting [2021-02-22T10:41:53.705Z] 18c013af1878: Download complete [2021-02-22T10:41:53.705Z] a4357932f1b6: Verifying Checksum [2021-02-22T10:41:53.705Z] a4357932f1b6: Download complete [2021-02-22T10:41:53.705Z] 63d7cb157983: Verifying Checksum [2021-02-22T10:41:53.706Z] 63d7cb157983: Download complete [2021-02-22T10:41:53.706Z] b116817d02f9: Verifying Checksum [2021-02-22T10:41:53.706Z] b116817d02f9: Download complete [2021-02-22T10:41:53.706Z] 5f621e34cdf4: Verifying Checksum [2021-02-22T10:41:53.706Z] 5f621e34cdf4: Download complete [2021-02-22T10:41:53.898Z] + sudo service docker restart [2021-02-22T10:41:53.898Z] + true [2021-02-22T10:41:53.898Z] Redirecting to /bin/systemctl restart docker.service [2021-02-22T10:41:54.308Z] 5f621e34cdf4: Pull complete [Pipeline] unstash [2021-02-22T10:41:54.917Z] a4357932f1b6: Pull complete [Pipeline] echo [2021-02-22T10:41:55.006Z] ========================================================= [2021-02-22T10:41:55.006Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-22T10:41:55.006Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:41:55.345Z] + 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-02-22T10:41:55.519Z] 18c013af1878: Pull complete [2021-02-22T10:41:55.917Z] Sending build context to Docker daemon 2.679MB [2021-02-22T10:41:55.917Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-22T10:41:55.917Z] Step 2/7 : FROM ${BASE} [2021-02-22T10:41:55.917Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-22T10:41:55.917Z] 188c0c94c7c5: Pulling fs layer [2021-02-22T10:41:55.917Z] 0ef7d3d256c8: Pulling fs layer [2021-02-22T10:41:55.917Z] de9db76c5a1d: Pulling fs layer [2021-02-22T10:41:55.917Z] bca2f99d35d6: Pulling fs layer [2021-02-22T10:41:55.917Z] 93359f2a8cfa: Pulling fs layer [2021-02-22T10:41:55.917Z] 7c6f9722023f: Pulling fs layer [2021-02-22T10:41:55.917Z] a35cf1a2eb13: Pulling fs layer [2021-02-22T10:41:55.917Z] 93359f2a8cfa: Waiting [2021-02-22T10:41:55.917Z] a35cf1a2eb13: Waiting [2021-02-22T10:41:55.917Z] 7c6f9722023f: Waiting [2021-02-22T10:41:55.917Z] bca2f99d35d6: Waiting [2021-02-22T10:41:55.917Z] de9db76c5a1d: Verifying Checksum [2021-02-22T10:41:55.917Z] de9db76c5a1d: Download complete [2021-02-22T10:41:56.178Z] 0ef7d3d256c8: Verifying Checksum [2021-02-22T10:41:56.178Z] 0ef7d3d256c8: Download complete [2021-02-22T10:41:56.178Z] 93359f2a8cfa: Verifying Checksum [2021-02-22T10:41:56.178Z] 93359f2a8cfa: Download complete [2021-02-22T10:41:56.439Z] 7c6f9722023f: Verifying Checksum [2021-02-22T10:41:56.439Z] 7c6f9722023f: Download complete [2021-02-22T10:41:56.439Z] 188c0c94c7c5: Verifying Checksum [2021-02-22T10:41:56.439Z] 188c0c94c7c5: Download complete [2021-02-22T10:41:56.707Z] 188c0c94c7c5: Pull complete [2021-02-22T10:41:56.969Z] 0ef7d3d256c8: Pull complete [2021-02-22T10:41:56.969Z] de9db76c5a1d: Pull complete [2021-02-22T10:41:58.917Z] 745a02a5169b: Verifying Checksum [2021-02-22T10:41:58.917Z] 745a02a5169b: Download complete [2021-02-22T10:42:00.297Z] a35cf1a2eb13: Verifying Checksum [2021-02-22T10:42:00.297Z] a35cf1a2eb13: Download complete [2021-02-22T10:42:00.356Z] 00ac8860ef70: Download complete [2021-02-22T10:42:01.249Z] bca2f99d35d6: Verifying Checksum [2021-02-22T10:42:01.249Z] bca2f99d35d6: Download complete [2021-02-22T10:42:06.613Z] bca2f99d35d6: Pull complete [2021-02-22T10:42:06.613Z] 93359f2a8cfa: Pull complete [2021-02-22T10:42:06.613Z] 7c6f9722023f: Pull complete [2021-02-22T10:42:10.561Z] 00ac8860ef70: Pull complete [2021-02-22T10:42:10.839Z] 63d7cb157983: Pull complete [2021-02-22T10:42:11.113Z] b116817d02f9: Pull complete [2021-02-22T10:42:13.253Z] a35cf1a2eb13: Pull complete [2021-02-22T10:42:13.253Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-22T10:42:13.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-22T10:42:13.253Z] ---> a62c8e92a672 [2021-02-22T10:42:13.253Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-22T10:42:13.253Z] ---> Running in be6284b88cf0 [2021-02-22T10:42:13.253Z] Removing intermediate container be6284b88cf0 [2021-02-22T10:42:13.253Z] ---> a5b1ac4d23b4 [2021-02-22T10:42:13.253Z] Step 4/7 : RUN apk add bash [2021-02-22T10:42:13.253Z] ---> Running in 7e8cd8768883 [2021-02-22T10:42:13.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-22T10:42:14.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-22T10:42:15.344Z] OK: 166 MiB in 39 packages [2021-02-22T10:42:15.435Z] 745a02a5169b: Pull complete [2021-02-22T10:42:15.435Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-22T10:42:15.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-22T10:42:15.435Z] ---> b7e6874047d6 [2021-02-22T10:42:15.435Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-22T10:42:15.920Z] Removing intermediate container 7e8cd8768883 [2021-02-22T10:42:15.920Z] ---> fd269fd8e334 [2021-02-22T10:42:15.920Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-22T10:42:15.920Z] ---> Running in 9e7a0086ac24 [2021-02-22T10:42:16.182Z] Removing intermediate container 9e7a0086ac24 [2021-02-22T10:42:16.182Z] ---> fc589aec9eec [2021-02-22T10:42:16.182Z] Step 6/7 : COPY go.mod . [2021-02-22T10:42:16.442Z] ---> 24940cb97eb5 [2021-02-22T10:42:16.442Z] Step 7/7 : RUN go mod download [2021-02-22T10:42:16.442Z] ---> Running in bc0fd6d0c2ab [2021-02-22T10:42:17.426Z] ---> Running in 4767d6d01974 [2021-02-22T10:42:18.026Z] Removing intermediate container 4767d6d01974 [2021-02-22T10:42:18.026Z] ---> 2ddbe8a5cc24 [2021-02-22T10:42:18.026Z] Step 4/7 : RUN apk add bash [2021-02-22T10:42:18.026Z] ---> Running in 045fb0b27781 [2021-02-22T10:42:19.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-22T10:42:20.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-22T10:42:21.507Z] OK: 142 MiB in 39 packages [2021-02-22T10:42:22.503Z] Removing intermediate container 045fb0b27781 [2021-02-22T10:42:22.503Z] ---> 67d527d5e217 [2021-02-22T10:42:22.503Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-22T10:42:22.503Z] ---> Running in 9dcae4c9d12c [2021-02-22T10:42:23.103Z] Removing intermediate container 9dcae4c9d12c [2021-02-22T10:42:23.103Z] ---> 1c1419fea7ee [2021-02-22T10:42:23.103Z] Step 6/7 : COPY go.mod . [2021-02-22T10:42:23.710Z] ---> a2ba7a0fa656 [2021-02-22T10:42:23.710Z] Step 7/7 : RUN go mod download [2021-02-22T10:42:23.710Z] ---> Running in e647171059e5 [2021-02-22T10:42:28.694Z] Removing intermediate container bc0fd6d0c2ab [2021-02-22T10:42:28.694Z] ---> 8cc5ef7fbfc6 [2021-02-22T10:42:28.694Z] Successfully built 8cc5ef7fbfc6 [2021-02-22T10:42:28.694Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:42:29.000Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T10:42:29.000Z] . [Pipeline] withDockerContainer [2021-02-22T10:42:29.115Z] prd-centos7-docker-4c-2g-27149 does not seem to be running inside a container [2021-02-22T10:42:29.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T10:42:29.797Z] $ docker top 941f8d3831ba4f5a32c9affdc8cd9e6300b99e1d4243b936ed961fa5a03789d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T10:42:30.396Z] + go version [2021-02-22T10:42:30.396Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-22T10:42:30.411Z] $ docker stop --time=1 941f8d3831ba4f5a32c9affdc8cd9e6300b99e1d4243b936ed961fa5a03789d8 [2021-02-22T10:42:31.761Z] $ docker rm -f 941f8d3831ba4f5a32c9affdc8cd9e6300b99e1d4243b936ed961fa5a03789d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:42:32.595Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-22T10:42:32.595Z] . [Pipeline] withDockerContainer [2021-02-22T10:42:32.696Z] prd-centos7-docker-4c-2g-27149 does not seem to be running inside a container [2021-02-22T10:42:32.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-22T10:42:33.312Z] $ docker top 704518f89d6cfa909f3e0e5287e181ab8bb02583ffb6fd677117a4ee4b8e75c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T10:42:33.774Z] + make test [2021-02-22T10:42:33.774Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-22T10:42:38.787Z] Removing intermediate container e647171059e5 [2021-02-22T10:42:38.787Z] ---> e415aa6a7842 [2021-02-22T10:42:38.787Z] Successfully built e415aa6a7842 [2021-02-22T10:42:38.787Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:42:39.125Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T10:42:39.125Z] . [Pipeline] withDockerContainer [2021-02-22T10:42:39.394Z] prd-ubuntu18.04-docker-arm64-4c-16g-27147 does not seem to be running inside a container [2021-02-22T10:42:39.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T10:42:40.460Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-22T10:42:40.461Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.014s coverage: 85.7% of statements [2021-02-22T10:42:40.461Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.012s coverage: 100.0% of statements [2021-02-22T10:42:40.733Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.017s coverage: 45.4% of statements [2021-02-22T10:42:40.733Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.009s coverage: 77.8% of statements [2021-02-22T10:42:40.733Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-22T10:42:40.974Z] $ docker top 7610ce8f924fe91fd7c8cf42ebd2ae60548545d0d0f1e04cc950aa9d04fdaf3b -eo pid,comm [Pipeline] { [2021-02-22T10:42:41.319Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements [Pipeline] sh [2021-02-22T10:42:41.590Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.021s coverage: 14.7% of statements [2021-02-22T10:42:41.590Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements [2021-02-22T10:42:41.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.024s coverage: 91.8% of statements [2021-02-22T10:42:41.853Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-22T10:42:41.853Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-22T10:42:41.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.013s coverage: 100.0% of statements [2021-02-22T10:42:41.853Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 36.7% of statements [2021-02-22T10:42:41.986Z] + go version [2021-02-22T10:42:41.986Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-22T10:42:42.018Z] $ docker stop --time=1 7610ce8f924fe91fd7c8cf42ebd2ae60548545d0d0f1e04cc950aa9d04fdaf3b [2021-02-22T10:42:44.019Z] $ docker rm -f 7610ce8f924fe91fd7c8cf42ebd2ae60548545d0d0f1e04cc950aa9d04fdaf3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-22T10:42:44.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.063s coverage: 63.0% of statements [2021-02-22T10:42:44.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements [2021-02-22T10:42:44.448Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements [2021-02-22T10:42:44.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.004s coverage: 15.4% of statements [2021-02-22T10:42:44.449Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements [2021-02-22T10:42:44.449Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:42:45.010Z] + docker inspect -f . ci-base-image-arm64 [2021-02-22T10:42:45.010Z] . [Pipeline] withDockerContainer [2021-02-22T10:42:45.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-27147 does not seem to be running inside a container [2021-02-22T10:42:45.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-22T10:42:45.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.070s coverage: 84.6% of statements [2021-02-22T10:42:45.864Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-22T10:42:45.864Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-22T10:42:45.864Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-22T10:42:45.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.014s coverage: 48.1% of statements [2021-02-22T10:42:45.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.008s coverage: 94.7% of statements [2021-02-22T10:42:45.864Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.043s coverage: 89.2% of statements [2021-02-22T10:42:46.126Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-02-22T10:42:46.126Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-22T10:42:46.387Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-22T10:42:46.837Z] $ docker top 7a8655b1741548bf611a9338cd94118dd084883644ded26cbb5195820c9f59b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T10:42:47.790Z] gofmt -l . [2021-02-22T10:42:47.823Z] + make test [2021-02-22T10:42:47.823Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-22T10:42:48.051Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-22T10:42:48.066Z] $ docker stop --time=1 704518f89d6cfa909f3e0e5287e181ab8bb02583ffb6fd677117a4ee4b8e75c0 [2021-02-22T10:42:50.334Z] $ docker rm -f 704518f89d6cfa909f3e0e5287e181ab8bb02583ffb6fd677117a4ee4b8e75c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T10:42:50.962Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-22T10:42:51.367Z] 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-02-22T10:43:14.641Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-22T10:43:14.641Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.056s coverage: 85.7% of statements [2021-02-22T10:43:14.641Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.033s coverage: 100.0% of statements [2021-02-22T10:43:14.641Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements [2021-02-22T10:43:14.641Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.034s coverage: 77.8% of statements [2021-02-22T10:43:14.641Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-22T10:43:15.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.058s coverage: 26.3% of statements [2021-02-22T10:43:15.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.062s coverage: 14.7% of statements [2021-02-22T10:43:16.610Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.052s coverage: 100.0% of statements [2021-02-22T10:43:17.598Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.104s coverage: 91.8% of statements [2021-02-22T10:43:17.598Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-22T10:43:17.598Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-22T10:43:17.598Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.048s coverage: 100.0% of statements [2021-02-22T10:43:17.598Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.014s coverage: 36.7% of statements [2021-02-22T10:43:24.344Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.133s coverage: 63.0% of statements [2021-02-22T10:43:24.344Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.046s coverage: 26.3% of statements [2021-02-22T10:43:24.344Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements [2021-02-22T10:43:24.344Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.059s coverage: 15.4% of statements [2021-02-22T10:43:24.344Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.029s coverage: 14.3% of statements [2021-02-22T10:43:24.344Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-22T10:43:25.788Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.206s coverage: 84.6% of statements [2021-02-22T10:43:25.788Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-22T10:43:25.788Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-22T10:43:25.788Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-22T10:43:26.065Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.088s coverage: 48.1% of statements [2021-02-22T10:43:27.505Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.037s coverage: 94.7% of statements [2021-02-22T10:43:28.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.156s coverage: 89.2% of statements [2021-02-22T10:43:28.948Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-02-22T10:43:28.948Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-22T10:43:28.948Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-22T10:43:34.356Z] gofmt -l . [2021-02-22T10:43:34.950Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-22T10:43:35.582Z] $ docker stop --time=1 7a8655b1741548bf611a9338cd94118dd084883644ded26cbb5195820c9f59b4 [2021-02-22T10:43:37.903Z] $ docker rm -f 7a8655b1741548bf611a9338cd94118dd084883644ded26cbb5195820c9f59b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-22T10:43:38.833Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-22T10:43:38.912Z] Warning: overwriting stash ‘coverage-report’ [2021-02-22T10:43:39.977Z] 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-02-22T10:43:41.708Z] provisioning config files... [2021-02-22T10:43:41.720Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/config956984726254547243tmp [Pipeline] { [Pipeline] sh [2021-02-22T10:43:42.102Z] + set +x [2021-02-22T10:43:42.102Z] + curl -s https://codecov.io/bash [2021-02-22T10:43:42.102Z] + bash -s -- [2021-02-22T10:43:42.365Z] [2021-02-22T10:43:42.365Z] _____ _ [2021-02-22T10:43:42.365Z] / ____| | | [2021-02-22T10:43:42.365Z] | | ___ __| | ___ ___ _____ __ [2021-02-22T10:43:42.365Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-22T10:43:42.365Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-22T10:43:42.365Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-22T10:43:42.365Z] Bash-20210129-7c25fce [2021-02-22T10:43:42.365Z] [2021-02-22T10:43:42.365Z] [2021-02-22T10:43:42.365Z] ==> git version 2.24.3 found [2021-02-22T10:43:42.365Z] ==> 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-02-22T10:43:42.365Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-22T10:43:42.365Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-22T10:43:42.365Z] ==> Jenkins CI detected. [2021-02-22T10:43:42.365Z] project root: . [2021-02-22T10:43:42.365Z] --> token set from env [2021-02-22T10:43:42.365Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-22T10:43:42.365Z] ==> Running gcov in . (disable via -X gcov) [2021-02-22T10:43:42.365Z] ==> Python coveragepy not found [2021-02-22T10:43:42.365Z] ==> Searching for coverage reports in: [2021-02-22T10:43:42.365Z] + . [2021-02-22T10:43:42.365Z] -> Found 1 reports [2021-02-22T10:43:42.365Z] ==> Detecting git/mercurial file structure [2021-02-22T10:43:42.365Z] ==> Reading reports [2021-02-22T10:43:42.365Z] + ./coverage.out bytes=150761 [2021-02-22T10:43:42.365Z] ==> Appending adjustments [2021-02-22T10:43:42.365Z] https://docs.codecov.io/docs/fixing-reports [2021-02-22T10:43:43.310Z] + Found adjustments [2021-02-22T10:43:43.310Z] ==> Gzipping contents [2021-02-22T10:43:43.310Z] 24K /tmp/codecov.kGiGNJ.gz [2021-02-22T10:43:43.310Z] ==> Uploading reports [2021-02-22T10:43:43.310Z] url: https://codecov.io [2021-02-22T10:43:43.310Z] query: branch=PR-513&commit=a9df0e28749361443b9b79d93fbdcd3a2ac02bce&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-513%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=513&job=&cmd_args= [2021-02-22T10:43:43.310Z] -> Pinging Codecov [2021-02-22T10:43:43.310Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-513&commit=a9df0e28749361443b9b79d93fbdcd3a2ac02bce&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-513%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=513&job=&cmd_args= [2021-02-22T10:43:45.864Z] -> Uploading to [2021-02-22T10:43:45.864Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-22/71470A77251A30514AAF9C0BB2E5B6CE/a9df0e28749361443b9b79d93fbdcd3a2ac02bce/1f7edfb5-0f71-48c7-8dc8-0e8d4dd6bd1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T104345Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=124d80d8075dd6c400b5f5589960d0db7737054efc9725a3e3b2b7379efbfcd0 [2021-02-22T10:43:45.864Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-22T10:43:45.864Z] Dload Upload Total Spent Left Speed [2021-02-22T10:43:46.126Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22912 0 0 100 22912 0 46855 --:--:-- --:--:-- --:--:-- 46854 [2021-02-22T10:43:46.126Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/a9df0e28749361443b9b79d93fbdcd3a2ac02bce [Pipeline] } [2021-02-22T10:43:46.135Z] 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-02-22T10:43:48.542Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:43:48.851Z] ---> package-listing.sh [2021-02-22T10:43:48.852Z] ++ facter osfamily [2021-02-22T10:43:48.852Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-22T10:43:48.852Z] + OS_FAMILY=redhat [2021-02-22T10:43:48.852Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-513 [2021-02-22T10:43:48.852Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-22T10:43:48.852Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-22T10:43:48.852Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-22T10:43:48.852Z] + PACKAGES=/tmp/packages_start.txt [2021-02-22T10:43:48.852Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-513 ']' [2021-02-22T10:43:48.852Z] + PACKAGES=/tmp/packages_end.txt [2021-02-22T10:43:48.852Z] + case "${OS_FAMILY}" in [2021-02-22T10:43:48.852Z] + rpm -qa [2021-02-22T10:43:48.852Z] + sort [2021-02-22T10:43:54.157Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-22T10:43:54.157Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-22T10:43:54.157Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-22T10:43:54.157Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-513 ']' [2021-02-22T10:43:54.157Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-513/archives/ [2021-02-22T10:43:54.157Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-513/archives/ [Pipeline] echo [2021-02-22T10:43:54.172Z] 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-513/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-22T10:43:54.466Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:43:54.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T10:43:54.799Z] [2021-02-22T10:43:54.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-22T10:43:55.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T10:43:55.154Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-22T10:43:55.154Z] df20fa9351a1: Pulling fs layer [2021-02-22T10:43:55.154Z] 36b3adc4ff6f: Pulling fs layer [2021-02-22T10:43:55.154Z] 8ad3a11d3b57: Pulling fs layer [2021-02-22T10:43:55.154Z] 46f8f816bc3b: Pulling fs layer [2021-02-22T10:43:55.154Z] 93b61091891f: Pulling fs layer [2021-02-22T10:43:55.154Z] 93b9cdb0e59b: Pulling fs layer [2021-02-22T10:43:55.154Z] 5e14af77c1be: Pulling fs layer [2021-02-22T10:43:55.154Z] 01666e4c0597: Pulling fs layer [2021-02-22T10:43:55.154Z] aa168da1d23b: Pulling fs layer [2021-02-22T10:43:55.154Z] 93b9cdb0e59b: Waiting [2021-02-22T10:43:55.154Z] 5e14af77c1be: Waiting [2021-02-22T10:43:55.154Z] 01666e4c0597: Waiting [2021-02-22T10:43:55.154Z] aa168da1d23b: Waiting [2021-02-22T10:43:55.154Z] 93b61091891f: Waiting [2021-02-22T10:43:55.154Z] 36b3adc4ff6f: Verifying Checksum [2021-02-22T10:43:55.154Z] 36b3adc4ff6f: Download complete [2021-02-22T10:43:55.154Z] 46f8f816bc3b: Verifying Checksum [2021-02-22T10:43:55.154Z] 46f8f816bc3b: Download complete [2021-02-22T10:43:55.419Z] df20fa9351a1: Verifying Checksum [2021-02-22T10:43:55.419Z] df20fa9351a1: Download complete [2021-02-22T10:43:55.419Z] 93b9cdb0e59b: Verifying Checksum [2021-02-22T10:43:55.419Z] 93b9cdb0e59b: Download complete [2021-02-22T10:43:55.419Z] 5e14af77c1be: Verifying Checksum [2021-02-22T10:43:55.419Z] 5e14af77c1be: Download complete [2021-02-22T10:43:55.419Z] 93b61091891f: Verifying Checksum [2021-02-22T10:43:55.419Z] 93b61091891f: Download complete [2021-02-22T10:43:55.419Z] 01666e4c0597: Verifying Checksum [2021-02-22T10:43:55.419Z] 01666e4c0597: Download complete [2021-02-22T10:43:55.680Z] df20fa9351a1: Pull complete [2021-02-22T10:43:55.944Z] 36b3adc4ff6f: Pull complete [2021-02-22T10:43:56.210Z] 8ad3a11d3b57: Verifying Checksum [2021-02-22T10:43:56.210Z] 8ad3a11d3b57: Download complete [2021-02-22T10:43:57.163Z] 8ad3a11d3b57: Pull complete [2021-02-22T10:43:57.427Z] 46f8f816bc3b: Pull complete [2021-02-22T10:43:58.002Z] 93b61091891f: Pull complete [2021-02-22T10:43:58.002Z] 93b9cdb0e59b: Pull complete [2021-02-22T10:43:58.002Z] 5e14af77c1be: Pull complete [2021-02-22T10:43:58.263Z] 01666e4c0597: Pull complete [2021-02-22T10:43:58.263Z] aa168da1d23b: Verifying Checksum [2021-02-22T10:43:58.263Z] aa168da1d23b: Download complete [2021-02-22T10:44:06.437Z] aa168da1d23b: Pull complete [2021-02-22T10:44:06.437Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-22T10:44:06.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-22T10:44:06.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-22T10:44:06.624Z] prd-centos7-docker-4c-2g-27146 does not seem to be running inside a container [2021-02-22T10:44:06.668Z] $ 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-513/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-513 -v /w/workspace/dry_go-mod-core-contracts_PR-513:/w/workspace/dry_go-mod-core-contracts_PR-513:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-513@tmp:/w/workspace/dry_go-mod-core-contracts_PR-513@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-22T10:44:09.819Z] $ docker top 7d447671e854bcd2fcc35d8b7779387db71407fe876e7f2e3fb5e9208c62491a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-22T10:44:10.323Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-22T10:44:10.625Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-22T10:44:10.928Z] + ls /var/log/sa-host [2021-02-22T10:44:10.928Z] + sadf -c /var/log/sa-host/sa22 [2021-02-22T10:44:10.928Z] file_magic: OK [2021-02-22T10:44:10.928Z] HZ: Using current value: 100 [2021-02-22T10:44:10.928Z] file_header: OK [2021-02-22T10:44:10.928Z] 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-02-22T10:44:10.928Z] Statistics: [2021-02-22T10:44:10.929Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-22T10:44:10.929Z] File successfully converted to sysstat format version 12.2.1 [2021-02-22T10:44:10.929Z] + sadf -c /var/log/sa-host/sa23 [2021-02-22T10:44:10.929Z] file_magic: OK [2021-02-22T10:44:10.929Z] HZ: Using current value: 100 [2021-02-22T10:44:10.929Z] file_header: OK [2021-02-22T10:44:10.929Z] 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-02-22T10:44:10.929Z] Statistics: [2021-02-22T10:44:10.929Z] Hnuu...uuuununununu... [2021-02-22T10:44:10.929Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-22T10:44:11.628Z] provisioning config files... [2021-02-22T10:44:11.646Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/config7767199198427587827tmp [Pipeline] { [Pipeline] echo [2021-02-22T10:44:11.758Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:44:12.057Z] ---> create-netrc.sh [Pipeline] } [2021-02-22T10:44:12.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-22T10:44:12.149Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:44:12.447Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-22T10:44:12.460Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:44:12.757Z] ---> sudo-logs.sh [2021-02-22T10:44:12.757Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-22T10:44:12.812Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:44:13.109Z] ---> job-cost.sh [2021-02-22T10:44:13.109Z] lf-activate-venv: SKIPPING [2021-02-22T10:44:13.109Z] INFO: No Stack... [2021-02-22T10:44:13.684Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-22T10:44:14.260Z] INFO: Archiving Costs [Pipeline] echo [2021-02-22T10:44:14.275Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-22T10:44:14.577Z] ---> logs-deploy.sh [2021-02-22T10:44:14.577Z] lf-activate-venv: SKIPPING [2021-02-22T10:44:14.577Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-513/3 [2021-02-22T10:44:14.577Z] INFO: archiving workspace using pattern(s): [2021-02-22T10:44:16.499Z] Archives upload complete. [2021-02-22T10:44:16.499Z] INFO: archiving logs to Nexus