Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from de8a9e4021e17cbc71c5e83012003e0d749f91bf 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-ssh2900721230029336192.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh15998462317751575154.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh641906706246812046.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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-ssh17356845624111727257.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-ssh8028986215725290754.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-13012 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 Avoid second fetch Checking out Revision de8a9e4021e17cbc71c5e83012003e0d749f91bf (main) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de8a9e4021e17cbc71c5e83012003e0d749f91bf # timeout=10 Commit message: "Merge pull request #963 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.15.3" > git rev-list --no-walk 8c493fff9647d3841e3458894cca2b609074b696 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2026-06-15T10:09:20.228Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2026-06-15T10:09:20.305Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2026-06-15T10:09:20.338Z] ========================================================= [2026-06-15T10:09:20.338Z] EdgeX Global Pipelines Version Info [2026-06-15T10:09:20.338Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:09:21.446Z] ------------------- [2026-06-15T10:09:21.446Z] stable info: [2026-06-15T10:09:21.446Z] ------------------- [2026-06-15T10:09:21.446Z] Commited By: Ginny Guan ginny@iotechsys.com [2026-06-15T10:09:21.446Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-06-15T10:09:21.446Z] Message: update stable to v1.0.281 [2026-06-15T10:09:22.016Z] ------------------- [2026-06-15T10:09:22.016Z] experimental info: [2026-06-15T10:09:22.016Z] ------------------- [2026-06-15T10:09:22.016Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2026-06-15T10:09:22.016Z] Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [2026-06-15T10:09:22.016Z] Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2026-06-15T10:09:22.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2026-06-15T10:09:22.125Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2026-06-15T10:09:22.152Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2026-06-15T10:09:22.174Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2026-06-15T10:09:22.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2026-06-15T10:09:22.224Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2026-06-15T10:09:22.244Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2026-06-15T10:09:22.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2026-06-15T10:09:22.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2026-06-15T10:09:22.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2026-06-15T10:09:22.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2026-06-15T10:09:22.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2026-06-15T10:09:22.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2026-06-15T10:09:22.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2026-06-15T10:09:22.452Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2026-06-15T10:09:22.477Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2026-06-15T10:09:22.507Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2026-06-15T10:09:22.530Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2026-06-15T10:09:22.554Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2026-06-15T10:09:22.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2026-06-15T10:09:22.598Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2026-06-15T10:09:22.627Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2026-06-15T10:09:22.655Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2026-06-15T10:09:22.683Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2026-06-15T10:09:22.709Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2026-06-15T10:09:22.733Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2026-06-15T10:09:22.754Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2026-06-15T10:09:22.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2026-06-15T10:09:22.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2026-06-15T10:09:22.827Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2026-06-15T10:09:22.856Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de8a9e4021e17cbc71c5e83012003e0d749f91bf [Pipeline] echo [2026-06-15T10:09:22.881Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de8a9e4 [Pipeline] echo [2026-06-15T10:09:22.902Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2026-06-15T10:09:23.300Z] + git rev-list -1 --merges de8a9e4021e17cbc71c5e83012003e0d749f91bf~1..de8a9e4021e17cbc71c5e83012003e0d749f91bf [Pipeline] echo [2026-06-15T10:09:23.336Z] -----------> git rev-list -1 --merges de8a9e4021e17cbc71c5e83012003e0d749f91bf~1..de8a9e4021e17cbc71c5e83012003e0d749f91bf de8a9e4021e17cbc71c5e83012003e0d749f91bf [2026-06-15T10:09:23.336Z] de8a9e4021e17cbc71c5e83012003e0d749f91bf [false] [Pipeline] sh [2026-06-15T10:09:23.632Z] + git log --format=format:%s -1 de8a9e4021e17cbc71c5e83012003e0d749f91bf [Pipeline] echo [2026-06-15T10:09:23.646Z] ========================================================= [2026-06-15T10:09:23.646Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2026-06-15T10:09:23.646Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2026-06-15T10:09:23.986Z] + git log --format=format:%s -1 de8a9e4021e17cbc71c5e83012003e0d749f91bf [Pipeline] echo [2026-06-15T10:09:23.997Z] [semverPrep] GIT_COMMIT: de8a9e4021e17cbc71c5e83012003e0d749f91bf, Commit Message: Merge pull request #963 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.15.3 [Pipeline] echo [2026-06-15T10:09:24.017Z] [semverPrep] This is not a build commit. [Pipeline] sh [2026-06-15T10:09:24.377Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-15T10:09:24.377Z] + grep -v github /etc/ssh/ssh_known_hosts [2026-06-15T10:09:24.377Z] + [ -e /tmp/ssh_known_hosts ] [2026-06-15T10:09:24.377Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2026-06-15T10:09:24.377Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2026-06-15T10:09:24.377Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2026-06-15T10:09:24.377Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:09:24.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-15T10:09:24.737Z] [2026-06-15T10:09:24.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:09:25.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-15T10:09:25.309Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2026-06-15T10:09:25.309Z] 3dae71ba6b94: Pulling fs layer [2026-06-15T10:09:25.309Z] 6bf1a483ea7c: Pulling fs layer [2026-06-15T10:09:25.309Z] f5dfc541a4d3: Pulling fs layer [2026-06-15T10:09:25.309Z] 461d9e800cba: Pulling fs layer [2026-06-15T10:09:25.309Z] 80192f66455f: Pulling fs layer [2026-06-15T10:09:25.309Z] 2e8e34ca0e6c: Pulling fs layer [2026-06-15T10:09:25.309Z] a29436f7fd5d: Pulling fs layer [2026-06-15T10:09:25.309Z] 923cac83aea3: Pulling fs layer [2026-06-15T10:09:25.309Z] 25ad8b0a4227: Pulling fs layer [2026-06-15T10:09:25.309Z] db01528c6b51: Pulling fs layer [2026-06-15T10:09:25.309Z] 28988de357af: Pulling fs layer [2026-06-15T10:09:25.309Z] 461d9e800cba: Waiting [2026-06-15T10:09:25.309Z] 80192f66455f: Waiting [2026-06-15T10:09:25.309Z] 2e8e34ca0e6c: Waiting [2026-06-15T10:09:25.309Z] a29436f7fd5d: Waiting [2026-06-15T10:09:25.309Z] db01528c6b51: Waiting [2026-06-15T10:09:25.309Z] 28988de357af: Waiting [2026-06-15T10:09:25.309Z] 25ad8b0a4227: Waiting [2026-06-15T10:09:25.309Z] 6bf1a483ea7c: Verifying Checksum [2026-06-15T10:09:25.309Z] 6bf1a483ea7c: Download complete [2026-06-15T10:09:25.309Z] 461d9e800cba: Verifying Checksum [2026-06-15T10:09:25.309Z] 461d9e800cba: Download complete [2026-06-15T10:09:25.309Z] 80192f66455f: Verifying Checksum [2026-06-15T10:09:25.309Z] 80192f66455f: Download complete [2026-06-15T10:09:25.309Z] f5dfc541a4d3: Verifying Checksum [2026-06-15T10:09:25.309Z] f5dfc541a4d3: Download complete [2026-06-15T10:09:25.570Z] 3dae71ba6b94: Verifying Checksum [2026-06-15T10:09:25.570Z] 3dae71ba6b94: Download complete [2026-06-15T10:09:25.570Z] 923cac83aea3: Verifying Checksum [2026-06-15T10:09:25.570Z] 923cac83aea3: Download complete [2026-06-15T10:09:25.570Z] 25ad8b0a4227: Verifying Checksum [2026-06-15T10:09:25.570Z] 25ad8b0a4227: Download complete [2026-06-15T10:09:25.570Z] db01528c6b51: Verifying Checksum [2026-06-15T10:09:25.570Z] db01528c6b51: Download complete [2026-06-15T10:09:25.570Z] 28988de357af: Download complete [2026-06-15T10:09:25.830Z] a29436f7fd5d: Verifying Checksum [2026-06-15T10:09:25.830Z] a29436f7fd5d: Download complete [2026-06-15T10:09:26.398Z] 2e8e34ca0e6c: Verifying Checksum [2026-06-15T10:09:26.398Z] 2e8e34ca0e6c: Download complete [2026-06-15T10:09:26.964Z] 3dae71ba6b94: Pull complete [2026-06-15T10:09:27.223Z] 6bf1a483ea7c: Pull complete [2026-06-15T10:09:27.791Z] f5dfc541a4d3: Pull complete [2026-06-15T10:09:28.050Z] 461d9e800cba: Pull complete [2026-06-15T10:09:28.050Z] 80192f66455f: Pull complete [2026-06-15T10:09:32.247Z] 2e8e34ca0e6c: Pull complete [2026-06-15T10:09:32.816Z] a29436f7fd5d: Pull complete [2026-06-15T10:09:32.816Z] 923cac83aea3: Pull complete [2026-06-15T10:09:33.077Z] 25ad8b0a4227: Pull complete [2026-06-15T10:09:33.077Z] db01528c6b51: Pull complete [2026-06-15T10:09:33.077Z] 28988de357af: Pull complete [2026-06-15T10:09:33.077Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2026-06-15T10:09:33.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-15T10:09:33.077Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:09:33.237Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:09:33.265Z] $ 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-06-15T10:09:34.808Z] $ docker top 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 -eo pid,comm [2026-06-15T10:09:34.859Z] 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-06-15T10:09:34.860Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-15T10:09:34.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-15T10:09:34.927Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-15T10:09:35.021Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-15T10:09:35.019Z] $ docker exec 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 ssh-agent [2026-06-15T10:09:35.128Z] SSH_AUTH_SOCK=/tmp/ssh-3Kqcr5QJhB0F/agent.32 [2026-06-15T10:09:35.128Z] SSH_AGENT_PID=38 [2026-06-15T10:09:35.133Z] Running ssh-add (command line suppressed) [2026-06-15T10:09:35.233Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9748055338567544494.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9748055338567544494.key) [2026-06-15T10:09:35.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-15T10:09:35.553Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] sh [2026-06-15T10:09:35.841Z] + git tag --points-at HEAD [Pipeline] } [2026-06-15T10:09:35.851Z] $ docker exec --env ******** --env ******** 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 ssh-agent -k [2026-06-15T10:09:35.940Z] unset SSH_AUTH_SOCK; [2026-06-15T10:09:35.940Z] unset SSH_AGENT_PID; [2026-06-15T10:09:35.940Z] echo Agent pid 38 killed; [2026-06-15T10:09:35.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2026-06-15T10:09:36.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-15T10:09:36.006Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-15T10:09:36.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-15T10:09:36.107Z] $ docker exec 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 ssh-agent [2026-06-15T10:09:36.206Z] SSH_AUTH_SOCK=/tmp/ssh-lWQB1yxlQYVS/agent.85 [2026-06-15T10:09:36.206Z] SSH_AGENT_PID=91 [2026-06-15T10:09:36.213Z] Running ssh-add (command line suppressed) [2026-06-15T10:09:36.297Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7879895072605255958.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7879895072605255958.key) [2026-06-15T10:09:36.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-15T10:09:36.607Z] + git semver init [2026-06-15T10:09:36.867Z] 2026-06-15 10:09:36,804 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-15T10:09:36.867Z] 2026-06-15 10:09:36,808 [run_init] DEBUG init version:0.0.0 force:False [2026-06-15T10:09:36.867Z] 2026-06-15 10:09:36,809 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2026-06-15T10:09:36.867Z] 2026-06-15 10:09:36,809 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2026-06-15T10:09:36.867Z] 2026-06-15 10:09:36,809 [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-06-15T10:09:38.774Z] 2026-06-15 10:09:38,289 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude [2026-06-15T10:09:38.774Z] 2026-06-15 10:09:38,289 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False [2026-06-15T10:09:38.774Z] 2026-06-15 10:09:38,289 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:09:38.774Z] 2026-06-15 10:09:38,290 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:09:38.774Z] 4.1.0-dev.71 [Pipeline] } [2026-06-15T10:09:38.780Z] $ docker exec --env ******** --env ******** 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 ssh-agent -k [2026-06-15T10:09:38.876Z] unset SSH_AUTH_SOCK; [2026-06-15T10:09:38.876Z] unset SSH_AGENT_PID; [2026-06-15T10:09:38.876Z] echo Agent pid 91 killed; [2026-06-15T10:09:38.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-15T10:09:39.211Z] + git semver [Pipeline] } [2026-06-15T10:09:39.482Z] $ docker stop --time=1 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 [2026-06-15T10:09:40.750Z] $ docker rm -f --volumes 8fa05e0bf98adced353e32fd35d9564c1ba47d146015d050e8ca6e0fa416ee54 [Pipeline] // withDockerContainer [Pipeline] sh [2026-06-15T10:09:41.094Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2026-06-15T10:09:41.326Z] Stashed 1 file(s) [Pipeline] echo [2026-06-15T10:09:41.331Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.71 [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-06-15T10:09:41.707Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-15T10:09:41.728Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo [2026-06-15T10:09:41.750Z] ========================================================= [2026-06-15T10:09:41.750Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2026-06-15T10:09:41.750Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2026-06-15T10:09:42.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-06-15T10:09:42.070Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2026-06-15T10:09:42.070Z] 2d35ebdb57d9: Pulling fs layer [2026-06-15T10:09:42.070Z] c35fb4624d26: Pulling fs layer [2026-06-15T10:09:42.070Z] 4e2aec7ef170: Pulling fs layer [2026-06-15T10:09:42.070Z] 333b49ad6fbf: Pulling fs layer [2026-06-15T10:09:42.070Z] 4f4fb700ef54: Pulling fs layer [2026-06-15T10:09:42.070Z] c3e65509a76b: Pulling fs layer [2026-06-15T10:09:42.070Z] 7cf9ebb963bd: Pulling fs layer [2026-06-15T10:09:42.070Z] bb34ca984cfb: Pulling fs layer [2026-06-15T10:09:42.070Z] 151cf03bc807: Pulling fs layer [2026-06-15T10:09:42.070Z] c3e65509a76b: Waiting [2026-06-15T10:09:42.070Z] 7cf9ebb963bd: Waiting [2026-06-15T10:09:42.070Z] bb34ca984cfb: Waiting [2026-06-15T10:09:42.070Z] 151cf03bc807: Waiting [2026-06-15T10:09:42.070Z] 4f4fb700ef54: Waiting [2026-06-15T10:09:42.070Z] 333b49ad6fbf: Waiting [2026-06-15T10:09:42.070Z] c35fb4624d26: Verifying Checksum [2026-06-15T10:09:42.070Z] c35fb4624d26: Download complete [2026-06-15T10:09:42.070Z] 333b49ad6fbf: Verifying Checksum [2026-06-15T10:09:42.070Z] 333b49ad6fbf: Download complete [2026-06-15T10:09:42.070Z] 4f4fb700ef54: Verifying Checksum [2026-06-15T10:09:42.070Z] 4f4fb700ef54: Download complete [2026-06-15T10:09:42.070Z] c3e65509a76b: Verifying Checksum [2026-06-15T10:09:42.070Z] c3e65509a76b: Download complete [2026-06-15T10:09:42.070Z] 2d35ebdb57d9: Verifying Checksum [2026-06-15T10:09:42.070Z] 2d35ebdb57d9: Download complete [2026-06-15T10:09:42.331Z] 7cf9ebb963bd: Verifying Checksum [2026-06-15T10:09:42.331Z] 7cf9ebb963bd: Download complete [2026-06-15T10:09:42.331Z] 2d35ebdb57d9: Pull complete [2026-06-15T10:09:42.331Z] c35fb4624d26: Pull complete [2026-06-15T10:09:42.589Z] 4e2aec7ef170: Download complete [2026-06-15T10:09:42.589Z] 151cf03bc807: Verifying Checksum [2026-06-15T10:09:42.589Z] 151cf03bc807: Download complete [2026-06-15T10:09:42.847Z] bb34ca984cfb: Verifying Checksum [2026-06-15T10:09:42.847Z] bb34ca984cfb: Download complete [2026-06-15T10:09:47.040Z] 4e2aec7ef170: Pull complete [2026-06-15T10:09:47.040Z] 333b49ad6fbf: Pull complete [2026-06-15T10:09:47.040Z] 4f4fb700ef54: Pull complete [2026-06-15T10:09:47.040Z] c3e65509a76b: Pull complete [2026-06-15T10:09:47.976Z] 7cf9ebb963bd: Pull complete [2026-06-15T10:09:50.508Z] bb34ca984cfb: Pull complete [2026-06-15T10:09:51.077Z] 151cf03bc807: Pull complete [2026-06-15T10:09:51.077Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2026-06-15T10:09:51.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2026-06-15T10:09:51.077Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] sh [2026-06-15T10:09:51.367Z] + 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-06-15T10:09:51.680Z] + docker inspect -f . ci-base-image-x86_64 [2026-06-15T10:09:51.680Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:09:51.760Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:09:51.790Z] $ 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-06-15T10:09:53.295Z] $ docker top f633f7dd8645894ebe22303d423b5e42e61291c0eedc199e1b69e4999f24b087 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-15T10:09:53.638Z] + go version [2026-06-15T10:09:53.638Z] go version go1.25.2 linux/amd64 [Pipeline] } [2026-06-15T10:09:53.649Z] $ docker stop --time=1 f633f7dd8645894ebe22303d423b5e42e61291c0eedc199e1b69e4999f24b087 [2026-06-15T10:09:54.892Z] $ docker rm -f --volumes f633f7dd8645894ebe22303d423b5e42e61291c0eedc199e1b69e4999f24b087 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:09:55.334Z] + docker inspect -f . ci-base-image-x86_64 [2026-06-15T10:09:55.334Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:09:55.416Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:09:55.450Z] $ 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-06-15T10:09:55.663Z] $ docker top 9aa60d8ad4d41eb4656f9837508b0232b56ca34ba889a5a220fcfd14ec4210e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-15T10:09:56.010Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh [2026-06-15T10:09:56.327Z] + make test [2026-06-15T10:09:56.327Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2026-06-15T10:09:56.327Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.3 [2026-06-15T10:09:56.327Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.3 [2026-06-15T10:09:56.327Z] go: downloading github.com/stretchr/testify v1.11.1 [2026-06-15T10:09:56.586Z] go: downloading github.com/golang-jwt/jwt/v5 v5.3.1 [2026-06-15T10:09:56.586Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 [2026-06-15T10:09:56.846Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.3 [2026-06-15T10:09:56.846Z] go: downloading github.com/google/uuid v1.6.0 [2026-06-15T10:09:56.846Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2026-06-15T10:09:56.846Z] go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.2 [2026-06-15T10:09:56.846Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2026-06-15T10:09:56.846Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2026-06-15T10:09:56.846Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.2 [2026-06-15T10:09:57.104Z] go: downloading github.com/labstack/echo/v4 v4.15.3 [2026-06-15T10:09:57.104Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.1 [2026-06-15T10:09:57.104Z] go: downloading github.com/sirupsen/logrus v1.9.4 [2026-06-15T10:09:57.104Z] go: downloading github.com/openziti/sdk-golang v1.9.0 [2026-06-15T10:09:57.104Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2026-06-15T10:09:57.366Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2026-06-15T10:09:57.366Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2026-06-15T10:09:57.366Z] go: downloading github.com/stretchr/objx v0.5.2 [2026-06-15T10:09:57.366Z] go: downloading github.com/go-kit/log v0.2.1 [2026-06-15T10:09:57.366Z] go: downloading github.com/go-playground/validator/v10 v10.30.2 [2026-06-15T10:09:57.366Z] go: downloading github.com/fxamacker/cbor/v2 v2.9.2 [2026-06-15T10:09:57.366Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2026-06-15T10:09:57.366Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2026-06-15T10:09:57.366Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0 [2026-06-15T10:09:57.366Z] go: downloading golang.org/x/sys v0.46.0 [2026-06-15T10:09:57.366Z] go: downloading github.com/gorilla/websocket v1.5.3 [2026-06-15T10:09:57.366Z] go: downloading golang.org/x/net v0.56.0 [2026-06-15T10:09:57.366Z] go: downloading golang.org/x/sync v0.21.0 [2026-06-15T10:09:57.366Z] go: downloading github.com/labstack/gommon v0.5.0 [2026-06-15T10:09:57.366Z] go: downloading golang.org/x/crypto v0.53.0 [2026-06-15T10:09:57.632Z] go: downloading github.com/go-openapi/runtime v0.32.3 [2026-06-15T10:09:57.632Z] go: downloading github.com/go-openapi/strfmt v0.26.3 [2026-06-15T10:09:57.632Z] go: downloading github.com/go-resty/resty/v2 v2.17.2 [2026-06-15T10:09:57.890Z] go: downloading github.com/michaelquigley/pfxlog v0.6.10 [2026-06-15T10:09:57.890Z] go: downloading github.com/openziti/edge-api v0.32.0 [2026-06-15T10:09:58.830Z] go: downloading github.com/openziti/foundation/v2 v2.0.95 [2026-06-15T10:09:58.830Z] go: downloading github.com/openziti/identity v1.0.133 [2026-06-15T10:09:58.830Z] go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 [2026-06-15T10:09:58.830Z] go: downloading github.com/zitadel/oidc/v3 v3.47.5 [2026-06-15T10:09:58.830Z] go: downloading golang.org/x/oauth2 v0.36.0 [2026-06-15T10:09:58.830Z] go: downloading github.com/cenkalti/backoff/v4 v4.3.0 [2026-06-15T10:09:58.830Z] go: downloading github.com/kataras/go-events v0.0.3 [2026-06-15T10:09:58.830Z] go: downloading github.com/openziti/channel/v5 v5.0.10 [2026-06-15T10:09:58.830Z] go: downloading github.com/openziti/metrics v1.4.5 [2026-06-15T10:09:58.830Z] go: downloading github.com/openziti/secretstream v0.1.51 [2026-06-15T10:09:58.830Z] go: downloading github.com/openziti/transport/v2 v2.0.216 [2026-06-15T10:09:58.830Z] go: downloading github.com/pkg/errors v0.9.1 [2026-06-15T10:09:58.830Z] go: downloading google.golang.org/protobuf v1.36.11 [2026-06-15T10:09:58.830Z] go: downloading github.com/spf13/cast v1.10.0 [2026-06-15T10:09:58.830Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2026-06-15T10:09:59.090Z] go: downloading github.com/x448/float16 v0.8.4 [2026-06-15T10:09:59.090Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.13 [2026-06-15T10:09:59.090Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2026-06-15T10:09:59.090Z] go: downloading github.com/leodido/go-urn v1.4.0 [2026-06-15T10:09:59.090Z] go: downloading golang.org/x/text v0.38.0 [2026-06-15T10:09:59.090Z] go: downloading google.golang.org/grpc v1.79.3 [2026-06-15T10:09:59.090Z] go: downloading github.com/mattn/go-colorable v0.1.15 [2026-06-15T10:09:59.090Z] go: downloading github.com/mattn/go-isatty v0.0.22 [2026-06-15T10:09:59.350Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2026-06-15T10:09:59.350Z] go: downloading github.com/go-openapi/errors v0.22.8 [2026-06-15T10:09:59.350Z] go: downloading github.com/go-openapi/swag/fileutils v0.26.1 [2026-06-15T10:09:59.350Z] go: downloading github.com/go-openapi/swag/jsonutils v0.26.1 [2026-06-15T10:09:59.350Z] go: downloading github.com/go-openapi/swag v0.26.1 [2026-06-15T10:09:59.350Z] go: downloading github.com/go-openapi/swag/stringutils v0.26.1 [2026-06-15T10:09:59.350Z] go: downloading github.com/go-openapi/runtime/server-middleware v0.32.3 [2026-06-15T10:09:59.350Z] go: downloading go.opentelemetry.io/otel v1.44.0 [2026-06-15T10:09:59.610Z] go: downloading go.opentelemetry.io/otel/trace v1.44.0 [2026-06-15T10:09:59.610Z] go: downloading github.com/go-viper/mapstructure/v2 v2.5.0 [2026-06-15T10:09:59.610Z] go: downloading github.com/oklog/ulid/v2 v2.1.1 [2026-06-15T10:09:59.610Z] go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d [2026-06-15T10:09:59.610Z] go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa [2026-06-15T10:09:59.610Z] go: downloading github.com/go-openapi/validate v0.26.0 [2026-06-15T10:09:59.870Z] go: downloading github.com/shirou/gopsutil/v4 v4.26.5 [2026-06-15T10:09:59.870Z] go: downloading github.com/emirpasic/gods v1.18.1 [2026-06-15T10:09:59.870Z] go: downloading github.com/fsnotify/fsnotify v1.10.1 [2026-06-15T10:09:59.870Z] go: downloading github.com/go-jose/go-jose/v4 v4.1.4 [2026-06-15T10:09:59.870Z] go: downloading github.com/muhlemmer/gu v0.3.1 [2026-06-15T10:09:59.870Z] go: downloading github.com/zitadel/schema v1.3.2 [2026-06-15T10:09:59.870Z] go: downloading github.com/speps/go-hashids v2.0.0+incompatible [2026-06-15T10:09:59.870Z] go: downloading github.com/go-playground/locales v0.14.1 [2026-06-15T10:09:59.870Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2026-06-15T10:09:59.870Z] go: downloading github.com/go-openapi/swag/typeutils v0.26.1 [2026-06-15T10:09:59.870Z] go: downloading github.com/go-openapi/analysis v0.25.2 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/loads v0.24.0 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/spec v0.22.5 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/conv v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading go.yaml.in/yaml/v3 v3.0.4 [2026-06-15T10:10:00.131Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 [2026-06-15T10:10:00.131Z] go: downloading golang.org/x/term v0.44.0 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/cmdutils v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/jsonname v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/loading v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/mangling v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/netutils v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/swag/yamlutils v0.26.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-logr/logr v1.4.3 [2026-06-15T10:10:00.131Z] go: downloading go.opentelemetry.io/otel/metric v1.44.0 [2026-06-15T10:10:00.131Z] go: downloading github.com/zitadel/logging v0.7.0 [2026-06-15T10:10:00.131Z] go: downloading github.com/gorilla/securecookie v1.1.2 [2026-06-15T10:10:00.131Z] go: downloading github.com/tklauser/go-sysconf v0.4.0 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/jsonpointer v0.23.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-openapi/jsonreference v0.21.6 [2026-06-15T10:10:00.131Z] go: downloading go.opentelemetry.io/auto/sdk v1.2.1 [2026-06-15T10:10:00.131Z] go: downloading github.com/go-logr/stdr v1.2.2 [2026-06-15T10:10:00.131Z] go: downloading github.com/cespare/xxhash/v2 v2.3.0 [2026-06-15T10:10:00.392Z] go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 [2026-06-15T10:10:00.392Z] go: downloading github.com/tklauser/numcpus v0.12.0 [2026-06-15T10:10:15.265Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap coverage: 0.0% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/config 20.033s coverage: 33.8% of statements [2026-06-15T10:10:33.554Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/container coverage: 0.0% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/controller 0.016s coverage: 93.4% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/environment 0.015s coverage: 88.1% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/file 0.335s coverage: 86.5% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/flags 0.008s coverage: 84.4% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers 1.036s coverage: 41.0% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers/headers 0.012s coverage: 85.3% of statements [2026-06-15T10:10:33.554Z] ? github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces [no test files] [2026-06-15T10:10:33.554Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces/mocks coverage: 0.0% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/messaging 0.014s coverage: 88.9% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/metrics 0.309s coverage: 89.1% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/registration 0.007s coverage: 23.5% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/secret 3.030s coverage: 72.1% of statements [2026-06-15T10:10:33.554Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/startup coverage: 0.0% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/utils 0.009s coverage: 50.9% of statements [2026-06-15T10:10:33.554Z] github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/zerotrust coverage: 0.0% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/config 0.017s coverage: 38.9% of statements [2026-06-15T10:10:33.554Z] ok github.com/edgexfoundry/go-mod-bootstrap/v4/di 0.008s coverage: 91.3% of statements [2026-06-15T10:10:45.802Z] 0 issues. [2026-06-15T10:10:45.802Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2026-06-15T10:10:49.316Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2026-06-15T10:10:49.582Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2026-06-15T10:10:49.595Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] } [2026-06-15T10:10:49.618Z] $ docker stop --time=1 9aa60d8ad4d41eb4656f9837508b0232b56ca34ba889a5a220fcfd14ec4210e1 [2026-06-15T10:10:51.162Z] $ docker rm -f --volumes 9aa60d8ad4d41eb4656f9837508b0232b56ca34ba889a5a220fcfd14ec4210e1 [Pipeline] // withDockerContainer [Pipeline] sh [2026-06-15T10:10:52.233Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2026-06-15T10:10:52.342Z] 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-06-15T10:10:53.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-15T10:10:53.118Z] [2026-06-15T10:10:53.118Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:10:53.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-15T10:10:53.608Z] latest: Pulling from edgex-lftools-log-publisher [2026-06-15T10:10:53.608Z] 5eb5b503b376: Pulling fs layer [2026-06-15T10:10:53.608Z] 5c69ac0246d0: Pulling fs layer [2026-06-15T10:10:53.608Z] ec43610c2a17: Pulling fs layer [2026-06-15T10:10:53.608Z] 3a2ae6a8a46f: Pulling fs layer [2026-06-15T10:10:53.608Z] 33b1e0a273af: Pulling fs layer [2026-06-15T10:10:53.608Z] 5d3b04190fa2: Pulling fs layer [2026-06-15T10:10:53.608Z] 2f39f015ded8: Pulling fs layer [2026-06-15T10:10:53.608Z] 3a2ae6a8a46f: Waiting [2026-06-15T10:10:53.608Z] 33b1e0a273af: Waiting [2026-06-15T10:10:53.608Z] 5d3b04190fa2: Waiting [2026-06-15T10:10:53.608Z] 2f39f015ded8: Waiting [2026-06-15T10:10:53.608Z] 5c69ac0246d0: Verifying Checksum [2026-06-15T10:10:53.608Z] 5c69ac0246d0: Download complete [2026-06-15T10:10:53.608Z] 3a2ae6a8a46f: Download complete [2026-06-15T10:10:53.608Z] 33b1e0a273af: Verifying Checksum [2026-06-15T10:10:53.608Z] 33b1e0a273af: Download complete [2026-06-15T10:10:53.608Z] 5d3b04190fa2: Verifying Checksum [2026-06-15T10:10:53.608Z] 5d3b04190fa2: Download complete [2026-06-15T10:10:53.608Z] ec43610c2a17: Verifying Checksum [2026-06-15T10:10:53.608Z] ec43610c2a17: Download complete [2026-06-15T10:10:53.608Z] 5eb5b503b376: Verifying Checksum [2026-06-15T10:10:53.608Z] 5eb5b503b376: Download complete [2026-06-15T10:10:54.254Z] 2f39f015ded8: Download complete [2026-06-15T10:10:55.596Z] 5eb5b503b376: Pull complete [2026-06-15T10:10:55.596Z] 5c69ac0246d0: Pull complete [2026-06-15T10:10:55.863Z] ec43610c2a17: Pull complete [2026-06-15T10:10:55.863Z] 3a2ae6a8a46f: Pull complete [2026-06-15T10:10:56.148Z] 33b1e0a273af: Pull complete [2026-06-15T10:10:56.148Z] 5d3b04190fa2: Pull complete [2026-06-15T10:11:01.780Z] 2f39f015ded8: Pull complete [2026-06-15T10:11:01.780Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2026-06-15T10:11:01.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-15T10:11:01.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:11:02.027Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:11:02.188Z] $ 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-06-15T10:11:03.108Z] $ docker top f3aa81dc09d52b36b599dd903c879109944e7b3534322458443694ffe5ba4ab4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:11:03.646Z] ---> job-cost.sh [2026-06-15T10:11:03.646Z] lf-activate-venv: SKIPPING [2026-06-15T10:11:03.646Z] INFO: No Stack... [2026-06-15T10:11:04.057Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-06-15T10:11:04.360Z] INFO: Archiving Costs [Pipeline] sh [2026-06-15T10:11:04.751Z] + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [2026-06-15T10:11:04.751Z] + cut -d, -f6 [Pipeline] lock [2026-06-15T10:11:04.857Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-437-stack-cost] [2026-06-15T10:11:04.893Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-437-stack-cost] did not exist. Created. [2026-06-15T10:11:04.926Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-437-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2026-06-15T10:11:05.546Z] + echo total: 0.2199999988079071 [Pipeline] stash [2026-06-15T10:11:05.655Z] Stashed 1 file(s) [Pipeline] } [2026-06-15T10:11:05.707Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-437-stack-cost] [Pipeline] // lock [Pipeline] } [2026-06-15T10:11:05.767Z] $ docker stop --time=1 f3aa81dc09d52b36b599dd903c879109944e7b3534322458443694ffe5ba4ab4 [2026-06-15T10:11:06.962Z] $ docker rm -f --volumes f3aa81dc09d52b36b599dd903c879109944e7b3534322458443694ffe5ba4ab4 [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-06-15T10:11:07.338Z] provisioning config files... [2026-06-15T10:11:07.354Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config3439689951101861530tmp [Pipeline] { [Pipeline] sh [2026-06-15T10:11:07.722Z] + set +x [2026-06-15T10:11:07.722Z] + bash -s -- [2026-06-15T10:11:07.722Z] + curl -s https://codecov.io/bash [2026-06-15T10:11:07.722Z] [2026-06-15T10:11:07.722Z] _____ _ [2026-06-15T10:11:07.722Z] / ____| | | [2026-06-15T10:11:07.722Z] | | ___ __| | ___ ___ _____ __ [2026-06-15T10:11:07.722Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2026-06-15T10:11:07.722Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2026-06-15T10:11:07.722Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2026-06-15T10:11:07.722Z] Bash-1.0.6 [2026-06-15T10:11:07.722Z] [2026-06-15T10:11:07.722Z] [2026-06-15T10:11:07.722Z] ==> git version 2.25.1 found [2026-06-15T10:11:07.722Z] ==> 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-06-15T10:11:07.722Z] Release-Date: 2020-01-08 [2026-06-15T10:11:07.722Z] 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-06-15T10:11:07.722Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2026-06-15T10:11:07.722Z] ==> Jenkins CI detected. [2026-06-15T10:11:07.722Z] current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main [2026-06-15T10:11:07.722Z] project root: . [2026-06-15T10:11:07.722Z] --> token set from env [2026-06-15T10:11:07.722Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2026-06-15T10:11:07.985Z] ==> Running gcov in . (disable via -X gcov) [2026-06-15T10:11:07.985Z] ==> Python coveragepy not found [2026-06-15T10:11:07.985Z] ==> Searching for coverage reports in: [2026-06-15T10:11:07.985Z] + . [2026-06-15T10:11:07.985Z] -> Found 1 reports [2026-06-15T10:11:07.985Z] ==> Detecting git/mercurial file structure [2026-06-15T10:11:07.985Z] ==> Reading reports [2026-06-15T10:11:07.985Z] + ./coverage.out bytes=169982 [2026-06-15T10:11:07.985Z] ==> Appending adjustments [2026-06-15T10:11:07.985Z] https://docs.codecov.io/docs/fixing-reports [2026-06-15T10:11:08.258Z] + Found adjustments [2026-06-15T10:11:08.258Z] ==> Gzipping contents [2026-06-15T10:11:08.258Z] 24K /tmp/codecov.QYm32P.gz [2026-06-15T10:11:08.258Z] ==> Uploading reports [2026-06-15T10:11:08.258Z] url: https://codecov.io [2026-06-15T10:11:08.258Z] query: branch=main&commit=de8a9e4021e17cbc71c5e83012003e0d749f91bf&build=437&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F437%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2026-06-15T10:11:08.258Z] -> Pinging Codecov [2026-06-15T10:11:08.258Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=de8a9e4021e17cbc71c5e83012003e0d749f91bf&build=437&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F437%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2026-06-15T10:11:08.519Z] -> Uploading to [2026-06-15T10:11:08.519Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-bootstrap/de8a9e4021e17cbc71c5e83012003e0d749f91bf/76df30ad-81ca-4a52-8a02-c345c33b87ae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260615%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260615T101108Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=6be67cb4a3ff9291914a46bff968017618942839cfd7c507beffa9cd0536c552 [2026-06-15T10:11:08.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2026-06-15T10:11:08.520Z] Dload Upload Total Spent Left Speed [2026-06-15T10:11:08.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22385 0 0 100 22385 0 106k --:--:-- --:--:-- --:--:-- 106k [2026-06-15T10:11:08.780Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/de8a9e4021e17cbc71c5e83012003e0d749f91bf [Pipeline] } [2026-06-15T10:11:08.788Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2026-06-15T10:11:09.064Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2026-06-15T10:11:09.080Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:11:09.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-06-15T10:11:09.378Z] [2026-06-15T10:11:09.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:11:09.682Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-06-15T10:11:09.682Z] latest: Pulling from edgex-devops/edgex-snyk-go [2026-06-15T10:11:09.682Z] 2d35ebdb57d9: Already exists [2026-06-15T10:11:09.682Z] 85e8836fcdb2: Pulling fs layer [2026-06-15T10:11:09.682Z] 91631faa732a: Pulling fs layer [2026-06-15T10:11:09.682Z] f3f5ae8826fa: Pulling fs layer [2026-06-15T10:11:09.682Z] 4f4fb700ef54: Pulling fs layer [2026-06-15T10:11:09.682Z] 7861252a18e6: Pulling fs layer [2026-06-15T10:11:09.682Z] 9130f900ef6f: Pulling fs layer [2026-06-15T10:11:09.682Z] 4f4fb700ef54: Waiting [2026-06-15T10:11:09.682Z] 7861252a18e6: Waiting [2026-06-15T10:11:09.682Z] 9130f900ef6f: Waiting [2026-06-15T10:11:09.682Z] f3f5ae8826fa: Download complete [2026-06-15T10:11:09.682Z] 85e8836fcdb2: Verifying Checksum [2026-06-15T10:11:09.682Z] 85e8836fcdb2: Download complete [2026-06-15T10:11:09.682Z] 4f4fb700ef54: Verifying Checksum [2026-06-15T10:11:09.682Z] 4f4fb700ef54: Download complete [2026-06-15T10:11:09.682Z] 85e8836fcdb2: Pull complete [2026-06-15T10:11:09.941Z] 7861252a18e6: Verifying Checksum [2026-06-15T10:11:09.941Z] 7861252a18e6: Download complete [2026-06-15T10:11:10.508Z] 91631faa732a: Verifying Checksum [2026-06-15T10:11:10.508Z] 91631faa732a: Download complete [2026-06-15T10:11:11.187Z] 9130f900ef6f: Verifying Checksum [2026-06-15T10:11:11.187Z] 9130f900ef6f: Download complete [2026-06-15T10:11:15.525Z] 91631faa732a: Pull complete [2026-06-15T10:11:15.525Z] f3f5ae8826fa: Pull complete [2026-06-15T10:11:15.525Z] 4f4fb700ef54: Pull complete [2026-06-15T10:11:15.525Z] 7861252a18e6: Pull complete [2026-06-15T10:11:20.045Z] 9130f900ef6f: Pull complete [2026-06-15T10:11:20.045Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2026-06-15T10:11:20.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2026-06-15T10:11:20.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:11:20.175Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:11:20.388Z] $ 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-06-15T10:11:21.853Z] $ docker top d28138a88e6c5b94e0871715d35e7e512e18d7c92d0df87700164256f57229fe -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-15T10:11:22.193Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] echo [2026-06-15T10:11:22.207Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh [2026-06-15T10:11:22.488Z] + set -o pipefail [2026-06-15T10:11:22.488Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' [2026-06-15T10:11:30.768Z] [2026-06-15T10:11:30.768Z] Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v4)... [2026-06-15T10:11:30.768Z] [2026-06-15T10:11:30.768Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38043815-24ee-49a2-867d-492929c96656/history/510cf95f-be20-4b3f-b2ef-910fb46b9e07 [2026-06-15T10:11:30.768Z] [2026-06-15T10:11:30.768Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2026-06-15T10:11:30.768Z] [2026-06-15T10:11:30.768Z] [2026-06-15T10:11:30.768Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2026-06-15T10:11:30.768Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2026-06-15T10:11:30.785Z] $ docker stop --time=1 d28138a88e6c5b94e0871715d35e7e512e18d7c92d0df87700164256f57229fe [2026-06-15T10:11:32.803Z] $ docker rm -f --volumes d28138a88e6c5b94e0871715d35e7e512e18d7c92d0df87700164256f57229fe [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-06-15T10:11:33.635Z] + git log --format=format:%s -1 de8a9e4021e17cbc71c5e83012003e0d749f91bf [Pipeline] sh [2026-06-15T10:11:33.927Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-15T10:11:33.927Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:11:34.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-15T10:11:34.297Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:11:34.372Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:11:34.407Z] $ 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-06-15T10:11:34.652Z] $ docker top a3b23bec44aa2c236c72f3fbc860eb10d44d614af6ac7b0acbae87e5790ec8e1 -eo pid,comm [2026-06-15T10:11:34.691Z] 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-06-15T10:11:34.691Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-15T10:11:34.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-15T10:11:34.747Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-15T10:11:34.865Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-15T10:11:34.872Z] $ docker exec a3b23bec44aa2c236c72f3fbc860eb10d44d614af6ac7b0acbae87e5790ec8e1 ssh-agent [2026-06-15T10:11:34.967Z] SSH_AUTH_SOCK=/tmp/ssh-hyABARAmDDBw/agent.32 [2026-06-15T10:11:34.968Z] SSH_AGENT_PID=38 [2026-06-15T10:11:34.972Z] Running ssh-add (command line suppressed) [2026-06-15T10:11:35.072Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8523652041065095929.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8523652041065095929.key) [2026-06-15T10:11:35.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-15T10:11:35.374Z] + git semver tag [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,583 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,586 [run_tag] DEBUG tag force:False [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,586 [check_head_tag] DEBUG check head tag [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,588 [execute] INFO git cat-file --batch-check [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,588 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=, shell=False, universal_newlines=False) [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,590 [execute] INFO git cat-file --batch [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,590 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=, shell=False, universal_newlines=False) [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,619 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,619 [execute] INFO git tag -a v4.1.0-dev.71 -m v4.1.0-dev.71 [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,619 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.71', '-m', 'v4.1.0-dev.71'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) [2026-06-15T10:11:35.632Z] 2026-06-15 10:11:35,622 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:11:35.632Z] 4.1.0-dev.71 [Pipeline] } [2026-06-15T10:11:35.903Z] $ docker exec --env ******** --env ******** a3b23bec44aa2c236c72f3fbc860eb10d44d614af6ac7b0acbae87e5790ec8e1 ssh-agent -k [2026-06-15T10:11:35.992Z] unset SSH_AUTH_SOCK; [2026-06-15T10:11:35.992Z] unset SSH_AGENT_PID; [2026-06-15T10:11:35.992Z] echo Agent pid 38 killed; [2026-06-15T10:11:35.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-15T10:11:36.329Z] + git semver [Pipeline] } [2026-06-15T10:11:36.603Z] $ docker stop --time=1 a3b23bec44aa2c236c72f3fbc860eb10d44d614af6ac7b0acbae87e5790ec8e1 [2026-06-15T10:11:37.879Z] $ docker rm -f --volumes a3b23bec44aa2c236c72f3fbc860eb10d44d614af6ac7b0acbae87e5790ec8e1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:11:38.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-06-15T10:11:38.311Z] [2026-06-15T10:11:38.311Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:11:38.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-06-15T10:11:38.613Z] 0.23.1-centos7: Pulling from edgex-lftools [2026-06-15T10:11:38.613Z] ab5ef0e58194: Pulling fs layer [2026-06-15T10:11:38.613Z] 9712f1f96733: Pulling fs layer [2026-06-15T10:11:38.613Z] 63f879dbbcfc: Pulling fs layer [2026-06-15T10:11:38.613Z] 0d9ebad4ef96: Pulling fs layer [2026-06-15T10:11:38.613Z] e9a5061849ea: Pulling fs layer [2026-06-15T10:11:38.613Z] d747dcd14b5f: Pulling fs layer [2026-06-15T10:11:38.613Z] 2de7ff778b66: Pulling fs layer [2026-06-15T10:11:38.613Z] 0d9ebad4ef96: Waiting [2026-06-15T10:11:38.613Z] e9a5061849ea: Waiting [2026-06-15T10:11:38.613Z] d747dcd14b5f: Waiting [2026-06-15T10:11:38.613Z] 2de7ff778b66: Waiting [2026-06-15T10:11:38.613Z] 9712f1f96733: Verifying Checksum [2026-06-15T10:11:38.613Z] 9712f1f96733: Download complete [2026-06-15T10:11:38.872Z] 63f879dbbcfc: Verifying Checksum [2026-06-15T10:11:38.872Z] 63f879dbbcfc: Download complete [2026-06-15T10:11:39.137Z] e9a5061849ea: Verifying Checksum [2026-06-15T10:11:39.137Z] e9a5061849ea: Download complete [2026-06-15T10:11:39.137Z] d747dcd14b5f: Verifying Checksum [2026-06-15T10:11:39.137Z] d747dcd14b5f: Download complete [2026-06-15T10:11:39.137Z] 0d9ebad4ef96: Verifying Checksum [2026-06-15T10:11:39.137Z] 0d9ebad4ef96: Download complete [2026-06-15T10:11:39.137Z] 2de7ff778b66: Verifying Checksum [2026-06-15T10:11:39.137Z] 2de7ff778b66: Download complete [2026-06-15T10:11:39.512Z] ab5ef0e58194: Verifying Checksum [2026-06-15T10:11:39.512Z] ab5ef0e58194: Download complete [2026-06-15T10:11:43.033Z] ab5ef0e58194: Pull complete [2026-06-15T10:11:43.033Z] 9712f1f96733: Pull complete [2026-06-15T10:11:43.691Z] 63f879dbbcfc: Pull complete [2026-06-15T10:11:48.548Z] 0d9ebad4ef96: Pull complete [2026-06-15T10:11:48.813Z] e9a5061849ea: Pull complete [2026-06-15T10:11:48.813Z] d747dcd14b5f: Pull complete [2026-06-15T10:11:50.218Z] 2de7ff778b66: Pull complete [2026-06-15T10:11:50.218Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2026-06-15T10:11:50.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2026-06-15T10:11:50.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:11:50.312Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:11:50.340Z] $ 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-06-15T10:11:51.671Z] $ docker top d42e2a0fb4bc154a459ee15a21302d162ea72b4c10300392d93baf9796c2999c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2026-06-15T10:11:51.738Z] provisioning config files... [2026-06-15T10:11:51.744Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config15081485123438376330tmp [2026-06-15T10:11:51.754Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config13786846727644958521tmp [2026-06-15T10:11:51.761Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6935227904251313550tmp [Pipeline] { [Pipeline] echo [2026-06-15T10:11:51.959Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:11:52.296Z] ---> sigul-configuration.sh [2026-06-15T10:11:52.297Z] gpg: directory `/root/.gnupg' created [2026-06-15T10:11:52.297Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2026-06-15T10:11:52.297Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2026-06-15T10:11:52.297Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2026-06-15T10:11:52.297Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2026-06-15T10:11:52.297Z] gpg: CAST5 encrypted data [2026-06-15T10:11:52.297Z] gpg: encrypted with 1 passphrase [2026-06-15T10:11:52.297Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2026-06-15T10:11:52.709Z] + mkdir /home/jenkins [2026-06-15T10:11:52.709Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2026-06-15T10:11:53.073Z] + 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-06-15T10:11:53.106Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:11:53.499Z] ---> sigul-install.sh [2026-06-15T10:11:53.499Z] Sigul already installed; skipping installation. [Pipeline] sh [2026-06-15T10:11:53.848Z] + git tag --list [2026-06-15T10:11:53.848Z] v0.0.1 [2026-06-15T10:11:53.848Z] v0.0.10 [2026-06-15T10:11:53.848Z] v0.0.11 [2026-06-15T10:11:53.848Z] v0.0.12 [2026-06-15T10:11:53.848Z] v0.0.13 [2026-06-15T10:11:53.848Z] v0.0.14 [2026-06-15T10:11:53.848Z] v0.0.15 [2026-06-15T10:11:53.848Z] v0.0.16 [2026-06-15T10:11:53.848Z] v0.0.17 [2026-06-15T10:11:53.848Z] v0.0.18 [2026-06-15T10:11:53.848Z] v0.0.19 [2026-06-15T10:11:53.848Z] v0.0.2 [2026-06-15T10:11:53.848Z] v0.0.20 [2026-06-15T10:11:53.848Z] v0.0.21 [2026-06-15T10:11:53.848Z] v0.0.22 [2026-06-15T10:11:53.848Z] v0.0.23 [2026-06-15T10:11:53.848Z] v0.0.24 [2026-06-15T10:11:53.848Z] v0.0.25 [2026-06-15T10:11:53.848Z] v0.0.26 [2026-06-15T10:11:53.848Z] v0.0.27 [2026-06-15T10:11:53.848Z] v0.0.28 [2026-06-15T10:11:53.848Z] v0.0.29 [2026-06-15T10:11:53.848Z] v0.0.3 [2026-06-15T10:11:53.848Z] v0.0.30 [2026-06-15T10:11:53.848Z] v0.0.31 [2026-06-15T10:11:53.848Z] v0.0.32 [2026-06-15T10:11:53.848Z] v0.0.33 [2026-06-15T10:11:53.848Z] v0.0.34 [2026-06-15T10:11:53.848Z] v0.0.35 [2026-06-15T10:11:53.848Z] v0.0.36 [2026-06-15T10:11:53.848Z] v0.0.37 [2026-06-15T10:11:53.848Z] v0.0.38 [2026-06-15T10:11:53.848Z] v0.0.39 [2026-06-15T10:11:53.848Z] v0.0.4 [2026-06-15T10:11:53.848Z] v0.0.40 [2026-06-15T10:11:53.848Z] v0.0.41 [2026-06-15T10:11:53.848Z] v0.0.42 [2026-06-15T10:11:53.848Z] v0.0.43 [2026-06-15T10:11:53.848Z] v0.0.44 [2026-06-15T10:11:53.848Z] v0.0.45 [2026-06-15T10:11:53.848Z] v0.0.46 [2026-06-15T10:11:53.848Z] v0.0.47 [2026-06-15T10:11:53.848Z] v0.0.48 [2026-06-15T10:11:53.848Z] v0.0.49 [2026-06-15T10:11:53.848Z] v0.0.5 [2026-06-15T10:11:53.848Z] v0.0.50 [2026-06-15T10:11:53.848Z] v0.0.51 [2026-06-15T10:11:53.848Z] v0.0.52 [2026-06-15T10:11:53.848Z] v0.0.53 [2026-06-15T10:11:53.848Z] v0.0.54 [2026-06-15T10:11:53.848Z] v0.0.55 [2026-06-15T10:11:53.848Z] v0.0.56 [2026-06-15T10:11:53.848Z] v0.0.57 [2026-06-15T10:11:53.848Z] v0.0.58 [2026-06-15T10:11:53.848Z] v0.0.59 [2026-06-15T10:11:53.848Z] v0.0.6 [2026-06-15T10:11:53.848Z] v0.0.60 [2026-06-15T10:11:53.848Z] v0.0.61 [2026-06-15T10:11:53.848Z] v0.0.62 [2026-06-15T10:11:53.848Z] v0.0.63 [2026-06-15T10:11:53.848Z] v0.0.64 [2026-06-15T10:11:53.848Z] v0.0.65 [2026-06-15T10:11:53.848Z] v0.0.66 [2026-06-15T10:11:53.848Z] v0.0.67 [2026-06-15T10:11:53.848Z] v0.0.68 [2026-06-15T10:11:53.848Z] v0.0.69 [2026-06-15T10:11:53.848Z] v0.0.7 [2026-06-15T10:11:53.848Z] v0.0.70 [2026-06-15T10:11:53.848Z] v0.0.71 [2026-06-15T10:11:53.848Z] v0.0.72 [2026-06-15T10:11:53.848Z] v0.0.8 [2026-06-15T10:11:53.848Z] v0.0.9 [2026-06-15T10:11:53.848Z] v2.0.0 [2026-06-15T10:11:53.848Z] v2.1.0 [2026-06-15T10:11:53.848Z] v2.1.1 [2026-06-15T10:11:53.848Z] v2.2.0 [2026-06-15T10:11:53.848Z] v2.3.0 [2026-06-15T10:11:53.848Z] v3.0 [2026-06-15T10:11:53.848Z] v3.0.0 [2026-06-15T10:11:53.848Z] v3.0.1 [2026-06-15T10:11:53.848Z] v3.1 [2026-06-15T10:11:53.848Z] v3.1.0 [2026-06-15T10:11:53.848Z] v4.0 [2026-06-15T10:11:53.848Z] v4.0.0 [2026-06-15T10:11:53.848Z] v4.0.1 [2026-06-15T10:11:53.848Z] v4.0.2 [2026-06-15T10:11:53.848Z] v4.0.3 [2026-06-15T10:11:53.848Z] v4.0.4 [2026-06-15T10:11:53.848Z] v4.0.4-dev.1 [2026-06-15T10:11:53.848Z] v4.0.4-dev.2 [2026-06-15T10:11:53.848Z] v4.0.4-dev.3 [2026-06-15T10:11:53.848Z] v4.0.5 [2026-06-15T10:11:53.848Z] v4.1.0-dev.1 [2026-06-15T10:11:53.848Z] v4.1.0-dev.10 [2026-06-15T10:11:53.848Z] v4.1.0-dev.11 [2026-06-15T10:11:53.848Z] v4.1.0-dev.12 [2026-06-15T10:11:53.848Z] v4.1.0-dev.13 [2026-06-15T10:11:53.848Z] v4.1.0-dev.14 [2026-06-15T10:11:53.848Z] v4.1.0-dev.15 [2026-06-15T10:11:53.848Z] v4.1.0-dev.16 [2026-06-15T10:11:53.848Z] v4.1.0-dev.17 [2026-06-15T10:11:53.848Z] v4.1.0-dev.18 [2026-06-15T10:11:53.848Z] v4.1.0-dev.19 [2026-06-15T10:11:53.848Z] v4.1.0-dev.2 [2026-06-15T10:11:53.848Z] v4.1.0-dev.20 [2026-06-15T10:11:53.848Z] v4.1.0-dev.21 [2026-06-15T10:11:53.848Z] v4.1.0-dev.22 [2026-06-15T10:11:53.848Z] v4.1.0-dev.23 [2026-06-15T10:11:53.848Z] v4.1.0-dev.24 [2026-06-15T10:11:53.848Z] v4.1.0-dev.25 [2026-06-15T10:11:53.848Z] v4.1.0-dev.26 [2026-06-15T10:11:53.848Z] v4.1.0-dev.27 [2026-06-15T10:11:53.848Z] v4.1.0-dev.28 [2026-06-15T10:11:53.848Z] v4.1.0-dev.29 [2026-06-15T10:11:53.848Z] v4.1.0-dev.3 [2026-06-15T10:11:53.848Z] v4.1.0-dev.30 [2026-06-15T10:11:53.848Z] v4.1.0-dev.31 [2026-06-15T10:11:53.848Z] v4.1.0-dev.32 [2026-06-15T10:11:53.848Z] v4.1.0-dev.33 [2026-06-15T10:11:53.848Z] v4.1.0-dev.34 [2026-06-15T10:11:53.848Z] v4.1.0-dev.35 [2026-06-15T10:11:53.848Z] v4.1.0-dev.36 [2026-06-15T10:11:53.848Z] v4.1.0-dev.37 [2026-06-15T10:11:53.848Z] v4.1.0-dev.38 [2026-06-15T10:11:53.848Z] v4.1.0-dev.39 [2026-06-15T10:11:53.848Z] v4.1.0-dev.4 [2026-06-15T10:11:53.848Z] v4.1.0-dev.40 [2026-06-15T10:11:53.848Z] v4.1.0-dev.41 [2026-06-15T10:11:53.848Z] v4.1.0-dev.42 [2026-06-15T10:11:53.848Z] v4.1.0-dev.43 [2026-06-15T10:11:53.848Z] v4.1.0-dev.44 [2026-06-15T10:11:53.848Z] v4.1.0-dev.45 [2026-06-15T10:11:53.848Z] v4.1.0-dev.46 [2026-06-15T10:11:53.848Z] v4.1.0-dev.47 [2026-06-15T10:11:53.848Z] v4.1.0-dev.48 [2026-06-15T10:11:53.848Z] v4.1.0-dev.49 [2026-06-15T10:11:53.848Z] v4.1.0-dev.5 [2026-06-15T10:11:53.848Z] v4.1.0-dev.50 [2026-06-15T10:11:53.848Z] v4.1.0-dev.51 [2026-06-15T10:11:53.848Z] v4.1.0-dev.52 [2026-06-15T10:11:53.848Z] v4.1.0-dev.53 [2026-06-15T10:11:53.848Z] v4.1.0-dev.54 [2026-06-15T10:11:53.848Z] v4.1.0-dev.55 [2026-06-15T10:11:53.848Z] v4.1.0-dev.56 [2026-06-15T10:11:53.848Z] v4.1.0-dev.57 [2026-06-15T10:11:53.848Z] v4.1.0-dev.58 [2026-06-15T10:11:53.848Z] v4.1.0-dev.59 [2026-06-15T10:11:53.848Z] v4.1.0-dev.6 [2026-06-15T10:11:53.848Z] v4.1.0-dev.60 [2026-06-15T10:11:53.848Z] v4.1.0-dev.61 [2026-06-15T10:11:53.848Z] v4.1.0-dev.62 [2026-06-15T10:11:53.848Z] v4.1.0-dev.63 [2026-06-15T10:11:53.848Z] v4.1.0-dev.64 [2026-06-15T10:11:53.848Z] v4.1.0-dev.65 [2026-06-15T10:11:53.848Z] v4.1.0-dev.66 [2026-06-15T10:11:53.848Z] v4.1.0-dev.67 [2026-06-15T10:11:53.848Z] v4.1.0-dev.68 [2026-06-15T10:11:53.848Z] v4.1.0-dev.69 [2026-06-15T10:11:53.848Z] v4.1.0-dev.7 [2026-06-15T10:11:53.848Z] v4.1.0-dev.70 [2026-06-15T10:11:53.848Z] v4.1.0-dev.71 [2026-06-15T10:11:53.848Z] v4.1.0-dev.8 [2026-06-15T10:11:53.848Z] v4.1.0-dev.9 [Pipeline] sh [2026-06-15T10:11:54.489Z] + lftools sign git-tag v4.1.0-dev.71 [2026-06-15T10:11:54.802Z] Signing Git tag with Sigul... [2026-06-15T10:11:54.802Z] Signing v4.1.0-dev.71 [Pipeline] echo [2026-06-15T10:11:55.149Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:11:55.516Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2026-06-15T10:11:55.583Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2026-06-15T10:11:55.698Z] $ docker stop --time=1 d42e2a0fb4bc154a459ee15a21302d162ea72b4c10300392d93baf9796c2999c [2026-06-15T10:11:56.985Z] $ docker rm -f --volumes d42e2a0fb4bc154a459ee15a21302d162ea72b4c10300392d93baf9796c2999c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2026-06-15T10:11:58.026Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-15T10:11:58.026Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:11:58.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-15T10:11:58.477Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:11:58.797Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:11:58.913Z] $ 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-06-15T10:11:59.152Z] $ docker top d76be55f80ced4282d90f5c97c7a2ecd23c80f39cfc448ce414c86be2d61dc37 -eo pid,comm [2026-06-15T10:11:59.188Z] 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-06-15T10:11:59.189Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-15T10:11:59.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-15T10:11:59.281Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-15T10:11:59.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-15T10:11:59.387Z] $ docker exec d76be55f80ced4282d90f5c97c7a2ecd23c80f39cfc448ce414c86be2d61dc37 ssh-agent [2026-06-15T10:11:59.473Z] SSH_AUTH_SOCK=/tmp/ssh-XsmlhYoPLzgB/agent.32 [2026-06-15T10:11:59.473Z] SSH_AGENT_PID=38 [2026-06-15T10:11:59.477Z] Running ssh-add (command line suppressed) [2026-06-15T10:11:59.577Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9565914252494943479.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9565914252494943479.key) [2026-06-15T10:11:59.585Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-15T10:11:59.975Z] + git semver bump pre [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,132 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,135 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,135 [bump_version] DEBUG bumping version:4.1.0-dev.71 on axis:pre with prefix:dev [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,136 [bump_version] DEBUG bumped version:4.1.0-dev.72 [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,136 [write_version] DEBUG write version:4.1.0-dev.72 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,136 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,136 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,138 [execute] INFO git cat-file --batch-check [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,138 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,142 [execute] INFO git cat-file --batch [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,142 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-06-15T10:12:00.521Z] 2026-06-15 10:12:00,145 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:12:00.521Z] 4.1.0-dev.72 [Pipeline] } [2026-06-15T10:12:00.562Z] $ docker exec --env ******** --env ******** d76be55f80ced4282d90f5c97c7a2ecd23c80f39cfc448ce414c86be2d61dc37 ssh-agent -k [2026-06-15T10:12:00.653Z] unset SSH_AUTH_SOCK; [2026-06-15T10:12:00.653Z] unset SSH_AGENT_PID; [2026-06-15T10:12:00.653Z] echo Agent pid 38 killed; [2026-06-15T10:12:00.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-15T10:12:01.173Z] + git semver [Pipeline] } [2026-06-15T10:12:01.527Z] $ docker stop --time=1 d76be55f80ced4282d90f5c97c7a2ecd23c80f39cfc448ce414c86be2d61dc37 [2026-06-15T10:12:02.789Z] $ docker rm -f --volumes d76be55f80ced4282d90f5c97c7a2ecd23c80f39cfc448ce414c86be2d61dc37 [Pipeline] // withDockerContainer [Pipeline] sh [2026-06-15T10:12:03.126Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2026-06-15T10:12:03.126Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:12:03.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2026-06-15T10:12:03.485Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:12:03.632Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:12:03.664Z] $ 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-06-15T10:12:03.909Z] $ docker top 89dcc4601b037c7fa9029af970081f36b270e312d7fad6176dd4e1c6c3ca6c56 -eo pid,comm [2026-06-15T10:12:03.987Z] 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-06-15T10:12:03.987Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2026-06-15T10:12:04.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2026-06-15T10:12:04.041Z] [ssh-agent] Looking for ssh-agent implementation... [2026-06-15T10:12:04.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2026-06-15T10:12:04.143Z] $ docker exec 89dcc4601b037c7fa9029af970081f36b270e312d7fad6176dd4e1c6c3ca6c56 ssh-agent [2026-06-15T10:12:04.237Z] SSH_AUTH_SOCK=/tmp/ssh-yFAT8zCIOsoQ/agent.32 [2026-06-15T10:12:04.237Z] SSH_AGENT_PID=38 [2026-06-15T10:12:04.405Z] Running ssh-add (command line suppressed) [2026-06-15T10:12:04.513Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15691350259387224279.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15691350259387224279.key) [2026-06-15T10:12:04.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2026-06-15T10:12:04.834Z] + git semver push [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,045 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,049 [run_push] DEBUG push [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,050 [execute] INFO git cat-file --batch-check [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,050 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,053 [execute] INFO git rev-list 1abc4ad8b2e98926db6b30abcbe470a08745920c -- [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,053 [execute] DEBUG Popen(['git', 'rev-list', '1abc4ad8b2e98926db6b30abcbe470a08745920c', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,066 [execute] INFO git fetch -v -- origin [2026-06-15T10:12:05.092Z] 2026-06-15 10:12:05,067 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=True) [2026-06-15T10:12:05.660Z] 2026-06-15 10:12:05,576 [run_push] DEBUG no remote changes detected [2026-06-15T10:12:05.660Z] 2026-06-15 10:12:05,576 [execute] INFO git push origin semver [2026-06-15T10:12:05.660Z] 2026-06-15 10:12:05,576 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=False) [2026-06-15T10:12:07.060Z] 2026-06-15 10:12:06,868 [run_push] DEBUG push all version tags [2026-06-15T10:12:07.060Z] 2026-06-15 10:12:06,869 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2026-06-15T10:12:07.060Z] 2026-06-15 10:12:06,869 [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-06-15T10:12:08.494Z] 2026-06-15 10:12:08,030 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2026-06-15T10:12:08.494Z] 4.1.0-dev.72 [Pipeline] } [2026-06-15T10:12:08.522Z] $ docker exec --env ******** --env ******** 89dcc4601b037c7fa9029af970081f36b270e312d7fad6176dd4e1c6c3ca6c56 ssh-agent -k [2026-06-15T10:12:08.614Z] unset SSH_AUTH_SOCK; [2026-06-15T10:12:08.617Z] unset SSH_AGENT_PID; [2026-06-15T10:12:08.617Z] echo Agent pid 38 killed; [2026-06-15T10:12:08.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2026-06-15T10:12:09.120Z] + git semver [Pipeline] } [2026-06-15T10:12:09.410Z] $ docker stop --time=1 89dcc4601b037c7fa9029af970081f36b270e312d7fad6176dd4e1c6c3ca6c56 [2026-06-15T10:12:10.651Z] $ docker rm -f --volumes 89dcc4601b037c7fa9029af970081f36b270e312d7fad6176dd4e1c6c3ca6c56 [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-06-15T10:12:11.601Z] + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] [2026-06-15T10:12:11.602Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2026-06-15T10:12:11.602Z] total 16 [2026-06-15T10:12:11.602Z] drwxr-xr-x 3 root root 4096 Jun 15 10:11 . [2026-06-15T10:12:11.602Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 15 10:11 .. [2026-06-15T10:12:11.602Z] drwxr-xr-x 2 root root 4096 Jun 15 10:11 cost [2026-06-15T10:12:11.602Z] -rw-r--r-- 1 root root 88 Jun 15 10:11 cost.csv [2026-06-15T10:12:11.602Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2026-06-15T10:12:11.602Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2026-06-15T10:12:11.602Z] total 16 [2026-06-15T10:12:11.602Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 15 10:11 . [2026-06-15T10:12:11.602Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 15 10:11 .. [2026-06-15T10:12:11.602Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 15 10:11 cost [2026-06-15T10:12:11.602Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 15 10:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:11.899Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:12.757Z] ---> package-listing.sh [2026-06-15T10:12:12.757Z] ++ facter osfamily [2026-06-15T10:12:12.757Z] ++ tr '[:upper:]' '[:lower:]' [2026-06-15T10:12:13.082Z] + OS_FAMILY=debian [2026-06-15T10:12:13.082Z] + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main [2026-06-15T10:12:13.082Z] + START_PACKAGES=/tmp/packages_start.txt [2026-06-15T10:12:13.082Z] + END_PACKAGES=/tmp/packages_end.txt [2026-06-15T10:12:13.082Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2026-06-15T10:12:13.082Z] + PACKAGES=/tmp/packages_start.txt [2026-06-15T10:12:13.082Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2026-06-15T10:12:13.082Z] + PACKAGES=/tmp/packages_end.txt [2026-06-15T10:12:13.082Z] + case "${OS_FAMILY}" in [2026-06-15T10:12:13.082Z] + dpkg -l [2026-06-15T10:12:13.082Z] + grep '^ii' [2026-06-15T10:12:13.082Z] + '[' -f /tmp/packages_start.txt ']' [2026-06-15T10:12:13.082Z] + '[' -f /tmp/packages_end.txt ']' [2026-06-15T10:12:13.082Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2026-06-15T10:12:13.082Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2026-06-15T10:12:13.082Z] + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [2026-06-15T10:12:13.082Z] + 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-06-15T10:12:13.092Z] 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-06-15T10:12:13.375Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2026-06-15T10:12:13.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2026-06-15T10:12:13.932Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2026-06-15T10:12:14.006Z] prd-ubuntu20.04-docker-8c-8g-13012 does not seem to be running inside a container [2026-06-15T10:12:14.036Z] $ 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-06-15T10:12:14.223Z] $ docker top 59b691f2e6f9feed5f5b84c28e085aec900b2cbd881a4579d946a8e138b14171 -eo pid,comm [Pipeline] { [Pipeline] sh [2026-06-15T10:12:14.561Z] + touch /tmp/pre-build-complete [Pipeline] sh [2026-06-15T10:12:14.856Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2026-06-15T10:12:15.140Z] + ls /var/log/sa-host [2026-06-15T10:12:15.140Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2026-06-15T10:12:15.287Z] provisioning config files... [2026-06-15T10:12:15.298Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config9341102504116999226tmp [Pipeline] { [Pipeline] echo [2026-06-15T10:12:15.315Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:17.899Z] ---> create-netrc.sh [Pipeline] } [2026-06-15T10:12:18.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:18.801Z] ---> python-tools-install.sh [Pipeline] echo [2026-06-15T10:12:18.808Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:19.108Z] ---> sudo-logs.sh [2026-06-15T10:12:19.108Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2026-06-15T10:12:19.147Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:19.433Z] ---> job-cost.sh [2026-06-15T10:12:19.433Z] lf-activate-venv: SKIPPING [2026-06-15T10:12:19.433Z] DEBUG: total: 0.2199999988079071 [2026-06-15T10:12:19.433Z] INFO: Retrieving Stack Cost... [2026-06-15T10:12:19.694Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2026-06-15T10:12:19.953Z] INFO: Archiving Costs [Pipeline] echo [2026-06-15T10:12:19.968Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2026-06-15T10:12:20.255Z] ---> logs-deploy.sh [2026-06-15T10:12:20.255Z] lf-activate-venv: SKIPPING [2026-06-15T10:12:20.255Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/437 [2026-06-15T10:12:20.255Z] INFO: archiving workspace using pattern(s): [2026-06-15T10:12:22.931Z] Archives upload complete. [2026-06-15T10:12:22.931Z] INFO: archiving logs to Nexus [2026-06-15T10:12:22.931Z] ---> uname -a: [2026-06-15T10:12:22.931Z] Linux prd-ubuntu20-04-docker-8c-8g-13012 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] ---> lscpu: [2026-06-15T10:12:22.931Z] Architecture: x86_64 [2026-06-15T10:12:22.931Z] CPU op-mode(s): 32-bit, 64-bit [2026-06-15T10:12:22.931Z] Byte Order: Little Endian [2026-06-15T10:12:22.931Z] Address sizes: 40 bits physical, 48 bits virtual [2026-06-15T10:12:22.931Z] CPU(s): 8 [2026-06-15T10:12:22.931Z] On-line CPU(s) list: 0-7 [2026-06-15T10:12:22.931Z] Thread(s) per core: 1 [2026-06-15T10:12:22.931Z] Core(s) per socket: 1 [2026-06-15T10:12:22.931Z] Socket(s): 8 [2026-06-15T10:12:22.931Z] NUMA node(s): 1 [2026-06-15T10:12:22.931Z] Vendor ID: AuthenticAMD [2026-06-15T10:12:22.931Z] CPU family: 23 [2026-06-15T10:12:22.931Z] Model: 49 [2026-06-15T10:12:22.931Z] Model name: AMD EPYC-Rome Processor [2026-06-15T10:12:22.931Z] Stepping: 0 [2026-06-15T10:12:22.931Z] CPU MHz: 2799.934 [2026-06-15T10:12:22.931Z] BogoMIPS: 5599.86 [2026-06-15T10:12:22.931Z] Virtualization: AMD-V [2026-06-15T10:12:22.931Z] Hypervisor vendor: KVM [2026-06-15T10:12:22.931Z] Virtualization type: full [2026-06-15T10:12:22.931Z] L1d cache: 256 KiB [2026-06-15T10:12:22.931Z] L1i cache: 256 KiB [2026-06-15T10:12:22.931Z] L2 cache: 4 MiB [2026-06-15T10:12:22.931Z] L3 cache: 128 MiB [2026-06-15T10:12:22.931Z] NUMA node0 CPU(s): 0-7 [2026-06-15T10:12:22.931Z] Vulnerability Gather data sampling: Not affected [2026-06-15T10:12:22.931Z] Vulnerability Itlb multihit: Not affected [2026-06-15T10:12:22.931Z] Vulnerability L1tf: Not affected [2026-06-15T10:12:22.931Z] Vulnerability Mds: Not affected [2026-06-15T10:12:22.931Z] Vulnerability Meltdown: Not affected [2026-06-15T10:12:22.931Z] Vulnerability Mmio stale data: Not affected [2026-06-15T10:12:22.931Z] Vulnerability Retbleed: Vulnerable [2026-06-15T10:12:22.931Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2026-06-15T10:12:22.931Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2026-06-15T10:12:22.931Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2026-06-15T10:12:22.931Z] Vulnerability Srbds: Not affected [2026-06-15T10:12:22.931Z] Vulnerability Tsx async abort: Not affected [2026-06-15T10:12:22.931Z] 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-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] ---> nproc: [2026-06-15T10:12:22.931Z] 8 [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] ---> df -h: [2026-06-15T10:12:22.931Z] Filesystem Size Used Avail Use% Mounted on [2026-06-15T10:12:22.931Z] overlay 155G 13G 143G 8% / [2026-06-15T10:12:22.931Z] tmpfs 64M 0 64M 0% /dev [2026-06-15T10:12:22.931Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2026-06-15T10:12:22.931Z] shm 64M 0 64M 0% /dev/shm [2026-06-15T10:12:22.931Z] /dev/vda1 155G 13G 143G 8% /facter-os [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] ---> sar -b -r -n DEV: [2026-06-15T10:12:22.931Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-13012) 06/15/26 _x86_64_ (8 CPU) [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] 10:08:42 LINUX RESTART (8 CPU) [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] 10:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2026-06-15T10:12:22.931Z] 10:10:02 427.88 63.17 364.71 0.00 11136.01 91182.00 0.00 [2026-06-15T10:12:22.931Z] 10:11:01 69.48 0.42 69.06 0.00 20.88 28649.11 0.00 [2026-06-15T10:12:22.931Z] 10:12:01 184.52 0.57 183.95 0.00 20.40 78133.11 0.00 [2026-06-15T10:12:22.931Z] Average: 228.17 21.50 206.67 0.00 3746.46 66196.64 0.00 [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] 10:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2026-06-15T10:12:22.931Z] 10:10:02 27933816 31362216 920960 2.80 113988 3521756 2115644 6.24 1287080 3169824 307820 [2026-06-15T10:12:22.931Z] 10:11:01 27856188 31517444 769640 2.34 124060 3738896 1837376 5.42 1142680 3391536 562872 [2026-06-15T10:12:22.931Z] 10:12:01 26416216 31490260 786136 2.39 174028 4963588 1747188 5.15 1264120 4563620 600 [2026-06-15T10:12:22.931Z] Average: 27402073 31456640 825579 2.51 137359 4074747 1900069 5.60 1231293 3708327 290431 [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] 10:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2026-06-15T10:12:22.931Z] 10:10:02 ens3 752.56 539.08 9136.60 146.90 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:10:02 veth2ac3b4e 65.76 80.27 6.16 770.54 0.00 0.00 0.00 0.06 [2026-06-15T10:12:22.931Z] 10:10:02 lo 3.20 3.20 0.31 0.31 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:10:02 docker0 108.80 126.40 8.35 1038.58 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:11:01 ens3 98.90 61.80 2567.95 14.08 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:11:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:11:01 docker0 0.76 0.80 0.09 0.26 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:12:01 veth05aa46d 0.03 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:12:01 ens3 381.25 234.81 8072.42 49.82 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:12:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] 10:12:01 docker0 59.59 75.90 5.49 770.67 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] Average: veth05aa46d 0.01 0.04 0.00 0.00 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] Average: ens3 412.65 279.77 6614.80 70.58 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] Average: lo 2.06 2.06 0.20 0.20 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] Average: docker0 56.69 68.07 4.67 606.54 0.00 0.00 0.00 0.00 [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] ---> sar -P ALL: [2026-06-15T10:12:22.931Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-13012) 06/15/26 _x86_64_ (8 CPU) [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] 10:08:42 LINUX RESTART (8 CPU) [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] 10:09:01 CPU %user %nice %system %iowait %steal %idle [2026-06-15T10:12:22.931Z] 10:10:02 all 11.61 0.00 3.90 1.76 0.06 82.67 [2026-06-15T10:12:22.931Z] 10:10:02 0 15.52 0.00 4.81 2.69 0.07 76.91 [2026-06-15T10:12:22.931Z] 10:10:02 1 8.64 0.00 2.93 3.79 0.07 84.57 [2026-06-15T10:12:22.931Z] 10:10:02 2 9.25 0.00 3.36 0.86 0.05 86.48 [2026-06-15T10:12:22.931Z] 10:10:02 3 10.03 0.00 3.48 0.40 0.05 86.03 [2026-06-15T10:12:22.931Z] 10:10:02 4 12.66 0.00 4.01 1.94 0.07 81.32 [2026-06-15T10:12:22.931Z] 10:10:02 5 10.68 0.00 4.82 2.25 0.07 82.17 [2026-06-15T10:12:22.931Z] 10:10:02 6 9.03 0.00 5.09 1.62 0.08 84.18 [2026-06-15T10:12:22.931Z] 10:10:02 7 17.04 0.00 2.71 0.55 0.05 79.64 [2026-06-15T10:12:22.931Z] 10:11:01 all 45.94 0.00 6.76 0.23 0.08 46.99 [2026-06-15T10:12:22.931Z] 10:11:01 0 47.27 0.00 7.15 0.02 0.09 45.47 [2026-06-15T10:12:22.931Z] 10:11:01 1 45.57 0.00 7.23 1.17 0.10 45.93 [2026-06-15T10:12:22.931Z] 10:11:01 2 45.11 0.00 6.41 0.02 0.09 48.38 [2026-06-15T10:12:22.931Z] 10:11:01 3 46.24 0.00 7.58 0.07 0.09 46.02 [2026-06-15T10:12:22.931Z] 10:11:01 4 45.65 0.00 6.71 0.09 0.07 47.48 [2026-06-15T10:12:22.931Z] 10:11:01 5 47.38 0.00 6.22 0.03 0.07 46.30 [2026-06-15T10:12:22.931Z] 10:11:01 6 44.74 0.00 6.11 0.34 0.07 48.73 [2026-06-15T10:12:22.931Z] 10:11:01 7 45.58 0.00 6.63 0.09 0.09 47.62 [2026-06-15T10:12:22.931Z] 10:12:01 all 8.69 0.00 3.66 0.70 0.06 86.89 [2026-06-15T10:12:22.931Z] 10:12:01 0 8.45 0.00 3.72 0.10 0.05 87.68 [2026-06-15T10:12:22.931Z] 10:12:01 1 8.88 0.00 3.25 0.02 0.03 87.81 [2026-06-15T10:12:22.931Z] 10:12:01 2 7.95 0.00 2.91 0.05 0.07 89.02 [2026-06-15T10:12:22.931Z] 10:12:01 3 8.03 0.00 3.52 0.30 0.07 88.08 [2026-06-15T10:12:22.931Z] 10:12:01 4 9.24 0.00 4.29 0.08 0.07 86.32 [2026-06-15T10:12:22.931Z] 10:12:01 5 9.40 0.00 4.23 2.97 0.07 83.33 [2026-06-15T10:12:22.931Z] 10:12:01 6 7.61 0.00 4.36 2.02 0.07 85.94 [2026-06-15T10:12:22.931Z] 10:12:01 7 9.95 0.00 3.00 0.10 0.05 86.90 [2026-06-15T10:12:22.931Z] Average: all 21.96 0.00 4.76 0.90 0.07 72.31 [2026-06-15T10:12:22.931Z] Average: 0 23.64 0.00 5.22 0.94 0.07 70.14 [2026-06-15T10:12:22.931Z] Average: 1 20.88 0.00 4.45 1.66 0.07 72.94 [2026-06-15T10:12:22.931Z] Average: 2 20.67 0.00 4.22 0.31 0.07 74.74 [2026-06-15T10:12:22.931Z] Average: 3 21.30 0.00 4.85 0.26 0.07 73.53 [2026-06-15T10:12:22.931Z] Average: 4 22.38 0.00 4.99 0.71 0.07 71.85 [2026-06-15T10:12:22.931Z] Average: 5 22.37 0.00 5.09 1.76 0.07 70.71 [2026-06-15T10:12:22.931Z] Average: 6 20.37 0.00 5.19 1.33 0.07 73.04 [2026-06-15T10:12:22.931Z] Average: 7 24.08 0.00 4.10 0.25 0.06 71.51 [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z] [2026-06-15T10:12:22.931Z]