Pull request #914 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c0c907b39961de4a854a27e349ee465f783fd721+f22533e9581d9654e2835abf00cd9bd8c3fd7912 (570ec1f235cba887f1884bed4ecc5879aa790671) 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-ssh628995939302731544.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 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-ssh14919731895903822906.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 aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 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-914/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-914/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7275402917425865181.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-914/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15248813548246332033.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe # timeout=10 Commit message: "Merge pull request #474 from cherrycl/support-golang-1.25" > 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-ssh5125828929949852526.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-914/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-914/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3706001809527658697.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 aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 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, goVersion:1.23, 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.23 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-327070 in /w/workspace/xfoundry_go-mod-bootstrap_PR-914 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-914 # 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 Merging remotes/origin/main commit f22533e9581d9654e2835abf00cd9bd8c3fd7912 into PR head commit c0c907b39961de4a854a27e349ee465f783fd721 Merge succeeded, producing c0c907b39961de4a854a27e349ee465f783fd721 Checking out Revision c0c907b39961de4a854a27e349ee465f783fd721 (PR-914) Commit message: "build(deps): bump github.com/openziti/sdk-golang from 1.2.3 to 1.2.10" First time build. Skipping changelog. > 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/914/head:refs/remotes/origin/PR-914 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0c907b39961de4a854a27e349ee465f783fd721 # 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 f22533e9581d9654e2835abf00cd9bd8c3fd7912 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0c907b39961de4a854a27e349ee465f783fd721 # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:04:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:04:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:04:56 ========================================================= 09:04:56 EdgeX Global Pipelines Version Info 09:04:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:04:57 ------------------- 09:04:57 stable info: 09:04:57 ------------------- 09:04:57 Commited By: Cherry Wang cherry@iotechsys.com 09:04:57 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 09:04:57 Message: update stable to v1.0.277 09:04:58 ------------------- 09:04:58 experimental info: 09:04:58 ------------------- 09:04:58 Commited By: **** collab-it+edgex@linuxfoundation.org 09:04:58 Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 09:04:58 Message: update experimental to v1.0.277 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:04:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-914 [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-914 [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-914 [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c0c907b39961de4a854a27e349ee465f783fd721 [Pipeline] echo 09:04:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c0c907b [Pipeline] echo 09:05:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:05:00 + git rev-list -1 --merges c0c907b39961de4a854a27e349ee465f783fd721~1..c0c907b39961de4a854a27e349ee465f783fd721 [Pipeline] echo 09:05:00 -----------> git rev-list -1 --merges c0c907b39961de4a854a27e349ee465f783fd721~1..c0c907b39961de4a854a27e349ee465f783fd721 c0c907b39961de4a854a27e349ee465f783fd721 [false] [Pipeline] sh 09:05:00 + git log --format=format:%s -1 c0c907b39961de4a854a27e349ee465f783fd721 [Pipeline] echo 09:05:00 ========================================================= 09:05:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:05:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:01 + git log --format=format:%s -1 c0c907b39961de4a854a27e349ee465f783fd721 [Pipeline] echo 09:05:01 [semverPrep] GIT_COMMIT: c0c907b39961de4a854a27e349ee465f783fd721, Commit Message: build(deps): bump github.com/openziti/sdk-golang from 1.2.3 to 1.2.10 [Pipeline] echo 09:05:01 [semverPrep] This is not a build commit. [Pipeline] sh 09:05:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:05:01 + grep -v github /etc/ssh/ssh_known_hosts 09:05:01 + [ -e /tmp/ssh_known_hosts ] 09:05:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:05:01 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:05:01 + sudo tee -a /etc/ssh/ssh_known_hosts 09:05:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:05:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:05:02 09:05:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:05:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:05:02 0.1.4: Pulling from edgex-devops/py-git-semver 09:05:03 3dae71ba6b94: Pulling fs layer 09:05:03 6bf1a483ea7c: Pulling fs layer 09:05:03 f5dfc541a4d3: Pulling fs layer 09:05:03 461d9e800cba: Pulling fs layer 09:05:03 80192f66455f: Pulling fs layer 09:05:03 461d9e800cba: Waiting 09:05:03 2e8e34ca0e6c: Pulling fs layer 09:05:03 a29436f7fd5d: Pulling fs layer 09:05:03 923cac83aea3: Pulling fs layer 09:05:03 80192f66455f: Waiting 09:05:03 25ad8b0a4227: Pulling fs layer 09:05:03 db01528c6b51: Pulling fs layer 09:05:03 28988de357af: Pulling fs layer 09:05:03 923cac83aea3: Waiting 09:05:03 2e8e34ca0e6c: Waiting 09:05:03 25ad8b0a4227: Waiting 09:05:03 db01528c6b51: Waiting 09:05:03 28988de357af: Waiting 09:05:03 a29436f7fd5d: Waiting 09:05:03 6bf1a483ea7c: Verifying Checksum 09:05:03 6bf1a483ea7c: Download complete 09:05:03 461d9e800cba: Verifying Checksum 09:05:03 461d9e800cba: Download complete 09:05:03 80192f66455f: Verifying Checksum 09:05:03 80192f66455f: Download complete 09:05:03 f5dfc541a4d3: Verifying Checksum 09:05:03 f5dfc541a4d3: Download complete 09:05:03 3dae71ba6b94: Download complete 09:05:03 923cac83aea3: Verifying Checksum 09:05:03 25ad8b0a4227: Verifying Checksum 09:05:03 25ad8b0a4227: Download complete 09:05:03 db01528c6b51: Download complete 09:05:03 28988de357af: Verifying Checksum 09:05:03 28988de357af: Download complete 09:05:03 a29436f7fd5d: Verifying Checksum 09:05:03 a29436f7fd5d: Download complete 09:05:04 2e8e34ca0e6c: Verifying Checksum 09:05:04 2e8e34ca0e6c: Download complete 09:05:04 3dae71ba6b94: Pull complete 09:05:05 6bf1a483ea7c: Pull complete 09:05:06 f5dfc541a4d3: Pull complete 09:05:06 461d9e800cba: Pull complete 09:05:06 80192f66455f: Pull complete 09:05:10 2e8e34ca0e6c: Pull complete 09:05:12 a29436f7fd5d: Pull complete 09:05:13 923cac83aea3: Pull complete 09:05:15 25ad8b0a4227: Pull complete 09:05:16 db01528c6b51: Pull complete 09:05:17 28988de357af: Pull complete 09:05:18 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 09:05:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:05:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:05:18 prd-ubuntu20.04-docker-8c-8g-327070 does not seem to be running inside a container 09:05:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-914 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914:/w/workspace/xfoundry_go-mod-bootstrap_PR-914:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:05:31 $ docker top 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 -eo pid,comm 09:05:31 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). 09:05:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:05:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:05:32 [ssh-agent] Looking for ssh-agent implementation... 09:05:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:05:32 $ docker exec 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 ssh-agent 09:05:32 SSH_AUTH_SOCK=/tmp/ssh-PMRIbnG5qmCj/agent.32 09:05:32 SSH_AGENT_PID=38 09:05:32 Running ssh-add (command line suppressed) 09:05:32 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp/private_key_7558376784944260599.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp/private_key_7558376784944260599.key) 09:05:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:05:32 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-914 [Pipeline] sh 09:05:33 + git tag --points-at HEAD [Pipeline] } 09:05:33 $ docker exec --env ******** --env ******** 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 ssh-agent -k 09:05:33 unset SSH_AUTH_SOCK; 09:05:33 unset SSH_AGENT_PID; 09:05:33 echo Agent pid 38 killed; 09:05:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:05:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:05:33 [ssh-agent] Looking for ssh-agent implementation... 09:05:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:05:33 $ docker exec 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 ssh-agent 09:05:33 SSH_AUTH_SOCK=/tmp/ssh-caDm1pQztmMc/agent.85 09:05:33 SSH_AGENT_PID=91 09:05:33 Running ssh-add (command line suppressed) 09:05:33 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp/private_key_18015307621023066771.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp/private_key_18015307621023066771.key) 09:05:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:05:34 + git semver init 09:05:34 2025-10-16 09:05:34,474 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:05:34 2025-10-16 09:05:34,477 [run_init] DEBUG init version:0.0.0 force:False 09:05:34 2025-10-16 09:05:34,478 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver 09:05:34 2025-10-16 09:05:34,478 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver 09:05:34 2025-10-16 09:05:34,478 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-914, stdin=None, shell=False, universal_newlines=False) 09:05:36 2025-10-16 09:05:35,815 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.git/info/exclude 09:05:36 2025-10-16 09:05:35,815 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver/PR-914 with force:False 09:05:36 2025-10-16 09:05:35,815 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver/PR-914 09:05:36 2025-10-16 09:05:35,820 [execute] INFO git cat-file --batch-check 09:05:36 2025-10-16 09:05:35,820 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver, stdin=, shell=False, universal_newlines=False) 09:05:36 2025-10-16 09:05:35,825 [execute] INFO git cat-file --batch 09:05:36 2025-10-16 09:05:35,826 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver, stdin=, shell=False, universal_newlines=False) 09:05:36 2025-10-16 09:05:35,830 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-914/.semver/PR-914 09:05:36 0.0.0 [Pipeline] } 09:05:36 $ docker exec --env ******** --env ******** 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 ssh-agent -k 09:05:36 unset SSH_AUTH_SOCK; 09:05:36 unset SSH_AGENT_PID; 09:05:36 echo Agent pid 91 killed; 09:05:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:05:36 + git semver [Pipeline] } 09:05:37 $ docker stop --time=1 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 09:05:38 $ docker rm -f --volumes 13cdb13a6768a7f196a2e7bd575d57449884e3648d733ef25e9f4ca9f58c39f8 [Pipeline] // withDockerContainer [Pipeline] sh 09:05:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:05:39 Stashed 1 file(s) [Pipeline] echo 09:05:39 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 09:05:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:05:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:05:40 ========================================================= 09:05:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 09:05:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:05:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:05:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 09:05:40 9824c27679d3: Pulling fs layer 09:05:40 8371a51cbc44: Pulling fs layer 09:05:40 d5791340ef18: Pulling fs layer 09:05:40 d3178a7b2709: Pulling fs layer 09:05:40 4f4fb700ef54: Pulling fs layer 09:05:40 063b4f904bf5: Pulling fs layer 09:05:40 066ecc492849: Pulling fs layer 09:05:40 50a4da29d654: Pulling fs layer 09:05:40 417dd178857c: Pulling fs layer 09:05:40 d3178a7b2709: Waiting 09:05:40 4f4fb700ef54: Waiting 09:05:40 063b4f904bf5: Waiting 09:05:40 066ecc492849: Waiting 09:05:40 50a4da29d654: Waiting 09:05:40 417dd178857c: Waiting 09:05:40 8371a51cbc44: Verifying Checksum 09:05:40 8371a51cbc44: Download complete 09:05:40 d3178a7b2709: Verifying Checksum 09:05:40 d3178a7b2709: Download complete 09:05:40 4f4fb700ef54: Verifying Checksum 09:05:40 4f4fb700ef54: Download complete 09:05:40 063b4f904bf5: Verifying Checksum 09:05:40 063b4f904bf5: Download complete 09:05:40 9824c27679d3: Verifying Checksum 09:05:40 9824c27679d3: Download complete 09:05:40 066ecc492849: Verifying Checksum 09:05:40 066ecc492849: Download complete 09:05:41 9824c27679d3: Pull complete 09:05:41 417dd178857c: Verifying Checksum 09:05:41 417dd178857c: Download complete 09:05:41 8371a51cbc44: Pull complete 09:05:41 d5791340ef18: Verifying Checksum 09:05:41 d5791340ef18: Download complete 09:05:41 50a4da29d654: Verifying Checksum 09:05:41 50a4da29d654: Download complete 09:05:46 d5791340ef18: Pull complete 09:05:46 d3178a7b2709: Pull complete 09:05:46 4f4fb700ef54: Pull complete 09:05:46 063b4f904bf5: Pull complete 09:05:46 066ecc492849: Pull complete 09:05:48 50a4da29d654: Pull complete 09:05:49 417dd178857c: Pull complete 09:05:49 Digest: sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 09:05:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:05:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 09:05:49 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:05:50 + docker inspect -f . ci-base-image-x86_64 09:05:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:05:50 prd-ubuntu20.04-docker-8c-8g-327070 does not seem to be running inside a container 09:05:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-914 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914:/w/workspace/xfoundry_go-mod-bootstrap_PR-914:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:06:01 $ docker top a7076b824ef721de89f77743884d3b0b6278739ab44ffcc6d1794c5dd749d217 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:02 + go version 09:06:02 go version go1.23.12 linux/amd64 [Pipeline] } 09:06:02 $ docker stop --time=1 a7076b824ef721de89f77743884d3b0b6278739ab44ffcc6d1794c5dd749d217 09:06:03 $ docker rm -f --volumes a7076b824ef721de89f77743884d3b0b6278739ab44ffcc6d1794c5dd749d217 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:04 + docker inspect -f . ci-base-image-x86_64 09:06:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:04 prd-ubuntu20.04-docker-8c-8g-327070 does not seem to be running inside a container 09:06:04 $ 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-914 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914:/w/workspace/xfoundry_go-mod-bootstrap_PR-914:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:06:05 $ docker top 8fa3688d01b194fef387c917a066429c0483b445b8aa40af37a8c2762403b660 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:05 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-914 [Pipeline] fileExists [Pipeline] sh 09:06:05 + make test 09:06:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:06:05 go: go.mod requires go >= 1.24.7 (running go 1.23.12; GOTOOLCHAIN=local) 09:06:05 make: *** [Makefile:10: unittest] Error 1 [Pipeline] } 09:06:05 $ docker stop --time=1 8fa3688d01b194fef387c917a066429c0483b445b8aa40af37a8c2762403b660 09:06:07 $ docker rm -f --volumes 8fa3688d01b194fef387c917a066429c0483b445b8aa40af37a8c2762403b660 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:06:08 09:06:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:06:10 latest: Pulling from edgex-lftools-log-publisher 09:06:10 5eb5b503b376: Pulling fs layer 09:06:10 5c69ac0246d0: Pulling fs layer 09:06:10 ec43610c2a17: Pulling fs layer 09:06:10 3a2ae6a8a46f: Pulling fs layer 09:06:10 33b1e0a273af: Pulling fs layer 09:06:10 5d3b04190fa2: Pulling fs layer 09:06:10 2f39f015ded8: Pulling fs layer 09:06:10 3a2ae6a8a46f: Waiting 09:06:10 2f39f015ded8: Waiting 09:06:10 5d3b04190fa2: Waiting 09:06:10 33b1e0a273af: Waiting 09:06:10 5c69ac0246d0: Verifying Checksum 09:06:10 5c69ac0246d0: Download complete 09:06:10 33b1e0a273af: Verifying Checksum 09:06:10 33b1e0a273af: Download complete 09:06:10 5d3b04190fa2: Verifying Checksum 09:06:10 5d3b04190fa2: Download complete 09:06:10 ec43610c2a17: Verifying Checksum 09:06:10 ec43610c2a17: Download complete 09:06:10 5eb5b503b376: Verifying Checksum 09:06:10 5eb5b503b376: Download complete 09:06:11 2f39f015ded8: Verifying Checksum 09:06:11 2f39f015ded8: Download complete 09:06:12 5eb5b503b376: Pull complete 09:06:12 5c69ac0246d0: Pull complete 09:06:12 ec43610c2a17: Pull complete 09:06:12 3a2ae6a8a46f: Pull complete 09:06:12 33b1e0a273af: Pull complete 09:06:13 5d3b04190fa2: Pull complete 09:06:18 2f39f015ded8: Pull complete 09:06:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:06:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:06:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:18 prd-ubuntu20.04-docker-8c-8g-327070 does not seem to be running inside a container 09:06:18 $ 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-914 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914:/w/workspace/xfoundry_go-mod-bootstrap_PR-914:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:06:26 $ docker top 28f845ad06ade14087c23a74a4c92963037e466261f443acc3a277cddaab01d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:06:27 ---> job-cost.sh 09:06:27 lf-activate-venv: SKIPPING 09:06:27 INFO: No Stack... 09:06:27 INFO: Retrieving Pricing Info for: v3-standard-8 09:06:28 INFO: Archiving Costs [Pipeline] sh 09:06:28 + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives/cost.csv 09:06:28 + cut -d, -f6 [Pipeline] lock 09:06:28 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-PR-914-1-stack-cost] 09:06:28 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-914-1-stack-cost] did not exist. Created. 09:06:28 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-PR-914-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:06:29 + echo total: 0.2199999988079071 [Pipeline] stash 09:06:29 Stashed 1 file(s) [Pipeline] } 09:06:29 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-PR-914-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:06:29 $ docker stop --time=1 28f845ad06ade14087c23a74a4c92963037e466261f443acc3a277cddaab01d5 09:06:30 $ docker rm -f --volumes 28f845ad06ade14087c23a74a4c92963037e466261f443acc3a277cddaab01d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:06:30 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 09:06:32 + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives ] 09:06:32 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives 09:06:32 total 16 09:06:32 drwxr-xr-x 3 root root 4096 Oct 16 09:06 . 09:06:32 drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:06 .. 09:06:32 drwxr-xr-x 2 root root 4096 Oct 16 09:06 cost 09:06:32 -rw-r--r-- 1 root root 88 Oct 16 09:06 cost.csv 09:06:32 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives 09:06:32 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives 09:06:32 total 16 09:06:32 drwxr-xr-x 3 jenkins jenkins 4096 Oct 16 09:06 . 09:06:32 drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:06 .. 09:06:32 drwxr-xr-x 2 jenkins jenkins 4096 Oct 16 09:06 cost 09:06:32 -rw-r--r-- 1 jenkins jenkins 88 Oct 16 09:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:06:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:06:34 ---> package-listing.sh 09:06:34 ++ facter osfamily 09:06:34 ++ tr '[:upper:]' '[:lower:]' 09:06:34 + OS_FAMILY=debian 09:06:34 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-914 09:06:34 + START_PACKAGES=/tmp/packages_start.txt 09:06:34 + END_PACKAGES=/tmp/packages_end.txt 09:06:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:06:34 + PACKAGES=/tmp/packages_start.txt 09:06:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-914 ']' 09:06:34 + PACKAGES=/tmp/packages_end.txt 09:06:34 + case "${OS_FAMILY}" in 09:06:34 + dpkg -l 09:06:34 + grep '^ii' 09:06:34 + '[' -f /tmp/packages_start.txt ']' 09:06:34 + '[' -f /tmp/packages_end.txt ']' 09:06:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:06:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-914 ']' 09:06:34 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives/ 09:06:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-914/archives/ [Pipeline] echo 09:06:34 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-914/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:06:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:06:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:35 prd-ubuntu20.04-docker-8c-8g-327070 does not seem to be running inside a container 09:06:35 $ 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-914/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-914 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914:/w/workspace/xfoundry_go-mod-bootstrap_PR-914:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:06:35 $ docker top c8af914e34f6a671d204974be911ffa2b961097fff80bdd070d8ff627c313fd2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:36 + touch /tmp/pre-build-complete [Pipeline] sh 09:06:36 + mkdir -p /var/log/sysstat [Pipeline] sh 09:06:36 + ls /var/log/sa-host 09:06:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:06:37 provisioning config files... 09:06:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-914@tmp/config12623001919346633315tmp [Pipeline] { [Pipeline] echo 09:06:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:06:37 ---> create-netrc.sh [Pipeline] } 09:06:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:06:37 ---> python-tools-install.sh [Pipeline] echo 09:06:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:06:38 ---> sudo-logs.sh 09:06:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:06:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:06:38 ---> job-cost.sh 09:06:38 lf-activate-venv: SKIPPING 09:06:38 DEBUG: total: 0.2199999988079071 09:06:38 INFO: Retrieving Stack Cost... 09:06:38 INFO: Retrieving Pricing Info for: v3-standard-8 09:06:38 INFO: Archiving Costs [Pipeline] echo 09:06:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:06:39 ---> logs-deploy.sh 09:06:39 lf-activate-venv: SKIPPING 09:06:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-914/1 09:06:39 INFO: archiving workspace using pattern(s): 09:06:40 Archives upload complete. 09:06:40 INFO: archiving logs to Nexus 09:06:41 ---> uname -a: 09:06:41 Linux prd-ubuntu20-04-docker-8c-8g-327070 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 09:06:41 09:06:41 09:06:41 ---> lscpu: 09:06:41 Architecture: x86_64 09:06:41 CPU op-mode(s): 32-bit, 64-bit 09:06:41 Byte Order: Little Endian 09:06:41 Address sizes: 40 bits physical, 48 bits virtual 09:06:41 CPU(s): 8 09:06:41 On-line CPU(s) list: 0-7 09:06:41 Thread(s) per core: 1 09:06:41 Core(s) per socket: 1 09:06:41 Socket(s): 8 09:06:41 NUMA node(s): 1 09:06:41 Vendor ID: AuthenticAMD 09:06:41 CPU family: 23 09:06:41 Model: 49 09:06:41 Model name: AMD EPYC-Rome Processor 09:06:41 Stepping: 0 09:06:41 CPU MHz: 2800.000 09:06:41 BogoMIPS: 5600.00 09:06:41 Virtualization: AMD-V 09:06:41 Hypervisor vendor: KVM 09:06:41 Virtualization type: full 09:06:41 L1d cache: 256 KiB 09:06:41 L1i cache: 256 KiB 09:06:41 L2 cache: 4 MiB 09:06:41 L3 cache: 128 MiB 09:06:41 NUMA node0 CPU(s): 0-7 09:06:41 Vulnerability Gather data sampling: Not affected 09:06:41 Vulnerability Itlb multihit: Not affected 09:06:41 Vulnerability L1tf: Not affected 09:06:41 Vulnerability Mds: Not affected 09:06:41 Vulnerability Meltdown: Not affected 09:06:41 Vulnerability Mmio stale data: Not affected 09:06:41 Vulnerability Retbleed: Vulnerable 09:06:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:06:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:06:41 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 09:06:41 Vulnerability Srbds: Not affected 09:06:41 Vulnerability Tsx async abort: Not affected 09:06:41 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:06:41 09:06:41 09:06:41 ---> nproc: 09:06:41 8 09:06:41 09:06:41 09:06:41 ---> df -h: 09:06:41 Filesystem Size Used Avail Use% Mounted on 09:06:41 overlay 155G 12G 144G 8% / 09:06:41 tmpfs 64M 0 64M 0% /dev 09:06:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:06:41 shm 64M 0 64M 0% /dev/shm 09:06:41 /dev/vda1 155G 12G 144G 8% /facter-os 09:06:41 09:06:41 09:06:41 ---> sar -b -r -n DEV: 09:06:41 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-327070) 10/16/25 _x86_64_ (8 CPU) 09:06:41 09:06:41 09:03:25 LINUX RESTART (8 CPU) 09:06:41 09:06:41 09:04:11 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:06:41 09:05:01 352.97 64.91 288.06 0.00 11641.51 114601.88 0.00 09:06:41 09:06:01 92.13 8.58 83.55 0.00 1395.37 78548.78 0.00 09:06:41 Average: 210.70 34.18 176.51 0.00 6052.79 94936.85 0.00 09:06:41 09:06:41 09:04:11 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:06:41 09:05:01 30018560 31629524 714340 2.17 62840 1869456 1647116 4.86 851152 1702044 7612 09:06:41 09:06:01 28560684 31534452 753008 2.29 89996 3158996 1753596 5.17 975420 2931204 16 09:06:41 Average: 29289622 31581988 733674 2.23 76418 2514226 1700356 5.01 913286 2316624 3814 09:06:41 09:06:41 09:04:11 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:06:41 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:41 09:05:01 ens3 378.92 253.65 1068.51 82.68 0.00 0.00 0.00 0.00 09:06:41 09:05:01 lo 1.04 1.04 0.09 0.09 0.00 0.00 0.00 0.00 09:06:41 09:06:01 docker0 36.46 36.26 2.70 199.84 0.00 0.00 0.00 0.00 09:06:41 09:06:01 ens3 308.23 225.90 7382.28 71.59 0.00 0.00 0.00 0.00 09:06:41 09:06:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 09:06:41 Average: docker0 19.89 19.78 1.47 109.00 0.00 0.00 0.00 0.00 09:06:41 Average: ens3 340.37 238.51 4512.33 76.63 0.00 0.00 0.00 0.00 09:06:41 Average: lo 1.93 1.93 0.18 0.18 0.00 0.00 0.00 0.00 09:06:41 09:06:41 09:06:41 ---> sar -P ALL: 09:06:41 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-327070) 10/16/25 _x86_64_ (8 CPU) 09:06:41 09:06:41 09:03:25 LINUX RESTART (8 CPU) 09:06:41 09:06:41 09:04:11 CPU %user %nice %system %iowait %steal %idle 09:06:41 09:05:01 all 5.69 0.00 0.88 14.33 0.04 79.06 09:06:41 09:05:01 0 8.94 0.00 1.59 10.61 0.08 78.78 09:06:41 09:05:01 1 3.22 0.00 0.84 2.26 0.04 93.63 09:06:41 09:05:01 2 4.13 0.00 0.40 48.51 0.02 46.94 09:06:41 09:05:01 3 6.82 0.00 0.60 1.54 0.06 90.98 09:06:41 09:05:01 4 6.61 0.00 0.66 38.09 0.04 54.60 09:06:41 09:05:01 5 5.60 0.00 0.42 1.04 0.02 92.92 09:06:41 09:05:01 6 5.48 0.00 1.10 3.37 0.02 90.03 09:06:41 09:05:01 7 4.72 0.00 1.40 9.20 0.04 84.65 09:06:41 09:06:01 all 4.97 0.00 2.19 7.79 0.05 85.00 09:06:41 09:06:01 0 4.72 0.00 2.18 17.81 0.05 75.24 09:06:41 09:06:01 1 6.33 0.00 3.04 0.78 0.05 89.81 09:06:41 09:06:01 2 5.53 0.00 1.82 36.33 0.07 56.25 09:06:41 09:06:01 3 3.25 0.00 1.43 2.33 0.07 92.92 09:06:41 09:06:01 4 4.36 0.00 2.28 3.21 0.03 90.11 09:06:41 09:06:01 5 3.87 0.00 2.49 1.23 0.05 92.37 09:06:41 09:06:01 6 7.24 0.00 2.85 0.44 0.05 89.42 09:06:41 09:06:01 7 4.46 0.00 1.46 0.13 0.03 93.90 09:06:41 Average: all 5.30 0.00 1.59 10.78 0.05 82.29 09:06:41 Average: 0 6.64 0.00 1.91 14.54 0.06 76.84 09:06:41 Average: 1 4.91 0.00 2.03 1.46 0.05 91.56 09:06:41 Average: 2 4.89 0.00 1.17 41.89 0.05 52.00 09:06:41 Average: 3 4.88 0.00 1.05 1.97 0.06 92.03 09:06:41 Average: 4 5.39 0.00 1.54 19.17 0.04 73.87 09:06:41 Average: 5 4.66 0.00 1.55 1.14 0.04 92.62 09:06:41 Average: 6 6.44 0.00 2.05 1.78 0.04 89.70 09:06:41 Average: 7 4.58 0.00 1.43 4.28 0.04 89.67 09:06:41 09:06:41 09:06:41