Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 092cd0a3eca283745d0e1c3ccdce1db93493fb07 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-ssh2553730678463863331.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh7444699554812123876.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-configuration/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-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6258713214995204933.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh9349923441916566372.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-configuration/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-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14709719392831926727.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-configuration, 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-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration 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-2686 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 092cd0a3eca283745d0e1c3ccdce1db93493fb07 (main) Commit message: "Merge pull request #198 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.9" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 092cd0a3eca283745d0e1c3ccdce1db93493fb07 # timeout=10 > git rev-list --no-walk b51ed5e4b8fb0d183bfc87e77d931842477d6abf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-03T03:28:33.747Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-03T03:28:33.827Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-03T03:28:33.851Z] ========================================================= [2025-06-03T03:28:33.851Z] EdgeX Global Pipelines Version Info [2025-06-03T03:28:33.851Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:28:34.968Z] ------------------- [2025-06-03T03:28:34.969Z] stable info: [2025-06-03T03:28:34.969Z] ------------------- [2025-06-03T03:28:34.969Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-03T03:28:34.969Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-03T03:28:34.969Z] Message: update stable to v1.0.274 [2025-06-03T03:28:35.229Z] ------------------- [2025-06-03T03:28:35.229Z] experimental info: [2025-06-03T03:28:35.229Z] ------------------- [2025-06-03T03:28:35.229Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-03T03:28:35.229Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-03T03:28:35.229Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-03T03:28:35.305Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2025-06-03T03:28:35.330Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2025-06-03T03:28:35.351Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-03T03:28:35.375Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-03T03:28:35.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-03T03:28:35.423Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-03T03:28:35.449Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-03T03:28:35.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-06-03T03:28:35.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-03T03:28:35.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-03T03:28:35.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-03T03:28:35.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2025-06-03T03:28:35.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-03T03:28:35.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-03T03:28:35.652Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T03:28:35.678Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T03:28:35.697Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T03:28:35.717Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-06-03T03:28:35.739Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-03T03:28:35.759Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-03T03:28:35.784Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-06-03T03:28:35.810Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-06-03T03:28:35.839Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-06-03T03:28:35.862Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-06-03T03:28:35.881Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2025-06-03T03:28:35.903Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-03T03:28:35.926Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-03T03:28:35.951Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-03T03:28:35.978Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-03T03:28:36.008Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-03T03:28:36.032Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo [2025-06-03T03:28:36.062Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 092cd0a [Pipeline] echo [2025-06-03T03:28:36.085Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-06-03T03:28:36.461Z] + git rev-list -1 --merges 092cd0a3eca283745d0e1c3ccdce1db93493fb07~1..092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo [2025-06-03T03:28:36.491Z] -----------> git rev-list -1 --merges 092cd0a3eca283745d0e1c3ccdce1db93493fb07~1..092cd0a3eca283745d0e1c3ccdce1db93493fb07 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [2025-06-03T03:28:36.491Z] 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [false] [Pipeline] sh [2025-06-03T03:28:36.791Z] + git log --format=format:%s -1 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo [2025-06-03T03:28:36.805Z] ========================================================= [2025-06-03T03:28:36.805Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-03T03:28:36.805Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-03T03:28:37.211Z] + git log --format=format:%s -1 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo [2025-06-03T03:28:37.220Z] [semverPrep] GIT_COMMIT: 092cd0a3eca283745d0e1c3ccdce1db93493fb07, Commit Message: Merge pull request #198 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.9 [Pipeline] echo [2025-06-03T03:28:37.231Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-06-03T03:28:37.586Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T03:28:37.586Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-03T03:28:37.586Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-03T03:28:37.586Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-03T03:28:37.586Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-06-03T03:28:37.586Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-06-03T03:28:37.586Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:28:37.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T03:28:38.206Z] [2025-06-03T03:28:38.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:28:38.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T03:28:38.772Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-03T03:28:38.772Z] 3dae71ba6b94: Pulling fs layer [2025-06-03T03:28:38.772Z] 6bf1a483ea7c: Pulling fs layer [2025-06-03T03:28:38.772Z] f5dfc541a4d3: Pulling fs layer [2025-06-03T03:28:38.772Z] 461d9e800cba: Pulling fs layer [2025-06-03T03:28:38.772Z] 80192f66455f: Pulling fs layer [2025-06-03T03:28:38.772Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-03T03:28:38.772Z] a29436f7fd5d: Pulling fs layer [2025-06-03T03:28:38.772Z] 923cac83aea3: Pulling fs layer [2025-06-03T03:28:38.772Z] 25ad8b0a4227: Pulling fs layer [2025-06-03T03:28:38.772Z] db01528c6b51: Pulling fs layer [2025-06-03T03:28:38.772Z] 28988de357af: Pulling fs layer [2025-06-03T03:28:38.772Z] a29436f7fd5d: Waiting [2025-06-03T03:28:38.772Z] 923cac83aea3: Waiting [2025-06-03T03:28:38.772Z] 25ad8b0a4227: Waiting [2025-06-03T03:28:38.772Z] db01528c6b51: Waiting [2025-06-03T03:28:38.772Z] 28988de357af: Waiting [2025-06-03T03:28:38.772Z] 461d9e800cba: Waiting [2025-06-03T03:28:38.772Z] 80192f66455f: Waiting [2025-06-03T03:28:38.772Z] 2e8e34ca0e6c: Waiting [2025-06-03T03:28:38.772Z] 6bf1a483ea7c: Verifying Checksum [2025-06-03T03:28:38.772Z] 6bf1a483ea7c: Download complete [2025-06-03T03:28:38.772Z] 461d9e800cba: Verifying Checksum [2025-06-03T03:28:38.772Z] 461d9e800cba: Download complete [2025-06-03T03:28:38.772Z] 80192f66455f: Download complete [2025-06-03T03:28:39.032Z] f5dfc541a4d3: Verifying Checksum [2025-06-03T03:28:39.032Z] f5dfc541a4d3: Download complete [2025-06-03T03:28:39.032Z] 3dae71ba6b94: Verifying Checksum [2025-06-03T03:28:39.032Z] 3dae71ba6b94: Download complete [2025-06-03T03:28:39.032Z] 923cac83aea3: Verifying Checksum [2025-06-03T03:28:39.032Z] 923cac83aea3: Download complete [2025-06-03T03:28:39.297Z] 25ad8b0a4227: Verifying Checksum [2025-06-03T03:28:39.297Z] 25ad8b0a4227: Download complete [2025-06-03T03:28:39.297Z] db01528c6b51: Verifying Checksum [2025-06-03T03:28:39.297Z] db01528c6b51: Download complete [2025-06-03T03:28:39.297Z] 28988de357af: Download complete [2025-06-03T03:28:39.555Z] a29436f7fd5d: Verifying Checksum [2025-06-03T03:28:39.556Z] a29436f7fd5d: Download complete [2025-06-03T03:28:39.815Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-03T03:28:39.815Z] 2e8e34ca0e6c: Download complete [2025-06-03T03:28:40.382Z] 3dae71ba6b94: Pull complete [2025-06-03T03:28:40.640Z] 6bf1a483ea7c: Pull complete [2025-06-03T03:28:41.208Z] f5dfc541a4d3: Pull complete [2025-06-03T03:28:41.208Z] 461d9e800cba: Pull complete [2025-06-03T03:28:41.208Z] 80192f66455f: Pull complete [2025-06-03T03:28:45.404Z] 2e8e34ca0e6c: Pull complete [2025-06-03T03:28:45.663Z] a29436f7fd5d: Pull complete [2025-06-03T03:28:45.664Z] 923cac83aea3: Pull complete [2025-06-03T03:28:45.922Z] 25ad8b0a4227: Pull complete [2025-06-03T03:28:45.922Z] db01528c6b51: Pull complete [2025-06-03T03:28:45.922Z] 28988de357af: Pull complete [2025-06-03T03:28:45.922Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-03T03:28:45.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T03:28:46.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:28:46.331Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:28:46.362Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:28:51.119Z] $ docker top bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 -eo pid,comm [2025-06-03T03:28:51.172Z] 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). [2025-06-03T03:28:51.172Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T03:28:51.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T03:28:51.229Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T03:28:51.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T03:28:51.365Z] $ docker exec bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent [2025-06-03T03:28:51.482Z] SSH_AUTH_SOCK=/tmp/ssh-tmstE6NfmPrt/agent.32 [2025-06-03T03:28:51.482Z] SSH_AGENT_PID=38 [2025-06-03T03:28:51.489Z] Running ssh-add (command line suppressed) [2025-06-03T03:28:51.595Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8221100163110348632.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8221100163110348632.key) [2025-06-03T03:28:51.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T03:28:51.908Z] + git tag --points-at HEAD [Pipeline] } [2025-06-03T03:28:51.919Z] $ docker exec --env ******** --env ******** bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent -k [2025-06-03T03:28:52.031Z] unset SSH_AUTH_SOCK; [2025-06-03T03:28:52.032Z] unset SSH_AGENT_PID; [2025-06-03T03:28:52.032Z] echo Agent pid 38 killed; [2025-06-03T03:28:52.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-03T03:28:52.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T03:28:52.081Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T03:28:52.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T03:28:52.196Z] $ docker exec bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent [2025-06-03T03:28:52.314Z] SSH_AUTH_SOCK=/tmp/ssh-EyjHC4043LjS/agent.71 [2025-06-03T03:28:52.314Z] SSH_AGENT_PID=77 [2025-06-03T03:28:52.318Z] Running ssh-add (command line suppressed) [2025-06-03T03:28:52.431Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13738305529267952603.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13738305529267952603.key) [2025-06-03T03:28:52.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T03:28:52.735Z] + git semver init [2025-06-03T03:28:53.304Z] 2025-06-03 03:28:53,035 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T03:28:53.304Z] 2025-06-03 03:28:53,039 [run_init] DEBUG init version:0.0.0 force:False [2025-06-03T03:28:53.304Z] 2025-06-03 03:28:53,040 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver [2025-06-03T03:28:53.304Z] 2025-06-03 03:28:53,040 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver [2025-06-03T03:28:53.304Z] 2025-06-03 03:28:53,041 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) [2025-06-03T03:28:53.872Z] 2025-06-03 03:28:53,835 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude [2025-06-03T03:28:53.872Z] 2025-06-03 03:28:53,835 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False [2025-06-03T03:28:53.872Z] 2025-06-03 03:28:53,835 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:28:53.872Z] 2025-06-03 03:28:53,836 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:28:53.872Z] 4.1.0-dev.6 [Pipeline] } [2025-06-03T03:28:53.882Z] $ docker exec --env ******** --env ******** bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent -k [2025-06-03T03:28:53.984Z] unset SSH_AUTH_SOCK; [2025-06-03T03:28:53.984Z] unset SSH_AGENT_PID; [2025-06-03T03:28:53.984Z] echo Agent pid 77 killed; [2025-06-03T03:28:53.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T03:28:54.322Z] + git semver [Pipeline] } [2025-06-03T03:28:54.591Z] $ docker stop --time=1 bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 [2025-06-03T03:28:55.854Z] $ docker rm -f --volumes bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T03:28:56.198Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-03T03:28:56.455Z] Stashed 1 file(s) [Pipeline] echo [2025-06-03T03:28:56.459Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [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 [2025-06-03T03:28:56.826Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T03:28:56.844Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-03T03:28:56.864Z] ========================================================= [2025-06-03T03:28:56.864Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-03T03:28:56.864Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2025-06-03T03:28:57.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T03:28:57.209Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-03T03:28:57.209Z] 0a9a5dfd008f: Pulling fs layer [2025-06-03T03:28:57.209Z] dbfa0bcfca99: Pulling fs layer [2025-06-03T03:28:57.209Z] 70eabb1d9476: Pulling fs layer [2025-06-03T03:28:57.209Z] 957bedc73fa3: Pulling fs layer [2025-06-03T03:28:57.209Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T03:28:57.209Z] f40432e63723: Pulling fs layer [2025-06-03T03:28:57.209Z] 90b4343acab7: Pulling fs layer [2025-06-03T03:28:57.209Z] 9f67ea4ac784: Pulling fs layer [2025-06-03T03:28:57.209Z] 9228b9a606be: Pulling fs layer [2025-06-03T03:28:57.209Z] 957bedc73fa3: Waiting [2025-06-03T03:28:57.209Z] f40432e63723: Waiting [2025-06-03T03:28:57.209Z] 90b4343acab7: Waiting [2025-06-03T03:28:57.209Z] 9f67ea4ac784: Waiting [2025-06-03T03:28:57.209Z] 4f4fb700ef54: Waiting [2025-06-03T03:28:57.209Z] 9228b9a606be: Waiting [2025-06-03T03:28:57.209Z] dbfa0bcfca99: Verifying Checksum [2025-06-03T03:28:57.209Z] dbfa0bcfca99: Download complete [2025-06-03T03:28:57.209Z] 957bedc73fa3: Download complete [2025-06-03T03:28:57.209Z] 4f4fb700ef54: Verifying Checksum [2025-06-03T03:28:57.209Z] 4f4fb700ef54: Download complete [2025-06-03T03:28:57.209Z] f40432e63723: Verifying Checksum [2025-06-03T03:28:57.209Z] f40432e63723: Download complete [2025-06-03T03:28:57.209Z] 0a9a5dfd008f: Download complete [2025-06-03T03:28:57.209Z] 90b4343acab7: Verifying Checksum [2025-06-03T03:28:57.209Z] 90b4343acab7: Download complete [2025-06-03T03:28:57.467Z] 0a9a5dfd008f: Pull complete [2025-06-03T03:28:57.467Z] 9228b9a606be: Verifying Checksum [2025-06-03T03:28:57.467Z] 9228b9a606be: Download complete [2025-06-03T03:28:57.467Z] dbfa0bcfca99: Pull complete [2025-06-03T03:28:57.725Z] 70eabb1d9476: Download complete [2025-06-03T03:28:57.983Z] 9f67ea4ac784: Verifying Checksum [2025-06-03T03:28:57.983Z] 9f67ea4ac784: Download complete [2025-06-03T03:29:02.191Z] 70eabb1d9476: Pull complete [2025-06-03T03:29:02.191Z] 957bedc73fa3: Pull complete [2025-06-03T03:29:02.191Z] 4f4fb700ef54: Pull complete [2025-06-03T03:29:02.191Z] f40432e63723: Pull complete [2025-06-03T03:29:02.191Z] 90b4343acab7: Pull complete [2025-06-03T03:29:04.735Z] 9f67ea4ac784: Pull complete [2025-06-03T03:29:04.994Z] 9228b9a606be: Pull complete [2025-06-03T03:29:04.994Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-03T03:29:04.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-03T03:29:04.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh [2025-06-03T03:29:05.281Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:29:05.584Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-03T03:29:05.584Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:29:05.668Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:29:05.699Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:29:11.307Z] $ docker top 0e252ee370064c05b3238dadbb3c0d303c83e094cd9fcfa0da863f843763a82c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T03:29:11.654Z] + go version [2025-06-03T03:29:11.654Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-03T03:29:11.664Z] $ docker stop --time=1 0e252ee370064c05b3238dadbb3c0d303c83e094cd9fcfa0da863f843763a82c [2025-06-03T03:29:12.971Z] $ docker rm -f --volumes 0e252ee370064c05b3238dadbb3c0d303c83e094cd9fcfa0da863f843763a82c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:29:13.420Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-03T03:29:13.420Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:29:13.501Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:29:13.529Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:29:13.867Z] $ docker top 8f70f86f3f333f54fa740cfcb262628526dc60ff1c51feacc244cb801215597e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T03:29:14.224Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh [2025-06-03T03:29:14.524Z] + make test [2025-06-03T03:29:14.525Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2025-06-03T03:29:14.525Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6 [2025-06-03T03:29:14.525Z] go: downloading github.com/stretchr/testify v1.10.0 [2025-06-03T03:29:14.525Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.9 [2025-06-03T03:29:14.789Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2025-06-03T03:29:14.789Z] go: downloading github.com/spf13/cast v1.9.1 [2025-06-03T03:29:14.789Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2025-06-03T03:29:14.789Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2025-06-03T03:29:14.789Z] go: downloading github.com/stretchr/objx v0.5.2 [2025-06-03T03:29:14.789Z] go: downloading github.com/fxamacker/cbor/v2 v2.8.0 [2025-06-03T03:29:14.789Z] go: downloading github.com/google/uuid v1.6.0 [2025-06-03T03:29:14.789Z] go: downloading github.com/go-playground/validator/v10 v10.26.0 [2025-06-03T03:29:14.789Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2025-06-03T03:29:14.789Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2025-06-03T03:29:14.789Z] go: downloading github.com/x448/float16 v0.8.4 [2025-06-03T03:29:15.047Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2025-06-03T03:29:15.047Z] go: downloading github.com/leodido/go-urn v1.4.0 [2025-06-03T03:29:15.047Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.8 [2025-06-03T03:29:15.047Z] go: downloading golang.org/x/text v0.24.0 [2025-06-03T03:29:15.047Z] go: downloading golang.org/x/crypto v0.37.0 [2025-06-03T03:29:15.047Z] go: downloading github.com/gorilla/websocket v1.5.3 [2025-06-03T03:29:15.047Z] go: downloading golang.org/x/net v0.38.0 [2025-06-03T03:29:15.047Z] go: downloading golang.org/x/sync v0.13.0 [2025-06-03T03:29:15.047Z] go: downloading github.com/go-playground/locales v0.14.1 [2025-06-03T03:29:15.047Z] go: downloading golang.org/x/sys v0.32.0 [2025-06-03T03:29:25.037Z] github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements [2025-06-03T03:29:25.037Z] ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.007s coverage: 83.3% of statements [2025-06-03T03:29:25.037Z] ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.031s coverage: 58.4% of statements [2025-06-03T03:29:25.037Z] ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.008s coverage: 100.0% of statements [2025-06-03T03:29:35.008Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2025-06-03T03:29:36.908Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-03T03:29:36.908Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2025-06-03T03:29:36.922Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-06-03T03:29:36.938Z] $ docker stop --time=1 8f70f86f3f333f54fa740cfcb262628526dc60ff1c51feacc244cb801215597e [2025-06-03T03:29:41.289Z] $ docker rm -f --volumes 8f70f86f3f333f54fa740cfcb262628526dc60ff1c51feacc244cb801215597e [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T03:29:41.798Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-06-03T03:29:41.849Z] 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 [2025-06-03T03:29:42.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T03:29:42.365Z] [2025-06-03T03:29:42.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:29:42.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T03:29:42.931Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-03T03:29:42.931Z] 5eb5b503b376: Pulling fs layer [2025-06-03T03:29:42.931Z] 5c69ac0246d0: Pulling fs layer [2025-06-03T03:29:42.931Z] ec43610c2a17: Pulling fs layer [2025-06-03T03:29:42.931Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-03T03:29:42.931Z] 33b1e0a273af: Pulling fs layer [2025-06-03T03:29:42.931Z] 5d3b04190fa2: Pulling fs layer [2025-06-03T03:29:42.931Z] 2f39f015ded8: Pulling fs layer [2025-06-03T03:29:42.931Z] 5d3b04190fa2: Waiting [2025-06-03T03:29:42.931Z] 3a2ae6a8a46f: Waiting [2025-06-03T03:29:42.931Z] 33b1e0a273af: Waiting [2025-06-03T03:29:42.931Z] 5c69ac0246d0: Verifying Checksum [2025-06-03T03:29:42.931Z] 5c69ac0246d0: Download complete [2025-06-03T03:29:42.931Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-03T03:29:42.931Z] 3a2ae6a8a46f: Download complete [2025-06-03T03:29:42.931Z] 33b1e0a273af: Verifying Checksum [2025-06-03T03:29:42.931Z] 33b1e0a273af: Download complete [2025-06-03T03:29:42.931Z] 5d3b04190fa2: Verifying Checksum [2025-06-03T03:29:42.931Z] 5d3b04190fa2: Download complete [2025-06-03T03:29:42.931Z] ec43610c2a17: Verifying Checksum [2025-06-03T03:29:42.931Z] ec43610c2a17: Download complete [2025-06-03T03:29:43.189Z] 5eb5b503b376: Verifying Checksum [2025-06-03T03:29:43.189Z] 5eb5b503b376: Download complete [2025-06-03T03:29:44.123Z] 2f39f015ded8: Download complete [2025-06-03T03:29:44.381Z] 5eb5b503b376: Pull complete [2025-06-03T03:29:44.381Z] 5c69ac0246d0: Pull complete [2025-06-03T03:29:44.947Z] ec43610c2a17: Pull complete [2025-06-03T03:29:44.947Z] 3a2ae6a8a46f: Pull complete [2025-06-03T03:29:45.205Z] 33b1e0a273af: Pull complete [2025-06-03T03:29:45.205Z] 5d3b04190fa2: Pull complete [2025-06-03T03:29:49.388Z] 2f39f015ded8: Pull complete [2025-06-03T03:29:49.388Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-03T03:29:49.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T03:29:49.388Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:29:49.494Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:29:49.521Z] $ 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/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:29:53.895Z] $ docker top 656f431bab887b5f9209df850cc7bc00954c4fdd2265757b8906429fb718b1bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:29:54.278Z] ---> job-cost.sh [2025-06-03T03:29:54.278Z] lf-activate-venv: SKIPPING [2025-06-03T03:29:54.278Z] INFO: No Stack... [2025-06-03T03:29:54.538Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-03T03:29:54.797Z] INFO: Archiving Costs [Pipeline] sh [2025-06-03T03:29:55.082Z] + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv [2025-06-03T03:29:55.082Z] + cut -d, -f6 [Pipeline] lock [2025-06-03T03:29:55.094Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] [2025-06-03T03:29:55.103Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] did not exist. Created. [2025-06-03T03:29:55.108Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-03T03:29:55.414Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-06-03T03:29:55.438Z] Stashed 1 file(s) [Pipeline] } [2025-06-03T03:29:55.447Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-03T03:29:55.469Z] $ docker stop --time=1 656f431bab887b5f9209df850cc7bc00954c4fdd2265757b8906429fb718b1bb [2025-06-03T03:29:56.615Z] $ docker rm -f --volumes 656f431bab887b5f9209df850cc7bc00954c4fdd2265757b8906429fb718b1bb [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 [2025-06-03T03:29:56.886Z] provisioning config files... [2025-06-03T03:29:56.896Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config14596159866816769222tmp [Pipeline] { [Pipeline] sh [2025-06-03T03:29:57.217Z] + set +x [2025-06-03T03:29:57.217Z] + curl -s https://codecov.io/bash [2025-06-03T03:29:57.217Z] + bash -s -- [2025-06-03T03:29:57.217Z] [2025-06-03T03:29:57.217Z] _____ _ [2025-06-03T03:29:57.217Z] / ____| | | [2025-06-03T03:29:57.217Z] | | ___ __| | ___ ___ _____ __ [2025-06-03T03:29:57.217Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-03T03:29:57.217Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-03T03:29:57.217Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-03T03:29:57.217Z] Bash-1.0.6 [2025-06-03T03:29:57.217Z] [2025-06-03T03:29:57.217Z] [2025-06-03T03:29:57.217Z] ==> git version 2.25.1 found [2025-06-03T03:29:57.217Z] ==> 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 [2025-06-03T03:29:57.217Z] Release-Date: 2020-01-08 [2025-06-03T03:29:57.217Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-06-03T03:29:57.217Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-03T03:29:57.217Z] ==> Jenkins CI detected. [2025-06-03T03:29:57.217Z] current dir:  /w/workspace/oundry_go-mod-configuration_main [2025-06-03T03:29:57.217Z] project root: . [2025-06-03T03:29:57.217Z] --> token set from env [2025-06-03T03:29:57.217Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-03T03:29:57.217Z] ==> Running gcov in . (disable via -X gcov) [2025-06-03T03:29:57.217Z] ==> Python coveragepy not found [2025-06-03T03:29:57.217Z] ==> Searching for coverage reports in: [2025-06-03T03:29:57.217Z] + . [2025-06-03T03:29:57.217Z] -> Found 1 reports [2025-06-03T03:29:57.217Z] ==> Detecting git/mercurial file structure [2025-06-03T03:29:57.475Z] ==> Reading reports [2025-06-03T03:29:57.475Z] + ./coverage.out bytes=27658 [2025-06-03T03:29:57.475Z] ==> Appending adjustments [2025-06-03T03:29:57.475Z] https://docs.codecov.io/docs/fixing-reports [2025-06-03T03:29:57.475Z] + Found adjustments [2025-06-03T03:29:57.475Z] ==> Gzipping contents [2025-06-03T03:29:57.475Z] 4.0K /tmp/codecov.75chdT.gz [2025-06-03T03:29:57.475Z] ==> Uploading reports [2025-06-03T03:29:57.475Z] url: https://codecov.io [2025-06-03T03:29:57.475Z] query: branch=main&commit=092cd0a3eca283745d0e1c3ccdce1db93493fb07&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-03T03:29:57.475Z] -> Pinging Codecov [2025-06-03T03:29:57.475Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=092cd0a3eca283745d0e1c3ccdce1db93493fb07&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-03T03:29:57.734Z] -> Uploading to [2025-06-03T03:29:57.734Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/092cd0a3eca283745d0e1c3ccdce1db93493fb07/4f42b660-05d6-44a5-a953-9741aa0ab53d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250603%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250603T032957Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=95f6761d3d589b19b5365f15045286f06a465dff042b88076e8316d694677580 [2025-06-03T03:29:57.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-03T03:29:57.734Z] Dload Upload Total Spent Left Speed [2025-06-03T03:29:58.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 10984 --:--:-- --:--:-- --:--:-- 11018 [2025-06-03T03:29:58.052Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] } [2025-06-03T03:29:58.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-06-03T03:29:58.204Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-03T03:29:58.218Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:29:58.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T03:29:58.536Z] [2025-06-03T03:29:58.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:29:58.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T03:29:58.839Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-03T03:29:58.839Z] 43c4264eed91: Pulling fs layer [2025-06-03T03:29:58.839Z] 4cc291be95ef: Pulling fs layer [2025-06-03T03:29:58.839Z] 2ac1f1163629: Pulling fs layer [2025-06-03T03:29:58.839Z] 5c3c966382ef: Pulling fs layer [2025-06-03T03:29:58.839Z] 4f4fb700ef54: Pulling fs layer [2025-06-03T03:29:58.839Z] d9c7d2e4e75e: Pulling fs layer [2025-06-03T03:29:58.839Z] 9c3e1370e548: Pulling fs layer [2025-06-03T03:29:58.839Z] 4f4fb700ef54: Waiting [2025-06-03T03:29:58.839Z] d9c7d2e4e75e: Waiting [2025-06-03T03:29:58.839Z] 9c3e1370e548: Waiting [2025-06-03T03:29:58.839Z] 5c3c966382ef: Waiting [2025-06-03T03:29:58.839Z] 4cc291be95ef: Verifying Checksum [2025-06-03T03:29:58.839Z] 5c3c966382ef: Verifying Checksum [2025-06-03T03:29:58.839Z] 5c3c966382ef: Download complete [2025-06-03T03:29:58.839Z] 4f4fb700ef54: Verifying Checksum [2025-06-03T03:29:58.839Z] 4f4fb700ef54: Download complete [2025-06-03T03:29:58.839Z] 43c4264eed91: Download complete [2025-06-03T03:29:59.098Z] 43c4264eed91: Pull complete [2025-06-03T03:29:59.098Z] d9c7d2e4e75e: Verifying Checksum [2025-06-03T03:29:59.098Z] d9c7d2e4e75e: Download complete [2025-06-03T03:29:59.098Z] 4cc291be95ef: Pull complete [2025-06-03T03:29:59.665Z] 2ac1f1163629: Verifying Checksum [2025-06-03T03:29:59.665Z] 2ac1f1163629: Download complete [2025-06-03T03:29:59.921Z] 9c3e1370e548: Verifying Checksum [2025-06-03T03:29:59.921Z] 9c3e1370e548: Download complete [2025-06-03T03:30:03.207Z] 2ac1f1163629: Pull complete [2025-06-03T03:30:03.207Z] 5c3c966382ef: Pull complete [2025-06-03T03:30:03.207Z] 4f4fb700ef54: Pull complete [2025-06-03T03:30:03.207Z] d9c7d2e4e75e: Pull complete [2025-06-03T03:30:06.515Z] 9c3e1370e548: Pull complete [2025-06-03T03:30:06.515Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-06-03T03:30:06.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-03T03:30:06.515Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:30:06.626Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:30:06.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:30:11.581Z] $ docker top aed72d63dd65aaa5e80fd997e3db6308292b48f39a898a76695dd9460a3760ae -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T03:30:11.928Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo [2025-06-03T03:30:11.939Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh [2025-06-03T03:30:12.218Z] + set -o pipefail [2025-06-03T03:30:12.218Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' [2025-06-03T03:30:16.410Z] [2025-06-03T03:30:16.410Z] Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... [2025-06-03T03:30:16.410Z] [2025-06-03T03:30:16.410Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/7a955bca-850e-40a8-9b04-7b01d21e89d9 [2025-06-03T03:30:16.410Z] [2025-06-03T03:30:16.410Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-03T03:30:16.410Z] [2025-06-03T03:30:17.346Z] [2025-06-03T03:30:17.346Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-06-03T03:30:17.346Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-06-03T03:30:17.356Z] $ docker stop --time=1 aed72d63dd65aaa5e80fd997e3db6308292b48f39a898a76695dd9460a3760ae [2025-06-03T03:30:20.238Z] $ docker rm -f --volumes aed72d63dd65aaa5e80fd997e3db6308292b48f39a898a76695dd9460a3760ae [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 [2025-06-03T03:30:20.939Z] + git log --format=format:%s -1 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] sh [2025-06-03T03:30:21.234Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T03:30:21.234Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:30:21.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T03:30:21.541Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:30:21.610Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:30:21.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:30:22.010Z] $ docker top 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T03:30:22.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T03:30:22.110Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T03:30:22.231Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T03:30:22.234Z] $ docker exec 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee ssh-agent [2025-06-03T03:30:22.345Z] SSH_AUTH_SOCK=/tmp/ssh-lmw0Rvj3x1KX/agent.32 [2025-06-03T03:30:22.345Z] SSH_AGENT_PID=38 [2025-06-03T03:30:22.350Z] Running ssh-add (command line suppressed) [2025-06-03T03:30:22.456Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9846261379865618283.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9846261379865618283.key) [2025-06-03T03:30:22.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T03:30:22.760Z] + git semver tag [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,972 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,977 [run_tag] DEBUG tag force:False [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,977 [check_head_tag] DEBUG check head tag [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,978 [execute] INFO git cat-file --batch-check [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,978 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=, shell=False, universal_newlines=False) [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,980 [execute] INFO git cat-file --batch [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=, shell=False, universal_newlines=False) [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,989 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,989 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,989 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.6', '-m', 'v4.1.0-dev.6'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) [2025-06-03T03:30:23.018Z] 2025-06-03 03:30:22,992 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:23.018Z] 4.1.0-dev.6 [Pipeline] } [2025-06-03T03:30:23.026Z] $ docker exec --env ******** --env ******** 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee ssh-agent -k [2025-06-03T03:30:23.144Z] unset SSH_AUTH_SOCK; [2025-06-03T03:30:23.144Z] unset SSH_AGENT_PID; [2025-06-03T03:30:23.144Z] echo Agent pid 38 killed; [2025-06-03T03:30:23.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T03:30:23.524Z] + git semver [Pipeline] } [2025-06-03T03:30:23.826Z] $ docker stop --time=1 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee [2025-06-03T03:30:25.102Z] $ docker rm -f --volumes 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:30:25.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T03:30:25.520Z] [2025-06-03T03:30:25.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:30:25.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T03:30:25.834Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-03T03:30:25.834Z] ab5ef0e58194: Pulling fs layer [2025-06-03T03:30:25.834Z] 9712f1f96733: Pulling fs layer [2025-06-03T03:30:25.834Z] 63f879dbbcfc: Pulling fs layer [2025-06-03T03:30:25.834Z] 0d9ebad4ef96: Pulling fs layer [2025-06-03T03:30:25.834Z] e9a5061849ea: Pulling fs layer [2025-06-03T03:30:25.834Z] d747dcd14b5f: Pulling fs layer [2025-06-03T03:30:25.834Z] 2de7ff778b66: Pulling fs layer [2025-06-03T03:30:25.834Z] 0d9ebad4ef96: Waiting [2025-06-03T03:30:25.834Z] d747dcd14b5f: Waiting [2025-06-03T03:30:25.834Z] 2de7ff778b66: Waiting [2025-06-03T03:30:25.834Z] e9a5061849ea: Waiting [2025-06-03T03:30:25.834Z] 9712f1f96733: Download complete [2025-06-03T03:30:26.401Z] 63f879dbbcfc: Verifying Checksum [2025-06-03T03:30:26.401Z] 63f879dbbcfc: Download complete [2025-06-03T03:30:26.401Z] e9a5061849ea: Verifying Checksum [2025-06-03T03:30:26.401Z] e9a5061849ea: Download complete [2025-06-03T03:30:26.401Z] d747dcd14b5f: Verifying Checksum [2025-06-03T03:30:26.401Z] d747dcd14b5f: Download complete [2025-06-03T03:30:26.401Z] ab5ef0e58194: Verifying Checksum [2025-06-03T03:30:26.401Z] ab5ef0e58194: Download complete [2025-06-03T03:30:26.401Z] 0d9ebad4ef96: Verifying Checksum [2025-06-03T03:30:26.401Z] 0d9ebad4ef96: Download complete [2025-06-03T03:30:26.401Z] 2de7ff778b66: Verifying Checksum [2025-06-03T03:30:26.401Z] 2de7ff778b66: Download complete [2025-06-03T03:30:29.681Z] ab5ef0e58194: Pull complete [2025-06-03T03:30:29.681Z] 9712f1f96733: Pull complete [2025-06-03T03:30:29.939Z] 63f879dbbcfc: Pull complete [2025-06-03T03:30:33.226Z] 0d9ebad4ef96: Pull complete [2025-06-03T03:30:33.226Z] e9a5061849ea: Pull complete [2025-06-03T03:30:33.226Z] d747dcd14b5f: Pull complete [2025-06-03T03:30:34.160Z] 2de7ff778b66: Pull complete [2025-06-03T03:30:34.160Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-03T03:30:34.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-03T03:30:34.419Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:30:34.525Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:30:34.579Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:30:41.538Z] $ docker top 2eb48628da9e8f0a1d70784da6d4c5a725a4bb6cb7465e179dca52201c43872b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-03T03:30:41.620Z] provisioning config files... [2025-06-03T03:30:41.628Z] copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config6618246097755444287tmp [2025-06-03T03:30:41.637Z] copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config14239755150744523712tmp [2025-06-03T03:30:41.644Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config176737488661976231tmp [Pipeline] { [Pipeline] echo [2025-06-03T03:30:41.674Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:30:41.966Z] ---> sigul-configuration.sh [2025-06-03T03:30:41.966Z] gpg: directory `/root/.gnupg' created [2025-06-03T03:30:41.966Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-03T03:30:41.966Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-03T03:30:41.966Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-03T03:30:41.966Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-03T03:30:41.966Z] gpg: CAST5 encrypted data [2025-06-03T03:30:41.966Z] gpg: encrypted with 1 passphrase [2025-06-03T03:30:41.966Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-03T03:30:42.265Z] + mkdir /home/jenkins [2025-06-03T03:30:42.265Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-03T03:30:42.563Z] + 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 [2025-06-03T03:30:42.578Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:30:42.866Z] ---> sigul-install.sh [2025-06-03T03:30:42.866Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-03T03:30:43.160Z] + git tag --list [2025-06-03T03:30:43.160Z] v0.0.0 [2025-06-03T03:30:43.160Z] v0.0.1 [2025-06-03T03:30:43.160Z] v0.0.2 [2025-06-03T03:30:43.160Z] v0.0.3 [2025-06-03T03:30:43.160Z] v0.0.4 [2025-06-03T03:30:43.160Z] v0.0.5 [2025-06-03T03:30:43.160Z] v0.0.6 [2025-06-03T03:30:43.160Z] v0.0.7 [2025-06-03T03:30:43.160Z] v0.0.8 [2025-06-03T03:30:43.160Z] v2.0.0 [2025-06-03T03:30:43.160Z] v2.1.0 [2025-06-03T03:30:43.160Z] v2.2.0 [2025-06-03T03:30:43.160Z] v2.3.0 [2025-06-03T03:30:43.160Z] v3.0 [2025-06-03T03:30:43.160Z] v3.0.0 [2025-06-03T03:30:43.160Z] v3.1 [2025-06-03T03:30:43.160Z] v3.1.0 [2025-06-03T03:30:43.160Z] v4.0 [2025-06-03T03:30:43.160Z] v4.0.0 [2025-06-03T03:30:43.160Z] v4.0.1 [2025-06-03T03:30:43.160Z] v4.1.0-dev.1 [2025-06-03T03:30:43.160Z] v4.1.0-dev.2 [2025-06-03T03:30:43.160Z] v4.1.0-dev.3 [2025-06-03T03:30:43.160Z] v4.1.0-dev.4 [2025-06-03T03:30:43.160Z] v4.1.0-dev.5 [2025-06-03T03:30:43.160Z] v4.1.0-dev.6 [Pipeline] sh [2025-06-03T03:30:43.457Z] + lftools sign git-tag v4.1.0-dev.6 [2025-06-03T03:30:44.024Z] Signing Git tag with Sigul... [2025-06-03T03:30:44.024Z] Signing v4.1.0-dev.6 [Pipeline] echo [2025-06-03T03:30:44.297Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:30:44.588Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-03T03:30:44.595Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-03T03:30:44.621Z] $ docker stop --time=1 2eb48628da9e8f0a1d70784da6d4c5a725a4bb6cb7465e179dca52201c43872b [2025-06-03T03:30:45.961Z] $ docker rm -f --volumes 2eb48628da9e8f0a1d70784da6d4c5a725a4bb6cb7465e179dca52201c43872b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-03T03:30:46.411Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T03:30:46.411Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:30:46.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T03:30:46.707Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:30:46.789Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:30:46.817Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:30:47.161Z] $ docker top 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb -eo pid,comm [2025-06-03T03:30:47.209Z] 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). [2025-06-03T03:30:47.209Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T03:30:47.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T03:30:47.264Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T03:30:47.372Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T03:30:47.374Z] $ docker exec 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb ssh-agent [2025-06-03T03:30:47.470Z] SSH_AUTH_SOCK=/tmp/ssh-96QQZU8Nt13z/agent.32 [2025-06-03T03:30:47.470Z] SSH_AGENT_PID=39 [2025-06-03T03:30:47.473Z] Running ssh-add (command line suppressed) [2025-06-03T03:30:47.569Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2780509132376252952.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2780509132376252952.key) [2025-06-03T03:30:47.582Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T03:30:47.877Z] + git semver bump pre [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,092 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,095 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,095 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,095 [bump_version] DEBUG bumped version:4.1.0-dev.7 [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,095 [write_version] DEBUG write version:4.1.0-dev.7 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,095 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,095 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,097 [execute] INFO git cat-file --batch-check [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,098 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,101 [execute] INFO git cat-file --batch [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,102 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T03:30:48.136Z] 2025-06-03 03:30:48,104 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:48.136Z] 4.1.0-dev.7 [Pipeline] } [2025-06-03T03:30:48.144Z] $ docker exec --env ******** --env ******** 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb ssh-agent -k [2025-06-03T03:30:48.257Z] unset SSH_AUTH_SOCK; [2025-06-03T03:30:48.257Z] unset SSH_AGENT_PID; [2025-06-03T03:30:48.257Z] echo Agent pid 39 killed; [2025-06-03T03:30:48.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T03:30:48.588Z] + git semver [Pipeline] } [2025-06-03T03:30:48.858Z] $ docker stop --time=1 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb [2025-06-03T03:30:50.121Z] $ docker rm -f --volumes 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-03T03:30:50.480Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-03T03:30:50.480Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:30:50.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-03T03:30:50.781Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:30:50.863Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:30:50.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:30:51.328Z] $ docker top 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 -eo pid,comm [2025-06-03T03:30:51.372Z] 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). [2025-06-03T03:30:51.372Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-03T03:30:51.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-03T03:30:51.427Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-03T03:30:51.534Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-03T03:30:51.536Z] $ docker exec 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 ssh-agent [2025-06-03T03:30:51.632Z] SSH_AUTH_SOCK=/tmp/ssh-c5j6wdqRRI3A/agent.33 [2025-06-03T03:30:51.632Z] SSH_AGENT_PID=39 [2025-06-03T03:30:51.636Z] Running ssh-add (command line suppressed) [2025-06-03T03:30:51.732Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_14732796939265449737.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_14732796939265449737.key) [2025-06-03T03:30:51.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-03T03:30:52.032Z] + git semver push [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,274 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,277 [run_push] DEBUG push [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,278 [execute] INFO git cat-file --batch-check [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,278 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,280 [execute] INFO git rev-list 189a06b5b09657c1d93162371aec04088a4f69f6 -- [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,281 [execute] DEBUG Popen(['git', 'rev-list', '189a06b5b09657c1d93162371aec04088a4f69f6', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,288 [execute] INFO git fetch -v -- origin [2025-06-03T03:30:52.290Z] 2025-06-03 03:30:52,288 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-03T03:30:52.857Z] 2025-06-03 03:30:52,781 [run_push] DEBUG no remote changes detected [2025-06-03T03:30:52.857Z] 2025-06-03 03:30:52,782 [execute] INFO git push origin semver [2025-06-03T03:30:52.857Z] 2025-06-03 03:30:52,782 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-03T03:30:53.793Z] 2025-06-03 03:30:53,483 [run_push] DEBUG push all version tags [2025-06-03T03:30:53.793Z] 2025-06-03 03:30:53,483 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-03T03:30:53.793Z] 2025-06-03 03:30:53,483 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) [2025-06-03T03:30:54.361Z] 2025-06-03 03:30:54,070 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-06-03T03:30:54.361Z] 4.1.0-dev.7 [Pipeline] } [2025-06-03T03:30:54.370Z] $ docker exec --env ******** --env ******** 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 ssh-agent -k [2025-06-03T03:30:54.470Z] unset SSH_AUTH_SOCK; [2025-06-03T03:30:54.470Z] unset SSH_AGENT_PID; [2025-06-03T03:30:54.470Z] echo Agent pid 39 killed; [2025-06-03T03:30:54.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-03T03:30:54.814Z] + git semver [Pipeline] } [2025-06-03T03:30:55.085Z] $ docker stop --time=1 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 [2025-06-03T03:30:56.425Z] $ docker rm -f --volumes 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 [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 [2025-06-03T03:30:57.069Z] + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] [2025-06-03T03:30:57.070Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2025-06-03T03:30:57.070Z] total 16 [2025-06-03T03:30:57.070Z] drwxr-xr-x 3 root root 4096 Jun 3 03:29 . [2025-06-03T03:30:57.070Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 03:30 .. [2025-06-03T03:30:57.070Z] drwxr-xr-x 2 root root 4096 Jun 3 03:29 cost [2025-06-03T03:30:57.070Z] -rw-r--r-- 1 root root 92 Jun 3 03:29 cost.csv [2025-06-03T03:30:57.070Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives [2025-06-03T03:30:57.070Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2025-06-03T03:30:57.070Z] total 16 [2025-06-03T03:30:57.070Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 03:29 . [2025-06-03T03:30:57.070Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 03:30 .. [2025-06-03T03:30:57.070Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 03:29 cost [2025-06-03T03:30:57.070Z] -rw-r--r-- 1 jenkins jenkins 92 Jun 3 03:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:30:57.358Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:30:58.212Z] ---> package-listing.sh [2025-06-03T03:30:58.212Z] ++ facter osfamily [2025-06-03T03:30:58.212Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-03T03:30:58.470Z] + OS_FAMILY=debian [2025-06-03T03:30:58.470Z] + workspace=/w/workspace/oundry_go-mod-configuration_main [2025-06-03T03:30:58.470Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-03T03:30:58.470Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-03T03:30:58.470Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-03T03:30:58.470Z] + PACKAGES=/tmp/packages_start.txt [2025-06-03T03:30:58.470Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2025-06-03T03:30:58.470Z] + PACKAGES=/tmp/packages_end.txt [2025-06-03T03:30:58.470Z] + case "${OS_FAMILY}" in [2025-06-03T03:30:58.470Z] + dpkg -l [2025-06-03T03:30:58.470Z] + grep '^ii' [2025-06-03T03:30:58.470Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-03T03:30:58.470Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-03T03:30:58.470Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-03T03:30:58.470Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2025-06-03T03:30:58.470Z] + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ [2025-06-03T03:30:58.470Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo [2025-06-03T03:30:58.482Z] 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/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-03T03:30:58.760Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-03T03:30:59.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-03T03:30:59.318Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-03T03:30:59.404Z] prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container [2025-06-03T03:30:59.437Z] $ 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/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_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 [2025-06-03T03:30:59.620Z] $ docker top 0011fa0caf430f2493610eb30afdfcb2fc708c13e89b4436d76c9acd6a527ed0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-03T03:30:59.967Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-03T03:31:00.249Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-03T03:31:00.534Z] + ls /var/log/sa-host [2025-06-03T03:31:00.534Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-03T03:31:00.617Z] provisioning config files... [2025-06-03T03:31:00.626Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config17856232054914787995tmp [Pipeline] { [Pipeline] echo [2025-06-03T03:31:00.643Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:31:00.930Z] ---> create-netrc.sh [Pipeline] } [2025-06-03T03:31:00.937Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:31:01.268Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-03T03:31:01.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:31:01.559Z] ---> sudo-logs.sh [2025-06-03T03:31:01.559Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-03T03:31:01.592Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:31:01.876Z] ---> job-cost.sh [2025-06-03T03:31:01.876Z] lf-activate-venv: SKIPPING [2025-06-03T03:31:01.876Z] DEBUG: total: 0.2199999988079071 [2025-06-03T03:31:01.876Z] INFO: Retrieving Stack Cost... [2025-06-03T03:31:02.134Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-03T03:31:02.392Z] INFO: Archiving Costs [Pipeline] echo [2025-06-03T03:31:02.406Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-03T03:31:02.690Z] ---> logs-deploy.sh [2025-06-03T03:31:02.690Z] lf-activate-venv: SKIPPING [2025-06-03T03:31:02.690Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/102 [2025-06-03T03:31:02.690Z] INFO: archiving workspace using pattern(s): [2025-06-03T03:31:04.068Z] Archives upload complete. [2025-06-03T03:31:04.068Z] INFO: archiving logs to Nexus [2025-06-03T03:31:04.636Z] ---> uname -a: [2025-06-03T03:31:04.636Z] Linux prd-ubuntu20-04-docker-8c-8g-2686 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] ---> lscpu: [2025-06-03T03:31:04.636Z] Architecture: x86_64 [2025-06-03T03:31:04.636Z] CPU op-mode(s): 32-bit, 64-bit [2025-06-03T03:31:04.636Z] Byte Order: Little Endian [2025-06-03T03:31:04.636Z] Address sizes: 40 bits physical, 48 bits virtual [2025-06-03T03:31:04.636Z] CPU(s): 8 [2025-06-03T03:31:04.636Z] On-line CPU(s) list: 0-7 [2025-06-03T03:31:04.636Z] Thread(s) per core: 1 [2025-06-03T03:31:04.636Z] Core(s) per socket: 1 [2025-06-03T03:31:04.636Z] Socket(s): 8 [2025-06-03T03:31:04.636Z] NUMA node(s): 1 [2025-06-03T03:31:04.636Z] Vendor ID: AuthenticAMD [2025-06-03T03:31:04.636Z] CPU family: 23 [2025-06-03T03:31:04.636Z] Model: 49 [2025-06-03T03:31:04.636Z] Model name: AMD EPYC-Rome Processor [2025-06-03T03:31:04.636Z] Stepping: 0 [2025-06-03T03:31:04.636Z] CPU MHz: 2799.998 [2025-06-03T03:31:04.636Z] BogoMIPS: 5599.99 [2025-06-03T03:31:04.636Z] Virtualization: AMD-V [2025-06-03T03:31:04.636Z] Hypervisor vendor: KVM [2025-06-03T03:31:04.636Z] Virtualization type: full [2025-06-03T03:31:04.636Z] L1d cache: 256 KiB [2025-06-03T03:31:04.636Z] L1i cache: 256 KiB [2025-06-03T03:31:04.636Z] L2 cache: 4 MiB [2025-06-03T03:31:04.636Z] L3 cache: 128 MiB [2025-06-03T03:31:04.636Z] NUMA node0 CPU(s): 0-7 [2025-06-03T03:31:04.636Z] Vulnerability Itlb multihit: Not affected [2025-06-03T03:31:04.636Z] Vulnerability L1tf: Not affected [2025-06-03T03:31:04.636Z] Vulnerability Mds: Not affected [2025-06-03T03:31:04.636Z] Vulnerability Meltdown: Not affected [2025-06-03T03:31:04.636Z] Vulnerability Mmio stale data: Not affected [2025-06-03T03:31:04.636Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-06-03T03:31:04.636Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-06-03T03:31:04.636Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-06-03T03:31:04.636Z] Vulnerability Srbds: Not affected [2025-06-03T03:31:04.636Z] Vulnerability Tsx async abort: Not affected [2025-06-03T03:31:04.636Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] ---> nproc: [2025-06-03T03:31:04.636Z] 8 [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] ---> df -h: [2025-06-03T03:31:04.636Z] Filesystem Size Used Avail Use% Mounted on [2025-06-03T03:31:04.636Z] overlay 155G 12G 143G 8% / [2025-06-03T03:31:04.636Z] tmpfs 64M 0 64M 0% /dev [2025-06-03T03:31:04.636Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-06-03T03:31:04.636Z] shm 64M 0 64M 0% /dev/shm [2025-06-03T03:31:04.636Z] /dev/vda1 155G 12G 143G 8% /facter-os [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] ---> sar -b -r -n DEV: [2025-06-03T03:31:04.636Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2686) 06/03/25 _x86_64_ (8 CPU) [2025-06-03T03:31:04.636Z] [2025-06-03T03:31:04.636Z] 03:27:50 LINUX RESTART (8 CPU) [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] 03:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-06-03T03:31:04.637Z] 03:29:02 382.90 47.73 335.18 0.00 5348.58 71853.36 0.00 [2025-06-03T03:31:04.637Z] 03:30:01 132.05 0.64 131.40 0.00 32.27 62297.64 0.00 [2025-06-03T03:31:04.637Z] 03:31:01 141.11 0.42 140.69 0.00 31.06 65394.57 0.00 [2025-06-03T03:31:04.637Z] Average: 219.17 16.35 202.82 0.00 1813.86 66538.75 0.00 [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] 03:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-06-03T03:31:04.637Z] 03:29:02 29065356 31557796 769492 2.34 71104 2694484 2013044 5.93 993804 2443076 497096 [2025-06-03T03:31:04.637Z] 03:30:01 27895600 31536072 773340 2.35 102904 3725508 2049504 6.04 1146728 3355580 456196 [2025-06-03T03:31:04.637Z] 03:31:01 26906740 31528132 770012 2.34 147780 4554344 1818904 5.36 1247840 4128764 328 [2025-06-03T03:31:04.637Z] Average: 27955899 31540667 770948 2.34 107263 3658112 1960484 5.78 1129457 3309140 317873 [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] 03:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-06-03T03:31:04.637Z] 03:29:02 docker0 5.88 5.65 0.53 58.26 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:29:02 lo 3.73 3.73 0.36 0.36 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:29:02 ens3 600.40 365.82 7837.48 91.89 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:30:01 docker0 16.59 24.74 1.64 413.39 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:30:01 lo 2.37 2.37 0.23 0.23 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:30:01 ens3 270.87 167.70 7001.32 32.66 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:31:01 docker0 22.50 35.14 2.35 408.03 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:31:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] 03:31:01 ens3 262.07 184.79 3708.87 140.10 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] Average: docker0 14.98 21.83 1.51 292.56 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] Average: lo 2.46 2.46 0.24 0.24 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] Average: ens3 378.38 239.84 6177.98 88.53 0.00 0.00 0.00 0.00 [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] ---> sar -P ALL: [2025-06-03T03:31:04.637Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2686) 06/03/25 _x86_64_ (8 CPU) [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] 03:27:50 LINUX RESTART (8 CPU) [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] 03:28:01 CPU %user %nice %system %iowait %steal %idle [2025-06-03T03:31:04.637Z] 03:29:02 all 9.99 0.00 3.33 2.74 0.06 83.88 [2025-06-03T03:31:04.637Z] 03:29:02 0 8.70 0.00 3.17 7.10 0.07 80.97 [2025-06-03T03:31:04.637Z] 03:29:02 1 8.58 0.00 3.75 0.35 0.05 87.26 [2025-06-03T03:31:04.637Z] 03:29:02 2 11.63 0.00 3.11 0.29 0.07 84.91 [2025-06-03T03:31:04.637Z] 03:29:02 3 8.24 0.00 4.64 4.30 0.05 82.77 [2025-06-03T03:31:04.637Z] 03:29:02 4 10.00 0.00 2.68 6.97 0.07 80.29 [2025-06-03T03:31:04.637Z] 03:29:02 5 10.33 0.00 3.28 0.64 0.05 85.70 [2025-06-03T03:31:04.637Z] 03:29:02 6 11.99 0.00 3.10 0.40 0.05 84.45 [2025-06-03T03:31:04.637Z] 03:29:02 7 10.44 0.00 2.91 1.92 0.05 84.67 [2025-06-03T03:31:04.637Z] 03:30:01 all 22.94 0.00 5.09 3.03 0.07 68.87 [2025-06-03T03:31:04.637Z] 03:30:01 0 22.20 0.00 5.96 11.87 0.09 59.89 [2025-06-03T03:31:04.637Z] 03:30:01 1 23.03 0.00 4.51 0.29 0.07 72.10 [2025-06-03T03:31:04.637Z] 03:30:01 2 21.36 0.00 4.90 0.15 0.07 73.52 [2025-06-03T03:31:04.637Z] 03:30:01 3 23.34 0.00 4.86 4.59 0.07 67.14 [2025-06-03T03:31:04.637Z] 03:30:01 4 24.24 0.00 5.55 0.63 0.07 69.51 [2025-06-03T03:31:04.637Z] 03:30:01 5 22.30 0.00 5.18 1.22 0.07 71.23 [2025-06-03T03:31:04.637Z] 03:30:01 6 23.37 0.00 4.92 5.35 0.07 66.29 [2025-06-03T03:31:04.637Z] 03:30:01 7 23.67 0.00 4.85 0.17 0.09 71.22 [2025-06-03T03:31:04.637Z] 03:31:01 all 8.03 0.00 3.34 2.84 0.07 85.72 [2025-06-03T03:31:04.637Z] 03:31:01 0 9.32 0.00 3.39 3.30 0.05 83.94 [2025-06-03T03:31:04.637Z] 03:31:01 1 9.13 0.00 4.17 11.26 0.12 75.32 [2025-06-03T03:31:04.637Z] 03:31:01 2 7.22 0.00 3.16 0.19 0.07 89.36 [2025-06-03T03:31:04.637Z] 03:31:01 3 6.88 0.00 3.40 0.50 0.07 89.15 [2025-06-03T03:31:04.637Z] 03:31:01 4 7.36 0.00 2.89 0.03 0.08 89.63 [2025-06-03T03:31:04.637Z] 03:31:01 5 7.63 0.00 3.09 0.12 0.07 89.09 [2025-06-03T03:31:04.637Z] 03:31:01 6 8.05 0.00 3.18 7.02 0.07 81.68 [2025-06-03T03:31:04.637Z] 03:31:01 7 8.61 0.00 3.43 0.37 0.07 87.52 [2025-06-03T03:31:04.637Z] Average: all 13.59 0.00 3.91 2.87 0.07 79.56 [2025-06-03T03:31:04.637Z] Average: 0 13.35 0.00 4.16 7.39 0.07 75.03 [2025-06-03T03:31:04.637Z] Average: 1 13.54 0.00 4.14 3.98 0.08 78.26 [2025-06-03T03:31:04.637Z] Average: 2 13.35 0.00 3.72 0.21 0.07 82.66 [2025-06-03T03:31:04.637Z] Average: 3 12.75 0.00 4.30 3.12 0.06 79.77 [2025-06-03T03:31:04.637Z] Average: 4 13.80 0.00 3.70 2.56 0.07 79.88 [2025-06-03T03:31:04.637Z] Average: 5 13.36 0.00 3.84 0.65 0.06 82.08 [2025-06-03T03:31:04.637Z] Average: 6 14.41 0.00 3.72 4.24 0.06 77.56 [2025-06-03T03:31:04.637Z] Average: 7 14.17 0.00 3.72 0.83 0.07 81.21 [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z] [2025-06-03T03:31:04.637Z]