Branch indexing 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 6e3708155495bf6850918740b72abad69f53b6c7 rather than 827fd734d16e4a7ea80647e1e224667c70abf8c8 Obtained Jenkinsfile from 6e3708155495bf6850918740b72abad69f53b6c7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28618 in /w/workspace/dry_go-mod-core-contracts_PR-525 [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-525 # 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/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6e3708155495bf6850918740b72abad69f53b6c7 into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 Merge succeeded, producing dd7e69e324df02bd46f04149b0028ff53ffabe90 Checking out Revision dd7e69e324df02bd46f04149b0028ff53ffabe90 (PR-525) > git config core.sparsecheckout # timeout=10 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # 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 6e3708155495bf6850918740b72abad69f53b6c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd7e69e324df02bd46f04149b0028ff53ffabe90 # timeout=10 Commit message: "Merge commit '6e3708155495bf6850918740b72abad69f53b6c7' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:40:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:40:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 4c008f3e8c551faef280b6540413d8bc35282402 # timeout=10 [Pipeline] echo 00:40:17 ========================================================= 00:40:17 EdgeX Global Pipelines Version Info 00:40:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:40:19 ------------------- 00:40:19 stable info: 00:40:19 ------------------- 00:40:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:40:19 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:40:19 Message: update stable to v1.0.184 00:40:20 ------------------- 00:40:20 experimental info: 00:40:20 ------------------- 00:40:20 Commited By: **** collab-it+edgex@linuxfoundation.org 00:40:20 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:40:20 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:40:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 00:40:20 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 00:40:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:40:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-525 [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-525 [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-525 [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd7e69e324df02bd46f04149b0028ff53ffabe90 [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd7e69e [Pipeline] echo 00:40:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:40:24 + git log --format=format:%s -1 dd7e69e324df02bd46f04149b0028ff53ffabe90 [Pipeline] echo 00:40:24 GIT_COMMIT: dd7e69e324df02bd46f04149b0028ff53ffabe90, Commit Message: Merge commit '6e3708155495bf6850918740b72abad69f53b6c7' into HEAD [Pipeline] echo 00:40:24 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:40:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:25 00:40:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:40:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:25 latest: Pulling from edgex-devops/git-semver 00:40:25 31603596830f: Pulling fs layer 00:40:25 2a8b12db71e7: Pulling fs layer 00:40:25 6ca5941a6612: Pulling fs layer 00:40:25 ecc8261a40a4: Pulling fs layer 00:40:25 ecc8261a40a4: Waiting 00:40:26 2a8b12db71e7: Download complete 00:40:26 31603596830f: Verifying Checksum 00:40:26 31603596830f: Download complete 00:40:26 6ca5941a6612: Verifying Checksum 00:40:26 6ca5941a6612: Download complete 00:40:26 ecc8261a40a4: Verifying Checksum 00:40:26 ecc8261a40a4: Download complete 00:40:26 31603596830f: Pull complete 00:40:26 2a8b12db71e7: Pull complete 00:40:27 6ca5941a6612: Pull complete 00:40:27 ecc8261a40a4: Pull complete 00:40:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:40:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:40:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:40:27 prd-centos7-docker-4c-2g-28618 does not seem to be running inside a container 00:40:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-525 -v /w/workspace/dry_go-mod-core-contracts_PR-525:/w/workspace/dry_go-mod-core-contracts_PR-525:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-525@tmp:/w/workspace/dry_go-mod-core-contracts_PR-525@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:10004/edgex-devops/git-semver:latest cat 00:40:30 $ docker top b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:40:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:40:30 [ssh-agent] Looking for ssh-agent implementation... 00:40:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:40:30 $ docker exec b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 ssh-agent 00:40:30 SSH_AUTH_SOCK=/tmp/ssh-3CXtoTyB2z7O/agent.12 00:40:30 SSH_AGENT_PID=17 00:40:30 Running ssh-add (command line suppressed) 00:40:31 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_6068566620309407883.key (/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_6068566620309407883.key) 00:40:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:40:31 + git tag --points-at HEAD [Pipeline] } 00:40:31 $ docker exec --env ******** --env ******** b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 ssh-agent -k 00:40:31 unset SSH_AUTH_SOCK; 00:40:31 unset SSH_AGENT_PID; 00:40:31 echo Agent pid 17 killed; 00:40:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:40:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:40:31 [ssh-agent] Looking for ssh-agent implementation... 00:40:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:40:31 $ docker exec b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 ssh-agent 00:40:32 SSH_AUTH_SOCK=/tmp/ssh-vHaV6KJ7s7NF/agent.45 00:40:32 SSH_AGENT_PID=50 00:40:32 Running ssh-add (command line suppressed) 00:40:32 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_3390381092633179549.key (/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/private_key_3390381092633179549.key) 00:40:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:40:32 + git semver init 00:40:32 # -> Open(): unable to determine branch for HEAD 00:40:32 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.git 00:40:32 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-525 00:40:32 # $SEMVER_REMOTE_NAME = origin 00:40:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:40:32 # $SEMVER_USER_NAME = edgex-jenkins 00:40:32 # $SEMVER_BRANCH = PR-525 00:40:32 # $SEMVER_TEMP = /tmp/semver-692765546 00:40:32 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 00:40:33 # '/tmp/semver-692765546' -> '/w/workspace/dry_go-mod-core-contracts_PR-525/.semver' 00:40:33 # -> Force: false 00:40:33 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-525/.semver [Pipeline] } 00:40:33 $ docker exec --env ******** --env ******** b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 ssh-agent -k 00:40:33 unset SSH_AUTH_SOCK; 00:40:33 unset SSH_AGENT_PID; 00:40:33 echo Agent pid 50 killed; 00:40:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:40:34 + git semver [Pipeline] } 00:40:34 $ docker stop --time=1 b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 00:40:36 $ docker rm -f b3a45f5e796df99bd87ffe4c67886119bebf295ae35da3d0a4c6be8c7f580b26 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:40:37 Stashed 1 file(s) [Pipeline] echo 00:40:37 [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 00:40:52 Still waiting to schedule task 00:40:52 ‘prd-centos7-docker-4c-2g-28600’ is offline; ‘prd-centos7-docker-4c-2g-28619’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28601’ doesn’t have label ‘centos7-docker-4c-2g’ 00:40:52 Still waiting to schedule task 00:40:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:42:58 Running on prd-centos7-docker-4c-2g-28623 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws 00:42:58 Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout 00:43:00 using credential edgex-jenkins-ssh 00:43:01 Cloning the remote Git repository 00:43:01 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:01 > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 00:43:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:01 > git --version # timeout=10 00:43:01 > git --version # 'git version 2.24.3' 00:43:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:02 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:43:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:43:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:03 Merging remotes/origin/master commit 6e3708155495bf6850918740b72abad69f53b6c7 into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 00:43:03 Merge succeeded, producing fe03d1efcbec0363519da02d22b5dc3dc08b4a3f 00:43:03 Checking out Revision fe03d1efcbec0363519da02d22b5dc3dc08b4a3f (PR-525) 00:43:03 > git config core.sparsecheckout # timeout=10 00:43:03 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 00:43:03 > git remote # timeout=10 00:43:03 > git config --get remote.origin.url # timeout=10 00:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:03 > git merge 6e3708155495bf6850918740b72abad69f53b6c7 # timeout=10 00:43:03 > git rev-parse HEAD^{commit} # timeout=10 00:43:03 > git config core.sparsecheckout # timeout=10 00:43:03 > git checkout -f fe03d1efcbec0363519da02d22b5dc3dc08b4a3f # timeout=10 00:43:07 Commit message: "Merge commit '6e3708155495bf6850918740b72abad69f53b6c7' into HEAD" 00:43:07 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:43:07 > git rev-list --no-walk 4c008f3e8c551faef280b6540413d8bc35282402 # timeout=10 00:43:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:43:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:43:09 + sudo service docker restart 00:43:09 + true 00:43:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 00:43:10 ========================================================= 00:43:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:43:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:10 + 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 . 00:43:11 Sending build context to Docker daemon 2.798MB 00:43:11 Step 1/7 : ARG BASE=golang:1.15-alpine 00:43:11 Step 2/7 : FROM ${BASE} 00:43:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:43:11 188c0c94c7c5: Pulling fs layer 00:43:11 0ef7d3d256c8: Pulling fs layer 00:43:11 de9db76c5a1d: Pulling fs layer 00:43:11 bca2f99d35d6: Pulling fs layer 00:43:11 93359f2a8cfa: Pulling fs layer 00:43:11 7c6f9722023f: Pulling fs layer 00:43:11 a35cf1a2eb13: Pulling fs layer 00:43:11 93359f2a8cfa: Waiting 00:43:11 7c6f9722023f: Waiting 00:43:11 a35cf1a2eb13: Waiting 00:43:11 bca2f99d35d6: Waiting 00:43:11 de9db76c5a1d: Verifying Checksum 00:43:11 de9db76c5a1d: Download complete 00:43:11 0ef7d3d256c8: Download complete 00:43:11 93359f2a8cfa: Download complete 00:43:11 7c6f9722023f: Verifying Checksum 00:43:11 7c6f9722023f: Download complete 00:43:11 188c0c94c7c5: Verifying Checksum 00:43:11 188c0c94c7c5: Download complete 00:43:11 188c0c94c7c5: Pull complete 00:43:11 0ef7d3d256c8: Pull complete 00:43:11 de9db76c5a1d: Pull complete 00:43:14 a35cf1a2eb13: Verifying Checksum 00:43:14 a35cf1a2eb13: Download complete 00:43:15 bca2f99d35d6: Verifying Checksum 00:43:15 bca2f99d35d6: Download complete 00:43:20 bca2f99d35d6: Pull complete 00:43:20 93359f2a8cfa: Pull complete 00:43:20 7c6f9722023f: Pull complete 00:43:24 a35cf1a2eb13: Pull complete 00:43:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:43:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:43:24 ---> a62c8e92a672 00:43:24 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:43:24 ---> Running in 8b817b3d70dd 00:43:25 Removing intermediate container 8b817b3d70dd 00:43:25 ---> 76bb01fa6f99 00:43:25 Step 4/7 : RUN apk add bash 00:43:25 ---> Running in f8d5b523d37c 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:27 OK: 166 MiB in 39 packages 00:43:27 Removing intermediate container f8d5b523d37c 00:43:27 ---> 4b86508771be 00:43:27 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:43:28 ---> Running in b8e98628c8b6 00:43:28 Removing intermediate container b8e98628c8b6 00:43:28 ---> 38575afb4875 00:43:28 Step 6/7 : COPY go.mod . 00:43:28 ---> 3c28d77fb15b 00:43:28 Step 7/7 : RUN go mod download 00:43:28 ---> Running in 37b809a509bc 00:43:43 Removing intermediate container 37b809a509bc 00:43:43 ---> 9021d13584a1 00:43:43 Successfully built 9021d13584a1 00:43:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:43:43 + docker inspect -f . ci-base-image-x86_64 00:43:43 . [Pipeline] withDockerContainer 00:43:43 prd-centos7-docker-4c-2g-28623 does not seem to be running inside a container 00:43:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:43:44 $ docker top 888937bc6109f965ff1d679c66dabf745bc353d243fcce0090c47a97c98af422 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:45 + go version 00:43:45 go version go1.15.5 linux/amd64 [Pipeline] } 00:43:45 $ docker stop --time=1 888937bc6109f965ff1d679c66dabf745bc353d243fcce0090c47a97c98af422 00:43:47 $ docker rm -f 888937bc6109f965ff1d679c66dabf745bc353d243fcce0090c47a97c98af422 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:47 + docker inspect -f . ci-base-image-x86_64 00:43:47 . [Pipeline] withDockerContainer 00:43:48 prd-centos7-docker-4c-2g-28623 does not seem to be running inside a container 00:43:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:43:48 $ docker top e283a26f50c1e2775f64e90d533743ab9468da4aa644af34128746ec09b6f5a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:49 + make test 00:43:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:43:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 00:43:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.023s coverage: 85.7% of statements 00:43:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements 00:43:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.021s coverage: 45.4% of statements 00:43:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.008s coverage: 77.8% of statements 00:43:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 00:43:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.035s coverage: 26.3% of statements 00:43:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.045s coverage: 14.7% of statements 00:43:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.016s coverage: 100.0% of statements 00:43:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.048s coverage: 91.8% of statements 00:43:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 00:43:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 00:43:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.036s coverage: 100.0% of statements 00:43:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements 00:44:01 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 00:44:01 v2/dtos/addressable.go:44:10: ambiguous selector a.Type 00:44:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.028s coverage: 63.0% of statements 00:44:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.026s coverage: 26.3% of statements 00:44:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.024s coverage: 15.4% of statements 00:44:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.010s coverage: 15.4% of statements 00:44:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements 00:44:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 00:44:01 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] 00:44:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 00:44:02 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] 00:44:02 v2/dtos/addressable.go:44: ambiguous selector a.Type 00:44:02 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] 00:44:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements 00:44:02 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 00:44:02 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] 00:44:02 make: *** [Makefile:6: test] Error 2 [Pipeline] } 00:44:02 $ docker stop --time=1 e283a26f50c1e2775f64e90d533743ab9468da4aa644af34128746ec09b6f5a8 00:44:05 $ docker rm -f e283a26f50c1e2775f64e90d533743ab9468da4aa644af34128746ec09b6f5a8 [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 00:44:06 ---> job-cost.sh 00:44:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Iatc 00:44:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28625 in /w/workspace/dry_go-mod-core-contracts_PR-525 [Pipeline] { [Pipeline] ws 00:44:18 Running in /w/workspace/go-mod-core-contracts/6 [Pipeline] { [Pipeline] checkout 00:44:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:44:24 using credential edgex-jenkins-ssh 00:44:24 Cloning the remote Git repository 00:44:24 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:24 > git init /w/workspace/go-mod-core-contracts/6 # timeout=10 00:44:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:24 > git --version # timeout=10 00:44:24 > git --version # 'git version 2.17.1' 00:44:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:27 Merging remotes/origin/master commit 6e3708155495bf6850918740b72abad69f53b6c7 into PR head commit 827fd734d16e4a7ea80647e1e224667c70abf8c8 00:44:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:44:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 00:44:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 00:44:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/525/head:refs/remotes/origin/PR-525 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:27 > git config core.sparsecheckout # timeout=10 00:44:27 > git checkout -f 827fd734d16e4a7ea80647e1e224667c70abf8c8 # timeout=10 00:44:27 Merge succeeded, producing 74b4280df435db6736ec49dcccac7f3bd8643827 00:44:27 Checking out Revision 74b4280df435db6736ec49dcccac7f3bd8643827 (PR-525) 00:44:27 > git remote # timeout=10 00:44:27 > git config --get remote.origin.url # timeout=10 00:44:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:27 > git merge 6e3708155495bf6850918740b72abad69f53b6c7 # timeout=10 00:44:27 > git rev-parse HEAD^{commit} # timeout=10 00:44:27 > git config core.sparsecheckout # timeout=10 00:44:27 > git checkout -f 74b4280df435db6736ec49dcccac7f3bd8643827 # timeout=10 00:44:32 Commit message: "Merge commit '6e3708155495bf6850918740b72abad69f53b6c7' into HEAD" 00:44:32 First time build. Skipping changelog. 00:44:32 00:44:32 GitHub has been notified of this commit’s build result 00:44:32 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:44:32 > git rev-list --no-walk 4c008f3e8c551faef280b6540413d8bc35282402 # timeout=10 00:44:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:44:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:44:34 + + truesudo 00:44:34 service docker restart [Pipeline] unstash [Pipeline] echo 00:44:37 ========================================================= 00:44:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:44:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:44:38 + 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 . 00:44:39 Sending build context to Docker daemon 2.797MB 00:44:39 Step 1/7 : ARG BASE=golang:1.15-alpine 00:44:39 Step 2/7 : FROM ${BASE} 00:44:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:44:39 5f621e34cdf4: Pulling fs layer 00:44:39 a4357932f1b6: Pulling fs layer 00:44:39 18c013af1878: Pulling fs layer 00:44:39 00ac8860ef70: Pulling fs layer 00:44:39 63d7cb157983: Pulling fs layer 00:44:39 b116817d02f9: Pulling fs layer 00:44:39 745a02a5169b: Pulling fs layer 00:44:39 00ac8860ef70: Waiting 00:44:39 63d7cb157983: Waiting 00:44:39 745a02a5169b: Waiting 00:44:39 b116817d02f9: Waiting 00:44:39 18c013af1878: Verifying Checksum 00:44:39 18c013af1878: Download complete 00:44:39 a4357932f1b6: Verifying Checksum 00:44:39 a4357932f1b6: Download complete 00:44:39 63d7cb157983: Download complete 00:44:39 b116817d02f9: Verifying Checksum 00:44:39 b116817d02f9: Download complete 00:44:39 5f621e34cdf4: Verifying Checksum 00:44:39 5f621e34cdf4: Download complete 00:44:40 5f621e34cdf4: Pull complete 00:44:41 a4357932f1b6: Pull complete 00:44:41 18c013af1878: Pull complete 00:44:42 745a02a5169b: Verifying Checksum 00:44:42 745a02a5169b: Download complete 00:44:43 00ac8860ef70: Verifying Checksum 00:44:43 00ac8860ef70: Download complete 00:44:53 00ac8860ef70: Pull complete 00:44:53 63d7cb157983: Pull complete 00:44:53 b116817d02f9: Pull complete 00:44:53 lf-activate-venv(): INFO: Adding /tmp/venv-Iatc/bin to PATH 00:44:53 INFO: No Stack... 00:44:53 INFO: Retrieving Pricing Info for: v1-standard-2 00:44:53 INFO: Archiving Costs [Pipeline] sh 00:44:54 + cat /w/workspace/go-mod-core-contracts/6/archives/cost.csv 00:44:54 + cut -d, -f6 [Pipeline] lock 00:44:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] 00:44:54 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] did not exist. Created. 00:44:54 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:44:54 + echo total: 0.029999999329447746 [Pipeline] stash 00:44:55 Stashed 1 file(s) [Pipeline] } 00:44:55 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:56 Failed in branch amd64 00:44:57 745a02a5169b: Pull complete 00:44:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:44:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:44:57 ---> b7e6874047d6 00:44:57 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:45:00 ---> Running in d5f5bdad4bfe 00:45:00 Removing intermediate container d5f5bdad4bfe 00:45:00 ---> 8a989aa2182a 00:45:00 Step 4/7 : RUN apk add bash 00:45:00 ---> Running in 69264d60ad04 00:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:04 OK: 142 MiB in 39 packages 00:45:05 Removing intermediate container 69264d60ad04 00:45:05 ---> 1ca78ea3b049 00:45:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 00:45:05 ---> Running in 7441b0dccdd3 00:45:06 Removing intermediate container 7441b0dccdd3 00:45:06 ---> 9d85c1c5073e 00:45:06 Step 6/7 : COPY go.mod . 00:45:06 ---> 63bbed4cde3f 00:45:06 Step 7/7 : RUN go mod download 00:45:06 ---> Running in 27b858a5bd3a 00:45:22 Removing intermediate container 27b858a5bd3a 00:45:22 ---> 760073222f3b 00:45:22 Successfully built 760073222f3b 00:45:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:22 + docker inspect -f . ci-base-image-arm64 00:45:22 . [Pipeline] withDockerContainer 00:45:22 prd-ubuntu18.04-docker-arm64-4c-16g-28625 does not seem to be running inside a container 00:45:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:45:24 $ docker top c6c4cbbd456960ef6d51d8d155ccb962904df6b29c2043685ca583d35a7f0779 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:25 + go version 00:45:25 go version go1.15.5 linux/arm64 [Pipeline] } 00:45:25 $ docker stop --time=1 c6c4cbbd456960ef6d51d8d155ccb962904df6b29c2043685ca583d35a7f0779 00:45:27 $ docker rm -f c6c4cbbd456960ef6d51d8d155ccb962904df6b29c2043685ca583d35a7f0779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:28 + docker inspect -f . ci-base-image-arm64 00:45:28 . [Pipeline] withDockerContainer 00:45:28 prd-ubuntu18.04-docker-arm64-4c-16g-28625 does not seem to be running inside a container 00:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/6 -v /w/workspace/go-mod-core-contracts/6:/w/workspace/go-mod-core-contracts/6:rw,z -v /w/workspace/go-mod-core-contracts/6@tmp:/w/workspace/go-mod-core-contracts/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:45:30 $ docker top 48f9839cda33124a4f92f51b4e74d1ca648034d491acd44f3f36e8cdd2ad7868 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:31 + make test 00:45:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:45:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 00:45:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.055s coverage: 85.7% of statements 00:45:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements 00:45:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements 00:45:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.026s coverage: 77.8% of statements 00:45:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 00:46:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.035s coverage: 26.3% of statements 00:46:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.058s coverage: 14.7% of statements 00:46:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.047s coverage: 100.0% of statements 00:46:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.093s coverage: 91.8% of statements 00:46:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 00:46:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 00:46:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.056s coverage: 100.0% of statements 00:46:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 36.7% of statements 00:46:07 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 00:46:07 v2/dtos/addressable.go:44:10: ambiguous selector a.Type 00:46:09 # github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos.test] 00:46:09 v2/dtos/addressable.go:44: ambiguous selector a.Type 00:46:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.106s coverage: 63.0% of statements 00:46:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.046s coverage: 26.3% of statements 00:46:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements 00:46:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.079s coverage: 15.4% of statements 00:46:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.021s coverage: 14.3% of statements 00:46:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 00:46:09 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http [build failed] 00:46:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 00:46:09 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos [build failed] 00:46:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.028s coverage: 94.7% of statements 00:46:10 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests [build failed] 00:46:10 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses [build failed] 00:46:10 make: *** [Makefile:6: test] Error 2 [Pipeline] } 00:46:10 $ docker stop --time=1 48f9839cda33124a4f92f51b4e74d1ca648034d491acd44f3f36e8cdd2ad7868 00:46:13 $ docker rm -f 48f9839cda33124a4f92f51b4e74d1ca648034d491acd44f3f36e8cdd2ad7868 [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 00:46:14 ---> job-cost.sh 00:46:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rlP4 00:47:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:49:53 lf-activate-venv(): INFO: Adding /tmp/venv-rlP4/bin to PATH 00:49:53 INFO: No Stack... 00:49:53 INFO: Retrieving Pricing Info for: lf-standard-4 00:49:53 INFO: Archiving Costs [Pipeline] sh 00:49:54 + cat /w/workspace/go-mod-core-contracts/6/archives/cost.csv 00:49:54 + cut -d, -f6 [Pipeline] lock 00:49:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] 00:49:54 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] did not exist. Created. 00:49:54 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:49:54 /w/workspace/go-mod-core-contracts/6@tmp/durable-6666c55f/script.sh: 1: /w/workspace/go-mod-core-contracts/6@tmp/durable-6666c55f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 00:49:55 + echo total: 0.20999999344348907 [Pipeline] stash 00:49:55 Warning: overwriting stash ‘stack-cost’ 00:49:56 Stashed 1 file(s) [Pipeline] } 00:49:56 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-525-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:49:56 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 00:49:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:49:59 ---> package-listing.sh 00:49:59 ++ facter osfamily 00:49:59 ++ tr '[:upper:]' '[:lower:]' 00:49:59 + OS_FAMILY=redhat 00:49:59 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-525 00:49:59 + START_PACKAGES=/tmp/packages_start.txt 00:49:59 + END_PACKAGES=/tmp/packages_end.txt 00:49:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:49:59 + PACKAGES=/tmp/packages_start.txt 00:49:59 + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' 00:49:59 + PACKAGES=/tmp/packages_end.txt 00:49:59 + case "${OS_FAMILY}" in 00:49:59 + rpm -qa 00:49:59 + sort 00:50:05 + '[' -f /tmp/packages_start.txt ']' 00:50:05 + '[' -f /tmp/packages_end.txt ']' 00:50:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:05 + '[' /w/workspace/dry_go-mod-core-contracts_PR-525 ']' 00:50:05 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ 00:50:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-525/archives/ [Pipeline] echo 00:50:05 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-525/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:06 00:50:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:06 alpine: Pulling from edgex-lftools-log-publisher 00:50:06 df20fa9351a1: Pulling fs layer 00:50:06 36b3adc4ff6f: Pulling fs layer 00:50:06 8ad3a11d3b57: Pulling fs layer 00:50:06 46f8f816bc3b: Pulling fs layer 00:50:06 93b61091891f: Pulling fs layer 00:50:06 93b9cdb0e59b: Pulling fs layer 00:50:06 5e14af77c1be: Pulling fs layer 00:50:06 01666e4c0597: Pulling fs layer 00:50:06 aa168da1d23b: Pulling fs layer 00:50:06 46f8f816bc3b: Waiting 00:50:06 93b61091891f: Waiting 00:50:06 93b9cdb0e59b: Waiting 00:50:06 5e14af77c1be: Waiting 00:50:06 01666e4c0597: Waiting 00:50:06 aa168da1d23b: Waiting 00:50:06 36b3adc4ff6f: Verifying Checksum 00:50:06 36b3adc4ff6f: Download complete 00:50:06 46f8f816bc3b: Download complete 00:50:06 df20fa9351a1: Verifying Checksum 00:50:06 df20fa9351a1: Download complete 00:50:06 93b9cdb0e59b: Verifying Checksum 00:50:06 93b9cdb0e59b: Download complete 00:50:06 93b61091891f: Verifying Checksum 00:50:06 93b61091891f: Download complete 00:50:06 01666e4c0597: Verifying Checksum 00:50:06 01666e4c0597: Download complete 00:50:06 5e14af77c1be: Verifying Checksum 00:50:06 5e14af77c1be: Download complete 00:50:06 df20fa9351a1: Pull complete 00:50:07 36b3adc4ff6f: Pull complete 00:50:07 8ad3a11d3b57: Verifying Checksum 00:50:07 8ad3a11d3b57: Download complete 00:50:08 8ad3a11d3b57: Pull complete 00:50:08 46f8f816bc3b: Pull complete 00:50:08 93b61091891f: Pull complete 00:50:08 aa168da1d23b: Verifying Checksum 00:50:08 aa168da1d23b: Download complete 00:50:09 93b9cdb0e59b: Pull complete 00:50:09 5e14af77c1be: Pull complete 00:50:09 01666e4c0597: Pull complete 00:50:16 aa168da1d23b: Pull complete 00:50:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:16 prd-centos7-docker-4c-2g-28618 does not seem to be running inside a container 00:50:16 $ 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-525/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-525 -v /w/workspace/dry_go-mod-core-contracts_PR-525:/w/workspace/dry_go-mod-core-contracts_PR-525:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-525@tmp:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:20 $ docker top 0d83942e8539df541fd4fcf2e820f034b583da2c1ca80da498b70dbbe3539666 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:21 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:21 + mkdir -p /var/log/sa [Pipeline] sh 00:50:22 + ls /var/log/sa-host 00:50:22 + sadf -c /var/log/sa-host/sa05 00:50:22 file_magic: OK 00:50:22 HZ: Using current value: 100 00:50:22 file_header: OK 00:50:22 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 00:50:22 Statistics: 00:50:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:50:22 File successfully converted to sysstat format version 12.2.1 00:50:22 + sadf -c /var/log/sa-host/sa23 00:50:22 file_magic: OK 00:50:22 HZ: Using current value: 100 00:50:22 file_header: OK 00:50:22 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 00:50:22 Statistics: 00:50:22 Hnuu...uuuununununu... 00:50:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:22 provisioning config files... 00:50:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-525@tmp/config753736913021169216tmp [Pipeline] { [Pipeline] echo 00:50:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:23 ---> create-netrc.sh [Pipeline] } 00:50:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:23 ---> python-tools-install.sh [Pipeline] echo 00:50:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:24 ---> sudo-logs.sh 00:50:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:50:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:24 ---> job-cost.sh 00:50:24 lf-activate-venv: SKIPPING 00:50:24 DEBUG: total: 0.20999999344348907 00:50:24 INFO: Retrieving Stack Cost... 00:50:25 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:25 INFO: Archiving Costs [Pipeline] echo 00:50:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:26 ---> logs-deploy.sh 00:50:26 lf-activate-venv: SKIPPING 00:50:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-525/6 00:50:26 INFO: archiving workspace using pattern(s): 00:50:28 Archives upload complete. 00:50:28 INFO: archiving logs to Nexus