Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 748e8a260471e1ed73d0ad957c2909edc54e92d7 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-ssh5652886733311134629.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-ssh14400515775717992437.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-ssh7543674564978248053.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-ssh18042805068717334401.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-ssh16417188690344405102.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-583 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 748e8a260471e1ed73d0ad957c2909edc54e92d7 (main) Commit message: "Merge pull request #196 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.8" > 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 748e8a260471e1ed73d0ad957c2909edc54e92d7 # timeout=10 > git rev-list --no-walk 9c7c3c967bf722a107181d7a95398e154c96850e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-04-28T03:19:12.774Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-04-28T03:19:12.865Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-04-28T03:19:12.897Z] ========================================================= [2025-04-28T03:19:12.897Z] EdgeX Global Pipelines Version Info [2025-04-28T03:19:12.897Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:19:14.023Z] ------------------- [2025-04-28T03:19:14.023Z] stable info: [2025-04-28T03:19:14.023Z] ------------------- [2025-04-28T03:19:14.023Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-28T03:19:14.023Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-04-28T03:19:14.023Z] Message: update stable to v1.0.274 [2025-04-28T03:19:14.283Z] ------------------- [2025-04-28T03:19:14.283Z] experimental info: [2025-04-28T03:19:14.283Z] ------------------- [2025-04-28T03:19:14.283Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-04-28T03:19:14.283Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-04-28T03:19:14.283Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-04-28T03:19:14.359Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2025-04-28T03:19:14.386Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2025-04-28T03:19:14.412Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-04-28T03:19:14.436Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-04-28T03:19:14.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-04-28T03:19:14.493Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-04-28T03:19:14.524Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-04-28T03:19:14.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-04-28T03:19:14.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-04-28T03:19:14.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-04-28T03:19:14.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-04-28T03:19:14.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2025-04-28T03:19:14.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-04-28T03:19:14.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-04-28T03:19:14.718Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2025-04-28T03:19:14.751Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2025-04-28T03:19:14.784Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-04-28T03:19:14.811Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-04-28T03:19:14.841Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-04-28T03:19:14.866Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-04-28T03:19:14.889Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-04-28T03:19:14.912Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-04-28T03:19:14.938Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-04-28T03:19:14.961Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-04-28T03:19:14.982Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2025-04-28T03:19:15.011Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-04-28T03:19:15.035Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-04-28T03:19:15.061Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-04-28T03:19:15.083Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-04-28T03:19:15.102Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-04-28T03:19:15.130Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 748e8a260471e1ed73d0ad957c2909edc54e92d7 [Pipeline] echo [2025-04-28T03:19:15.159Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 748e8a2 [Pipeline] echo [2025-04-28T03:19:15.180Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-04-28T03:19:15.558Z] + git rev-list -1 --merges 748e8a260471e1ed73d0ad957c2909edc54e92d7~1..748e8a260471e1ed73d0ad957c2909edc54e92d7 [Pipeline] echo [2025-04-28T03:19:15.589Z] -----------> git rev-list -1 --merges 748e8a260471e1ed73d0ad957c2909edc54e92d7~1..748e8a260471e1ed73d0ad957c2909edc54e92d7 748e8a260471e1ed73d0ad957c2909edc54e92d7 [2025-04-28T03:19:15.589Z] 748e8a260471e1ed73d0ad957c2909edc54e92d7 [false] [Pipeline] sh [2025-04-28T03:19:15.887Z] + git log --format=format:%s -1 748e8a260471e1ed73d0ad957c2909edc54e92d7 [Pipeline] echo [2025-04-28T03:19:15.904Z] ========================================================= [2025-04-28T03:19:15.904Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-04-28T03:19:15.904Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-04-28T03:19:16.257Z] + git log --format=format:%s -1 748e8a260471e1ed73d0ad957c2909edc54e92d7 [Pipeline] echo [2025-04-28T03:19:16.269Z] [semverPrep] GIT_COMMIT: 748e8a260471e1ed73d0ad957c2909edc54e92d7, Commit Message: Merge pull request #196 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.8 [Pipeline] echo [2025-04-28T03:19:16.284Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-04-28T03:19:16.652Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-28T03:19:16.652Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-04-28T03:19:16.652Z] + [ -e /tmp/ssh_known_hosts ] [2025-04-28T03:19:16.652Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-04-28T03:19:16.652Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-04-28T03:19:16.652Z] sudo tee -a /etc/ssh/ssh_known_hosts [2025-04-28T03:19:16.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:19:17.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-28T03:19:17.281Z] [2025-04-28T03:19:17.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:19:17.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-28T03:19:17.615Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-04-28T03:19:17.615Z] b85a868b505f: Pulling fs layer [2025-04-28T03:19:17.615Z] e2be974225ed: Pulling fs layer [2025-04-28T03:19:17.615Z] 339a4e72a1f5: Pulling fs layer [2025-04-28T03:19:17.615Z] 988bab9f4d93: Pulling fs layer [2025-04-28T03:19:17.615Z] 1469e6f7b9e6: Pulling fs layer [2025-04-28T03:19:17.615Z] eaf3925da568: Pulling fs layer [2025-04-28T03:19:17.615Z] bab4dde63d76: Pulling fs layer [2025-04-28T03:19:17.615Z] bde34c3a00c8: Pulling fs layer [2025-04-28T03:19:17.615Z] b352a97aabf1: Pulling fs layer [2025-04-28T03:19:17.615Z] 4872d77fe225: Pulling fs layer [2025-04-28T03:19:17.615Z] 5851b861e8e6: Pulling fs layer [2025-04-28T03:19:17.615Z] bab4dde63d76: Waiting [2025-04-28T03:19:17.615Z] bde34c3a00c8: Waiting [2025-04-28T03:19:17.615Z] b352a97aabf1: Waiting [2025-04-28T03:19:17.615Z] 4872d77fe225: Waiting [2025-04-28T03:19:17.615Z] 988bab9f4d93: Waiting [2025-04-28T03:19:17.615Z] 1469e6f7b9e6: Waiting [2025-04-28T03:19:17.615Z] eaf3925da568: Waiting [2025-04-28T03:19:17.615Z] e2be974225ed: Download complete [2025-04-28T03:19:17.615Z] 988bab9f4d93: Verifying Checksum [2025-04-28T03:19:17.615Z] 988bab9f4d93: Download complete [2025-04-28T03:19:17.874Z] 1469e6f7b9e6: Verifying Checksum [2025-04-28T03:19:17.874Z] 1469e6f7b9e6: Download complete [2025-04-28T03:19:17.874Z] 339a4e72a1f5: Verifying Checksum [2025-04-28T03:19:17.874Z] 339a4e72a1f5: Download complete [2025-04-28T03:19:17.874Z] eaf3925da568: Download complete [2025-04-28T03:19:17.874Z] bde34c3a00c8: Verifying Checksum [2025-04-28T03:19:17.874Z] bde34c3a00c8: Download complete [2025-04-28T03:19:17.874Z] b352a97aabf1: Verifying Checksum [2025-04-28T03:19:17.874Z] b352a97aabf1: Download complete [2025-04-28T03:19:17.874Z] 4872d77fe225: Verifying Checksum [2025-04-28T03:19:17.874Z] 4872d77fe225: Download complete [2025-04-28T03:19:17.874Z] 5851b861e8e6: Download complete [2025-04-28T03:19:17.874Z] b85a868b505f: Verifying Checksum [2025-04-28T03:19:17.874Z] b85a868b505f: Download complete [2025-04-28T03:19:18.134Z] bab4dde63d76: Verifying Checksum [2025-04-28T03:19:18.134Z] bab4dde63d76: Download complete [2025-04-28T03:19:19.527Z] b85a868b505f: Pull complete [2025-04-28T03:19:19.527Z] e2be974225ed: Pull complete [2025-04-28T03:19:19.787Z] 339a4e72a1f5: Pull complete [2025-04-28T03:19:20.047Z] 988bab9f4d93: Pull complete [2025-04-28T03:19:20.307Z] 1469e6f7b9e6: Pull complete [2025-04-28T03:19:20.307Z] eaf3925da568: Pull complete [2025-04-28T03:19:22.219Z] bab4dde63d76: Pull complete [2025-04-28T03:19:22.219Z] bde34c3a00c8: Pull complete [2025-04-28T03:19:22.219Z] b352a97aabf1: Pull complete [2025-04-28T03:19:22.481Z] 4872d77fe225: Pull complete [2025-04-28T03:19:22.481Z] 5851b861e8e6: Pull complete [2025-04-28T03:19:22.481Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-04-28T03:19:22.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-28T03:19:22.481Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:19:22.638Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:19:22.666Z] $ 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-04-28T03:19:24.330Z] $ docker top 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 -eo pid,comm [2025-04-28T03:19:24.392Z] 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-04-28T03:19:24.392Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-28T03:19:24.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-28T03:19:24.450Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-28T03:19:24.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-28T03:19:24.579Z] $ docker exec 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 ssh-agent [2025-04-28T03:19:24.707Z] SSH_AUTH_SOCK=/tmp/ssh-nH3HDPqtj729/agent.32 [2025-04-28T03:19:24.707Z] SSH_AGENT_PID=38 [2025-04-28T03:19:24.713Z] Running ssh-add (command line suppressed) [2025-04-28T03:19:24.814Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9706938391499479135.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9706938391499479135.key) [2025-04-28T03:19:24.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-28T03:19:25.133Z] + git tag --points-at HEAD [Pipeline] } [2025-04-28T03:19:25.145Z] $ docker exec --env ******** --env ******** 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 ssh-agent -k [2025-04-28T03:19:25.256Z] unset SSH_AUTH_SOCK; [2025-04-28T03:19:25.257Z] unset SSH_AGENT_PID; [2025-04-28T03:19:25.257Z] echo Agent pid 38 killed; [2025-04-28T03:19:25.269Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-04-28T03:19:25.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-28T03:19:25.309Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-28T03:19:25.418Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-28T03:19:25.420Z] $ docker exec 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 ssh-agent [2025-04-28T03:19:25.523Z] SSH_AUTH_SOCK=/tmp/ssh-PhyodZz3m0zT/agent.71 [2025-04-28T03:19:25.523Z] SSH_AGENT_PID=77 [2025-04-28T03:19:25.528Z] Running ssh-add (command line suppressed) [2025-04-28T03:19:25.635Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_18356030396367092555.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_18356030396367092555.key) [2025-04-28T03:19:25.658Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-28T03:19:25.955Z] + git semver init [2025-04-28T03:19:26.217Z] 2025-04-28 03:19:26,195 [run_init] DEBUG init version:0.0.0 force:False [2025-04-28T03:19:26.217Z] 2025-04-28 03:19:26,195 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver [2025-04-28T03:19:26.217Z] 2025-04-28 03:19:26,196 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver [2025-04-28T03:19:26.217Z] 2025-04-28 03:19:26,196 [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, universal_newlines=False, shell=None, istream=None) [2025-04-28T03:19:27.154Z] 2025-04-28 03:19:27,120 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude [2025-04-28T03:19:27.154Z] 2025-04-28 03:19:27,120 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False [2025-04-28T03:19:27.154Z] 2025-04-28 03:19:27,121 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:19:27.154Z] 2025-04-28 03:19:27,121 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:19:27.154Z] 4.1.0-dev.3 [Pipeline] } [2025-04-28T03:19:27.163Z] $ docker exec --env ******** --env ******** 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 ssh-agent -k [2025-04-28T03:19:27.267Z] unset SSH_AUTH_SOCK; [2025-04-28T03:19:27.267Z] unset SSH_AGENT_PID; [2025-04-28T03:19:27.267Z] echo Agent pid 77 killed; [2025-04-28T03:19:27.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-28T03:19:27.613Z] + git semver [Pipeline] } [2025-04-28T03:19:27.887Z] $ docker stop --time=1 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 [2025-04-28T03:19:29.197Z] $ docker rm -f --volumes 6694ef43ff544f0ad1e745eaa1ac38cdfeaf3236d0334e0a11316a77d09f38f4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-28T03:19:29.560Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-04-28T03:19:29.910Z] Stashed 1 file(s) [Pipeline] echo [2025-04-28T03:19:29.913Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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-04-28T03:19:30.246Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-28T03:19:30.269Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-04-28T03:19:30.285Z] ========================================================= [2025-04-28T03:19:30.285Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-04-28T03:19:30.285Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2025-04-28T03:19:30.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-28T03:19:30.602Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-04-28T03:19:30.868Z] 0a9a5dfd008f: Pulling fs layer [2025-04-28T03:19:30.868Z] dbfa0bcfca99: Pulling fs layer [2025-04-28T03:19:30.868Z] 70eabb1d9476: Pulling fs layer [2025-04-28T03:19:30.868Z] 957bedc73fa3: Pulling fs layer [2025-04-28T03:19:30.868Z] 4f4fb700ef54: Pulling fs layer [2025-04-28T03:19:30.868Z] f40432e63723: Pulling fs layer [2025-04-28T03:19:30.868Z] 90b4343acab7: Pulling fs layer [2025-04-28T03:19:30.868Z] 9f67ea4ac784: Pulling fs layer [2025-04-28T03:19:30.868Z] 9228b9a606be: Pulling fs layer [2025-04-28T03:19:30.868Z] f40432e63723: Waiting [2025-04-28T03:19:30.868Z] 90b4343acab7: Waiting [2025-04-28T03:19:30.868Z] 9f67ea4ac784: Waiting [2025-04-28T03:19:30.868Z] 9228b9a606be: Waiting [2025-04-28T03:19:30.868Z] 957bedc73fa3: Waiting [2025-04-28T03:19:30.868Z] 4f4fb700ef54: Waiting [2025-04-28T03:19:30.868Z] dbfa0bcfca99: Verifying Checksum [2025-04-28T03:19:30.868Z] dbfa0bcfca99: Download complete [2025-04-28T03:19:30.868Z] 957bedc73fa3: Verifying Checksum [2025-04-28T03:19:30.868Z] 957bedc73fa3: Download complete [2025-04-28T03:19:30.868Z] 4f4fb700ef54: Download complete [2025-04-28T03:19:30.868Z] f40432e63723: Verifying Checksum [2025-04-28T03:19:30.868Z] f40432e63723: Download complete [2025-04-28T03:19:30.868Z] 0a9a5dfd008f: Download complete [2025-04-28T03:19:30.868Z] 90b4343acab7: Download complete [2025-04-28T03:19:31.134Z] 0a9a5dfd008f: Pull complete [2025-04-28T03:19:31.134Z] 9228b9a606be: Verifying Checksum [2025-04-28T03:19:31.134Z] 9228b9a606be: Download complete [2025-04-28T03:19:31.134Z] dbfa0bcfca99: Pull complete [2025-04-28T03:19:31.399Z] 70eabb1d9476: Download complete [2025-04-28T03:19:31.789Z] 9f67ea4ac784: Verifying Checksum [2025-04-28T03:19:31.789Z] 9f67ea4ac784: Download complete [2025-04-28T03:19:35.075Z] 70eabb1d9476: Pull complete [2025-04-28T03:19:35.075Z] 957bedc73fa3: Pull complete [2025-04-28T03:19:35.075Z] 4f4fb700ef54: Pull complete [2025-04-28T03:19:35.075Z] f40432e63723: Pull complete [2025-04-28T03:19:35.337Z] 90b4343acab7: Pull complete [2025-04-28T03:19:37.871Z] 9f67ea4ac784: Pull complete [2025-04-28T03:19:38.130Z] 9228b9a606be: Pull complete [2025-04-28T03:19:38.130Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-04-28T03:19:38.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-04-28T03:19:38.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh [2025-04-28T03:19:38.419Z] + 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-04-28T03:19:38.727Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-28T03:19:38.727Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:19:38.808Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:19:38.834Z] $ 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-04-28T03:19:42.518Z] $ docker top 3b23c8c6c1aa7766cfcc05499169bd8672104b3e66d695ec0a3757c7f8f63225 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-28T03:19:42.883Z] + go version [2025-04-28T03:19:42.883Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-04-28T03:19:42.893Z] $ docker stop --time=1 3b23c8c6c1aa7766cfcc05499169bd8672104b3e66d695ec0a3757c7f8f63225 [2025-04-28T03:19:44.151Z] $ docker rm -f --volumes 3b23c8c6c1aa7766cfcc05499169bd8672104b3e66d695ec0a3757c7f8f63225 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:19:44.605Z] + docker inspect -f . ci-base-image-x86_64 [2025-04-28T03:19:44.605Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:19:44.691Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:19:44.724Z] $ 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-04-28T03:19:45.085Z] $ docker top fb4788cdb694bb1ed32ce34936f425003327a639878141ca7d569a0b75c3a89f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-28T03:19:45.436Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh [2025-04-28T03:19:45.739Z] + make test [2025-04-28T03:19:45.739Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2025-04-28T03:19:45.739Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.8 [2025-04-28T03:19:45.739Z] go: downloading github.com/stretchr/testify v1.10.0 [2025-04-28T03:19:45.739Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6 [2025-04-28T03:19:45.998Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2025-04-28T03:19:45.998Z] go: downloading github.com/spf13/cast v1.7.1 [2025-04-28T03:19:45.998Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2025-04-28T03:19:45.998Z] go: downloading github.com/stretchr/objx v0.5.2 [2025-04-28T03:19:45.998Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2025-04-28T03:19:45.998Z] go: downloading github.com/go-playground/validator/v10 v10.26.0 [2025-04-28T03:19:45.998Z] go: downloading github.com/google/uuid v1.6.0 [2025-04-28T03:19:45.998Z] go: downloading github.com/fxamacker/cbor/v2 v2.8.0 [2025-04-28T03:19:45.998Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2025-04-28T03:19:45.998Z] go: downloading github.com/x448/float16 v0.8.4 [2025-04-28T03:19:45.998Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.8 [2025-04-28T03:19:45.998Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2025-04-28T03:19:45.998Z] go: downloading github.com/leodido/go-urn v1.4.0 [2025-04-28T03:19:45.998Z] go: downloading golang.org/x/crypto v0.37.0 [2025-04-28T03:19:45.998Z] go: downloading golang.org/x/text v0.24.0 [2025-04-28T03:19:46.257Z] go: downloading github.com/go-playground/locales v0.14.1 [2025-04-28T03:19:46.257Z] go: downloading golang.org/x/net v0.38.0 [2025-04-28T03:19:46.257Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2025-04-28T03:19:46.257Z] go: downloading golang.org/x/sys v0.32.0 [2025-04-28T03:19:46.515Z] go: downloading golang.org/x/sync v0.13.0 [2025-04-28T03:19:46.515Z] go: downloading github.com/gorilla/websocket v1.5.3 [2025-04-28T03:19:54.637Z] github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements [2025-04-28T03:19:54.637Z] ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.006s coverage: 83.3% of statements [2025-04-28T03:19:54.637Z] ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.031s coverage: 58.4% of statements [2025-04-28T03:19:54.637Z] ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.008s coverage: 100.0% of statements [2025-04-28T03:20:06.838Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2025-04-28T03:20:07.776Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-04-28T03:20:07.776Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2025-04-28T03:20:07.790Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-04-28T03:20:07.812Z] $ docker stop --time=1 fb4788cdb694bb1ed32ce34936f425003327a639878141ca7d569a0b75c3a89f [2025-04-28T03:20:10.312Z] $ docker rm -f --volumes fb4788cdb694bb1ed32ce34936f425003327a639878141ca7d569a0b75c3a89f [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-28T03:20:10.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-04-28T03:20:10.900Z] 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-04-28T03:20:11.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-28T03:20:11.445Z] [2025-04-28T03:20:11.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:20:11.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-28T03:20:11.753Z] latest: Pulling from edgex-lftools-log-publisher [2025-04-28T03:20:11.753Z] 5eb5b503b376: Pulling fs layer [2025-04-28T03:20:11.753Z] 5c69ac0246d0: Pulling fs layer [2025-04-28T03:20:11.753Z] ec43610c2a17: Pulling fs layer [2025-04-28T03:20:11.753Z] 3a2ae6a8a46f: Pulling fs layer [2025-04-28T03:20:11.753Z] 33b1e0a273af: Pulling fs layer [2025-04-28T03:20:11.753Z] 5d3b04190fa2: Pulling fs layer [2025-04-28T03:20:11.753Z] 2f39f015ded8: Pulling fs layer [2025-04-28T03:20:11.753Z] 3a2ae6a8a46f: Waiting [2025-04-28T03:20:11.753Z] 33b1e0a273af: Waiting [2025-04-28T03:20:11.753Z] 5d3b04190fa2: Waiting [2025-04-28T03:20:11.753Z] 2f39f015ded8: Waiting [2025-04-28T03:20:11.753Z] 5c69ac0246d0: Download complete [2025-04-28T03:20:11.753Z] 3a2ae6a8a46f: Verifying Checksum [2025-04-28T03:20:11.753Z] 3a2ae6a8a46f: Download complete [2025-04-28T03:20:11.753Z] 33b1e0a273af: Verifying Checksum [2025-04-28T03:20:11.753Z] 33b1e0a273af: Download complete [2025-04-28T03:20:11.753Z] 5d3b04190fa2: Download complete [2025-04-28T03:20:11.753Z] ec43610c2a17: Verifying Checksum [2025-04-28T03:20:11.753Z] ec43610c2a17: Download complete [2025-04-28T03:20:12.013Z] 5eb5b503b376: Verifying Checksum [2025-04-28T03:20:12.013Z] 5eb5b503b376: Download complete [2025-04-28T03:20:12.578Z] 2f39f015ded8: Verifying Checksum [2025-04-28T03:20:12.578Z] 2f39f015ded8: Download complete [2025-04-28T03:20:13.146Z] 5eb5b503b376: Pull complete [2025-04-28T03:20:13.404Z] 5c69ac0246d0: Pull complete [2025-04-28T03:20:13.972Z] ec43610c2a17: Pull complete [2025-04-28T03:20:13.972Z] 3a2ae6a8a46f: Pull complete [2025-04-28T03:20:14.239Z] 33b1e0a273af: Pull complete [2025-04-28T03:20:14.239Z] 5d3b04190fa2: Pull complete [2025-04-28T03:20:18.427Z] 2f39f015ded8: Pull complete [2025-04-28T03:20:18.427Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-04-28T03:20:18.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-28T03:20:18.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:20:18.521Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:20:18.553Z] $ 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-04-28T03:20:20.830Z] $ docker top c7c01f1ebbdac86601effc049fea6d5cf951763f04a08c2faf008dce35458c0a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:20:21.207Z] ---> job-cost.sh [2025-04-28T03:20:21.207Z] lf-activate-venv: SKIPPING [2025-04-28T03:20:21.207Z] INFO: No Stack... [2025-04-28T03:20:21.774Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-28T03:20:22.031Z] INFO: Archiving Costs [Pipeline] sh [2025-04-28T03:20:22.321Z] + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv [2025-04-28T03:20:22.321Z] + cut -d, -f6 [Pipeline] lock [2025-04-28T03:20:22.336Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-99-stack-cost] [2025-04-28T03:20:22.342Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-99-stack-cost] did not exist. Created. [2025-04-28T03:20:22.347Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-04-28T03:20:22.653Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-04-28T03:20:22.676Z] Stashed 1 file(s) [Pipeline] } [2025-04-28T03:20:22.683Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-99-stack-cost] [Pipeline] // lock [Pipeline] } [2025-04-28T03:20:22.707Z] $ docker stop --time=1 c7c01f1ebbdac86601effc049fea6d5cf951763f04a08c2faf008dce35458c0a [2025-04-28T03:20:23.860Z] $ docker rm -f --volumes c7c01f1ebbdac86601effc049fea6d5cf951763f04a08c2faf008dce35458c0a [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-04-28T03:20:24.145Z] provisioning config files... [2025-04-28T03:20:24.157Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config4598009901260447002tmp [Pipeline] { [Pipeline] sh [2025-04-28T03:20:24.477Z] + set +x [2025-04-28T03:20:24.477Z] + curl -s https://codecov.io/bash [2025-04-28T03:20:24.477Z] + bash -s -- [2025-04-28T03:20:24.477Z] [2025-04-28T03:20:24.477Z] _____ _ [2025-04-28T03:20:24.477Z] / ____| | | [2025-04-28T03:20:24.477Z] | | ___ __| | ___ ___ _____ __ [2025-04-28T03:20:24.477Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-04-28T03:20:24.477Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-04-28T03:20:24.477Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-04-28T03:20:24.477Z] Bash-1.0.6 [2025-04-28T03:20:24.477Z] [2025-04-28T03:20:24.477Z] [2025-04-28T03:20:24.477Z] ==> git version 2.25.1 found [2025-04-28T03:20:24.477Z] ==> 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-04-28T03:20:24.477Z] Release-Date: 2020-01-08 [2025-04-28T03:20:24.477Z] 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-04-28T03:20:24.477Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-04-28T03:20:24.477Z] ==> Jenkins CI detected. [2025-04-28T03:20:24.477Z] current dir:  /w/workspace/oundry_go-mod-configuration_main [2025-04-28T03:20:24.477Z] project root: . [2025-04-28T03:20:24.477Z] --> token set from env [2025-04-28T03:20:24.477Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-04-28T03:20:24.477Z] ==> Running gcov in . (disable via -X gcov) [2025-04-28T03:20:24.478Z] ==> Python coveragepy not found [2025-04-28T03:20:24.478Z] ==> Searching for coverage reports in: [2025-04-28T03:20:24.478Z] + . [2025-04-28T03:20:24.478Z] -> Found 1 reports [2025-04-28T03:20:24.478Z] ==> Detecting git/mercurial file structure [2025-04-28T03:20:24.478Z] ==> Reading reports [2025-04-28T03:20:24.478Z] + ./coverage.out bytes=27658 [2025-04-28T03:20:24.478Z] ==> Appending adjustments [2025-04-28T03:20:24.478Z] https://docs.codecov.io/docs/fixing-reports [2025-04-28T03:20:24.738Z] + Found adjustments [2025-04-28T03:20:24.738Z] ==> Gzipping contents [2025-04-28T03:20:24.738Z] 4.0K /tmp/codecov.3ZKEmz.gz [2025-04-28T03:20:24.738Z] ==> Uploading reports [2025-04-28T03:20:24.738Z] url: https://codecov.io [2025-04-28T03:20:24.738Z] query: branch=main&commit=748e8a260471e1ed73d0ad957c2909edc54e92d7&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F99%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-28T03:20:24.738Z] -> Pinging Codecov [2025-04-28T03:20:24.738Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=748e8a260471e1ed73d0ad957c2909edc54e92d7&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F99%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2025-04-28T03:20:24.998Z] -> Uploading to [2025-04-28T03:20:24.999Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/748e8a260471e1ed73d0ad957c2909edc54e92d7/eed4cada-e731-4347-93fe-585c85ba7a62.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250428%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250428T032024Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=4c9d43faa3607fea1435455862742f67e62796364c80e170bc5f110d40734579 [2025-04-28T03:20:24.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-04-28T03:20:24.999Z] Dload Upload Total Spent Left Speed [2025-04-28T03:20:25.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 11439 --:--:-- --:--:-- --:--:-- 11439 [2025-04-28T03:20:25.259Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/748e8a260471e1ed73d0ad957c2909edc54e92d7 [Pipeline] } [2025-04-28T03:20:25.266Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-04-28T03:20:25.426Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-04-28T03:20:25.440Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:20:25.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-28T03:20:25.748Z] [2025-04-28T03:20:25.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:20:26.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-28T03:20:26.048Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-04-28T03:20:26.048Z] 43c4264eed91: Pulling fs layer [2025-04-28T03:20:26.048Z] 4cc291be95ef: Pulling fs layer [2025-04-28T03:20:26.048Z] 2ac1f1163629: Pulling fs layer [2025-04-28T03:20:26.048Z] 5c3c966382ef: Pulling fs layer [2025-04-28T03:20:26.048Z] 4f4fb700ef54: Pulling fs layer [2025-04-28T03:20:26.048Z] d9c7d2e4e75e: Pulling fs layer [2025-04-28T03:20:26.048Z] 9c3e1370e548: Pulling fs layer [2025-04-28T03:20:26.048Z] 5c3c966382ef: Waiting [2025-04-28T03:20:26.048Z] 9c3e1370e548: Waiting [2025-04-28T03:20:26.048Z] d9c7d2e4e75e: Waiting [2025-04-28T03:20:26.048Z] 4f4fb700ef54: Waiting [2025-04-28T03:20:26.048Z] 4cc291be95ef: Verifying Checksum [2025-04-28T03:20:26.048Z] 4cc291be95ef: Download complete [2025-04-28T03:20:26.048Z] 4f4fb700ef54: Verifying Checksum [2025-04-28T03:20:26.048Z] 4f4fb700ef54: Download complete [2025-04-28T03:20:26.048Z] 43c4264eed91: Download complete [2025-04-28T03:20:26.326Z] 43c4264eed91: Pull complete [2025-04-28T03:20:26.326Z] 4cc291be95ef: Pull complete [2025-04-28T03:20:26.588Z] d9c7d2e4e75e: Verifying Checksum [2025-04-28T03:20:26.588Z] d9c7d2e4e75e: Download complete [2025-04-28T03:20:26.847Z] 2ac1f1163629: Verifying Checksum [2025-04-28T03:20:26.847Z] 2ac1f1163629: Download complete [2025-04-28T03:20:27.414Z] 9c3e1370e548: Verifying Checksum [2025-04-28T03:20:27.414Z] 9c3e1370e548: Download complete [2025-04-28T03:20:29.937Z] 2ac1f1163629: Pull complete [2025-04-28T03:20:30.195Z] 5c3c966382ef: Pull complete [2025-04-28T03:20:30.195Z] 4f4fb700ef54: Pull complete [2025-04-28T03:20:30.458Z] d9c7d2e4e75e: Pull complete [2025-04-28T03:20:33.745Z] 9c3e1370e548: Pull complete [2025-04-28T03:20:33.745Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-04-28T03:20:33.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-04-28T03:20:33.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:20:33.848Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:20:33.877Z] $ 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-04-28T03:20:37.361Z] $ docker top 1cf741a3934ae21513f13ccc6b3e783299b4fa54acd1a0ba543052aae8a31050 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-28T03:20:37.721Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo [2025-04-28T03:20:37.732Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh [2025-04-28T03:20:38.011Z] + set -o pipefail [2025-04-28T03:20:38.011Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' [2025-04-28T03:20:41.380Z] [2025-04-28T03:20:41.380Z] Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... [2025-04-28T03:20:41.380Z] [2025-04-28T03:20:41.380Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/d9b3e39e-41b4-4d4d-b46b-ff2b0d819363 [2025-04-28T03:20:41.380Z] [2025-04-28T03:20:41.380Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-04-28T03:20:41.380Z] [Pipeline] } [2025-04-28T03:20:42.326Z] $ docker stop --time=1 1cf741a3934ae21513f13ccc6b3e783299b4fa54acd1a0ba543052aae8a31050 [2025-04-28T03:20:44.497Z] $ docker rm -f --volumes 1cf741a3934ae21513f13ccc6b3e783299b4fa54acd1a0ba543052aae8a31050 [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-04-28T03:20:45.191Z] + git log --format=format:%s -1 748e8a260471e1ed73d0ad957c2909edc54e92d7 [Pipeline] sh [2025-04-28T03:20:45.488Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-28T03:20:45.488Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:20:45.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-28T03:20:45.792Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:20:45.874Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:20:45.906Z] $ 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-04-28T03:20:46.285Z] $ docker top c1bc3ceb32a394442f95077c96af392aa9f12103541bb44ef9148f597d11f1b3 -eo pid,comm [2025-04-28T03:20:46.332Z] 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-04-28T03:20:46.332Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-28T03:20:46.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-28T03:20:46.388Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-28T03:20:46.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-28T03:20:46.499Z] $ docker exec c1bc3ceb32a394442f95077c96af392aa9f12103541bb44ef9148f597d11f1b3 ssh-agent [2025-04-28T03:20:46.599Z] SSH_AUTH_SOCK=/tmp/ssh-bnJHFcn39yrh/agent.32 [2025-04-28T03:20:46.599Z] SSH_AGENT_PID=38 [2025-04-28T03:20:46.603Z] Running ssh-add (command line suppressed) [2025-04-28T03:20:46.700Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_11064909651228956557.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_11064909651228956557.key) [2025-04-28T03:20:46.714Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-28T03:20:47.002Z] + git semver tag [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,161 [run_tag] DEBUG tag force:False [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,161 [check_head_tag] DEBUG check head tag [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,162 [execute] INFO git cat-file --batch-check [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,162 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,165 [execute] INFO git cat-file --batch [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,165 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,174 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,174 [execute] INFO git tag -a v4.1.0-dev.3 -m v4.1.0-dev.3 [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,174 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.3', '-m', 'v4.1.0-dev.3'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2025-04-28T03:20:47.262Z] 2025-04-28 03:20:47,179 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:20:47.262Z] 4.1.0-dev.3 [Pipeline] } [2025-04-28T03:20:47.270Z] $ docker exec --env ******** --env ******** c1bc3ceb32a394442f95077c96af392aa9f12103541bb44ef9148f597d11f1b3 ssh-agent -k [2025-04-28T03:20:47.370Z] unset SSH_AUTH_SOCK; [2025-04-28T03:20:47.370Z] unset SSH_AGENT_PID; [2025-04-28T03:20:47.370Z] echo Agent pid 38 killed; [2025-04-28T03:20:47.382Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-28T03:20:47.706Z] + git semver [Pipeline] } [2025-04-28T03:20:47.979Z] $ docker stop --time=1 c1bc3ceb32a394442f95077c96af392aa9f12103541bb44ef9148f597d11f1b3 [2025-04-28T03:20:49.264Z] $ docker rm -f --volumes c1bc3ceb32a394442f95077c96af392aa9f12103541bb44ef9148f597d11f1b3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:20:49.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-28T03:20:49.687Z] [2025-04-28T03:20:49.687Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:20:49.990Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-28T03:20:49.990Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-04-28T03:20:49.990Z] ab5ef0e58194: Pulling fs layer [2025-04-28T03:20:49.990Z] 9712f1f96733: Pulling fs layer [2025-04-28T03:20:49.990Z] 63f879dbbcfc: Pulling fs layer [2025-04-28T03:20:49.990Z] 0d9ebad4ef96: Pulling fs layer [2025-04-28T03:20:49.990Z] e9a5061849ea: Pulling fs layer [2025-04-28T03:20:49.990Z] d747dcd14b5f: Pulling fs layer [2025-04-28T03:20:49.990Z] 2de7ff778b66: Pulling fs layer [2025-04-28T03:20:49.990Z] e9a5061849ea: Waiting [2025-04-28T03:20:49.990Z] d747dcd14b5f: Waiting [2025-04-28T03:20:49.990Z] 2de7ff778b66: Waiting [2025-04-28T03:20:49.990Z] 0d9ebad4ef96: Waiting [2025-04-28T03:20:50.249Z] 63f879dbbcfc: Verifying Checksum [2025-04-28T03:20:50.249Z] 63f879dbbcfc: Download complete [2025-04-28T03:20:50.509Z] e9a5061849ea: Verifying Checksum [2025-04-28T03:20:50.509Z] e9a5061849ea: Download complete [2025-04-28T03:20:50.509Z] d747dcd14b5f: Download complete [2025-04-28T03:20:50.766Z] ab5ef0e58194: Verifying Checksum [2025-04-28T03:20:50.766Z] ab5ef0e58194: Download complete [2025-04-28T03:20:50.766Z] 0d9ebad4ef96: Verifying Checksum [2025-04-28T03:20:50.766Z] 0d9ebad4ef96: Download complete [2025-04-28T03:20:50.766Z] 2de7ff778b66: Verifying Checksum [2025-04-28T03:20:50.766Z] 2de7ff778b66: Download complete [2025-04-28T03:20:53.295Z] ab5ef0e58194: Pull complete [2025-04-28T03:20:53.295Z] 9712f1f96733: Pull complete [2025-04-28T03:20:53.860Z] 63f879dbbcfc: Pull complete [2025-04-28T03:20:57.141Z] 0d9ebad4ef96: Pull complete [2025-04-28T03:20:57.401Z] e9a5061849ea: Pull complete [2025-04-28T03:20:57.401Z] d747dcd14b5f: Pull complete [2025-04-28T03:20:58.783Z] 2de7ff778b66: Pull complete [2025-04-28T03:20:58.783Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-04-28T03:20:58.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-04-28T03:20:58.783Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:20:58.881Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:20:58.910Z] $ 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-04-28T03:21:02.505Z] $ docker top 90ff2e9e82549458d1a10b3c92e668c05d0811057966811114d1e870554e46ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-04-28T03:21:02.588Z] provisioning config files... [2025-04-28T03:21:02.596Z] copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config18184330866622563114tmp [2025-04-28T03:21:02.608Z] copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config16324387552666381151tmp [2025-04-28T03:21:02.616Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config13639991747033710388tmp [Pipeline] { [Pipeline] echo [2025-04-28T03:21:02.647Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:02.942Z] ---> sigul-configuration.sh [2025-04-28T03:21:02.942Z] gpg: directory `/root/.gnupg' created [2025-04-28T03:21:02.942Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-04-28T03:21:02.942Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-04-28T03:21:02.942Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-04-28T03:21:02.943Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-04-28T03:21:02.943Z] gpg: CAST5 encrypted data [2025-04-28T03:21:02.943Z] gpg: encrypted with 1 passphrase [2025-04-28T03:21:02.943Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-04-28T03:21:03.237Z] + mkdir /home/jenkins [2025-04-28T03:21:03.237Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-04-28T03:21:03.531Z] + 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-04-28T03:21:03.543Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:03.866Z] ---> sigul-install.sh [2025-04-28T03:21:03.866Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-04-28T03:21:04.236Z] + git tag --list [2025-04-28T03:21:04.236Z] v0.0.0 [2025-04-28T03:21:04.236Z] v0.0.1 [2025-04-28T03:21:04.236Z] v0.0.2 [2025-04-28T03:21:04.236Z] v0.0.3 [2025-04-28T03:21:04.236Z] v0.0.4 [2025-04-28T03:21:04.236Z] v0.0.5 [2025-04-28T03:21:04.236Z] v0.0.6 [2025-04-28T03:21:04.236Z] v0.0.7 [2025-04-28T03:21:04.236Z] v0.0.8 [2025-04-28T03:21:04.236Z] v2.0.0 [2025-04-28T03:21:04.236Z] v2.1.0 [2025-04-28T03:21:04.236Z] v2.2.0 [2025-04-28T03:21:04.236Z] v2.3.0 [2025-04-28T03:21:04.236Z] v3.0 [2025-04-28T03:21:04.236Z] v3.0.0 [2025-04-28T03:21:04.236Z] v3.1 [2025-04-28T03:21:04.236Z] v3.1.0 [2025-04-28T03:21:04.236Z] v4.0 [2025-04-28T03:21:04.236Z] v4.0.0 [2025-04-28T03:21:04.236Z] v4.0.1 [2025-04-28T03:21:04.236Z] v4.1.0-dev.1 [2025-04-28T03:21:04.236Z] v4.1.0-dev.2 [2025-04-28T03:21:04.236Z] v4.1.0-dev.3 [Pipeline] sh [2025-04-28T03:21:04.579Z] + lftools sign git-tag v4.1.0-dev.3 [2025-04-28T03:21:05.155Z] Signing Git tag with Sigul... [2025-04-28T03:21:05.155Z] Signing v4.1.0-dev.3 [Pipeline] echo [2025-04-28T03:21:05.429Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:05.723Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-04-28T03:21:05.730Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-04-28T03:21:05.763Z] $ docker stop --time=1 90ff2e9e82549458d1a10b3c92e668c05d0811057966811114d1e870554e46ec [2025-04-28T03:21:07.057Z] $ docker rm -f --volumes 90ff2e9e82549458d1a10b3c92e668c05d0811057966811114d1e870554e46ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-04-28T03:21:07.507Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-28T03:21:07.507Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:21:07.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-28T03:21:07.807Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:21:07.956Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:21:07.982Z] $ 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-04-28T03:21:08.322Z] $ docker top 6bbe81f80b5ea117782a3d284e899b7b40e3b9b84fddbedad1937aa2b19ce05e -eo pid,comm [2025-04-28T03:21:08.369Z] 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-04-28T03:21:08.369Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-28T03:21:08.421Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-28T03:21:08.421Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-28T03:21:08.527Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-28T03:21:08.528Z] $ docker exec 6bbe81f80b5ea117782a3d284e899b7b40e3b9b84fddbedad1937aa2b19ce05e ssh-agent [2025-04-28T03:21:08.632Z] SSH_AUTH_SOCK=/tmp/ssh-pJrbGFsvdbJV/agent.32 [2025-04-28T03:21:08.632Z] SSH_AGENT_PID=38 [2025-04-28T03:21:08.636Z] Running ssh-add (command line suppressed) [2025-04-28T03:21:08.740Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2917395912930241133.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2917395912930241133.key) [2025-04-28T03:21:08.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-28T03:21:09.042Z] + git semver bump pre [2025-04-28T03:21:09.300Z] 2025-04-28 03:21:09,206 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,206 [bump_version] DEBUG bumping version:4.1.0-dev.3 on axis:pre with prefix:dev [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,206 [bump_version] DEBUG bumped version:4.1.0-dev.4 [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,206 [write_version] DEBUG write version:4.1.0-dev.4 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,206 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,206 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,209 [execute] INFO git cat-file --batch-check [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,212 [execute] INFO git cat-file --batch [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-28T03:21:09.301Z] 2025-04-28 03:21:09,216 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:21:09.301Z] 4.1.0-dev.4 [Pipeline] } [2025-04-28T03:21:09.307Z] $ docker exec --env ******** --env ******** 6bbe81f80b5ea117782a3d284e899b7b40e3b9b84fddbedad1937aa2b19ce05e ssh-agent -k [2025-04-28T03:21:09.403Z] unset SSH_AUTH_SOCK; [2025-04-28T03:21:09.403Z] unset SSH_AGENT_PID; [2025-04-28T03:21:09.403Z] echo Agent pid 38 killed; [2025-04-28T03:21:09.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-28T03:21:09.743Z] + git semver [Pipeline] } [2025-04-28T03:21:10.322Z] $ docker stop --time=1 6bbe81f80b5ea117782a3d284e899b7b40e3b9b84fddbedad1937aa2b19ce05e [2025-04-28T03:21:13.967Z] $ docker rm -f --volumes 6bbe81f80b5ea117782a3d284e899b7b40e3b9b84fddbedad1937aa2b19ce05e [Pipeline] // withDockerContainer [Pipeline] sh [2025-04-28T03:21:14.698Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-04-28T03:21:14.698Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:21:14.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-04-28T03:21:14.998Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:21:15.074Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:21:15.098Z] $ 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-04-28T03:21:19.449Z] $ docker top 10c353cd1b7ea80e122fcbef42fea9855a81a34e4dab100e239aa935d33c0cac -eo pid,comm [2025-04-28T03:21:19.494Z] 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-04-28T03:21:19.494Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-04-28T03:21:19.558Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-04-28T03:21:19.559Z] [ssh-agent] Looking for ssh-agent implementation... [2025-04-28T03:21:19.676Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-04-28T03:21:19.677Z] $ docker exec 10c353cd1b7ea80e122fcbef42fea9855a81a34e4dab100e239aa935d33c0cac ssh-agent [2025-04-28T03:21:19.775Z] SSH_AUTH_SOCK=/tmp/ssh-KsXwwy1vNfup/agent.14 [2025-04-28T03:21:19.775Z] SSH_AGENT_PID=20 [2025-04-28T03:21:19.780Z] Running ssh-add (command line suppressed) [2025-04-28T03:21:19.874Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4835285072255103313.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4835285072255103313.key) [2025-04-28T03:21:19.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-04-28T03:21:20.183Z] + git semver push [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,385 [run_push] DEBUG push [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,386 [execute] INFO git cat-file --batch-check [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,391 [execute] INFO git rev-list 911d8634755e230991df18aff3030d7a4bbd465e -- [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,392 [execute] DEBUG Popen(['git', 'rev-list', '911d8634755e230991df18aff3030d7a4bbd465e', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,399 [execute] INFO git fetch -v origin [2025-04-28T03:21:20.442Z] 2025-04-28 03:21:20,400 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-04-28T03:21:21.010Z] 2025-04-28 03:21:20,978 [run_push] DEBUG no remote changes detected [2025-04-28T03:21:21.010Z] 2025-04-28 03:21:20,978 [execute] INFO git push origin semver [2025-04-28T03:21:21.010Z] 2025-04-28 03:21:20,979 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-04-28T03:21:21.945Z] 2025-04-28 03:21:21,736 [run_push] DEBUG push all version tags [2025-04-28T03:21:21.945Z] 2025-04-28 03:21:21,737 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-04-28T03:21:21.945Z] 2025-04-28 03:21:21,737 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2025-04-28T03:21:22.513Z] 2025-04-28 03:21:22,454 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2025-04-28T03:21:22.513Z] 4.1.0-dev.4 [Pipeline] } [2025-04-28T03:21:22.520Z] $ docker exec --env ******** --env ******** 10c353cd1b7ea80e122fcbef42fea9855a81a34e4dab100e239aa935d33c0cac ssh-agent -k [2025-04-28T03:21:22.623Z] unset SSH_AUTH_SOCK; [2025-04-28T03:21:22.623Z] unset SSH_AGENT_PID; [2025-04-28T03:21:22.623Z] echo Agent pid 20 killed; [2025-04-28T03:21:22.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-04-28T03:21:22.968Z] + git semver [Pipeline] } [2025-04-28T03:21:23.548Z] $ docker stop --time=1 10c353cd1b7ea80e122fcbef42fea9855a81a34e4dab100e239aa935d33c0cac [2025-04-28T03:21:27.120Z] $ docker rm -f --volumes 10c353cd1b7ea80e122fcbef42fea9855a81a34e4dab100e239aa935d33c0cac [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-04-28T03:21:27.756Z] + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] [2025-04-28T03:21:27.756Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2025-04-28T03:21:27.756Z] total 16 [2025-04-28T03:21:27.756Z] drwxr-xr-x 3 root root 4096 Apr 28 03:20 . [2025-04-28T03:21:27.756Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 28 03:21 .. [2025-04-28T03:21:27.756Z] drwxr-xr-x 2 root root 4096 Apr 28 03:20 cost [2025-04-28T03:21:27.756Z] -rw-r--r-- 1 root root 91 Apr 28 03:20 cost.csv [2025-04-28T03:21:27.756Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives [2025-04-28T03:21:27.756Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2025-04-28T03:21:27.756Z] total 16 [2025-04-28T03:21:27.756Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 28 03:20 . [2025-04-28T03:21:27.756Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 28 03:21 .. [2025-04-28T03:21:27.756Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 28 03:20 cost [2025-04-28T03:21:27.756Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 28 03:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:28.050Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:28.914Z] ---> package-listing.sh [2025-04-28T03:21:28.914Z] ++ facter osfamily [2025-04-28T03:21:28.914Z] ++ tr '[:upper:]' '[:lower:]' [2025-04-28T03:21:29.175Z] + OS_FAMILY=debian [2025-04-28T03:21:29.175Z] + workspace=/w/workspace/oundry_go-mod-configuration_main [2025-04-28T03:21:29.175Z] + START_PACKAGES=/tmp/packages_start.txt [2025-04-28T03:21:29.175Z] + END_PACKAGES=/tmp/packages_end.txt [2025-04-28T03:21:29.175Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-04-28T03:21:29.175Z] + PACKAGES=/tmp/packages_start.txt [2025-04-28T03:21:29.175Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2025-04-28T03:21:29.175Z] + PACKAGES=/tmp/packages_end.txt [2025-04-28T03:21:29.175Z] + case "${OS_FAMILY}" in [2025-04-28T03:21:29.175Z] + dpkg -l [2025-04-28T03:21:29.175Z] + grep '^ii' [2025-04-28T03:21:29.175Z] + '[' -f /tmp/packages_start.txt ']' [2025-04-28T03:21:29.175Z] + '[' -f /tmp/packages_end.txt ']' [2025-04-28T03:21:29.175Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-04-28T03:21:29.175Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2025-04-28T03:21:29.175Z] + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ [2025-04-28T03:21:29.175Z] + 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-04-28T03:21:29.186Z] 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-04-28T03:21:29.463Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-04-28T03:21:30.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-04-28T03:21:30.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-04-28T03:21:30.109Z] prd-ubuntu20.04-docker-8c-8g-583 does not seem to be running inside a container [2025-04-28T03:21:30.134Z] $ 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-04-28T03:21:30.330Z] $ docker top 5d7446cbe8e201922939aaade5cffa181bb2195abf64c32c3e35034effdb0d82 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-04-28T03:21:30.683Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-04-28T03:21:30.966Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-04-28T03:21:31.248Z] + ls /var/log/sa-host [2025-04-28T03:21:31.248Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-04-28T03:21:31.330Z] provisioning config files... [2025-04-28T03:21:31.341Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config1820604217107721459tmp [Pipeline] { [Pipeline] echo [2025-04-28T03:21:31.360Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:31.643Z] ---> create-netrc.sh [Pipeline] } [2025-04-28T03:21:31.650Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:31.992Z] ---> python-tools-install.sh [Pipeline] echo [2025-04-28T03:21:32.000Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:32.281Z] ---> sudo-logs.sh [2025-04-28T03:21:32.281Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-04-28T03:21:32.310Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:32.593Z] ---> job-cost.sh [2025-04-28T03:21:32.593Z] lf-activate-venv: SKIPPING [2025-04-28T03:21:32.593Z] DEBUG: total: 0.2199999988079071 [2025-04-28T03:21:32.593Z] INFO: Retrieving Stack Cost... [2025-04-28T03:21:33.162Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-04-28T03:21:33.421Z] INFO: Archiving Costs [Pipeline] echo [2025-04-28T03:21:33.435Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-04-28T03:21:33.717Z] ---> logs-deploy.sh [2025-04-28T03:21:33.717Z] lf-activate-venv: SKIPPING [2025-04-28T03:21:33.717Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/99 [2025-04-28T03:21:33.717Z] INFO: archiving workspace using pattern(s): [2025-04-28T03:21:34.653Z] Archives upload complete. [2025-04-28T03:21:34.653Z] INFO: archiving logs to Nexus