Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 004825d7954bec1bc94285b38a47691f6eee7f61 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7632543787485935849.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2067189546385024311.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4598174871217191451.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh590411626713504716.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16448795216441501695.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, goVersion:1.25, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4063 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 004825d7954bec1bc94285b38a47691f6eee7f61 (main) Commit message: "Merge pull request #944 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-1.5.4" > git config core.sparsecheckout # timeout=10 > git checkout -f 004825d7954bec1bc94285b38a47691f6eee7f61 # timeout=10 > git rev-list --no-walk d0ee3941b8fe555080321fae23196d19c10eeb48 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:45:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:45:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:45:09 ========================================================= 12:45:09 EdgeX Global Pipelines Version Info 12:45:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:45:10 ------------------- 12:45:10 stable info: 12:45:10 ------------------- 12:45:10 Commited By: Cherry Wang cherry@iotechsys.com 12:45:10 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 12:45:10 Message: update stable to v1.0.278 12:45:11 ------------------- 12:45:11 experimental info: 12:45:11 ------------------- 12:45:11 Commited By: **** collab-it+edgex@linuxfoundation.org 12:45:11 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 12:45:11 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:45:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 004825d [Pipeline] echo 12:45:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:45:12 + git rev-list -1 --merges 004825d7954bec1bc94285b38a47691f6eee7f61~1..004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo 12:45:13 -----------> git rev-list -1 --merges 004825d7954bec1bc94285b38a47691f6eee7f61~1..004825d7954bec1bc94285b38a47691f6eee7f61 004825d7954bec1bc94285b38a47691f6eee7f61 12:45:13 004825d7954bec1bc94285b38a47691f6eee7f61 [false] [Pipeline] sh 12:45:13 + git log --format=format:%s -1 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo 12:45:13 ========================================================= 12:45:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:45:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:45:13 + git log --format=format:%s -1 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] echo 12:45:13 [semverPrep] GIT_COMMIT: 004825d7954bec1bc94285b38a47691f6eee7f61, Commit Message: Merge pull request #944 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-1.5.4 [Pipeline] echo 12:45:13 [semverPrep] This is not a build commit. [Pipeline] sh 12:45:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:45:14 + grep -v github /etc/ssh/ssh_known_hosts 12:45:14 + [ -e /tmp/ssh_known_hosts ] 12:45:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:45:14 + sudo tee -a /etc/ssh/ssh_known_hosts 12:45:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:45:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:45:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:45:15 12:45:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:45:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:45:16 0.1.4: Pulling from edgex-devops/py-git-semver 12:45:16 3dae71ba6b94: Pulling fs layer 12:45:16 6bf1a483ea7c: Pulling fs layer 12:45:16 f5dfc541a4d3: Pulling fs layer 12:45:16 461d9e800cba: Pulling fs layer 12:45:16 80192f66455f: Pulling fs layer 12:45:16 2e8e34ca0e6c: Pulling fs layer 12:45:16 a29436f7fd5d: Pulling fs layer 12:45:16 923cac83aea3: Pulling fs layer 12:45:16 25ad8b0a4227: Pulling fs layer 12:45:16 461d9e800cba: Waiting 12:45:16 923cac83aea3: Waiting 12:45:16 25ad8b0a4227: Waiting 12:45:16 80192f66455f: Waiting 12:45:16 a29436f7fd5d: Waiting 12:45:16 2e8e34ca0e6c: Waiting 12:45:16 db01528c6b51: Pulling fs layer 12:45:16 28988de357af: Pulling fs layer 12:45:16 28988de357af: Waiting 12:45:16 db01528c6b51: Waiting 12:45:16 6bf1a483ea7c: Verifying Checksum 12:45:16 6bf1a483ea7c: Download complete 12:45:16 461d9e800cba: Verifying Checksum 12:45:16 461d9e800cba: Download complete 12:45:16 80192f66455f: Verifying Checksum 12:45:16 80192f66455f: Download complete 12:45:16 f5dfc541a4d3: Verifying Checksum 12:45:16 f5dfc541a4d3: Download complete 12:45:16 3dae71ba6b94: Verifying Checksum 12:45:16 3dae71ba6b94: Download complete 12:45:16 923cac83aea3: Download complete 12:45:16 25ad8b0a4227: Verifying Checksum 12:45:16 25ad8b0a4227: Download complete 12:45:16 db01528c6b51: Verifying Checksum 12:45:16 db01528c6b51: Download complete 12:45:16 28988de357af: Verifying Checksum 12:45:16 28988de357af: Download complete 12:45:17 a29436f7fd5d: Verifying Checksum 12:45:17 a29436f7fd5d: Download complete 12:45:17 2e8e34ca0e6c: Verifying Checksum 12:45:17 2e8e34ca0e6c: Download complete 12:45:18 3dae71ba6b94: Pull complete 12:45:18 6bf1a483ea7c: Pull complete 12:45:19 f5dfc541a4d3: Pull complete 12:45:19 461d9e800cba: Pull complete 12:45:19 80192f66455f: Pull complete 12:45:23 2e8e34ca0e6c: Pull complete 12:45:23 a29436f7fd5d: Pull complete 12:45:23 923cac83aea3: Pull complete 12:45:23 25ad8b0a4227: Pull complete 12:45:23 db01528c6b51: Pull complete 12:45:24 28988de357af: Pull complete 12:45:24 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 12:45:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:45:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:45:24 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:45:24 $ 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 12:45:26 $ docker top 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 -eo pid,comm 12:45:26 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). 12:45:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:45:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:45:26 [ssh-agent] Looking for ssh-agent implementation... 12:45:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:45:26 $ docker exec 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent 12:45:26 SSH_AUTH_SOCK=/tmp/ssh-9WfLQ7Un7CmS/agent.32 12:45:26 SSH_AGENT_PID=38 12:45:26 Running ssh-add (command line suppressed) 12:45:26 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4048516393373419434.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4048516393373419434.key) 12:45:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:45:26 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] sh 12:45:27 + git tag --points-at HEAD [Pipeline] } 12:45:27 $ docker exec --env ******** --env ******** 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent -k 12:45:27 unset SSH_AUTH_SOCK; 12:45:27 unset SSH_AGENT_PID; 12:45:27 echo Agent pid 38 killed; 12:45:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:45:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:45:27 [ssh-agent] Looking for ssh-agent implementation... 12:45:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:45:27 $ docker exec 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent 12:45:27 SSH_AUTH_SOCK=/tmp/ssh-AeapTBzCudMp/agent.85 12:45:27 SSH_AGENT_PID=91 12:45:27 Running ssh-add (command line suppressed) 12:45:27 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12927052047865441652.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12927052047865441652.key) 12:45:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:45:28 + git semver init 12:45:28 2026-03-25 12:45:28,347 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:45:28 2026-03-25 12:45:28,351 [run_init] DEBUG init version:0.0.0 force:False 12:45:28 2026-03-25 12:45:28,352 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 12:45:28 2026-03-25 12:45:28,352 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 12:45:28 2026-03-25 12:45:28,352 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) 12:45:29 2026-03-25 12:45:29,727 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 12:45:29 2026-03-25 12:45:29,727 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 12:45:29 2026-03-25 12:45:29,727 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:45:29 2026-03-25 12:45:29,728 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:45:29 4.1.0-dev.59 [Pipeline] } 12:45:30 $ docker exec --env ******** --env ******** 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 ssh-agent -k 12:45:30 unset SSH_AUTH_SOCK; 12:45:30 unset SSH_AGENT_PID; 12:45:30 echo Agent pid 91 killed; 12:45:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:45:30 + git semver [Pipeline] } 12:45:30 $ docker stop --time=1 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 12:45:32 $ docker rm -f --volumes 4a1225c3869af69e3809c6bcd7e35bea50b933fba5d768ccbaef8ae7a6603fb4 [Pipeline] // withDockerContainer [Pipeline] sh 12:45:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:45:32 Stashed 1 file(s) [Pipeline] echo 12:45:32 [edgeXSemver]: initialized semver on version 4.1.0-dev.59 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 12:45:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:45:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:45:33 ========================================================= 12:45:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 12:45:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 12:45:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:45:33 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 12:45:33 2d35ebdb57d9: Pulling fs layer 12:45:33 c35fb4624d26: Pulling fs layer 12:45:33 4e2aec7ef170: Pulling fs layer 12:45:33 333b49ad6fbf: Pulling fs layer 12:45:33 4f4fb700ef54: Pulling fs layer 12:45:33 c3e65509a76b: Pulling fs layer 12:45:33 7cf9ebb963bd: Pulling fs layer 12:45:33 bb34ca984cfb: Pulling fs layer 12:45:33 333b49ad6fbf: Waiting 12:45:33 4f4fb700ef54: Waiting 12:45:33 151cf03bc807: Pulling fs layer 12:45:33 7cf9ebb963bd: Waiting 12:45:33 c3e65509a76b: Waiting 12:45:33 bb34ca984cfb: Waiting 12:45:33 151cf03bc807: Waiting 12:45:33 c35fb4624d26: Verifying Checksum 12:45:33 c35fb4624d26: Download complete 12:45:33 333b49ad6fbf: Download complete 12:45:33 4f4fb700ef54: Verifying Checksum 12:45:33 4f4fb700ef54: Download complete 12:45:33 c3e65509a76b: Verifying Checksum 12:45:33 c3e65509a76b: Download complete 12:45:33 2d35ebdb57d9: Verifying Checksum 12:45:33 2d35ebdb57d9: Download complete 12:45:33 7cf9ebb963bd: Verifying Checksum 12:45:33 7cf9ebb963bd: Download complete 12:45:33 2d35ebdb57d9: Pull complete 12:45:34 c35fb4624d26: Pull complete 12:45:34 4e2aec7ef170: Verifying Checksum 12:45:34 4e2aec7ef170: Download complete 12:45:34 151cf03bc807: Verifying Checksum 12:45:34 151cf03bc807: Download complete 12:45:34 bb34ca984cfb: Verifying Checksum 12:45:34 bb34ca984cfb: Download complete 12:45:39 4e2aec7ef170: Pull complete 12:45:39 333b49ad6fbf: Pull complete 12:45:39 4f4fb700ef54: Pull complete 12:45:39 c3e65509a76b: Pull complete 12:45:39 7cf9ebb963bd: Pull complete 12:45:42 bb34ca984cfb: Pull complete 12:45:43 151cf03bc807: Pull complete 12:45:43 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 12:45:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:45:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] sh 12:45:43 + 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 12:45:44 + docker inspect -f . ci-base-image-x86_64 12:45:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:45:44 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:45:44 $ 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 12:45:45 $ docker top 0471dbdf50adaaa72158731a99ea0c481bf92b2dbcf779751308c88dcf9e02ee -eo pid,comm [Pipeline] { [Pipeline] sh 12:45:46 + go version 12:45:46 go version go1.25.2 linux/amd64 [Pipeline] } 12:45:46 $ docker stop --time=1 0471dbdf50adaaa72158731a99ea0c481bf92b2dbcf779751308c88dcf9e02ee 12:45:47 $ docker rm -f --volumes 0471dbdf50adaaa72158731a99ea0c481bf92b2dbcf779751308c88dcf9e02ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:45:47 + docker inspect -f . ci-base-image-x86_64 12:45:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:45:48 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:45:48 $ 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 12:45:48 $ docker top 85b67ecb2670be68681d6711304539967b4c9e77e89947fa83eca7ae4af6e58e -eo pid,comm [Pipeline] { [Pipeline] sh 12:45:48 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 12:45:48 + make test 12:45:48 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:45:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.1 12:45:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.28 12:45:49 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.18 12:45:49 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.1.0-dev.8 12:45:49 go: downloading github.com/golang-jwt/jwt/v5 v5.3.1 12:45:49 go: downloading github.com/google/uuid v1.6.0 12:45:49 go: downloading github.com/labstack/echo/v4 v4.15.1 12:45:49 go: downloading github.com/openziti/sdk-golang v1.5.4 12:45:49 go: downloading github.com/stretchr/testify v1.11.1 12:45:49 go: downloading github.com/mitchellh/mapstructure v1.5.0 12:45:49 go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 12:45:49 go: downloading github.com/hashicorp/go-multierror v1.1.1 12:45:49 go: downloading github.com/sirupsen/logrus v1.9.4 12:45:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.1.0-dev.10 12:45:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.1.0-dev.17 12:45:50 go: downloading github.com/mitchellh/copystructure v1.2.0 12:45:50 go: downloading gopkg.in/yaml.v3 v3.0.1 12:45:50 go: downloading github.com/gorilla/websocket v1.5.3 12:45:50 go: downloading golang.org/x/net v0.52.0 12:45:50 go: downloading golang.org/x/sync v0.20.0 12:45:50 go: downloading github.com/go-kit/log v0.2.1 12:45:50 go: downloading github.com/go-playground/validator/v10 v10.30.1 12:45:50 go: downloading github.com/fxamacker/cbor/v2 v2.9.0 12:45:50 go: downloading github.com/labstack/gommon v0.4.2 12:45:50 go: downloading golang.org/x/crypto v0.49.0 12:45:50 go: downloading github.com/valyala/fasttemplate v1.2.2 12:45:50 go: downloading golang.org/x/time v0.14.0 12:45:50 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 12:45:50 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 12:45:50 go: downloading github.com/stretchr/objx v0.5.2 12:45:50 go: downloading github.com/hashicorp/errwrap v1.1.0 12:45:50 go: downloading golang.org/x/sys v0.42.0 12:45:50 go: downloading github.com/go-openapi/strfmt v0.26.0 12:45:50 go: downloading github.com/michaelquigley/pfxlog v0.6.10 12:45:50 go: downloading github.com/openziti/channel/v4 v4.3.9 12:45:50 go: downloading github.com/openziti/edge-api v0.27.5 12:45:50 go: downloading github.com/openziti/foundation/v2 v2.0.90 12:45:50 go: downloading github.com/openziti/secretstream v0.1.49 12:45:50 go: downloading github.com/openziti/transport/v2 v2.0.215 12:45:51 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 12:45:51 go: downloading github.com/pkg/errors v0.9.1 12:45:51 go: downloading google.golang.org/protobuf v1.36.11 12:45:51 go: downloading github.com/go-openapi/runtime v0.29.3 12:45:51 go: downloading github.com/go-resty/resty/v2 v2.17.2 12:45:51 go: downloading github.com/openziti/identity v1.0.128 12:45:51 go: downloading github.com/zitadel/oidc/v3 v3.45.5 12:45:51 go: downloading golang.org/x/oauth2 v0.36.0 12:45:51 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 12:45:51 go: downloading github.com/kataras/go-events v0.0.3 12:45:51 go: downloading github.com/openziti/metrics v1.4.5 12:45:51 go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0 12:45:51 go: downloading github.com/mitchellh/reflectwalk v1.0.2 12:45:51 go: downloading github.com/go-logfmt/logfmt v0.5.1 12:45:51 go: downloading github.com/mattn/go-colorable v0.1.14 12:45:51 go: downloading github.com/mattn/go-isatty v0.0.20 12:45:51 go: downloading github.com/valyala/bytebufferpool v1.0.0 12:45:51 go: downloading github.com/x448/float16 v0.8.4 12:45:51 go: downloading github.com/gabriel-vasile/mimetype v1.4.12 12:45:51 go: downloading github.com/go-playground/universal-translator v0.18.1 12:45:51 go: downloading github.com/leodido/go-urn v1.4.0 12:45:51 go: downloading golang.org/x/text v0.35.0 12:45:51 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 12:45:51 go: downloading github.com/go-openapi/errors v0.22.7 12:45:51 go: downloading github.com/go-viper/mapstructure/v2 v2.5.0 12:45:52 go: downloading github.com/oklog/ulid/v2 v2.1.1 12:45:52 go: downloading github.com/emirpasic/gods v1.18.1 12:45:52 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 12:45:52 go: downloading github.com/go-openapi/swag/fileutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/jsonutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/stringutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag v0.25.5 12:45:52 go: downloading go.opentelemetry.io/otel v1.41.0 12:45:52 go: downloading go.opentelemetry.io/otel/trace v1.41.0 12:45:52 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 12:45:52 go: downloading github.com/go-openapi/validate v0.25.2 12:45:52 go: downloading github.com/mitchellh/go-ps v1.0.0 12:45:52 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 12:45:52 go: downloading google.golang.org/grpc v1.79.3 12:45:52 go: downloading github.com/spf13/cast v1.10.0 12:45:52 go: downloading github.com/go-playground/locales v0.14.1 12:45:52 go: downloading golang.org/x/term v0.41.0 12:45:52 go: downloading github.com/go-jose/go-jose/v4 v4.1.3 12:45:52 go: downloading github.com/muhlemmer/gu v0.3.1 12:45:52 go: downloading github.com/zitadel/schema v1.3.2 12:45:52 go: downloading github.com/fsnotify/fsnotify v1.9.0 12:45:52 go: downloading github.com/go-openapi/analysis v0.24.3 12:45:52 go: downloading github.com/go-openapi/loads v0.23.3 12:45:52 go: downloading github.com/go-openapi/spec v0.22.4 12:45:52 go: downloading github.com/go-openapi/swag/conv v0.25.5 12:45:52 go: downloading go.yaml.in/yaml/v3 v3.0.4 12:45:52 go: downloading github.com/go-openapi/swag/typeutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/cmdutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/jsonname v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/loading v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/mangling v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/netutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/swag/yamlutils v0.25.5 12:45:52 go: downloading github.com/go-openapi/jsonpointer v0.22.5 12:45:52 go: downloading github.com/tklauser/go-sysconf v0.3.12 12:45:52 go: downloading github.com/go-logr/logr v1.4.3 12:45:52 go: downloading go.opentelemetry.io/otel/metric v1.41.0 12:45:52 go: downloading github.com/zitadel/logging v0.7.0 12:45:52 go: downloading github.com/gorilla/securecookie v1.1.2 12:45:52 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 12:45:52 go: downloading github.com/go-logr/stdr v1.2.2 12:45:52 go: downloading go.opentelemetry.io/auto/sdk v1.2.1 12:45:52 go: downloading github.com/cespare/xxhash/v2 v2.3.0 12:45:52 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 12:45:52 go: downloading github.com/tklauser/numcpus v0.6.1 12:45:52 go: downloading github.com/go-openapi/jsonreference v0.21.5 12:46:11 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap coverage: 0.0% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/config 20.080s coverage: 33.8% of statements 12:46:29 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/container coverage: 0.0% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/controller 0.016s coverage: 93.4% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/environment 0.010s coverage: 88.1% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/file 0.307s coverage: 86.5% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/flags 0.005s coverage: 84.4% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers 1.033s coverage: 39.9% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers/headers 0.017s coverage: 85.3% of statements 12:46:29 ? github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces [no test files] 12:46:29 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces/mocks coverage: 0.0% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/messaging 0.015s coverage: 88.9% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/metrics 0.315s coverage: 89.1% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/registration 0.011s coverage: 23.5% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/secret 3.034s coverage: 72.1% of statements 12:46:29 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/startup coverage: 0.0% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/utils 0.011s coverage: 50.9% of statements 12:46:29 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/zerotrust coverage: 0.0% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/config 0.007s coverage: 38.9% of statements 12:46:29 ok github.com/edgexfoundry/go-mod-bootstrap/v4/di 0.006s coverage: 91.3% of statements 12:46:44 0 issues. 12:46:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 12:46:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:46:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 12:46:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 12:46:49 $ docker stop --time=1 85b67ecb2670be68681d6711304539967b4c9e77e89947fa83eca7ae4af6e58e 12:46:50 $ docker rm -f --volumes 85b67ecb2670be68681d6711304539967b4c9e77e89947fa83eca7ae4af6e58e [Pipeline] // withDockerContainer [Pipeline] sh 12:46:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:46:51 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 12:46:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:46:52 12:46:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:46:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:46:52 latest: Pulling from edgex-lftools-log-publisher 12:46:52 5eb5b503b376: Pulling fs layer 12:46:52 5c69ac0246d0: Pulling fs layer 12:46:52 ec43610c2a17: Pulling fs layer 12:46:52 3a2ae6a8a46f: Pulling fs layer 12:46:52 3a2ae6a8a46f: Waiting 12:46:52 33b1e0a273af: Pulling fs layer 12:46:52 5d3b04190fa2: Pulling fs layer 12:46:52 2f39f015ded8: Pulling fs layer 12:46:52 5d3b04190fa2: Waiting 12:46:52 2f39f015ded8: Waiting 12:46:52 33b1e0a273af: Waiting 12:46:52 5c69ac0246d0: Verifying Checksum 12:46:52 5c69ac0246d0: Download complete 12:46:52 3a2ae6a8a46f: Download complete 12:46:52 33b1e0a273af: Verifying Checksum 12:46:52 33b1e0a273af: Download complete 12:46:52 5d3b04190fa2: Download complete 12:46:53 ec43610c2a17: Download complete 12:46:53 5eb5b503b376: Verifying Checksum 12:46:53 5eb5b503b376: Download complete 12:46:53 2f39f015ded8: Download complete 12:46:54 5eb5b503b376: Pull complete 12:46:54 5c69ac0246d0: Pull complete 12:46:55 ec43610c2a17: Pull complete 12:46:55 3a2ae6a8a46f: Pull complete 12:46:55 33b1e0a273af: Pull complete 12:46:55 5d3b04190fa2: Pull complete 12:47:02 2f39f015ded8: Pull complete 12:47:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:47:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:47:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:47:02 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:47:02 $ 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 12:47:03 $ docker top 7c2fdffad164f78d7dda9dcd02b9b491c28e3a3ab4f9779a5dc13760df03014f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:47:04 ---> job-cost.sh 12:47:04 lf-activate-venv: SKIPPING 12:47:04 INFO: No Stack... 12:47:04 INFO: Retrieving Pricing Info for: v3-standard-8 12:47:05 INFO: Archiving Costs [Pipeline] sh 12:47:05 + + cut -d, -f6 12:47:05 cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [Pipeline] lock 12:47:05 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] 12:47:05 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] did not exist. Created. 12:47:05 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:47:05 + echo total: 0.2199999988079071 [Pipeline] stash 12:47:05 Stashed 1 file(s) [Pipeline] } 12:47:05 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-425-stack-cost] [Pipeline] // lock [Pipeline] } 12:47:05 $ docker stop --time=1 7c2fdffad164f78d7dda9dcd02b9b491c28e3a3ab4f9779a5dc13760df03014f 12:47:07 $ docker rm -f --volumes 7c2fdffad164f78d7dda9dcd02b9b491c28e3a3ab4f9779a5dc13760df03014f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:47:07 provisioning config files... 12:47:07 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config4441720754176184206tmp [Pipeline] { [Pipeline] sh 12:47:07 + set +x 12:47:07 + curl -s https://codecov.io/bash 12:47:07 + bash -s -- 12:47:07 12:47:07 _____ _ 12:47:07 / ____| | | 12:47:07 | | ___ __| | ___ ___ _____ __ 12:47:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:47:07 | |___| (_) | (_| | __/ (_| (_) \ V / 12:47:07 \_____\___/ \__,_|\___|\___\___/ \_/ 12:47:07 Bash-1.0.6 12:47:07 12:47:07 12:47:07 ==> git version 2.25.1 found 12:47:07 ==> 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 12:47:07 Release-Date: 2020-01-08 12:47:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:47:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:47:07 ==> Jenkins CI detected. 12:47:07 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 12:47:07 project root: . 12:47:07 --> token set from env 12:47:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:47:07 ==> Running gcov in . (disable via -X gcov) 12:47:07 ==> Python coveragepy not found 12:47:07 ==> Searching for coverage reports in: 12:47:07 + . 12:47:07 -> Found 1 reports 12:47:07 ==> Detecting git/mercurial file structure 12:47:07 ==> Reading reports 12:47:07 + ./coverage.out bytes=169319 12:47:07 ==> Appending adjustments 12:47:07 https://docs.codecov.io/docs/fixing-reports 12:47:08 + Found adjustments 12:47:08 ==> Gzipping contents 12:47:08 24K /tmp/codecov.nNaPoN.gz 12:47:08 ==> Uploading reports 12:47:08 url: https://codecov.io 12:47:08 query: branch=main&commit=004825d7954bec1bc94285b38a47691f6eee7f61&build=425&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F425%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 12:47:08 -> Pinging Codecov 12:47:08 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=004825d7954bec1bc94285b38a47691f6eee7f61&build=425&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F425%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 12:47:08 -> Uploading to 12:47:08 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-bootstrap/004825d7954bec1bc94285b38a47691f6eee7f61/e1f2f6e7-39b9-4f3f-84b6-5b89483524a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260325%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260325T124708Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=a618bfc1c3c1c72ca851cafed05ec6925fe8b62d23dc654992a24f73198fee93 12:47:08 % Total % Received % Xferd Average Speed Time Time Time Current 12:47:08 Dload Upload Total Spent Left Speed 12:47:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22284 0 0 100 22284 0 146k --:--:-- --:--:-- --:--:-- 146k 12:47:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] } 12:47:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:47:09 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:47:09 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:47:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:47:09 12:47:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:47:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:47:09 latest: Pulling from edgex-devops/edgex-snyk-go 12:47:09 2d35ebdb57d9: Already exists 12:47:09 85e8836fcdb2: Pulling fs layer 12:47:09 91631faa732a: Pulling fs layer 12:47:09 f3f5ae8826fa: Pulling fs layer 12:47:09 4f4fb700ef54: Pulling fs layer 12:47:09 7861252a18e6: Pulling fs layer 12:47:09 9130f900ef6f: Pulling fs layer 12:47:09 7861252a18e6: Waiting 12:47:09 4f4fb700ef54: Waiting 12:47:09 9130f900ef6f: Waiting 12:47:09 f3f5ae8826fa: Verifying Checksum 12:47:09 f3f5ae8826fa: Download complete 12:47:09 85e8836fcdb2: Download complete 12:47:09 4f4fb700ef54: Verifying Checksum 12:47:09 4f4fb700ef54: Download complete 12:47:09 85e8836fcdb2: Pull complete 12:47:09 7861252a18e6: Verifying Checksum 12:47:09 7861252a18e6: Download complete 12:47:10 91631faa732a: Download complete 12:47:10 9130f900ef6f: Verifying Checksum 12:47:10 9130f900ef6f: Download complete 12:47:14 91631faa732a: Pull complete 12:47:14 f3f5ae8826fa: Pull complete 12:47:15 4f4fb700ef54: Pull complete 12:47:15 7861252a18e6: Pull complete 12:47:19 9130f900ef6f: Pull complete 12:47:19 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 12:47:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:47:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:47:19 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:47:19 $ 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 12:47:21 $ docker top 206a17fa460a2510fc41afd3c365605c3036cb946707a107970df6d6111c74ea -eo pid,comm [Pipeline] { [Pipeline] sh 12:47:21 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] echo 12:47:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 12:47:21 + set -o pipefail 12:47:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 12:47:31 12:47:31 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v4)... 12:47:31 12:47:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38043815-24ee-49a2-867d-492929c96656/history/e7517141-22ae-48c7-9bb8-4436f9ec2968 12:47:31 12:47:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:47:31 [Pipeline] } 12:47:31 $ docker stop --time=1 206a17fa460a2510fc41afd3c365605c3036cb946707a107970df6d6111c74ea 12:47:34 $ docker rm -f --volumes 206a17fa460a2510fc41afd3c365605c3036cb946707a107970df6d6111c74ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:47:35 + git log --format=format:%s -1 004825d7954bec1bc94285b38a47691f6eee7f61 [Pipeline] sh 12:47:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:47:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:47:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:47:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:47:35 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:47:36 $ 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 12:47:36 $ docker top e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 -eo pid,comm 12:47:36 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). 12:47:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:47:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:47:36 [ssh-agent] Looking for ssh-agent implementation... 12:47:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:47:36 $ docker exec e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 ssh-agent 12:47:36 SSH_AUTH_SOCK=/tmp/ssh-AJPzr6DOfx0F/agent.32 12:47:36 SSH_AGENT_PID=38 12:47:36 Running ssh-add (command line suppressed) 12:47:36 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8522209384076196436.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8522209384076196436.key) 12:47:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:47:37 + git semver tag 12:47:37 2026-03-25 12:47:37,351 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:47:37 2026-03-25 12:47:37,354 [run_tag] DEBUG tag force:False 12:47:37 2026-03-25 12:47:37,355 [check_head_tag] DEBUG check head tag 12:47:37 2026-03-25 12:47:37,357 [execute] INFO git cat-file --batch-check 12:47:37 2026-03-25 12:47:37,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=, shell=False, universal_newlines=False) 12:47:37 2026-03-25 12:47:37,359 [execute] INFO git cat-file --batch 12:47:37 2026-03-25 12:47:37,359 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=, shell=False, universal_newlines=False) 12:47:37 2026-03-25 12:47:37,404 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:47:37 2026-03-25 12:47:37,404 [execute] INFO git tag -a v4.1.0-dev.59 -m v4.1.0-dev.59 12:47:37 2026-03-25 12:47:37,404 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.59', '-m', 'v4.1.0-dev.59'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) 12:47:37 2026-03-25 12:47:37,407 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:47:37 4.1.0-dev.59 [Pipeline] } 12:47:37 $ docker exec --env ******** --env ******** e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 ssh-agent -k 12:47:37 unset SSH_AUTH_SOCK; 12:47:37 unset SSH_AGENT_PID; 12:47:37 echo Agent pid 38 killed; 12:47:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:47:38 + git semver [Pipeline] } 12:47:38 $ docker stop --time=1 e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 12:47:39 $ docker rm -f --volumes e3e66b1fd97c8e5d9b732d0d190d1bfa309d764b5c520da2fc941867d97c38f1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:47:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:47:40 12:47:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:47:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:47:40 0.23.1-centos7: Pulling from edgex-lftools 12:47:40 ab5ef0e58194: Pulling fs layer 12:47:40 9712f1f96733: Pulling fs layer 12:47:40 63f879dbbcfc: Pulling fs layer 12:47:40 0d9ebad4ef96: Pulling fs layer 12:47:40 e9a5061849ea: Pulling fs layer 12:47:40 d747dcd14b5f: Pulling fs layer 12:47:40 2de7ff778b66: Pulling fs layer 12:47:40 0d9ebad4ef96: Waiting 12:47:40 e9a5061849ea: Waiting 12:47:40 d747dcd14b5f: Waiting 12:47:40 2de7ff778b66: Waiting 12:47:40 9712f1f96733: Verifying Checksum 12:47:40 9712f1f96733: Download complete 12:47:40 63f879dbbcfc: Verifying Checksum 12:47:40 63f879dbbcfc: Download complete 12:47:41 e9a5061849ea: Verifying Checksum 12:47:41 e9a5061849ea: Download complete 12:47:41 d747dcd14b5f: Download complete 12:47:41 0d9ebad4ef96: Verifying Checksum 12:47:41 0d9ebad4ef96: Download complete 12:47:41 ab5ef0e58194: Verifying Checksum 12:47:41 ab5ef0e58194: Download complete 12:47:41 2de7ff778b66: Verifying Checksum 12:47:41 2de7ff778b66: Download complete 12:47:45 ab5ef0e58194: Pull complete 12:47:45 9712f1f96733: Pull complete 12:47:45 63f879dbbcfc: Pull complete 12:47:52 0d9ebad4ef96: Pull complete 12:47:52 e9a5061849ea: Pull complete 12:47:52 d747dcd14b5f: Pull complete 12:47:53 2de7ff778b66: Pull complete 12:47:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:47:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:47:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:47:53 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:47:53 $ 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 12:47:54 $ docker top 2ced43f9f021f47884ea8de142f9b5e839351eb22a5a85f4e9bb0d34a4ee5a95 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:47:54 provisioning config files... 12:47:54 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config17243127188350462740tmp 12:47:54 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config10096678471687633435tmp 12:47:54 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6613206807775802494tmp [Pipeline] { [Pipeline] echo 12:47:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:47:55 ---> sigul-configuration.sh 12:47:55 gpg: directory `/root/.gnupg' created 12:47:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:47:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:47:55 gpg: keyring `/root/.gnupg/secring.gpg' created 12:47:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:47:55 gpg: CAST5 encrypted data 12:47:55 gpg: encrypted with 1 passphrase 12:47:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:47:55 + mkdir /home/jenkins 12:47:55 + mkdir /home/jenkins/sigul [Pipeline] sh 12:47:55 + 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 12:47:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:47:56 ---> sigul-install.sh 12:47:56 Sigul already installed; skipping installation. [Pipeline] sh 12:47:56 + git tag --list 12:47:56 v0.0.1 12:47:56 v0.0.10 12:47:56 v0.0.11 12:47:56 v0.0.12 12:47:56 v0.0.13 12:47:56 v0.0.14 12:47:56 v0.0.15 12:47:56 v0.0.16 12:47:56 v0.0.17 12:47:56 v0.0.18 12:47:56 v0.0.19 12:47:56 v0.0.2 12:47:56 v0.0.20 12:47:56 v0.0.21 12:47:56 v0.0.22 12:47:56 v0.0.23 12:47:56 v0.0.24 12:47:56 v0.0.25 12:47:56 v0.0.26 12:47:56 v0.0.27 12:47:56 v0.0.28 12:47:56 v0.0.29 12:47:56 v0.0.3 12:47:56 v0.0.30 12:47:56 v0.0.31 12:47:56 v0.0.32 12:47:56 v0.0.33 12:47:56 v0.0.34 12:47:56 v0.0.35 12:47:56 v0.0.36 12:47:56 v0.0.37 12:47:56 v0.0.38 12:47:56 v0.0.39 12:47:56 v0.0.4 12:47:56 v0.0.40 12:47:56 v0.0.41 12:47:56 v0.0.42 12:47:56 v0.0.43 12:47:56 v0.0.44 12:47:56 v0.0.45 12:47:56 v0.0.46 12:47:56 v0.0.47 12:47:56 v0.0.48 12:47:56 v0.0.49 12:47:56 v0.0.5 12:47:56 v0.0.50 12:47:56 v0.0.51 12:47:56 v0.0.52 12:47:56 v0.0.53 12:47:56 v0.0.54 12:47:56 v0.0.55 12:47:56 v0.0.56 12:47:56 v0.0.57 12:47:56 v0.0.58 12:47:56 v0.0.59 12:47:56 v0.0.6 12:47:56 v0.0.60 12:47:56 v0.0.61 12:47:56 v0.0.62 12:47:56 v0.0.63 12:47:56 v0.0.64 12:47:56 v0.0.65 12:47:56 v0.0.66 12:47:56 v0.0.67 12:47:56 v0.0.68 12:47:56 v0.0.69 12:47:56 v0.0.7 12:47:56 v0.0.70 12:47:56 v0.0.71 12:47:56 v0.0.72 12:47:56 v0.0.8 12:47:56 v0.0.9 12:47:56 v2.0.0 12:47:56 v2.1.0 12:47:56 v2.1.1 12:47:56 v2.2.0 12:47:56 v2.3.0 12:47:56 v3.0 12:47:56 v3.0.0 12:47:56 v3.0.1 12:47:56 v3.1 12:47:56 v3.1.0 12:47:56 v4.0 12:47:56 v4.0.0 12:47:56 v4.0.1 12:47:56 v4.0.2 12:47:56 v4.0.3 12:47:56 v4.0.4 12:47:56 v4.0.4-dev.1 12:47:56 v4.0.4-dev.2 12:47:56 v4.0.4-dev.3 12:47:56 v4.1.0-dev.1 12:47:56 v4.1.0-dev.10 12:47:56 v4.1.0-dev.11 12:47:56 v4.1.0-dev.12 12:47:56 v4.1.0-dev.13 12:47:56 v4.1.0-dev.14 12:47:56 v4.1.0-dev.15 12:47:56 v4.1.0-dev.16 12:47:56 v4.1.0-dev.17 12:47:56 v4.1.0-dev.18 12:47:56 v4.1.0-dev.19 12:47:56 v4.1.0-dev.2 12:47:56 v4.1.0-dev.20 12:47:56 v4.1.0-dev.21 12:47:56 v4.1.0-dev.22 12:47:56 v4.1.0-dev.23 12:47:56 v4.1.0-dev.24 12:47:56 v4.1.0-dev.25 12:47:56 v4.1.0-dev.26 12:47:56 v4.1.0-dev.27 12:47:56 v4.1.0-dev.28 12:47:56 v4.1.0-dev.29 12:47:56 v4.1.0-dev.3 12:47:56 v4.1.0-dev.30 12:47:56 v4.1.0-dev.31 12:47:56 v4.1.0-dev.32 12:47:56 v4.1.0-dev.33 12:47:56 v4.1.0-dev.34 12:47:56 v4.1.0-dev.35 12:47:56 v4.1.0-dev.36 12:47:56 v4.1.0-dev.37 12:47:56 v4.1.0-dev.38 12:47:56 v4.1.0-dev.39 12:47:56 v4.1.0-dev.4 12:47:56 v4.1.0-dev.40 12:47:56 v4.1.0-dev.41 12:47:56 v4.1.0-dev.42 12:47:56 v4.1.0-dev.43 12:47:56 v4.1.0-dev.44 12:47:56 v4.1.0-dev.45 12:47:56 v4.1.0-dev.46 12:47:56 v4.1.0-dev.47 12:47:56 v4.1.0-dev.48 12:47:56 v4.1.0-dev.49 12:47:56 v4.1.0-dev.5 12:47:56 v4.1.0-dev.50 12:47:56 v4.1.0-dev.51 12:47:56 v4.1.0-dev.52 12:47:56 v4.1.0-dev.53 12:47:56 v4.1.0-dev.54 12:47:56 v4.1.0-dev.55 12:47:56 v4.1.0-dev.56 12:47:56 v4.1.0-dev.57 12:47:56 v4.1.0-dev.58 12:47:56 v4.1.0-dev.59 12:47:56 v4.1.0-dev.6 12:47:56 v4.1.0-dev.7 12:47:56 v4.1.0-dev.8 12:47:56 v4.1.0-dev.9 [Pipeline] sh 12:47:56 + lftools sign git-tag v4.1.0-dev.59 12:47:57 Signing Git tag with Sigul... 12:47:57 Signing v4.1.0-dev.59 [Pipeline] echo 12:47:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:47:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:47:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:47:58 $ docker stop --time=1 2ced43f9f021f47884ea8de142f9b5e839351eb22a5a85f4e9bb0d34a4ee5a95 12:47:59 $ docker rm -f --volumes 2ced43f9f021f47884ea8de142f9b5e839351eb22a5a85f4e9bb0d34a4ee5a95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:47:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:47:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:48:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:48:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:48:00 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:48:00 $ 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 12:48:00 $ docker top 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 -eo pid,comm 12:48:00 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). 12:48:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:48:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:48:00 [ssh-agent] Looking for ssh-agent implementation... 12:48:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:48:00 $ docker exec 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 ssh-agent 12:48:00 SSH_AUTH_SOCK=/tmp/ssh-uU1245oF6Pa0/agent.32 12:48:00 SSH_AGENT_PID=38 12:48:00 Running ssh-add (command line suppressed) 12:48:00 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1514960482023959862.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1514960482023959862.key) 12:48:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:48:01 + git semver bump pre 12:48:01 2026-03-25 12:48:01,557 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:48:01 2026-03-25 12:48:01,561 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:48:01 2026-03-25 12:48:01,561 [bump_version] DEBUG bumping version:4.1.0-dev.59 on axis:pre with prefix:dev 12:48:01 2026-03-25 12:48:01,562 [bump_version] DEBUG bumped version:4.1.0-dev.60 12:48:01 2026-03-25 12:48:01,562 [write_version] DEBUG write version:4.1.0-dev.60 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 12:48:01 2026-03-25 12:48:01,562 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:48:01 2026-03-25 12:48:01,562 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:48:01 2026-03-25 12:48:01,566 [execute] INFO git cat-file --batch-check 12:48:01 2026-03-25 12:48:01,566 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) 12:48:01 2026-03-25 12:48:01,570 [execute] INFO git cat-file --batch 12:48:01 2026-03-25 12:48:01,571 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) 12:48:01 2026-03-25 12:48:01,573 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:48:01 4.1.0-dev.60 [Pipeline] } 12:48:01 $ docker exec --env ******** --env ******** 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 ssh-agent -k 12:48:01 unset SSH_AUTH_SOCK; 12:48:01 unset SSH_AGENT_PID; 12:48:01 echo Agent pid 38 killed; 12:48:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:48:02 + git semver [Pipeline] } 12:48:02 $ docker stop --time=1 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 12:48:04 $ docker rm -f --volumes 021a8b6b91cf94c6518ca4b8baa6e11bb33dfc77541c202547a60c3ddea706e1 [Pipeline] // withDockerContainer [Pipeline] sh 12:48:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:48:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:48:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:48:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:48:04 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:48:04 $ 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 12:48:05 $ docker top 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad -eo pid,comm 12:48:05 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). 12:48:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:48:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:48:05 [ssh-agent] Looking for ssh-agent implementation... 12:48:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:48:05 $ docker exec 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad ssh-agent 12:48:05 SSH_AUTH_SOCK=/tmp/ssh-FIgaYZf5daEe/agent.34 12:48:05 SSH_AGENT_PID=40 12:48:05 Running ssh-add (command line suppressed) 12:48:05 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15767985459894865606.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15767985459894865606.key) 12:48:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:48:06 + git semver push 12:48:06 2026-03-25 12:48:06,285 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:48:06 2026-03-25 12:48:06,290 [run_push] DEBUG push 12:48:06 2026-03-25 12:48:06,291 [execute] INFO git cat-file --batch-check 12:48:06 2026-03-25 12:48:06,291 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=, shell=False, universal_newlines=False) 12:48:06 2026-03-25 12:48:06,293 [execute] INFO git rev-list c3ef5719fe34028087308cf1dee12563c86f3b39 -- 12:48:06 2026-03-25 12:48:06,294 [execute] DEBUG Popen(['git', 'rev-list', 'c3ef5719fe34028087308cf1dee12563c86f3b39', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=False) 12:48:06 2026-03-25 12:48:06,305 [execute] INFO git fetch -v -- origin 12:48:06 2026-03-25 12:48:06,305 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=True) 12:48:06 2026-03-25 12:48:06,809 [run_push] DEBUG no remote changes detected 12:48:06 2026-03-25 12:48:06,810 [execute] INFO git push origin semver 12:48:06 2026-03-25 12:48:06,810 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, stdin=None, shell=False, universal_newlines=False) 12:48:07 2026-03-25 12:48:07,649 [run_push] DEBUG push all version tags 12:48:07 2026-03-25 12:48:07,650 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:48:07 2026-03-25 12:48:07,650 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, stdin=None, shell=False, universal_newlines=False) 12:48:08 2026-03-25 12:48:08,423 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:48:08 4.1.0-dev.60 [Pipeline] } 12:48:08 $ docker exec --env ******** --env ******** 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad ssh-agent -k 12:48:08 unset SSH_AUTH_SOCK; 12:48:08 unset SSH_AGENT_PID; 12:48:08 echo Agent pid 40 killed; 12:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:48:09 + git semver [Pipeline] } 12:48:09 $ docker stop --time=1 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad 12:48:11 $ docker rm -f --volumes 0c32f85103edd612dc307c5dbaee1cfa0e8ac8158df6bcfc3956111ae5f995ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:48:11 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 12:48:11 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 12:48:11 total 16 12:48:11 drwxr-xr-x 3 root root 4096 Mar 25 12:47 . 12:48:11 drwxrwxr-x 9 jenkins jenkins 4096 Mar 25 12:47 .. 12:48:11 drwxr-xr-x 2 root root 4096 Mar 25 12:47 cost 12:48:11 -rw-r--r-- 1 root root 88 Mar 25 12:47 cost.csv 12:48:11 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 12:48:11 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 12:48:11 total 16 12:48:11 drwxr-xr-x 3 jenkins jenkins 4096 Mar 25 12:47 . 12:48:11 drwxrwxr-x 9 jenkins jenkins 4096 Mar 25 12:47 .. 12:48:11 drwxr-xr-x 2 jenkins jenkins 4096 Mar 25 12:47 cost 12:48:11 -rw-r--r-- 1 jenkins jenkins 88 Mar 25 12:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:48:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:48:12 ---> package-listing.sh 12:48:12 ++ facter osfamily 12:48:12 ++ tr '[:upper:]' '[:lower:]' 12:48:13 + OS_FAMILY=debian 12:48:13 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 12:48:13 + START_PACKAGES=/tmp/packages_start.txt 12:48:13 + END_PACKAGES=/tmp/packages_end.txt 12:48:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:48:13 + PACKAGES=/tmp/packages_start.txt 12:48:13 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 12:48:13 + PACKAGES=/tmp/packages_end.txt 12:48:13 + case "${OS_FAMILY}" in 12:48:13 + dpkg -l 12:48:13 + grep '^ii' 12:48:13 + '[' -f /tmp/packages_start.txt ']' 12:48:13 + '[' -f /tmp/packages_end.txt ']' 12:48:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:48:13 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 12:48:13 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 12:48:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 12:48:13 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 12:48:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:48:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:48:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:48:14 prd-ubuntu20.04-docker-8c-8g-4063 does not seem to be running inside a container 12:48:14 $ 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 12:48:14 $ docker top 666e88d3322c4be07a4f78287ed7b9e77ba26dc655d6341cc90ac56457ff293f -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:14 + touch /tmp/pre-build-complete [Pipeline] sh 12:48:14 + mkdir -p /var/log/sysstat [Pipeline] sh 12:48:15 + ls /var/log/sa-host 12:48:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:48:15 provisioning config files... 12:48:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14091674752836073981tmp [Pipeline] { [Pipeline] echo 12:48:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:48:15 ---> create-netrc.sh [Pipeline] } 12:48:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:48:16 ---> python-tools-install.sh [Pipeline] echo 12:48:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:48:16 ---> sudo-logs.sh 12:48:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:48:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:48:16 ---> job-cost.sh 12:48:16 lf-activate-venv: SKIPPING 12:48:16 DEBUG: total: 0.2199999988079071 12:48:16 INFO: Retrieving Stack Cost... 12:48:16 INFO: Retrieving Pricing Info for: v3-standard-8 12:48:17 INFO: Archiving Costs [Pipeline] echo 12:48:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:48:17 ---> logs-deploy.sh 12:48:17 lf-activate-venv: SKIPPING 12:48:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/425 12:48:17 INFO: archiving workspace using pattern(s): 12:48:18 Archives upload complete. 12:48:18 INFO: archiving logs to Nexus 12:48:19 ---> uname -a: 12:48:19 Linux prd-ubuntu20-04-docker-8c-8g-4063 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 12:48:19 12:48:19 12:48:19 ---> lscpu: 12:48:19 Architecture: x86_64 12:48:19 CPU op-mode(s): 32-bit, 64-bit 12:48:19 Byte Order: Little Endian 12:48:19 Address sizes: 40 bits physical, 48 bits virtual 12:48:19 CPU(s): 8 12:48:19 On-line CPU(s) list: 0-7 12:48:19 Thread(s) per core: 1 12:48:19 Core(s) per socket: 1 12:48:19 Socket(s): 8 12:48:19 NUMA node(s): 1 12:48:19 Vendor ID: AuthenticAMD 12:48:19 CPU family: 23 12:48:19 Model: 49 12:48:19 Model name: AMD EPYC-Rome Processor 12:48:19 Stepping: 0 12:48:19 CPU MHz: 2799.998 12:48:19 BogoMIPS: 5599.99 12:48:19 Virtualization: AMD-V 12:48:19 Hypervisor vendor: KVM 12:48:19 Virtualization type: full 12:48:19 L1d cache: 256 KiB 12:48:19 L1i cache: 256 KiB 12:48:19 L2 cache: 4 MiB 12:48:19 L3 cache: 128 MiB 12:48:19 NUMA node0 CPU(s): 0-7 12:48:19 Vulnerability Gather data sampling: Not affected 12:48:19 Vulnerability Itlb multihit: Not affected 12:48:19 Vulnerability L1tf: Not affected 12:48:19 Vulnerability Mds: Not affected 12:48:19 Vulnerability Meltdown: Not affected 12:48:19 Vulnerability Mmio stale data: Not affected 12:48:19 Vulnerability Retbleed: Vulnerable 12:48:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:48:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:48:19 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 12:48:19 Vulnerability Srbds: Not affected 12:48:19 Vulnerability Tsx async abort: Not affected 12:48:19 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 12:48:19 12:48:19 12:48:19 ---> nproc: 12:48:19 8 12:48:19 12:48:19 12:48:19 ---> df -h: 12:48:19 Filesystem Size Used Avail Use% Mounted on 12:48:19 overlay 155G 13G 143G 8% / 12:48:19 tmpfs 64M 0 64M 0% /dev 12:48:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:48:19 shm 64M 0 64M 0% /dev/shm 12:48:19 /dev/vda1 155G 13G 143G 8% /facter-os 12:48:19 12:48:19 12:48:19 ---> sar -b -r -n DEV: 12:48:19 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4063) 03/25/26 _x86_64_ (8 CPU) 12:48:19 12:48:19 12:44:26 LINUX RESTART (8 CPU) 12:48:19 12:48:19 12:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:48:19 12:46:01 320.96 13.71 307.25 0.00 1654.52 117920.35 0.00 12:48:19 12:47:01 64.16 0.22 63.95 0.00 2.67 27580.41 0.00 12:48:19 12:48:01 181.30 0.72 180.59 0.00 30.13 77593.20 0.00 12:48:19 Average: 188.80 4.88 183.92 0.00 562.41 74362.05 0.00 12:48:19 12:48:19 12:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:48:19 12:46:01 27695600 31344812 936608 2.85 115464 3727260 2218056 6.54 1441996 3241360 509916 12:48:19 12:47:01 27966964 31532220 752400 2.29 123652 3644060 1675712 4.94 1121772 3298780 470352 12:48:19 12:48:01 26416296 31486744 788580 2.40 173528 4960260 1759852 5.19 1264848 4562776 680 12:48:19 Average: 27359620 31454592 825863 2.51 137548 4110527 1884540 5.56 1276205 3700972 326983 12:48:19 12:48:19 12:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:48:19 12:46:01 docker0 88.85 116.58 7.34 956.26 0.00 0.00 0.00 0.00 12:48:19 12:46:01 ens3 593.73 402.20 8553.88 121.37 0.00 0.00 0.00 0.00 12:48:19 12:46:01 veth8f04680 53.67 81.97 5.45 752.54 0.00 0.00 0.00 0.06 12:48:19 12:46:01 lo 3.07 3.07 0.30 0.30 0.00 0.00 0.00 0.00 12:48:19 12:47:01 docker0 0.73 0.72 0.08 0.27 0.00 0.00 0.00 0.00 12:48:19 12:47:01 ens3 99.90 69.51 2523.75 14.06 0.00 0.00 0.00 0.00 12:48:19 12:47:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 12:48:19 12:48:01 docker0 56.87 84.19 5.47 755.54 0.00 0.00 0.00 0.00 12:48:19 12:48:01 ens3 412.75 260.97 8058.49 51.26 0.00 0.00 0.00 0.00 12:48:19 12:48:01 vethc13dc8a 0.03 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:48:19 12:48:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 12:48:19 Average: docker0 48.82 67.16 4.30 570.66 0.00 0.00 0.00 0.00 12:48:19 Average: ens3 368.78 244.22 6378.49 62.23 0.00 0.00 0.00 0.00 12:48:19 Average: vethc13dc8a 0.01 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:48:19 Average: lo 1.98 1.98 0.19 0.19 0.00 0.00 0.00 0.00 12:48:19 12:48:19 12:48:19 ---> sar -P ALL: 12:48:19 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4063) 03/25/26 _x86_64_ (8 CPU) 12:48:19 12:48:19 12:44:26 LINUX RESTART (8 CPU) 12:48:19 12:48:19 12:45:01 CPU %user %nice %system %iowait %steal %idle 12:48:19 12:46:01 all 19.69 0.00 5.42 1.44 0.12 73.33 12:48:19 12:46:01 0 21.13 0.00 5.47 1.91 0.12 71.37 12:48:19 12:46:01 1 21.81 0.00 5.11 0.41 0.12 72.56 12:48:19 12:46:01 2 19.97 0.00 5.02 0.49 0.12 74.40 12:48:19 12:46:01 3 18.88 0.00 5.02 0.30 0.10 75.70 12:48:19 12:46:01 4 20.18 0.00 5.99 3.57 0.10 70.16 12:48:19 12:46:01 5 17.58 0.00 6.06 3.56 0.12 72.67 12:48:19 12:46:01 6 19.51 0.00 5.62 0.44 0.14 74.30 12:48:19 12:46:01 7 18.44 0.00 5.07 0.86 0.12 75.51 12:48:19 12:47:01 all 45.67 0.00 7.17 0.39 0.15 46.61 12:48:19 12:47:01 0 44.19 0.00 7.62 2.15 0.14 45.91 12:48:19 12:47:01 1 45.75 0.00 7.55 0.14 0.14 46.43 12:48:19 12:47:01 2 45.39 0.00 7.24 0.12 0.13 47.12 12:48:19 12:47:01 3 45.83 0.00 7.36 0.02 0.17 46.63 12:48:19 12:47:01 4 45.97 0.00 7.78 0.08 0.20 45.97 12:48:19 12:47:01 5 46.09 0.00 5.99 0.07 0.14 47.72 12:48:19 12:47:01 6 45.64 0.00 6.51 0.00 0.13 47.72 12:48:19 12:47:01 7 46.49 0.00 7.35 0.59 0.15 45.41 12:48:19 12:48:01 all 9.21 0.00 4.25 1.04 0.12 85.39 12:48:19 12:48:01 0 9.90 0.00 3.80 2.09 0.12 84.09 12:48:19 12:48:01 1 7.81 0.00 5.20 3.26 0.12 83.61 12:48:19 12:48:01 2 10.58 0.00 4.05 0.34 0.14 84.89 12:48:19 12:48:01 3 8.42 0.00 5.24 0.07 0.10 86.18 12:48:19 12:48:01 4 8.30 0.00 5.00 2.04 0.12 84.55 12:48:19 12:48:01 5 8.51 0.00 3.80 0.08 0.12 87.48 12:48:19 12:48:01 6 9.62 0.00 3.34 0.12 0.12 86.80 12:48:19 12:48:01 7 10.52 0.00 3.58 0.32 0.10 85.48 12:48:19 Average: all 24.88 0.00 5.62 0.96 0.13 68.42 12:48:19 Average: 0 25.07 0.00 5.63 2.05 0.12 67.13 12:48:19 Average: 1 25.15 0.00 5.95 1.27 0.12 67.51 12:48:19 Average: 2 25.33 0.00 5.44 0.32 0.13 68.78 12:48:19 Average: 3 24.42 0.00 5.87 0.13 0.12 69.45 12:48:19 Average: 4 24.86 0.00 6.26 1.89 0.14 66.85 12:48:19 Average: 5 24.07 0.00 5.29 1.24 0.12 69.27 12:48:19 Average: 6 24.95 0.00 5.16 0.19 0.13 69.58 12:48:19 Average: 7 25.15 0.00 5.33 0.59 0.12 68.80 12:48:19 12:48:19 12:48:19