Pull request #293 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 rather than cbead72e9781d06be1405dd456b1af764cd6939a Obtained Jenkinsfile from 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 Running in Durability level: MAX_SURVIVABILITY 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-293/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [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 [Pipeline] node Running on prd-centos7-docker-4c-2g-825 in /w/workspace/dry_go-mod-core-contracts_PR-293 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-293 # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # 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/pull/293/head:refs/remotes/origin/PR-293 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 into PR head commit cbead72e9781d06be1405dd456b1af764cd6939a Merge succeeded, producing cbead72e9781d06be1405dd456b1af764cd6939a Checking out Revision cbead72e9781d06be1405dd456b1af764cd6939a (PR-293) > git config core.sparsecheckout # timeout=10 > git checkout -f cbead72e9781d06be1405dd456b1af764cd6939a # 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 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbead72e9781d06be1405dd456b1af764cd6939a # timeout=10 Commit message: "feat(metadata): Add API route path for metadata V2 API" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-22T12:57:21.479Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-22T12:57:21.838Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T12:57:22.031Z] ========================================================= [2020-09-22T12:57:22.032Z] EdgeX Global Pipelines Version Info [2020-09-22T12:57:22.032Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-22T12:57:24.139Z] ------------------- [2020-09-22T12:57:24.139Z] stable info: [2020-09-22T12:57:24.139Z] ------------------- [2020-09-22T12:57:24.139Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T12:57:24.139Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T12:57:24.139Z] Message: update stable to v1.0.122 [2020-09-22T12:57:24.716Z] ------------------- [2020-09-22T12:57:24.716Z] experimental info: [2020-09-22T12:57:24.716Z] ------------------- [2020-09-22T12:57:24.716Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T12:57:24.716Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T12:57:24.716Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-22T12:57:25.369Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-09-22T12:57:25.506Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-09-22T12:57:25.650Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T12:57:25.778Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T12:57:25.923Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T12:57:26.054Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-22T12:57:26.178Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-22T12:57:26.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-22T12:57:26.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-22T12:57:26.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-22T12:57:26.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T12:57:26.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-09-22T12:57:26.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T12:57:27.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T12:57:27.195Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T12:57:27.332Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T12:57:27.460Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T12:57:27.591Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T12:57:27.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-22T12:57:27.858Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-22T12:57:27.982Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-22T12:57:28.108Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-22T12:57:28.240Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-293 [Pipeline] echo [2020-09-22T12:57:28.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-293 [Pipeline] echo [2020-09-22T12:57:28.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-293 [Pipeline] echo [2020-09-22T12:57:28.618Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbead72e9781d06be1405dd456b1af764cd6939a [Pipeline] echo [2020-09-22T12:57:28.748Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbead72 [Pipeline] echo [2020-09-22T12:57:28.879Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T12:57:29.728Z] + git log --format=format:%s -1 cbead72e9781d06be1405dd456b1af764cd6939a [Pipeline] echo [2020-09-22T12:57:29.810Z] GIT_COMMIT: cbead72e9781d06be1405dd456b1af764cd6939a, Commit Message: feat(metadata): Add API route path for metadata V2 API [Pipeline] echo [2020-09-22T12:57:29.883Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:57:30.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T12:57:31.111Z] [2020-09-22T12:57:31.111Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:57:31.500Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T12:57:31.500Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T12:57:31.500Z] 31603596830f: Pulling fs layer [2020-09-22T12:57:31.500Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T12:57:31.500Z] 6ca5941a6612: Pulling fs layer [2020-09-22T12:57:31.500Z] ecc8261a40a4: Pulling fs layer [2020-09-22T12:57:31.500Z] 2a8b12db71e7: Verifying Checksum [2020-09-22T12:57:31.500Z] 2a8b12db71e7: Download complete [2020-09-22T12:57:31.766Z] 31603596830f: Verifying Checksum [2020-09-22T12:57:31.766Z] 31603596830f: Download complete [2020-09-22T12:57:31.766Z] ecc8261a40a4: Verifying Checksum [2020-09-22T12:57:31.766Z] ecc8261a40a4: Download complete [2020-09-22T12:57:31.766Z] 6ca5941a6612: Verifying Checksum [2020-09-22T12:57:31.766Z] 6ca5941a6612: Download complete [2020-09-22T12:57:32.031Z] 31603596830f: Pull complete [2020-09-22T12:57:32.031Z] 2a8b12db71e7: Pull complete [2020-09-22T12:57:32.981Z] 6ca5941a6612: Pull complete [2020-09-22T12:57:33.244Z] ecc8261a40a4: Pull complete [2020-09-22T12:57:33.244Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T12:57:33.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T12:57:33.244Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T12:57:33.421Z] prd-centos7-docker-4c-2g-825 does not seem to be running inside a container [2020-09-22T12:57:33.469Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-293 -v /w/workspace/dry_go-mod-core-contracts_PR-293:/w/workspace/dry_go-mod-core-contracts_PR-293:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-293@tmp:/w/workspace/dry_go-mod-core-contracts_PR-293@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-22T12:57:35.770Z] $ docker top 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T12:57:36.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T12:57:36.184Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T12:57:36.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T12:57:36.395Z] $ docker exec 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 ssh-agent [2020-09-22T12:57:36.551Z] SSH_AUTH_SOCK=/tmp/ssh-nVS9p00X5DuM/agent.11 [2020-09-22T12:57:36.551Z] SSH_AGENT_PID=17 [2020-09-22T12:57:36.566Z] Running ssh-add (command line suppressed) [2020-09-22T12:57:36.679Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-293@tmp/private_key_8160584539327257676.key (/w/workspace/dry_go-mod-core-contracts_PR-293@tmp/private_key_8160584539327257676.key) [2020-09-22T12:57:36.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T12:57:37.112Z] + git describe --exact-match --tags HEAD [2020-09-22T12:57:37.112Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T12:57:37.160Z] $ docker exec --env ******** --env ******** 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 ssh-agent -k [2020-09-22T12:57:37.287Z] unset SSH_AUTH_SOCK; [2020-09-22T12:57:37.287Z] unset SSH_AGENT_PID; [2020-09-22T12:57:37.287Z] echo Agent pid 17 killed; [2020-09-22T12:57:37.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T12:57:37.484Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T12:57:37.484Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T12:57:37.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T12:57:37.605Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T12:57:37.768Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T12:57:37.771Z] $ docker exec 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 ssh-agent [2020-09-22T12:57:37.924Z] SSH_AUTH_SOCK=/tmp/ssh-l4kfPBbNwLSL/agent.46 [2020-09-22T12:57:37.924Z] SSH_AGENT_PID=51 [2020-09-22T12:57:37.931Z] Running ssh-add (command line suppressed) [2020-09-22T12:57:38.062Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-293@tmp/private_key_7332813255499554646.key (/w/workspace/dry_go-mod-core-contracts_PR-293@tmp/private_key_7332813255499554646.key) [2020-09-22T12:57:38.112Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T12:57:38.495Z] + git semver init [2020-09-22T12:57:38.495Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T12:57:38.495Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-293/.git [2020-09-22T12:57:38.495Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-293 [2020-09-22T12:57:38.495Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T12:57:38.495Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T12:57:38.495Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T12:57:38.495Z] # $SEMVER_BRANCH = PR-293 [2020-09-22T12:57:38.495Z] # $SEMVER_TEMP = /tmp/semver-525418808 [2020-09-22T12:57:38.495Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-09-22T12:57:39.073Z] # '/tmp/semver-525418808' -> '/w/workspace/dry_go-mod-core-contracts_PR-293/.semver' [2020-09-22T12:57:39.073Z] # -> Force: false [2020-09-22T12:57:39.073Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-293/.semver [Pipeline] } [2020-09-22T12:57:39.545Z] $ docker exec --env ******** --env ******** 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 ssh-agent -k [2020-09-22T12:57:39.659Z] unset SSH_AUTH_SOCK; [2020-09-22T12:57:39.659Z] unset SSH_AGENT_PID; [2020-09-22T12:57:39.659Z] echo Agent pid 51 killed; [2020-09-22T12:57:39.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T12:57:40.284Z] + git semver [Pipeline] } [2020-09-22T12:57:40.318Z] $ docker stop --time=1 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 [2020-09-22T12:57:42.098Z] $ docker rm -f 2f4f6eb26088cc919a275b4800478fb787e6d8e1c5838232b4375d7b319b12c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T12:57:43.052Z] Stashed 96 file(s) [Pipeline] echo [2020-09-22T12:57:43.074Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-22T12:57:43.300Z] Archived original 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-09-22T12:57:44.532Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-831 in /w/workspace/dry_go-mod-core-contracts_PR-293 [Pipeline] { [Pipeline] ws [2020-09-22T12:57:44.623Z] Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout [2020-09-22T12:57:49.025Z] using credential edgex-jenkins-ssh [2020-09-22T12:57:49.078Z] Cloning the remote Git repository [2020-09-22T12:57:49.078Z] Cloning with configured refspecs honoured and without tags [2020-09-22T12:57:49.131Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T12:57:49.245Z] > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 [2020-09-22T12:57:49.312Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T12:57:49.313Z] > git --version # timeout=10 [2020-09-22T12:57:49.327Z] > git --version # 'git version 2.17.1' [2020-09-22T12:57:49.329Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T12:57:49.409Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T12:57:50.143Z] Fetching without tags [2020-09-22T12:57:50.659Z] Merging remotes/origin/master commit 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 into PR head commit cbead72e9781d06be1405dd456b1af764cd6939a [2020-09-22T12:57:50.875Z] Merge succeeded, producing cbead72e9781d06be1405dd456b1af764cd6939a [2020-09-22T12:57:50.876Z] Checking out Revision cbead72e9781d06be1405dd456b1af764cd6939a (PR-293) [2020-09-22T12:57:50.047Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T12:57:50.079Z] > git config --add remote.origin.fetch +refs/pull/293/head:refs/remotes/origin/PR-293 # timeout=10 [2020-09-22T12:57:50.094Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T12:57:50.118Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T12:57:50.190Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T12:57:50.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T12:57:50.208Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T12:57:50.674Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T12:57:50.687Z] > git checkout -f cbead72e9781d06be1405dd456b1af764cd6939a # timeout=10 [2020-09-22T12:57:50.799Z] > git remote # timeout=10 [2020-09-22T12:57:50.816Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T12:57:50.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T12:57:50.839Z] > git merge 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 [2020-09-22T12:57:50.858Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T12:57:50.878Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T12:57:50.890Z] > git checkout -f cbead72e9781d06be1405dd456b1af764cd6939a # timeout=10 [2020-09-22T12:57:55.104Z] Commit message: "feat(metadata): Add API route path for metadata V2 API" [2020-09-22T12:57:55.157Z] > git --version # timeout=10 [2020-09-22T12:57:55.169Z] > git --version # 'git version 2.17.1' [2020-09-22T12:57:55.179Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T12:57:56.563Z] ========================================================= [2020-09-22T12:57:56.563Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-22T12:57:56.563Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:57:57.605Z] + 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-09-22T12:57:58.599Z] Sending build context to Docker daemon 2.262MB [2020-09-22T12:57:58.599Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T12:57:58.599Z] Step 2/7 : FROM ${BASE} [2020-09-22T12:57:58.877Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-22T12:57:58.877Z] b538f80385f9: Pulling fs layer [2020-09-22T12:57:58.877Z] 74f711af9a0d: Pulling fs layer [2020-09-22T12:57:58.877Z] 99f96fe45779: Pulling fs layer [2020-09-22T12:57:58.877Z] 8529a6b9a6be: Pulling fs layer [2020-09-22T12:57:58.877Z] 45590311c82a: Pulling fs layer [2020-09-22T12:57:58.877Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-22T12:57:58.877Z] 209524e5b208: Pulling fs layer [2020-09-22T12:57:58.877Z] 8529a6b9a6be: Waiting [2020-09-22T12:57:58.877Z] 45590311c82a: Waiting [2020-09-22T12:57:58.877Z] 69ca0ff8b7b3: Waiting [2020-09-22T12:57:58.877Z] 209524e5b208: Waiting [2020-09-22T12:57:58.877Z] 99f96fe45779: Download complete [2020-09-22T12:57:58.877Z] 74f711af9a0d: Verifying Checksum [2020-09-22T12:57:58.877Z] 74f711af9a0d: Download complete [2020-09-22T12:57:58.877Z] 45590311c82a: Download complete [2020-09-22T12:57:58.877Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-22T12:57:58.877Z] 69ca0ff8b7b3: Download complete [2020-09-22T12:57:59.152Z] b538f80385f9: Verifying Checksum [2020-09-22T12:57:59.152Z] b538f80385f9: Download complete [2020-09-22T12:57:59.281Z] Still waiting to schedule task [2020-09-22T12:57:59.281Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-22T12:57:59.756Z] b538f80385f9: Pull complete [2020-09-22T12:58:00.365Z] 74f711af9a0d: Pull complete [2020-09-22T12:58:00.648Z] 99f96fe45779: Pull complete [2020-09-22T12:58:02.098Z] 209524e5b208: Verifying Checksum [2020-09-22T12:58:02.098Z] 209524e5b208: Download complete [2020-09-22T12:58:03.549Z] 8529a6b9a6be: Verifying Checksum [2020-09-22T12:58:03.550Z] 8529a6b9a6be: Download complete [2020-09-22T12:58:13.721Z] 8529a6b9a6be: Pull complete [2020-09-22T12:58:13.721Z] 45590311c82a: Pull complete [2020-09-22T12:58:13.997Z] 69ca0ff8b7b3: Pull complete [2020-09-22T12:58:17.396Z] 209524e5b208: Pull complete [2020-09-22T12:58:17.396Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-22T12:58:17.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-22T12:58:17.396Z] ---> 5bddaf1c2fca [2020-09-22T12:58:17.396Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T12:58:20.793Z] ---> Running in d1c158753f05 [2020-09-22T12:58:20.793Z] Removing intermediate container d1c158753f05 [2020-09-22T12:58:20.793Z] ---> edf7435de8af [2020-09-22T12:58:20.793Z] Step 4/7 : RUN apk add bash [2020-09-22T12:58:20.793Z] ---> Running in 0326a6487933 [2020-09-22T12:58:22.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T12:58:23.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T12:58:24.638Z] OK: 142 MiB in 39 packages [2020-09-22T12:58:25.620Z] Removing intermediate container 0326a6487933 [2020-09-22T12:58:25.620Z] ---> 69a7a2bb8cc5 [2020-09-22T12:58:25.620Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-22T12:58:25.892Z] ---> Running in 80b0c92ab232 [2020-09-22T12:58:26.488Z] Removing intermediate container 80b0c92ab232 [2020-09-22T12:58:26.488Z] ---> d2cbf4fad099 [2020-09-22T12:58:26.488Z] Step 6/7 : COPY go.mod . [2020-09-22T12:58:27.088Z] ---> 6ca3cc67322b [2020-09-22T12:58:27.088Z] Step 7/7 : RUN go mod download [2020-09-22T12:58:27.367Z] ---> Running in e9272b622c3d [2020-09-22T12:58:42.465Z] Removing intermediate container e9272b622c3d [2020-09-22T12:58:42.465Z] ---> 36225f6f68db [2020-09-22T12:58:42.465Z] Successfully built 36225f6f68db [2020-09-22T12:58:42.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:58:42.912Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T12:58:42.912Z] . [Pipeline] withDockerContainer [2020-09-22T12:58:43.217Z] prd-ubuntu18.04-docker-arm64-4c-16g-831 does not seem to be running inside a container [2020-09-22T12:58:43.300Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-arm64 cat [2020-09-22T12:58:45.280Z] $ docker top 8ca819d7145257cee2efdc3bd10415a99de9782bcd82c8b786e44769b163fb5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T12:58:46.758Z] + go version [2020-09-22T12:58:46.758Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-22T12:58:46.793Z] $ docker stop --time=1 8ca819d7145257cee2efdc3bd10415a99de9782bcd82c8b786e44769b163fb5f [2020-09-22T12:58:48.684Z] $ docker rm -f 8ca819d7145257cee2efdc3bd10415a99de9782bcd82c8b786e44769b163fb5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T12:58:49.925Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T12:58:49.925Z] . [Pipeline] withDockerContainer [2020-09-22T12:58:50.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-831 does not seem to be running inside a container [2020-09-22T12:58:50.290Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-arm64 cat [2020-09-22T12:58:52.220Z] $ docker top 1fcee3452af9a61636f93a272c6473c37c2a8d5b774b18f1af1ed0e3c599ffb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T12:58:53.719Z] + make test [2020-09-22T12:58:53.719Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T12:59:15.942Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-22T12:59:15.942Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.058s coverage: 85.7% of statements [2020-09-22T12:59:15.942Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.034s coverage: 100.0% of statements [2020-09-22T12:59:18.571Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.050s coverage: 45.4% of statements [2020-09-22T12:59:18.571Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.045s coverage: 77.8% of statements [2020-09-22T12:59:18.571Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-22T12:59:18.571Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 6.4% of statements [2020-09-22T12:59:19.170Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.068s coverage: 14.7% of statements [2020-09-22T12:59:19.446Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.061s coverage: 100.0% of statements [2020-09-22T12:59:21.439Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements [2020-09-22T12:59:21.440Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-22T12:59:21.440Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-22T12:59:21.440Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.014s coverage: 100.0% of statements [2020-09-22T12:59:21.715Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.027s coverage: 45.9% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.092s coverage: 63.0% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.031s coverage: 15.4% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements [2020-09-22T12:59:28.467Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.044s coverage: 31.3% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.026s coverage: 100.0% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.062s coverage: 95.0% of statements [2020-09-22T12:59:28.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 100.0% of statements [2020-09-22T12:59:28.467Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-22T12:59:28.739Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T12:59:34.156Z] gofmt -l . [2020-09-22T12:59:34.156Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-22T12:59:35.072Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T12:59:35.090Z] $ docker stop --time=1 1fcee3452af9a61636f93a272c6473c37c2a8d5b774b18f1af1ed0e3c599ffb0 [2020-09-22T12:59:37.313Z] $ docker rm -f 1fcee3452af9a61636f93a272c6473c37c2a8d5b774b18f1af1ed0e3c599ffb0 [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-09-22T13:02:30.895Z] Running on prd-centos7-docker-4c-2g-836 in /w/workspace/dry_go-mod-core-contracts_PR-293 [Pipeline] { [Pipeline] ws [2020-09-22T13:02:31.221Z] Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout [2020-09-22T13:02:36.012Z] using credential edgex-jenkins-ssh [2020-09-22T13:02:36.069Z] Cloning the remote Git repository [2020-09-22T13:02:36.069Z] Cloning with configured refspecs honoured and without tags [2020-09-22T13:02:35.003Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T13:02:35.085Z] > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 [2020-09-22T13:02:37.118Z] Fetching without tags [2020-09-22T13:02:35.161Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T13:02:35.162Z] > git --version # timeout=10 [2020-09-22T13:02:35.200Z] > git --version # 'git version 2.16.5' [2020-09-22T13:02:35.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T13:02:35.247Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T13:02:35.802Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T13:02:35.816Z] > git config --add remote.origin.fetch +refs/pull/293/head:refs/remotes/origin/PR-293 # timeout=10 [2020-09-22T13:02:35.872Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T13:02:35.963Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-09-22T13:02:35.991Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-09-22T13:02:35.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T13:02:35.998Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/293/head:refs/remotes/origin/PR-293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T13:02:37.643Z] Merging remotes/origin/master commit 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 into PR head commit cbead72e9781d06be1405dd456b1af764cd6939a [2020-09-22T13:02:37.899Z] Merge succeeded, producing cbead72e9781d06be1405dd456b1af764cd6939a [2020-09-22T13:02:37.900Z] Checking out Revision cbead72e9781d06be1405dd456b1af764cd6939a (PR-293) [2020-09-22T13:02:36.522Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T13:02:36.539Z] > git checkout -f cbead72e9781d06be1405dd456b1af764cd6939a # timeout=10 [2020-09-22T13:02:36.623Z] > git remote # timeout=10 [2020-09-22T13:02:36.663Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T13:02:36.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T13:02:36.683Z] > git merge 2c8a35a33da69e0e15c6cecf4a7dd101c7259fc8 # timeout=10 [2020-09-22T13:02:36.748Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T13:02:36.771Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T13:02:36.785Z] > git checkout -f cbead72e9781d06be1405dd456b1af764cd6939a # timeout=10 [2020-09-22T13:02:41.969Z] Commit message: "feat(metadata): Add API route path for metadata V2 API" [2020-09-22T13:02:40.865Z] > git --version # timeout=10 [2020-09-22T13:02:40.872Z] > git --version # 'git version 2.16.5' [2020-09-22T13:02:40.877Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T13:02:43.354Z] ========================================================= [2020-09-22T13:02:43.354Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-22T13:02:43.354Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T13:02:44.333Z] + 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-09-22T13:02:44.942Z] Sending build context to Docker daemon 2.262MB [2020-09-22T13:02:44.942Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-22T13:02:44.942Z] Step 2/7 : FROM ${BASE} [2020-09-22T13:02:44.942Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-22T13:02:44.942Z] df20fa9351a1: Pulling fs layer [2020-09-22T13:02:44.942Z] ed8968b2872e: Pulling fs layer [2020-09-22T13:02:44.942Z] a92cc7c5fd73: Pulling fs layer [2020-09-22T13:02:44.942Z] e871e8e8d7a9: Pulling fs layer [2020-09-22T13:02:44.942Z] e73272ec9a57: Pulling fs layer [2020-09-22T13:02:44.942Z] 1e910a182e73: Pulling fs layer [2020-09-22T13:02:44.942Z] 4e634b169226: Pulling fs layer [2020-09-22T13:02:44.942Z] 1e910a182e73: Waiting [2020-09-22T13:02:44.942Z] 4e634b169226: Waiting [2020-09-22T13:02:44.942Z] e73272ec9a57: Waiting [2020-09-22T13:02:44.942Z] e871e8e8d7a9: Waiting [2020-09-22T13:02:44.942Z] a92cc7c5fd73: Verifying Checksum [2020-09-22T13:02:44.942Z] a92cc7c5fd73: Download complete [2020-09-22T13:02:44.942Z] ed8968b2872e: Verifying Checksum [2020-09-22T13:02:44.942Z] ed8968b2872e: Download complete [2020-09-22T13:02:44.942Z] e73272ec9a57: Verifying Checksum [2020-09-22T13:02:44.942Z] e73272ec9a57: Download complete [2020-09-22T13:02:44.942Z] 1e910a182e73: Verifying Checksum [2020-09-22T13:02:44.942Z] 1e910a182e73: Download complete [2020-09-22T13:02:45.231Z] df20fa9351a1: Verifying Checksum [2020-09-22T13:02:45.231Z] df20fa9351a1: Download complete [2020-09-22T13:02:45.554Z] df20fa9351a1: Pull complete [2020-09-22T13:02:46.212Z] ed8968b2872e: Pull complete [2020-09-22T13:02:46.480Z] a92cc7c5fd73: Pull complete [2020-09-22T13:02:49.118Z] 4e634b169226: Verifying Checksum [2020-09-22T13:02:49.118Z] 4e634b169226: Download complete [2020-09-22T13:02:50.773Z] e871e8e8d7a9: Verifying Checksum [2020-09-22T13:02:50.773Z] e871e8e8d7a9: Download complete [2020-09-22T13:02:57.490Z] e871e8e8d7a9: Pull complete [2020-09-22T13:02:57.490Z] e73272ec9a57: Pull complete [2020-09-22T13:02:57.490Z] 1e910a182e73: Pull complete [2020-09-22T13:03:05.719Z] 4e634b169226: Pull complete [2020-09-22T13:03:05.719Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-22T13:03:05.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-22T13:03:05.719Z] ---> f7629b54cfaa [2020-09-22T13:03:05.719Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-22T13:03:05.719Z] ---> Running in 65fee43f3b10 [2020-09-22T13:03:05.719Z] Removing intermediate container 65fee43f3b10 [2020-09-22T13:03:05.719Z] ---> adfcc027bcf9 [2020-09-22T13:03:05.719Z] Step 4/7 : RUN apk add bash [2020-09-22T13:03:05.719Z] ---> Running in d9ec1085796b [2020-09-22T13:03:06.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T13:03:07.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T13:03:08.675Z] OK: 166 MiB in 39 packages [2020-09-22T13:03:09.357Z] Removing intermediate container d9ec1085796b [2020-09-22T13:03:09.357Z] ---> 746b29363d94 [2020-09-22T13:03:09.357Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-22T13:03:09.357Z] ---> Running in 29ee8c5acd26 [2020-09-22T13:03:09.650Z] Removing intermediate container 29ee8c5acd26 [2020-09-22T13:03:09.650Z] ---> 3b51f43212b2 [2020-09-22T13:03:09.650Z] Step 6/7 : COPY go.mod . [2020-09-22T13:03:09.937Z] ---> 751c3710b596 [2020-09-22T13:03:09.937Z] Step 7/7 : RUN go mod download [2020-09-22T13:03:10.208Z] ---> Running in ef6762ce2e84 [2020-09-22T13:03:22.566Z] Removing intermediate container ef6762ce2e84 [2020-09-22T13:03:22.566Z] ---> 9cc0b47cd1c4 [2020-09-22T13:03:22.566Z] Successfully built 9cc0b47cd1c4 [2020-09-22T13:03:22.566Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T13:03:22.992Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T13:03:22.992Z] . [Pipeline] withDockerContainer [2020-09-22T13:03:23.269Z] prd-centos7-docker-4c-2g-836 does not seem to be running inside a container [2020-09-22T13:03:23.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-x86_64 cat [2020-09-22T13:03:24.361Z] $ docker top 8541916a0b3fe88c38eae3a3dbc66f9ba2d95e48dda51826c537cdc9c596017b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T13:03:24.977Z] + go version [2020-09-22T13:03:24.977Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-22T13:03:25.007Z] $ docker stop --time=1 8541916a0b3fe88c38eae3a3dbc66f9ba2d95e48dda51826c537cdc9c596017b [2020-09-22T13:03:26.401Z] $ docker rm -f 8541916a0b3fe88c38eae3a3dbc66f9ba2d95e48dda51826c537cdc9c596017b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T13:03:27.605Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T13:03:27.605Z] . [Pipeline] withDockerContainer [2020-09-22T13:03:27.752Z] prd-centos7-docker-4c-2g-836 does not seem to be running inside a container [2020-09-22T13:03:27.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/1@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 ******** ci-base-image-x86_64 cat [2020-09-22T13:03:28.496Z] $ docker top f4427fb4b595981ba10244436693b36fd3f704a2ee714883eea961236570114b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T13:03:29.225Z] + make test [2020-09-22T13:03:29.225Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-22T13:03:41.982Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-09-22T13:03:41.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements [2020-09-22T13:03:41.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.022s coverage: 100.0% of statements [2020-09-22T13:03:41.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.019s coverage: 45.4% of statements [2020-09-22T13:03:41.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.010s coverage: 77.8% of statements [2020-09-22T13:03:41.982Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-09-22T13:03:42.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.024s coverage: 6.4% of statements [2020-09-22T13:03:43.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.027s coverage: 14.7% of statements [2020-09-22T13:03:43.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements [2020-09-22T13:03:43.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.033s coverage: 91.8% of statements [2020-09-22T13:03:43.871Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-09-22T13:03:43.871Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-09-22T13:03:43.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements [2020-09-22T13:03:44.545Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 45.9% of statements [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.033s coverage: 63.0% of statements [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.028s coverage: 15.4% of statements [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.020s coverage: 14.3% of statements [2020-09-22T13:03:49.094Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.028s coverage: 31.3% of statements [2020-09-22T13:03:49.094Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.034s coverage: 100.0% of statements [2020-09-22T13:03:49.365Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.030s coverage: 95.0% of statements [2020-09-22T13:03:49.365Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.015s coverage: 100.0% of statements [2020-09-22T13:03:49.365Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-09-22T13:03:49.641Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T13:03:51.593Z] gofmt -l . [2020-09-22T13:03:51.863Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-22T13:03:51.900Z] Warning: overwriting stash ‘coverage-report’ [2020-09-22T13:03:52.436Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T13:03:52.464Z] $ docker stop --time=1 f4427fb4b595981ba10244436693b36fd3f704a2ee714883eea961236570114b [2020-09-22T13:03:54.883Z] $ docker rm -f f4427fb4b595981ba10244436693b36fd3f704a2ee714883eea961236570114b [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-09-22T13:03:58.104Z] provisioning config files... [2020-09-22T13:03:58.116Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-293@tmp/config6268641562901184887tmp [Pipeline] { [Pipeline] sh [2020-09-22T13:03:58.539Z] + curl -s https://codecov.io/bash [2020-09-22T13:03:58.539Z] + bash -s - -t @/w/workspace/dry_go-mod-core-contracts_PR-293@tmp/config6268641562901184887tmp [Pipeline] } [2020-09-22T13:03:58.825Z] 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] { (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-09-22T13:04:02.390Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T13:04:03.001Z] ---> package-listing.sh [2020-09-22T13:04:03.001Z] ++ facter osfamily [2020-09-22T13:04:03.001Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T13:04:03.001Z] + OS_FAMILY=redhat [2020-09-22T13:04:03.001Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-293 [2020-09-22T13:04:03.001Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T13:04:03.001Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T13:04:03.001Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T13:04:03.001Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T13:04:03.001Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-293 ']' [2020-09-22T13:04:03.001Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T13:04:03.001Z] + case "${OS_FAMILY}" in [2020-09-22T13:04:03.001Z] + rpm -qa [2020-09-22T13:04:03.001Z] + sort [2020-09-22T13:04:07.236Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T13:04:07.236Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T13:04:07.236Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T13:04:07.236Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-293 ']' [2020-09-22T13:04:07.236Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-293/archives/ [2020-09-22T13:04:07.236Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-293/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-22T13:04:07.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T13:04:07.801Z] [2020-09-22T13:04:07.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T13:04:08.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T13:04:08.195Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T13:04:08.195Z] df20fa9351a1: Pulling fs layer [2020-09-22T13:04:08.195Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T13:04:08.195Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T13:04:08.195Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T13:04:08.195Z] 0dadc02b9964: Pulling fs layer [2020-09-22T13:04:08.195Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T13:04:08.195Z] 7a184a31f384: Pulling fs layer [2020-09-22T13:04:08.195Z] 0879bd2ef858: Pulling fs layer [2020-09-22T13:04:08.195Z] 0dadc02b9964: Waiting [2020-09-22T13:04:08.195Z] ce6a7cf60c04: Waiting [2020-09-22T13:04:08.195Z] 7a184a31f384: Waiting [2020-09-22T13:04:08.195Z] 0879bd2ef858: Waiting [2020-09-22T13:04:08.195Z] 46f8f816bc3b: Waiting [2020-09-22T13:04:08.195Z] 36b3adc4ff6f: Download complete [2020-09-22T13:04:08.195Z] 46f8f816bc3b: Verifying Checksum [2020-09-22T13:04:08.195Z] 46f8f816bc3b: Download complete [2020-09-22T13:04:08.195Z] df20fa9351a1: Download complete [2020-09-22T13:04:08.480Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T13:04:08.480Z] ce6a7cf60c04: Download complete [2020-09-22T13:04:08.480Z] 7a184a31f384: Download complete [2020-09-22T13:04:08.480Z] 0dadc02b9964: Verifying Checksum [2020-09-22T13:04:08.480Z] 0dadc02b9964: Download complete [2020-09-22T13:04:08.752Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T13:04:08.752Z] 8ad3a11d3b57: Download complete [2020-09-22T13:04:08.752Z] df20fa9351a1: Pull complete [2020-09-22T13:04:09.020Z] 36b3adc4ff6f: Pull complete [2020-09-22T13:04:09.600Z] 0879bd2ef858: Verifying Checksum [2020-09-22T13:04:09.600Z] 0879bd2ef858: Download complete [2020-09-22T13:04:09.600Z] 8ad3a11d3b57: Pull complete [2020-09-22T13:04:09.600Z] 46f8f816bc3b: Pull complete [2020-09-22T13:04:09.864Z] 0dadc02b9964: Pull complete [2020-09-22T13:04:10.128Z] ce6a7cf60c04: Pull complete [2020-09-22T13:04:10.128Z] 7a184a31f384: Pull complete [2020-09-22T13:04:12.702Z] 0879bd2ef858: Pull complete [2020-09-22T13:04:12.702Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T13:04:12.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T13:04:12.702Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T13:04:12.910Z] prd-centos7-docker-4c-2g-825 does not seem to be running inside a container [2020-09-22T13:04:12.963Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dry_go-mod-core-contracts_PR-293 -v /w/workspace/dry_go-mod-core-contracts_PR-293:/w/workspace/dry_go-mod-core-contracts_PR-293:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-293@tmp:/w/workspace/dry_go-mod-core-contracts_PR-293@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-22T13:04:18.685Z] $ docker top 9b9850d221bf2e370fcd544736b6b15a081a5c751c27a103ce7d427c4cdac747 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T13:04:19.345Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T13:04:19.685Z] + ls /var/log/sa-host [2020-09-22T13:04:19.685Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T13:04:19.685Z] file_magic: OK [2020-09-22T13:04:19.685Z] HZ: Using current value: 100 [2020-09-22T13:04:19.685Z] file_header: OK [2020-09-22T13:04:19.685Z] 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-09-22T13:04:19.685Z] Statistics: [2020-09-22T13:04:19.685Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T13:04:19.685Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T13:04:19.685Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T13:04:19.685Z] file_magic: OK [2020-09-22T13:04:19.685Z] HZ: Using current value: 100 [2020-09-22T13:04:19.685Z] file_header: OK [2020-09-22T13:04:19.685Z] 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-09-22T13:04:19.685Z] Statistics: [2020-09-22T13:04:19.685Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T13:04:19.685Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T13:04:19.864Z] provisioning config files... [2020-09-22T13:04:19.883Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-293@tmp/config5226821390035711651tmp [Pipeline] { [Pipeline] echo [2020-09-22T13:04:20.014Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T13:04:20.342Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T13:04:20.374Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T13:04:20.890Z] ---> logs-deploy.sh [2020-09-22T13:04:20.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-293/1 [2020-09-22T13:04:20.890Z] INFO: archiving workspace using pattern(s): [2020-09-22T13:04:22.291Z] Archives upload complete. [2020-09-22T13:04:22.291Z] INFO: archiving logs to Nexus