Pull request #542 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ajcasagrande for edgexfoundry/go-mod-bootstrap Loading trusted files from base branch main at 4bbc8c1fb943b6aee60550d89b9d53cd589b1510 rather than 2be6485efa33605824dd13f2051487d97f8d24d7 Obtained Jenkinsfile from 4bbc8c1fb943b6aee60550d89b9d53cd589b1510 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6969799448197224891.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4162760390569587996.key > 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 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git 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-bootstrap/branches/PR-542/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-542/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2933211723150698517.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-542/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6740261279229107287.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6864932900200690322.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE 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-bootstrap/branches/PR-542/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-542/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13300111261622670560.key > 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 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 4fc256d9079ed2258907e613f84b1b8da264a4bd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-15309 in /w/workspace/xfoundry_go-mod-bootstrap_PR-542 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-542 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/542/head:refs/remotes/origin/PR-542 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4bbc8c1fb943b6aee60550d89b9d53cd589b1510 into PR head commit 2be6485efa33605824dd13f2051487d97f8d24d7 Merge succeeded, producing 2be6485efa33605824dd13f2051487d97f8d24d7 Checking out Revision 2be6485efa33605824dd13f2051487d97f8d24d7 (PR-542) > git config core.sparsecheckout # timeout=10 > git checkout -f 2be6485efa33605824dd13f2051487d97f8d24d7 # 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 4bbc8c1fb943b6aee60550d89b9d53cd589b1510 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2be6485efa33605824dd13f2051487d97f8d24d7 # timeout=10 Commit message: "feat: support /api/v3/secret endpoint in non-secure mode" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:30:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:30:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:30:28 ========================================================= 22:30:28 EdgeX Global Pipelines Version Info 22:30:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:30:29 ------------------- 22:30:29 stable info: 22:30:29 ------------------- 22:30:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:30:29 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:30:29 Message: update stable to v1.0.249 22:30:29 ------------------- 22:30:29 experimental info: 22:30:29 ------------------- 22:30:29 Commited By: **** collab-it+edgex@linuxfoundation.org 22:30:29 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 22:30:29 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-542 [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-542 [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-542 [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2be6485efa33605824dd13f2051487d97f8d24d7 [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2be6485 [Pipeline] echo 22:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:30:32 + git rev-list -1 --merges 2be6485efa33605824dd13f2051487d97f8d24d7~1..2be6485efa33605824dd13f2051487d97f8d24d7 [Pipeline] echo 22:30:32 -----------> git rev-list -1 --merges 2be6485efa33605824dd13f2051487d97f8d24d7~1..2be6485efa33605824dd13f2051487d97f8d24d7 2be6485efa33605824dd13f2051487d97f8d24d7 [false] [Pipeline] sh 22:30:32 + git log --format=format:%s -1 2be6485efa33605824dd13f2051487d97f8d24d7 [Pipeline] echo 22:30:32 ========================================================= 22:30:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:30:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:30:32 + git log --format=format:%s -1 2be6485efa33605824dd13f2051487d97f8d24d7 [Pipeline] echo 22:30:32 [semverPrep] GIT_COMMIT: 2be6485efa33605824dd13f2051487d97f8d24d7, Commit Message: feat: support /api/v3/secret endpoint in non-secure mode [Pipeline] echo 22:30:32 [semverPrep] This is not a build commit. [Pipeline] sh 22:30:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:30:33 + grep -v github /etc/ssh/ssh_known_hosts 22:30:33 + [ -e /tmp/ssh_known_hosts ] 22:30:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:30:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:30:33 + sudo tee -a /etc/ssh/ssh_known_hosts 22:30:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:30:34 22:30:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:30:34 0.1.4: Pulling from edgex-devops/py-git-semver 22:30:34 b85a868b505f: Pulling fs layer 22:30:34 e2be974225ed: Pulling fs layer 22:30:34 339a4e72a1f5: Pulling fs layer 22:30:34 988bab9f4d93: Pulling fs layer 22:30:34 1469e6f7b9e6: Pulling fs layer 22:30:34 eaf3925da568: Pulling fs layer 22:30:34 bab4dde63d76: Pulling fs layer 22:30:34 bde34c3a00c8: Pulling fs layer 22:30:34 b352a97aabf1: Pulling fs layer 22:30:34 4872d77fe225: Pulling fs layer 22:30:34 5851b861e8e6: Pulling fs layer 22:30:34 4872d77fe225: Waiting 22:30:34 bde34c3a00c8: Waiting 22:30:34 988bab9f4d93: Waiting 22:30:34 b352a97aabf1: Waiting 22:30:34 eaf3925da568: Waiting 22:30:34 bab4dde63d76: Waiting 22:30:34 e2be974225ed: Verifying Checksum 22:30:34 e2be974225ed: Download complete 22:30:34 988bab9f4d93: Verifying Checksum 22:30:34 988bab9f4d93: Download complete 22:30:34 1469e6f7b9e6: Verifying Checksum 22:30:34 1469e6f7b9e6: Download complete 22:30:34 eaf3925da568: Verifying Checksum 22:30:34 eaf3925da568: Download complete 22:30:34 339a4e72a1f5: Verifying Checksum 22:30:34 339a4e72a1f5: Download complete 22:30:34 bde34c3a00c8: Download complete 22:30:34 b352a97aabf1: Download complete 22:30:34 4872d77fe225: Verifying Checksum 22:30:34 4872d77fe225: Download complete 22:30:34 5851b861e8e6: Verifying Checksum 22:30:35 b85a868b505f: Verifying Checksum 22:30:35 b85a868b505f: Download complete 22:30:35 bab4dde63d76: Verifying Checksum 22:30:35 bab4dde63d76: Download complete 22:30:36 b85a868b505f: Pull complete 22:30:36 e2be974225ed: Pull complete 22:30:36 339a4e72a1f5: Pull complete 22:30:37 988bab9f4d93: Pull complete 22:30:37 1469e6f7b9e6: Pull complete 22:30:37 eaf3925da568: Pull complete 22:30:39 bab4dde63d76: Pull complete 22:30:39 bde34c3a00c8: Pull complete 22:30:39 b352a97aabf1: Pull complete 22:30:39 4872d77fe225: Pull complete 22:30:39 5851b861e8e6: Pull complete 22:30:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:30:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:30:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:30:39 prd-ubuntu20.04-docker-8c-8g-15309 does not seem to be running inside a container 22:30:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-542 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542:/w/workspace/xfoundry_go-mod-bootstrap_PR-542:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:30:42 $ docker top aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 -eo pid,comm 22:30:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 22:30:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:30:42 [ssh-agent] Looking for ssh-agent implementation... 22:30:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:30:43 $ docker exec aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 ssh-agent 22:30:43 SSH_AUTH_SOCK=/tmp/ssh-Ye3qJfViRMlO/agent.31 22:30:43 SSH_AGENT_PID=37 22:30:43 Running ssh-add (command line suppressed) 22:30:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp/private_key_2924549760704665463.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp/private_key_2924549760704665463.key) 22:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:30:43 + git tag --points-at HEAD [Pipeline] } 22:30:43 $ docker exec --env ******** --env ******** aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 ssh-agent -k 22:30:43 unset SSH_AUTH_SOCK; 22:30:43 unset SSH_AGENT_PID; 22:30:43 echo Agent pid 37 killed; 22:30:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:30:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:30:43 [ssh-agent] Looking for ssh-agent implementation... 22:30:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:30:43 $ docker exec aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 ssh-agent 22:30:44 SSH_AUTH_SOCK=/tmp/ssh-dGKeUqruRel5/agent.68 22:30:44 SSH_AGENT_PID=75 22:30:44 Running ssh-add (command line suppressed) 22:30:44 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp/private_key_7336637368068086896.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp/private_key_7336637368068086896.key) 22:30:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:30:44 + git semver init 22:30:44 2023-05-12 22:30:44,777 [run_init] DEBUG init version:0.0.0 force:False 22:30:44 2023-05-12 22:30:44,778 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver 22:30:44 2023-05-12 22:30:44,778 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver 22:30:44 2023-05-12 22:30:44,778 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-542, universal_newlines=False, shell=None, istream=None) 22:30:45 2023-05-12 22:30:45,555 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.git/info/exclude 22:30:45 2023-05-12 22:30:45,555 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver/PR-542 with force:False 22:30:45 2023-05-12 22:30:45,556 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver/PR-542 22:30:45 2023-05-12 22:30:45,560 [execute] INFO git cat-file --batch-check 22:30:45 2023-05-12 22:30:45,561 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver, universal_newlines=False, shell=None, istream=) 22:30:45 2023-05-12 22:30:45,567 [execute] INFO git cat-file --batch 22:30:45 2023-05-12 22:30:45,567 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver, universal_newlines=False, shell=None, istream=) 22:30:45 2023-05-12 22:30:45,571 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-542/.semver/PR-542 22:30:45 0.0.0 [Pipeline] } 22:30:45 $ docker exec --env ******** --env ******** aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 ssh-agent -k 22:30:45 unset SSH_AUTH_SOCK; 22:30:45 unset SSH_AGENT_PID; 22:30:45 echo Agent pid 75 killed; 22:30:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:30:46 + git semver [Pipeline] } 22:30:46 $ docker stop --time=1 aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 22:30:47 $ docker rm -f --volumes aa6752b313904d0f01929e0cf4b30f87a75436e0e709bbc2042f2a5136eb1540 [Pipeline] // withDockerContainer [Pipeline] sh 22:30:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:30:48 Stashed 1 file(s) [Pipeline] echo 22:30:48 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:30:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:30:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:30:49 ========================================================= 22:30:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 22:30:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:30:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:30:49 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 22:30:49 f56be85fc22e: Pulling fs layer 22:30:49 85791d961cd3: Pulling fs layer 22:30:49 d694b5ae8c79: Pulling fs layer 22:30:49 9f32a84ed3da: Pulling fs layer 22:30:49 4d19c01a9841: Pulling fs layer 22:30:49 9325e15d5711: Pulling fs layer 22:30:49 556b6ee489ea: Pulling fs layer 22:30:49 c5a4b2cf53e6: Pulling fs layer 22:30:49 9f32a84ed3da: Waiting 22:30:49 556b6ee489ea: Waiting 22:30:49 c5a4b2cf53e6: Waiting 22:30:49 4d19c01a9841: Waiting 22:30:49 9325e15d5711: Waiting 22:30:49 85791d961cd3: Verifying Checksum 22:30:49 85791d961cd3: Download complete 22:30:49 9f32a84ed3da: Verifying Checksum 22:30:49 9f32a84ed3da: Download complete 22:30:49 4d19c01a9841: Verifying Checksum 22:30:49 4d19c01a9841: Download complete 22:30:49 f56be85fc22e: Verifying Checksum 22:30:49 f56be85fc22e: Download complete 22:30:49 9325e15d5711: Verifying Checksum 22:30:49 9325e15d5711: Download complete 22:30:49 f56be85fc22e: Pull complete 22:30:50 85791d961cd3: Pull complete 22:30:50 c5a4b2cf53e6: Verifying Checksum 22:30:50 c5a4b2cf53e6: Download complete 22:30:50 d694b5ae8c79: Verifying Checksum 22:30:50 d694b5ae8c79: Download complete 22:30:50 556b6ee489ea: Verifying Checksum 22:30:50 556b6ee489ea: Download complete 22:30:53 d694b5ae8c79: Pull complete 22:30:54 9f32a84ed3da: Pull complete 22:30:54 4d19c01a9841: Pull complete 22:30:54 9325e15d5711: Pull complete 22:30:56 556b6ee489ea: Pull complete 22:30:57 c5a4b2cf53e6: Pull complete 22:30:57 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 22:30:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 22:30:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 22:30:57 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:58 + docker inspect -f . ci-base-image-x86_64 22:30:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:30:58 prd-ubuntu20.04-docker-8c-8g-15309 does not seem to be running inside a container 22:30:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-542 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542:/w/workspace/xfoundry_go-mod-bootstrap_PR-542:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-542@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 22:31:03 $ docker top 5ff57a7fc4046909816a98b62a2ea059d72e1549d587a930359bb74bcff08181 -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:03 + go version 22:31:03 go version go1.20.2 linux/amd64 [Pipeline] } 22:31:03 $ docker stop --time=1 5ff57a7fc4046909816a98b62a2ea059d72e1549d587a930359bb74bcff08181 22:31:04 Still waiting to schedule task 22:31:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:31:05 $ docker rm -f --volumes 5ff57a7fc4046909816a98b62a2ea059d72e1549d587a930359bb74bcff08181 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:05 + docker inspect -f . ci-base-image-x86_64 22:31:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:06 prd-ubuntu20.04-docker-8c-8g-15309 does not seem to be running inside a container 22:31:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-bootstrap_PR-542 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542:/w/workspace/xfoundry_go-mod-bootstrap_PR-542:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-542@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 22:31:06 $ docker top ede83fdf7c8f2502acb61e5613a4f209a08e1fa033d3e05f6d327e1c572a568c -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:06 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-542 [Pipeline] fileExists [Pipeline] sh 22:31:07 + make test 22:31:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:31:07 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 22:31:07 go: downloading github.com/stretchr/testify v1.8.2 22:31:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.41 22:31:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 22:31:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.10 22:31:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.31 22:31:07 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.7 22:31:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.17 22:31:07 go: downloading github.com/google/uuid v1.3.0 22:31:07 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:31:07 go: downloading github.com/mitchellh/copystructure v1.2.0 22:31:07 go: downloading gopkg.in/yaml.v3 v3.0.1 22:31:07 go: downloading github.com/gorilla/mux v1.8.0 22:31:07 go: downloading github.com/davecgh/go-spew v1.1.1 22:31:07 go: downloading github.com/pmezard/go-difflib v1.0.0 22:31:07 go: downloading github.com/stretchr/objx v0.5.0 22:31:07 go: downloading github.com/gorilla/websocket v1.4.2 22:31:07 go: downloading golang.org/x/net v0.9.0 22:31:07 go: downloading golang.org/x/sync v0.1.0 22:31:07 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.4 22:31:07 go: downloading github.com/go-kit/log v0.2.1 22:31:07 go: downloading github.com/go-playground/validator/v10 v10.13.0 22:31:07 go: downloading github.com/mitchellh/reflectwalk v1.0.2 22:31:07 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:31:07 go: downloading github.com/hashicorp/errwrap v1.0.0 22:31:07 go: downloading github.com/hashicorp/consul/api v1.20.0 22:31:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:31:07 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:31:07 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:31:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:31:07 go: downloading github.com/mitchellh/mapstructure v1.5.0 22:31:07 go: downloading github.com/x448/float16 v0.8.4 22:31:07 go: downloading github.com/zeebo/errs v1.3.0 22:31:07 go: downloading google.golang.org/grpc v1.53.0 22:31:07 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 22:31:08 go: downloading google.golang.org/protobuf v1.28.1 22:31:08 go: downloading github.com/go-playground/universal-translator v0.18.1 22:31:08 go: downloading github.com/leodido/go-urn v1.2.3 22:31:08 go: downloading golang.org/x/crypto v0.8.0 22:31:08 go: downloading golang.org/x/text v0.9.0 22:31:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:31:08 go: downloading github.com/hashicorp/go-hclog v0.14.1 22:31:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:31:08 go: downloading github.com/hashicorp/serf v0.10.1 22:31:08 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 22:31:08 go: downloading github.com/go-playground/locales v0.14.1 22:31:08 go: downloading github.com/golang/protobuf v1.5.2 22:31:08 go: downloading golang.org/x/sys v0.7.0 22:31:08 go: downloading github.com/fatih/color v1.9.0 22:31:08 go: downloading github.com/mattn/go-isatty v0.0.14 22:31:08 go: downloading github.com/armon/go-metrics v0.3.10 22:31:08 go: downloading github.com/mattn/go-colorable v0.1.12 22:31:08 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 22:31:09 go: downloading github.com/hashicorp/golang-lru v0.5.4 22:31:27 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 22:31:27 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 22:31:27 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 22:31:27 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 22:31:27 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.048s coverage: 34.3% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.021s coverage: 92.4% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.008s coverage: 85.0% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.021s coverage: 42.4% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.030s coverage: 100.0% of statements 22:31:45 fatal error: concurrent map iteration and map write 22:31:45 22:31:45 goroutine 38 [running]: 22:31:45 reflect.mapiternext(0x4a7eaf?) 22:31:45 /usr/local/go/src/runtime/map.go:1380 +0x19 22:31:45 reflect.(*MapIter).Next(0xc0001cafc0?) 22:31:45 /usr/local/go/src/reflect/value.go:1924 +0x7e 22:31:45 internal/fmtsort.Sort({0xa3dd00?, 0xc0001c2000?, 0xc0001c201c?}) 22:31:45 /usr/local/go/src/internal/fmtsort/sort.go:62 +0x1f0 22:31:45 fmt.(*pp).printValue(0xc0005156c0, {0xa3dd00?, 0xc0001c2000?, 0x28?}, 0x76, 0x2) 22:31:45 /usr/local/go/src/fmt/print.go:816 +0x986 22:31:45 fmt.(*pp).printValue(0xc0005156c0, {0xa70e60?, 0xc0001c2000?, 0x0?}, 0x76, 0x1) 22:31:45 /usr/local/go/src/fmt/print.go:853 +0x120a 22:31:45 fmt.(*pp).printValue(0xc0005156c0, {0xac45e0?, 0xc0001c2000?, 0xc0003c0640?}, 0x76, 0x0) 22:31:45 /usr/local/go/src/fmt/print.go:923 +0xaf0 22:31:45 fmt.(*pp).printArg(0xc0005156c0, {0xac45e0?, 0xc0001c2000}, 0x76) 22:31:45 /usr/local/go/src/fmt/print.go:759 +0x756 22:31:45 fmt.(*pp).doPrintf(0xc0005156c0, {0xb0933f, 0xd}, {0xc0001cb9a0?, 0x1, 0x1}) 22:31:45 /usr/local/go/src/fmt/print.go:1176 +0x9a9 22:31:45 fmt.Sprintf({0xb0933f, 0xd}, {0xc0001cb9a0, 0x1, 0x1}) 22:31:45 /usr/local/go/src/fmt/print.go:239 +0x59 22:31:45 github.com/stretchr/testify/mock.Arguments.Diff({0xc000621000, 0x2, 0xc0001cbac8?}, {0xc000320b80, 0x2, 0xc000329650?}) 22:31:45 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:889 +0x156 22:31:45 github.com/stretchr/testify/mock.(*Mock).findExpectedCall(0x40fd28?, {0xcde88c, 0x6}, {0xc000320b80, 0x2, 0x2}) 22:31:45 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:361 +0xf3 22:31:45 github.com/stretchr/testify/mock.(*Mock).MethodCalled(0xc000180c30, {0xcde88c, 0x6}, {0xc000320b80, 0x2, 0x2}) 22:31:45 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:466 +0xbd 22:31:45 github.com/stretchr/testify/mock.(*Mock).Called(0x0?, {0xc000320b80, 0x2, 0x2}) 22:31:45 /go/pkg/mod/github.com/stretchr/testify@v1.8.2/mock/mock.go:456 +0x148 22:31:45 github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks.(*MetricsReporter).Report(0xc000180c30, {0xbf0988?, 0xc0001c2000}, 0xc0000cb200) 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/interfaces/mocks/MetricsReporter.go:17 +0xbf 22:31:45 github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics.(*manager).Run.func1() 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/metrics/manager.go:117 +0x1bd 22:31:45 created by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics.(*manager).Run 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/metrics/manager.go:105 +0x14a 22:31:45 22:31:45 goroutine 1 [chan receive]: 22:31:45 testing.(*T).Run(0xc000522d00, {0xb15731?, 0x561545?}, 0xb4eae0) 22:31:45 /usr/local/go/src/testing/testing.go:1630 +0x405 22:31:45 testing.runTests.func1(0x1003140?) 22:31:45 /usr/local/go/src/testing/testing.go:2036 +0x45 22:31:45 testing.tRunner(0xc000522d00, 0xc000127c80) 22:31:45 /usr/local/go/src/testing/testing.go:1576 +0x10b 22:31:45 testing.runTests(0xc00051c3c0?, {0xff4960, 0xa, 0xa}, {0xc00051f368?, 0x100c000127d08?, 0x10027a0?}) 22:31:45 /usr/local/go/src/testing/testing.go:2034 +0x489 22:31:45 testing.(*M).Run(0xc00051c3c0) 22:31:45 /usr/local/go/src/testing/testing.go:1906 +0x63a 22:31:45 main.main() 22:31:45 _testmain.go:96 +0x1c5 22:31:45 22:31:45 goroutine 43 [chan receive]: 22:31:45 testing.(*T).Run(0xc000102d00, {0xb12232?, 0x0?}, 0xc000024900) 22:31:45 /usr/local/go/src/testing/testing.go:1630 +0x405 22:31:45 github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics.TestMessageBusReporter_Report(0xc000102d00?) 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/metrics/reporter_test.go:197 +0x1186 22:31:45 testing.tRunner(0xc000102d00, 0xb4eae0) 22:31:45 /usr/local/go/src/testing/testing.go:1576 +0x10b 22:31:45 created by testing.(*T).Run 22:31:45 /usr/local/go/src/testing/testing.go:1629 +0x3ea 22:31:45 22:31:45 goroutine 26 [chan receive]: 22:31:45 github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1002240) 22:31:45 /go/pkg/mod/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475/meter.go:239 +0x2a 22:31:45 created by github.com/rcrowley/go-metrics.NewMeter 22:31:45 /go/pkg/mod/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475/meter.go:46 +0xd3 22:31:45 22:31:45 goroutine 46 [runnable]: 22:31:45 bytes.(*Buffer).WriteString(0xc0000b0180?, {0xb090ed?, 0xc?}) 22:31:45 /usr/local/go/src/bytes/buffer.go:178 +0xfa 22:31:45 encoding/json.(*encodeState).string(0xc0000b0180, {0xb090ed, 0xc}, 0x1) 22:31:45 /usr/local/go/src/encoding/json/encode.go:1095 +0x3cc 22:31:45 encoding/json.stringEncoder(0xc0000b0180, {0xa08980?, 0xc0003946f0?, 0xa2de40?}, {0xe0?, 0x47?}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:645 +0x20a 22:31:45 encoding/json.structEncoder.encode({{{0xc0004cc360?, 0xc4eeb5?, 0x0?}, 0xc000416a20?}}, 0xc0000b0180, {0xa6eac0?, 0xc0003946e0?, 0x24?}, {0x0, 0x1}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:759 +0x1f4 22:31:45 encoding/json.arrayEncoder.encode({0x0?}, 0xc0000b0180, {0x9f8e20?, 0xc0000249f8?, 0xb0?}, {0xe3?, 0xb7?}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:914 +0xd5 22:31:45 encoding/json.sliceEncoder.encode({0xa08980?}, 0xc0000b0180, {0x9f8e20?, 0xc0000249f8?, 0x4053f4?}, {0x7?, 0x0?}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:887 +0x32f 22:31:45 encoding/json.structEncoder.encode({{{0xc000526480?, 0xc00035d850?, 0xc0000141a8?}, 0xc000416b40?}}, 0xc0000b0180, {0xab3540?, 0xc0000249c0?, 0xc0000755f0?}, {0x0, 0x1}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:759 +0x1f4 22:31:45 encoding/json.(*encodeState).reflectValue(0xc000075638?, {0xab3540?, 0xc0000249c0?, 0x410107?}, {0x20?, 0x76?}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:358 +0x78 22:31:45 encoding/json.(*encodeState).marshal(0xb05093?, {0xab3540?, 0xc0000249c0?}, {0x28?, 0xfd?}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:330 +0xfa 22:31:45 encoding/json.Marshal({0xab3540, 0xc0000249c0}) 22:31:45 /usr/local/go/src/encoding/json/encode.go:161 +0xe5 22:31:45 github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics.(*messageBusReporter).Report.func1({0xb08660, 0xb}, {0xa56080?, 0xc00035d7f8}) 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/metrics/reporter.go:174 +0x149b 22:31:45 github.com/rcrowley/go-metrics.(*StandardRegistry).Each(0x0?, 0xc0001dea40) 22:31:45 /go/pkg/mod/github.com/rcrowley/go-metrics@v0.0.0-20201227073835-cf1acfcdf475/registry.go:70 +0x59 22:31:45 github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics.(*messageBusReporter).Report(0xc000492050, {0xbf0988, 0xc0001c2000}, 0x0) 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/metrics/reporter.go:106 +0x4d7 22:31:45 github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics.TestMessageBusReporter_Report.func1(0xc000103380) 22:31:45 /w/workspace/xfoundry_go-mod-bootstrap_PR-542/bootstrap/metrics/reporter_test.go:229 +0x518 22:31:45 testing.tRunner(0xc000103380, 0xc000024900) 22:31:45 /usr/local/go/src/testing/testing.go:1576 +0x10b 22:31:45 created by testing.(*T).Run 22:31:45 /usr/local/go/src/testing/testing.go:1629 +0x3ea 22:31:45 FAIL github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.329s 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.016s coverage: 25.0% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.043s coverage: 79.2% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.014s coverage: 76.1% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.013s coverage: 31.2% of statements 22:31:45 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.014s coverage: 91.3% of statements 22:31:45 FAIL 22:31:45 make: *** [Makefile:10: unittest] Error 1 [Pipeline] } 22:31:45 $ docker stop --time=1 ede83fdf7c8f2502acb61e5613a4f209a08e1fa033d3e05f6d327e1c572a568c 22:31:49 $ docker rm -f --volumes ede83fdf7c8f2502acb61e5613a4f209a08e1fa033d3e05f6d327e1c572a568c [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] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:31:50 22:31:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:31:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:31:50 latest: Pulling from edgex-lftools-log-publisher 22:31:50 5eb5b503b376: Pulling fs layer 22:31:50 5c69ac0246d0: Pulling fs layer 22:31:50 ec43610c2a17: Pulling fs layer 22:31:50 3a2ae6a8a46f: Pulling fs layer 22:31:50 33b1e0a273af: Pulling fs layer 22:31:50 5d3b04190fa2: Pulling fs layer 22:31:50 2f39f015ded8: Pulling fs layer 22:31:50 3a2ae6a8a46f: Waiting 22:31:50 33b1e0a273af: Waiting 22:31:50 5d3b04190fa2: Waiting 22:31:50 2f39f015ded8: Waiting 22:31:50 5c69ac0246d0: Download complete 22:31:50 3a2ae6a8a46f: Verifying Checksum 22:31:50 3a2ae6a8a46f: Download complete 22:31:51 33b1e0a273af: Verifying Checksum 22:31:51 33b1e0a273af: Download complete 22:31:51 5d3b04190fa2: Download complete 22:31:51 ec43610c2a17: Verifying Checksum 22:31:51 ec43610c2a17: Download complete 22:31:51 5eb5b503b376: Verifying Checksum 22:31:51 5eb5b503b376: Download complete 22:31:51 2f39f015ded8: Download complete 22:31:52 5eb5b503b376: Pull complete 22:31:52 5c69ac0246d0: Pull complete 22:31:52 ec43610c2a17: Pull complete 22:31:53 3a2ae6a8a46f: Pull complete 22:31:53 33b1e0a273af: Pull complete 22:31:53 5d3b04190fa2: Pull complete 22:31:58 2f39f015ded8: Pull complete 22:31:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:31:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:31:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:31:58 prd-ubuntu20.04-docker-8c-8g-15309 does not seem to be running inside a container 22:31:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-542 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542:/w/workspace/xfoundry_go-mod-bootstrap_PR-542:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-542@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:32:02 $ docker top 82bf1d1d444930f9f92257eec00d6f4b90ba3aa27be235950dd88802fdf7bf2e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:32:03 ---> job-cost.sh 22:32:03 lf-activate-venv: SKIPPING 22:32:03 INFO: No Stack... 22:32:03 INFO: Retrieving Pricing Info for: v3-standard-8 22:32:03 INFO: Archiving Costs [Pipeline] sh 22:32:04 + + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives/cost.csv 22:32:04 cut -d, -f6 [Pipeline] lock 22:32:04 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] 22:32:04 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] did not exist. Created. 22:32:04 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:32:04 + echo total: 0.2199999988079071 [Pipeline] stash 22:32:04 Stashed 1 file(s) [Pipeline] } 22:32:04 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:32:04 $ docker stop --time=1 82bf1d1d444930f9f92257eec00d6f4b90ba3aa27be235950dd88802fdf7bf2e 22:32:05 $ docker rm -f --volumes 82bf1d1d444930f9f92257eec00d6f4b90ba3aa27be235950dd88802fdf7bf2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:32:06 Failed in branch amd64 22:32:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15310 in /w/workspace/xfoundry_go-mod-bootstrap_PR-542 [Pipeline] { [Pipeline] ws 22:32:41 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 22:32:41 Selected Git installation does not exist. Using Default 22:32:41 The recommended git tool is: NONE 22:32:46 using credential edgex-jenkins-ssh 22:32:46 Cloning the remote Git repository 22:32:46 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:32:46 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 22:32:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:32:47 > git --version # timeout=10 22:32:47 > git --version # 'git version 2.25.1' 22:32:47 using GIT_SSH to set credentials SSH Credentials for GitHub 22:32:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:32:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:32:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:32:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:32:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:32:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:32:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/542/head:refs/remotes/origin/PR-542 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:32:50 Merging remotes/origin/main commit 4bbc8c1fb943b6aee60550d89b9d53cd589b1510 into PR head commit 2be6485efa33605824dd13f2051487d97f8d24d7 22:32:50 Merge succeeded, producing 2be6485efa33605824dd13f2051487d97f8d24d7 22:32:50 Checking out Revision 2be6485efa33605824dd13f2051487d97f8d24d7 (PR-542) 22:32:50 > git config core.sparsecheckout # timeout=10 22:32:50 > git checkout -f 2be6485efa33605824dd13f2051487d97f8d24d7 # timeout=10 22:32:50 > git remote # timeout=10 22:32:50 > git config --get remote.origin.url # timeout=10 22:32:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:32:50 > git merge 4bbc8c1fb943b6aee60550d89b9d53cd589b1510 # timeout=10 22:32:50 > git rev-parse HEAD^{commit} # timeout=10 22:32:50 > git config core.sparsecheckout # timeout=10 22:32:50 > git checkout -f 2be6485efa33605824dd13f2051487d97f8d24d7 # timeout=10 22:32:54 Commit message: "feat: support /api/v3/secret endpoint in non-secure mode" 22:32:54 > git --version # timeout=10 22:32:54 > git --version # 'git version 2.25.1' 22:32:54 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:32:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:32:55 % Total % Received % Xferd Average Speed Time Time Time Current 22:32:55 Dload Upload Total Spent Left Speed 22:32:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 69677 0 --:--:-- --:--:-- --:--:-- 69677 [Pipeline] sh 22:32:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:32:56 + + sudo tee /etc/docker/daemon.newsudo 22:32:56 jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:32:56 { 22:32:56 "registry-mirrors": [ 22:32:56 "https://nexus3.edgexfoundry.org:10001" 22:32:56 ], 22:32:56 "bip": "10.250.0.254/24", 22:32:56 "hosts": [ 22:32:56 "tcp://0.0.0.0:5555", 22:32:56 "unix:///var/run/docker.sock" 22:32:56 ], 22:32:56 "mtu": 1458, 22:32:56 "selinux-enabled": true, 22:32:56 "seccomp-profile": "/etc/docker/seccomp.json" 22:32:56 } [Pipeline] sh 22:32:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:32:57 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:33:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:33:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:33:16 ========================================================= 22:33:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:33:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:33:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:33:17 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:33:17 c41833b44d91: Pulling fs layer 22:33:17 ed15518f5707: Pulling fs layer 22:33:17 feae8fd75edb: Pulling fs layer 22:33:17 242c74f7c9fa: Pulling fs layer 22:33:17 3cdef696dda3: Pulling fs layer 22:33:17 2ced38df9373: Pulling fs layer 22:33:17 58f1dce35555: Pulling fs layer 22:33:17 242c74f7c9fa: Waiting 22:33:17 3cdef696dda3: Waiting 22:33:17 2ced38df9373: Waiting 22:33:17 58f1dce35555: Waiting 22:33:17 ed15518f5707: Verifying Checksum 22:33:17 ed15518f5707: Download complete 22:33:17 242c74f7c9fa: Verifying Checksum 22:33:17 242c74f7c9fa: Download complete 22:33:17 3cdef696dda3: Verifying Checksum 22:33:17 3cdef696dda3: Download complete 22:33:17 c41833b44d91: Download complete 22:33:18 c41833b44d91: Pull complete 22:33:18 58f1dce35555: Verifying Checksum 22:33:18 58f1dce35555: Download complete 22:33:18 ed15518f5707: Pull complete 22:33:20 feae8fd75edb: Verifying Checksum 22:33:20 feae8fd75edb: Download complete 22:33:20 2ced38df9373: Verifying Checksum 22:33:20 2ced38df9373: Download complete 22:33:30 feae8fd75edb: Pull complete 22:33:30 242c74f7c9fa: Pull complete 22:33:30 3cdef696dda3: Pull complete 22:33:36 2ced38df9373: Pull complete 22:33:38 58f1dce35555: Pull complete 22:33:38 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:33:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 22:33:38 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:33:39 + docker inspect -f . ci-base-image-arm64 22:33:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:33:39 prd-ubuntu20.04-docker-arm64-4c-16g-15310 does not seem to be running inside a container 22:33:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** -e ******** -e ******** ci-base-image-arm64 cat 22:33:42 $ docker top daaf66cd3f16d47032bd50d502f8fad9e640cf7a76f589dcb34e1fb03d1fae7f -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:43 + go version 22:33:43 go version go1.20.2 linux/arm64 [Pipeline] } 22:33:43 $ docker stop --time=1 daaf66cd3f16d47032bd50d502f8fad9e640cf7a76f589dcb34e1fb03d1fae7f 22:33:45 $ docker rm -f --volumes daaf66cd3f16d47032bd50d502f8fad9e640cf7a76f589dcb34e1fb03d1fae7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:33:46 + docker inspect -f . ci-base-image-arm64 22:33:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:33:46 prd-ubuntu20.04-docker-arm64-4c-16g-15310 does not seem to be running inside a container 22:33:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** -e ******** -e ******** ci-base-image-arm64 cat 22:33:47 $ docker top 733378ebef1d9ff41f6621c0c4233b3695a15e66205c8248f5b571f93316242b -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:48 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh 22:33:48 + make test 22:33:48 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:33:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.41 22:33:48 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.7 22:33:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.10 22:33:49 go: downloading github.com/mitchellh/copystructure v1.2.0 22:33:49 go: downloading gopkg.in/yaml.v3 v3.0.1 22:33:49 go: downloading github.com/stretchr/testify v1.8.2 22:33:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 22:33:49 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.31 22:33:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.17 22:33:49 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 22:33:49 go: downloading github.com/google/uuid v1.3.0 22:33:49 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:33:49 go: downloading github.com/gorilla/mux v1.8.0 22:33:50 go: downloading github.com/mitchellh/reflectwalk v1.0.2 22:33:50 go: downloading github.com/go-kit/log v0.2.1 22:33:50 go: downloading github.com/go-playground/validator/v10 v10.13.0 22:33:50 go: downloading github.com/davecgh/go-spew v1.1.1 22:33:50 go: downloading github.com/pmezard/go-difflib v1.0.0 22:33:50 go: downloading github.com/stretchr/objx v0.5.0 22:33:50 go: downloading github.com/gorilla/websocket v1.4.2 22:33:50 go: downloading golang.org/x/net v0.9.0 22:33:50 go: downloading golang.org/x/sync v0.1.0 22:33:50 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.4 22:33:50 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:33:50 go: downloading github.com/hashicorp/errwrap v1.0.0 22:33:50 go: downloading github.com/hashicorp/consul/api v1.20.0 22:33:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:33:50 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:33:50 go: downloading github.com/go-playground/universal-translator v0.18.1 22:33:50 go: downloading github.com/leodido/go-urn v1.2.3 22:33:50 go: downloading golang.org/x/crypto v0.8.0 22:33:50 go: downloading golang.org/x/text v0.9.0 22:33:51 go: downloading github.com/zeebo/errs v1.3.0 22:33:51 go: downloading google.golang.org/grpc v1.53.0 22:33:52 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:33:52 go: downloading github.com/x448/float16 v0.8.4 22:33:52 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:33:52 go: downloading github.com/mitchellh/mapstructure v1.5.0 22:33:52 go: downloading github.com/go-playground/locales v0.14.1 22:33:52 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:33:52 go: downloading github.com/hashicorp/go-hclog v0.14.1 22:33:52 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:33:52 go: downloading github.com/hashicorp/serf v0.10.1 22:33:52 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 22:33:53 go: downloading google.golang.org/protobuf v1.28.1 22:33:54 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 22:33:54 go: downloading github.com/fatih/color v1.9.0 22:33:54 go: downloading github.com/mattn/go-isatty v0.0.14 22:33:54 go: downloading github.com/armon/go-metrics v0.3.10 22:33:54 go: downloading github.com/golang/protobuf v1.5.2 22:33:54 go: downloading golang.org/x/sys v0.7.0 22:33:54 go: downloading github.com/mattn/go-colorable v0.1.12 22:33:54 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 22:33:54 go: downloading github.com/hashicorp/golang-lru v0.5.4 22:36:01 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 22:36:09 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 22:36:16 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 22:36:16 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 22:36:26 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.172s coverage: 34.3% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.107s coverage: 92.4% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.045s coverage: 85.0% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.118s coverage: 42.4% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.154s coverage: 100.0% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.388s coverage: 87.7% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.053s coverage: 25.0% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.168s coverage: 79.2% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.053s coverage: 76.1% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.045s coverage: 31.2% of statements 22:36:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.017s coverage: 91.3% of statements 22:36:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:36:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:36:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:36:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 22:36:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:36:56 $ docker stop --time=1 733378ebef1d9ff41f6621c0c4233b3695a15e66205c8248f5b571f93316242b 22:36:58 $ docker rm -f --volumes 733378ebef1d9ff41f6621c0c4233b3695a15e66205c8248f5b571f93316242b [Pipeline] // withDockerContainer [Pipeline] sh 22:37:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:37:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:37:03 22:37:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:37:03 arm64: Pulling from edgex-lftools-log-publisher 22:37:03 8998bd30e6a1: Pulling fs layer 22:37:03 04944245beec: Pulling fs layer 22:37:03 699f458cf7ca: Pulling fs layer 22:37:03 765212b225bb: Pulling fs layer 22:37:03 f23df028b6ca: Pulling fs layer 22:37:03 d65c8cfc05b1: Pulling fs layer 22:37:03 2437ff75d9bd: Pulling fs layer 22:37:03 f23df028b6ca: Waiting 22:37:03 765212b225bb: Waiting 22:37:03 d65c8cfc05b1: Waiting 22:37:03 2437ff75d9bd: Waiting 22:37:03 04944245beec: Verifying Checksum 22:37:03 04944245beec: Download complete 22:37:03 765212b225bb: Verifying Checksum 22:37:03 765212b225bb: Download complete 22:37:03 f23df028b6ca: Verifying Checksum 22:37:03 f23df028b6ca: Download complete 22:37:03 d65c8cfc05b1: Verifying Checksum 22:37:03 d65c8cfc05b1: Download complete 22:37:03 699f458cf7ca: Verifying Checksum 22:37:03 699f458cf7ca: Download complete 22:37:04 8998bd30e6a1: Verifying Checksum 22:37:04 8998bd30e6a1: Download complete 22:37:07 2437ff75d9bd: Verifying Checksum 22:37:07 2437ff75d9bd: Download complete 22:37:09 8998bd30e6a1: Pull complete 22:37:10 04944245beec: Pull complete 22:37:11 699f458cf7ca: Pull complete 22:37:11 765212b225bb: Pull complete 22:37:13 f23df028b6ca: Pull complete 22:37:13 d65c8cfc05b1: Pull complete 22:37:31 2437ff75d9bd: Pull complete 22:37:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:37:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:37:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:37:32 prd-ubuntu20.04-docker-arm64-4c-16g-15310 does not seem to be running inside a container 22:37:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 22:37:35 $ docker top 1602af62d4f55d66c562ef3734cd56903d5cb11b2a69218c3775e27dbe31c233 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:37:36 ---> job-cost.sh 22:37:36 lf-activate-venv: SKIPPING 22:37:36 INFO: No Stack... 22:37:36 INFO: Retrieving Pricing Info for: v3-standard-4 22:37:37 INFO: Archiving Costs [Pipeline] sh 22:37:38 + cut -d, -f6 22:37:38 + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [Pipeline] lock 22:37:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] 22:37:38 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] did not exist. Created. 22:37:38 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:37:39 /w/workspace/go-mod-bootstrap/1@tmp/durable-efe9f046/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:37:39 + echo total: 0.10999999940395355 [Pipeline] stash 22:37:39 Warning: overwriting stash ‘stack-cost’ 22:37:39 Stashed 1 file(s) [Pipeline] } 22:37:39 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-542-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:37:39 $ docker stop --time=1 1602af62d4f55d66c562ef3734cd56903d5cb11b2a69218c3775e27dbe31c233 22:37:41 $ docker rm -f --volumes 1602af62d4f55d66c562ef3734cd56903d5cb11b2a69218c3775e27dbe31c233 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 22:37:44 + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives ] 22:37:44 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives 22:37:44 total 16 22:37:44 drwxr-xr-x 3 root root 4096 May 12 22:32 . 22:37:44 drwxrwxr-x 9 jenkins jenkins 4096 May 12 22:32 .. 22:37:44 drwxr-xr-x 2 root root 4096 May 12 22:32 cost 22:37:44 -rw-r--r-- 1 root root 88 May 12 22:32 cost.csv 22:37:44 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives 22:37:44 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives 22:37:44 total 16 22:37:44 drwxr-xr-x 3 jenkins jenkins 4096 May 12 22:32 . 22:37:44 drwxrwxr-x 9 jenkins jenkins 4096 May 12 22:32 .. 22:37:44 drwxr-xr-x 2 jenkins jenkins 4096 May 12 22:32 cost 22:37:44 -rw-r--r-- 1 jenkins jenkins 88 May 12 22:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:37:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:37:45 ---> package-listing.sh 22:37:45 ++ facter osfamily 22:37:45 ++ tr '[:upper:]' '[:lower:]' 22:37:45 + OS_FAMILY=debian 22:37:45 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-542 22:37:45 + START_PACKAGES=/tmp/packages_start.txt 22:37:45 + END_PACKAGES=/tmp/packages_end.txt 22:37:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:37:45 + PACKAGES=/tmp/packages_start.txt 22:37:45 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-542 ']' 22:37:45 + PACKAGES=/tmp/packages_end.txt 22:37:45 + case "${OS_FAMILY}" in 22:37:45 + dpkg -l 22:37:45 + grep '^ii' 22:37:45 + '[' -f /tmp/packages_start.txt ']' 22:37:45 + '[' -f /tmp/packages_end.txt ']' 22:37:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:37:45 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-542 ']' 22:37:45 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives/ 22:37:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-542/archives/ [Pipeline] echo 22:37:45 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:37:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:37:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:37:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:37:46 prd-ubuntu20.04-docker-8c-8g-15309 does not seem to be running inside a container 22:37:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-542 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542:/w/workspace/xfoundry_go-mod-bootstrap_PR-542:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-542@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:37:47 $ docker top ce2c53a3b8440f5f176ebdd3b2677d143a15ed24b07a7312e5c63409e1c40eeb -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:47 + touch /tmp/pre-build-complete [Pipeline] sh 22:37:47 + mkdir -p /var/log/sysstat [Pipeline] sh 22:37:48 + ls /var/log/sa-host 22:37:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:37:48 provisioning config files... 22:37:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-542@tmp/config14742222379150498062tmp [Pipeline] { [Pipeline] echo 22:37:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:37:48 ---> create-netrc.sh [Pipeline] } 22:37:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:37:49 ---> python-tools-install.sh [Pipeline] echo 22:37:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:37:49 ---> sudo-logs.sh 22:37:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:37:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:37:49 ---> job-cost.sh 22:37:49 lf-activate-venv: SKIPPING 22:37:49 DEBUG: total: 0.2199999988079071 22:37:49 INFO: Retrieving Stack Cost... 22:37:50 INFO: Retrieving Pricing Info for: v3-standard-8 22:37:50 INFO: Archiving Costs [Pipeline] echo 22:37:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:37:50 ---> logs-deploy.sh 22:37:50 lf-activate-venv: SKIPPING 22:37:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-542/1 22:37:50 INFO: archiving workspace using pattern(s): 22:37:51 Archives upload complete. 22:37:52 INFO: archiving logs to Nexus 22:37:52 ---> uname -a: 22:37:52 Linux prd-ubuntu20-04-docker-8c-8g-15309 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:37:52 22:37:52 22:37:52 ---> lscpu: 22:37:52 Architecture: x86_64 22:37:52 CPU op-mode(s): 32-bit, 64-bit 22:37:52 Byte Order: Little Endian 22:37:52 Address sizes: 40 bits physical, 48 bits virtual 22:37:52 CPU(s): 8 22:37:52 On-line CPU(s) list: 0-7 22:37:52 Thread(s) per core: 1 22:37:52 Core(s) per socket: 1 22:37:52 Socket(s): 8 22:37:52 NUMA node(s): 1 22:37:52 Vendor ID: AuthenticAMD 22:37:52 CPU family: 23 22:37:52 Model: 49 22:37:52 Model name: AMD EPYC-Rome Processor 22:37:52 Stepping: 0 22:37:52 CPU MHz: 2799.998 22:37:52 BogoMIPS: 5599.99 22:37:52 Virtualization: AMD-V 22:37:52 Hypervisor vendor: KVM 22:37:52 Virtualization type: full 22:37:52 L1d cache: 256 KiB 22:37:52 L1i cache: 256 KiB 22:37:52 L2 cache: 4 MiB 22:37:52 L3 cache: 128 MiB 22:37:52 NUMA node0 CPU(s): 0-7 22:37:52 Vulnerability Itlb multihit: Not affected 22:37:52 Vulnerability L1tf: Not affected 22:37:52 Vulnerability Mds: Not affected 22:37:52 Vulnerability Meltdown: Not affected 22:37:52 Vulnerability Mmio stale data: Not affected 22:37:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:37:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:37:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:37:52 Vulnerability Srbds: Not affected 22:37:52 Vulnerability Tsx async abort: Not affected 22:37:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 22:37:52 22:37:52 22:37:52 ---> nproc: 22:37:52 8 22:37:52 22:37:52 22:37:52 ---> df -h: 22:37:52 Filesystem Size Used Avail Use% Mounted on 22:37:52 overlay 155G 11G 145G 7% / 22:37:52 tmpfs 64M 0 64M 0% /dev 22:37:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:37:52 shm 64M 0 64M 0% /dev/shm 22:37:52 /dev/vda1 155G 11G 145G 7% /facter-os 22:37:52 22:37:52 22:37:52 ---> sar -b -r -n DEV: 22:37:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-15309) 05/12/23 _x86_64_ (8 CPU) 22:37:52 22:37:52 22:29:45 LINUX RESTART (8 CPU) 22:37:52 22:37:52 22:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:37:52 22:31:01 332.66 47.28 285.38 0.00 5320.33 85560.05 0.00 22:37:52 22:32:01 67.92 0.40 67.52 0.00 32.93 39175.34 0.00 22:37:52 22:33:01 13.21 0.12 13.10 0.00 2.13 3968.42 0.00 22:37:52 22:34:01 1.60 0.00 1.60 0.00 0.00 18.13 0.00 22:37:52 22:35:01 29.90 10.28 19.61 0.00 2908.98 2641.96 0.00 22:37:52 22:36:01 29.18 1.33 27.85 0.00 2271.22 6356.54 0.00 22:37:52 22:37:01 3.42 0.02 3.40 0.00 0.13 84.24 0.00 22:37:52 Average: 68.31 8.49 59.81 0.00 1505.61 19695.32 0.00 22:37:52 22:37:52 22:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:37:52 22:31:01 29170100 31584696 740280 2.25 71732 2620004 1823652 5.37 1000888 2363804 233620 22:37:52 22:32:01 28625600 31562228 740676 2.25 92964 3072992 1822936 5.37 1105068 2732192 92996 22:37:52 22:33:01 28641264 31578236 731564 2.22 93276 3073060 1760528 5.19 1107744 2719824 16 22:37:52 22:34:01 28641080 31578128 731476 2.22 93316 3073064 1760528 5.19 1107160 2719832 4 22:37:52 22:35:01 28329112 31546004 743708 2.26 111288 3328988 1791456 5.28 1210404 2902340 66848 22:37:52 22:36:01 28107472 31556856 735384 2.24 128080 3534224 1816272 5.35 1433516 2890372 44 22:37:52 22:37:01 28120560 31565120 726944 2.21 126676 3530972 1793536 5.29 1423488 2887180 4 22:37:52 Average: 28519313 31567324 735719 2.24 102476 3176186 1795558 5.29 1198324 2745078 56219 22:37:52 22:37:52 22:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:37:52 22:31:01 ens3 597.72 367.15 6725.15 109.95 0.00 0.00 0.00 0.00 22:37:52 22:31:01 docker0 5.68 4.38 0.66 49.47 0.00 0.00 0.00 0.00 22:37:52 22:31:01 lo 3.73 3.73 0.36 0.36 0.00 0.00 0.00 0.00 22:37:52 22:32:01 ens3 169.47 94.42 3112.11 20.00 0.00 0.00 0.00 0.00 22:37:52 22:32:01 docker0 31.89 61.67 2.58 576.22 0.00 0.00 0.00 0.00 22:37:52 22:32:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 22:37:52 22:33:01 ens3 8.75 5.48 8.25 3.01 0.00 0.00 0.00 0.00 22:37:52 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 22:33:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:37:52 22:34:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 22:37:52 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 22:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:37:52 22:35:01 ens3 129.91 64.19 1493.45 4.45 0.00 0.00 0.00 0.00 22:37:52 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 22:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 22:37:52 22:36:01 ens3 118.33 58.79 1376.74 4.07 0.00 0.00 0.00 0.00 22:37:52 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 22:36:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 22:37:52 22:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:37:52 Average: ens3 146.40 84.35 1817.19 20.22 0.00 0.00 0.00 0.00 22:37:52 Average: docker0 5.37 9.43 0.46 89.38 0.00 0.00 0.00 0.00 22:37:52 Average: lo 0.84 0.84 0.08 0.08 0.00 0.00 0.00 0.00 22:37:52 22:37:52 22:37:52 ---> sar -P ALL: 22:37:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-15309) 05/12/23 _x86_64_ (8 CPU) 22:37:52 22:37:52 22:29:45 LINUX RESTART (8 CPU) 22:37:52 22:37:52 22:30:01 CPU %user %nice %system %iowait %steal %idle 22:37:52 22:31:01 all 9.48 0.00 3.37 3.19 0.05 83.91 22:37:52 22:31:01 0 8.29 0.00 3.27 7.87 0.05 80.52 22:37:52 22:31:01 1 7.88 0.00 2.74 0.08 0.03 89.26 22:37:52 22:31:01 2 9.69 0.00 3.35 8.14 0.05 78.78 22:37:52 22:31:01 3 13.06 0.00 2.79 2.60 0.07 81.48 22:37:52 22:31:01 4 9.46 0.00 3.23 0.22 0.05 87.04 22:37:52 22:31:01 5 8.97 0.00 4.92 3.61 0.05 82.44 22:37:52 22:31:01 6 10.17 0.00 2.16 2.63 0.05 84.98 22:37:52 22:31:01 7 8.30 0.00 4.52 0.36 0.07 86.76 22:37:52 22:32:01 all 21.32 0.00 4.62 1.75 0.07 72.25 22:37:52 22:32:01 0 20.63 0.00 4.55 12.10 0.08 62.64 22:37:52 22:32:01 1 20.74 0.00 4.84 0.08 0.05 74.29 22:37:52 22:32:01 2 21.02 0.00 4.12 0.00 0.07 74.79 22:37:52 22:32:01 3 21.58 0.00 4.55 0.07 0.08 73.72 22:37:52 22:32:01 4 21.25 0.00 4.76 0.13 0.07 73.79 22:37:52 22:32:01 5 22.32 0.00 4.71 0.89 0.05 72.03 22:37:52 22:32:01 6 22.62 0.00 4.95 0.27 0.05 72.10 22:37:52 22:32:01 7 20.38 0.00 4.48 0.37 0.07 74.71 22:37:52 22:33:01 all 0.23 0.00 0.15 0.24 0.02 99.36 22:37:52 22:33:01 0 0.23 0.00 0.20 1.17 0.03 98.36 22:37:52 22:33:01 1 0.18 0.00 0.15 0.00 0.02 99.65 22:37:52 22:33:01 2 0.17 0.00 0.15 0.22 0.02 99.45 22:37:52 22:33:01 3 0.15 0.00 0.12 0.05 0.02 99.67 22:37:52 22:33:01 4 0.25 0.00 0.17 0.05 0.00 99.53 22:37:52 22:33:01 5 0.50 0.00 0.13 0.08 0.02 99.27 22:37:52 22:33:01 6 0.18 0.00 0.15 0.03 0.03 99.60 22:37:52 22:33:01 7 0.17 0.00 0.15 0.33 0.02 99.33 22:37:52 22:34:01 all 0.29 0.00 0.01 0.00 0.01 99.68 22:37:52 22:34:01 0 2.02 0.00 0.02 0.02 0.00 97.95 22:37:52 22:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:37:52 22:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 22:37:52 22:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:37:52 22:34:01 4 0.05 0.00 0.00 0.00 0.02 99.93 22:37:52 22:34:01 5 0.12 0.00 0.02 0.00 0.02 99.85 22:37:52 22:34:01 6 0.03 0.00 0.00 0.00 0.03 99.93 22:37:52 22:34:01 7 0.00 0.00 0.00 0.02 0.00 99.98 22:37:52 22:35:01 all 1.36 0.00 0.86 0.40 0.02 97.36 22:37:52 22:35:01 0 1.22 0.00 0.82 0.02 0.02 97.93 22:37:52 22:35:01 1 1.65 0.00 0.42 0.05 0.02 97.87 22:37:52 22:35:01 2 1.75 0.00 2.34 0.12 0.02 95.77 22:37:52 22:35:01 3 0.67 0.00 0.48 0.03 0.02 98.80 22:37:52 22:35:01 4 2.07 0.00 0.67 0.60 0.02 96.64 22:37:52 22:35:01 5 1.05 0.00 0.73 0.82 0.02 97.38 22:37:52 22:35:01 6 1.19 0.00 0.82 0.59 0.03 97.38 22:37:52 22:35:01 7 1.25 0.00 0.60 0.99 0.02 97.14 22:37:52 22:36:01 all 1.31 0.00 0.75 0.30 0.02 97.62 22:37:52 22:36:01 0 0.65 0.00 0.45 0.02 0.02 98.87 22:37:52 22:36:01 1 1.44 0.00 0.35 0.02 0.02 98.17 22:37:52 22:36:01 2 1.84 0.00 0.74 0.02 0.02 97.39 22:37:52 22:36:01 3 1.15 0.00 0.47 0.07 0.05 98.26 22:37:52 22:36:01 4 2.40 0.00 1.95 0.37 0.02 95.26 22:37:52 22:36:01 5 1.39 0.00 0.97 0.28 0.03 97.33 22:37:52 22:36:01 6 1.10 0.00 0.65 0.72 0.02 97.51 22:37:52 22:36:01 7 0.50 0.00 0.44 0.90 0.02 98.14 22:37:52 22:37:01 all 0.31 0.00 0.05 0.01 0.01 99.62 22:37:52 22:37:01 0 0.08 0.00 0.03 0.00 0.02 99.87 22:37:52 22:37:01 1 0.20 0.00 0.05 0.00 0.03 99.72 22:37:52 22:37:01 2 0.07 0.00 0.03 0.00 0.02 99.88 22:37:52 22:37:01 3 0.07 0.00 0.03 0.00 0.00 99.90 22:37:52 22:37:01 4 0.05 0.00 0.05 0.00 0.00 99.90 22:37:52 22:37:01 5 0.25 0.00 0.13 0.00 0.00 99.62 22:37:52 22:37:01 6 1.68 0.00 0.05 0.02 0.00 98.25 22:37:52 22:37:01 7 0.05 0.00 0.03 0.05 0.02 99.85 22:37:52 Average: all 4.87 0.00 1.40 0.84 0.03 92.87 22:37:52 Average: 0 4.72 0.00 1.33 3.01 0.03 90.91 22:37:52 Average: 1 4.57 0.00 1.22 0.03 0.03 94.15 22:37:52 Average: 2 4.91 0.00 1.53 1.21 0.03 92.32 22:37:52 Average: 3 5.22 0.00 1.20 0.40 0.03 93.15 22:37:52 Average: 4 5.05 0.00 1.54 0.20 0.02 93.19 22:37:52 Average: 5 4.91 0.00 1.65 0.81 0.03 92.60 22:37:52 Average: 6 5.26 0.00 1.25 0.61 0.03 92.85 22:37:52 Average: 7 4.34 0.00 1.45 0.43 0.03 93.75 22:37:52 22:37:52 22:37:52