Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f9bc870f82c36dcdeec29439755bc9efb11d111d 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-ssh1705068648723223309.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-ssh8112273431027705209.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-messaging/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-messaging/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17538578826709457682.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-ssh306494992910359083.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-messaging/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-messaging/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17108844948195009959.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-messaging, 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-messaging-settings PROJECT: go-mod-messaging 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-messaging 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 Running on prd-ubuntu20.04-docker-8c-8g-116 in /w/workspace/gexfoundry_go-mod-messaging_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-messaging.git > git init /w/workspace/gexfoundry_go-mod-messaging_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f9bc870f82c36dcdeec29439755bc9efb11d111d (main) Commit message: "build(deps): bump github.com/fxamacker/cbor/v2 from 2.7.0 to 2.8.0 (#410)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.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 f9bc870f82c36dcdeec29439755bc9efb11d111d # timeout=10 > git rev-list --no-walk 8133dd477b276428fad0f7155e11884a4331fc4b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:20:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:20:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:20:33 ========================================================= 12:20:33 EdgeX Global Pipelines Version Info 12:20:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:20:34 ------------------- 12:20:34 stable info: 12:20:34 ------------------- 12:20:34 Commited By: Ginny Guan ginny@iotechsys.com 12:20:34 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 12:20:34 Message: update stable to v1.0.274 12:20:35 ------------------- 12:20:35 experimental info: 12:20:35 ------------------- 12:20:35 Commited By: Ginny Guan ginny@iotechsys.com 12:20:35 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 12:20:35 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9bc870f82c36dcdeec29439755bc9efb11d111d [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9bc870 [Pipeline] echo 12:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:20:36 + git rev-list -1 --merges f9bc870f82c36dcdeec29439755bc9efb11d111d~1..f9bc870f82c36dcdeec29439755bc9efb11d111d [Pipeline] echo 12:20:36 -----------> git rev-list -1 --merges f9bc870f82c36dcdeec29439755bc9efb11d111d~1..f9bc870f82c36dcdeec29439755bc9efb11d111d f9bc870f82c36dcdeec29439755bc9efb11d111d [false] [Pipeline] sh 12:20:36 + git log --format=format:%s -1 f9bc870f82c36dcdeec29439755bc9efb11d111d [Pipeline] echo 12:20:36 ========================================================= 12:20:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:20:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:20:36 + git log --format=format:%s -1 f9bc870f82c36dcdeec29439755bc9efb11d111d [Pipeline] echo 12:20:36 [semverPrep] GIT_COMMIT: f9bc870f82c36dcdeec29439755bc9efb11d111d, Commit Message: build(deps): bump github.com/fxamacker/cbor/v2 from 2.7.0 to 2.8.0 (#410) [Pipeline] echo 12:20:36 [semverPrep] This is not a build commit. [Pipeline] sh 12:20:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:20:37 + grep -v github /etc/ssh/ssh_known_hosts 12:20:37 + [ -e /tmp/ssh_known_hosts ] 12:20:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:20:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:20:37 + sudo tee -a /etc/ssh/ssh_known_hosts 12:20:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:20:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:20:37 12:20:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:20:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:20:38 0.1.4: Pulling from edgex-devops/py-git-semver 12:20:38 b85a868b505f: Pulling fs layer 12:20:38 e2be974225ed: Pulling fs layer 12:20:38 339a4e72a1f5: Pulling fs layer 12:20:38 988bab9f4d93: Pulling fs layer 12:20:38 1469e6f7b9e6: Pulling fs layer 12:20:38 eaf3925da568: Pulling fs layer 12:20:38 bab4dde63d76: Pulling fs layer 12:20:38 bde34c3a00c8: Pulling fs layer 12:20:38 b352a97aabf1: Pulling fs layer 12:20:38 4872d77fe225: Pulling fs layer 12:20:38 5851b861e8e6: Pulling fs layer 12:20:38 b352a97aabf1: Waiting 12:20:38 4872d77fe225: Waiting 12:20:38 bde34c3a00c8: Waiting 12:20:38 eaf3925da568: Waiting 12:20:38 5851b861e8e6: Waiting 12:20:38 bab4dde63d76: Waiting 12:20:38 1469e6f7b9e6: Waiting 12:20:38 988bab9f4d93: Waiting 12:20:38 e2be974225ed: Verifying Checksum 12:20:38 e2be974225ed: Download complete 12:20:38 988bab9f4d93: Verifying Checksum 12:20:38 988bab9f4d93: Download complete 12:20:38 1469e6f7b9e6: Verifying Checksum 12:20:38 1469e6f7b9e6: Download complete 12:20:38 eaf3925da568: Download complete 12:20:38 339a4e72a1f5: Verifying Checksum 12:20:38 339a4e72a1f5: Download complete 12:20:38 bde34c3a00c8: Download complete 12:20:38 b352a97aabf1: Download complete 12:20:38 4872d77fe225: Verifying Checksum 12:20:38 4872d77fe225: Download complete 12:20:38 5851b861e8e6: Verifying Checksum 12:20:38 5851b861e8e6: Download complete 12:20:38 b85a868b505f: Verifying Checksum 12:20:38 b85a868b505f: Download complete 12:20:38 bab4dde63d76: Verifying Checksum 12:20:38 bab4dde63d76: Download complete 12:20:39 b85a868b505f: Pull complete 12:20:39 e2be974225ed: Pull complete 12:20:40 339a4e72a1f5: Pull complete 12:20:40 988bab9f4d93: Pull complete 12:20:40 1469e6f7b9e6: Pull complete 12:20:40 eaf3925da568: Pull complete 12:20:42 bab4dde63d76: Pull complete 12:20:42 bde34c3a00c8: Pull complete 12:20:42 b352a97aabf1: Pull complete 12:20:42 4872d77fe225: Pull complete 12:20:42 5851b861e8e6: Pull complete 12:20:42 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:20:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:20:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:20:42 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:20:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:20:43 $ docker top 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:20:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:20:43 [ssh-agent] Looking for ssh-agent implementation... 12:20:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:20:43 $ docker exec 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 ssh-agent 12:20:43 SSH_AUTH_SOCK=/tmp/ssh-Boet3HwmlhfX/agent.32 12:20:43 SSH_AGENT_PID=38 12:20:43 Running ssh-add (command line suppressed) 12:20:43 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_8737995155399639934.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_8737995155399639934.key) 12:20:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:20:44 + git tag --points-at HEAD [Pipeline] } 12:20:44 $ docker exec --env ******** --env ******** 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 ssh-agent -k 12:20:44 unset SSH_AUTH_SOCK; 12:20:44 unset SSH_AGENT_PID; 12:20:44 echo Agent pid 38 killed; 12:20:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:20:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:20:44 [ssh-agent] Looking for ssh-agent implementation... 12:20:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:20:44 $ docker exec 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 ssh-agent 12:20:44 SSH_AUTH_SOCK=/tmp/ssh-Knz982qmNAhl/agent.71 12:20:44 SSH_AGENT_PID=77 12:20:44 Running ssh-add (command line suppressed) 12:20:44 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_11530862626602612500.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_11530862626602612500.key) 12:20:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:20:45 + git semver init 12:20:45 2025-04-18 12:20:45,198 [run_init] DEBUG init version:0.0.0 force:False 12:20:45 2025-04-18 12:20:45,199 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver 12:20:45 2025-04-18 12:20:45,199 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver 12:20:45 2025-04-18 12:20:45,199 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/gexfoundry_go-mod-messaging_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 12:20:46 2025-04-18 12:20:45,932 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude 12:20:46 2025-04-18 12:20:45,933 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False 12:20:46 2025-04-18 12:20:45,933 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:20:46 2025-04-18 12:20:45,933 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:20:46 4.1.0-dev.6 [Pipeline] } 12:20:46 $ docker exec --env ******** --env ******** 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 ssh-agent -k 12:20:46 unset SSH_AUTH_SOCK; 12:20:46 unset SSH_AGENT_PID; 12:20:46 echo Agent pid 77 killed; 12:20:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:20:46 + git semver [Pipeline] } 12:20:46 $ docker stop --time=1 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 12:20:48 $ docker rm -f --volumes 3f1ec1807860557af22dc978074bcae6569469e8c10bac3f9776985c7b584fb9 [Pipeline] // withDockerContainer [Pipeline] sh 12:20:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:20:48 Stashed 1 file(s) [Pipeline] echo 12:20:48 [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 12:20:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:20:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:20:49 ========================================================= 12:20:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 12:20:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 12:20:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 12:20:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 12:20:49 0a9a5dfd008f: Pulling fs layer 12:20:49 dbfa0bcfca99: Pulling fs layer 12:20:49 70eabb1d9476: Pulling fs layer 12:20:49 957bedc73fa3: Pulling fs layer 12:20:49 4f4fb700ef54: Pulling fs layer 12:20:49 f40432e63723: Pulling fs layer 12:20:49 90b4343acab7: Pulling fs layer 12:20:49 9f67ea4ac784: Pulling fs layer 12:20:49 9228b9a606be: Pulling fs layer 12:20:49 f40432e63723: Waiting 12:20:49 4f4fb700ef54: Waiting 12:20:49 957bedc73fa3: Waiting 12:20:49 9f67ea4ac784: Waiting 12:20:49 9228b9a606be: Waiting 12:20:49 90b4343acab7: Waiting 12:20:49 dbfa0bcfca99: Verifying Checksum 12:20:49 dbfa0bcfca99: Download complete 12:20:49 957bedc73fa3: Verifying Checksum 12:20:49 957bedc73fa3: Download complete 12:20:49 4f4fb700ef54: Verifying Checksum 12:20:49 4f4fb700ef54: Download complete 12:20:49 f40432e63723: Download complete 12:20:49 0a9a5dfd008f: Download complete 12:20:49 90b4343acab7: Verifying Checksum 12:20:49 90b4343acab7: Download complete 12:20:49 0a9a5dfd008f: Pull complete 12:20:49 9228b9a606be: Verifying Checksum 12:20:49 9228b9a606be: Download complete 12:20:49 dbfa0bcfca99: Pull complete 12:20:50 70eabb1d9476: Download complete 12:20:50 9f67ea4ac784: Verifying Checksum 12:20:50 9f67ea4ac784: Download complete 12:20:53 70eabb1d9476: Pull complete 12:20:53 957bedc73fa3: Pull complete 12:20:53 4f4fb700ef54: Pull complete 12:20:53 f40432e63723: Pull complete 12:20:53 90b4343acab7: Pull complete 12:20:56 9f67ea4ac784: Pull complete 12:20:56 9228b9a606be: Pull complete 12:20:56 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 12:20:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 12:20:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 12:20:56 + 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 12:20:56 + docker inspect -f . ci-base-image-x86_64 12:20:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:20:57 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:20:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:20:58 $ docker top 4c1e3eb28bd38fe1adcde3e44ee1a642978e0bc69cb2420de1d20b11ea3913d7 -eo pid,comm [Pipeline] { [Pipeline] sh 12:20:59 + go version 12:20:59 go version go1.23.8 linux/amd64 [Pipeline] } 12:20:59 $ docker stop --time=1 4c1e3eb28bd38fe1adcde3e44ee1a642978e0bc69cb2420de1d20b11ea3913d7 12:21:00 $ docker rm -f --volumes 4c1e3eb28bd38fe1adcde3e44ee1a642978e0bc69cb2420de1d20b11ea3913d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:21:00 + docker inspect -f . ci-base-image-x86_64 12:21:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:21:00 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:21:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:21:01 $ docker top 030dc9fc0d0c6f2be2100b2edde37f92f3a540ef79a708e78e9e17e50f067575 -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:01 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh 12:21:01 + make test 12:21:01 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 12:21:01 go: downloading github.com/google/uuid v1.6.0 12:21:01 go: downloading github.com/stretchr/testify v1.10.0 12:21:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.1 12:21:01 go: downloading github.com/fxamacker/cbor/v2 v2.8.0 12:21:01 go: downloading github.com/nats-io/nats.go v1.41.1 12:21:01 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 12:21:01 go: downloading github.com/hashicorp/go-multierror v1.1.1 12:21:02 go: downloading github.com/x448/float16 v0.8.4 12:21:02 go: downloading github.com/davecgh/go-spew v1.1.1 12:21:02 go: downloading github.com/pmezard/go-difflib v1.0.0 12:21:02 go: downloading github.com/stretchr/objx v0.5.2 12:21:02 go: downloading github.com/hashicorp/errwrap v1.0.0 12:21:02 go: downloading github.com/go-playground/validator/v10 v10.25.0 12:21:02 go: downloading github.com/gorilla/websocket v1.5.3 12:21:02 go: downloading golang.org/x/net v0.38.0 12:21:02 go: downloading golang.org/x/sync v0.12.0 12:21:02 go: downloading github.com/klauspost/compress v1.18.0 12:21:02 go: downloading github.com/nats-io/nkeys v0.4.9 12:21:02 go: downloading github.com/nats-io/nuid v1.0.1 12:21:02 go: downloading gopkg.in/yaml.v3 v3.0.1 12:21:02 go: downloading golang.org/x/crypto v0.36.0 12:21:02 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 12:21:02 go: downloading github.com/go-playground/universal-translator v0.18.1 12:21:02 go: downloading github.com/leodido/go-urn v1.4.0 12:21:02 go: downloading golang.org/x/text v0.23.0 12:21:02 go: downloading github.com/go-playground/locales v0.14.1 12:21:02 go: downloading golang.org/x/sys v0.31.0 12:21:24 ? github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces [no test files] 12:21:24 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces/mocks coverage: 0.0% of statements 12:21:24 ok github.com/edgexfoundry/go-mod-messaging/v4/clients 1.034s coverage: 86.0% of statements 12:21:24 github.com/edgexfoundry/go-mod-messaging/v4/messaging/mocks coverage: 0.0% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg 6.036s coverage: 19.3% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/mqtt 1.062s coverage: 85.0% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats 1.047s coverage: 80.2% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/jetstream 1.023s coverage: 15.4% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging 1.025s coverage: 100.0% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/mqtt 1.023s coverage: 100.0% of statements 12:21:26 ok github.com/edgexfoundry/go-mod-messaging/v4/pkg/types 1.027s coverage: 61.5% of statements 12:21:45 go vet ./... 12:21:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:21:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 12:21:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 12:21:45 $ docker stop --time=1 030dc9fc0d0c6f2be2100b2edde37f92f3a540ef79a708e78e9e17e50f067575 12:21:47 $ docker rm -f --volumes 030dc9fc0d0c6f2be2100b2edde37f92f3a540ef79a708e78e9e17e50f067575 [Pipeline] // withDockerContainer [Pipeline] sh 12:21:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:21:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:21:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:21:48 12:21:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:21:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:21:48 latest: Pulling from edgex-lftools-log-publisher 12:21:48 5eb5b503b376: Pulling fs layer 12:21:48 5c69ac0246d0: Pulling fs layer 12:21:48 ec43610c2a17: Pulling fs layer 12:21:48 3a2ae6a8a46f: Pulling fs layer 12:21:48 33b1e0a273af: Pulling fs layer 12:21:48 5d3b04190fa2: Pulling fs layer 12:21:48 2f39f015ded8: Pulling fs layer 12:21:48 3a2ae6a8a46f: Waiting 12:21:48 33b1e0a273af: Waiting 12:21:48 5d3b04190fa2: Waiting 12:21:48 2f39f015ded8: Waiting 12:21:48 5c69ac0246d0: Verifying Checksum 12:21:48 5c69ac0246d0: Download complete 12:21:48 3a2ae6a8a46f: Verifying Checksum 12:21:48 3a2ae6a8a46f: Download complete 12:21:48 33b1e0a273af: Verifying Checksum 12:21:48 33b1e0a273af: Download complete 12:21:48 ec43610c2a17: Verifying Checksum 12:21:48 ec43610c2a17: Download complete 12:21:48 5d3b04190fa2: Verifying Checksum 12:21:48 5d3b04190fa2: Download complete 12:21:49 5eb5b503b376: Verifying Checksum 12:21:49 5eb5b503b376: Download complete 12:21:50 5eb5b503b376: Pull complete 12:21:50 5c69ac0246d0: Pull complete 12:21:51 ec43610c2a17: Pull complete 12:21:51 3a2ae6a8a46f: Pull complete 12:21:51 33b1e0a273af: Pull complete 12:21:51 5d3b04190fa2: Pull complete 12:21:55 2f39f015ded8: Pull complete 12:21:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:21:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:21:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:21:55 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:21:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:21:57 $ docker top d664e567ea2f7174c41ed04df5696597951b9700ca20ca4beee74f95a31bc799 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:21:57 ---> job-cost.sh 12:21:57 lf-activate-venv: SKIPPING 12:21:57 INFO: No Stack... 12:21:58 INFO: Retrieving Pricing Info for: v3-standard-8 12:21:58 INFO: Archiving Costs [Pipeline] sh 12:21:58 + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv 12:21:58 + cut -d, -f6 [Pipeline] lock 12:21:58 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-207-stack-cost] 12:21:58 Resource [jenkins-edgexfoundry-go-mod-messaging-main-207-stack-cost] did not exist. Created. 12:21:58 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:21:58 + echo total: 0.2199999988079071 [Pipeline] stash 12:21:58 Stashed 1 file(s) [Pipeline] } 12:21:59 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-main-207-stack-cost] [Pipeline] // lock [Pipeline] } 12:21:59 $ docker stop --time=1 d664e567ea2f7174c41ed04df5696597951b9700ca20ca4beee74f95a31bc799 12:22:00 $ docker rm -f --volumes d664e567ea2f7174c41ed04df5696597951b9700ca20ca4beee74f95a31bc799 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 12:22:00 provisioning config files... 12:22:00 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config19970073590352652tmp [Pipeline] { [Pipeline] sh 12:22:00 + set +x 12:22:00 + curl -s https://codecov.io/bash 12:22:00 + bash -s -- 12:22:00 12:22:00 _____ _ 12:22:00 / ____| | | 12:22:00 | | ___ __| | ___ ___ _____ __ 12:22:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:22:00 | |___| (_) | (_| | __/ (_| (_) \ V / 12:22:00 \_____\___/ \__,_|\___|\___\___/ \_/ 12:22:00 Bash-1.0.6 12:22:00 12:22:00 12:22:00 [0;36m==>[0m git version 2.25.1 found 12:22:00 [0;36m==>[0m curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 12:22:00 Release-Date: 2020-01-08 12:22:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:22:00 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:22:00 [0;90m==>[0m Jenkins CI detected. 12:22:00 [0;90mcurrent dir: [0m /w/workspace/gexfoundry_go-mod-messaging_main 12:22:00 [0;90mproject root:[0m . 12:22:00 [0;90m-->[0m token set from env 12:22:00 [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m 12:22:00 [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m 12:22:00 [0;90m==>[0m Python coveragepy not found 12:22:00 [0;90m==>[0m Searching for coverage reports in: 12:22:00 [0;32m+[0m . 12:22:00 [0;90m->[0m Found 1 reports 12:22:00 [0;90m==>[0m Detecting git/mercurial file structure 12:22:00 [0;90m==>[0m Reading reports 12:22:00 [0;32m+[0m ./coverage.out [0;90mbytes=60312[0m 12:22:00 [0;90m==>[0m Appending adjustments 12:22:00 [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m 12:22:01 [0;32m+[0m Found adjustments 12:22:01 [0;90m==>[0m Gzipping contents 12:22:01 12K /tmp/codecov.9uoetE.gz 12:22:01 [0;90m==>[0m Uploading reports 12:22:01 [0;90murl:[0m https://codecov.io 12:22:01 [0;90mquery:[0m branch=main&commit=f9bc870f82c36dcdeec29439755bc9efb11d111d&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 12:22:01 [0;90m->[0m Pinging Codecov 12:22:01 https://codecov.io/upload/v4?package=bash-1.0.6&token=<hidden>&package=bash-1.0.6&token=****&branch=main&commit=f9bc870f82c36dcdeec29439755bc9efb11d111d&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 12:22:01 [0;90m->[0m Uploading to 12:22:01 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-messaging/f9bc870f82c36dcdeec29439755bc9efb11d111d/ce1fdd60-b247-4693-8945-f689b0793c90.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250418%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250418T122201Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=28a789d2ae25982b698e75eb74077db08eb2d6e14ffb24bde484e9b49b256593 12:22:01 % Total % Received % Xferd Average Speed Time Time Time Current 12:22:01 Dload Upload Total Spent Left Speed 12:22:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8448 0 0 100 8448 0 69818 --:--:-- --:--:-- --:--:-- 69245 100 8448 0 0 100 8448 0 69818 --:--:-- --:--:-- --:--:-- 69245 12:22:01 [0;32m->[0m Reports have been successfully queued for processing at [0;36mhttps://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/f9bc870f82c36dcdeec29439755bc9efb11d111d[0m [Pipeline] } 12:22:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:22:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:22:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:22:02 12:22:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:22:02 latest: Pulling from edgex-devops/edgex-snyk-go 12:22:02 43c4264eed91: Pulling fs layer 12:22:02 4cc291be95ef: Pulling fs layer 12:22:02 2ac1f1163629: Pulling fs layer 12:22:02 5c3c966382ef: Pulling fs layer 12:22:02 4f4fb700ef54: Pulling fs layer 12:22:02 d9c7d2e4e75e: Pulling fs layer 12:22:02 9c3e1370e548: Pulling fs layer 12:22:02 5c3c966382ef: Waiting 12:22:02 4f4fb700ef54: Waiting 12:22:02 d9c7d2e4e75e: Waiting 12:22:02 9c3e1370e548: Waiting 12:22:02 4cc291be95ef: Download complete 12:22:02 5c3c966382ef: Verifying Checksum 12:22:02 5c3c966382ef: Download complete 12:22:02 4f4fb700ef54: Download complete 12:22:02 43c4264eed91: Verifying Checksum 12:22:02 43c4264eed91: Download complete 12:22:02 43c4264eed91: Pull complete 12:22:02 d9c7d2e4e75e: Verifying Checksum 12:22:02 d9c7d2e4e75e: Download complete 12:22:02 4cc291be95ef: Pull complete 12:22:03 2ac1f1163629: Verifying Checksum 12:22:03 2ac1f1163629: Download complete 12:22:03 9c3e1370e548: Verifying Checksum 12:22:03 9c3e1370e548: Download complete 12:22:06 2ac1f1163629: Pull complete 12:22:06 5c3c966382ef: Pull complete 12:22:06 4f4fb700ef54: Pull complete 12:22:06 d9c7d2e4e75e: Pull complete 12:22:09 9c3e1370e548: Pull complete 12:22:09 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 12:22:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:22:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:10 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:22:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 12:22:12 $ docker top 846666c3c790c54824a05a207e53132045677cfdf326f90062a2606ddaafeaa4 -eo pid,comm [Pipeline] { [Pipeline] sh 12:22:12 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] echo 12:22:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh 12:22:12 + set -o pipefail 12:22:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' 12:22:18 12:22:18 Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v4)... 12:22:18 12:22:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e131b10b-624f-4025-a5e9-a0c923ea2edd/history/aeb0f5d5-6eda-41ba-869a-1ce0f6df6844 12:22:18 12:22:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:22:18 12:22:18 12:22:18 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 12:22:18 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:22:19 $ docker stop --time=1 846666c3c790c54824a05a207e53132045677cfdf326f90062a2606ddaafeaa4 12:22:21 $ docker rm -f --volumes 846666c3c790c54824a05a207e53132045677cfdf326f90062a2606ddaafeaa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:22:22 + git log --format=format:%s -1 f9bc870f82c36dcdeec29439755bc9efb11d111d [Pipeline] sh 12:22:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:22:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:22:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:23 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:22:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:22:23 $ docker top bc931c99558bdfc4cbd9c6398f46e49dd7b488d56e6902eaaed3bcf9faae90a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:22:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:22:23 [ssh-agent] Looking for ssh-agent implementation... 12:22:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:22:23 $ docker exec bc931c99558bdfc4cbd9c6398f46e49dd7b488d56e6902eaaed3bcf9faae90a3 ssh-agent 12:22:24 SSH_AUTH_SOCK=/tmp/ssh-bGLuS2a2bt1y/agent.32 12:22:24 SSH_AGENT_PID=38 12:22:24 Running ssh-add (command line suppressed) 12:22:24 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1813082243091054335.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1813082243091054335.key) 12:22:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:22:24 + git semver tag 12:22:24 2025-04-18 12:22:24,642 [run_tag] DEBUG tag force:False 12:22:24 2025-04-18 12:22:24,642 [check_head_tag] DEBUG check head tag 12:22:24 2025-04-18 12:22:24,643 [execute] INFO git cat-file --batch-check 12:22:24 2025-04-18 12:22:24,643 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=<valid stream>) 12:22:24 2025-04-18 12:22:24,648 [execute] INFO git cat-file --batch 12:22:24 2025-04-18 12:22:24,649 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=<valid stream>) 12:22:24 2025-04-18 12:22:24,670 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:24 2025-04-18 12:22:24,670 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 12:22:24 2025-04-18 12:22:24,670 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.6', '-m', 'v4.1.0-dev.6'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 12:22:24 2025-04-18 12:22:24,676 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:24 4.1.0-dev.6 [Pipeline] } 12:22:24 $ docker exec --env ******** --env ******** bc931c99558bdfc4cbd9c6398f46e49dd7b488d56e6902eaaed3bcf9faae90a3 ssh-agent -k 12:22:24 unset SSH_AUTH_SOCK; 12:22:24 unset SSH_AGENT_PID; 12:22:24 echo Agent pid 38 killed; 12:22:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:22:25 + git semver [Pipeline] } 12:22:25 $ docker stop --time=1 bc931c99558bdfc4cbd9c6398f46e49dd7b488d56e6902eaaed3bcf9faae90a3 12:22:26 $ docker rm -f --volumes bc931c99558bdfc4cbd9c6398f46e49dd7b488d56e6902eaaed3bcf9faae90a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:22:27 12:22:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:22:27 0.23.1-centos7: Pulling from edgex-lftools 12:22:27 ab5ef0e58194: Pulling fs layer 12:22:27 9712f1f96733: Pulling fs layer 12:22:27 63f879dbbcfc: Pulling fs layer 12:22:27 0d9ebad4ef96: Pulling fs layer 12:22:27 e9a5061849ea: Pulling fs layer 12:22:27 d747dcd14b5f: Pulling fs layer 12:22:27 2de7ff778b66: Pulling fs layer 12:22:27 0d9ebad4ef96: Waiting 12:22:27 e9a5061849ea: Waiting 12:22:27 d747dcd14b5f: Waiting 12:22:27 2de7ff778b66: Waiting 12:22:27 9712f1f96733: Download complete 12:22:27 63f879dbbcfc: Verifying Checksum 12:22:27 63f879dbbcfc: Download complete 12:22:27 0d9ebad4ef96: Verifying Checksum 12:22:27 0d9ebad4ef96: Download complete 12:22:27 d747dcd14b5f: Verifying Checksum 12:22:27 d747dcd14b5f: Download complete 12:22:27 e9a5061849ea: Download complete 12:22:27 ab5ef0e58194: Verifying Checksum 12:22:27 ab5ef0e58194: Download complete 12:22:28 2de7ff778b66: Verifying Checksum 12:22:28 2de7ff778b66: Download complete 12:22:30 ab5ef0e58194: Pull complete 12:22:30 9712f1f96733: Pull complete 12:22:31 63f879dbbcfc: Pull complete 12:22:34 0d9ebad4ef96: Pull complete 12:22:34 e9a5061849ea: Pull complete 12:22:34 d747dcd14b5f: Pull complete 12:22:35 2de7ff778b66: Pull complete 12:22:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:22:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:22:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:35 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:22:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:22:37 $ docker top 999866cf7abeb60bb568b5e29a29995321ed18aeaf9f48575baef9ec16f1fd02 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:22:37 provisioning config files... 12:22:37 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config12865797561707778281tmp 12:22:37 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config1567922070042834479tmp 12:22:37 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config15153860442551299592tmp [Pipeline] { [Pipeline] echo 12:22:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:22:38 ---> sigul-configuration.sh 12:22:38 gpg: directory `/root/.gnupg' created 12:22:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:22:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:22:38 gpg: keyring `/root/.gnupg/secring.gpg' created 12:22:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:22:38 gpg: CAST5 encrypted data 12:22:38 gpg: encrypted with 1 passphrase 12:22:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:22:38 + mkdir /home/jenkins 12:22:38 + mkdir /home/jenkins/sigul [Pipeline] sh 12:22:38 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 12:22:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:22:38 ---> sigul-install.sh 12:22:38 Sigul already installed; skipping installation. [Pipeline] sh 12:22:39 + git tag --list 12:22:39 v0.0.0 12:22:39 v0.1.0 12:22:39 v0.1.1 12:22:39 v0.1.10 12:22:39 v0.1.11 12:22:39 v0.1.12 12:22:39 v0.1.13 12:22:39 v0.1.14 12:22:39 v0.1.15 12:22:39 v0.1.16 12:22:39 v0.1.17 12:22:39 v0.1.18 12:22:39 v0.1.19 12:22:39 v0.1.2 12:22:39 v0.1.20 12:22:39 v0.1.21 12:22:39 v0.1.22 12:22:39 v0.1.23 12:22:39 v0.1.24 12:22:39 v0.1.25 12:22:39 v0.1.26 12:22:39 v0.1.27 12:22:39 v0.1.28 12:22:39 v0.1.29 12:22:39 v0.1.3 12:22:39 v0.1.30 12:22:39 v0.1.31 12:22:39 v0.1.4 12:22:39 v0.1.5 12:22:39 v0.1.6 12:22:39 v0.1.7 12:22:39 v0.1.8 12:22:39 v0.1.9 12:22:39 v2.0.0 12:22:39 v2.0.1 12:22:39 v2.1.0 12:22:39 v2.1.1 12:22:39 v2.2.0 12:22:39 v2.3.0 12:22:39 v3.0 12:22:39 v3.0.0 12:22:39 v3.1 12:22:39 v3.1.0 12:22:39 v4.0 12:22:39 v4.0.0 12:22:39 v4.0.1 12:22:39 v4.1.0-dev.1 12:22:39 v4.1.0-dev.2 12:22:39 v4.1.0-dev.3 12:22:39 v4.1.0-dev.4 12:22:39 v4.1.0-dev.5 12:22:39 v4.1.0-dev.6 [Pipeline] sh 12:22:39 + lftools sign git-tag v4.1.0-dev.6 12:22:40 Signing Git tag with Sigul... 12:22:40 Signing v4.1.0-dev.6 [Pipeline] echo 12:22:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:22:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:22:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:22:40 $ docker stop --time=1 999866cf7abeb60bb568b5e29a29995321ed18aeaf9f48575baef9ec16f1fd02 12:22:41 $ docker rm -f --volumes 999866cf7abeb60bb568b5e29a29995321ed18aeaf9f48575baef9ec16f1fd02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:22:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:22:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:22:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:42 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:22:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:22:43 $ docker top f4abb3f54412521da5e62cf4173c6740f699235f4cfa89894f6358f83218ae6a -eo pid,comm 12:22:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 12:22:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:22:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:22:43 [ssh-agent] Looking for ssh-agent implementation... 12:22:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:22:43 $ docker exec f4abb3f54412521da5e62cf4173c6740f699235f4cfa89894f6358f83218ae6a ssh-agent 12:22:43 SSH_AUTH_SOCK=/tmp/ssh-1QNH3yC2VX2d/agent.32 12:22:43 SSH_AGENT_PID=38 12:22:43 Running ssh-add (command line suppressed) 12:22:43 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_17874624240001742390.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_17874624240001742390.key) 12:22:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:22:43 + git semver bump pre 12:22:44 2025-04-18 12:22:43,950 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:44 2025-04-18 12:22:43,950 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev 12:22:44 2025-04-18 12:22:43,950 [bump_version] DEBUG bumped version:4.1.0-dev.7 12:22:44 2025-04-18 12:22:43,950 [write_version] DEBUG write version:4.1.0-dev.7 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True 12:22:44 2025-04-18 12:22:43,950 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:44 2025-04-18 12:22:43,950 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:44 2025-04-18 12:22:43,952 [execute] INFO git cat-file --batch-check 12:22:44 2025-04-18 12:22:43,952 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=<valid stream>) 12:22:44 2025-04-18 12:22:43,957 [execute] INFO git cat-file --batch 12:22:44 2025-04-18 12:22:43,957 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=<valid stream>) 12:22:44 2025-04-18 12:22:43,962 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:44 4.1.0-dev.7 [Pipeline] } 12:22:44 $ docker exec --env ******** --env ******** f4abb3f54412521da5e62cf4173c6740f699235f4cfa89894f6358f83218ae6a ssh-agent -k 12:22:44 unset SSH_AUTH_SOCK; 12:22:44 unset SSH_AGENT_PID; 12:22:44 echo Agent pid 38 killed; 12:22:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:22:44 + git semver [Pipeline] } 12:22:44 $ docker stop --time=1 f4abb3f54412521da5e62cf4173c6740f699235f4cfa89894f6358f83218ae6a 12:22:46 $ docker rm -f --volumes f4abb3f54412521da5e62cf4173c6740f699235f4cfa89894f6358f83218ae6a [Pipeline] // withDockerContainer [Pipeline] sh 12:22:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:22:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:22:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:46 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:22:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:22:47 $ docker top 87afb07ee2799052f0cc742d8ce38ee16a54f704e78495dae591da24cbe749cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:22:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:22:47 [ssh-agent] Looking for ssh-agent implementation... 12:22:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:22:47 $ docker exec 87afb07ee2799052f0cc742d8ce38ee16a54f704e78495dae591da24cbe749cc ssh-agent 12:22:47 SSH_AUTH_SOCK=/tmp/ssh-EariUWatfTZL/agent.31 12:22:47 SSH_AGENT_PID=37 12:22:47 Running ssh-add (command line suppressed) 12:22:47 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1613634626643331314.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1613634626643331314.key) 12:22:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:22:47 + git semver push 12:22:48 2025-04-18 12:22:48,035 [run_push] DEBUG push 12:22:48 2025-04-18 12:22:48,035 [execute] INFO git cat-file --batch-check 12:22:48 2025-04-18 12:22:48,035 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=<valid stream>) 12:22:48 2025-04-18 12:22:48,039 [execute] INFO git rev-list ef7a916306693331376d87fa22fdcc3d9e3a046b -- 12:22:48 2025-04-18 12:22:48,039 [execute] DEBUG Popen(['git', 'rev-list', 'ef7a916306693331376d87fa22fdcc3d9e3a046b', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 12:22:48 2025-04-18 12:22:48,048 [execute] INFO git fetch -v origin 12:22:48 2025-04-18 12:22:48,048 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) 12:22:48 2025-04-18 12:22:48,624 [run_push] DEBUG no remote changes detected 12:22:48 2025-04-18 12:22:48,624 [execute] INFO git push origin semver 12:22:48 2025-04-18 12:22:48,625 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 12:22:49 2025-04-18 12:22:49,308 [run_push] DEBUG push all version tags 12:22:49 2025-04-18 12:22:49,308 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:22:49 2025-04-18 12:22:49,309 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 12:22:50 2025-04-18 12:22:49,944 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 12:22:50 4.1.0-dev.7 [Pipeline] } 12:22:50 $ docker exec --env ******** --env ******** 87afb07ee2799052f0cc742d8ce38ee16a54f704e78495dae591da24cbe749cc ssh-agent -k 12:22:50 unset SSH_AUTH_SOCK; 12:22:50 unset SSH_AGENT_PID; 12:22:50 echo Agent pid 37 killed; 12:22:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:22:50 + git semver [Pipeline] } 12:22:50 $ docker stop --time=1 87afb07ee2799052f0cc742d8ce38ee16a54f704e78495dae591da24cbe749cc 12:22:52 $ docker rm -f --volumes 87afb07ee2799052f0cc742d8ce38ee16a54f704e78495dae591da24cbe749cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:22:52 + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] 12:22:52 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 12:22:52 total 16 12:22:52 drwxr-xr-x 3 root root 4096 Apr 18 12:21 . 12:22:52 drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 12:22 .. 12:22:52 drwxr-xr-x 2 root root 4096 Apr 18 12:21 cost 12:22:52 -rw-r--r-- 1 root root 89 Apr 18 12:21 cost.csv 12:22:52 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives 12:22:52 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 12:22:52 total 16 12:22:52 drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 12:21 . 12:22:52 drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 12:22 .. 12:22:52 drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 12:21 cost 12:22:52 -rw-r--r-- 1 jenkins jenkins 89 Apr 18 12:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:22:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:22:53 ---> package-listing.sh 12:22:53 ++ facter osfamily 12:22:53 ++ tr '[:upper:]' '[:lower:]' 12:22:54 + OS_FAMILY=debian 12:22:54 + workspace=/w/workspace/gexfoundry_go-mod-messaging_main 12:22:54 + START_PACKAGES=/tmp/packages_start.txt 12:22:54 + END_PACKAGES=/tmp/packages_end.txt 12:22:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:22:54 + PACKAGES=/tmp/packages_start.txt 12:22:54 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 12:22:54 + PACKAGES=/tmp/packages_end.txt 12:22:54 + case "${OS_FAMILY}" in 12:22:54 + dpkg -l 12:22:54 + grep '^ii' 12:22:54 + '[' -f /tmp/packages_start.txt ']' 12:22:54 + '[' -f /tmp/packages_end.txt ']' 12:22:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:22:54 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 12:22:54 + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ 12:22:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [Pipeline] echo 12:22:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-messaging_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:22:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:22:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:22:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:22:55 prd-ubuntu20.04-docker-8c-8g-116 does not seem to be running inside a container 12:22:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-messaging_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:22:55 $ docker top ac75c816da107bee1f7b2569f22fa1f067fd7f9be9a32f0a90a358ab3f3b6ee5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:22:55 + touch /tmp/pre-build-complete [Pipeline] sh 12:22:56 + mkdir -p /var/log/sysstat [Pipeline] sh 12:22:56 + ls /var/log/sa-host 12:22:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:22:56 provisioning config files... 12:22:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config12726470091154640841tmp [Pipeline] { [Pipeline] echo 12:22:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:22:56 ---> create-netrc.sh [Pipeline] } 12:22:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:22:57 ---> python-tools-install.sh [Pipeline] echo 12:22:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:22:57 ---> sudo-logs.sh 12:22:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:22:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:22:57 ---> job-cost.sh 12:22:57 lf-activate-venv: SKIPPING 12:22:57 DEBUG: total: 0.2199999988079071 12:22:57 INFO: Retrieving Stack Cost... 12:22:58 INFO: Retrieving Pricing Info for: v3-standard-8 12:22:58 INFO: Archiving Costs [Pipeline] echo 12:22:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:22:58 ---> logs-deploy.sh 12:22:58 lf-activate-venv: SKIPPING 12:22:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/207 12:22:58 INFO: archiving workspace using pattern(s): 12:22:59 Archives upload complete. 12:22:59 INFO: archiving logs to Nexus