Pull request #346 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 8d472b70a5ef4cd5c0080653293c0417da2771f1+98daafbb41d32662c234c03b24ed2e451e027361 (d75d8aa89d166d8897b191cff582d01faea32389) 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-6138 in /w/workspace/dry_go-mod-core-contracts_PR-346 [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-346 # 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 > 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/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 8d472b70a5ef4cd5c0080653293c0417da2771f1 Merge succeeded, producing 8d472b70a5ef4cd5c0080653293c0417da2771f1 Checking out Revision 8d472b70a5ef4cd5c0080653293c0417da2771f1 (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # 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 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 Commit message: "docs: Remove docs in V2 model and link to swagger" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 [Pipeline] timeout [2020-10-19T02:43:29.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T02:43:29.793Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T02:43:29.947Z] ========================================================= [2020-10-19T02:43:29.947Z] EdgeX Global Pipelines Version Info [2020-10-19T02:43:29.947Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:43:31.436Z] ------------------- [2020-10-19T02:43:31.436Z] stable info: [2020-10-19T02:43:31.436Z] ------------------- [2020-10-19T02:43:31.436Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T02:43:31.436Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T02:43:31.436Z] Message: update stable to v1.0.144 [2020-10-19T02:43:32.384Z] ------------------- [2020-10-19T02:43:32.384Z] experimental info: [2020-10-19T02:43:32.384Z] ------------------- [2020-10-19T02:43:32.384Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T02:43:32.384Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T02:43:32.384Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T02:43:32.717Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-19T02:43:32.801Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-19T02:43:32.894Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T02:43:33.006Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T02:43:33.095Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T02:43:33.191Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T02:43:33.290Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T02:43:33.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T02:43:33.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T02:43:33.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T02:43:33.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T02:43:33.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-19T02:43:33.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T02:43:33.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T02:43:34.030Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:43:34.124Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:43:34.209Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:43:34.295Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T02:43:34.408Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T02:43:34.496Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T02:43:34.581Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T02:43:34.670Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T02:43:34.760Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T02:43:34.846Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T02:43:34.931Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T02:43:35.018Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo [2020-10-19T02:43:35.104Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo [2020-10-19T02:43:35.237Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo [2020-10-19T02:43:35.321Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d472b70a5ef4cd5c0080653293c0417da2771f1 [Pipeline] echo [2020-10-19T02:43:35.412Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d472b7 [Pipeline] echo [2020-10-19T02:43:35.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T02:43:36.126Z] + git log --format=format:%s -1 8d472b70a5ef4cd5c0080653293c0417da2771f1 [Pipeline] echo [2020-10-19T02:43:36.190Z] GIT_COMMIT: 8d472b70a5ef4cd5c0080653293c0417da2771f1, Commit Message: docs: Remove docs in V2 model and link to swagger [Pipeline] echo [2020-10-19T02:43:36.248Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:43:36.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T02:43:37.095Z] [2020-10-19T02:43:37.095Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:43:37.466Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T02:43:37.466Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T02:43:37.466Z] 31603596830f: Pulling fs layer [2020-10-19T02:43:37.466Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T02:43:37.466Z] 6ca5941a6612: Pulling fs layer [2020-10-19T02:43:37.466Z] ecc8261a40a4: Pulling fs layer [2020-10-19T02:43:37.466Z] ecc8261a40a4: Waiting [2020-10-19T02:43:37.466Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T02:43:37.466Z] 2a8b12db71e7: Download complete [2020-10-19T02:43:37.728Z] 31603596830f: Verifying Checksum [2020-10-19T02:43:37.728Z] 31603596830f: Download complete [2020-10-19T02:43:37.728Z] ecc8261a40a4: Verifying Checksum [2020-10-19T02:43:37.728Z] ecc8261a40a4: Download complete [2020-10-19T02:43:37.994Z] 6ca5941a6612: Verifying Checksum [2020-10-19T02:43:37.994Z] 6ca5941a6612: Download complete [2020-10-19T02:43:37.994Z] 31603596830f: Pull complete [2020-10-19T02:43:38.588Z] 2a8b12db71e7: Pull complete [2020-10-19T02:43:39.163Z] 6ca5941a6612: Pull complete [2020-10-19T02:43:39.431Z] ecc8261a40a4: Pull complete [2020-10-19T02:43:39.431Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T02:43:39.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T02:43:39.431Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T02:43:39.534Z] prd-centos7-docker-4c-2g-6138 does not seem to be running inside a container [2020-10-19T02:43:39.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T02:43:41.514Z] $ docker top 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T02:43:41.849Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T02:43:41.849Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T02:43:42.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T02:43:42.043Z] $ docker exec 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent [2020-10-19T02:43:42.197Z] SSH_AUTH_SOCK=/tmp/ssh-qkq8BnrvsnOx/agent.12 [2020-10-19T02:43:42.197Z] SSH_AGENT_PID=17 [2020-10-19T02:43:42.209Z] Running ssh-add (command line suppressed) [2020-10-19T02:43:42.333Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_5842617104123770261.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_5842617104123770261.key) [2020-10-19T02:43:42.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T02:43:42.723Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T02:43:42.743Z] $ docker exec --env ******** --env ******** 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent -k [2020-10-19T02:43:42.853Z] unset SSH_AUTH_SOCK; [2020-10-19T02:43:42.854Z] unset SSH_AGENT_PID; [2020-10-19T02:43:42.854Z] echo Agent pid 17 killed; [2020-10-19T02:43:42.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T02:43:43.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T02:43:43.051Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T02:43:43.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T02:43:43.221Z] $ docker exec 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent [2020-10-19T02:43:43.376Z] SSH_AUTH_SOCK=/tmp/ssh-VWDXgHu9bR3E/agent.46 [2020-10-19T02:43:43.376Z] SSH_AGENT_PID=51 [2020-10-19T02:43:43.383Z] Running ssh-add (command line suppressed) [2020-10-19T02:43:43.501Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_4746101767263112773.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_4746101767263112773.key) [2020-10-19T02:43:43.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T02:43:43.880Z] + git semver init [2020-10-19T02:43:43.880Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T02:43:43.880Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git [2020-10-19T02:43:43.880Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-19T02:43:43.880Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T02:43:43.880Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T02:43:43.880Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T02:43:43.880Z] # $SEMVER_BRANCH = PR-346 [2020-10-19T02:43:43.880Z] # $SEMVER_TEMP = /tmp/semver-121793225 [2020-10-19T02:43:43.880Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-19T02:43:44.454Z] # '/tmp/semver-121793225' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' [2020-10-19T02:43:44.454Z] # -> Force: false [2020-10-19T02:43:44.454Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } [2020-10-19T02:43:44.469Z] $ docker exec --env ******** --env ******** 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent -k [2020-10-19T02:43:44.583Z] unset SSH_AUTH_SOCK; [2020-10-19T02:43:44.583Z] unset SSH_AGENT_PID; [2020-10-19T02:43:44.583Z] echo Agent pid 51 killed; [2020-10-19T02:43:44.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T02:43:45.168Z] + git semver [Pipeline] } [2020-10-19T02:43:45.186Z] $ docker stop --time=1 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef [2020-10-19T02:43:46.983Z] $ docker rm -f 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T02:43:47.456Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T02:43:47.970Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T02:43:47.972Z] [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:44:03.482Z] Still waiting to schedule task [2020-10-19T02:44:03.483Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6139’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6035’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-19T02:44:03.485Z] Still waiting to schedule task [2020-10-19T02:44:03.485Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-19T02:45:37.725Z] Running on prd-centos7-docker-4c-2g-6141 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-19T02:45:37.776Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-19T02:45:45.777Z] using credential edgex-jenkins-ssh [2020-10-19T02:45:45.832Z] Cloning the remote Git repository [2020-10-19T02:45:45.884Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:45:46.017Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-19T02:45:46.123Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:45:46.124Z] > git --version # timeout=10 [2020-10-19T02:45:46.147Z] > git --version # 'git version 2.16.5' [2020-10-19T02:45:46.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:45:46.236Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:45:47.087Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:45:47.854Z] Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 8d472b70a5ef4cd5c0080653293c0417da2771f1 [2020-10-19T02:45:48.341Z] Merge succeeded, producing 8d472b70a5ef4cd5c0080653293c0417da2771f1 [2020-10-19T02:45:48.341Z] Checking out Revision 8d472b70a5ef4cd5c0080653293c0417da2771f1 (PR-346) [2020-10-19T02:45:47.156Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:45:47.223Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:45:47.255Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:45:47.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:45:47.272Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T02:45:47.879Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:45:47.971Z] > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 [2020-10-19T02:45:48.092Z] > git remote # timeout=10 [2020-10-19T02:45:48.209Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T02:45:48.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:45:48.270Z] > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 [2020-10-19T02:45:48.319Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T02:45:48.363Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:45:48.431Z] > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 [2020-10-19T02:45:53.437Z] Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T02:45:54.779Z] ========================================================= [2020-10-19T02:45:54.779Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T02:45:54.779Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:45:56.522Z] + 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:45:58.336Z] Sending build context to Docker daemon 1.799MB [2020-10-19T02:45:58.336Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T02:45:58.336Z] Step 2/7 : FROM ${BASE} [2020-10-19T02:45:58.666Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T02:45:58.666Z] df20fa9351a1: Pulling fs layer [2020-10-19T02:45:58.666Z] ed8968b2872e: Pulling fs layer [2020-10-19T02:45:58.666Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T02:45:58.666Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T02:45:58.666Z] e73272ec9a57: Pulling fs layer [2020-10-19T02:45:58.666Z] 1e910a182e73: Pulling fs layer [2020-10-19T02:45:58.666Z] 4e634b169226: Pulling fs layer [2020-10-19T02:45:58.666Z] e73272ec9a57: Waiting [2020-10-19T02:45:58.666Z] 1e910a182e73: Waiting [2020-10-19T02:45:58.666Z] 4e634b169226: Waiting [2020-10-19T02:45:58.666Z] e871e8e8d7a9: Waiting [2020-10-19T02:45:58.666Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T02:45:58.666Z] a92cc7c5fd73: Download complete [2020-10-19T02:45:58.666Z] ed8968b2872e: Verifying Checksum [2020-10-19T02:45:58.666Z] ed8968b2872e: Download complete [2020-10-19T02:45:59.000Z] e73272ec9a57: Download complete [2020-10-19T02:45:59.297Z] 1e910a182e73: Verifying Checksum [2020-10-19T02:45:59.297Z] 1e910a182e73: Download complete [2020-10-19T02:46:00.045Z] df20fa9351a1: Verifying Checksum [2020-10-19T02:46:00.045Z] df20fa9351a1: Download complete [2020-10-19T02:46:01.086Z] df20fa9351a1: Pull complete [2020-10-19T02:46:01.086Z] ed8968b2872e: Pull complete [2020-10-19T02:46:01.491Z] a92cc7c5fd73: Pull complete [2020-10-19T02:46:07.269Z] 4e634b169226: Verifying Checksum [2020-10-19T02:46:07.269Z] 4e634b169226: Download complete [2020-10-19T02:46:10.069Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T02:46:10.069Z] e871e8e8d7a9: Download complete [2020-10-19T02:46:23.491Z] e871e8e8d7a9: Pull complete [2020-10-19T02:46:23.491Z] e73272ec9a57: Pull complete [2020-10-19T02:46:23.491Z] 1e910a182e73: Pull complete [2020-10-19T02:46:29.420Z] 4e634b169226: Pull complete [2020-10-19T02:46:29.420Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T02:46:29.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T02:46:29.420Z] ---> f7629b54cfaa [2020-10-19T02:46:29.420Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T02:46:29.420Z] ---> Running in 7bee53654bb7 [2020-10-19T02:46:29.420Z] Removing intermediate container 7bee53654bb7 [2020-10-19T02:46:29.420Z] ---> abfabf2da442 [2020-10-19T02:46:29.420Z] Step 4/7 : RUN apk add bash [2020-10-19T02:46:29.752Z] ---> Running in 221571f0bff8 [2020-10-19T02:46:30.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T02:46:31.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T02:46:32.214Z] OK: 166 MiB in 39 packages [2020-10-19T02:46:33.254Z] Removing intermediate container 221571f0bff8 [2020-10-19T02:46:33.254Z] ---> 9ac57c8bf61e [2020-10-19T02:46:33.254Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T02:46:33.254Z] ---> Running in c9caf06a867e [2020-10-19T02:46:33.579Z] Removing intermediate container c9caf06a867e [2020-10-19T02:46:33.579Z] ---> 10e29c385357 [2020-10-19T02:46:33.579Z] Step 6/7 : COPY go.mod . [2020-10-19T02:46:33.967Z] ---> 1facf4bb1277 [2020-10-19T02:46:33.967Z] Step 7/7 : RUN go mod download [2020-10-19T02:46:33.967Z] ---> Running in b9f09c7cce3b [2020-10-19T02:46:49.779Z] Removing intermediate container b9f09c7cce3b [2020-10-19T02:46:49.779Z] ---> 9198cd40e2a9 [2020-10-19T02:46:49.779Z] Successfully built 9198cd40e2a9 [2020-10-19T02:46:49.779Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:46:50.289Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T02:46:50.289Z] . [Pipeline] withDockerContainer [2020-10-19T02:46:50.671Z] prd-centos7-docker-4c-2g-6141 does not seem to be running inside a container [2020-10-19T02:46:50.800Z] $ 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-x86_64 cat [2020-10-19T02:46:52.531Z] $ docker top 24e941009de6d250659b8c730c5a600a7f6faef77d06b7cb1b9e64f683c6f062 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:46:53.365Z] + go version [2020-10-19T02:46:53.365Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T02:46:53.427Z] $ docker stop --time=1 24e941009de6d250659b8c730c5a600a7f6faef77d06b7cb1b9e64f683c6f062 [2020-10-19T02:46:55.173Z] $ docker rm -f 24e941009de6d250659b8c730c5a600a7f6faef77d06b7cb1b9e64f683c6f062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:46:56.341Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T02:46:56.341Z] . [Pipeline] withDockerContainer [2020-10-19T02:46:56.681Z] prd-centos7-docker-4c-2g-6141 does not seem to be running inside a container [2020-10-19T02:46:56.822Z] $ 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-x86_64 cat [2020-10-19T02:46:57.939Z] $ docker top dadd8a3684cdf81708a9c87dec858069fb197fd6c85a6ac4a8d975924214c9d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:46:58.722Z] + make test [2020-10-19T02:46:58.722Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T02:47:04.258Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6143 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-19T02:47:04.316Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2020-10-19T02:47:09.411Z] using credential edgex-jenkins-ssh [2020-10-19T02:47:09.470Z] Cloning the remote Git repository [2020-10-19T02:47:09.525Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:47:09.638Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2020-10-19T02:47:09.723Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:47:09.724Z] > git --version # timeout=10 [2020-10-19T02:47:09.747Z] > git --version # 'git version 2.17.1' [2020-10-19T02:47:09.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:47:09.824Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:47:11.707Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T02:47:11.708Z] Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 8d472b70a5ef4cd5c0080653293c0417da2771f1 [2020-10-19T02:47:10.808Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:47:10.828Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T02:47:10.908Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T02:47:10.977Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T02:47:10.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:47:10.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T02:47:11.727Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:47:11.752Z] > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 [2020-10-19T02:47:11.991Z] Merge succeeded, producing 8d472b70a5ef4cd5c0080653293c0417da2771f1 [2020-10-19T02:47:11.992Z] Checking out Revision 8d472b70a5ef4cd5c0080653293c0417da2771f1 (PR-346) [2020-10-19T02:47:12.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements [2020-10-19T02:47:12.372Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements [2020-10-19T02:47:13.018Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements [2020-10-19T02:47:13.018Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements [2020-10-19T02:47:13.018Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T02:47:11.893Z] > git remote # timeout=10 [2020-10-19T02:47:11.912Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T02:47:11.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T02:47:11.942Z] > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 [2020-10-19T02:47:11.970Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T02:47:11.995Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T02:47:12.008Z] > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 [2020-10-19T02:47:13.329Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements [2020-10-19T02:47:14.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.072s coverage: 14.7% of statements [2020-10-19T02:47:14.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.025s coverage: 100.0% of statements [2020-10-19T02:47:14.719Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.082s coverage: 91.8% of statements [2020-10-19T02:47:14.719Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T02:47:14.719Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T02:47:14.719Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements [2020-10-19T02:47:15.943Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 48.9% of statements [2020-10-19T02:47:16.381Z] Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T02:47:17.279Z] ========================================================= [2020-10-19T02:47:17.279Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T02:47:17.279Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:47:18.343Z] + 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:47:19.334Z] Sending build context to Docker daemon 1.8MB [2020-10-19T02:47:19.334Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T02:47:19.334Z] Step 2/7 : FROM ${BASE} [2020-10-19T02:47:19.615Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T02:47:19.615Z] b538f80385f9: Pulling fs layer [2020-10-19T02:47:19.615Z] 74f711af9a0d: Pulling fs layer [2020-10-19T02:47:19.615Z] 99f96fe45779: Pulling fs layer [2020-10-19T02:47:19.615Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T02:47:19.615Z] 45590311c82a: Pulling fs layer [2020-10-19T02:47:19.615Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T02:47:19.615Z] 209524e5b208: Pulling fs layer [2020-10-19T02:47:19.615Z] 8529a6b9a6be: Waiting [2020-10-19T02:47:19.615Z] 45590311c82a: Waiting [2020-10-19T02:47:19.615Z] 69ca0ff8b7b3: Waiting [2020-10-19T02:47:19.615Z] 209524e5b208: Waiting [2020-10-19T02:47:19.615Z] 99f96fe45779: Verifying Checksum [2020-10-19T02:47:19.615Z] 99f96fe45779: Download complete [2020-10-19T02:47:19.615Z] 74f711af9a0d: Verifying Checksum [2020-10-19T02:47:19.615Z] 74f711af9a0d: Download complete [2020-10-19T02:47:19.615Z] 45590311c82a: Verifying Checksum [2020-10-19T02:47:19.615Z] 45590311c82a: Download complete [2020-10-19T02:47:19.890Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T02:47:19.890Z] 69ca0ff8b7b3: Download complete [2020-10-19T02:47:19.890Z] b538f80385f9: Verifying Checksum [2020-10-19T02:47:19.890Z] b538f80385f9: Download complete [2020-10-19T02:47:20.491Z] b538f80385f9: Pull complete [2020-10-19T02:47:21.089Z] 74f711af9a0d: Pull complete [2020-10-19T02:47:21.381Z] 99f96fe45779: Pull complete [2020-10-19T02:47:21.974Z] 209524e5b208: Verifying Checksum [2020-10-19T02:47:21.974Z] 209524e5b208: Download complete [2020-10-19T02:47:22.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.041s coverage: 63.0% of statements [2020-10-19T02:47:22.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.042s coverage: 26.3% of statements [2020-10-19T02:47:22.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.236s coverage: 15.4% of statements [2020-10-19T02:47:22.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.045s coverage: 15.4% of statements [2020-10-19T02:47:22.355Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.047s coverage: 14.3% of statements [2020-10-19T02:47:22.355Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T02:47:23.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 29.1% of statements [2020-10-19T02:47:23.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements [2020-10-19T02:47:23.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.041s coverage: 94.4% of statements [2020-10-19T02:47:23.010Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.044s coverage: 100.0% of statements [2020-10-19T02:47:23.010Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T02:47:23.298Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T02:47:23.412Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T02:47:23.412Z] 8529a6b9a6be: Download complete [2020-10-19T02:47:27.891Z] gofmt -l . [2020-10-19T02:47:27.891Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T02:47:28.714Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T02:47:28.753Z] $ docker stop --time=1 dadd8a3684cdf81708a9c87dec858069fb197fd6c85a6ac4a8d975924214c9d0 [2020-10-19T02:47:31.154Z] $ docker rm -f dadd8a3684cdf81708a9c87dec858069fb197fd6c85a6ac4a8d975924214c9d0 [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:47:33.590Z] 8529a6b9a6be: Pull complete [2020-10-19T02:47:33.590Z] 45590311c82a: Pull complete [2020-10-19T02:47:33.590Z] 69ca0ff8b7b3: Pull complete [2020-10-19T02:47:37.912Z] 209524e5b208: Pull complete [2020-10-19T02:47:37.912Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T02:47:37.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T02:47:37.912Z] ---> 5bddaf1c2fca [2020-10-19T02:47:37.912Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T02:47:40.556Z] ---> Running in b2c1a5b61d0b [2020-10-19T02:47:40.556Z] Removing intermediate container b2c1a5b61d0b [2020-10-19T02:47:40.556Z] ---> c31b04a87499 [2020-10-19T02:47:40.556Z] Step 4/7 : RUN apk add bash [2020-10-19T02:47:40.828Z] ---> Running in 489f7bf077b0 [2020-10-19T02:47:42.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T02:47:44.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T02:47:44.832Z] OK: 142 MiB in 39 packages [2020-10-19T02:47:46.273Z] Removing intermediate container 489f7bf077b0 [2020-10-19T02:47:46.273Z] ---> 55593b9acd68 [2020-10-19T02:47:46.273Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T02:47:46.273Z] ---> Running in fe3a4136ea30 [2020-10-19T02:47:46.868Z] Removing intermediate container fe3a4136ea30 [2020-10-19T02:47:46.868Z] ---> 6f1550336d16 [2020-10-19T02:47:46.868Z] Step 6/7 : COPY go.mod . [2020-10-19T02:47:47.465Z] ---> 53de62406dd4 [2020-10-19T02:47:47.465Z] Step 7/7 : RUN go mod download [2020-10-19T02:47:47.465Z] ---> Running in 8c89566c8ad2 [2020-10-19T02:48:02.612Z] Removing intermediate container 8c89566c8ad2 [2020-10-19T02:48:02.612Z] ---> 9a305da5c5e7 [2020-10-19T02:48:02.612Z] Successfully built 9a305da5c5e7 [2020-10-19T02:48:02.612Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:48:03.033Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T02:48:03.034Z] . [Pipeline] withDockerContainer [2020-10-19T02:48:03.330Z] prd-ubuntu18.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container [2020-10-19T02:48:03.424Z] $ 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:48:05.330Z] $ docker top 5ef9884b92eba94df94f05f6c8127614056edad00f72604d23857ebc6ee5bba5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:48:06.814Z] + go version [2020-10-19T02:48:06.814Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T02:48:06.845Z] $ docker stop --time=1 5ef9884b92eba94df94f05f6c8127614056edad00f72604d23857ebc6ee5bba5 [2020-10-19T02:48:08.813Z] $ docker rm -f 5ef9884b92eba94df94f05f6c8127614056edad00f72604d23857ebc6ee5bba5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:48:09.778Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T02:48:09.778Z] . [Pipeline] withDockerContainer [2020-10-19T02:48:10.002Z] prd-ubuntu18.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container [2020-10-19T02:48:10.083Z] $ 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:48:12.103Z] $ docker top 28bfdb94f4b3dbc581fd6337bd74a3068c4f29c2b99875f6d1f898622c3e9207 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:48:13.517Z] + make test [2020-10-19T02:48:13.517Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T02:48:35.751Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T02:48:37.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements [2020-10-19T02:48:37.213Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements [2020-10-19T02:48:39.202Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.055s coverage: 45.4% of statements [2020-10-19T02:48:39.202Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.040s coverage: 77.8% of statements [2020-10-19T02:48:39.202Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T02:48:39.202Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements [2020-10-19T02:48:40.655Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.040s coverage: 14.7% of statements [2020-10-19T02:48:40.655Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements [2020-10-19T02:48:42.103Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements [2020-10-19T02:48:42.103Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T02:48:42.103Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T02:48:42.103Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements [2020-10-19T02:48:42.380Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.040s coverage: 48.9% of statements [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.173s coverage: 63.0% of statements [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.009s coverage: 26.3% of statements [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.036s coverage: 15.4% of statements [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.019s coverage: 15.4% of statements [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements [2020-10-19T02:48:47.844Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 29.1% of statements [2020-10-19T02:48:47.844Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.043s coverage: 100.0% of statements [2020-10-19T02:48:49.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.061s coverage: 94.4% of statements [2020-10-19T02:48:49.829Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements [2020-10-19T02:48:49.829Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T02:48:50.104Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T02:48:54.431Z] gofmt -l . [2020-10-19T02:48:54.703Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T02:48:55.319Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T02:48:56.221Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T02:48:56.232Z] $ docker stop --time=1 28bfdb94f4b3dbc581fd6337bd74a3068c4f29c2b99875f6d1f898622c3e9207 [2020-10-19T02:48:58.470Z] $ docker rm -f 28bfdb94f4b3dbc581fd6337bd74a3068c4f29c2b99875f6d1f898622c3e9207 [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:49:01.288Z] provisioning config files... [2020-10-19T02:49:01.301Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config8866741919614434426tmp [Pipeline] { [Pipeline] sh [2020-10-19T02:49:01.766Z] + set +x [2020-10-19T02:49:01.766Z] + curl -s https://codecov.io/bash [2020-10-19T02:49:01.766Z] + bash -s -- [2020-10-19T02:49:02.028Z] [2020-10-19T02:49:02.028Z] _____ _ [2020-10-19T02:49:02.028Z] / ____| | | [2020-10-19T02:49:02.028Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T02:49:02.028Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T02:49:02.028Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T02:49:02.028Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T02:49:02.028Z] Bash-20201009-048fee3 [2020-10-19T02:49:02.028Z] [2020-10-19T02:49:02.028Z] [2020-10-19T02:49:02.028Z] ==> Jenkins CI detected. [2020-10-19T02:49:02.028Z] project root: . [2020-10-19T02:49:02.028Z] --> token set from env [2020-10-19T02:49:02.028Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T02:49:02.028Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T02:49:02.028Z] ==> Python coveragepy not found [2020-10-19T02:49:02.028Z] ==> Searching for coverage reports in: [2020-10-19T02:49:02.028Z] + . [2020-10-19T02:49:02.028Z] -> Found 1 reports [2020-10-19T02:49:02.028Z] ==> Detecting git/mercurial file structure [2020-10-19T02:49:02.028Z] ==> Reading reports [2020-10-19T02:49:02.028Z] + ./coverage.out bytes=106724 [2020-10-19T02:49:02.028Z] ==> Appending adjustments [2020-10-19T02:49:02.028Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T02:49:02.974Z] + Found adjustments [2020-10-19T02:49:02.974Z] ==> Gzipping contents [2020-10-19T02:49:02.974Z] ==> Uploading reports [2020-10-19T02:49:02.974Z] url: https://codecov.io [2020-10-19T02:49:02.974Z] query: branch=PR-346&commit=8d472b70a5ef4cd5c0080653293c0417da2771f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-19T02:49:02.974Z] -> Pinging Codecov [2020-10-19T02:49:02.974Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=8d472b70a5ef4cd5c0080653293c0417da2771f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-19T02:49:02.974Z] -> Uploading to [2020-10-19T02:49:02.974Z] [2020-10-19T02:49:02.974Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T02:49:02.974Z] Dload Upload Total Spent Left Speed [2020-10-19T02:49:02.974Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T02:49:02.974Z] X> Failed to upload [2020-10-19T02:49:02.974Z] ==> Uploading to Codecov [2020-10-19T02:49:02.974Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T02:49:02.974Z] Dload Upload Total Spent Left Speed [2020-10-19T02:49:03.549Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17232 100 118 100 17114 241 35094 --:--:-- --:--:-- --:--:-- 35141 [2020-10-19T02:49:03.549Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8d472b70a5ef4cd5c0080653293c0417da2771f1 [Pipeline] } [2020-10-19T02:49:03.559Z] 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:49:06.280Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:49:06.848Z] ---> package-listing.sh [2020-10-19T02:49:06.848Z] ++ facter osfamily [2020-10-19T02:49:06.848Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T02:49:06.848Z] + OS_FAMILY=redhat [2020-10-19T02:49:06.848Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-19T02:49:06.848Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T02:49:06.848Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T02:49:06.848Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T02:49:06.848Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T02:49:06.848Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-19T02:49:06.848Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T02:49:06.848Z] + case "${OS_FAMILY}" in [2020-10-19T02:49:06.848Z] + rpm -qa [2020-10-19T02:49:06.848Z] + sort [2020-10-19T02:49:11.071Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T02:49:11.071Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T02:49:11.071Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T02:49:11.071Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-19T02:49:11.071Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [2020-10-19T02:49:11.071Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [Pipeline] echo [2020-10-19T02:49:11.083Z] 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-346/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:49:11.373Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:49:11.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T02:49:11.679Z] [2020-10-19T02:49:11.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T02:49:12.041Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T02:49:12.041Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T02:49:12.041Z] df20fa9351a1: Pulling fs layer [2020-10-19T02:49:12.041Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T02:49:12.041Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T02:49:12.041Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T02:49:12.041Z] 93b61091891f: Pulling fs layer [2020-10-19T02:49:12.041Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T02:49:12.041Z] 5e14af77c1be: Pulling fs layer [2020-10-19T02:49:12.041Z] 01666e4c0597: Pulling fs layer [2020-10-19T02:49:12.041Z] aa168da1d23b: Pulling fs layer [2020-10-19T02:49:12.041Z] 93b9cdb0e59b: Waiting [2020-10-19T02:49:12.041Z] 5e14af77c1be: Waiting [2020-10-19T02:49:12.041Z] 01666e4c0597: Waiting [2020-10-19T02:49:12.041Z] aa168da1d23b: Waiting [2020-10-19T02:49:12.041Z] 46f8f816bc3b: Waiting [2020-10-19T02:49:12.041Z] 93b61091891f: Waiting [2020-10-19T02:49:12.041Z] 36b3adc4ff6f: Download complete [2020-10-19T02:49:12.041Z] 46f8f816bc3b: Download complete [2020-10-19T02:49:12.041Z] df20fa9351a1: Verifying Checksum [2020-10-19T02:49:12.041Z] df20fa9351a1: Download complete [2020-10-19T02:49:12.041Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T02:49:12.041Z] 93b9cdb0e59b: Download complete [2020-10-19T02:49:12.306Z] 5e14af77c1be: Verifying Checksum [2020-10-19T02:49:12.306Z] 5e14af77c1be: Download complete [2020-10-19T02:49:12.306Z] 93b61091891f: Verifying Checksum [2020-10-19T02:49:12.306Z] 93b61091891f: Download complete [2020-10-19T02:49:12.306Z] 01666e4c0597: Verifying Checksum [2020-10-19T02:49:12.306Z] 01666e4c0597: Download complete [2020-10-19T02:49:12.572Z] df20fa9351a1: Pull complete [2020-10-19T02:49:12.572Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T02:49:12.572Z] 8ad3a11d3b57: Download complete [2020-10-19T02:49:12.572Z] 36b3adc4ff6f: Pull complete [2020-10-19T02:49:13.532Z] 8ad3a11d3b57: Pull complete [2020-10-19T02:49:13.532Z] 46f8f816bc3b: Pull complete [2020-10-19T02:49:13.799Z] 93b61091891f: Pull complete [2020-10-19T02:49:14.063Z] 93b9cdb0e59b: Pull complete [2020-10-19T02:49:14.063Z] 5e14af77c1be: Pull complete [2020-10-19T02:49:14.328Z] 01666e4c0597: Pull complete [2020-10-19T02:49:14.328Z] aa168da1d23b: Verifying Checksum [2020-10-19T02:49:14.328Z] aa168da1d23b: Download complete [2020-10-19T02:49:20.951Z] aa168da1d23b: Pull complete [2020-10-19T02:49:20.951Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T02:49:20.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T02:49:20.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T02:49:21.103Z] prd-centos7-docker-4c-2g-6138 does not seem to be running inside a container [2020-10-19T02:49:21.150Z] $ 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-346/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-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T02:49:26.322Z] $ docker top ee490cc0f6d06dc67c60ebe1e224ecc3f08a77d80c821ee395f1809ea3c83af3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T02:49:26.859Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T02:49:27.162Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T02:49:27.458Z] + ls /var/log/sa-host [2020-10-19T02:49:27.459Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T02:49:27.459Z] file_magic: OK [2020-10-19T02:49:27.459Z] HZ: Using current value: 100 [2020-10-19T02:49:27.459Z] file_header: OK [2020-10-19T02:49:27.459Z] 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:49:27.459Z] Statistics: [2020-10-19T02:49:27.459Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T02:49:27.459Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T02:49:27.459Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T02:49:27.459Z] file_magic: OK [2020-10-19T02:49:27.459Z] HZ: Using current value: 100 [2020-10-19T02:49:27.459Z] file_header: OK [2020-10-19T02:49:27.459Z] 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:49:27.459Z] Statistics: [2020-10-19T02:49:27.459Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T02:49:27.459Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T02:49:27.685Z] provisioning config files... [2020-10-19T02:49:27.699Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config5189806793223630939tmp [Pipeline] { [Pipeline] echo [2020-10-19T02:49:27.777Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:49:28.069Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T02:49:28.079Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T02:49:28.176Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:49:28.474Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T02:49:28.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:49:28.791Z] ---> sudo-logs.sh [2020-10-19T02:49:28.791Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T02:49:28.805Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:49:29.121Z] ---> job-cost.sh [2020-10-19T02:49:29.121Z] lf-activate-venv: SKIPPING [2020-10-19T02:49:29.121Z] INFO: No Stack... [2020-10-19T02:49:30.069Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T02:49:30.644Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T02:49:30.659Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T02:49:30.958Z] ---> logs-deploy.sh [2020-10-19T02:49:30.958Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/3 [2020-10-19T02:49:30.958Z] INFO: archiving workspace using pattern(s): [2020-10-19T02:49:32.352Z] Archives upload complete. [2020-10-19T02:49:32.615Z] INFO: archiving logs to Nexus