Pull request #478 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 weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 rather than bea2f8ed978aa47c1ec9322188fca64fbb0e834f Obtained Jenkinsfile from 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24754 in /w/workspace/dry_go-mod-core-contracts_PR-478 [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-478 # 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/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit bea2f8ed978aa47c1ec9322188fca64fbb0e834f Merge succeeded, producing bea2f8ed978aa47c1ec9322188fca64fbb0e834f Checking out Revision bea2f8ed978aa47c1ec9322188fca64fbb0e834f (PR-478) > git config core.sparsecheckout # timeout=10 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 Commit message: "Merge branch 'master' into issue-477" > git rev-list --no-walk c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T18:29:53.511Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T18:29:53.745Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T18:29:53.839Z] ========================================================= [2021-02-03T18:29:53.839Z] EdgeX Global Pipelines Version Info [2021-02-03T18:29:53.839Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:29:55.343Z] ------------------- [2021-02-03T18:29:55.344Z] stable info: [2021-02-03T18:29:55.344Z] ------------------- [2021-02-03T18:29:55.344Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T18:29:55.344Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T18:29:55.344Z] Message: update stable to v1.0.179 [2021-02-03T18:29:56.291Z] ------------------- [2021-02-03T18:29:56.291Z] experimental info: [2021-02-03T18:29:56.291Z] ------------------- [2021-02-03T18:29:56.291Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T18:29:56.291Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T18:29:56.291Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T18:29:56.575Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-02-03T18:29:56.662Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-02-03T18:29:56.745Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T18:29:56.832Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T18:29:56.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T18:29:57.103Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T18:29:57.188Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T18:29:57.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T18:29:57.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-03T18:29:57.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T18:29:57.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T18:29:57.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-02-03T18:29:57.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T18:29:57.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T18:29:57.972Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:29:58.062Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:29:58.153Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:29:58.273Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-03T18:29:58.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T18:29:58.476Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-03T18:29:58.561Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-03T18:29:58.645Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-03T18:29:58.729Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-03T18:29:58.852Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-03T18:29:58.940Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-03T18:29:59.028Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T18:29:59.111Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T18:29:59.192Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo [2021-02-03T18:29:59.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo [2021-02-03T18:29:59.377Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo [2021-02-03T18:29:59.464Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bea2f8ed978aa47c1ec9322188fca64fbb0e834f [Pipeline] echo [2021-02-03T18:29:59.548Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bea2f8e [Pipeline] echo [2021-02-03T18:29:59.634Z] [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-03T18:30:00.314Z] + git log --format=format:%s -1 bea2f8ed978aa47c1ec9322188fca64fbb0e834f [Pipeline] echo [2021-02-03T18:30:00.378Z] GIT_COMMIT: bea2f8ed978aa47c1ec9322188fca64fbb0e834f, Commit Message: Merge branch 'master' into issue-477 [Pipeline] echo [2021-02-03T18:30:00.430Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:30:01.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:30:01.596Z] [2021-02-03T18:30:01.596Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:30:01.991Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:30:01.991Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T18:30:01.991Z] 31603596830f: Pulling fs layer [2021-02-03T18:30:01.991Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T18:30:01.991Z] 6ca5941a6612: Pulling fs layer [2021-02-03T18:30:01.991Z] ecc8261a40a4: Pulling fs layer [2021-02-03T18:30:01.991Z] ecc8261a40a4: Waiting [2021-02-03T18:30:01.991Z] 2a8b12db71e7: Download complete [2021-02-03T18:30:02.605Z] 31603596830f: Verifying Checksum [2021-02-03T18:30:02.605Z] 31603596830f: Download complete [2021-02-03T18:30:02.605Z] 6ca5941a6612: Verifying Checksum [2021-02-03T18:30:02.605Z] 6ca5941a6612: Download complete [2021-02-03T18:30:02.605Z] ecc8261a40a4: Verifying Checksum [2021-02-03T18:30:02.605Z] ecc8261a40a4: Download complete [2021-02-03T18:30:02.871Z] 31603596830f: Pull complete [2021-02-03T18:30:02.871Z] 2a8b12db71e7: Pull complete [2021-02-03T18:30:03.823Z] 6ca5941a6612: Pull complete [2021-02-03T18:30:04.086Z] ecc8261a40a4: Pull complete [2021-02-03T18:30:04.086Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T18:30:04.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:30:04.086Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T18:30:04.193Z] prd-centos7-docker-4c-2g-24754 does not seem to be running inside a container [2021-02-03T18:30:04.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-478 -v /w/workspace/dry_go-mod-core-contracts_PR-478:/w/workspace/dry_go-mod-core-contracts_PR-478:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-478@tmp:/w/workspace/dry_go-mod-core-contracts_PR-478@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-03T18:30:06.128Z] $ docker top 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T18:30:06.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:30:06.455Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:30:06.673Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:30:06.676Z] $ docker exec 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent [2021-02-03T18:30:06.855Z] SSH_AUTH_SOCK=/tmp/ssh-ELoOAh6uJVat/agent.11 [2021-02-03T18:30:06.855Z] SSH_AGENT_PID=16 [2021-02-03T18:30:06.865Z] Running ssh-add (command line suppressed) [2021-02-03T18:30:06.985Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6228733356593623245.key (/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6228733356593623245.key) [2021-02-03T18:30:07.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:30:07.404Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T18:30:07.480Z] $ docker exec --env ******** --env ******** 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent -k [2021-02-03T18:30:07.622Z] unset SSH_AUTH_SOCK; [2021-02-03T18:30:07.622Z] unset SSH_AGENT_PID; [2021-02-03T18:30:07.622Z] echo Agent pid 16 killed; [2021-02-03T18:30:07.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T18:30:07.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:30:07.825Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:30:08.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:30:08.012Z] $ docker exec 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent [2021-02-03T18:30:08.187Z] SSH_AUTH_SOCK=/tmp/ssh-FD22r68ONMoC/agent.45 [2021-02-03T18:30:08.187Z] SSH_AGENT_PID=50 [2021-02-03T18:30:08.194Z] Running ssh-add (command line suppressed) [2021-02-03T18:30:08.313Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6812575836528357141.key (/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6812575836528357141.key) [2021-02-03T18:30:08.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:30:08.697Z] + git semver init [2021-02-03T18:30:08.697Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T18:30:08.697Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-478/.git [2021-02-03T18:30:08.697Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-478 [2021-02-03T18:30:08.697Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T18:30:08.697Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T18:30:08.697Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T18:30:08.697Z] # $SEMVER_BRANCH = PR-478 [2021-02-03T18:30:08.960Z] # $SEMVER_TEMP = /tmp/semver-287878319 [2021-02-03T18:30:08.960Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-02-03T18:30:09.534Z] # '/tmp/semver-287878319' -> '/w/workspace/dry_go-mod-core-contracts_PR-478/.semver' [2021-02-03T18:30:09.796Z] # -> Force: false [2021-02-03T18:30:09.796Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-478/.semver [Pipeline] } [2021-02-03T18:30:09.810Z] $ docker exec --env ******** --env ******** 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent -k [2021-02-03T18:30:09.960Z] unset SSH_AUTH_SOCK; [2021-02-03T18:30:09.960Z] unset SSH_AGENT_PID; [2021-02-03T18:30:09.961Z] echo Agent pid 50 killed; [2021-02-03T18:30:10.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:30:10.606Z] + git semver [Pipeline] } [2021-02-03T18:30:10.624Z] $ docker stop --time=1 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 [2021-02-03T18:30:12.523Z] $ docker rm -f 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:30:13.031Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T18:30:13.394Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T18:30:13.397Z] [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-03T18:30:29.023Z] Still waiting to schedule task [2021-02-03T18:30:29.023Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-03T18:30:29.026Z] Still waiting to schedule task [2021-02-03T18:30:29.026Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-03T18:33:00.142Z] Running on prd-centos7-docker-4c-2g-24756 in /w/workspace/dry_go-mod-core-contracts_PR-478 [Pipeline] { [Pipeline] ws [2021-02-03T18:33:00.202Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-02-03T18:33:02.920Z] using credential edgex-jenkins-ssh [2021-02-03T18:33:02.977Z] Cloning the remote Git repository [2021-02-03T18:33:03.009Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:33:03.079Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-02-03T18:33:03.148Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:33:03.148Z] > git --version # timeout=10 [2021-02-03T18:33:03.159Z] > git --version # 'git version 2.24.3' [2021-02-03T18:33:03.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:33:03.191Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:33:05.702Z] Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit bea2f8ed978aa47c1ec9322188fca64fbb0e834f [2021-02-03T18:33:05.830Z] Merge succeeded, producing bea2f8ed978aa47c1ec9322188fca64fbb0e834f [2021-02-03T18:33:05.830Z] Checking out Revision bea2f8ed978aa47c1ec9322188fca64fbb0e834f (PR-478) [2021-02-03T18:33:05.161Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:33:05.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:33:05.185Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:33:05.201Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:33:05.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:33:05.216Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T18:33:05.710Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:33:05.716Z] > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 [2021-02-03T18:33:05.796Z] > git remote # timeout=10 [2021-02-03T18:33:05.802Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T18:33:05.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:33:05.811Z] > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 [2021-02-03T18:33:05.821Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T18:33:05.834Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:33:05.842Z] > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 [2021-02-03T18:33:09.599Z] Commit message: "Merge branch 'master' into issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T18:33:10.935Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:33:11.267Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:33:11.567Z] + sudo service docker restart [2021-02-03T18:33:11.567Z] + true [2021-02-03T18:33:11.567Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-03T18:33:13.141Z] ========================================================= [2021-02-03T18:33:13.141Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T18:33:13.141Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:33:13.494Z] + 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-03T18:33:14.085Z] Sending build context to Docker daemon 2.538MB [2021-02-03T18:33:14.085Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T18:33:14.085Z] Step 2/7 : FROM ${BASE} [2021-02-03T18:33:14.085Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T18:33:14.085Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T18:33:14.085Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T18:33:14.085Z] de9db76c5a1d: Pulling fs layer [2021-02-03T18:33:14.085Z] bca2f99d35d6: Pulling fs layer [2021-02-03T18:33:14.085Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T18:33:14.085Z] 7c6f9722023f: Pulling fs layer [2021-02-03T18:33:14.085Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T18:33:14.085Z] 93359f2a8cfa: Waiting [2021-02-03T18:33:14.085Z] 7c6f9722023f: Waiting [2021-02-03T18:33:14.085Z] a35cf1a2eb13: Waiting [2021-02-03T18:33:14.085Z] bca2f99d35d6: Waiting [2021-02-03T18:33:14.085Z] de9db76c5a1d: Verifying Checksum [2021-02-03T18:33:14.085Z] de9db76c5a1d: Download complete [2021-02-03T18:33:14.085Z] 0ef7d3d256c8: Verifying Checksum [2021-02-03T18:33:14.085Z] 0ef7d3d256c8: Download complete [2021-02-03T18:33:14.085Z] 93359f2a8cfa: Download complete [2021-02-03T18:33:14.085Z] 7c6f9722023f: Verifying Checksum [2021-02-03T18:33:14.085Z] 7c6f9722023f: Download complete [2021-02-03T18:33:14.085Z] 188c0c94c7c5: Verifying Checksum [2021-02-03T18:33:14.085Z] 188c0c94c7c5: Download complete [2021-02-03T18:33:14.354Z] 188c0c94c7c5: Pull complete [2021-02-03T18:33:14.618Z] 0ef7d3d256c8: Pull complete [2021-02-03T18:33:14.885Z] de9db76c5a1d: Pull complete [2021-02-03T18:33:16.281Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T18:33:16.281Z] a35cf1a2eb13: Download complete [2021-02-03T18:33:17.231Z] bca2f99d35d6: Verifying Checksum [2021-02-03T18:33:17.231Z] bca2f99d35d6: Download complete [2021-02-03T18:33:22.569Z] bca2f99d35d6: Pull complete [2021-02-03T18:33:22.569Z] 93359f2a8cfa: Pull complete [2021-02-03T18:33:22.569Z] 7c6f9722023f: Pull complete [2021-02-03T18:33:27.905Z] a35cf1a2eb13: Pull complete [2021-02-03T18:33:27.905Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T18:33:27.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T18:33:27.905Z] ---> a62c8e92a672 [2021-02-03T18:33:27.905Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-03T18:33:27.905Z] ---> Running in 2b5c8c0592df [2021-02-03T18:33:27.905Z] Removing intermediate container 2b5c8c0592df [2021-02-03T18:33:27.905Z] ---> 0f780e269564 [2021-02-03T18:33:27.905Z] Step 4/7 : RUN apk add bash [2021-02-03T18:33:27.905Z] ---> Running in f57e8ee1d9ab [2021-02-03T18:33:28.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:33:29.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:33:29.383Z] OK: 166 MiB in 39 packages [2021-02-03T18:33:29.960Z] Removing intermediate container f57e8ee1d9ab [2021-02-03T18:33:29.960Z] ---> d578c5d3b9cc [2021-02-03T18:33:29.960Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-03T18:33:30.223Z] ---> Running in 8887e41632dc [2021-02-03T18:33:30.223Z] Removing intermediate container 8887e41632dc [2021-02-03T18:33:30.223Z] ---> 40eb4539597a [2021-02-03T18:33:30.223Z] Step 6/7 : COPY go.mod . [2021-02-03T18:33:30.487Z] ---> 36bdd1e636e1 [2021-02-03T18:33:30.487Z] Step 7/7 : RUN go mod download [2021-02-03T18:33:30.487Z] ---> Running in 5d6590fbaf63 [2021-02-03T18:33:42.786Z] Removing intermediate container 5d6590fbaf63 [2021-02-03T18:33:42.786Z] ---> a8cffeac4011 [2021-02-03T18:33:42.786Z] Successfully built a8cffeac4011 [2021-02-03T18:33:42.786Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:33:43.104Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T18:33:43.104Z] . [Pipeline] withDockerContainer [2021-02-03T18:33:43.214Z] prd-centos7-docker-4c-2g-24756 does not seem to be running inside a container [2021-02-03T18:33:43.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-03T18:33:44.010Z] $ docker top 65851585df35a5438f955f5b63e9bf59a247ddc3c3e243fae907f40eeba856ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:33:44.579Z] + go version [2021-02-03T18:33:44.579Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T18:33:44.602Z] $ docker stop --time=1 65851585df35a5438f955f5b63e9bf59a247ddc3c3e243fae907f40eeba856ff [2021-02-03T18:33:45.926Z] $ docker rm -f 65851585df35a5438f955f5b63e9bf59a247ddc3c3e243fae907f40eeba856ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:33:46.763Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T18:33:46.763Z] . [Pipeline] withDockerContainer [2021-02-03T18:33:46.857Z] prd-centos7-docker-4c-2g-24756 does not seem to be running inside a container [2021-02-03T18:33:46.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-03T18:33:48.041Z] $ docker top 26da912fb24a67f66674fc0b156d232fcc1d7166a4dd9ab36955d7cd1d9a4e24 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:33:48.520Z] + make test [2021-02-03T18:33:48.520Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-03T18:33:55.207Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-03T18:33:55.207Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.025s coverage: 85.7% of statements [2021-02-03T18:33:55.207Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements [2021-02-03T18:33:55.808Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements [2021-02-03T18:33:56.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements [2021-02-03T18:33:56.083Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-03T18:33:56.361Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements [2021-02-03T18:33:56.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.012s coverage: 14.7% of statements [2021-02-03T18:33:56.949Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements [2021-02-03T18:33:57.214Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.025s coverage: 91.8% of statements [2021-02-03T18:33:57.214Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-03T18:33:57.214Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-03T18:33:57.214Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements [2021-02-03T18:33:57.485Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.010s coverage: 36.7% of statements [2021-02-03T18:34:00.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.054s coverage: 63.0% of statements [2021-02-03T18:34:00.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements [2021-02-03T18:34:00.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.017s coverage: 15.4% of statements [2021-02-03T18:34:00.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements [2021-02-03T18:34:00.082Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements [2021-02-03T18:34:00.082Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-03T18:34:01.045Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.092s coverage: 84.8% of statements [2021-02-03T18:34:01.045Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-03T18:34:01.045Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-03T18:34:01.045Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-03T18:34:01.045Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.016s coverage: 49.3% of statements [2021-02-03T18:34:01.045Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.034s coverage: 94.7% of statements [2021-02-03T18:34:01.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.043s coverage: 88.8% of statements [2021-02-03T18:34:01.628Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements [2021-02-03T18:34:01.628Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-03T18:34:01.899Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-03T18:34:03.843Z] gofmt -l . [2021-02-03T18:34:03.843Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-03T18:34:04.125Z] $ docker stop --time=1 26da912fb24a67f66674fc0b156d232fcc1d7166a4dd9ab36955d7cd1d9a4e24 [2021-02-03T18:34:06.547Z] $ docker rm -f 26da912fb24a67f66674fc0b156d232fcc1d7166a4dd9ab36955d7cd1d9a4e24 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:34:07.236Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-03T18:34:07.437Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24757 in /w/workspace/dry_go-mod-core-contracts_PR-478 [Pipeline] { [Pipeline] ws [2021-02-03T18:34:07.496Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-02-03T18:34:07.633Z] 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-03T18:34:12.233Z] using credential edgex-jenkins-ssh [2021-02-03T18:34:12.297Z] Cloning the remote Git repository [2021-02-03T18:34:12.356Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:34:12.477Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-02-03T18:34:12.547Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:34:12.548Z] > git --version # timeout=10 [2021-02-03T18:34:12.576Z] > git --version # 'git version 2.17.1' [2021-02-03T18:34:12.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:34:12.660Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:34:13.712Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:34:13.733Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:34:13.766Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-02-03T18:34:14.458Z] Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit bea2f8ed978aa47c1ec9322188fca64fbb0e834f [2021-02-03T18:34:14.785Z] Merge succeeded, producing bea2f8ed978aa47c1ec9322188fca64fbb0e834f [2021-02-03T18:34:14.785Z] Checking out Revision bea2f8ed978aa47c1ec9322188fca64fbb0e834f (PR-478) [2021-02-03T18:34:13.818Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-02-03T18:34:13.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:34:13.828Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T18:34:14.481Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:34:14.510Z] > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 [2021-02-03T18:34:14.652Z] > git remote # timeout=10 [2021-02-03T18:34:14.676Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T18:34:14.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:34:14.700Z] > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 [2021-02-03T18:34:14.765Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T18:34:14.795Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:34:14.826Z] > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 [2021-02-03T18:34:19.225Z] Commit message: "Merge branch 'master' into issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T18:34:20.694Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:34:21.158Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:34:21.499Z] + sudo service docker restart [2021-02-03T18:34:21.499Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-03T18:34:23.792Z] ========================================================= [2021-02-03T18:34:23.792Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T18:34:23.792Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:34:24.179Z] + 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-03T18:34:25.175Z] Sending build context to Docker daemon 2.537MB [2021-02-03T18:34:25.175Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-02-03T18:34:25.175Z] Step 2/7 : FROM ${BASE} [2021-02-03T18:34:25.448Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T18:34:25.448Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T18:34:25.448Z] a4357932f1b6: Pulling fs layer [2021-02-03T18:34:25.448Z] 18c013af1878: Pulling fs layer [2021-02-03T18:34:25.448Z] 00ac8860ef70: Pulling fs layer [2021-02-03T18:34:25.448Z] 63d7cb157983: Pulling fs layer [2021-02-03T18:34:25.448Z] b116817d02f9: Pulling fs layer [2021-02-03T18:34:25.448Z] 745a02a5169b: Pulling fs layer [2021-02-03T18:34:25.448Z] 00ac8860ef70: Waiting [2021-02-03T18:34:25.448Z] 63d7cb157983: Waiting [2021-02-03T18:34:25.448Z] b116817d02f9: Waiting [2021-02-03T18:34:25.448Z] 18c013af1878: Download complete [2021-02-03T18:34:25.448Z] a4357932f1b6: Verifying Checksum [2021-02-03T18:34:25.448Z] a4357932f1b6: Download complete [2021-02-03T18:34:25.448Z] 63d7cb157983: Verifying Checksum [2021-02-03T18:34:25.448Z] 63d7cb157983: Download complete [2021-02-03T18:34:26.042Z] b116817d02f9: Verifying Checksum [2021-02-03T18:34:26.042Z] b116817d02f9: Download complete [2021-02-03T18:34:26.042Z] 5f621e34cdf4: Verifying Checksum [2021-02-03T18:34:26.042Z] 5f621e34cdf4: Download complete [2021-02-03T18:34:27.036Z] 5f621e34cdf4: Pull complete [2021-02-03T18:34:27.313Z] a4357932f1b6: Pull complete [2021-02-03T18:34:27.588Z] 18c013af1878: Pull complete [2021-02-03T18:34:28.575Z] 745a02a5169b: Verifying Checksum [2021-02-03T18:34:28.575Z] 745a02a5169b: Download complete [2021-02-03T18:34:29.551Z] 00ac8860ef70: Verifying Checksum [2021-02-03T18:34:29.551Z] 00ac8860ef70: Download complete [2021-02-03T18:34:39.723Z] 00ac8860ef70: Pull complete [2021-02-03T18:34:39.723Z] 63d7cb157983: Pull complete [2021-02-03T18:34:39.999Z] b116817d02f9: Pull complete [2021-02-03T18:34:44.329Z] 745a02a5169b: Pull complete [2021-02-03T18:34:44.329Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T18:34:44.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T18:34:44.329Z] ---> b7e6874047d6 [2021-02-03T18:34:44.329Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-03T18:34:46.324Z] ---> Running in e22a19e46df9 [2021-02-03T18:34:46.920Z] Removing intermediate container e22a19e46df9 [2021-02-03T18:34:46.920Z] ---> ff19130669b1 [2021-02-03T18:34:46.920Z] Step 4/7 : RUN apk add bash [2021-02-03T18:34:46.920Z] ---> Running in 7309c21d84b2 [2021-02-03T18:34:48.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:34:48.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:34:49.929Z] OK: 142 MiB in 39 packages [2021-02-03T18:34:51.361Z] Removing intermediate container 7309c21d84b2 [2021-02-03T18:34:51.361Z] ---> ea212f195c5a [2021-02-03T18:34:51.361Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-02-03T18:34:51.361Z] ---> Running in 1e73b6c07ea5 [2021-02-03T18:34:51.958Z] Removing intermediate container 1e73b6c07ea5 [2021-02-03T18:34:51.958Z] ---> 923a3ffb8246 [2021-02-03T18:34:51.958Z] Step 6/7 : COPY go.mod . [2021-02-03T18:34:52.552Z] ---> aec7459da454 [2021-02-03T18:34:52.552Z] Step 7/7 : RUN go mod download [2021-02-03T18:34:52.552Z] ---> Running in 111877ad7548 [2021-02-03T18:35:07.736Z] Removing intermediate container 111877ad7548 [2021-02-03T18:35:07.736Z] ---> 03b2db216102 [2021-02-03T18:35:07.736Z] Successfully built 03b2db216102 [2021-02-03T18:35:07.736Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:35:08.075Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T18:35:08.075Z] . [Pipeline] withDockerContainer [2021-02-03T18:35:08.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-24757 does not seem to be running inside a container [2021-02-03T18:35:08.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-03T18:35:09.995Z] $ docker top 019d43126dcd114506903ad467ed6c4e44c65e32f26f4e609bffa6e4b6016c8a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:35:10.983Z] + go version [2021-02-03T18:35:10.983Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T18:35:11.010Z] $ docker stop --time=1 019d43126dcd114506903ad467ed6c4e44c65e32f26f4e609bffa6e4b6016c8a [2021-02-03T18:35:12.965Z] $ docker rm -f 019d43126dcd114506903ad467ed6c4e44c65e32f26f4e609bffa6e4b6016c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:35:13.992Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T18:35:13.992Z] . [Pipeline] withDockerContainer [2021-02-03T18:35:14.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-24757 does not seem to be running inside a container [2021-02-03T18:35:14.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-03T18:35:15.732Z] $ docker top d66a5466d9a16384f7352a5d1a6b623c8887e5a276427d2969502ab3c34f49dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:35:16.739Z] + make test [2021-02-03T18:35:16.739Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-03T18:35:38.978Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-02-03T18:35:40.971Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.068s coverage: 85.7% of statements [2021-02-03T18:35:40.971Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements [2021-02-03T18:35:42.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements [2021-02-03T18:35:42.974Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.033s coverage: 77.8% of statements [2021-02-03T18:35:42.974Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-02-03T18:35:43.967Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements [2021-02-03T18:35:43.967Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.052s coverage: 14.7% of statements [2021-02-03T18:35:45.420Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements [2021-02-03T18:35:45.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.095s coverage: 91.8% of statements [2021-02-03T18:35:45.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-02-03T18:35:45.696Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-02-03T18:35:45.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements [2021-02-03T18:35:45.696Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 36.7% of statements [2021-02-03T18:35:51.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.161s coverage: 63.0% of statements [2021-02-03T18:35:51.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.046s coverage: 26.3% of statements [2021-02-03T18:35:51.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements [2021-02-03T18:35:51.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.037s coverage: 15.4% of statements [2021-02-03T18:35:51.144Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements [2021-02-03T18:35:51.144Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-02-03T18:35:55.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.177s coverage: 84.8% of statements [2021-02-03T18:35:55.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-02-03T18:35:55.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-02-03T18:35:55.474Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-02-03T18:35:55.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.050s coverage: 49.3% of statements [2021-02-03T18:35:55.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements [2021-02-03T18:35:56.912Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.143s coverage: 88.8% of statements [2021-02-03T18:35:56.912Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements [2021-02-03T18:35:56.912Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-02-03T18:35:57.508Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-03T18:36:02.935Z] gofmt -l . [2021-02-03T18:36:03.208Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-02-03T18:36:03.826Z] $ docker stop --time=1 d66a5466d9a16384f7352a5d1a6b623c8887e5a276427d2969502ab3c34f49dd [2021-02-03T18:36:06.057Z] $ docker rm -f d66a5466d9a16384f7352a5d1a6b623c8887e5a276427d2969502ab3c34f49dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:36:06.977Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-03T18:36:07.042Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T18:36:07.941Z] 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-03T18:36:09.798Z] provisioning config files... [2021-02-03T18:36:09.811Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/config8633728095077080850tmp [Pipeline] { [Pipeline] sh [2021-02-03T18:36:10.248Z] + set +x [2021-02-03T18:36:10.248Z] + curl -s https://codecov.io/bash [2021-02-03T18:36:10.248Z] + bash -s -- [2021-02-03T18:36:10.511Z] [2021-02-03T18:36:10.511Z] _____ _ [2021-02-03T18:36:10.511Z] / ____| | | [2021-02-03T18:36:10.511Z] | | ___ __| | ___ ___ _____ __ [2021-02-03T18:36:10.511Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-03T18:36:10.511Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-03T18:36:10.511Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-03T18:36:10.511Z] Bash-20210129-7c25fce [2021-02-03T18:36:10.511Z] [2021-02-03T18:36:10.511Z] [2021-02-03T18:36:10.511Z] ==> git version 2.24.3 found [2021-02-03T18:36:10.511Z] ==> 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-03T18:36:10.511Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-03T18:36:10.511Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-03T18:36:10.511Z] ==> Jenkins CI detected. [2021-02-03T18:36:10.511Z] project root: . [2021-02-03T18:36:10.511Z] --> token set from env [2021-02-03T18:36:10.511Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-03T18:36:10.511Z] ==> Running gcov in . (disable via -X gcov) [2021-02-03T18:36:10.511Z] ==> Python coveragepy not found [2021-02-03T18:36:10.511Z] ==> Searching for coverage reports in: [2021-02-03T18:36:10.511Z] + . [2021-02-03T18:36:10.511Z] -> Found 1 reports [2021-02-03T18:36:10.511Z] ==> Detecting git/mercurial file structure [2021-02-03T18:36:10.511Z] ==> Reading reports [2021-02-03T18:36:10.511Z] + ./coverage.out bytes=147284 [2021-02-03T18:36:10.511Z] ==> Appending adjustments [2021-02-03T18:36:10.511Z] https://docs.codecov.io/docs/fixing-reports [2021-02-03T18:36:11.780Z] + Found adjustments [2021-02-03T18:36:11.780Z] ==> Gzipping contents [2021-02-03T18:36:11.780Z] 24K /tmp/codecov.V0dfgF.gz [2021-02-03T18:36:11.780Z] ==> Uploading reports [2021-02-03T18:36:11.780Z] url: https://codecov.io [2021-02-03T18:36:11.780Z] query: branch=PR-478&commit=bea2f8ed978aa47c1ec9322188fca64fbb0e834f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-478%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=478&job=&cmd_args= [2021-02-03T18:36:11.780Z] -> Pinging Codecov [2021-02-03T18:36:11.780Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-478&commit=bea2f8ed978aa47c1ec9322188fca64fbb0e834f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-478%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=478&job=&cmd_args= [2021-02-03T18:36:12.045Z] -> Uploading to [2021-02-03T18:36:12.045Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/bea2f8ed978aa47c1ec9322188fca64fbb0e834f/212f8ee2-68dc-4d97-a56a-8a3e50ee37b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T183611Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=694ee04c46cb456fbd2be19b3f4eb54272ed2becc1e8ee4b7af5feebde555456 [2021-02-03T18:36:12.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-03T18:36:12.045Z] Dload Upload Total Spent Left Speed [2021-02-03T18:36:12.307Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22401 0 0 100 22401 0 47667 --:--:-- --:--:-- --:--:-- 47763 [2021-02-03T18:36:12.307Z] -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/bea2f8ed978aa47c1ec9322188fca64fbb0e834f [Pipeline] } [2021-02-03T18:36:12.319Z] 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-03T18:36:14.853Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:36:15.166Z] ---> package-listing.sh [2021-02-03T18:36:15.166Z] ++ facter osfamily [2021-02-03T18:36:15.166Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T18:36:15.166Z] + OS_FAMILY=redhat [2021-02-03T18:36:15.166Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-478 [2021-02-03T18:36:15.166Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T18:36:15.166Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T18:36:15.166Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T18:36:15.166Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T18:36:15.166Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-478 ']' [2021-02-03T18:36:15.166Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T18:36:15.166Z] + case "${OS_FAMILY}" in [2021-02-03T18:36:15.166Z] + rpm -qa [2021-02-03T18:36:15.166Z] + sort [2021-02-03T18:36:20.481Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T18:36:20.481Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T18:36:20.481Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T18:36:20.481Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-478 ']' [2021-02-03T18:36:20.481Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-478/archives/ [2021-02-03T18:36:20.481Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-478/archives/ [Pipeline] echo [2021-02-03T18:36:20.500Z] 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-478/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T18:36:20.798Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:36:21.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:36:21.112Z] [2021-02-03T18:36:21.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:36:21.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:36:21.476Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T18:36:21.476Z] df20fa9351a1: Pulling fs layer [2021-02-03T18:36:21.476Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T18:36:21.476Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T18:36:21.476Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T18:36:21.476Z] 93b61091891f: Pulling fs layer [2021-02-03T18:36:21.476Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T18:36:21.476Z] 5e14af77c1be: Pulling fs layer [2021-02-03T18:36:21.476Z] 01666e4c0597: Pulling fs layer [2021-02-03T18:36:21.476Z] aa168da1d23b: Pulling fs layer [2021-02-03T18:36:21.476Z] 46f8f816bc3b: Waiting [2021-02-03T18:36:21.476Z] 93b61091891f: Waiting [2021-02-03T18:36:21.476Z] 93b9cdb0e59b: Waiting [2021-02-03T18:36:21.476Z] 5e14af77c1be: Waiting [2021-02-03T18:36:21.476Z] 01666e4c0597: Waiting [2021-02-03T18:36:21.476Z] aa168da1d23b: Waiting [2021-02-03T18:36:21.476Z] 36b3adc4ff6f: Download complete [2021-02-03T18:36:21.476Z] 46f8f816bc3b: Download complete [2021-02-03T18:36:21.476Z] df20fa9351a1: Verifying Checksum [2021-02-03T18:36:21.476Z] df20fa9351a1: Download complete [2021-02-03T18:36:21.476Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T18:36:21.476Z] 93b9cdb0e59b: Download complete [2021-02-03T18:36:21.740Z] 5e14af77c1be: Verifying Checksum [2021-02-03T18:36:21.740Z] 5e14af77c1be: Download complete [2021-02-03T18:36:21.740Z] 93b61091891f: Download complete [2021-02-03T18:36:21.740Z] 01666e4c0597: Verifying Checksum [2021-02-03T18:36:21.740Z] 01666e4c0597: Download complete [2021-02-03T18:36:22.002Z] df20fa9351a1: Pull complete [2021-02-03T18:36:22.265Z] 36b3adc4ff6f: Pull complete [2021-02-03T18:36:22.265Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T18:36:22.265Z] 8ad3a11d3b57: Download complete [2021-02-03T18:36:23.235Z] 8ad3a11d3b57: Pull complete [2021-02-03T18:36:23.812Z] aa168da1d23b: Verifying Checksum [2021-02-03T18:36:23.813Z] aa168da1d23b: Download complete [2021-02-03T18:36:24.396Z] 46f8f816bc3b: Pull complete [2021-02-03T18:36:24.659Z] 93b61091891f: Pull complete [2021-02-03T18:36:24.922Z] 93b9cdb0e59b: Pull complete [2021-02-03T18:36:24.922Z] 5e14af77c1be: Pull complete [2021-02-03T18:36:25.192Z] 01666e4c0597: Pull complete [2021-02-03T18:36:33.384Z] aa168da1d23b: Pull complete [2021-02-03T18:36:33.384Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T18:36:33.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:36:33.384Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T18:36:33.564Z] prd-centos7-docker-4c-2g-24754 does not seem to be running inside a container [2021-02-03T18:36:33.611Z] $ 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-478/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-478 -v /w/workspace/dry_go-mod-core-contracts_PR-478:/w/workspace/dry_go-mod-core-contracts_PR-478:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-478@tmp:/w/workspace/dry_go-mod-core-contracts_PR-478@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-03T18:36:37.017Z] $ docker top 114af1cdc0bc9884cbff24c4d54a28baa2a6b10bfc373c814bcb73b581ec86f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:36:37.565Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T18:36:37.866Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T18:36:38.168Z] + ls /var/log/sa-host [2021-02-03T18:36:38.168Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T18:36:38.168Z] file_magic: OK [2021-02-03T18:36:38.168Z] HZ: Using current value: 100 [2021-02-03T18:36:38.168Z] file_header: OK [2021-02-03T18:36:38.168Z] 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-03T18:36:38.168Z] Statistics: [2021-02-03T18:36:38.168Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-03T18:36:38.168Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T18:36:38.168Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T18:36:38.168Z] file_magic: OK [2021-02-03T18:36:38.168Z] HZ: Using current value: 100 [2021-02-03T18:36:38.168Z] file_header: OK [2021-02-03T18:36:38.168Z] 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-03T18:36:38.168Z] Statistics: [2021-02-03T18:36:38.168Z] Hnuu...uuuununununu... [2021-02-03T18:36:38.168Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T18:36:38.408Z] provisioning config files... [2021-02-03T18:36:38.424Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/config4109357503590311551tmp [Pipeline] { [Pipeline] echo [2021-02-03T18:36:38.503Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:36:38.806Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T18:36:38.818Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T18:36:38.921Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:36:39.229Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T18:36:39.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:36:39.543Z] ---> sudo-logs.sh [2021-02-03T18:36:39.543Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T18:36:39.556Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:36:39.857Z] ---> job-cost.sh [2021-02-03T18:36:40.119Z] lf-activate-venv: SKIPPING [2021-02-03T18:36:40.119Z] INFO: No Stack... [2021-02-03T18:36:41.068Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T18:36:41.646Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T18:36:41.660Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:36:41.960Z] ---> logs-deploy.sh [2021-02-03T18:36:41.960Z] lf-activate-venv: SKIPPING [2021-02-03T18:36:41.960Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-478/4 [2021-02-03T18:36:41.960Z] INFO: archiving workspace using pattern(s): [2021-02-03T18:36:43.885Z] Archives upload complete. [2021-02-03T18:36:43.885Z] INFO: archiving logs to Nexus