Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 004825d7954bec1bc94285b38a47691f6eee7f61 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-ssh7632543787485935849.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh2067189546385024311.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 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4598174871217191451.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh590411626713504716.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16448795216441501695.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.25, 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.25 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-4063 in /w/workspace/gexfoundry_go-mod-bootstrap_main [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/gexfoundry_go-mod-bootstrap_main # 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 Avoid second fetch Checking out Revision 004825d7954bec1bc94285b38a47691f6eee7f61 (main) Commit message: "Merge pull request #944 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-1.5.4" > git config core.sparsecheckout # timeout=10 > git checkout -f 004825d7954bec1bc94285b38a47691f6eee7f61 # timeout=10 > git rev-list --no-walk d0ee3941b8fe555080321fae23196d19c10eeb48 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-03-25T12:45:09.593Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-03-25T12:45:09.697Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-03-25T12:45:09.729Z] ========================================================= [2026-03-25T12:45:09.729Z] EdgeX Global Pipelines Version Info [2026-03-25T12:45:09.729Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:45:10.881Z] ------------------- [2026-03-25T12:45:10.881Z] stable info: [2026-03-25T12:45:10.881Z] ------------------- [2026-03-25T12:45:10.881Z] Commited By: Cherry Wang cherry@iotechsys.com [2026-03-25T12:45:10.881Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2026-03-25T12:45:10.881Z] Message: update stable to v1.0.278 [2026-03-25T12:45:11.463Z] ------------------- [2026-03-25T12:45:11.463Z] experimental info: [2026-03-25T12:45:11.463Z] ------------------- [2026-03-25T12:45:11.463Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-03-25T12:45:11.463Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2026-03-25T12:45:11.463Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-03-25T12:45:11.561Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2026-03-25T12:45:11.582Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2026-03-25T12:45:11.604Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-03-25T12:45:11.629Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-03-25T12:45:11.658Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-03-25T12:45:11.686Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-03-25T12:45:11.713Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-03-25T12:45:11.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2026-03-25T12:45:11.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-03-25T12:45:11.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-03-25T12:45:11.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-03-25T12:45:11.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2026-03-25T12:45:11.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-03-25T12:45:11.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-03-25T12:45:11.926Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2026-03-25T12:45:11.961Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2026-03-25T12:45:11.990Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2026-03-25T12:45:12.011Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2026-03-25T12:45:12.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-03-25T12:45:12.065Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-03-25T12:45:12.097Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2026-03-25T12:45:12.126Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2026-03-25T12:45:12.155Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2026-03-25T12:45:12.183Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2026-03-25T12:45:12.210Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2026-03-25T12:45:12.237Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-03-25T12:45:12.265Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-03-25T12:45:12.292Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-03-25T12:45:12.324Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-03-25T12:45:12.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-03-25T12:45:12.388Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo [2026-03-25T12:45:12.412Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 004825d [Pipeline] echo [2026-03-25T12:45:12.436Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-03-25T12:45:12.841Z] + git rev-list -1 --merges 004825d7954bec1bc94285b38a47691f6eee7f61~1..004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo [2026-03-25T12:45:13.224Z] -----------> git rev-list -1 --merges 004825d7954bec1bc94285b38a47691f6eee7f61~1..004825d7954bec1bc94285b38a47691f6eee7f61 004825d7954bec1bc94285b38a47691f6eee7f61 [2026-03-25T12:45:13.224Z] 004825d7954bec1bc94285b38a47691f6eee7f61 [false] [Pipeline] sh [2026-03-25T12:45:13.523Z] + git log --format=format:%s -1 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo [2026-03-25T12:45:13.540Z] ========================================================= [2026-03-25T12:45:13.540Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-03-25T12:45:13.540Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-03-25T12:45:13.894Z] + git log --format=format:%s -1 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo [2026-03-25T12:45:13.907Z] [semverPrep] GIT_COMMIT: 004825d7954bec1bc94285b38a47691f6eee7f61, Commit Message: Merge pull request #944 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-1.5.4 [Pipeline] echo [2026-03-25T12:45:13.924Z] [semverPrep] This is not a build commit. [Pipeline] sh [2026-03-25T12:45:14.324Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-25T12:45:14.324Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-03-25T12:45:14.324Z] + [ -e /tmp/ssh_known_hosts ] [2026-03-25T12:45:14.324Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-03-25T12:45:14.324Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-03-25T12:45:14.324Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-03-25T12:45:14.324Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:45:14.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-25T12:45:15.038Z] [2026-03-25T12:45:15.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:45:15.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-25T12:45:16.287Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-03-25T12:45:16.287Z] 3dae71ba6b94: Pulling fs layer [2026-03-25T12:45:16.287Z] 6bf1a483ea7c: Pulling fs layer [2026-03-25T12:45:16.287Z] f5dfc541a4d3: Pulling fs layer [2026-03-25T12:45:16.287Z] 461d9e800cba: Pulling fs layer [2026-03-25T12:45:16.287Z] 80192f66455f: Pulling fs layer [2026-03-25T12:45:16.287Z] 2e8e34ca0e6c: Pulling fs layer [2026-03-25T12:45:16.287Z] a29436f7fd5d: Pulling fs layer [2026-03-25T12:45:16.287Z] 923cac83aea3: Pulling fs layer [2026-03-25T12:45:16.287Z] 25ad8b0a4227: Pulling fs layer [2026-03-25T12:45:16.287Z] 461d9e800cba: Waiting [2026-03-25T12:45:16.287Z] 923cac83aea3: Waiting [2026-03-25T12:45:16.287Z] 25ad8b0a4227: Waiting [2026-03-25T12:45:16.287Z] 80192f66455f: Waiting [2026-03-25T12:45:16.287Z] a29436f7fd5d: Waiting [2026-03-25T12:45:16.287Z] 2e8e34ca0e6c: Waiting [2026-03-25T12:45:16.287Z] db01528c6b51: Pulling fs layer [2026-03-25T12:45:16.287Z] 28988de357af: Pulling fs layer [2026-03-25T12:45:16.287Z] 28988de357af: Waiting [2026-03-25T12:45:16.287Z] db01528c6b51: Waiting [2026-03-25T12:45:16.287Z] 6bf1a483ea7c: Verifying Checksum [2026-03-25T12:45:16.287Z] 6bf1a483ea7c: Download complete [2026-03-25T12:45:16.546Z] 461d9e800cba: Verifying Checksum [2026-03-25T12:45:16.546Z] 461d9e800cba: Download complete [2026-03-25T12:45:16.546Z] 80192f66455f: Verifying Checksum [2026-03-25T12:45:16.546Z] 80192f66455f: Download complete [2026-03-25T12:45:16.546Z] f5dfc541a4d3: Verifying Checksum [2026-03-25T12:45:16.546Z] f5dfc541a4d3: Download complete [2026-03-25T12:45:16.546Z] 3dae71ba6b94: Verifying Checksum [2026-03-25T12:45:16.546Z] 3dae71ba6b94: Download complete [2026-03-25T12:45:16.546Z] 923cac83aea3: Download complete [2026-03-25T12:45:16.810Z] 25ad8b0a4227: Verifying Checksum [2026-03-25T12:45:16.810Z] 25ad8b0a4227: Download complete [2026-03-25T12:45:16.810Z] db01528c6b51: Verifying Checksum [2026-03-25T12:45:16.810Z] db01528c6b51: Download complete [2026-03-25T12:45:16.810Z] 28988de357af: Verifying Checksum [2026-03-25T12:45:16.810Z] 28988de357af: Download complete [2026-03-25T12:45:17.069Z] a29436f7fd5d: Verifying Checksum [2026-03-25T12:45:17.069Z] a29436f7fd5d: Download complete [2026-03-25T12:45:17.635Z] 2e8e34ca0e6c: Verifying Checksum [2026-03-25T12:45:17.635Z] 2e8e34ca0e6c: Download complete [2026-03-25T12:45:18.205Z] 3dae71ba6b94: Pull complete [2026-03-25T12:45:18.464Z] 6bf1a483ea7c: Pull complete [2026-03-25T12:45:19.400Z] f5dfc541a4d3: Pull complete [2026-03-25T12:45:19.400Z] 461d9e800cba: Pull complete [2026-03-25T12:45:19.400Z] 80192f66455f: Pull complete [2026-03-25T12:45:23.640Z] 2e8e34ca0e6c: Pull complete [2026-03-25T12:45:23.899Z] a29436f7fd5d: Pull complete [2026-03-25T12:45:23.899Z] 923cac83aea3: Pull complete [2026-03-25T12:45:23.899Z] 25ad8b0a4227: Pull complete [2026-03-25T12:45:23.899Z] db01528c6b51: Pull complete [2026-03-25T12:45:24.159Z] 28988de357af: Pull complete [2026-03-25T12:45:24.159Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-03-25T12:45:24.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-25T12:45:24.159Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:45:24.337Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:45:24.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-03-25T12:45:26.180Z] $ docker top 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 -eo pid,comm [2026-03-25T12:45:26.244Z] 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). [2026-03-25T12:45:26.244Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-25T12:45:26.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-25T12:45:26.308Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-25T12:45:26.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-25T12:45:26.429Z] $ docker exec 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent [2026-03-25T12:45:26.525Z] SSH_AUTH_SOCK=/tmp/ssh-9WfLQ7Un7CmS/agent.32 [2026-03-25T12:45:26.525Z] SSH_AGENT_PID=38 [2026-03-25T12:45:26.533Z] Running ssh-add (command line suppressed) [2026-03-25T12:45:26.626Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4048516393373419434.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4048516393373419434.key) [2026-03-25T12:45:26.643Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-25T12:45:26.943Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] sh [2026-03-25T12:45:27.241Z] + git tag --points-at HEAD [Pipeline] } [2026-03-25T12:45:27.252Z] $ docker exec --env ******** --env ******** 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent -k [2026-03-25T12:45:27.359Z] unset SSH_AUTH_SOCK; [2026-03-25T12:45:27.359Z] unset SSH_AGENT_PID; [2026-03-25T12:45:27.359Z] echo Agent pid 38 killed; [2026-03-25T12:45:27.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-03-25T12:45:27.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-25T12:45:27.409Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-25T12:45:27.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-25T12:45:27.537Z] $ docker exec 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent [2026-03-25T12:45:27.665Z] SSH_AUTH_SOCK=/tmp/ssh-AeapTBzCudMp/agent.85 [2026-03-25T12:45:27.666Z] SSH_AGENT_PID=91 [2026-03-25T12:45:27.671Z] Running ssh-add (command line suppressed) [2026-03-25T12:45:27.769Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12927052047865441652.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12927052047865441652.key) [2026-03-25T12:45:27.783Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-25T12:45:28.084Z] + git semver init [2026-03-25T12:45:28.359Z] 2026-03-25 12:45:28,347 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-25T12:45:28.359Z] 2026-03-25 12:45:28,351 [run_init] DEBUG init version:0.0.0 force:False [2026-03-25T12:45:28.359Z] 2026-03-25 12:45:28,352 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2026-03-25T12:45:28.359Z] 2026-03-25 12:45:28,352 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2026-03-25T12:45:28.359Z] 2026-03-25 12:45:28,352 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) [2026-03-25T12:45:29.742Z] 2026-03-25 12:45:29,727 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude [2026-03-25T12:45:29.742Z] 2026-03-25 12:45:29,727 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False [2026-03-25T12:45:29.742Z] 2026-03-25 12:45:29,727 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:45:29.742Z] 2026-03-25 12:45:29,728 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:45:29.742Z] 4.1.0-dev.59 [Pipeline] } [2026-03-25T12:45:30.017Z] $ docker exec --env ******** --env ******** 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent -k [2026-03-25T12:45:30.118Z] unset SSH_AUTH_SOCK; [2026-03-25T12:45:30.118Z] unset SSH_AGENT_PID; [2026-03-25T12:45:30.119Z] echo Agent pid 91 killed; [2026-03-25T12:45:30.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-25T12:45:30.456Z] + git semver [Pipeline] } [2026-03-25T12:45:30.731Z] $ docker stop --time=1 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 [2026-03-25T12:45:32.019Z] $ docker rm -f --volumes 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-25T12:45:32.375Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-03-25T12:45:32.672Z] Stashed 1 file(s) [Pipeline] echo [2026-03-25T12:45:32.677Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.59 [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] { (Prep) [Pipeline] // stage [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 [2026-03-25T12:45:33.167Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-25T12:45:33.192Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2026-03-25T12:45:33.211Z] ========================================================= [2026-03-25T12:45:33.211Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-03-25T12:45:33.211Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2026-03-25T12:45:33.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-25T12:45:33.525Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-03-25T12:45:33.525Z] 2d35ebdb57d9: Pulling fs layer [2026-03-25T12:45:33.525Z] c35fb4624d26: Pulling fs layer [2026-03-25T12:45:33.525Z] 4e2aec7ef170: Pulling fs layer [2026-03-25T12:45:33.525Z] 333b49ad6fbf: Pulling fs layer [2026-03-25T12:45:33.525Z] 4f4fb700ef54: Pulling fs layer [2026-03-25T12:45:33.525Z] c3e65509a76b: Pulling fs layer [2026-03-25T12:45:33.525Z] 7cf9ebb963bd: Pulling fs layer [2026-03-25T12:45:33.525Z] bb34ca984cfb: Pulling fs layer [2026-03-25T12:45:33.525Z] 333b49ad6fbf: Waiting [2026-03-25T12:45:33.525Z] 4f4fb700ef54: Waiting [2026-03-25T12:45:33.525Z] 151cf03bc807: Pulling fs layer [2026-03-25T12:45:33.525Z] 7cf9ebb963bd: Waiting [2026-03-25T12:45:33.525Z] c3e65509a76b: Waiting [2026-03-25T12:45:33.525Z] bb34ca984cfb: Waiting [2026-03-25T12:45:33.525Z] 151cf03bc807: Waiting [2026-03-25T12:45:33.525Z] c35fb4624d26: Verifying Checksum [2026-03-25T12:45:33.525Z] c35fb4624d26: Download complete [2026-03-25T12:45:33.525Z] 333b49ad6fbf: Download complete [2026-03-25T12:45:33.525Z] 4f4fb700ef54: Verifying Checksum [2026-03-25T12:45:33.525Z] 4f4fb700ef54: Download complete [2026-03-25T12:45:33.525Z] c3e65509a76b: Verifying Checksum [2026-03-25T12:45:33.525Z] c3e65509a76b: Download complete [2026-03-25T12:45:33.525Z] 2d35ebdb57d9: Verifying Checksum [2026-03-25T12:45:33.525Z] 2d35ebdb57d9: Download complete [2026-03-25T12:45:33.784Z] 7cf9ebb963bd: Verifying Checksum [2026-03-25T12:45:33.784Z] 7cf9ebb963bd: Download complete [2026-03-25T12:45:33.784Z] 2d35ebdb57d9: Pull complete [2026-03-25T12:45:34.043Z] c35fb4624d26: Pull complete [2026-03-25T12:45:34.043Z] 4e2aec7ef170: Verifying Checksum [2026-03-25T12:45:34.043Z] 4e2aec7ef170: Download complete [2026-03-25T12:45:34.043Z] 151cf03bc807: Verifying Checksum [2026-03-25T12:45:34.043Z] 151cf03bc807: Download complete [2026-03-25T12:45:34.302Z] bb34ca984cfb: Verifying Checksum [2026-03-25T12:45:34.302Z] bb34ca984cfb: Download complete [2026-03-25T12:45:39.572Z] 4e2aec7ef170: Pull complete [2026-03-25T12:45:39.572Z] 333b49ad6fbf: Pull complete [2026-03-25T12:45:39.572Z] 4f4fb700ef54: Pull complete [2026-03-25T12:45:39.572Z] c3e65509a76b: Pull complete [2026-03-25T12:45:39.572Z] 7cf9ebb963bd: Pull complete [2026-03-25T12:45:42.859Z] bb34ca984cfb: Pull complete [2026-03-25T12:45:43.428Z] 151cf03bc807: Pull complete [2026-03-25T12:45:43.428Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-03-25T12:45:43.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-03-25T12:45:43.428Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] sh [2026-03-25T12:45:43.715Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:45:44.015Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-25T12:45:44.015Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:45:44.097Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:45:44.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** ci-base-image-x86_64 cat [2026-03-25T12:45:45.889Z] $ docker top 0471dbdf50adaaa72158731a99ea0c481bf92b2dbcf779751308c88dcf9e02ee -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-25T12:45:46.235Z] + go version [2026-03-25T12:45:46.236Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-03-25T12:45:46.246Z] $ docker stop --time=1 0471dbdf50adaaa72158731a99ea0c481bf92b2dbcf779751308c88dcf9e02ee [2026-03-25T12:45:47.507Z] $ docker rm -f --volumes 0471dbdf50adaaa72158731a99ea0c481bf92b2dbcf779751308c88dcf9e02ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:45:47.953Z] + docker inspect -f . ci-base-image-x86_64 [2026-03-25T12:45:47.953Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:45:48.030Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:45:48.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** ci-base-image-x86_64 cat [2026-03-25T12:45:48.316Z] $ docker top 85b67ecb2670be68681d6711304539967b4c9e77e89947fa83eca7ae4af6e58e -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-25T12:45:48.673Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh [2026-03-25T12:45:48.984Z] + make test [2026-03-25T12:45:48.984Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2026-03-25T12:45:48.984Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.1 [2026-03-25T12:45:48.984Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.28 [2026-03-25T12:45:49.551Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.18 [2026-03-25T12:45:49.551Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.1.0-dev.8 [2026-03-25T12:45:49.551Z] go: downloading github.com/golang-jwt/jwt/v5 v5.3.1 [2026-03-25T12:45:49.551Z] go: downloading github.com/google/uuid v1.6.0 [2026-03-25T12:45:49.551Z] go: downloading github.com/labstack/echo/v4 v4.15.1 [2026-03-25T12:45:49.551Z] go: downloading github.com/openziti/sdk-golang v1.5.4 [2026-03-25T12:45:49.810Z] go: downloading github.com/stretchr/testify v1.11.1 [2026-03-25T12:45:49.810Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2026-03-25T12:45:49.810Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 [2026-03-25T12:45:49.810Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2026-03-25T12:45:49.810Z] go: downloading github.com/sirupsen/logrus v1.9.4 [2026-03-25T12:45:49.810Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.1.0-dev.10 [2026-03-25T12:45:50.069Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.17 [2026-03-25T12:45:50.327Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2026-03-25T12:45:50.327Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2026-03-25T12:45:50.327Z] go: downloading github.com/gorilla/websocket v1.5.3 [2026-03-25T12:45:50.327Z] go: downloading golang.org/x/net v0.52.0 [2026-03-25T12:45:50.327Z] go: downloading golang.org/x/sync v0.20.0 [2026-03-25T12:45:50.327Z] go: downloading github.com/go-kit/log v0.2.1 [2026-03-25T12:45:50.327Z] go: downloading github.com/go-playground/validator/v10 v10.30.1 [2026-03-25T12:45:50.327Z] go: downloading github.com/fxamacker/cbor/v2 v2.9.0 [2026-03-25T12:45:50.327Z] go: downloading github.com/labstack/gommon v0.4.2 [2026-03-25T12:45:50.327Z] go: downloading golang.org/x/crypto v0.49.0 [2026-03-25T12:45:50.327Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2026-03-25T12:45:50.327Z] go: downloading golang.org/x/time v0.14.0 [2026-03-25T12:45:50.585Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2026-03-25T12:45:50.585Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2026-03-25T12:45:50.585Z] go: downloading github.com/stretchr/objx v0.5.2 [2026-03-25T12:45:50.585Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2026-03-25T12:45:50.585Z] go: downloading golang.org/x/sys v0.42.0 [2026-03-25T12:45:50.585Z] go: downloading github.com/go-openapi/strfmt v0.26.0 [2026-03-25T12:45:50.585Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2026-03-25T12:45:50.585Z] go: downloading github.com/openziti/channel/v4 v4.3.9 [2026-03-25T12:45:50.585Z] go: downloading github.com/openziti/edge-api v0.27.5 [2026-03-25T12:45:50.585Z] go: downloading github.com/openziti/foundation/v2 v2.0.90 [2026-03-25T12:45:50.844Z] go: downloading github.com/openziti/secretstream v0.1.49 [2026-03-25T12:45:50.844Z] go: downloading github.com/openziti/transport/v2 v2.0.215 [2026-03-25T12:45:51.104Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2026-03-25T12:45:51.104Z] go: downloading github.com/pkg/errors v0.9.1 [2026-03-25T12:45:51.104Z] go: downloading google.golang.org/protobuf v1.36.11 [2026-03-25T12:45:51.104Z] go: downloading github.com/go-openapi/runtime v0.29.3 [2026-03-25T12:45:51.104Z] go: downloading github.com/go-resty/resty/v2 v2.17.2 [2026-03-25T12:45:51.672Z] go: downloading github.com/openziti/identity v1.0.128 [2026-03-25T12:45:51.672Z] go: downloading github.com/zitadel/oidc/v3 v3.45.5 [2026-03-25T12:45:51.672Z] go: downloading golang.org/x/oauth2 v0.36.0 [2026-03-25T12:45:51.672Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2026-03-25T12:45:51.672Z] go: downloading github.com/kataras/go-events v0.0.3 [2026-03-25T12:45:51.672Z] go: downloading github.com/openziti/metrics v1.4.5 [2026-03-25T12:45:51.672Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0 [2026-03-25T12:45:51.932Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2026-03-25T12:45:51.932Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2026-03-25T12:45:51.932Z] go: downloading github.com/mattn/go-colorable v0.1.14 [2026-03-25T12:45:51.932Z] go: downloading github.com/mattn/go-isatty v0.0.20 [2026-03-25T12:45:51.932Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2026-03-25T12:45:51.932Z] go: downloading github.com/x448/float16 v0.8.4 [2026-03-25T12:45:51.932Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.12 [2026-03-25T12:45:51.932Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2026-03-25T12:45:51.932Z] go: downloading github.com/leodido/go-urn v1.4.0 [2026-03-25T12:45:51.932Z] go: downloading golang.org/x/text v0.35.0 [2026-03-25T12:45:51.932Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2026-03-25T12:45:51.932Z] go: downloading github.com/go-openapi/errors v0.22.7 [2026-03-25T12:45:51.932Z] go: downloading github.com/go-viper/mapstructure/v2 v2.5.0 [2026-03-25T12:45:52.191Z] go: downloading github.com/oklog/ulid/v2 v2.1.1 [2026-03-25T12:45:52.191Z] go: downloading github.com/emirpasic/gods v1.18.1 [2026-03-25T12:45:52.191Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2026-03-25T12:45:52.191Z] go: downloading github.com/go-openapi/swag/fileutils v0.25.5 [2026-03-25T12:45:52.191Z] go: downloading github.com/go-openapi/swag/jsonutils v0.25.5 [2026-03-25T12:45:52.191Z] go: downloading github.com/go-openapi/swag/stringutils v0.25.5 [2026-03-25T12:45:52.191Z] go: downloading github.com/go-openapi/swag v0.25.5 [2026-03-25T12:45:52.191Z] go: downloading go.opentelemetry.io/otel v1.41.0 [2026-03-25T12:45:52.191Z] go: downloading go.opentelemetry.io/otel/trace v1.41.0 [2026-03-25T12:45:52.191Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2026-03-25T12:45:52.191Z] go: downloading github.com/go-openapi/validate v0.25.2 [2026-03-25T12:45:52.450Z] go: downloading github.com/mitchellh/go-ps v1.0.0 [2026-03-25T12:45:52.450Z] go: downloading github.com/shirou/gopsutil/v3 v3.24.5 [2026-03-25T12:45:52.450Z] go: downloading google.golang.org/grpc v1.79.3 [2026-03-25T12:45:52.450Z] go: downloading github.com/spf13/cast v1.10.0 [2026-03-25T12:45:52.450Z] go: downloading github.com/go-playground/locales v0.14.1 [2026-03-25T12:45:52.450Z] go: downloading golang.org/x/term v0.41.0 [2026-03-25T12:45:52.710Z] go: downloading github.com/go-jose/go-jose/v4 v4.1.3 [2026-03-25T12:45:52.710Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2026-03-25T12:45:52.710Z] go: downloading github.com/zitadel/schema v1.3.2 [2026-03-25T12:45:52.710Z] go: downloading github.com/fsnotify/fsnotify v1.9.0 [2026-03-25T12:45:52.710Z] go: downloading github.com/go-openapi/analysis v0.24.3 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/loads v0.23.3 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/spec v0.22.4 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/conv v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading go.yaml.in/yaml/v3 v3.0.4 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/typeutils v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/cmdutils v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/jsonname v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/loading v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/mangling v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/netutils v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/swag/yamlutils v0.25.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/jsonpointer v0.22.5 [2026-03-25T12:45:52.970Z] go: downloading github.com/tklauser/go-sysconf v0.3.12 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-logr/logr v1.4.3 [2026-03-25T12:45:52.970Z] go: downloading go.opentelemetry.io/otel/metric v1.41.0 [2026-03-25T12:45:52.970Z] go: downloading github.com/zitadel/logging v0.7.0 [2026-03-25T12:45:52.970Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2026-03-25T12:45:52.970Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-logr/stdr v1.2.2 [2026-03-25T12:45:52.970Z] go: downloading go.opentelemetry.io/auto/sdk v1.2.1 [2026-03-25T12:45:52.970Z] go: downloading github.com/cespare/xxhash/v2 v2.3.0 [2026-03-25T12:45:52.970Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2026-03-25T12:45:52.970Z] go: downloading github.com/tklauser/numcpus v0.6.1 [2026-03-25T12:45:52.970Z] go: downloading github.com/go-openapi/jsonreference v0.21.5 [2026-03-25T12:46:11.065Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap coverage: 0.0% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/config 20.080s coverage: 33.8% of statements [2026-03-25T12:46:29.145Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/container coverage: 0.0% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/controller 0.016s coverage: 93.4% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/environment 0.010s coverage: 88.1% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/file 0.307s coverage: 86.5% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/flags 0.005s coverage: 84.4% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers 1.033s coverage: 39.9% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers/headers 0.017s coverage: 85.3% of statements [2026-03-25T12:46:29.145Z] ? github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces [no test files] [2026-03-25T12:46:29.145Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces/mocks coverage: 0.0% of statements [2026-03-25T12:46:29.145Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/messaging 0.015s coverage: 88.9% of statements [2026-03-25T12:46:29.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/metrics 0.315s coverage: 89.1% of statements [2026-03-25T12:46:29.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/registration 0.011s coverage: 23.5% of statements [2026-03-25T12:46:29.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/secret 3.034s coverage: 72.1% of statements [2026-03-25T12:46:29.146Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/startup coverage: 0.0% of statements [2026-03-25T12:46:29.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/utils 0.011s coverage: 50.9% of statements [2026-03-25T12:46:29.146Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/zerotrust coverage: 0.0% of statements [2026-03-25T12:46:29.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/config 0.007s coverage: 38.9% of statements [2026-03-25T12:46:29.146Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/di 0.006s coverage: 91.3% of statements [2026-03-25T12:46:44.039Z] 0 issues. [2026-03-25T12:46:44.039Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2026-03-25T12:46:49.300Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-03-25T12:46:49.300Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2026-03-25T12:46:49.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2026-03-25T12:46:49.334Z] $ docker stop --time=1 85b67ecb2670be68681d6711304539967b4c9e77e89947fa83eca7ae4af6e58e [2026-03-25T12:46:50.982Z] $ docker rm -f --volumes 85b67ecb2670be68681d6711304539967b4c9e77e89947fa83eca7ae4af6e58e [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-25T12:46:51.893Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2026-03-25T12:46:51.963Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:46:52.502Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-25T12:46:52.502Z] [2026-03-25T12:46:52.502Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:46:52.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-25T12:46:52.807Z] latest: Pulling from edgex-lftools-log-publisher [2026-03-25T12:46:52.807Z] 5eb5b503b376: Pulling fs layer [2026-03-25T12:46:52.807Z] 5c69ac0246d0: Pulling fs layer [2026-03-25T12:46:52.807Z] ec43610c2a17: Pulling fs layer [2026-03-25T12:46:52.807Z] 3a2ae6a8a46f: Pulling fs layer [2026-03-25T12:46:52.807Z] 3a2ae6a8a46f: Waiting [2026-03-25T12:46:52.807Z] 33b1e0a273af: Pulling fs layer [2026-03-25T12:46:52.807Z] 5d3b04190fa2: Pulling fs layer [2026-03-25T12:46:52.807Z] 2f39f015ded8: Pulling fs layer [2026-03-25T12:46:52.807Z] 5d3b04190fa2: Waiting [2026-03-25T12:46:52.807Z] 2f39f015ded8: Waiting [2026-03-25T12:46:52.807Z] 33b1e0a273af: Waiting [2026-03-25T12:46:52.807Z] 5c69ac0246d0: Verifying Checksum [2026-03-25T12:46:52.807Z] 5c69ac0246d0: Download complete [2026-03-25T12:46:52.807Z] 3a2ae6a8a46f: Download complete [2026-03-25T12:46:52.807Z] 33b1e0a273af: Verifying Checksum [2026-03-25T12:46:52.807Z] 33b1e0a273af: Download complete [2026-03-25T12:46:52.807Z] 5d3b04190fa2: Download complete [2026-03-25T12:46:53.066Z] ec43610c2a17: Download complete [2026-03-25T12:46:53.066Z] 5eb5b503b376: Verifying Checksum [2026-03-25T12:46:53.066Z] 5eb5b503b376: Download complete [2026-03-25T12:46:53.641Z] 2f39f015ded8: Download complete [2026-03-25T12:46:54.580Z] 5eb5b503b376: Pull complete [2026-03-25T12:46:54.838Z] 5c69ac0246d0: Pull complete [2026-03-25T12:46:55.409Z] ec43610c2a17: Pull complete [2026-03-25T12:46:55.409Z] 3a2ae6a8a46f: Pull complete [2026-03-25T12:46:55.409Z] 33b1e0a273af: Pull complete [2026-03-25T12:46:55.668Z] 5d3b04190fa2: Pull complete [2026-03-25T12:47:02.228Z] 2f39f015ded8: Pull complete [2026-03-25T12:47:02.228Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-03-25T12:47:02.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-25T12:47:02.228Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:47:02.325Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:47:02.353Z] $ 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/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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-lftools-log-publisher:latest cat [2026-03-25T12:47:03.970Z] $ docker top 7c2fdffad164f78d7dda9dcd02b9b491c28e3a3ab4f9779a5dc13760df03014f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:47:04.372Z] ---> job-cost.sh [2026-03-25T12:47:04.372Z] lf-activate-venv: SKIPPING [2026-03-25T12:47:04.372Z] INFO: No Stack... [2026-03-25T12:47:04.632Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-03-25T12:47:05.203Z] INFO: Archiving Costs [Pipeline] sh [2026-03-25T12:47:05.492Z] + + cut -d, -f6 [2026-03-25T12:47:05.492Z] cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [Pipeline] lock [2026-03-25T12:47:05.509Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] [2026-03-25T12:47:05.523Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] did not exist. Created. [2026-03-25T12:47:05.529Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-03-25T12:47:05.837Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-03-25T12:47:05.875Z] Stashed 1 file(s) [Pipeline] } [2026-03-25T12:47:05.883Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] [Pipeline] // lock [Pipeline] } [2026-03-25T12:47:05.912Z] $ docker stop --time=1 7c2fdffad164f78d7dda9dcd02b9b491c28e3a3ab4f9779a5dc13760df03014f [2026-03-25T12:47:07.064Z] $ docker rm -f --volumes 7c2fdffad164f78d7dda9dcd02b9b491c28e3a3ab4f9779a5dc13760df03014f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2026-03-25T12:47:07.377Z] provisioning config files... [2026-03-25T12:47:07.386Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config4441720754176184206tmp [Pipeline] { [Pipeline] sh [2026-03-25T12:47:07.727Z] + set +x [2026-03-25T12:47:07.727Z] + curl -s https://codecov.io/bash [2026-03-25T12:47:07.727Z] + bash -s -- [2026-03-25T12:47:07.727Z] [2026-03-25T12:47:07.727Z] _____ _ [2026-03-25T12:47:07.727Z] / ____| | | [2026-03-25T12:47:07.727Z] | | ___ __| | ___ ___ _____ __ [2026-03-25T12:47:07.727Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2026-03-25T12:47:07.727Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2026-03-25T12:47:07.727Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2026-03-25T12:47:07.727Z] Bash-1.0.6 [2026-03-25T12:47:07.727Z] [2026-03-25T12:47:07.727Z] [2026-03-25T12:47:07.727Z] ==> git version 2.25.1 found [2026-03-25T12:47:07.727Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2026-03-25T12:47:07.727Z] Release-Date: 2020-01-08 [2026-03-25T12:47:07.727Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2026-03-25T12:47:07.727Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2026-03-25T12:47:07.727Z] ==> Jenkins CI detected. [2026-03-25T12:47:07.727Z] current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main [2026-03-25T12:47:07.727Z] project root: . [2026-03-25T12:47:07.727Z] --> token set from env [2026-03-25T12:47:07.727Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2026-03-25T12:47:07.986Z] ==> Running gcov in . (disable via -X gcov) [2026-03-25T12:47:07.986Z] ==> Python coveragepy not found [2026-03-25T12:47:07.986Z] ==> Searching for coverage reports in: [2026-03-25T12:47:07.986Z] + . [2026-03-25T12:47:07.986Z] -> Found 1 reports [2026-03-25T12:47:07.986Z] ==> Detecting git/mercurial file structure [2026-03-25T12:47:07.986Z] ==> Reading reports [2026-03-25T12:47:07.986Z] + ./coverage.out bytes=169319 [2026-03-25T12:47:07.986Z] ==> Appending adjustments [2026-03-25T12:47:07.986Z] https://docs.codecov.io/docs/fixing-reports [2026-03-25T12:47:08.245Z] + Found adjustments [2026-03-25T12:47:08.245Z] ==> Gzipping contents [2026-03-25T12:47:08.245Z] 24K /tmp/codecov.nNaPoN.gz [2026-03-25T12:47:08.245Z] ==> Uploading reports [2026-03-25T12:47:08.245Z] url: https://codecov.io [2026-03-25T12:47:08.245Z] query: branch=main&commit=004825d7954bec1bc94285b38a47691f6eee7f61&build=425&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F425%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2026-03-25T12:47:08.245Z] -> Pinging Codecov [2026-03-25T12:47:08.245Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=004825d7954bec1bc94285b38a47691f6eee7f61&build=425&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F425%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2026-03-25T12:47:08.813Z] -> Uploading to [2026-03-25T12:47:08.813Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-bootstrap/004825d7954bec1bc94285b38a47691f6eee7f61/e1f2f6e7-39b9-4f3f-84b6-5b89483524a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260325%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260325T124708Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=a618bfc1c3c1c72ca851cafed05ec6925fe8b62d23dc654992a24f73198fee93 [2026-03-25T12:47:08.813Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-03-25T12:47:08.813Z] Dload Upload Total Spent Left Speed [2026-03-25T12:47:08.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22284 0 0 100 22284 0 146k --:--:-- --:--:-- --:--:-- 146k [2026-03-25T12:47:08.813Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] } [2026-03-25T12:47:08.823Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2026-03-25T12:47:09.061Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2026-03-25T12:47:09.079Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:47:09.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-03-25T12:47:09.390Z] [2026-03-25T12:47:09.390Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:47:09.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-03-25T12:47:09.693Z] latest: Pulling from edgex-devops/edgex-snyk-go [2026-03-25T12:47:09.693Z] 2d35ebdb57d9: Already exists [2026-03-25T12:47:09.693Z] 85e8836fcdb2: Pulling fs layer [2026-03-25T12:47:09.693Z] 91631faa732a: Pulling fs layer [2026-03-25T12:47:09.693Z] f3f5ae8826fa: Pulling fs layer [2026-03-25T12:47:09.693Z] 4f4fb700ef54: Pulling fs layer [2026-03-25T12:47:09.693Z] 7861252a18e6: Pulling fs layer [2026-03-25T12:47:09.693Z] 9130f900ef6f: Pulling fs layer [2026-03-25T12:47:09.693Z] 7861252a18e6: Waiting [2026-03-25T12:47:09.693Z] 4f4fb700ef54: Waiting [2026-03-25T12:47:09.693Z] 9130f900ef6f: Waiting [2026-03-25T12:47:09.693Z] f3f5ae8826fa: Verifying Checksum [2026-03-25T12:47:09.693Z] f3f5ae8826fa: Download complete [2026-03-25T12:47:09.693Z] 85e8836fcdb2: Download complete [2026-03-25T12:47:09.693Z] 4f4fb700ef54: Verifying Checksum [2026-03-25T12:47:09.693Z] 4f4fb700ef54: Download complete [2026-03-25T12:47:09.951Z] 85e8836fcdb2: Pull complete [2026-03-25T12:47:09.951Z] 7861252a18e6: Verifying Checksum [2026-03-25T12:47:09.951Z] 7861252a18e6: Download complete [2026-03-25T12:47:10.211Z] 91631faa732a: Download complete [2026-03-25T12:47:10.779Z] 9130f900ef6f: Verifying Checksum [2026-03-25T12:47:10.779Z] 9130f900ef6f: Download complete [2026-03-25T12:47:14.970Z] 91631faa732a: Pull complete [2026-03-25T12:47:14.970Z] f3f5ae8826fa: Pull complete [2026-03-25T12:47:15.229Z] 4f4fb700ef54: Pull complete [2026-03-25T12:47:15.229Z] 7861252a18e6: Pull complete [2026-03-25T12:47:19.418Z] 9130f900ef6f: Pull complete [2026-03-25T12:47:19.418Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2026-03-25T12:47:19.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-03-25T12:47:19.418Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:47:19.524Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:47:19.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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/edgex-snyk-go:latest cat [2026-03-25T12:47:21.357Z] $ docker top 206a17fa460a2510fc41afd3c365605c3036cb946707a107970df6d6111c74ea -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-25T12:47:21.704Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] echo [2026-03-25T12:47:21.715Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh [2026-03-25T12:47:21.996Z] + set -o pipefail [2026-03-25T12:47:21.996Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' [2026-03-25T12:47:31.972Z] [2026-03-25T12:47:31.972Z] Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v4)... [2026-03-25T12:47:31.972Z] [2026-03-25T12:47:31.972Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38043815-24ee-49a2-867d-492929c96656/history/e7517141-22ae-48c7-9bb8-4436f9ec2968 [2026-03-25T12:47:31.972Z] [2026-03-25T12:47:31.972Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2026-03-25T12:47:31.972Z] [Pipeline] } [2026-03-25T12:47:31.985Z] $ docker stop --time=1 206a17fa460a2510fc41afd3c365605c3036cb946707a107970df6d6111c74ea [2026-03-25T12:47:34.359Z] $ docker rm -f --volumes 206a17fa460a2510fc41afd3c365605c3036cb946707a107970df6d6111c74ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-03-25T12:47:35.306Z] + git log --format=format:%s -1 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] sh [2026-03-25T12:47:35.603Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-25T12:47:35.603Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:47:35.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-25T12:47:35.908Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:47:35.985Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:47:36.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-03-25T12:47:36.301Z] $ docker top e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 -eo pid,comm [2026-03-25T12:47:36.345Z] 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). [2026-03-25T12:47:36.345Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-25T12:47:36.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-25T12:47:36.401Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-25T12:47:36.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-25T12:47:36.521Z] $ docker exec e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 ssh-agent [2026-03-25T12:47:36.633Z] SSH_AUTH_SOCK=/tmp/ssh-AJPzr6DOfx0F/agent.32 [2026-03-25T12:47:36.633Z] SSH_AGENT_PID=38 [2026-03-25T12:47:36.638Z] Running ssh-add (command line suppressed) [2026-03-25T12:47:36.750Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8522209384076196436.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8522209384076196436.key) [2026-03-25T12:47:36.768Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-25T12:47:37.064Z] + git semver tag [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,351 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,354 [run_tag] DEBUG tag force:False [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,355 [check_head_tag] DEBUG check head tag [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,357 [execute] INFO git cat-file --batch-check [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=, shell=False, universal_newlines=False) [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,359 [execute] INFO git cat-file --batch [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,359 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=, shell=False, universal_newlines=False) [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,404 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,404 [execute] INFO git tag -a v4.1.0-dev.59 -m v4.1.0-dev.59 [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,404 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.59', '-m', 'v4.1.0-dev.59'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) [2026-03-25T12:47:37.632Z] 2026-03-25 12:47:37,407 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:47:37.632Z] 4.1.0-dev.59 [Pipeline] } [2026-03-25T12:47:37.642Z] $ docker exec --env ******** --env ******** e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 ssh-agent -k [2026-03-25T12:47:37.734Z] unset SSH_AUTH_SOCK; [2026-03-25T12:47:37.734Z] unset SSH_AGENT_PID; [2026-03-25T12:47:37.735Z] echo Agent pid 38 killed; [2026-03-25T12:47:37.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-25T12:47:38.072Z] + git semver [Pipeline] } [2026-03-25T12:47:38.650Z] $ docker stop --time=1 e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 [2026-03-25T12:47:39.924Z] $ docker rm -f --volumes e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:47:40.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-03-25T12:47:40.343Z] [2026-03-25T12:47:40.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:47:40.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-03-25T12:47:40.653Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-03-25T12:47:40.653Z] ab5ef0e58194: Pulling fs layer [2026-03-25T12:47:40.653Z] 9712f1f96733: Pulling fs layer [2026-03-25T12:47:40.653Z] 63f879dbbcfc: Pulling fs layer [2026-03-25T12:47:40.653Z] 0d9ebad4ef96: Pulling fs layer [2026-03-25T12:47:40.653Z] e9a5061849ea: Pulling fs layer [2026-03-25T12:47:40.653Z] d747dcd14b5f: Pulling fs layer [2026-03-25T12:47:40.653Z] 2de7ff778b66: Pulling fs layer [2026-03-25T12:47:40.653Z] 0d9ebad4ef96: Waiting [2026-03-25T12:47:40.653Z] e9a5061849ea: Waiting [2026-03-25T12:47:40.653Z] d747dcd14b5f: Waiting [2026-03-25T12:47:40.653Z] 2de7ff778b66: Waiting [2026-03-25T12:47:40.653Z] 9712f1f96733: Verifying Checksum [2026-03-25T12:47:40.653Z] 9712f1f96733: Download complete [2026-03-25T12:47:40.914Z] 63f879dbbcfc: Verifying Checksum [2026-03-25T12:47:40.914Z] 63f879dbbcfc: Download complete [2026-03-25T12:47:41.173Z] e9a5061849ea: Verifying Checksum [2026-03-25T12:47:41.173Z] e9a5061849ea: Download complete [2026-03-25T12:47:41.173Z] d747dcd14b5f: Download complete [2026-03-25T12:47:41.431Z] 0d9ebad4ef96: Verifying Checksum [2026-03-25T12:47:41.431Z] 0d9ebad4ef96: Download complete [2026-03-25T12:47:41.431Z] ab5ef0e58194: Verifying Checksum [2026-03-25T12:47:41.431Z] ab5ef0e58194: Download complete [2026-03-25T12:47:41.431Z] 2de7ff778b66: Verifying Checksum [2026-03-25T12:47:41.431Z] 2de7ff778b66: Download complete [2026-03-25T12:47:45.615Z] ab5ef0e58194: Pull complete [2026-03-25T12:47:45.615Z] 9712f1f96733: Pull complete [2026-03-25T12:47:45.615Z] 63f879dbbcfc: Pull complete [2026-03-25T12:47:52.173Z] 0d9ebad4ef96: Pull complete [2026-03-25T12:47:52.173Z] e9a5061849ea: Pull complete [2026-03-25T12:47:52.173Z] d747dcd14b5f: Pull complete [2026-03-25T12:47:53.112Z] 2de7ff778b66: Pull complete [2026-03-25T12:47:53.112Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-03-25T12:47:53.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-03-25T12:47:53.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:47:53.220Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:47:53.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2026-03-25T12:47:54.739Z] $ docker top 2ced43f9f021f47884ea8de142f9b5e839351eb22a5a85f4e9bb0d34a4ee5a95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-03-25T12:47:54.815Z] provisioning config files... [2026-03-25T12:47:54.824Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config17243127188350462740tmp [2026-03-25T12:47:54.833Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config10096678471687633435tmp [2026-03-25T12:47:54.845Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6613206807775802494tmp [Pipeline] { [Pipeline] echo [2026-03-25T12:47:54.879Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:47:55.173Z] ---> sigul-configuration.sh [2026-03-25T12:47:55.173Z] gpg: directory `/root/.gnupg' created [2026-03-25T12:47:55.173Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-03-25T12:47:55.173Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-03-25T12:47:55.173Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-03-25T12:47:55.173Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-03-25T12:47:55.173Z] gpg: CAST5 encrypted data [2026-03-25T12:47:55.173Z] gpg: encrypted with 1 passphrase [2026-03-25T12:47:55.173Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-03-25T12:47:55.467Z] + mkdir /home/jenkins [2026-03-25T12:47:55.467Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-03-25T12:47:55.762Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2026-03-25T12:47:55.772Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:47:56.065Z] ---> sigul-install.sh [2026-03-25T12:47:56.065Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-03-25T12:47:56.364Z] + git tag --list [2026-03-25T12:47:56.364Z] v0.0.1 [2026-03-25T12:47:56.364Z] v0.0.10 [2026-03-25T12:47:56.364Z] v0.0.11 [2026-03-25T12:47:56.364Z] v0.0.12 [2026-03-25T12:47:56.364Z] v0.0.13 [2026-03-25T12:47:56.364Z] v0.0.14 [2026-03-25T12:47:56.364Z] v0.0.15 [2026-03-25T12:47:56.364Z] v0.0.16 [2026-03-25T12:47:56.364Z] v0.0.17 [2026-03-25T12:47:56.364Z] v0.0.18 [2026-03-25T12:47:56.364Z] v0.0.19 [2026-03-25T12:47:56.364Z] v0.0.2 [2026-03-25T12:47:56.364Z] v0.0.20 [2026-03-25T12:47:56.364Z] v0.0.21 [2026-03-25T12:47:56.364Z] v0.0.22 [2026-03-25T12:47:56.364Z] v0.0.23 [2026-03-25T12:47:56.364Z] v0.0.24 [2026-03-25T12:47:56.364Z] v0.0.25 [2026-03-25T12:47:56.364Z] v0.0.26 [2026-03-25T12:47:56.364Z] v0.0.27 [2026-03-25T12:47:56.364Z] v0.0.28 [2026-03-25T12:47:56.364Z] v0.0.29 [2026-03-25T12:47:56.364Z] v0.0.3 [2026-03-25T12:47:56.364Z] v0.0.30 [2026-03-25T12:47:56.364Z] v0.0.31 [2026-03-25T12:47:56.364Z] v0.0.32 [2026-03-25T12:47:56.364Z] v0.0.33 [2026-03-25T12:47:56.364Z] v0.0.34 [2026-03-25T12:47:56.364Z] v0.0.35 [2026-03-25T12:47:56.364Z] v0.0.36 [2026-03-25T12:47:56.364Z] v0.0.37 [2026-03-25T12:47:56.364Z] v0.0.38 [2026-03-25T12:47:56.364Z] v0.0.39 [2026-03-25T12:47:56.364Z] v0.0.4 [2026-03-25T12:47:56.364Z] v0.0.40 [2026-03-25T12:47:56.364Z] v0.0.41 [2026-03-25T12:47:56.364Z] v0.0.42 [2026-03-25T12:47:56.364Z] v0.0.43 [2026-03-25T12:47:56.364Z] v0.0.44 [2026-03-25T12:47:56.364Z] v0.0.45 [2026-03-25T12:47:56.364Z] v0.0.46 [2026-03-25T12:47:56.364Z] v0.0.47 [2026-03-25T12:47:56.364Z] v0.0.48 [2026-03-25T12:47:56.364Z] v0.0.49 [2026-03-25T12:47:56.364Z] v0.0.5 [2026-03-25T12:47:56.364Z] v0.0.50 [2026-03-25T12:47:56.364Z] v0.0.51 [2026-03-25T12:47:56.364Z] v0.0.52 [2026-03-25T12:47:56.364Z] v0.0.53 [2026-03-25T12:47:56.364Z] v0.0.54 [2026-03-25T12:47:56.364Z] v0.0.55 [2026-03-25T12:47:56.364Z] v0.0.56 [2026-03-25T12:47:56.364Z] v0.0.57 [2026-03-25T12:47:56.364Z] v0.0.58 [2026-03-25T12:47:56.364Z] v0.0.59 [2026-03-25T12:47:56.364Z] v0.0.6 [2026-03-25T12:47:56.364Z] v0.0.60 [2026-03-25T12:47:56.364Z] v0.0.61 [2026-03-25T12:47:56.364Z] v0.0.62 [2026-03-25T12:47:56.364Z] v0.0.63 [2026-03-25T12:47:56.364Z] v0.0.64 [2026-03-25T12:47:56.364Z] v0.0.65 [2026-03-25T12:47:56.364Z] v0.0.66 [2026-03-25T12:47:56.364Z] v0.0.67 [2026-03-25T12:47:56.364Z] v0.0.68 [2026-03-25T12:47:56.364Z] v0.0.69 [2026-03-25T12:47:56.364Z] v0.0.7 [2026-03-25T12:47:56.364Z] v0.0.70 [2026-03-25T12:47:56.364Z] v0.0.71 [2026-03-25T12:47:56.364Z] v0.0.72 [2026-03-25T12:47:56.364Z] v0.0.8 [2026-03-25T12:47:56.364Z] v0.0.9 [2026-03-25T12:47:56.364Z] v2.0.0 [2026-03-25T12:47:56.364Z] v2.1.0 [2026-03-25T12:47:56.364Z] v2.1.1 [2026-03-25T12:47:56.364Z] v2.2.0 [2026-03-25T12:47:56.364Z] v2.3.0 [2026-03-25T12:47:56.364Z] v3.0 [2026-03-25T12:47:56.364Z] v3.0.0 [2026-03-25T12:47:56.364Z] v3.0.1 [2026-03-25T12:47:56.364Z] v3.1 [2026-03-25T12:47:56.364Z] v3.1.0 [2026-03-25T12:47:56.364Z] v4.0 [2026-03-25T12:47:56.364Z] v4.0.0 [2026-03-25T12:47:56.364Z] v4.0.1 [2026-03-25T12:47:56.364Z] v4.0.2 [2026-03-25T12:47:56.364Z] v4.0.3 [2026-03-25T12:47:56.364Z] v4.0.4 [2026-03-25T12:47:56.364Z] v4.0.4-dev.1 [2026-03-25T12:47:56.364Z] v4.0.4-dev.2 [2026-03-25T12:47:56.364Z] v4.0.4-dev.3 [2026-03-25T12:47:56.364Z] v4.1.0-dev.1 [2026-03-25T12:47:56.364Z] v4.1.0-dev.10 [2026-03-25T12:47:56.364Z] v4.1.0-dev.11 [2026-03-25T12:47:56.364Z] v4.1.0-dev.12 [2026-03-25T12:47:56.364Z] v4.1.0-dev.13 [2026-03-25T12:47:56.364Z] v4.1.0-dev.14 [2026-03-25T12:47:56.364Z] v4.1.0-dev.15 [2026-03-25T12:47:56.364Z] v4.1.0-dev.16 [2026-03-25T12:47:56.364Z] v4.1.0-dev.17 [2026-03-25T12:47:56.364Z] v4.1.0-dev.18 [2026-03-25T12:47:56.364Z] v4.1.0-dev.19 [2026-03-25T12:47:56.364Z] v4.1.0-dev.2 [2026-03-25T12:47:56.364Z] v4.1.0-dev.20 [2026-03-25T12:47:56.364Z] v4.1.0-dev.21 [2026-03-25T12:47:56.364Z] v4.1.0-dev.22 [2026-03-25T12:47:56.364Z] v4.1.0-dev.23 [2026-03-25T12:47:56.364Z] v4.1.0-dev.24 [2026-03-25T12:47:56.364Z] v4.1.0-dev.25 [2026-03-25T12:47:56.364Z] v4.1.0-dev.26 [2026-03-25T12:47:56.364Z] v4.1.0-dev.27 [2026-03-25T12:47:56.364Z] v4.1.0-dev.28 [2026-03-25T12:47:56.364Z] v4.1.0-dev.29 [2026-03-25T12:47:56.364Z] v4.1.0-dev.3 [2026-03-25T12:47:56.364Z] v4.1.0-dev.30 [2026-03-25T12:47:56.364Z] v4.1.0-dev.31 [2026-03-25T12:47:56.364Z] v4.1.0-dev.32 [2026-03-25T12:47:56.364Z] v4.1.0-dev.33 [2026-03-25T12:47:56.364Z] v4.1.0-dev.34 [2026-03-25T12:47:56.364Z] v4.1.0-dev.35 [2026-03-25T12:47:56.364Z] v4.1.0-dev.36 [2026-03-25T12:47:56.364Z] v4.1.0-dev.37 [2026-03-25T12:47:56.364Z] v4.1.0-dev.38 [2026-03-25T12:47:56.364Z] v4.1.0-dev.39 [2026-03-25T12:47:56.364Z] v4.1.0-dev.4 [2026-03-25T12:47:56.364Z] v4.1.0-dev.40 [2026-03-25T12:47:56.364Z] v4.1.0-dev.41 [2026-03-25T12:47:56.364Z] v4.1.0-dev.42 [2026-03-25T12:47:56.364Z] v4.1.0-dev.43 [2026-03-25T12:47:56.364Z] v4.1.0-dev.44 [2026-03-25T12:47:56.364Z] v4.1.0-dev.45 [2026-03-25T12:47:56.364Z] v4.1.0-dev.46 [2026-03-25T12:47:56.364Z] v4.1.0-dev.47 [2026-03-25T12:47:56.364Z] v4.1.0-dev.48 [2026-03-25T12:47:56.364Z] v4.1.0-dev.49 [2026-03-25T12:47:56.364Z] v4.1.0-dev.5 [2026-03-25T12:47:56.364Z] v4.1.0-dev.50 [2026-03-25T12:47:56.364Z] v4.1.0-dev.51 [2026-03-25T12:47:56.364Z] v4.1.0-dev.52 [2026-03-25T12:47:56.364Z] v4.1.0-dev.53 [2026-03-25T12:47:56.364Z] v4.1.0-dev.54 [2026-03-25T12:47:56.364Z] v4.1.0-dev.55 [2026-03-25T12:47:56.364Z] v4.1.0-dev.56 [2026-03-25T12:47:56.364Z] v4.1.0-dev.57 [2026-03-25T12:47:56.364Z] v4.1.0-dev.58 [2026-03-25T12:47:56.364Z] v4.1.0-dev.59 [2026-03-25T12:47:56.364Z] v4.1.0-dev.6 [2026-03-25T12:47:56.364Z] v4.1.0-dev.7 [2026-03-25T12:47:56.364Z] v4.1.0-dev.8 [2026-03-25T12:47:56.364Z] v4.1.0-dev.9 [Pipeline] sh [2026-03-25T12:47:56.660Z] + lftools sign git-tag v4.1.0-dev.59 [2026-03-25T12:47:57.227Z] Signing Git tag with Sigul... [2026-03-25T12:47:57.227Z] Signing v4.1.0-dev.59 [Pipeline] echo [2026-03-25T12:47:57.807Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:47:58.097Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-03-25T12:47:58.103Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-03-25T12:47:58.130Z] $ docker stop --time=1 2ced43f9f021f47884ea8de142f9b5e839351eb22a5a85f4e9bb0d34a4ee5a95 [2026-03-25T12:47:59.431Z] $ docker rm -f --volumes 2ced43f9f021f47884ea8de142f9b5e839351eb22a5a85f4e9bb0d34a4ee5a95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-03-25T12:47:59.868Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-25T12:47:59.868Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:48:00.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-25T12:48:00.169Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:48:00.249Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:48:00.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-03-25T12:48:00.534Z] $ docker top 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 -eo pid,comm [2026-03-25T12:48:00.570Z] 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). [2026-03-25T12:48:00.570Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-25T12:48:00.669Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-25T12:48:00.669Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-25T12:48:00.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-25T12:48:00.766Z] $ docker exec 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 ssh-agent [2026-03-25T12:48:00.886Z] SSH_AUTH_SOCK=/tmp/ssh-uU1245oF6Pa0/agent.32 [2026-03-25T12:48:00.886Z] SSH_AGENT_PID=38 [2026-03-25T12:48:00.891Z] Running ssh-add (command line suppressed) [2026-03-25T12:48:00.990Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1514960482023959862.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1514960482023959862.key) [2026-03-25T12:48:01.002Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-25T12:48:01.303Z] + git semver bump pre [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,557 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,561 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,561 [bump_version] DEBUG bumping version:4.1.0-dev.59 on axis:pre with prefix:dev [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,562 [bump_version] DEBUG bumped version:4.1.0-dev.60 [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,562 [write_version] DEBUG write version:4.1.0-dev.60 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,562 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:48:01.565Z] 2026-03-25 12:48:01,562 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:48:01.825Z] 2026-03-25 12:48:01,566 [execute] INFO git cat-file --batch-check [2026-03-25T12:48:01.825Z] 2026-03-25 12:48:01,566 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-03-25T12:48:01.825Z] 2026-03-25 12:48:01,570 [execute] INFO git cat-file --batch [2026-03-25T12:48:01.825Z] 2026-03-25 12:48:01,571 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-03-25T12:48:01.825Z] 2026-03-25 12:48:01,573 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:48:01.825Z] 4.1.0-dev.60 [Pipeline] } [2026-03-25T12:48:01.834Z] $ docker exec --env ******** --env ******** 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 ssh-agent -k [2026-03-25T12:48:01.935Z] unset SSH_AUTH_SOCK; [2026-03-25T12:48:01.935Z] unset SSH_AGENT_PID; [2026-03-25T12:48:01.935Z] echo Agent pid 38 killed; [2026-03-25T12:48:01.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-25T12:48:02.277Z] + git semver [Pipeline] } [2026-03-25T12:48:02.857Z] $ docker stop --time=1 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 [2026-03-25T12:48:04.148Z] $ docker rm -f --volumes 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 [Pipeline] // withDockerContainer [Pipeline] sh [2026-03-25T12:48:04.511Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-03-25T12:48:04.511Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:48:04.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-03-25T12:48:04.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:48:04.891Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:48:04.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2026-03-25T12:48:05.170Z] $ docker top 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad -eo pid,comm [2026-03-25T12:48:05.217Z] 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). [2026-03-25T12:48:05.217Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-03-25T12:48:05.275Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-03-25T12:48:05.275Z] [ssh-agent] Looking for ssh-agent implementation... [2026-03-25T12:48:05.392Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-03-25T12:48:05.394Z] $ docker exec 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad ssh-agent [2026-03-25T12:48:05.511Z] SSH_AUTH_SOCK=/tmp/ssh-FIgaYZf5daEe/agent.34 [2026-03-25T12:48:05.511Z] SSH_AGENT_PID=40 [2026-03-25T12:48:05.516Z] Running ssh-add (command line suppressed) [2026-03-25T12:48:05.645Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15767985459894865606.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15767985459894865606.key) [2026-03-25T12:48:05.677Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-03-25T12:48:06.034Z] + git semver push [2026-03-25T12:48:06.317Z] 2026-03-25 12:48:06,285 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,290 [run_push] DEBUG push [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,291 [execute] INFO git cat-file --batch-check [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,293 [execute] INFO git rev-list c3ef5719fe34028087308cf1dee12563c86f3b39 -- [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,294 [execute] DEBUG Popen(['git', 'rev-list', 'c3ef5719fe34028087308cf1dee12563c86f3b39', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,305 [execute] INFO git fetch -v -- origin [2026-03-25T12:48:06.318Z] 2026-03-25 12:48:06,305 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=True) [2026-03-25T12:48:06.915Z] 2026-03-25 12:48:06,809 [run_push] DEBUG no remote changes detected [2026-03-25T12:48:06.915Z] 2026-03-25 12:48:06,810 [execute] INFO git push origin semver [2026-03-25T12:48:06.915Z] 2026-03-25 12:48:06,810 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-03-25T12:48:07.854Z] 2026-03-25 12:48:07,649 [run_push] DEBUG push all version tags [2026-03-25T12:48:07.854Z] 2026-03-25 12:48:07,650 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-03-25T12:48:07.854Z] 2026-03-25 12:48:07,650 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) [2026-03-25T12:48:08.795Z] 2026-03-25 12:48:08,423 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-03-25T12:48:08.795Z] 4.1.0-dev.60 [Pipeline] } [2026-03-25T12:48:08.804Z] $ docker exec --env ******** --env ******** 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad ssh-agent -k [2026-03-25T12:48:08.900Z] unset SSH_AUTH_SOCK; [2026-03-25T12:48:08.901Z] unset SSH_AGENT_PID; [2026-03-25T12:48:08.901Z] echo Agent pid 40 killed; [2026-03-25T12:48:08.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-03-25T12:48:09.232Z] + git semver [Pipeline] } [2026-03-25T12:48:09.817Z] $ docker stop --time=1 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad [2026-03-25T12:48:11.074Z] $ docker rm -f --volumes 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [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 [2026-03-25T12:48:11.719Z] + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] [2026-03-25T12:48:11.719Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2026-03-25T12:48:11.719Z] total 16 [2026-03-25T12:48:11.719Z] drwxr-xr-x 3 root root 4096 Mar 25 12:47 . [2026-03-25T12:48:11.719Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 25 12:47 .. [2026-03-25T12:48:11.719Z] drwxr-xr-x 2 root root 4096 Mar 25 12:47 cost [2026-03-25T12:48:11.719Z] -rw-r--r-- 1 root root 88 Mar 25 12:47 cost.csv [2026-03-25T12:48:11.719Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2026-03-25T12:48:11.719Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2026-03-25T12:48:11.719Z] total 16 [2026-03-25T12:48:11.719Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 25 12:47 . [2026-03-25T12:48:11.719Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 25 12:47 .. [2026-03-25T12:48:11.719Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 25 12:47 cost [2026-03-25T12:48:11.719Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 25 12:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:12.011Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:12.865Z] ---> package-listing.sh [2026-03-25T12:48:12.866Z] ++ facter osfamily [2026-03-25T12:48:12.866Z] ++ tr '[:upper:]' '[:lower:]' [2026-03-25T12:48:13.125Z] + OS_FAMILY=debian [2026-03-25T12:48:13.125Z] + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main [2026-03-25T12:48:13.125Z] + START_PACKAGES=/tmp/packages_start.txt [2026-03-25T12:48:13.125Z] + END_PACKAGES=/tmp/packages_end.txt [2026-03-25T12:48:13.125Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-03-25T12:48:13.125Z] + PACKAGES=/tmp/packages_start.txt [2026-03-25T12:48:13.125Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2026-03-25T12:48:13.125Z] + PACKAGES=/tmp/packages_end.txt [2026-03-25T12:48:13.125Z] + case "${OS_FAMILY}" in [2026-03-25T12:48:13.125Z] + dpkg -l [2026-03-25T12:48:13.125Z] + grep '^ii' [2026-03-25T12:48:13.125Z] + '[' -f /tmp/packages_start.txt ']' [2026-03-25T12:48:13.125Z] + '[' -f /tmp/packages_end.txt ']' [2026-03-25T12:48:13.125Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-03-25T12:48:13.125Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2026-03-25T12:48:13.125Z] + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [2026-03-25T12:48:13.125Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo [2026-03-25T12:48:13.136Z] 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/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2026-03-25T12:48:13.411Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-03-25T12:48:13.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-03-25T12:48:13.975Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-03-25T12:48:14.052Z] prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container [2026-03-25T12:48:14.080Z] $ 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/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2026-03-25T12:48:14.313Z] $ docker top 666e88d3322c4be07a4f78287ed7b9e77ba26dc655d6341cc90ac56457ff293f -eo pid,comm [Pipeline] { [Pipeline] sh [2026-03-25T12:48:14.657Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-03-25T12:48:14.938Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-03-25T12:48:15.220Z] + ls /var/log/sa-host [2026-03-25T12:48:15.220Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-03-25T12:48:15.393Z] provisioning config files... [2026-03-25T12:48:15.403Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14091674752836073981tmp [Pipeline] { [Pipeline] echo [2026-03-25T12:48:15.422Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:15.703Z] ---> create-netrc.sh [Pipeline] } [2026-03-25T12:48:15.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:16.061Z] ---> python-tools-install.sh [Pipeline] echo [2026-03-25T12:48:16.068Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:16.351Z] ---> sudo-logs.sh [2026-03-25T12:48:16.351Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-03-25T12:48:16.375Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:16.656Z] ---> job-cost.sh [2026-03-25T12:48:16.656Z] lf-activate-venv: SKIPPING [2026-03-25T12:48:16.656Z] DEBUG: total: 0.2199999988079071 [2026-03-25T12:48:16.656Z] INFO: Retrieving Stack Cost... [2026-03-25T12:48:16.915Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-03-25T12:48:17.174Z] INFO: Archiving Costs [Pipeline] echo [2026-03-25T12:48:17.185Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-03-25T12:48:17.466Z] ---> logs-deploy.sh [2026-03-25T12:48:17.466Z] lf-activate-venv: SKIPPING [2026-03-25T12:48:17.466Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/425 [2026-03-25T12:48:17.466Z] INFO: archiving workspace using pattern(s): [2026-03-25T12:48:18.404Z] Archives upload complete. [2026-03-25T12:48:18.970Z] INFO: archiving logs to Nexus [2026-03-25T12:48:19.541Z] ---> uname -a: [2026-03-25T12:48:19.541Z] Linux prd-ubuntu20-04-docker-8c-8g-4063 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] ---> lscpu: [2026-03-25T12:48:19.541Z] Architecture: x86_64 [2026-03-25T12:48:19.541Z] CPU op-mode(s): 32-bit, 64-bit [2026-03-25T12:48:19.541Z] Byte Order: Little Endian [2026-03-25T12:48:19.541Z] Address sizes: 40 bits physical, 48 bits virtual [2026-03-25T12:48:19.541Z] CPU(s): 8 [2026-03-25T12:48:19.541Z] On-line CPU(s) list: 0-7 [2026-03-25T12:48:19.541Z] Thread(s) per core: 1 [2026-03-25T12:48:19.541Z] Core(s) per socket: 1 [2026-03-25T12:48:19.541Z] Socket(s): 8 [2026-03-25T12:48:19.541Z] NUMA node(s): 1 [2026-03-25T12:48:19.541Z] Vendor ID: AuthenticAMD [2026-03-25T12:48:19.541Z] CPU family: 23 [2026-03-25T12:48:19.541Z] Model: 49 [2026-03-25T12:48:19.541Z] Model name: AMD EPYC-Rome Processor [2026-03-25T12:48:19.541Z] Stepping: 0 [2026-03-25T12:48:19.541Z] CPU MHz: 2799.998 [2026-03-25T12:48:19.541Z] BogoMIPS: 5599.99 [2026-03-25T12:48:19.541Z] Virtualization: AMD-V [2026-03-25T12:48:19.541Z] Hypervisor vendor: KVM [2026-03-25T12:48:19.541Z] Virtualization type: full [2026-03-25T12:48:19.541Z] L1d cache: 256 KiB [2026-03-25T12:48:19.541Z] L1i cache: 256 KiB [2026-03-25T12:48:19.541Z] L2 cache: 4 MiB [2026-03-25T12:48:19.541Z] L3 cache: 128 MiB [2026-03-25T12:48:19.541Z] NUMA node0 CPU(s): 0-7 [2026-03-25T12:48:19.541Z] Vulnerability Gather data sampling: Not affected [2026-03-25T12:48:19.541Z] Vulnerability Itlb multihit: Not affected [2026-03-25T12:48:19.541Z] Vulnerability L1tf: Not affected [2026-03-25T12:48:19.541Z] Vulnerability Mds: Not affected [2026-03-25T12:48:19.541Z] Vulnerability Meltdown: Not affected [2026-03-25T12:48:19.541Z] Vulnerability Mmio stale data: Not affected [2026-03-25T12:48:19.541Z] Vulnerability Retbleed: Vulnerable [2026-03-25T12:48:19.541Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2026-03-25T12:48:19.541Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2026-03-25T12:48:19.541Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2026-03-25T12:48:19.541Z] Vulnerability Srbds: Not affected [2026-03-25T12:48:19.541Z] Vulnerability Tsx async abort: Not affected [2026-03-25T12:48:19.541Z] 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 [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] ---> nproc: [2026-03-25T12:48:19.541Z] 8 [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] ---> df -h: [2026-03-25T12:48:19.541Z] Filesystem Size Used Avail Use% Mounted on [2026-03-25T12:48:19.541Z] overlay 155G 13G 143G 8% / [2026-03-25T12:48:19.541Z] tmpfs 64M 0 64M 0% /dev [2026-03-25T12:48:19.541Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2026-03-25T12:48:19.541Z] shm 64M 0 64M 0% /dev/shm [2026-03-25T12:48:19.541Z] /dev/vda1 155G 13G 143G 8% /facter-os [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] ---> sar -b -r -n DEV: [2026-03-25T12:48:19.541Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4063) 03/25/26 _x86_64_ (8 CPU) [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] 12:44:26 LINUX RESTART (8 CPU) [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] 12:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2026-03-25T12:48:19.541Z] 12:46:01 320.96 13.71 307.25 0.00 1654.52 117920.35 0.00 [2026-03-25T12:48:19.541Z] 12:47:01 64.16 0.22 63.95 0.00 2.67 27580.41 0.00 [2026-03-25T12:48:19.541Z] 12:48:01 181.30 0.72 180.59 0.00 30.13 77593.20 0.00 [2026-03-25T12:48:19.541Z] Average: 188.80 4.88 183.92 0.00 562.41 74362.05 0.00 [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] 12:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2026-03-25T12:48:19.541Z] 12:46:01 27695600 31344812 936608 2.85 115464 3727260 2218056 6.54 1441996 3241360 509916 [2026-03-25T12:48:19.541Z] 12:47:01 27966964 31532220 752400 2.29 123652 3644060 1675712 4.94 1121772 3298780 470352 [2026-03-25T12:48:19.541Z] 12:48:01 26416296 31486744 788580 2.40 173528 4960260 1759852 5.19 1264848 4562776 680 [2026-03-25T12:48:19.541Z] Average: 27359620 31454592 825863 2.51 137548 4110527 1884540 5.56 1276205 3700972 326983 [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] 12:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2026-03-25T12:48:19.541Z] 12:46:01 docker0 88.85 116.58 7.34 956.26 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:46:01 ens3 593.73 402.20 8553.88 121.37 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:46:01 veth8f04680 53.67 81.97 5.45 752.54 0.00 0.00 0.00 0.06 [2026-03-25T12:48:19.541Z] 12:46:01 lo 3.07 3.07 0.30 0.30 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:47:01 docker0 0.73 0.72 0.08 0.27 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:47:01 ens3 99.90 69.51 2523.75 14.06 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:47:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:48:01 docker0 56.87 84.19 5.47 755.54 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:48:01 ens3 412.75 260.97 8058.49 51.26 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:48:01 vethc13dc8a 0.03 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] 12:48:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] Average: docker0 48.82 67.16 4.30 570.66 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] Average: ens3 368.78 244.22 6378.49 62.23 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] Average: vethc13dc8a 0.01 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] Average: lo 1.98 1.98 0.19 0.19 0.00 0.00 0.00 0.00 [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] ---> sar -P ALL: [2026-03-25T12:48:19.541Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4063) 03/25/26 _x86_64_ (8 CPU) [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] 12:44:26 LINUX RESTART (8 CPU) [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] 12:45:01 CPU %user %nice %system %iowait %steal %idle [2026-03-25T12:48:19.541Z] 12:46:01 all 19.69 0.00 5.42 1.44 0.12 73.33 [2026-03-25T12:48:19.541Z] 12:46:01 0 21.13 0.00 5.47 1.91 0.12 71.37 [2026-03-25T12:48:19.541Z] 12:46:01 1 21.81 0.00 5.11 0.41 0.12 72.56 [2026-03-25T12:48:19.541Z] 12:46:01 2 19.97 0.00 5.02 0.49 0.12 74.40 [2026-03-25T12:48:19.541Z] 12:46:01 3 18.88 0.00 5.02 0.30 0.10 75.70 [2026-03-25T12:48:19.541Z] 12:46:01 4 20.18 0.00 5.99 3.57 0.10 70.16 [2026-03-25T12:48:19.541Z] 12:46:01 5 17.58 0.00 6.06 3.56 0.12 72.67 [2026-03-25T12:48:19.541Z] 12:46:01 6 19.51 0.00 5.62 0.44 0.14 74.30 [2026-03-25T12:48:19.541Z] 12:46:01 7 18.44 0.00 5.07 0.86 0.12 75.51 [2026-03-25T12:48:19.541Z] 12:47:01 all 45.67 0.00 7.17 0.39 0.15 46.61 [2026-03-25T12:48:19.541Z] 12:47:01 0 44.19 0.00 7.62 2.15 0.14 45.91 [2026-03-25T12:48:19.541Z] 12:47:01 1 45.75 0.00 7.55 0.14 0.14 46.43 [2026-03-25T12:48:19.541Z] 12:47:01 2 45.39 0.00 7.24 0.12 0.13 47.12 [2026-03-25T12:48:19.541Z] 12:47:01 3 45.83 0.00 7.36 0.02 0.17 46.63 [2026-03-25T12:48:19.541Z] 12:47:01 4 45.97 0.00 7.78 0.08 0.20 45.97 [2026-03-25T12:48:19.541Z] 12:47:01 5 46.09 0.00 5.99 0.07 0.14 47.72 [2026-03-25T12:48:19.541Z] 12:47:01 6 45.64 0.00 6.51 0.00 0.13 47.72 [2026-03-25T12:48:19.541Z] 12:47:01 7 46.49 0.00 7.35 0.59 0.15 45.41 [2026-03-25T12:48:19.541Z] 12:48:01 all 9.21 0.00 4.25 1.04 0.12 85.39 [2026-03-25T12:48:19.541Z] 12:48:01 0 9.90 0.00 3.80 2.09 0.12 84.09 [2026-03-25T12:48:19.541Z] 12:48:01 1 7.81 0.00 5.20 3.26 0.12 83.61 [2026-03-25T12:48:19.541Z] 12:48:01 2 10.58 0.00 4.05 0.34 0.14 84.89 [2026-03-25T12:48:19.541Z] 12:48:01 3 8.42 0.00 5.24 0.07 0.10 86.18 [2026-03-25T12:48:19.541Z] 12:48:01 4 8.30 0.00 5.00 2.04 0.12 84.55 [2026-03-25T12:48:19.541Z] 12:48:01 5 8.51 0.00 3.80 0.08 0.12 87.48 [2026-03-25T12:48:19.541Z] 12:48:01 6 9.62 0.00 3.34 0.12 0.12 86.80 [2026-03-25T12:48:19.541Z] 12:48:01 7 10.52 0.00 3.58 0.32 0.10 85.48 [2026-03-25T12:48:19.541Z] Average: all 24.88 0.00 5.62 0.96 0.13 68.42 [2026-03-25T12:48:19.541Z] Average: 0 25.07 0.00 5.63 2.05 0.12 67.13 [2026-03-25T12:48:19.541Z] Average: 1 25.15 0.00 5.95 1.27 0.12 67.51 [2026-03-25T12:48:19.541Z] Average: 2 25.33 0.00 5.44 0.32 0.13 68.78 [2026-03-25T12:48:19.541Z] Average: 3 24.42 0.00 5.87 0.13 0.12 69.45 [2026-03-25T12:48:19.541Z] Average: 4 24.86 0.00 6.26 1.89 0.14 66.85 [2026-03-25T12:48:19.541Z] Average: 5 24.07 0.00 5.29 1.24 0.12 69.27 [2026-03-25T12:48:19.541Z] Average: 6 24.95 0.00 5.16 0.19 0.13 69.58 [2026-03-25T12:48:19.541Z] Average: 7 25.15 0.00 5.33 0.59 0.12 68.80 [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z] [2026-03-25T12:48:19.541Z]