Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8133dd477b276428fad0f7155e11884a4331fc4b 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-ssh10241700973686624867.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-ssh14319630671361894651.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-ssh12847957193877908720.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-ssh8373733919292495549.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-ssh12060144458666045476.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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-115 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 8133dd477b276428fad0f7155e11884a4331fc4b (main) Commit message: "build(deps): bump github.com/nats-io/nats.go from 1.40.1 to 1.41.1 (#414)" > 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 8133dd477b276428fad0f7155e11884a4331fc4b # timeout=10 > git rev-list --no-walk fb33793af0ebf81337ba2af9b619b667156188ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:55:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:55:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:55:00 ========================================================= 11:55:00 EdgeX Global Pipelines Version Info 11:55:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:55:01 ------------------- 11:55:01 stable info: 11:55:01 ------------------- 11:55:01 Commited By: Ginny Guan ginny@iotechsys.com 11:55:01 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 11:55:01 Message: update stable to v1.0.274 11:55:02 ------------------- 11:55:02 experimental info: 11:55:02 ------------------- 11:55:02 Commited By: Ginny Guan ginny@iotechsys.com 11:55:02 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 11:55:02 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8133dd477b276428fad0f7155e11884a4331fc4b [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8133dd4 [Pipeline] echo 11:55:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:55:03 + git rev-list -1 --merges 8133dd477b276428fad0f7155e11884a4331fc4b~1..8133dd477b276428fad0f7155e11884a4331fc4b [Pipeline] echo 11:55:03 -----------> git rev-list -1 --merges 8133dd477b276428fad0f7155e11884a4331fc4b~1..8133dd477b276428fad0f7155e11884a4331fc4b 8133dd477b276428fad0f7155e11884a4331fc4b [false] [Pipeline] sh 11:55:03 + git log --format=format:%s -1 8133dd477b276428fad0f7155e11884a4331fc4b [Pipeline] echo 11:55:03 ========================================================= 11:55:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:55:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:55:04 + git log --format=format:%s -1 8133dd477b276428fad0f7155e11884a4331fc4b [Pipeline] echo 11:55:04 [semverPrep] GIT_COMMIT: 8133dd477b276428fad0f7155e11884a4331fc4b, Commit Message: build(deps): bump github.com/nats-io/nats.go from 1.40.1 to 1.41.1 (#414) [Pipeline] echo 11:55:04 [semverPrep] This is not a build commit. [Pipeline] sh 11:55:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:55:04 + grep -v github /etc/ssh/ssh_known_hosts 11:55:04 + [ -e /tmp/ssh_known_hosts ] 11:55:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:55:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:55:04 + sudo tee -a /etc/ssh/ssh_known_hosts 11:55:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:55:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:55:05 11:55:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:55:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:55:05 0.1.4: Pulling from edgex-devops/py-git-semver 11:55:05 b85a868b505f: Pulling fs layer 11:55:05 e2be974225ed: Pulling fs layer 11:55:05 339a4e72a1f5: Pulling fs layer 11:55:05 988bab9f4d93: Pulling fs layer 11:55:05 1469e6f7b9e6: Pulling fs layer 11:55:05 eaf3925da568: Pulling fs layer 11:55:05 bab4dde63d76: Pulling fs layer 11:55:05 bde34c3a00c8: Pulling fs layer 11:55:05 b352a97aabf1: Pulling fs layer 11:55:05 4872d77fe225: Pulling fs layer 11:55:05 5851b861e8e6: Pulling fs layer 11:55:05 1469e6f7b9e6: Waiting 11:55:05 eaf3925da568: Waiting 11:55:05 bab4dde63d76: Waiting 11:55:05 bde34c3a00c8: Waiting 11:55:05 b352a97aabf1: Waiting 11:55:05 4872d77fe225: Waiting 11:55:05 5851b861e8e6: Waiting 11:55:05 988bab9f4d93: Waiting 11:55:05 e2be974225ed: Verifying Checksum 11:55:05 e2be974225ed: Download complete 11:55:05 988bab9f4d93: Verifying Checksum 11:55:05 988bab9f4d93: Download complete 11:55:05 1469e6f7b9e6: Verifying Checksum 11:55:05 1469e6f7b9e6: Download complete 11:55:05 339a4e72a1f5: Verifying Checksum 11:55:05 339a4e72a1f5: Download complete 11:55:05 eaf3925da568: Verifying Checksum 11:55:05 eaf3925da568: Download complete 11:55:05 bde34c3a00c8: Verifying Checksum 11:55:05 bde34c3a00c8: Download complete 11:55:05 b352a97aabf1: Download complete 11:55:05 4872d77fe225: Verifying Checksum 11:55:05 4872d77fe225: Download complete 11:55:05 5851b861e8e6: Download complete 11:55:05 b85a868b505f: Verifying Checksum 11:55:05 b85a868b505f: Download complete 11:55:05 bab4dde63d76: Verifying Checksum 11:55:05 bab4dde63d76: Download complete 11:55:06 b85a868b505f: Pull complete 11:55:07 e2be974225ed: Pull complete 11:55:07 339a4e72a1f5: Pull complete 11:55:07 988bab9f4d93: Pull complete 11:55:07 1469e6f7b9e6: Pull complete 11:55:07 eaf3925da568: Pull complete 11:55:09 bab4dde63d76: Pull complete 11:55:09 bde34c3a00c8: Pull complete 11:55:09 b352a97aabf1: Pull complete 11:55:10 4872d77fe225: Pull complete 11:55:10 5851b861e8e6: Pull complete 11:55:10 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:55:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:55:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:55:10 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:55:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:55:11 $ docker top b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 -eo pid,comm 11:55:11 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). 11:55:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:55:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:55:11 [ssh-agent] Looking for ssh-agent implementation... 11:55:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:55:12 $ docker exec b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 ssh-agent 11:55:12 SSH_AUTH_SOCK=/tmp/ssh-N82hJHDsnj64/agent.33 11:55:12 SSH_AGENT_PID=40 11:55:12 Running ssh-add (command line suppressed) 11:55:12 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1204494285426408536.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1204494285426408536.key) 11:55:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:55:12 + git tag --points-at HEAD [Pipeline] } 11:55:12 $ docker exec --env ******** --env ******** b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 ssh-agent -k 11:55:12 unset SSH_AUTH_SOCK; 11:55:12 unset SSH_AGENT_PID; 11:55:12 echo Agent pid 40 killed; 11:55:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:55:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:55:12 [ssh-agent] Looking for ssh-agent implementation... 11:55:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:55:12 $ docker exec b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 ssh-agent 11:55:13 SSH_AUTH_SOCK=/tmp/ssh-Hx1HQuhFm9F5/agent.73 11:55:13 SSH_AGENT_PID=79 11:55:13 Running ssh-add (command line suppressed) 11:55:13 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_10396656711256770664.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_10396656711256770664.key) 11:55:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:55:13 + git semver init 11:55:13 2025-04-18 11:55:13,640 [run_init] DEBUG init version:0.0.0 force:False 11:55:13 2025-04-18 11:55:13,641 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver 11:55:13 2025-04-18 11:55:13,641 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver 11:55:13 2025-04-18 11:55:13,641 [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) 11:55:14 2025-04-18 11:55:14,382 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude 11:55:14 2025-04-18 11:55:14,383 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False 11:55:14 2025-04-18 11:55:14,383 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:55:14 2025-04-18 11:55:14,383 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:55:14 4.1.0-dev.5 [Pipeline] } 11:55:14 $ docker exec --env ******** --env ******** b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 ssh-agent -k 11:55:14 unset SSH_AUTH_SOCK; 11:55:14 unset SSH_AGENT_PID; 11:55:14 echo Agent pid 79 killed; 11:55:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:55:15 + git semver [Pipeline] } 11:55:15 $ docker stop --time=1 b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 11:55:16 $ docker rm -f --volumes b9544ea4bd83dbc30a93ba42681fa306625297252a70b84a0853a52203cc3ff5 [Pipeline] // withDockerContainer [Pipeline] sh 11:55:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:55:17 Stashed 1 file(s) [Pipeline] echo 11:55:17 [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [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 11:55:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:55:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:55:17 ========================================================= 11:55:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 11:55:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:55:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:55:17 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 11:55:17 0a9a5dfd008f: Pulling fs layer 11:55:17 dbfa0bcfca99: Pulling fs layer 11:55:17 70eabb1d9476: Pulling fs layer 11:55:17 957bedc73fa3: Pulling fs layer 11:55:17 4f4fb700ef54: Pulling fs layer 11:55:17 f40432e63723: Pulling fs layer 11:55:17 90b4343acab7: Pulling fs layer 11:55:17 9f67ea4ac784: Pulling fs layer 11:55:17 9228b9a606be: Pulling fs layer 11:55:17 957bedc73fa3: Waiting 11:55:17 4f4fb700ef54: Waiting 11:55:17 f40432e63723: Waiting 11:55:17 90b4343acab7: Waiting 11:55:17 9f67ea4ac784: Waiting 11:55:17 9228b9a606be: Waiting 11:55:17 dbfa0bcfca99: Verifying Checksum 11:55:17 dbfa0bcfca99: Download complete 11:55:17 957bedc73fa3: Download complete 11:55:17 4f4fb700ef54: Download complete 11:55:17 f40432e63723: Download complete 11:55:17 0a9a5dfd008f: Download complete 11:55:18 90b4343acab7: Verifying Checksum 11:55:18 90b4343acab7: Download complete 11:55:18 0a9a5dfd008f: Pull complete 11:55:18 9228b9a606be: Verifying Checksum 11:55:18 9228b9a606be: Download complete 11:55:18 dbfa0bcfca99: Pull complete 11:55:18 70eabb1d9476: Download complete 11:55:18 9f67ea4ac784: Verifying Checksum 11:55:18 9f67ea4ac784: Download complete 11:55:22 70eabb1d9476: Pull complete 11:55:22 957bedc73fa3: Pull complete 11:55:22 4f4fb700ef54: Pull complete 11:55:22 f40432e63723: Pull complete 11:55:22 90b4343acab7: Pull complete 11:55:24 9f67ea4ac784: Pull complete 11:55:25 9228b9a606be: Pull complete 11:55:25 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 11:55:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:55:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 11:55:25 + 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 11:55:25 + docker inspect -f . ci-base-image-x86_64 11:55:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:55:25 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:55:25 $ 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 ******** -e ******** ci-base-image-x86_64 cat 11:55:28 $ docker top 5c90125fe8cc217b7d5da44324dc4c1c6f18a8288f1d083acf51ddc6797afc06 -eo pid,comm [Pipeline] { [Pipeline] sh 11:55:28 + go version 11:55:28 go version go1.23.8 linux/amd64 [Pipeline] } 11:55:28 $ docker stop --time=1 5c90125fe8cc217b7d5da44324dc4c1c6f18a8288f1d083acf51ddc6797afc06 11:55:29 $ docker rm -f --volumes 5c90125fe8cc217b7d5da44324dc4c1c6f18a8288f1d083acf51ddc6797afc06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:55:30 + docker inspect -f . ci-base-image-x86_64 11:55:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:55:30 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:55:30 $ 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 ******** -e ******** ci-base-image-x86_64 cat 11:55:30 $ docker top fc0c61dab98c2b55e520ed0444c949026e226ef08e473888e4a167dcece05307 -eo pid,comm [Pipeline] { [Pipeline] sh 11:55:31 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh 11:55:31 + make test 11:55:31 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 11:55:31 go: downloading github.com/google/uuid v1.6.0 11:55:31 go: downloading github.com/stretchr/testify v1.10.0 11:55:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.1 11:55:31 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 11:55:31 go: downloading github.com/nats-io/nats.go v1.41.1 11:55:31 go: downloading github.com/hashicorp/go-multierror v1.1.1 11:55:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 11:55:31 go: downloading github.com/x448/float16 v0.8.4 11:55:31 go: downloading github.com/davecgh/go-spew v1.1.1 11:55:31 go: downloading github.com/pmezard/go-difflib v1.0.0 11:55:31 go: downloading github.com/stretchr/objx v0.5.2 11:55:31 go: downloading github.com/hashicorp/errwrap v1.0.0 11:55:31 go: downloading github.com/go-playground/validator/v10 v10.25.0 11:55:31 go: downloading github.com/gorilla/websocket v1.5.3 11:55:31 go: downloading golang.org/x/net v0.38.0 11:55:31 go: downloading golang.org/x/sync v0.12.0 11:55:31 go: downloading github.com/klauspost/compress v1.18.0 11:55:31 go: downloading github.com/nats-io/nkeys v0.4.9 11:55:31 go: downloading github.com/nats-io/nuid v1.0.1 11:55:31 go: downloading gopkg.in/yaml.v3 v3.0.1 11:55:31 go: downloading golang.org/x/crypto v0.36.0 11:55:31 go: downloading github.com/go-playground/universal-translator v0.18.1 11:55:31 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 11:55:31 go: downloading github.com/leodido/go-urn v1.4.0 11:55:31 go: downloading golang.org/x/text v0.23.0 11:55:31 go: downloading github.com/go-playground/locales v0.14.1 11:55:31 go: downloading golang.org/x/sys v0.31.0 11:55:50 ? github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces [no test files] 11:55:50 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces/mocks coverage: 0.0% of statements 11:55:50 ok github.com/edgexfoundry/go-mod-messaging/v4/clients 1.041s coverage: 86.0% of statements 11:55:50 github.com/edgexfoundry/go-mod-messaging/v4/messaging/mocks coverage: 0.0% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg 6.034s coverage: 19.3% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/mqtt 1.052s coverage: 85.0% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats 1.036s coverage: 80.2% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/jetstream 1.018s coverage: 15.4% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging 1.025s coverage: 100.0% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/mqtt 1.021s coverage: 100.0% of statements 11:55:55 ok github.com/edgexfoundry/go-mod-messaging/v4/pkg/types 1.028s coverage: 61.5% of statements 11:56:10 go vet ./... 11:56:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:56:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:56:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:56:13 $ docker stop --time=1 fc0c61dab98c2b55e520ed0444c949026e226ef08e473888e4a167dcece05307 11:56:15 $ docker rm -f --volumes fc0c61dab98c2b55e520ed0444c949026e226ef08e473888e4a167dcece05307 [Pipeline] // withDockerContainer [Pipeline] sh 11:56:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:56:15 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 11:56:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:56:16 11:56:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:56:16 latest: Pulling from edgex-lftools-log-publisher 11:56:16 5eb5b503b376: Pulling fs layer 11:56:16 5c69ac0246d0: Pulling fs layer 11:56:16 ec43610c2a17: Pulling fs layer 11:56:16 3a2ae6a8a46f: Pulling fs layer 11:56:16 33b1e0a273af: Pulling fs layer 11:56:16 5d3b04190fa2: Pulling fs layer 11:56:16 2f39f015ded8: Pulling fs layer 11:56:16 5d3b04190fa2: Waiting 11:56:16 3a2ae6a8a46f: Waiting 11:56:16 33b1e0a273af: Waiting 11:56:16 5c69ac0246d0: Download complete 11:56:16 3a2ae6a8a46f: Verifying Checksum 11:56:16 3a2ae6a8a46f: Download complete 11:56:16 33b1e0a273af: Verifying Checksum 11:56:16 33b1e0a273af: Download complete 11:56:16 ec43610c2a17: Verifying Checksum 11:56:16 ec43610c2a17: Download complete 11:56:16 5d3b04190fa2: Verifying Checksum 11:56:16 5d3b04190fa2: Download complete 11:56:16 5eb5b503b376: Verifying Checksum 11:56:16 5eb5b503b376: Download complete 11:56:17 2f39f015ded8: Download complete 11:56:17 5eb5b503b376: Pull complete 11:56:17 5c69ac0246d0: Pull complete 11:56:18 ec43610c2a17: Pull complete 11:56:18 3a2ae6a8a46f: Pull complete 11:56:18 33b1e0a273af: Pull complete 11:56:18 5d3b04190fa2: Pull complete 11:56:22 2f39f015ded8: Pull complete 11:56:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:56:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:56:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:56:23 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:56:23 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:56:24 $ docker top 7c50cf5ffc5d6ac5a96de3672e27cff4f02e12b41a27a6be9b172f79ecf721e1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:56:25 ---> job-cost.sh 11:56:25 lf-activate-venv: SKIPPING 11:56:25 INFO: No Stack... 11:56:25 INFO: Retrieving Pricing Info for: v3-standard-8 11:56:25 INFO: Archiving Costs [Pipeline] sh 11:56:26 + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv 11:56:26 + cut -d, -f6 [Pipeline] lock 11:56:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-206-stack-cost] 11:56:26 Resource [jenkins-edgexfoundry-go-mod-messaging-main-206-stack-cost] did not exist. Created. 11:56:26 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-206-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:56:26 + echo total: 0.2199999988079071 [Pipeline] stash 11:56:26 Stashed 1 file(s) [Pipeline] } 11:56:26 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-main-206-stack-cost] [Pipeline] // lock [Pipeline] } 11:56:26 $ docker stop --time=1 7c50cf5ffc5d6ac5a96de3672e27cff4f02e12b41a27a6be9b172f79ecf721e1 11:56:27 $ docker rm -f --volumes 7c50cf5ffc5d6ac5a96de3672e27cff4f02e12b41a27a6be9b172f79ecf721e1 [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 11:56:28 provisioning config files... 11:56:28 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config3802597051191469747tmp [Pipeline] { [Pipeline] sh 11:56:28 + set +x 11:56:28 + curl -s https://codecov.io/bash 11:56:28 + bash -s -- 11:56:28 11:56:28 _____ _ 11:56:28 / ____| | | 11:56:28 | | ___ __| | ___ ___ _____ __ 11:56:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:56:28 | |___| (_) | (_| | __/ (_| (_) \ V / 11:56:28 \_____\___/ \__,_|\___|\___\___/ \_/ 11:56:28 Bash-1.0.6 11:56:28 11:56:28 11:56:28 ==> git version 2.25.1 found 11:56:28 ==> 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 11:56:28 Release-Date: 2020-01-08 11:56:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:56:28 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:56:28 ==> Jenkins CI detected. 11:56:28 current dir:  /w/workspace/gexfoundry_go-mod-messaging_main 11:56:28 project root: . 11:56:28 --> token set from env 11:56:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:56:28 ==> Running gcov in . (disable via -X gcov) 11:56:28 ==> Python coveragepy not found 11:56:28 ==> Searching for coverage reports in: 11:56:28 + . 11:56:28 -> Found 1 reports 11:56:28 ==> Detecting git/mercurial file structure 11:56:28 ==> Reading reports 11:56:28 + ./coverage.out bytes=60312 11:56:28 ==> Appending adjustments 11:56:28 https://docs.codecov.io/docs/fixing-reports 11:56:28 + Found adjustments 11:56:28 ==> Gzipping contents 11:56:28 12K /tmp/codecov.7r5zee.gz 11:56:28 ==> Uploading reports 11:56:28 url: https://codecov.io 11:56:28 query: branch=main&commit=8133dd477b276428fad0f7155e11884a4331fc4b&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F206%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 11:56:28 -> Pinging Codecov 11:56:28 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=8133dd477b276428fad0f7155e11884a4331fc4b&build=206&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F206%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 11:56:28 -> Uploading to 11:56:28 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-messaging/8133dd477b276428fad0f7155e11884a4331fc4b/f096f806-6990-4415-bb69-74510010eb88.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250418%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250418T115628Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=84c68176de314c03730c4ba15eb20134a36bead70987657f9b58715148c2c212 11:56:28 % Total % Received % Xferd Average Speed Time Time Time Current 11:56:28 Dload Upload Total Spent Left Speed 11:56:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8448 0 0 100 8448 0 57081 --:--:-- --:--:-- --:--:-- 57469 11:56:29 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/8133dd477b276428fad0f7155e11884a4331fc4b [Pipeline] } 11:56:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:56:29 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:56:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:56:29 11:56:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:56:29 latest: Pulling from edgex-devops/edgex-snyk-go 11:56:29 43c4264eed91: Pulling fs layer 11:56:29 4cc291be95ef: Pulling fs layer 11:56:29 2ac1f1163629: Pulling fs layer 11:56:29 5c3c966382ef: Pulling fs layer 11:56:29 4f4fb700ef54: Pulling fs layer 11:56:29 d9c7d2e4e75e: Pulling fs layer 11:56:29 9c3e1370e548: Pulling fs layer 11:56:29 4f4fb700ef54: Waiting 11:56:29 5c3c966382ef: Waiting 11:56:29 d9c7d2e4e75e: Waiting 11:56:29 9c3e1370e548: Waiting 11:56:29 4cc291be95ef: Verifying Checksum 11:56:29 4cc291be95ef: Download complete 11:56:29 5c3c966382ef: Verifying Checksum 11:56:29 5c3c966382ef: Download complete 11:56:29 4f4fb700ef54: Download complete 11:56:29 43c4264eed91: Download complete 11:56:30 43c4264eed91: Pull complete 11:56:30 d9c7d2e4e75e: Verifying Checksum 11:56:30 d9c7d2e4e75e: Download complete 11:56:30 4cc291be95ef: Pull complete 11:56:30 2ac1f1163629: Verifying Checksum 11:56:30 2ac1f1163629: Download complete 11:56:31 9c3e1370e548: Verifying Checksum 11:56:31 9c3e1370e548: Download complete 11:56:34 2ac1f1163629: Pull complete 11:56:34 5c3c966382ef: Pull complete 11:56:34 4f4fb700ef54: Pull complete 11:56:34 d9c7d2e4e75e: Pull complete 11:56:36 9c3e1370e548: Pull complete 11:56:36 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 11:56:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:56:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:56:36 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:56:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:56:39 $ docker top 6f1ab67bb6518c030c6c3f3b36475434b174b0e042320e4ceb3f9a4018af0b7b -eo pid,comm [Pipeline] { [Pipeline] sh 11:56:40 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] echo 11:56:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh 11:56:40 + set -o pipefail 11:56:40 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' 11:56:45 11:56:45 Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v4)... 11:56:45 11:56:45 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e131b10b-624f-4025-a5e9-a0c923ea2edd/history/15040a34-9c79-47e6-8726-52b62a84ffec 11:56:45 11:56:45 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:56:45 11:56:45 11:56:45 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:56:45 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:56:46 $ docker stop --time=1 6f1ab67bb6518c030c6c3f3b36475434b174b0e042320e4ceb3f9a4018af0b7b 11:56:48 $ docker rm -f --volumes 6f1ab67bb6518c030c6c3f3b36475434b174b0e042320e4ceb3f9a4018af0b7b [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 11:56:49 + git log --format=format:%s -1 8133dd477b276428fad0f7155e11884a4331fc4b [Pipeline] sh 11:56:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:56:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:56:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:56:50 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:56:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:56:51 $ docker top 530e9dc0ef4d0585957ea1fbf0d2f01ad09c4f44fa02a5c13bd0277d0a76052a -eo pid,comm 11:56:51 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). 11:56:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:56:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:56:51 [ssh-agent] Looking for ssh-agent implementation... 11:56:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:56:51 $ docker exec 530e9dc0ef4d0585957ea1fbf0d2f01ad09c4f44fa02a5c13bd0277d0a76052a ssh-agent 11:56:51 SSH_AUTH_SOCK=/tmp/ssh-nTm6O2xQqvLY/agent.13 11:56:51 SSH_AGENT_PID=19 11:56:51 Running ssh-add (command line suppressed) 11:56:52 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9691748290115342341.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9691748290115342341.key) 11:56:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:56:52 + git semver tag 11:56:52 2025-04-18 11:56:52,540 [run_tag] DEBUG tag force:False 11:56:52 2025-04-18 11:56:52,540 [check_head_tag] DEBUG check head tag 11:56:52 2025-04-18 11:56:52,542 [execute] INFO git cat-file --batch-check 11:56:52 2025-04-18 11:56:52,542 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) 11:56:52 2025-04-18 11:56:52,547 [execute] INFO git cat-file --batch 11:56:52 2025-04-18 11:56:52,547 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) 11:56:52 2025-04-18 11:56:52,565 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:56:52 2025-04-18 11:56:52,565 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 11:56:52 2025-04-18 11:56:52,565 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 11:56:52 2025-04-18 11:56:52,570 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:56:52 4.1.0-dev.5 [Pipeline] } 11:56:52 $ docker exec --env ******** --env ******** 530e9dc0ef4d0585957ea1fbf0d2f01ad09c4f44fa02a5c13bd0277d0a76052a ssh-agent -k 11:56:52 unset SSH_AUTH_SOCK; 11:56:52 unset SSH_AGENT_PID; 11:56:52 echo Agent pid 19 killed; 11:56:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:56:53 + git semver [Pipeline] } 11:56:53 $ docker stop --time=1 530e9dc0ef4d0585957ea1fbf0d2f01ad09c4f44fa02a5c13bd0277d0a76052a 11:56:54 $ docker rm -f --volumes 530e9dc0ef4d0585957ea1fbf0d2f01ad09c4f44fa02a5c13bd0277d0a76052a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:56:55 11:56:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:56:55 0.23.1-centos7: Pulling from edgex-lftools 11:56:55 ab5ef0e58194: Pulling fs layer 11:56:55 9712f1f96733: Pulling fs layer 11:56:55 63f879dbbcfc: Pulling fs layer 11:56:55 0d9ebad4ef96: Pulling fs layer 11:56:55 e9a5061849ea: Pulling fs layer 11:56:55 d747dcd14b5f: Pulling fs layer 11:56:55 2de7ff778b66: Pulling fs layer 11:56:55 e9a5061849ea: Waiting 11:56:55 d747dcd14b5f: Waiting 11:56:55 2de7ff778b66: Waiting 11:56:55 0d9ebad4ef96: Waiting 11:56:55 9712f1f96733: Verifying Checksum 11:56:55 9712f1f96733: Download complete 11:56:55 63f879dbbcfc: Verifying Checksum 11:56:55 63f879dbbcfc: Download complete 11:56:55 e9a5061849ea: Verifying Checksum 11:56:55 e9a5061849ea: Download complete 11:56:55 d747dcd14b5f: Download complete 11:56:55 ab5ef0e58194: Verifying Checksum 11:56:55 ab5ef0e58194: Download complete 11:56:55 0d9ebad4ef96: Verifying Checksum 11:56:55 2de7ff778b66: Download complete 11:56:58 ab5ef0e58194: Pull complete 11:56:58 9712f1f96733: Pull complete 11:56:59 63f879dbbcfc: Pull complete 11:57:03 0d9ebad4ef96: Pull complete 11:57:03 e9a5061849ea: Pull complete 11:57:03 d747dcd14b5f: Pull complete 11:57:04 2de7ff778b66: Pull complete 11:57:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:57:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:57:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:57:04 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:57:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:57:08 $ docker top 704c1ba1be57bd1f3d1575bcb8ac1683b42b418ab28d3d0179d7145542593b40 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:57:08 provisioning config files... 11:57:08 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config16526390223453667499tmp 11:57:08 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config1113974448821626607tmp 11:57:08 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config9792605667344603690tmp [Pipeline] { [Pipeline] echo 11:57:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:57:08 ---> sigul-configuration.sh 11:57:08 gpg: directory `/root/.gnupg' created 11:57:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:57:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:57:08 gpg: keyring `/root/.gnupg/secring.gpg' created 11:57:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:57:08 gpg: CAST5 encrypted data 11:57:08 gpg: encrypted with 1 passphrase 11:57:08 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:57:08 + mkdir /home/jenkins 11:57:08 + mkdir /home/jenkins/sigul [Pipeline] sh 11:57:09 + 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 11:57:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:57:09 ---> sigul-install.sh 11:57:09 Sigul already installed; skipping installation. [Pipeline] sh 11:57:09 + git tag --list 11:57:09 v0.0.0 11:57:09 v0.1.0 11:57:09 v0.1.1 11:57:09 v0.1.10 11:57:09 v0.1.11 11:57:09 v0.1.12 11:57:09 v0.1.13 11:57:09 v0.1.14 11:57:09 v0.1.15 11:57:09 v0.1.16 11:57:09 v0.1.17 11:57:09 v0.1.18 11:57:09 v0.1.19 11:57:09 v0.1.2 11:57:09 v0.1.20 11:57:09 v0.1.21 11:57:09 v0.1.22 11:57:09 v0.1.23 11:57:09 v0.1.24 11:57:09 v0.1.25 11:57:09 v0.1.26 11:57:09 v0.1.27 11:57:09 v0.1.28 11:57:09 v0.1.29 11:57:09 v0.1.3 11:57:09 v0.1.30 11:57:09 v0.1.31 11:57:09 v0.1.4 11:57:09 v0.1.5 11:57:09 v0.1.6 11:57:09 v0.1.7 11:57:09 v0.1.8 11:57:09 v0.1.9 11:57:09 v2.0.0 11:57:09 v2.0.1 11:57:09 v2.1.0 11:57:09 v2.1.1 11:57:09 v2.2.0 11:57:09 v2.3.0 11:57:09 v3.0 11:57:09 v3.0.0 11:57:09 v3.1 11:57:09 v3.1.0 11:57:09 v4.0 11:57:09 v4.0.0 11:57:09 v4.0.1 11:57:09 v4.1.0-dev.1 11:57:09 v4.1.0-dev.2 11:57:09 v4.1.0-dev.3 11:57:09 v4.1.0-dev.4 11:57:09 v4.1.0-dev.5 [Pipeline] sh 11:57:10 + lftools sign git-tag v4.1.0-dev.5 11:57:10 Signing Git tag with Sigul... 11:57:10 Signing v4.1.0-dev.5 [Pipeline] echo 11:57:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:57:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:57:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:57:11 $ docker stop --time=1 704c1ba1be57bd1f3d1575bcb8ac1683b42b418ab28d3d0179d7145542593b40 11:57:12 $ docker rm -f --volumes 704c1ba1be57bd1f3d1575bcb8ac1683b42b418ab28d3d0179d7145542593b40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:57:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:57:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:57:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:57:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:57:13 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:57:13 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:57:13 $ docker top 0e7a5d98fb1f7772d7d288034dc5162d8bb1291cb55163ba30b0feb553d30432 -eo pid,comm 11:57:13 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). 11:57:13 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:57:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:57:13 [ssh-agent] Looking for ssh-agent implementation... 11:57:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:57:14 $ docker exec 0e7a5d98fb1f7772d7d288034dc5162d8bb1291cb55163ba30b0feb553d30432 ssh-agent 11:57:14 SSH_AUTH_SOCK=/tmp/ssh-vgFg10m8vcJ7/agent.31 11:57:14 SSH_AGENT_PID=37 11:57:14 Running ssh-add (command line suppressed) 11:57:14 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_5704942049932284955.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_5704942049932284955.key) 11:57:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:57:14 + git semver bump pre 11:57:14 2025-04-18 11:57:14,827 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:57:14 2025-04-18 11:57:14,827 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev 11:57:14 2025-04-18 11:57:14,827 [bump_version] DEBUG bumped version:4.1.0-dev.6 11:57:14 2025-04-18 11:57:14,827 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True 11:57:14 2025-04-18 11:57:14,827 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:57:14 2025-04-18 11:57:14,827 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:57:14 2025-04-18 11:57:14,830 [execute] INFO git cat-file --batch-check 11:57:14 2025-04-18 11:57:14,830 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 11:57:14 2025-04-18 11:57:14,836 [execute] INFO git cat-file --batch 11:57:14 2025-04-18 11:57:14,836 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 11:57:14 2025-04-18 11:57:14,842 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:57:14 4.1.0-dev.6 [Pipeline] } 11:57:14 $ docker exec --env ******** --env ******** 0e7a5d98fb1f7772d7d288034dc5162d8bb1291cb55163ba30b0feb553d30432 ssh-agent -k 11:57:15 unset SSH_AUTH_SOCK; 11:57:15 unset SSH_AGENT_PID; 11:57:15 echo Agent pid 37 killed; 11:57:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:57:15 + git semver [Pipeline] } 11:57:15 $ docker stop --time=1 0e7a5d98fb1f7772d7d288034dc5162d8bb1291cb55163ba30b0feb553d30432 11:57:16 $ docker rm -f --volumes 0e7a5d98fb1f7772d7d288034dc5162d8bb1291cb55163ba30b0feb553d30432 [Pipeline] // withDockerContainer [Pipeline] sh 11:57:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:57:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:57:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:57:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:57:17 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:57:17 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:57:18 $ docker top c938265cfde198855d96e59e2cb814aac6379eec6f8727a068c13f21ecf88153 -eo pid,comm 11:57:18 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). 11:57:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:57:18 [ssh-agent] Looking for ssh-agent implementation... 11:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:57:18 $ docker exec c938265cfde198855d96e59e2cb814aac6379eec6f8727a068c13f21ecf88153 ssh-agent 11:57:18 SSH_AUTH_SOCK=/tmp/ssh-JChlar6i1ggB/agent.32 11:57:18 SSH_AGENT_PID=38 11:57:18 Running ssh-add (command line suppressed) 11:57:18 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4610146681533239064.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4610146681533239064.key) 11:57:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:57:18 + git semver push 11:57:19 2025-04-18 11:57:18,983 [run_push] DEBUG push 11:57:19 2025-04-18 11:57:18,983 [execute] INFO git cat-file --batch-check 11:57:19 2025-04-18 11:57:18,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 11:57:19 2025-04-18 11:57:18,988 [execute] INFO git rev-list 329152e201042d52de12e81e7bdc9bbf816f038b -- 11:57:19 2025-04-18 11:57:18,988 [execute] DEBUG Popen(['git', 'rev-list', '329152e201042d52de12e81e7bdc9bbf816f038b', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 11:57:19 2025-04-18 11:57:18,998 [execute] INFO git fetch -v origin 11:57:19 2025-04-18 11:57:18,998 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) 11:57:19 2025-04-18 11:57:19,442 [run_push] DEBUG no remote changes detected 11:57:19 2025-04-18 11:57:19,442 [execute] INFO git push origin semver 11:57:19 2025-04-18 11:57:19,442 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 11:57:20 2025-04-18 11:57:20,113 [run_push] DEBUG push all version tags 11:57:20 2025-04-18 11:57:20,113 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:57:20 2025-04-18 11:57:20,114 [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) 11:57:20 2025-04-18 11:57:20,739 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 11:57:20 4.1.0-dev.6 [Pipeline] } 11:57:20 $ docker exec --env ******** --env ******** c938265cfde198855d96e59e2cb814aac6379eec6f8727a068c13f21ecf88153 ssh-agent -k 11:57:20 unset SSH_AUTH_SOCK; 11:57:20 unset SSH_AGENT_PID; 11:57:20 echo Agent pid 38 killed; 11:57:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:57:21 + git semver [Pipeline] } 11:57:21 $ docker stop --time=1 c938265cfde198855d96e59e2cb814aac6379eec6f8727a068c13f21ecf88153 11:57:22 $ docker rm -f --volumes c938265cfde198855d96e59e2cb814aac6379eec6f8727a068c13f21ecf88153 [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 11:57:23 + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] 11:57:23 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 11:57:23 total 16 11:57:23 drwxr-xr-x 3 root root 4096 Apr 18 11:56 . 11:57:23 drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 11:57 .. 11:57:23 drwxr-xr-x 2 root root 4096 Apr 18 11:56 cost 11:57:23 -rw-r--r-- 1 root root 88 Apr 18 11:56 cost.csv 11:57:23 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives 11:57:23 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 11:57:23 total 16 11:57:23 drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 11:56 . 11:57:23 drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 11:57 .. 11:57:23 drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 11:56 cost 11:57:23 -rw-r--r-- 1 jenkins jenkins 88 Apr 18 11:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:57:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:57:24 ---> package-listing.sh 11:57:24 ++ facter osfamily 11:57:24 ++ tr '[:upper:]' '[:lower:]' 11:57:24 + OS_FAMILY=debian 11:57:24 + workspace=/w/workspace/gexfoundry_go-mod-messaging_main 11:57:24 + START_PACKAGES=/tmp/packages_start.txt 11:57:24 + END_PACKAGES=/tmp/packages_end.txt 11:57:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:57:24 + PACKAGES=/tmp/packages_start.txt 11:57:24 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 11:57:24 + PACKAGES=/tmp/packages_end.txt 11:57:24 + case "${OS_FAMILY}" in 11:57:24 + dpkg -l 11:57:24 + grep '^ii' 11:57:24 + '[' -f /tmp/packages_start.txt ']' 11:57:24 + '[' -f /tmp/packages_end.txt ']' 11:57:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:57:24 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 11:57:24 + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ 11:57:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [Pipeline] echo 11:57:24 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 11:57:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:57:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:57:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:57:25 prd-ubuntu20.04-docker-8c-8g-115 does not seem to be running inside a container 11:57:25 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:57:25 $ docker top 2e0210418835dfa909499e495362440c24f11041674639737eff3d4f0b6afb71 -eo pid,comm [Pipeline] { [Pipeline] sh 11:57:26 + touch /tmp/pre-build-complete [Pipeline] sh 11:57:26 + mkdir -p /var/log/sysstat [Pipeline] sh 11:57:26 + ls /var/log/sa-host 11:57:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:57:27 provisioning config files... 11:57:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config12740019662189611779tmp [Pipeline] { [Pipeline] echo 11:57:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:57:27 ---> create-netrc.sh [Pipeline] } 11:57:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:57:27 ---> python-tools-install.sh [Pipeline] echo 11:57:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:57:27 ---> sudo-logs.sh 11:57:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:57:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:57:28 ---> job-cost.sh 11:57:28 lf-activate-venv: SKIPPING 11:57:28 DEBUG: total: 0.2199999988079071 11:57:28 INFO: Retrieving Stack Cost... 11:57:28 INFO: Retrieving Pricing Info for: v3-standard-8 11:57:29 INFO: Archiving Costs [Pipeline] echo 11:57:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:57:29 ---> logs-deploy.sh 11:57:29 lf-activate-venv: SKIPPING 11:57:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/206 11:57:29 INFO: archiving workspace using pattern(s): 11:57:30 Archives upload complete. 11:57:30 INFO: archiving logs to Nexus