Pull request #524 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 hahattan for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 8cf4766df7d36a2f6399682227b152d70aeedcc9 rather than 354bc623d8f1eae91e7e398365766f616a6972b8 Obtained Jenkinsfile from 8cf4766df7d36a2f6399682227b152d70aeedcc9 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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-524/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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-524/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27815 in /w/workspace/dry_go-mod-core-contracts_PR-524 [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-524 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8cf4766df7d36a2f6399682227b152d70aeedcc9 into PR head commit 354bc623d8f1eae91e7e398365766f616a6972b8 Merge succeeded, producing 354bc623d8f1eae91e7e398365766f616a6972b8 Checking out Revision 354bc623d8f1eae91e7e398365766f616a6972b8 (PR-524) > git config core.sparsecheckout # timeout=10 > git checkout -f 354bc623d8f1eae91e7e398365766f616a6972b8 # 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 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 354bc623d8f1eae91e7e398365766f616a6972b8 # timeout=10 Commit message: "feat: rename Resource to SourceName in AutoEvent model" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:54:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:54:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:54:33 ========================================================= 06:54:33 EdgeX Global Pipelines Version Info 06:54:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:54:35 ------------------- 06:54:35 stable info: 06:54:35 ------------------- 06:54:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:54:35 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 06:54:35 Message: update stable to v1.0.182 06:54:36 ------------------- 06:54:36 experimental info: 06:54:36 ------------------- 06:54:36 Commited By: **** collab-it+edgex@linuxfoundation.org 06:54:36 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 06:54:36 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:54:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:54:36 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:54:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:54:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:54:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:54:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:54:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:54:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-524 [Pipeline] echo 06:54:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-524 [Pipeline] echo 06:54:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-524 [Pipeline] echo 06:54:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 354bc623d8f1eae91e7e398365766f616a6972b8 [Pipeline] echo 06:54:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 354bc62 [Pipeline] echo 06:54:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:41 + git log --format=format:%s -1 354bc623d8f1eae91e7e398365766f616a6972b8 [Pipeline] echo 06:54:41 GIT_COMMIT: 354bc623d8f1eae91e7e398365766f616a6972b8, Commit Message: feat: rename Resource to SourceName in AutoEvent model [Pipeline] echo 06:54:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:54:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:43 06:54:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:54:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:43 latest: Pulling from edgex-devops/git-semver 06:54:43 31603596830f: Pulling fs layer 06:54:43 2a8b12db71e7: Pulling fs layer 06:54:43 6ca5941a6612: Pulling fs layer 06:54:43 ecc8261a40a4: Pulling fs layer 06:54:43 ecc8261a40a4: Waiting 06:54:43 2a8b12db71e7: Verifying Checksum 06:54:43 2a8b12db71e7: Download complete 06:54:43 31603596830f: Verifying Checksum 06:54:43 31603596830f: Download complete 06:54:43 ecc8261a40a4: Verifying Checksum 06:54:43 ecc8261a40a4: Download complete 06:54:43 6ca5941a6612: Verifying Checksum 06:54:43 6ca5941a6612: Download complete 06:54:44 31603596830f: Pull complete 06:54:44 2a8b12db71e7: Pull complete 06:54:44 6ca5941a6612: Pull complete 06:54:45 ecc8261a40a4: Pull complete 06:54:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:54:45 prd-centos7-docker-4c-2g-27815 does not seem to be running inside a container 06:54:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-524 -v /w/workspace/dry_go-mod-core-contracts_PR-524:/w/workspace/dry_go-mod-core-contracts_PR-524:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-524@tmp:/w/workspace/dry_go-mod-core-contracts_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:54:47 $ docker top a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:47 [ssh-agent] Looking for ssh-agent implementation... 06:54:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:48 $ docker exec a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af ssh-agent 06:54:48 SSH_AUTH_SOCK=/tmp/ssh-KBxRCOBrbeJO/agent.11 06:54:48 SSH_AGENT_PID=17 06:54:48 Running ssh-add (command line suppressed) 06:54:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-524@tmp/private_key_4366939168110350714.key (/w/workspace/dry_go-mod-core-contracts_PR-524@tmp/private_key_4366939168110350714.key) 06:54:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:48 + git tag --points-at HEAD [Pipeline] } 06:54:48 $ docker exec --env ******** --env ******** a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af ssh-agent -k 06:54:48 unset SSH_AUTH_SOCK; 06:54:48 unset SSH_AGENT_PID; 06:54:48 echo Agent pid 17 killed; 06:54:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:54:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:49 [ssh-agent] Looking for ssh-agent implementation... 06:54:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:49 $ docker exec a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af ssh-agent 06:54:49 SSH_AUTH_SOCK=/tmp/ssh-9okfQWWGGIX0/agent.46 06:54:49 SSH_AGENT_PID=51 06:54:49 Running ssh-add (command line suppressed) 06:54:49 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-524@tmp/private_key_46800067380828534.key (/w/workspace/dry_go-mod-core-contracts_PR-524@tmp/private_key_46800067380828534.key) 06:54:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:50 + git semver init 06:54:50 # -> Open(): unable to determine branch for HEAD 06:54:50 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-524/.git 06:54:50 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-524 06:54:50 # $SEMVER_REMOTE_NAME = origin 06:54:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:54:50 # $SEMVER_USER_NAME = edgex-jenkins 06:54:50 # $SEMVER_BRANCH = PR-524 06:54:50 # $SEMVER_TEMP = /tmp/semver-178776669 06:54:50 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:54:50 # '/tmp/semver-178776669' -> '/w/workspace/dry_go-mod-core-contracts_PR-524/.semver' 06:54:50 # -> Force: false 06:54:50 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-524/.semver [Pipeline] } 06:54:50 $ docker exec --env ******** --env ******** a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af ssh-agent -k 06:54:50 unset SSH_AUTH_SOCK; 06:54:50 unset SSH_AGENT_PID; 06:54:50 echo Agent pid 51 killed; 06:54:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:51 + git semver [Pipeline] } 06:54:51 $ docker stop --time=1 a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af 06:54:53 $ docker rm -f a6a968cf2cc16d8e82440dbf5aae848c09e05be1437c62a9be56f348a29382af [Pipeline] // withDockerContainer [Pipeline] sh 06:54:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:54:54 Stashed 1 file(s) [Pipeline] echo 06:54:54 [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 06:55:10 Still waiting to schedule task 06:55:10 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27815’ 06:55:10 Still waiting to schedule task 06:55:10 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 06:56:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27816 in /w/workspace/dry_go-mod-core-contracts_PR-524 [Pipeline] { [Pipeline] ws 06:56:57 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 06:57:03 using credential edgex-jenkins-ssh 06:57:03 Cloning the remote Git repository 06:57:03 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:57:03 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 06:57:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:57:03 > git --version # timeout=10 06:57:03 > git --version # 'git version 2.17.1' 06:57:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:57:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:57:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:57:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:57:05 Merging remotes/origin/master commit 8cf4766df7d36a2f6399682227b152d70aeedcc9 into PR head commit 354bc623d8f1eae91e7e398365766f616a6972b8 06:57:06 Merge succeeded, producing 354bc623d8f1eae91e7e398365766f616a6972b8 06:57:06 Checking out Revision 354bc623d8f1eae91e7e398365766f616a6972b8 (PR-524) 06:57:05 > git config core.sparsecheckout # timeout=10 06:57:05 > git checkout -f 354bc623d8f1eae91e7e398365766f616a6972b8 # timeout=10 06:57:05 > git remote # timeout=10 06:57:05 > git config --get remote.origin.url # timeout=10 06:57:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:05 > git merge 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 06:57:05 > git rev-parse HEAD^{commit} # timeout=10 06:57:06 > git config core.sparsecheckout # timeout=10 06:57:06 > git checkout -f 354bc623d8f1eae91e7e398365766f616a6972b8 # timeout=10 06:57:10 Commit message: "feat: rename Resource to SourceName in AutoEvent model" 06:57:10 > git --version # timeout=10 06:57:10 > git --version # 'git version 2.17.1' 06:57:10 fatal: bad object e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:57:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:57:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:57:13 + true 06:57:13 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 06:57:15 ========================================================= 06:57:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:57:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:57:16 + 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 . 06:57:17 Sending build context to Docker daemon 2.724MB 06:57:17 Step 1/7 : ARG BASE=golang:1.15-alpine 06:57:17 Step 2/7 : FROM ${BASE} 06:57:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:57:17 5f621e34cdf4: Pulling fs layer 06:57:17 a4357932f1b6: Pulling fs layer 06:57:17 18c013af1878: Pulling fs layer 06:57:17 00ac8860ef70: Pulling fs layer 06:57:17 63d7cb157983: Pulling fs layer 06:57:17 b116817d02f9: Pulling fs layer 06:57:17 745a02a5169b: Pulling fs layer 06:57:17 00ac8860ef70: Waiting 06:57:17 63d7cb157983: Waiting 06:57:17 b116817d02f9: Waiting 06:57:17 745a02a5169b: Waiting 06:57:17 18c013af1878: Verifying Checksum 06:57:17 18c013af1878: Download complete 06:57:17 a4357932f1b6: Verifying Checksum 06:57:17 a4357932f1b6: Download complete 06:57:17 63d7cb157983: Verifying Checksum 06:57:17 63d7cb157983: Download complete 06:57:17 b116817d02f9: Verifying Checksum 06:57:17 b116817d02f9: Download complete 06:57:17 5f621e34cdf4: Verifying Checksum 06:57:17 5f621e34cdf4: Download complete 06:57:18 5f621e34cdf4: Pull complete 06:57:19 a4357932f1b6: Pull complete 06:57:19 18c013af1878: Pull complete 06:57:20 745a02a5169b: Verifying Checksum 06:57:20 745a02a5169b: Download complete 06:57:20 00ac8860ef70: Verifying Checksum 06:57:20 00ac8860ef70: Download complete 06:57:31 00ac8860ef70: Pull complete 06:57:31 63d7cb157983: Pull complete 06:57:31 b116817d02f9: Pull complete 06:57:36 745a02a5169b: Pull complete 06:57:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:57:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:57:36 ---> b7e6874047d6 06:57:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:57:38 ---> Running in 57817b996d48 06:57:38 Removing intermediate container 57817b996d48 06:57:38 ---> 1da1267af8a0 06:57:38 Step 4/7 : RUN apk add bash 06:57:39 ---> Running in 0f8fc02c9188 06:57:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:57:42 Running on prd-centos7-docker-4c-2g-27817 in /w/workspace/dry_go-mod-core-contracts_PR-524 [Pipeline] { 06:57:42 OK: 142 MiB in 39 packages [Pipeline] ws 06:57:42 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 06:57:43 Removing intermediate container 0f8fc02c9188 06:57:43 ---> f5a16cf3dbae 06:57:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:57:43 ---> Running in bdd470cce302 06:57:43 Removing intermediate container bdd470cce302 06:57:43 ---> 0cab07ab9af4 06:57:43 Step 6/7 : COPY go.mod . 06:57:44 ---> d95b35a91b8d 06:57:44 Step 7/7 : RUN go mod download 06:57:44 ---> Running in 62623cccfd65 06:57:44 using credential edgex-jenkins-ssh 06:57:45 Cloning the remote Git repository 06:57:45 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:57:45 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 06:57:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:57:45 > git --version # timeout=10 06:57:45 > git --version # 'git version 2.24.3' 06:57:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:46 Merging remotes/origin/master commit 8cf4766df7d36a2f6399682227b152d70aeedcc9 into PR head commit 354bc623d8f1eae91e7e398365766f616a6972b8 06:57:46 Merge succeeded, producing 354bc623d8f1eae91e7e398365766f616a6972b8 06:57:46 Checking out Revision 354bc623d8f1eae91e7e398365766f616a6972b8 (PR-524) 06:57:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:57:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:57:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:57:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/524/head:refs/remotes/origin/PR-524 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:57:46 > git config core.sparsecheckout # timeout=10 06:57:46 > git checkout -f 354bc623d8f1eae91e7e398365766f616a6972b8 # timeout=10 06:57:46 > git remote # timeout=10 06:57:46 > git config --get remote.origin.url # timeout=10 06:57:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:46 > git merge 8cf4766df7d36a2f6399682227b152d70aeedcc9 # timeout=10 06:57:46 > git rev-parse HEAD^{commit} # timeout=10 06:57:46 > git config core.sparsecheckout # timeout=10 06:57:46 > git checkout -f 354bc623d8f1eae91e7e398365766f616a6972b8 # timeout=10 06:57:50 Commit message: "feat: rename Resource to SourceName in AutoEvent model" 06:57:50 > git --version # timeout=10 06:57:50 > git --version # 'git version 2.24.3' 06:57:50 fatal: bad object e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:57:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:57:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:57:52 + true 06:57:52 + sudo service docker restart 06:57:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 06:57:53 ========================================================= 06:57:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:57:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:57:53 + 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 . 06:57:54 Sending build context to Docker daemon 2.725MB 06:57:54 Step 1/7 : ARG BASE=golang:1.15-alpine 06:57:54 Step 2/7 : FROM ${BASE} 06:57:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:57:54 188c0c94c7c5: Pulling fs layer 06:57:54 0ef7d3d256c8: Pulling fs layer 06:57:54 de9db76c5a1d: Pulling fs layer 06:57:54 bca2f99d35d6: Pulling fs layer 06:57:54 93359f2a8cfa: Pulling fs layer 06:57:54 7c6f9722023f: Pulling fs layer 06:57:54 a35cf1a2eb13: Pulling fs layer 06:57:54 93359f2a8cfa: Waiting 06:57:54 7c6f9722023f: Waiting 06:57:54 a35cf1a2eb13: Waiting 06:57:54 bca2f99d35d6: Waiting 06:57:54 de9db76c5a1d: Verifying Checksum 06:57:54 de9db76c5a1d: Download complete 06:57:54 0ef7d3d256c8: Download complete 06:57:54 93359f2a8cfa: Download complete 06:57:54 7c6f9722023f: Verifying Checksum 06:57:54 7c6f9722023f: Download complete 06:57:54 188c0c94c7c5: Verifying Checksum 06:57:54 188c0c94c7c5: Download complete 06:57:54 188c0c94c7c5: Pull complete 06:57:54 0ef7d3d256c8: Pull complete 06:57:55 de9db76c5a1d: Pull complete 06:57:56 a35cf1a2eb13: Verifying Checksum 06:57:56 a35cf1a2eb13: Download complete 06:57:57 bca2f99d35d6: Verifying Checksum 06:57:57 bca2f99d35d6: Download complete 06:57:59 Removing intermediate container 62623cccfd65 06:57:59 ---> d34c4992eac6 06:57:59 Successfully built d34c4992eac6 06:57:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:57:59 + docker inspect -f . ci-base-image-arm64 06:57:59 . [Pipeline] withDockerContainer 06:58:00 prd-ubuntu18.04-docker-arm64-4c-16g-27816 does not seem to be running inside a container 06:58:00 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:58:01 $ docker top 4e1a7de79acf17ec5cf3e44a6cf13da91b1bfb65c1e4646404828e36dc8ea6f0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:02 bca2f99d35d6: Pull complete 06:58:02 93359f2a8cfa: Pull complete 06:58:02 7c6f9722023f: Pull complete 06:58:03 + go version 06:58:03 go version go1.15.5 linux/arm64 [Pipeline] } 06:58:03 $ docker stop --time=1 4e1a7de79acf17ec5cf3e44a6cf13da91b1bfb65c1e4646404828e36dc8ea6f0 06:58:05 $ docker rm -f 4e1a7de79acf17ec5cf3e44a6cf13da91b1bfb65c1e4646404828e36dc8ea6f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:58:06 + docker inspect -f . ci-base-image-arm64 06:58:06 . [Pipeline] withDockerContainer 06:58:06 prd-ubuntu18.04-docker-arm64-4c-16g-27816 does not seem to be running inside a container 06:58:06 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:58:07 a35cf1a2eb13: Pull complete 06:58:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:58:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:58:07 ---> a62c8e92a672 06:58:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:58:07 ---> Running in cc896e103369 06:58:07 Removing intermediate container cc896e103369 06:58:07 ---> 4a41aab113ac 06:58:07 Step 4/7 : RUN apk add bash 06:58:08 $ docker top b0088856f0a26018127d133cdda1e2ca69cefb4777fbce81488547746fe50deb -eo pid,comm 06:58:08 ---> Running in ccc2a34ae771 [Pipeline] { [Pipeline] sh 06:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:09 + make test 06:58:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:09 OK: 166 MiB in 39 packages 06:58:10 Removing intermediate container ccc2a34ae771 06:58:10 ---> 4151d1567d86 06:58:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:58:10 ---> Running in d2b698c80613 06:58:10 Removing intermediate container d2b698c80613 06:58:10 ---> ddfb4f959625 06:58:10 Step 6/7 : COPY go.mod . 06:58:10 ---> ce4befd3e1ec 06:58:10 Step 7/7 : RUN go mod download 06:58:11 ---> Running in 88d9e18c20a8 06:58:23 Removing intermediate container 88d9e18c20a8 06:58:23 ---> 223b91b752b4 06:58:23 Successfully built 223b91b752b4 06:58:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:58:23 + docker inspect -f . ci-base-image-x86_64 06:58:23 . [Pipeline] withDockerContainer 06:58:23 prd-centos7-docker-4c-2g-27817 does not seem to be running inside a container 06:58:23 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:58:24 $ docker top a3089c14833a1a00e9f74ffae734fd4a10e579ab84f85510c09b68697c5eba95 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:25 + go version 06:58:25 go version go1.15.5 linux/amd64 [Pipeline] } 06:58:25 $ docker stop --time=1 a3089c14833a1a00e9f74ffae734fd4a10e579ab84f85510c09b68697c5eba95 06:58:26 $ docker rm -f a3089c14833a1a00e9f74ffae734fd4a10e579ab84f85510c09b68697c5eba95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:58:27 + docker inspect -f . ci-base-image-x86_64 06:58:27 . [Pipeline] withDockerContainer 06:58:27 prd-centos7-docker-4c-2g-27817 does not seem to be running inside a container 06:58:27 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:58:28 $ docker top a5f4563bf8670faed56cdf98308db871ffe5605c193bc08fc241ecafc9ff32d5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:28 + make test 06:58:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:58:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 06:58:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.029s coverage: 85.7% of statements 06:58:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.047s coverage: 100.0% of statements 06:58:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.045s coverage: 45.4% of statements 06:58:34 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.050s coverage: 77.8% of statements 06:58:34 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:58:35 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 06:58:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.024s coverage: 85.7% of statements 06:58:35 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.037s coverage: 45.4% of statements 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.007s coverage: 77.8% of statements 06:58:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.012s coverage: 26.3% of statements 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.038s coverage: 26.3% of statements 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.072s coverage: 14.7% of statements 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.013s coverage: 14.7% of statements 06:58:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.027s coverage: 100.0% of statements 06:58:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements 06:58:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 06:58:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 06:58:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.011s coverage: 100.0% of statements 06:58:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements 06:58:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements 06:58:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.108s coverage: 91.8% of statements 06:58:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 06:58:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 06:58:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.022s coverage: 100.0% of statements 06:58:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.039s coverage: 36.7% of statements 06:58:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.035s coverage: 63.0% of statements 06:58:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements 06:58:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements 06:58:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.006s coverage: 15.4% of statements 06:58:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.018s coverage: 14.3% of statements 06:58:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 06:58:40 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests.test] 06:58:40 v2/dtos/requests/device_test.go:26:3: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:40 v2/dtos/requests/device_test.go:29:3: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:40 v2/dtos/requests/device_test.go:111:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:40 v2/dtos/requests/device_test.go:231:6: unknown field 'Resource' in struct literal of type models.AutoEvent 06:58:40 v2/dtos/requests/provisionwatcher_test.go:103:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:40 v2/dtos/requests/provisionwatcher_test.go:107:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:40 v2/dtos/requests/provisionwatcher_test.go:189:6: unknown field 'Resource' in struct literal of type models.AutoEvent 06:58:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.058s coverage: 84.6% of statements 06:58:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 06:58:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 06:58:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 06:58:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 45.3% of statements 06:58:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements 06:58:41 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 06:58:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 06:58:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 06:58:41 FAIL 06:58:41 make: *** [Makefile:6: test] Error 2 [Pipeline] } 06:58:41 $ docker stop --time=1 a5f4563bf8670faed56cdf98308db871ffe5605c193bc08fc241ecafc9ff32d5 06:58:43 $ docker rm -f a5f4563bf8670faed56cdf98308db871ffe5605c193bc08fc241ecafc9ff32d5 06:58:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.131s coverage: 63.0% of statements 06:58:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.056s coverage: 26.3% of statements 06:58:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.037s coverage: 15.4% of statements 06:58:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.011s coverage: 15.4% of statements 06:58:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements 06:58:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:58:46 ---> job-cost.sh 06:58:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rjxk 06:58:47 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests.test] 06:58:47 v2/dtos/requests/device_test.go:26:3: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:47 v2/dtos/requests/device_test.go:29:3: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:47 v2/dtos/requests/device_test.go:111:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:47 v2/dtos/requests/device_test.go:231:6: unknown field 'Resource' in struct literal of type models.AutoEvent 06:58:47 v2/dtos/requests/provisionwatcher_test.go:103:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:47 v2/dtos/requests/provisionwatcher_test.go:107:4: unknown field 'Resource' in struct literal of type dtos.AutoEvent 06:58:47 v2/dtos/requests/provisionwatcher_test.go:189:6: unknown field 'Resource' in struct literal of type models.AutoEvent 06:58:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.211s coverage: 84.6% of statements 06:58:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 06:58:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 06:58:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 06:58:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.089s coverage: 45.3% of statements 06:58:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 94.7% of statements 06:58:48 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 06:58:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 06:58:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 06:58:49 FAIL 06:58:49 make: *** [Makefile:6: test] Error 2 [Pipeline] } 06:58:49 $ docker stop --time=1 b0088856f0a26018127d133cdda1e2ca69cefb4777fbce81488547746fe50deb 06:58:51 $ docker rm -f b0088856f0a26018127d133cdda1e2ca69cefb4777fbce81488547746fe50deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:58:53 ---> job-cost.sh 06:58:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-per4 06:59:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:59:27 lf-activate-venv(): INFO: Adding /tmp/venv-rjxk/bin to PATH 06:59:27 INFO: No Stack... 06:59:29 INFO: Retrieving Pricing Info for: v1-standard-2 06:59:29 INFO: Archiving Costs [Pipeline] sh 06:59:29 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 06:59:29 + cut -d, -f6 [Pipeline] lock 06:59:30 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] 06:59:30 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] did not exist. Created. 06:59:30 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:59:30 + echo total: 0.029999999329447746 [Pipeline] stash 06:59:30 Stashed 1 file(s) [Pipeline] } 06:59:30 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:59:32 Failed in branch amd64 06:59:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:01:39 lf-activate-venv(): INFO: Adding /tmp/venv-per4/bin to PATH 07:01:39 INFO: No Stack... 07:01:39 INFO: Retrieving Pricing Info for: lf-standard-4 07:01:39 INFO: Archiving Costs [Pipeline] sh 07:01:39 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 07:01:39 + cut -d, -f6 [Pipeline] lock 07:01:40 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] 07:01:40 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] did not exist. Created. 07:01:40 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:01:40 /w/workspace/go-mod-core-contracts/1@tmp/durable-da3316a9/script.sh: 1: /w/workspace/go-mod-core-contracts/1@tmp/durable-da3316a9/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:01:40 + echo total: 0.20999999344348907 [Pipeline] stash 07:01:41 Warning: overwriting stash ‘stack-cost’ 07:01:41 Stashed 1 file(s) [Pipeline] } 07:01:41 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-524-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:01:42 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:01:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:01:47 ---> package-listing.sh 07:01:47 ++ facter osfamily 07:01:47 ++ tr '[:upper:]' '[:lower:]' 07:01:47 + OS_FAMILY=redhat 07:01:47 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-524 07:01:47 + START_PACKAGES=/tmp/packages_start.txt 07:01:47 + END_PACKAGES=/tmp/packages_end.txt 07:01:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:01:47 + PACKAGES=/tmp/packages_start.txt 07:01:47 + '[' /w/workspace/dry_go-mod-core-contracts_PR-524 ']' 07:01:47 + PACKAGES=/tmp/packages_end.txt 07:01:47 + case "${OS_FAMILY}" in 07:01:47 + rpm -qa 07:01:47 + sort 07:01:52 + '[' -f /tmp/packages_start.txt ']' 07:01:52 + '[' -f /tmp/packages_end.txt ']' 07:01:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:01:52 + '[' /w/workspace/dry_go-mod-core-contracts_PR-524 ']' 07:01:52 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-524/archives/ 07:01:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-524/archives/ [Pipeline] echo 07:01:52 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-524/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:01:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:01:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:01:53 07:01:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:01:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:01:53 alpine: Pulling from edgex-lftools-log-publisher 07:01:53 df20fa9351a1: Pulling fs layer 07:01:53 36b3adc4ff6f: Pulling fs layer 07:01:53 8ad3a11d3b57: Pulling fs layer 07:01:53 46f8f816bc3b: Pulling fs layer 07:01:53 93b61091891f: Pulling fs layer 07:01:53 93b9cdb0e59b: Pulling fs layer 07:01:53 5e14af77c1be: Pulling fs layer 07:01:53 01666e4c0597: Pulling fs layer 07:01:53 aa168da1d23b: Pulling fs layer 07:01:53 46f8f816bc3b: Waiting 07:01:53 93b61091891f: Waiting 07:01:53 93b9cdb0e59b: Waiting 07:01:53 5e14af77c1be: Waiting 07:01:53 01666e4c0597: Waiting 07:01:53 aa168da1d23b: Waiting 07:01:53 36b3adc4ff6f: Download complete 07:01:53 46f8f816bc3b: Verifying Checksum 07:01:53 46f8f816bc3b: Download complete 07:01:53 df20fa9351a1: Verifying Checksum 07:01:53 df20fa9351a1: Download complete 07:01:53 8ad3a11d3b57: Verifying Checksum 07:01:53 8ad3a11d3b57: Download complete 07:01:53 5e14af77c1be: Verifying Checksum 07:01:53 5e14af77c1be: Download complete 07:01:53 01666e4c0597: Verifying Checksum 07:01:53 01666e4c0597: Download complete 07:01:53 df20fa9351a1: Pull complete 07:01:54 36b3adc4ff6f: Pull complete 07:01:54 93b9cdb0e59b: Verifying Checksum 07:01:54 93b9cdb0e59b: Download complete 07:01:54 93b61091891f: Verifying Checksum 07:01:54 93b61091891f: Download complete 07:01:55 8ad3a11d3b57: Pull complete 07:01:55 46f8f816bc3b: Pull complete 07:01:55 93b61091891f: Pull complete 07:01:55 93b9cdb0e59b: Pull complete 07:01:55 5e14af77c1be: Pull complete 07:01:55 aa168da1d23b: Download complete 07:01:55 01666e4c0597: Pull complete 07:02:02 aa168da1d23b: Pull complete 07:02:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:02:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:02:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:02:02 prd-centos7-docker-4c-2g-27815 does not seem to be running inside a container 07:02:02 $ 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-524/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-524 -v /w/workspace/dry_go-mod-core-contracts_PR-524:/w/workspace/dry_go-mod-core-contracts_PR-524:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-524@tmp:/w/workspace/dry_go-mod-core-contracts_PR-524@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:02:06 $ docker top 55d5e1808ddd64f16802e82a9727db0a76e331c2cfd3f5ca879fafb8987249b2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:02:07 + touch /tmp/pre-build-complete [Pipeline] sh 07:02:07 + mkdir -p /var/log/sa [Pipeline] sh 07:02:07 + ls /var/log/sa-host 07:02:07 + sadf -c /var/log/sa-host/sa23 07:02:07 file_magic: OK 07:02:07 HZ: Using current value: 100 07:02:07 file_header: OK 07:02:07 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 07:02:07 Statistics: 07:02:07 Hnuu...uuuununununu... 07:02:07 File successfully converted to sysstat format version 12.2.1 07:02:07 + sadf -c /var/log/sa-host/sa26 07:02:07 file_magic: OK 07:02:07 HZ: Using current value: 100 07:02:07 file_header: OK 07:02:07 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 07:02:07 Statistics: 07:02:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:02:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:02:08 provisioning config files... 07:02:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-524@tmp/config1214561786959104618tmp [Pipeline] { [Pipeline] echo 07:02:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:02:08 ---> create-netrc.sh [Pipeline] } 07:02:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:02:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:02:09 ---> python-tools-install.sh [Pipeline] echo 07:02:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:02:09 ---> sudo-logs.sh 07:02:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:02:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:02:10 ---> job-cost.sh 07:02:10 lf-activate-venv: SKIPPING 07:02:10 DEBUG: total: 0.20999999344348907 07:02:10 INFO: Retrieving Stack Cost... 07:02:11 INFO: Retrieving Pricing Info for: v1-standard-2 07:02:12 INFO: Archiving Costs [Pipeline] echo 07:02:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:02:12 ---> logs-deploy.sh 07:02:12 lf-activate-venv: SKIPPING 07:02:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-524/1 07:02:12 INFO: archiving workspace using pattern(s): 07:02:14 Archives upload complete. 07:02:14 INFO: archiving logs to Nexus