Pull request #345 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from e7304d552eaaf88cc98ad393a1864a902c3fb4b9+98daafbb41d32662c234c03b24ed2e451e027361 (607877b159d4fe3c09edef18cdc4f503a1f17a59) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: 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-6140 in /w/workspace/dry_go-mod-core-contracts_PR-345 [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-345 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit e7304d552eaaf88cc98ad393a1864a902c3fb4b9 Merge succeeded, producing e7304d552eaaf88cc98ad393a1864a902c3fb4b9 Checking out Revision e7304d552eaaf88cc98ad393a1864a902c3fb4b9 (PR-345) > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # 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 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 3addc65e16ab681756c5cf7bd1ff4ad503be2a70 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T02:44:34.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T02:44:34.866Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T02:44:34.969Z] ========================================================= [2020-10-19T02:44:34.969Z] EdgeX Global Pipelines Version Info [2020-10-19T02:44:34.969Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:44:36.446Z] ------------------- [2020-10-19T02:44:36.446Z] stable info: [2020-10-19T02:44:36.446Z] ------------------- [2020-10-19T02:44:36.446Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T02:44:36.446Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T02:44:36.446Z] Message: update stable to v1.0.144 [2020-10-19T02:44:37.396Z] ------------------- [2020-10-19T02:44:37.396Z] experimental info: [2020-10-19T02:44:37.396Z] ------------------- [2020-10-19T02:44:37.396Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T02:44:37.396Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T02:44:37.396Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T02:44:37.790Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-19T02:44:37.880Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-19T02:44:37.970Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T02:44:38.088Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T02:44:38.267Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T02:44:38.355Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T02:44:38.450Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T02:44:38.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T02:44:38.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T02:44:38.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T02:44:38.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T02:44:38.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-19T02:44:39.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T02:44:39.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T02:44:39.238Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:44:39.332Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:44:39.427Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:44:39.517Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:44:39.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T02:44:39.721Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T02:44:39.818Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T02:44:39.910Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T02:44:40.000Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T02:44:40.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T02:44:40.180Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T02:44:40.356Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-345 [Pipeline] echo [2020-10-19T02:44:40.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-345 [Pipeline] echo [2020-10-19T02:44:40.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-345 [Pipeline] echo [2020-10-19T02:44:40.705Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [Pipeline] echo [2020-10-19T02:44:40.831Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7304d5 [Pipeline] echo [2020-10-19T02:44:40.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T02:44:41.579Z] + git log --format=format:%s -1 e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [Pipeline] echo [2020-10-19T02:44:41.645Z] GIT_COMMIT: e7304d552eaaf88cc98ad393a1864a902c3fb4b9, Commit Message: refactor: remove all ResponseNoMessage funcs in V2 [Pipeline] echo [2020-10-19T02:44:41.692Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:44:42.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T02:44:42.531Z] [2020-10-19T02:44:42.531Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:44:42.933Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T02:44:42.933Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T02:44:42.933Z] 31603596830f: Pulling fs layer [2020-10-19T02:44:42.933Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T02:44:42.933Z] 6ca5941a6612: Pulling fs layer [2020-10-19T02:44:42.933Z] ecc8261a40a4: Pulling fs layer [2020-10-19T02:44:42.934Z] ecc8261a40a4: Waiting [2020-10-19T02:44:42.934Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T02:44:42.934Z] 2a8b12db71e7: Download complete [2020-10-19T02:44:42.934Z] 31603596830f: Verifying Checksum [2020-10-19T02:44:42.934Z] 31603596830f: Download complete [2020-10-19T02:44:43.196Z] ecc8261a40a4: Verifying Checksum [2020-10-19T02:44:43.196Z] ecc8261a40a4: Download complete [2020-10-19T02:44:43.196Z] 6ca5941a6612: Verifying Checksum [2020-10-19T02:44:43.196Z] 6ca5941a6612: Download complete [2020-10-19T02:44:43.461Z] 31603596830f: Pull complete [2020-10-19T02:44:43.461Z] 2a8b12db71e7: Pull complete [2020-10-19T02:44:44.426Z] 6ca5941a6612: Pull complete [2020-10-19T02:44:44.426Z] ecc8261a40a4: Pull complete [2020-10-19T02:44:44.426Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T02:44:44.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T02:44:44.426Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T02:44:44.557Z] prd-centos7-docker-4c-2g-6140 does not seem to be running inside a container [2020-10-19T02:44:44.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-345 -v /w/workspace/dry_go-mod-core-contracts_PR-345:/w/workspace/dry_go-mod-core-contracts_PR-345:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-345@tmp:/w/workspace/dry_go-mod-core-contracts_PR-345@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T02:44:46.496Z] $ docker top ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T02:44:46.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T02:44:46.784Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T02:44:46.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T02:44:46.985Z] $ docker exec ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent [2020-10-19T02:44:47.142Z] SSH_AUTH_SOCK=/tmp/ssh-wGA3Hs5c3TkG/agent.11 [2020-10-19T02:44:47.142Z] SSH_AGENT_PID=16 [2020-10-19T02:44:47.153Z] Running ssh-add (command line suppressed) [2020-10-19T02:44:47.279Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_4187945141483015919.key (/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_4187945141483015919.key) [2020-10-19T02:44:47.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T02:44:47.672Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T02:44:47.696Z] $ docker exec --env ******** --env ******** ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent -k [2020-10-19T02:44:47.808Z] unset SSH_AUTH_SOCK; [2020-10-19T02:44:47.809Z] unset SSH_AGENT_PID; [2020-10-19T02:44:47.809Z] echo Agent pid 16 killed; [2020-10-19T02:44:47.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T02:44:48.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T02:44:48.055Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T02:44:48.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T02:44:48.220Z] $ docker exec ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent [2020-10-19T02:44:48.377Z] SSH_AUTH_SOCK=/tmp/ssh-SW10Q5U2ar2F/agent.44 [2020-10-19T02:44:48.377Z] SSH_AGENT_PID=50 [2020-10-19T02:44:48.383Z] Running ssh-add (command line suppressed) [2020-10-19T02:44:48.499Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_634194615445230795.key (/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_634194615445230795.key) [2020-10-19T02:44:48.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T02:44:48.884Z] + git semver init [2020-10-19T02:44:48.884Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T02:44:48.884Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-345/.git [2020-10-19T02:44:48.884Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-345 [2020-10-19T02:44:48.884Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T02:44:48.884Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T02:44:48.884Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T02:44:48.884Z] # $SEMVER_BRANCH = PR-345 [2020-10-19T02:44:48.884Z] # $SEMVER_TEMP = /tmp/semver-265142419 [2020-10-19T02:44:48.884Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-19T02:44:49.462Z] # '/tmp/semver-265142419' -> '/w/workspace/dry_go-mod-core-contracts_PR-345/.semver' [2020-10-19T02:44:49.462Z] # -> Force: false [2020-10-19T02:44:49.462Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-345/.semver [Pipeline] } [2020-10-19T02:44:49.480Z] $ docker exec --env ******** --env ******** ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent -k [2020-10-19T02:44:49.601Z] unset SSH_AUTH_SOCK; [2020-10-19T02:44:49.601Z] unset SSH_AGENT_PID; [2020-10-19T02:44:49.601Z] echo Agent pid 50 killed; [2020-10-19T02:44:49.643Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T02:44:50.119Z] + git semver [Pipeline] } [2020-10-19T02:44:50.139Z] $ docker stop --time=1 ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 [2020-10-19T02:44:51.945Z] $ docker rm -f ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T02:44:52.412Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T02:44:52.896Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T02:44:52.899Z] [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 [2020-10-19T02:45:08.484Z] Still waiting to schedule task [2020-10-19T02:45:08.484Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T02:45:08.487Z] Still waiting to schedule task [2020-10-19T02:45:08.487Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-19T02:45:44.732Z] Running on prd-centos7-docker-4c-2g-6142 in /w/workspace/dry_go-mod-core-contracts_PR-345 [Pipeline] { [Pipeline] ws [2020-10-19T02:45:44.787Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-19T02:45:53.158Z] using credential edgex-jenkins-ssh [2020-10-19T02:45:53.279Z] Cloning the remote Git repository [2020-10-19T02:45:53.322Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:45:53.409Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-19T02:45:53.498Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:45:53.498Z] > git --version # timeout=10 [2020-10-19T02:45:53.510Z] > git --version # 'git version 2.16.5' [2020-10-19T02:45:53.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:45:53.548Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:45:54.275Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:45:55.402Z] Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [2020-10-19T02:45:54.295Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:45:54.312Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:45:54.335Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:45:54.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:45:54.341Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T02:45:55.430Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:45:55.481Z] > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 [2020-10-19T02:45:55.934Z] Merge succeeded, producing e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [2020-10-19T02:45:55.934Z] Checking out Revision e7304d552eaaf88cc98ad393a1864a902c3fb4b9 (PR-345) [2020-10-19T02:45:55.820Z] > git remote # timeout=10 [2020-10-19T02:45:55.837Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T02:45:55.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:45:55.852Z] > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 [2020-10-19T02:45:55.910Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T02:45:55.941Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:45:55.962Z] > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 [2020-10-19T02:46:02.043Z] Commit message: "refactor: remove all ResponseNoMessage funcs in V2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T02:46:03.303Z] ========================================================= [2020-10-19T02:46:03.303Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T02:46:03.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:46:05.535Z] + 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 . [2020-10-19T02:46:06.608Z] Sending build context to Docker daemon 1.779MB [2020-10-19T02:46:06.608Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T02:46:06.608Z] Step 2/7 : FROM ${BASE} [2020-10-19T02:46:06.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T02:46:06.608Z] df20fa9351a1: Pulling fs layer [2020-10-19T02:46:06.608Z] ed8968b2872e: Pulling fs layer [2020-10-19T02:46:06.608Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T02:46:06.608Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T02:46:06.608Z] e73272ec9a57: Pulling fs layer [2020-10-19T02:46:06.608Z] 1e910a182e73: Pulling fs layer [2020-10-19T02:46:06.608Z] 4e634b169226: Pulling fs layer [2020-10-19T02:46:06.608Z] e871e8e8d7a9: Waiting [2020-10-19T02:46:06.608Z] e73272ec9a57: Waiting [2020-10-19T02:46:06.608Z] 1e910a182e73: Waiting [2020-10-19T02:46:06.608Z] 4e634b169226: Waiting [2020-10-19T02:46:06.608Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T02:46:06.608Z] a92cc7c5fd73: Download complete [2020-10-19T02:46:06.922Z] ed8968b2872e: Verifying Checksum [2020-10-19T02:46:06.922Z] ed8968b2872e: Download complete [2020-10-19T02:46:06.922Z] e73272ec9a57: Verifying Checksum [2020-10-19T02:46:06.922Z] e73272ec9a57: Download complete [2020-10-19T02:46:06.922Z] 1e910a182e73: Verifying Checksum [2020-10-19T02:46:06.922Z] 1e910a182e73: Download complete [2020-10-19T02:46:07.570Z] df20fa9351a1: Verifying Checksum [2020-10-19T02:46:07.570Z] df20fa9351a1: Download complete [2020-10-19T02:46:08.196Z] df20fa9351a1: Pull complete [2020-10-19T02:46:08.939Z] ed8968b2872e: Pull complete [2020-10-19T02:46:09.569Z] a92cc7c5fd73: Pull complete [2020-10-19T02:46:15.652Z] 4e634b169226: Verifying Checksum [2020-10-19T02:46:15.652Z] 4e634b169226: Download complete [2020-10-19T02:46:17.159Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T02:46:17.159Z] e871e8e8d7a9: Download complete [2020-10-19T02:46:30.054Z] e871e8e8d7a9: Pull complete [2020-10-19T02:46:30.054Z] e73272ec9a57: Pull complete [2020-10-19T02:46:30.054Z] 1e910a182e73: Pull complete [2020-10-19T02:46:35.686Z] 4e634b169226: Pull complete [2020-10-19T02:46:35.686Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T02:46:35.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T02:46:35.686Z] ---> f7629b54cfaa [2020-10-19T02:46:35.686Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T02:46:35.686Z] ---> Running in 52febc063d33 [2020-10-19T02:46:35.686Z] Removing intermediate container 52febc063d33 [2020-10-19T02:46:35.686Z] ---> 938d6bc5b9cc [2020-10-19T02:46:35.686Z] Step 4/7 : RUN apk add bash [2020-10-19T02:46:35.686Z] ---> Running in 8e71621f8678 [2020-10-19T02:46:36.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T02:46:37.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T02:46:38.590Z] OK: 166 MiB in 39 packages [2020-10-19T02:46:39.606Z] Removing intermediate container 8e71621f8678 [2020-10-19T02:46:39.606Z] ---> 25f76b31dd57 [2020-10-19T02:46:39.606Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T02:46:39.606Z] ---> Running in 84fabbceb911 [2020-10-19T02:46:39.606Z] Removing intermediate container 84fabbceb911 [2020-10-19T02:46:39.606Z] ---> ffc2754e6375 [2020-10-19T02:46:39.606Z] Step 6/7 : COPY go.mod . [2020-10-19T02:46:39.888Z] ---> 9c503c16d4a0 [2020-10-19T02:46:39.888Z] Step 7/7 : RUN go mod download [2020-10-19T02:46:40.180Z] ---> Running in 4c6694fac994 [2020-10-19T02:46:55.684Z] Removing intermediate container 4c6694fac994 [2020-10-19T02:46:55.684Z] ---> 526f379049ce [2020-10-19T02:46:55.684Z] Successfully built 526f379049ce [2020-10-19T02:46:55.684Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:46:56.585Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T02:46:56.872Z] . [Pipeline] withDockerContainer [2020-10-19T02:46:57.163Z] prd-centos7-docker-4c-2g-6142 does not seem to be running inside a container [2020-10-19T02:46:57.770Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-19T02:46:59.104Z] $ docker top 4e87b3dbbddbed01cb2be4d8a837022fcb4343a8e8da06e18e74d424dca4ef7b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:47:00.037Z] + go version [2020-10-19T02:47:00.037Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T02:47:00.124Z] $ docker stop --time=1 4e87b3dbbddbed01cb2be4d8a837022fcb4343a8e8da06e18e74d424dca4ef7b [2020-10-19T02:47:01.863Z] $ docker rm -f 4e87b3dbbddbed01cb2be4d8a837022fcb4343a8e8da06e18e74d424dca4ef7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:47:03.108Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T02:47:03.108Z] . [Pipeline] withDockerContainer [2020-10-19T02:47:03.451Z] prd-centos7-docker-4c-2g-6142 does not seem to be running inside a container [2020-10-19T02:47:03.579Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-19T02:47:05.615Z] $ docker top b8f66ddfb1a2e9535eab9e9ed7cc1a53029f8f336ce3119f209558870cdb719e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:47:06.893Z] + make test [2020-10-19T02:47:06.893Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T02:47:25.886Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T02:47:25.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.082s coverage: 85.7% of statements [2020-10-19T02:47:25.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements [2020-10-19T02:47:25.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.028s coverage: 45.4% of statements [2020-10-19T02:47:25.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements [2020-10-19T02:47:25.886Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T02:47:25.886Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.4% of statements [2020-10-19T02:47:26.894Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.076s coverage: 14.7% of statements [2020-10-19T02:47:26.894Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.018s coverage: 100.0% of statements [2020-10-19T02:47:26.894Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements [2020-10-19T02:47:26.894Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T02:47:26.894Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T02:47:26.894Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.007s coverage: 100.0% of statements [2020-10-19T02:47:27.494Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 48.9% of statements [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.069s coverage: 63.0% of statements [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.041s coverage: 15.4% of statements [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.047s coverage: 15.4% of statements [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements [2020-10-19T02:47:30.151Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.013s coverage: 29.1% of statements [2020-10-19T02:47:30.151Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 100.0% of statements [2020-10-19T02:47:30.756Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.020s coverage: 94.4% of statements [2020-10-19T02:47:30.756Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.011s coverage: 92.3% of statements [2020-10-19T02:47:30.756Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T02:47:30.756Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T02:47:33.576Z] gofmt -l . [2020-10-19T02:47:33.576Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T02:47:34.140Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T02:47:34.150Z] $ docker stop --time=1 b8f66ddfb1a2e9535eab9e9ed7cc1a53029f8f336ce3119f209558870cdb719e [2020-10-19T02:47:36.581Z] $ docker rm -f b8f66ddfb1a2e9535eab9e9ed7cc1a53029f8f336ce3119f209558870cdb719e [Pipeline] // withDockerContainer [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] } [2020-10-19T02:48:20.832Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6144 in /w/workspace/dry_go-mod-core-contracts_PR-345 [Pipeline] { [Pipeline] ws [2020-10-19T02:48:20.953Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-19T02:48:26.290Z] using credential edgex-jenkins-ssh [2020-10-19T02:48:26.401Z] Cloning the remote Git repository [2020-10-19T02:48:26.480Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:48:26.604Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-19T02:48:26.697Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:48:26.698Z] > git --version # timeout=10 [2020-10-19T02:48:26.720Z] > git --version # 'git version 2.17.1' [2020-10-19T02:48:26.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:48:26.785Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:48:28.457Z] Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [2020-10-19T02:48:27.718Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:48:27.736Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:48:27.773Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:48:27.819Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:48:27.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:48:27.835Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T02:48:28.487Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:48:28.508Z] > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 [2020-10-19T02:48:28.919Z] Merge succeeded, producing e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [2020-10-19T02:48:28.920Z] Checking out Revision e7304d552eaaf88cc98ad393a1864a902c3fb4b9 (PR-345) [2020-10-19T02:48:28.689Z] > git remote # timeout=10 [2020-10-19T02:48:28.782Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T02:48:28.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:48:28.842Z] > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 [2020-10-19T02:48:28.883Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T02:48:28.936Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:48:28.974Z] > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 [2020-10-19T02:48:33.478Z] Commit message: "refactor: remove all ResponseNoMessage funcs in V2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T02:48:34.569Z] ========================================================= [2020-10-19T02:48:34.569Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T02:48:34.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:48:35.664Z] + 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 . [2020-10-19T02:48:36.665Z] Sending build context to Docker daemon 1.781MB [2020-10-19T02:48:36.665Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T02:48:36.665Z] Step 2/7 : FROM ${BASE} [2020-10-19T02:48:37.265Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T02:48:37.265Z] b538f80385f9: Pulling fs layer [2020-10-19T02:48:37.265Z] 74f711af9a0d: Pulling fs layer [2020-10-19T02:48:37.265Z] 99f96fe45779: Pulling fs layer [2020-10-19T02:48:37.265Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T02:48:37.265Z] 45590311c82a: Pulling fs layer [2020-10-19T02:48:37.265Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T02:48:37.265Z] 209524e5b208: Pulling fs layer [2020-10-19T02:48:37.265Z] 8529a6b9a6be: Waiting [2020-10-19T02:48:37.265Z] 45590311c82a: Waiting [2020-10-19T02:48:37.265Z] 69ca0ff8b7b3: Waiting [2020-10-19T02:48:37.265Z] 209524e5b208: Waiting [2020-10-19T02:48:37.265Z] 99f96fe45779: Verifying Checksum [2020-10-19T02:48:37.265Z] 99f96fe45779: Download complete [2020-10-19T02:48:37.265Z] 74f711af9a0d: Verifying Checksum [2020-10-19T02:48:37.265Z] 74f711af9a0d: Download complete [2020-10-19T02:48:37.265Z] 45590311c82a: Download complete [2020-10-19T02:48:37.547Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T02:48:37.547Z] 69ca0ff8b7b3: Download complete [2020-10-19T02:48:37.547Z] b538f80385f9: Verifying Checksum [2020-10-19T02:48:37.547Z] b538f80385f9: Download complete [2020-10-19T02:48:38.549Z] b538f80385f9: Pull complete [2020-10-19T02:48:38.839Z] 74f711af9a0d: Pull complete [2020-10-19T02:48:39.451Z] 99f96fe45779: Pull complete [2020-10-19T02:48:40.054Z] 209524e5b208: Verifying Checksum [2020-10-19T02:48:40.054Z] 209524e5b208: Download complete [2020-10-19T02:48:41.510Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T02:48:41.510Z] 8529a6b9a6be: Download complete [2020-10-19T02:48:51.690Z] 8529a6b9a6be: Pull complete [2020-10-19T02:48:51.690Z] 45590311c82a: Pull complete [2020-10-19T02:48:51.971Z] 69ca0ff8b7b3: Pull complete [2020-10-19T02:48:56.325Z] 209524e5b208: Pull complete [2020-10-19T02:48:56.325Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T02:48:56.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T02:48:56.325Z] ---> 5bddaf1c2fca [2020-10-19T02:48:56.325Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T02:48:58.315Z] ---> Running in ed02db6e311f [2020-10-19T02:48:58.924Z] Removing intermediate container ed02db6e311f [2020-10-19T02:48:58.924Z] ---> 32e3f9fd3f1e [2020-10-19T02:48:58.924Z] Step 4/7 : RUN apk add bash [2020-10-19T02:48:58.924Z] ---> Running in 7fea4d2b3bcc [2020-10-19T02:49:00.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T02:49:01.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T02:49:02.485Z] OK: 142 MiB in 39 packages [2020-10-19T02:49:03.936Z] Removing intermediate container 7fea4d2b3bcc [2020-10-19T02:49:03.936Z] ---> 20b5ad471133 [2020-10-19T02:49:03.936Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T02:49:03.936Z] ---> Running in 07e5a618572a [2020-10-19T02:49:04.212Z] Removing intermediate container 07e5a618572a [2020-10-19T02:49:04.212Z] ---> 8b1de3d0b389 [2020-10-19T02:49:04.212Z] Step 6/7 : COPY go.mod . [2020-10-19T02:49:05.198Z] ---> 0d298b622a70 [2020-10-19T02:49:05.198Z] Step 7/7 : RUN go mod download [2020-10-19T02:49:05.198Z] ---> Running in b08806528ca5 [2020-10-19T02:49:20.319Z] Removing intermediate container b08806528ca5 [2020-10-19T02:49:20.319Z] ---> 090f403312a9 [2020-10-19T02:49:20.319Z] Successfully built 090f403312a9 [2020-10-19T02:49:20.319Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:49:20.765Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T02:49:20.765Z] . [Pipeline] withDockerContainer [2020-10-19T02:49:20.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container [2020-10-19T02:49:21.082Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-19T02:49:22.944Z] $ docker top e04a94ff35c6007d80633bac698334e03c322cab252cc3132cc586692ba9a55a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:49:24.379Z] + go version [2020-10-19T02:49:24.380Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T02:49:24.411Z] $ docker stop --time=1 e04a94ff35c6007d80633bac698334e03c322cab252cc3132cc586692ba9a55a [2020-10-19T02:49:26.340Z] $ docker rm -f e04a94ff35c6007d80633bac698334e03c322cab252cc3132cc586692ba9a55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:49:27.348Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T02:49:27.348Z] . [Pipeline] withDockerContainer [2020-10-19T02:49:27.585Z] prd-ubuntu18.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container [2020-10-19T02:49:27.695Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-19T02:49:29.653Z] $ docker top ab0d1b0f296442acc708ceabf272978809137ae47c0bdd4a17cccfde656f28ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:49:31.113Z] + make test [2020-10-19T02:49:31.113Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T02:49:53.348Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T02:49:53.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements [2020-10-19T02:49:53.624Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements [2020-10-19T02:49:55.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.030s coverage: 45.4% of statements [2020-10-19T02:49:55.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.045s coverage: 77.8% of statements [2020-10-19T02:49:55.085Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T02:49:55.085Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-10-19T02:49:57.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.055s coverage: 14.7% of statements [2020-10-19T02:49:57.083Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements [2020-10-19T02:49:58.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements [2020-10-19T02:49:58.073Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T02:49:58.073Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T02:49:58.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.043s coverage: 100.0% of statements [2020-10-19T02:49:58.681Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.048s coverage: 48.9% of statements [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.121s coverage: 63.0% of statements [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.031s coverage: 15.4% of statements [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.040s coverage: 15.4% of statements [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.044s coverage: 14.3% of statements [2020-10-19T02:50:04.124Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.045s coverage: 29.1% of statements [2020-10-19T02:50:04.124Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements [2020-10-19T02:50:05.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.051s coverage: 94.4% of statements [2020-10-19T02:50:05.567Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 92.3% of statements [2020-10-19T02:50:05.567Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T02:50:05.567Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T02:50:09.891Z] gofmt -l . [2020-10-19T02:50:09.891Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T02:50:10.514Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T02:50:11.353Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T02:50:11.366Z] $ docker stop --time=1 ab0d1b0f296442acc708ceabf272978809137ae47c0bdd4a17cccfde656f28ab [2020-10-19T02:50:13.613Z] $ docker rm -f ab0d1b0f296442acc708ceabf272978809137ae47c0bdd4a17cccfde656f28ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-19T02:50:17.248Z] provisioning config files... [2020-10-19T02:50:17.262Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/config2356874542293425232tmp [Pipeline] { [Pipeline] sh [2020-10-19T02:50:17.641Z] + set +x [2020-10-19T02:50:17.641Z] + curl -s https://codecov.io/bash [2020-10-19T02:50:17.641Z] + bash -s -- [2020-10-19T02:50:17.907Z] [2020-10-19T02:50:17.907Z] _____ _ [2020-10-19T02:50:17.907Z] / ____| | | [2020-10-19T02:50:17.907Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T02:50:17.907Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T02:50:17.907Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T02:50:17.907Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T02:50:17.907Z] Bash-20201009-048fee3 [2020-10-19T02:50:17.907Z] [2020-10-19T02:50:17.907Z] [2020-10-19T02:50:17.907Z] ==> Jenkins CI detected. [2020-10-19T02:50:17.907Z] project root: . [2020-10-19T02:50:17.907Z] --> token set from env [2020-10-19T02:50:17.907Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T02:50:17.907Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T02:50:17.907Z] ==> Python coveragepy not found [2020-10-19T02:50:17.907Z] ==> Searching for coverage reports in: [2020-10-19T02:50:17.907Z] + . [2020-10-19T02:50:17.907Z] -> Found 1 reports [2020-10-19T02:50:17.907Z] ==> Detecting git/mercurial file structure [2020-10-19T02:50:17.907Z] ==> Reading reports [2020-10-19T02:50:17.907Z] + ./coverage.out bytes=105826 [2020-10-19T02:50:17.907Z] ==> Appending adjustments [2020-10-19T02:50:17.907Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T02:50:18.485Z] + Found adjustments [2020-10-19T02:50:18.485Z] ==> Gzipping contents [2020-10-19T02:50:18.750Z] ==> Uploading reports [2020-10-19T02:50:18.750Z] url: https://codecov.io [2020-10-19T02:50:18.750Z] query: branch=PR-345&commit=e7304d552eaaf88cc98ad393a1864a902c3fb4b9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-345%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=345&job=&cmd_args= [2020-10-19T02:50:18.750Z] -> Pinging Codecov [2020-10-19T02:50:18.750Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-345&commit=e7304d552eaaf88cc98ad393a1864a902c3fb4b9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-345%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=345&job=&cmd_args= [2020-10-19T02:50:18.750Z] -> Uploading to [2020-10-19T02:50:18.750Z] [2020-10-19T02:50:18.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T02:50:18.750Z] Dload Upload Total Spent Left Speed [2020-10-19T02:50:18.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T02:50:18.750Z] X> Failed to upload [2020-10-19T02:50:18.750Z] ==> Uploading to Codecov [2020-10-19T02:50:18.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T02:50:18.750Z] Dload Upload Total Spent Left Speed [2020-10-19T02:50:19.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17131 100 118 100 17013 170 24513 --:--:-- --:--:-- --:--:-- 24514 [2020-10-19T02:50:19.588Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [Pipeline] } [2020-10-19T02:50:19.599Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 [2020-10-19T02:50:22.277Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:50:22.847Z] ---> package-listing.sh [2020-10-19T02:50:22.847Z] ++ facter osfamily [2020-10-19T02:50:22.847Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T02:50:22.847Z] + OS_FAMILY=redhat [2020-10-19T02:50:22.847Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-345 [2020-10-19T02:50:22.847Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T02:50:22.847Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T02:50:22.847Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T02:50:22.847Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T02:50:22.847Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-345 ']' [2020-10-19T02:50:22.847Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T02:50:22.847Z] + case "${OS_FAMILY}" in [2020-10-19T02:50:22.847Z] + rpm -qa [2020-10-19T02:50:22.847Z] + sort [2020-10-19T02:50:27.074Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T02:50:27.074Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T02:50:27.074Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T02:50:27.074Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-345 ']' [2020-10-19T02:50:27.074Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-345/archives/ [2020-10-19T02:50:27.074Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-345/archives/ [Pipeline] echo [2020-10-19T02:50:27.087Z] 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-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T02:50:27.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:50:27.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T02:50:27.684Z] [2020-10-19T02:50:27.684Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:50:28.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T02:50:28.038Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T02:50:28.038Z] df20fa9351a1: Pulling fs layer [2020-10-19T02:50:28.038Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T02:50:28.038Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T02:50:28.038Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T02:50:28.038Z] 93b61091891f: Pulling fs layer [2020-10-19T02:50:28.038Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T02:50:28.038Z] 5e14af77c1be: Pulling fs layer [2020-10-19T02:50:28.038Z] 01666e4c0597: Pulling fs layer [2020-10-19T02:50:28.038Z] aa168da1d23b: Pulling fs layer [2020-10-19T02:50:28.038Z] 93b61091891f: Waiting [2020-10-19T02:50:28.038Z] 93b9cdb0e59b: Waiting [2020-10-19T02:50:28.038Z] 5e14af77c1be: Waiting [2020-10-19T02:50:28.038Z] 01666e4c0597: Waiting [2020-10-19T02:50:28.038Z] aa168da1d23b: Waiting [2020-10-19T02:50:28.038Z] 46f8f816bc3b: Waiting [2020-10-19T02:50:28.038Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T02:50:28.038Z] 36b3adc4ff6f: Download complete [2020-10-19T02:50:28.038Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T02:50:28.038Z] 46f8f816bc3b: Download complete [2020-10-19T02:50:28.038Z] df20fa9351a1: Verifying Checksum [2020-10-19T02:50:28.302Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T02:50:28.302Z] 93b9cdb0e59b: Download complete [2020-10-19T02:50:28.302Z] 5e14af77c1be: Verifying Checksum [2020-10-19T02:50:28.302Z] 5e14af77c1be: Download complete [2020-10-19T02:50:28.302Z] 01666e4c0597: Verifying Checksum [2020-10-19T02:50:28.302Z] 01666e4c0597: Download complete [2020-10-19T02:50:28.302Z] 93b61091891f: Verifying Checksum [2020-10-19T02:50:28.302Z] 93b61091891f: Download complete [2020-10-19T02:50:28.565Z] df20fa9351a1: Pull complete [2020-10-19T02:50:28.565Z] 36b3adc4ff6f: Pull complete [2020-10-19T02:50:28.830Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T02:50:28.830Z] 8ad3a11d3b57: Download complete [2020-10-19T02:50:29.410Z] 8ad3a11d3b57: Pull complete [2020-10-19T02:50:29.677Z] 46f8f816bc3b: Pull complete [2020-10-19T02:50:29.950Z] 93b61091891f: Pull complete [2020-10-19T02:50:29.950Z] 93b9cdb0e59b: Pull complete [2020-10-19T02:50:30.215Z] 5e14af77c1be: Pull complete [2020-10-19T02:50:30.482Z] 01666e4c0597: Pull complete [2020-10-19T02:50:31.063Z] aa168da1d23b: Verifying Checksum [2020-10-19T02:50:31.063Z] aa168da1d23b: Download complete [2020-10-19T02:50:37.698Z] aa168da1d23b: Pull complete [2020-10-19T02:50:37.698Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T02:50:37.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T02:50:37.698Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T02:50:37.851Z] prd-centos7-docker-4c-2g-6140 does not seem to be running inside a container [2020-10-19T02:50:37.913Z] $ 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-345/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-345 -v /w/workspace/dry_go-mod-core-contracts_PR-345:/w/workspace/dry_go-mod-core-contracts_PR-345:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-345@tmp:/w/workspace/dry_go-mod-core-contracts_PR-345@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T02:50:46.619Z] $ docker top 6e78ff3d81872b0c9ab363d1563e6727fccdeb99d2d8f38280d366fa2cdf6a7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:50:47.281Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T02:50:47.585Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T02:50:47.887Z] + ls /var/log/sa-host [2020-10-19T02:50:47.887Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T02:50:47.887Z] file_magic: OK [2020-10-19T02:50:47.887Z] HZ: Using current value: 100 [2020-10-19T02:50:47.887Z] file_header: OK [2020-10-19T02:50:47.887Z] 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 [2020-10-19T02:50:47.887Z] Statistics: [2020-10-19T02:50:47.887Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T02:50:47.887Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T02:50:47.887Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T02:50:47.887Z] file_magic: OK [2020-10-19T02:50:47.887Z] HZ: Using current value: 100 [2020-10-19T02:50:47.887Z] file_header: OK [2020-10-19T02:50:47.887Z] 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 [2020-10-19T02:50:47.887Z] Statistics: [2020-10-19T02:50:47.887Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T02:50:47.887Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T02:50:48.126Z] provisioning config files... [2020-10-19T02:50:48.148Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/config4045737024199001755tmp [Pipeline] { [Pipeline] echo [2020-10-19T02:50:48.240Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:50:48.539Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T02:50:48.549Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T02:50:48.642Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:50:48.941Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T02:50:48.953Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:50:49.255Z] ---> sudo-logs.sh [2020-10-19T02:50:49.255Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T02:50:49.269Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:50:49.567Z] ---> job-cost.sh [2020-10-19T02:50:49.567Z] lf-activate-venv: SKIPPING [2020-10-19T02:50:49.567Z] INFO: No Stack... [2020-10-19T02:50:50.962Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T02:50:51.224Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T02:50:51.238Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:50:51.531Z] ---> logs-deploy.sh [2020-10-19T02:50:51.531Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-345/3 [2020-10-19T02:50:51.531Z] INFO: archiving workspace using pattern(s): [2020-10-19T02:50:53.451Z] Archives upload complete. [2020-10-19T02:50:53.451Z] INFO: archiving logs to Nexus