Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 180eacd6481b1035fc58d652e8a604a187d8de0e 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-ssh15308225755997138809.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh5466332742472360842.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh5939037533750809456.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh15050431766478795905.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-ssh4088103823803389622.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-23907 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 > 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 Avoid second fetch Checking out Revision 180eacd6481b1035fc58d652e8a604a187d8de0e (main) Commit message: "Merge pull request #364 from weichou1229/binary-message" > git config core.sparsecheckout # timeout=10 > git checkout -f 180eacd6481b1035fc58d652e8a604a187d8de0e # timeout=10 > git rev-list --no-walk 4c046457763cdb718953d1d1f82bb32c2503f1e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:08:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:08:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:08:22 ========================================================= 09:08:22 EdgeX Global Pipelines Version Info 09:08:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:08:23 ------------------- 09:08:23 stable info: 09:08:23 ------------------- 09:08:23 Commited By: Ginny Guan ginny@iotechsys.com 09:08:23 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 09:08:23 Message: update stable to v1.0.265 09:08:23 ------------------- 09:08:23 experimental info: 09:08:23 ------------------- 09:08:23 Commited By: Cherry Wang cherry@iotechsys.com 09:08:23 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 09:08:23 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:08:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 180eacd6481b1035fc58d652e8a604a187d8de0e [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 180eacd [Pipeline] echo 09:08:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:08:24 + git rev-list -1 --merges 180eacd6481b1035fc58d652e8a604a187d8de0e~1..180eacd6481b1035fc58d652e8a604a187d8de0e [Pipeline] echo 09:08:24 -----------> git rev-list -1 --merges 180eacd6481b1035fc58d652e8a604a187d8de0e~1..180eacd6481b1035fc58d652e8a604a187d8de0e 180eacd6481b1035fc58d652e8a604a187d8de0e 09:08:24 180eacd6481b1035fc58d652e8a604a187d8de0e [false] [Pipeline] sh 09:08:25 + git log --format=format:%s -1 180eacd6481b1035fc58d652e8a604a187d8de0e [Pipeline] echo 09:08:25 ========================================================= 09:08:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:08:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:08:25 + git log --format=format:%s -1 180eacd6481b1035fc58d652e8a604a187d8de0e [Pipeline] echo 09:08:25 [semverPrep] GIT_COMMIT: 180eacd6481b1035fc58d652e8a604a187d8de0e, Commit Message: Merge pull request #364 from weichou1229/binary-message [Pipeline] echo 09:08:25 [semverPrep] This is not a build commit. [Pipeline] sh 09:08:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:08:25 + grep -v github /etc/ssh/ssh_known_hosts 09:08:25 + [ -e /tmp/ssh_known_hosts ] 09:08:25 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:08:25 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:08:25 + sudo tee -a /etc/ssh/ssh_known_hosts 09:08:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:08:26 09:08:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:08:26 0.1.4: Pulling from edgex-devops/py-git-semver 09:08:26 b85a868b505f: Pulling fs layer 09:08:26 e2be974225ed: Pulling fs layer 09:08:26 339a4e72a1f5: Pulling fs layer 09:08:26 988bab9f4d93: Pulling fs layer 09:08:26 1469e6f7b9e6: Pulling fs layer 09:08:26 eaf3925da568: Pulling fs layer 09:08:26 bab4dde63d76: Pulling fs layer 09:08:26 bde34c3a00c8: Pulling fs layer 09:08:26 b352a97aabf1: Pulling fs layer 09:08:26 4872d77fe225: Pulling fs layer 09:08:26 1469e6f7b9e6: Waiting 09:08:26 eaf3925da568: Waiting 09:08:26 bab4dde63d76: Waiting 09:08:26 bde34c3a00c8: Waiting 09:08:26 b352a97aabf1: Waiting 09:08:26 988bab9f4d93: Waiting 09:08:26 4872d77fe225: Waiting 09:08:26 5851b861e8e6: Pulling fs layer 09:08:26 e2be974225ed: Download complete 09:08:26 988bab9f4d93: Verifying Checksum 09:08:26 988bab9f4d93: Download complete 09:08:26 1469e6f7b9e6: Verifying Checksum 09:08:26 1469e6f7b9e6: Download complete 09:08:26 339a4e72a1f5: Verifying Checksum 09:08:26 339a4e72a1f5: Download complete 09:08:26 eaf3925da568: Verifying Checksum 09:08:26 eaf3925da568: Download complete 09:08:26 bde34c3a00c8: Verifying Checksum 09:08:26 bde34c3a00c8: Download complete 09:08:26 b352a97aabf1: Verifying Checksum 09:08:26 b352a97aabf1: Download complete 09:08:26 4872d77fe225: Verifying Checksum 09:08:26 4872d77fe225: Download complete 09:08:26 5851b861e8e6: Verifying Checksum 09:08:26 5851b861e8e6: Download complete 09:08:27 b85a868b505f: Verifying Checksum 09:08:27 b85a868b505f: Download complete 09:08:27 bab4dde63d76: Verifying Checksum 09:08:27 bab4dde63d76: Download complete 09:08:28 b85a868b505f: Pull complete 09:08:28 e2be974225ed: Pull complete 09:08:28 339a4e72a1f5: Pull complete 09:08:28 988bab9f4d93: Pull complete 09:08:29 1469e6f7b9e6: Pull complete 09:08:29 eaf3925da568: Pull complete 09:08:31 bab4dde63d76: Pull complete 09:08:31 bde34c3a00c8: Pull complete 09:08:31 b352a97aabf1: Pull complete 09:08:31 4872d77fe225: Pull complete 09:08:31 5851b861e8e6: Pull complete 09:08:31 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:08:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:08:31 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:08:31 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:08:31 $ 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 09:08:35 $ docker top e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b -eo pid,comm 09:08:35 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). 09:08:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:08:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:08:35 [ssh-agent] Looking for ssh-agent implementation... 09:08:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:08:35 $ docker exec e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b ssh-agent 09:08:35 SSH_AUTH_SOCK=/tmp/ssh-wdHyFysZQDNg/agent.33 09:08:35 SSH_AGENT_PID=39 09:08:35 Running ssh-add (command line suppressed) 09:08:36 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16864582310100558297.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16864582310100558297.key) 09:08:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:08:36 + git tag --points-at HEAD [Pipeline] } 09:08:36 $ docker exec --env ******** --env ******** e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b ssh-agent -k 09:08:36 unset SSH_AUTH_SOCK; 09:08:36 unset SSH_AGENT_PID; 09:08:36 echo Agent pid 39 killed; 09:08:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:08:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:08:36 [ssh-agent] Looking for ssh-agent implementation... 09:08:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:08:36 $ docker exec e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b ssh-agent 09:08:36 SSH_AUTH_SOCK=/tmp/ssh-wXlgQdEZsjTt/agent.73 09:08:36 SSH_AGENT_PID=79 09:08:36 Running ssh-add (command line suppressed) 09:08:36 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1847280849057670406.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_1847280849057670406.key) 09:08:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:08:37 + git semver init 09:08:37 2024-10-28 09:08:37,353 [run_init] DEBUG init version:0.0.0 force:False 09:08:37 2024-10-28 09:08:37,355 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver 09:08:37 2024-10-28 09:08:37,355 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver 09:08:37 2024-10-28 09:08:37,356 [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) 09:08:38 2024-10-28 09:08:38,153 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude 09:08:38 2024-10-28 09:08:38,153 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False 09:08:38 2024-10-28 09:08:38,153 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:08:38 2024-10-28 09:08:38,154 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:08:38 4.0.0-dev.3 [Pipeline] } 09:08:38 $ docker exec --env ******** --env ******** e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b ssh-agent -k 09:08:38 unset SSH_AUTH_SOCK; 09:08:38 unset SSH_AGENT_PID; 09:08:38 echo Agent pid 79 killed; 09:08:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:08:38 + git semver [Pipeline] } 09:08:39 $ docker stop --time=1 e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b 09:08:40 $ docker rm -f --volumes e63b4aebee5d9d506a1566cb3e15e0154c3acf2bfd7c70707b3c6b5e21b06f2b [Pipeline] // withDockerContainer [Pipeline] sh 09:08:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:08:40 Stashed 1 file(s) [Pipeline] echo 09:08:41 [edgeXSemver]: initialized semver on version 4.0.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:08:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:08:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:08:41 ========================================================= 09:08:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 09:08:41 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:08:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:08:41 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 09:08:41 43c4264eed91: Pulling fs layer 09:08:41 4cc291be95ef: Pulling fs layer 09:08:41 2ac1f1163629: Pulling fs layer 09:08:41 5c3c966382ef: Pulling fs layer 09:08:41 4f4fb700ef54: Pulling fs layer 09:08:41 5d5c8e513c77: Pulling fs layer 09:08:41 9f66e0745190: Pulling fs layer 09:08:41 f49a43e4bbc0: Pulling fs layer 09:08:41 561ebcabdf7f: Pulling fs layer 09:08:41 5c3c966382ef: Waiting 09:08:41 4f4fb700ef54: Waiting 09:08:41 5d5c8e513c77: Waiting 09:08:41 9f66e0745190: Waiting 09:08:41 f49a43e4bbc0: Waiting 09:08:41 561ebcabdf7f: Waiting 09:08:41 4cc291be95ef: Verifying Checksum 09:08:41 4cc291be95ef: Download complete 09:08:41 5c3c966382ef: Verifying Checksum 09:08:41 5c3c966382ef: Download complete 09:08:41 4f4fb700ef54: Verifying Checksum 09:08:41 4f4fb700ef54: Download complete 09:08:41 5d5c8e513c77: Verifying Checksum 09:08:41 5d5c8e513c77: Download complete 09:08:41 43c4264eed91: Verifying Checksum 09:08:41 43c4264eed91: Download complete 09:08:41 9f66e0745190: Verifying Checksum 09:08:41 9f66e0745190: Download complete 09:08:41 43c4264eed91: Pull complete 09:08:42 561ebcabdf7f: Download complete 09:08:42 4cc291be95ef: Pull complete 09:08:42 2ac1f1163629: Verifying Checksum 09:08:42 2ac1f1163629: Download complete 09:08:42 f49a43e4bbc0: Verifying Checksum 09:08:42 f49a43e4bbc0: Download complete 09:08:45 2ac1f1163629: Pull complete 09:08:46 5c3c966382ef: Pull complete 09:08:46 4f4fb700ef54: Pull complete 09:08:46 5d5c8e513c77: Pull complete 09:08:46 9f66e0745190: Pull complete 09:08:48 f49a43e4bbc0: Pull complete 09:08:48 561ebcabdf7f: Pull complete 09:08:49 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 09:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:08:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 09:08:49 + 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 09:08:49 + docker inspect -f . ci-base-image-x86_64 09:08:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:08:49 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:08:49 $ 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 09:08:54 $ docker top 7f45a58f3ff323791663036c0d7f41168c07da57c2c96a2d0ce5f4492c719d03 -eo pid,comm [Pipeline] { [Pipeline] sh 09:08:54 + go version 09:08:54 go version go1.23.2 linux/amd64 [Pipeline] } 09:08:54 $ docker stop --time=1 7f45a58f3ff323791663036c0d7f41168c07da57c2c96a2d0ce5f4492c719d03 09:08:56 Still waiting to schedule task 09:08:56 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:08:56 $ docker rm -f --volumes 7f45a58f3ff323791663036c0d7f41168c07da57c2c96a2d0ce5f4492c719d03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:56 + docker inspect -f . ci-base-image-x86_64 09:08:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:08:56 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:08:56 $ 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 09:08:57 $ docker top d8d8a34e5d00451f19ee1be05cfbb4be8916f888b9f1da7d1b9d15c8cdb31ef5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:08:57 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh 09:08:57 + make test 09:08:57 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 09:08:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 09:08:57 go: downloading github.com/google/uuid v1.6.0 09:08:57 go: downloading github.com/stretchr/testify v1.9.0 09:08:57 go: downloading github.com/nats-io/nats.go v1.37.0 09:08:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 09:08:58 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:08:58 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:08:58 go: downloading github.com/davecgh/go-spew v1.1.1 09:08:58 go: downloading github.com/pmezard/go-difflib v1.0.0 09:08:58 go: downloading gopkg.in/yaml.v3 v3.0.1 09:08:58 go: downloading github.com/stretchr/objx v0.5.2 09:08:58 go: downloading github.com/klauspost/compress v1.17.2 09:08:58 go: downloading github.com/nats-io/nkeys v0.4.7 09:08:58 go: downloading github.com/nats-io/nuid v1.0.1 09:08:58 go: downloading github.com/gorilla/websocket v1.5.3 09:08:58 go: downloading golang.org/x/net v0.27.0 09:08:58 go: downloading golang.org/x/sync v0.7.0 09:08:58 go: downloading github.com/hashicorp/errwrap v1.0.0 09:08:58 go: downloading github.com/go-playground/validator/v10 v10.22.1 09:08:58 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 09:08:58 go: downloading golang.org/x/crypto v0.25.0 09:08:58 go: downloading github.com/x448/float16 v0.8.4 09:08:58 go: downloading github.com/go-playground/universal-translator v0.18.1 09:08:58 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 09:08:58 go: downloading github.com/leodido/go-urn v1.4.0 09:08:58 go: downloading golang.org/x/text v0.16.0 09:08:58 go: downloading github.com/go-playground/locales v0.14.1 09:08:58 go: downloading golang.org/x/sys v0.22.0 09:09:20 ? github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces [no test files] 09:09:20 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces/mocks coverage: 0.0% of statements 09:09:20 ok github.com/edgexfoundry/go-mod-messaging/v4/clients 1.032s coverage: 86.1% of statements 09:09:20 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/redis/mocks coverage: 0.0% of statements 09:09:20 github.com/edgexfoundry/go-mod-messaging/v4/messaging/mocks coverage: 0.0% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg 6.028s coverage: 19.4% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/mqtt 1.039s coverage: 84.2% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats 1.045s coverage: 85.2% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/jetstream 1.022s coverage: 15.4% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/redis 1.137s coverage: 60.6% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging 1.021s coverage: 87.5% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/mqtt 1.020s coverage: 100.0% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/redis 1.018s coverage: 100.0% of statements 09:09:24 ok github.com/edgexfoundry/go-mod-messaging/v4/pkg/types 1.025s coverage: 95.1% of statements 09:09:39 go vet ./... 09:09:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:09:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:09:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 09:09:41 $ docker stop --time=1 d8d8a34e5d00451f19ee1be05cfbb4be8916f888b9f1da7d1b9d15c8cdb31ef5 09:09:46 $ docker rm -f --volumes d8d8a34e5d00451f19ee1be05cfbb4be8916f888b9f1da7d1b9d15c8cdb31ef5 [Pipeline] // withDockerContainer [Pipeline] sh 09:09:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:09:47 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 09:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:09:47 09:09:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:09:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:09:47 latest: Pulling from edgex-lftools-log-publisher 09:09:47 5eb5b503b376: Pulling fs layer 09:09:47 5c69ac0246d0: Pulling fs layer 09:09:47 ec43610c2a17: Pulling fs layer 09:09:47 3a2ae6a8a46f: Pulling fs layer 09:09:47 33b1e0a273af: Pulling fs layer 09:09:47 5d3b04190fa2: Pulling fs layer 09:09:47 2f39f015ded8: Pulling fs layer 09:09:47 33b1e0a273af: Waiting 09:09:47 5d3b04190fa2: Waiting 09:09:47 2f39f015ded8: Waiting 09:09:47 3a2ae6a8a46f: Waiting 09:09:47 5c69ac0246d0: Verifying Checksum 09:09:47 5c69ac0246d0: Download complete 09:09:47 3a2ae6a8a46f: Verifying Checksum 09:09:47 3a2ae6a8a46f: Download complete 09:09:48 ec43610c2a17: Verifying Checksum 09:09:48 ec43610c2a17: Download complete 09:09:48 33b1e0a273af: Verifying Checksum 09:09:48 33b1e0a273af: Download complete 09:09:48 5d3b04190fa2: Verifying Checksum 09:09:48 5d3b04190fa2: Download complete 09:09:48 5eb5b503b376: Verifying Checksum 09:09:48 5eb5b503b376: Download complete 09:09:48 2f39f015ded8: Download complete 09:09:49 5eb5b503b376: Pull complete 09:09:49 5c69ac0246d0: Pull complete 09:09:50 ec43610c2a17: Pull complete 09:09:50 3a2ae6a8a46f: Pull complete 09:09:50 33b1e0a273af: Pull complete 09:09:50 5d3b04190fa2: Pull complete 09:09:54 2f39f015ded8: Pull complete 09:09:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:09:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:09:54 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:09:54 $ 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 09:10:01 $ docker top aa9e0b27cb8b5d964be7d250d49a0ab74fb2a5166db78e33ec94599ba0ffbc2f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:10:01 ---> job-cost.sh 09:10:01 lf-activate-venv: SKIPPING 09:10:01 INFO: No Stack... 09:10:02 INFO: Retrieving Pricing Info for: v3-standard-8 09:10:02 INFO: Archiving Costs [Pipeline] sh 09:10:02 + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv 09:10:02 + cut -d, -f6 [Pipeline] lock 09:10:02 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] 09:10:02 Resource [jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] did not exist. Created. 09:10:02 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:10:03 + echo total: 0.2199999988079071 [Pipeline] stash 09:10:03 Stashed 1 file(s) [Pipeline] } 09:10:03 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] [Pipeline] // lock [Pipeline] } 09:10:03 $ docker stop --time=1 aa9e0b27cb8b5d964be7d250d49a0ab74fb2a5166db78e33ec94599ba0ffbc2f 09:10:04 $ docker rm -f --volumes aa9e0b27cb8b5d964be7d250d49a0ab74fb2a5166db78e33ec94599ba0ffbc2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:10:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23908 in /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] { [Pipeline] ws 09:10:25 Running in /w/workspace/go-mod-messaging/178 [Pipeline] { [Pipeline] checkout 09:10:25 Selected Git installation does not exist. Using Default 09:10:25 The recommended git tool is: NONE 09:10:29 using credential edgex-jenkins-ssh 09:10:29 Cloning the remote Git repository 09:10:29 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 09:10:29 > git init /w/workspace/go-mod-messaging/178 # timeout=10 09:10:30 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 09:10:30 > git --version # timeout=10 09:10:30 > git --version # 'git version 2.25.1' 09:10:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:10:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 09:10:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:10:32 Avoid second fetch 09:10:32 Checking out Revision 180eacd6481b1035fc58d652e8a604a187d8de0e (main) 09:10:32 Commit message: "Merge pull request #364 from weichou1229/binary-message" 09:10:32 > git config core.sparsecheckout # timeout=10 09:10:32 > git checkout -f 180eacd6481b1035fc58d652e8a604a187d8de0e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:10:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:10:37 % Total % Received % Xferd Average Speed Time Time Time Current 09:10:37 Dload Upload Total Spent Left Speed 09:10:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 96451 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh 09:10:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:10:38 + sudo tee /etc/docker/daemon.new 09:10:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:10:38 { 09:10:38 "registry-mirrors": [ 09:10:38 "https://nexus3.edgexfoundry.org:10001" 09:10:38 ], 09:10:38 "bip": "10.250.0.254/24", 09:10:38 "hosts": [ 09:10:38 "tcp://0.0.0.0:5555", 09:10:38 "unix:///var/run/docker.sock" 09:10:38 ], 09:10:38 "mtu": 1458, 09:10:38 "selinux-enabled": true, 09:10:38 "seccomp-profile": "/etc/docker/seccomp.json" 09:10:38 } [Pipeline] sh 09:10:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:10:38 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 09:10:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:10:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:10:57 ========================================================= 09:10:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 09:10:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:10:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:10:58 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:10:58 cf04c63912e1: Pulling fs layer 09:10:58 55b35a11ae5e: Pulling fs layer 09:10:58 a37a00ec5f00: Pulling fs layer 09:10:58 50b3750afda1: Pulling fs layer 09:10:58 4f4fb700ef54: Pulling fs layer 09:10:58 80978eb59214: Pulling fs layer 09:10:58 c9f46d7d2bd2: Pulling fs layer 09:10:58 c5a475d317c9: Pulling fs layer 09:10:58 80978eb59214: Waiting 09:10:58 c9f46d7d2bd2: Waiting 09:10:58 c5a475d317c9: Waiting 09:10:58 50b3750afda1: Waiting 09:10:58 4f4fb700ef54: Waiting 09:10:58 55b35a11ae5e: Verifying Checksum 09:10:58 55b35a11ae5e: Download complete 09:10:58 50b3750afda1: Verifying Checksum 09:10:58 50b3750afda1: Download complete 09:10:58 4f4fb700ef54: Download complete 09:10:58 80978eb59214: Verifying Checksum 09:10:58 80978eb59214: Download complete 09:10:58 cf04c63912e1: Verifying Checksum 09:10:58 cf04c63912e1: Download complete 09:10:58 c5a475d317c9: Verifying Checksum 09:10:58 c5a475d317c9: Download complete 09:10:59 cf04c63912e1: Pull complete 09:11:00 55b35a11ae5e: Pull complete 09:11:00 a37a00ec5f00: Verifying Checksum 09:11:00 a37a00ec5f00: Download complete 09:11:00 c9f46d7d2bd2: Download complete 09:11:15 a37a00ec5f00: Pull complete 09:11:15 50b3750afda1: Pull complete 09:11:15 4f4fb700ef54: Pull complete 09:11:15 80978eb59214: Pull complete 09:11:22 c9f46d7d2bd2: Pull complete 09:11:23 c5a475d317c9: Pull complete 09:11:23 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 09:11:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:11:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] sh 09:11:24 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:24 + docker inspect -f . ci-base-image-arm64 09:11:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:24 prd-ubuntu20.04-docker-arm64-4c-16g-23908 does not seem to be running inside a container 09:11:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/178 -v /w/workspace/go-mod-messaging/178:/w/workspace/go-mod-messaging/178:rw,z -v /w/workspace/go-mod-messaging/178@tmp:/w/workspace/go-mod-messaging/178@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-arm64 cat 09:11:27 $ docker top 9a89e0a93828d262f05627895c07f38ec2069b99b8184b9b492d13ade0f47258 -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:28 + go version 09:11:28 go version go1.23.2 linux/arm64 [Pipeline] } 09:11:28 $ docker stop --time=1 9a89e0a93828d262f05627895c07f38ec2069b99b8184b9b492d13ade0f47258 09:11:30 $ docker rm -f --volumes 9a89e0a93828d262f05627895c07f38ec2069b99b8184b9b492d13ade0f47258 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:31 + docker inspect -f . ci-base-image-arm64 09:11:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:31 prd-ubuntu20.04-docker-arm64-4c-16g-23908 does not seem to be running inside a container 09:11:31 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-messaging/178 -v /w/workspace/go-mod-messaging/178:/w/workspace/go-mod-messaging/178:rw,z -v /w/workspace/go-mod-messaging/178@tmp:/w/workspace/go-mod-messaging/178@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-arm64 cat 09:11:32 $ docker top ce1f788a7d15c62ee9f26245afc28412474bae24b48121dbe8dbe06290f1f175 -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:33 + git config --global --add safe.directory /w/workspace/go-mod-messaging/178 [Pipeline] fileExists [Pipeline] sh 09:11:33 + make test 09:11:33 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 09:11:33 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:11:33 go: downloading github.com/nats-io/nats.go v1.37.0 09:11:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.2 09:11:34 go: downloading github.com/google/uuid v1.6.0 09:11:34 go: downloading github.com/stretchr/testify v1.9.0 09:11:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 09:11:34 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:11:34 go: downloading github.com/hashicorp/errwrap v1.0.0 09:11:34 go: downloading github.com/go-playground/validator/v10 v10.22.1 09:11:34 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 09:11:35 go: downloading github.com/klauspost/compress v1.17.2 09:11:35 go: downloading github.com/nats-io/nkeys v0.4.7 09:11:35 go: downloading github.com/nats-io/nuid v1.0.1 09:11:35 go: downloading github.com/pmezard/go-difflib v1.0.0 09:11:35 go: downloading github.com/davecgh/go-spew v1.1.1 09:11:35 go: downloading gopkg.in/yaml.v3 v3.0.1 09:11:35 go: downloading github.com/stretchr/objx v0.5.2 09:11:35 go: downloading github.com/gorilla/websocket v1.5.3 09:11:35 go: downloading golang.org/x/net v0.27.0 09:11:35 go: downloading golang.org/x/sync v0.7.0 09:11:35 go: downloading github.com/x448/float16 v0.8.4 09:11:35 go: downloading golang.org/x/crypto v0.25.0 09:11:36 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 09:11:36 go: downloading github.com/go-playground/universal-translator v0.18.1 09:11:36 go: downloading github.com/leodido/go-urn v1.4.0 09:11:36 go: downloading golang.org/x/text v0.16.0 09:11:37 go: downloading github.com/go-playground/locales v0.14.1 09:11:40 go: downloading golang.org/x/sys v0.22.0 09:13:47 ok github.com/edgexfoundry/go-mod-messaging/v4/clients 1.160s coverage: 86.1% of statements 09:13:47 ? github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces [no test files] 09:13:47 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces/mocks coverage: 0.0% of statements 09:13:47 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/redis/mocks coverage: 0.0% of statements 09:13:47 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg 6.105s coverage: 19.4% of statements 09:13:47 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/mqtt 1.219s coverage: 84.2% of statements 09:13:47 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats 1.233s coverage: 85.2% of statements 09:13:47 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/jetstream 1.105s coverage: 15.4% of statements 09:13:47 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/redis 1.273s coverage: 60.6% of statements 09:13:47 github.com/edgexfoundry/go-mod-messaging/v4/messaging/mocks coverage: 0.0% of statements 09:13:48 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging 1.097s coverage: 87.5% of statements 09:13:49 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/mqtt 1.086s coverage: 100.0% of statements 09:13:49 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/redis 1.071s coverage: 100.0% of statements 09:13:52 ok github.com/edgexfoundry/go-mod-messaging/v4/pkg/types 1.098s coverage: 95.1% of statements 09:13:53 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:13:53 go vet ./... 09:15:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:15:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:15:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 09:15:45 $ docker stop --time=1 ce1f788a7d15c62ee9f26245afc28412474bae24b48121dbe8dbe06290f1f175 09:15:46 $ docker rm -f --volumes ce1f788a7d15c62ee9f26245afc28412474bae24b48121dbe8dbe06290f1f175 [Pipeline] // withDockerContainer [Pipeline] sh 09:15:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:15:49 Warning: overwriting stash ‘coverage-report’ 09:15:49 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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:15:50 09:15:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:15:50 arm64: Pulling from edgex-lftools-log-publisher 09:15:50 8998bd30e6a1: Pulling fs layer 09:15:50 04944245beec: Pulling fs layer 09:15:50 699f458cf7ca: Pulling fs layer 09:15:50 765212b225bb: Pulling fs layer 09:15:50 f23df028b6ca: Pulling fs layer 09:15:50 d65c8cfc05b1: Pulling fs layer 09:15:50 2437ff75d9bd: Pulling fs layer 09:15:50 765212b225bb: Waiting 09:15:50 f23df028b6ca: Waiting 09:15:50 d65c8cfc05b1: Waiting 09:15:50 2437ff75d9bd: Waiting 09:15:50 04944245beec: Verifying Checksum 09:15:50 04944245beec: Download complete 09:15:50 765212b225bb: Verifying Checksum 09:15:50 765212b225bb: Download complete 09:15:50 f23df028b6ca: Verifying Checksum 09:15:50 f23df028b6ca: Download complete 09:15:50 d65c8cfc05b1: Verifying Checksum 09:15:50 d65c8cfc05b1: Download complete 09:15:51 699f458cf7ca: Verifying Checksum 09:15:51 699f458cf7ca: Download complete 09:15:51 8998bd30e6a1: Verifying Checksum 09:15:51 8998bd30e6a1: Download complete 09:15:54 2437ff75d9bd: Verifying Checksum 09:15:54 2437ff75d9bd: Download complete 09:15:56 8998bd30e6a1: Pull complete 09:15:56 04944245beec: Pull complete 09:15:58 699f458cf7ca: Pull complete 09:15:58 765212b225bb: Pull complete 09:15:59 f23df028b6ca: Pull complete 09:15:59 d65c8cfc05b1: Pull complete 09:16:17 2437ff75d9bd: Pull complete 09:16:17 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:16:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:16:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:17 prd-ubuntu20.04-docker-arm64-4c-16g-23908 does not seem to be running inside a container 09:16:17 $ 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/go-mod-messaging/178 -v /w/workspace/go-mod-messaging/178:/w/workspace/go-mod-messaging/178:rw,z -v /w/workspace/go-mod-messaging/178@tmp:/w/workspace/go-mod-messaging/178@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:arm64 cat 09:16:20 $ docker top 9d86d317989a7b39354bf02ee12017c1448576afff072373af69f6250a6c0dcc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:16:20 ---> job-cost.sh 09:16:20 lf-activate-venv: SKIPPING 09:16:20 INFO: No Stack... 09:16:21 INFO: Retrieving Pricing Info for: v3-standard-4 09:16:22 INFO: Archiving Costs [Pipeline] sh 09:16:22 + cat /w/workspace/go-mod-messaging/178/archives/cost.csv 09:16:22 + cut -d, -f6 [Pipeline] lock 09:16:22 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] 09:16:22 Resource [jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] did not exist. Created. 09:16:22 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:16:22 /w/workspace/go-mod-messaging/178@tmp/durable-ffa94ab2/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:16:23 + echo total: 0.10999999940395355 [Pipeline] stash 09:16:23 Warning: overwriting stash ‘stack-cost’ 09:16:23 Stashed 1 file(s) [Pipeline] } 09:16:23 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-main-178-stack-cost] [Pipeline] // lock [Pipeline] } 09:16:23 $ docker stop --time=1 9d86d317989a7b39354bf02ee12017c1448576afff072373af69f6250a6c0dcc 09:16:24 $ docker rm -f --volumes 9d86d317989a7b39354bf02ee12017c1448576afff072373af69f6250a6c0dcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 09:16:25 provisioning config files... 09:16:25 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config7410750489043722618tmp [Pipeline] { [Pipeline] sh 09:16:25 + set +x 09:16:25 + curl -s https://codecov.io/bash 09:16:25 + bash -s -- 09:16:25 09:16:25 _____ _ 09:16:25 / ____| | | 09:16:25 | | ___ __| | ___ ___ _____ __ 09:16:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:16:25 | |___| (_) | (_| | __/ (_| (_) \ V / 09:16:25 \_____\___/ \__,_|\___|\___\___/ \_/ 09:16:25 Bash-1.0.6 09:16:25 09:16:25 09:16:25 ==> git version 2.25.1 found 09:16:25 ==> 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 09:16:25 Release-Date: 2020-01-08 09:16:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:16:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:16:25 ==> Jenkins CI detected. 09:16:25 current dir:  /w/workspace/gexfoundry_go-mod-messaging_main 09:16:25 project root: . 09:16:25 --> token set from env 09:16:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:16:25 ==> Running gcov in . (disable via -X gcov) 09:16:25 ==> Python coveragepy not found 09:16:25 ==> Searching for coverage reports in: 09:16:25 + . 09:16:25 -> Found 1 reports 09:16:25 ==> Detecting git/mercurial file structure 09:16:25 ==> Reading reports 09:16:25 + ./coverage.out bytes=68118 09:16:25 ==> Appending adjustments 09:16:25 https://docs.codecov.io/docs/fixing-reports 09:16:26 + Found adjustments 09:16:26 ==> Gzipping contents 09:16:26 12K /tmp/codecov.ej4l9E.gz 09:16:26 ==> Uploading reports 09:16:26 url: https://codecov.io 09:16:26 query: branch=main&commit=180eacd6481b1035fc58d652e8a604a187d8de0e&build=178&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F178%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 09:16:26 -> Pinging Codecov 09:16:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=180eacd6481b1035fc58d652e8a604a187d8de0e&build=178&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F178%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 09:16:26 -> Uploading to 09:16:26 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/go-mod-messaging/180eacd6481b1035fc58d652e8a604a187d8de0e/d98ebe54-303e-40a1-8a59-6cb53084a49c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241028%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241028T091626Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=0d9e0a5e5156dced9febb0d7246726cdd35afe3b65a0101a346ab148e1d4ffe4 09:16:26 % Total % Received % Xferd Average Speed Time Time Time Current 09:16:26 Dload Upload Total Spent Left Speed 09:16:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10171 0 0 100 10171 0 42915 --:--:-- --:--:-- --:--:-- 43097 09:16:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/180eacd6481b1035fc58d652e8a604a187d8de0e [Pipeline] } 09:16:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:16:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:16:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:16:27 09:16:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:16:27 latest: Pulling from edgex-devops/edgex-snyk-go 09:16:27 43c4264eed91: Already exists 09:16:27 4cc291be95ef: Already exists 09:16:27 2ac1f1163629: Already exists 09:16:27 5c3c966382ef: Already exists 09:16:27 4f4fb700ef54: Already exists 09:16:27 d9c7d2e4e75e: Pulling fs layer 09:16:27 9c3e1370e548: Pulling fs layer 09:16:27 d9c7d2e4e75e: Verifying Checksum 09:16:27 d9c7d2e4e75e: Download complete 09:16:27 d9c7d2e4e75e: Pull complete 09:16:28 9c3e1370e548: Verifying Checksum 09:16:28 9c3e1370e548: Download complete 09:16:31 9c3e1370e548: Pull complete 09:16:31 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 09:16:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:16:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:31 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:16:32 $ 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 09:16:33 $ docker top 2c7e564545e7c54e39977e5151ee590230ae14cf951164fe235d12a2b8ff8baf -eo pid,comm [Pipeline] { [Pipeline] sh 09:16:34 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] echo 09:16:34 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh 09:16:34 + set -o pipefail 09:16:34 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' 09:16:39 09:16:39 Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v4)... 09:16:39 09:16:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e131b10b-624f-4025-a5e9-a0c923ea2edd/history/83e3a5f0-94b1-4fb4-856e-803c0391dfac 09:16:39 09:16:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:16:39 [Pipeline] } 09:16:39 $ docker stop --time=1 2c7e564545e7c54e39977e5151ee590230ae14cf951164fe235d12a2b8ff8baf 09:16:43 $ docker rm -f --volumes 2c7e564545e7c54e39977e5151ee590230ae14cf951164fe235d12a2b8ff8baf [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 09:16:44 + git log --format=format:%s -1 180eacd6481b1035fc58d652e8a604a187d8de0e [Pipeline] sh 09:16:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:16:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:16:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:44 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:16:44 $ 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 09:16:45 $ docker top b52d0e2b66b8a614e8c4aeb102ac44ba7f2feb06973cfae7a5ca3f10fede60f9 -eo pid,comm 09:16:45 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). 09:16:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:16:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:16:45 [ssh-agent] Looking for ssh-agent implementation... 09:16:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:16:45 $ docker exec b52d0e2b66b8a614e8c4aeb102ac44ba7f2feb06973cfae7a5ca3f10fede60f9 ssh-agent 09:16:45 SSH_AUTH_SOCK=/tmp/ssh-3ggFmMTa7GJW/agent.31 09:16:45 SSH_AGENT_PID=37 09:16:45 Running ssh-add (command line suppressed) 09:16:45 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_34670467335493352.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_34670467335493352.key) 09:16:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:16:46 + git semver tag 09:16:46 2024-10-28 09:16:46,227 [run_tag] DEBUG tag force:False 09:16:46 2024-10-28 09:16:46,227 [check_head_tag] DEBUG check head tag 09:16:46 2024-10-28 09:16:46,229 [execute] INFO git cat-file --batch-check 09:16:46 2024-10-28 09:16:46,229 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) 09:16:46 2024-10-28 09:16:46,231 [execute] INFO git cat-file --batch 09:16:46 2024-10-28 09:16:46,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) 09:16:46 2024-10-28 09:16:46,260 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:16:46 2024-10-28 09:16:46,260 [execute] INFO git tag -a v4.0.0-dev.3 -m v4.0.0-dev.3 09:16:46 2024-10-28 09:16:46,260 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.3', '-m', 'v4.0.0-dev.3'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 09:16:46 2024-10-28 09:16:46,263 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:16:46 4.0.0-dev.3 [Pipeline] } 09:16:46 $ docker exec --env ******** --env ******** b52d0e2b66b8a614e8c4aeb102ac44ba7f2feb06973cfae7a5ca3f10fede60f9 ssh-agent -k 09:16:46 unset SSH_AUTH_SOCK; 09:16:46 unset SSH_AGENT_PID; 09:16:46 echo Agent pid 37 killed; 09:16:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:16:46 + git semver [Pipeline] } 09:16:46 $ docker stop --time=1 b52d0e2b66b8a614e8c4aeb102ac44ba7f2feb06973cfae7a5ca3f10fede60f9 09:16:48 $ docker rm -f --volumes b52d0e2b66b8a614e8c4aeb102ac44ba7f2feb06973cfae7a5ca3f10fede60f9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:16:48 09:16:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:16:48 0.23.1-centos7: Pulling from edgex-lftools 09:16:48 ab5ef0e58194: Pulling fs layer 09:16:48 9712f1f96733: Pulling fs layer 09:16:48 63f879dbbcfc: Pulling fs layer 09:16:48 0d9ebad4ef96: Pulling fs layer 09:16:48 e9a5061849ea: Pulling fs layer 09:16:48 d747dcd14b5f: Pulling fs layer 09:16:48 2de7ff778b66: Pulling fs layer 09:16:48 e9a5061849ea: Waiting 09:16:48 d747dcd14b5f: Waiting 09:16:48 2de7ff778b66: Waiting 09:16:48 0d9ebad4ef96: Waiting 09:16:48 9712f1f96733: Verifying Checksum 09:16:48 9712f1f96733: Download complete 09:16:49 63f879dbbcfc: Verifying Checksum 09:16:49 63f879dbbcfc: Download complete 09:16:49 e9a5061849ea: Verifying Checksum 09:16:49 e9a5061849ea: Download complete 09:16:49 d747dcd14b5f: Verifying Checksum 09:16:49 0d9ebad4ef96: Verifying Checksum 09:16:49 0d9ebad4ef96: Download complete 09:16:49 ab5ef0e58194: Verifying Checksum 09:16:49 ab5ef0e58194: Download complete 09:16:49 2de7ff778b66: Verifying Checksum 09:16:49 2de7ff778b66: Download complete 09:16:52 ab5ef0e58194: Pull complete 09:16:52 9712f1f96733: Pull complete 09:16:53 63f879dbbcfc: Pull complete 09:16:56 0d9ebad4ef96: Pull complete 09:16:56 e9a5061849ea: Pull complete 09:16:56 d747dcd14b5f: Pull complete 09:16:57 2de7ff778b66: Pull complete 09:16:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:16:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:16:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:16:57 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:16: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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:17:05 $ docker top dc904c3b1f17d668959681f0f61008293849141df114d3d1877266691f8eaf31 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:17:05 provisioning config files... 09:17:05 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config3441858042345781334tmp 09:17:05 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config9030704177286646041tmp 09:17:05 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config4810567655479019595tmp [Pipeline] { [Pipeline] echo 09:17:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:17:05 ---> sigul-configuration.sh 09:17:05 gpg: directory `/root/.gnupg' created 09:17:05 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:17:05 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:17:05 gpg: keyring `/root/.gnupg/secring.gpg' created 09:17:05 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:17:05 gpg: CAST5 encrypted data 09:17:05 gpg: encrypted with 1 passphrase 09:17:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:17:05 + mkdir /home/jenkins 09:17:05 + mkdir /home/jenkins/sigul [Pipeline] sh 09:17:06 + 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 09:17:06 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:17:06 ---> sigul-install.sh 09:17:06 Sigul already installed; skipping installation. [Pipeline] sh 09:17:06 + git tag --list 09:17:06 v0.0.0 09:17:06 v0.1.0 09:17:06 v0.1.1 09:17:06 v0.1.10 09:17:06 v0.1.11 09:17:06 v0.1.12 09:17:06 v0.1.13 09:17:06 v0.1.14 09:17:06 v0.1.15 09:17:06 v0.1.16 09:17:06 v0.1.17 09:17:06 v0.1.18 09:17:06 v0.1.19 09:17:06 v0.1.2 09:17:06 v0.1.20 09:17:06 v0.1.21 09:17:06 v0.1.22 09:17:06 v0.1.23 09:17:06 v0.1.24 09:17:06 v0.1.25 09:17:06 v0.1.26 09:17:06 v0.1.27 09:17:06 v0.1.28 09:17:06 v0.1.29 09:17:06 v0.1.3 09:17:06 v0.1.30 09:17:06 v0.1.31 09:17:06 v0.1.4 09:17:06 v0.1.5 09:17:06 v0.1.6 09:17:06 v0.1.7 09:17:06 v0.1.8 09:17:06 v0.1.9 09:17:06 v2.0.0 09:17:06 v2.0.1 09:17:06 v2.1.0 09:17:06 v2.1.1 09:17:06 v2.2.0 09:17:06 v2.3.0 09:17:06 v3.0 09:17:06 v3.0.0 09:17:06 v3.1 09:17:06 v3.1.0 09:17:06 v3.1.0-dev.1 09:17:06 v3.1.0-dev.10 09:17:06 v3.1.0-dev.11 09:17:06 v3.1.0-dev.12 09:17:06 v3.1.0-dev.13 09:17:06 v3.1.0-dev.14 09:17:06 v3.1.0-dev.15 09:17:06 v3.1.0-dev.16 09:17:06 v3.1.0-dev.17 09:17:06 v3.1.0-dev.18 09:17:06 v3.1.0-dev.19 09:17:06 v3.1.0-dev.2 09:17:06 v3.1.0-dev.20 09:17:06 v3.1.0-dev.21 09:17:06 v3.1.0-dev.22 09:17:06 v3.1.0-dev.23 09:17:06 v3.1.0-dev.24 09:17:06 v3.1.0-dev.25 09:17:06 v3.1.0-dev.26 09:17:06 v3.1.0-dev.27 09:17:06 v3.1.0-dev.28 09:17:06 v3.1.0-dev.29 09:17:06 v3.1.0-dev.3 09:17:06 v3.1.0-dev.30 09:17:06 v3.1.0-dev.31 09:17:06 v3.1.0-dev.32 09:17:06 v3.1.0-dev.33 09:17:06 v3.1.0-dev.4 09:17:06 v3.1.0-dev.5 09:17:06 v3.1.0-dev.6 09:17:06 v3.1.0-dev.7 09:17:06 v3.1.0-dev.8 09:17:06 v3.1.0-dev.9 09:17:06 v3.2.0-dev.1 09:17:06 v3.2.0-dev.10 09:17:06 v3.2.0-dev.11 09:17:06 v3.2.0-dev.12 09:17:06 v3.2.0-dev.13 09:17:06 v3.2.0-dev.14 09:17:06 v3.2.0-dev.15 09:17:06 v3.2.0-dev.16 09:17:06 v3.2.0-dev.17 09:17:06 v3.2.0-dev.18 09:17:06 v3.2.0-dev.19 09:17:06 v3.2.0-dev.2 09:17:06 v3.2.0-dev.20 09:17:06 v3.2.0-dev.21 09:17:06 v3.2.0-dev.22 09:17:06 v3.2.0-dev.23 09:17:06 v3.2.0-dev.24 09:17:06 v3.2.0-dev.25 09:17:06 v3.2.0-dev.26 09:17:06 v3.2.0-dev.27 09:17:06 v3.2.0-dev.28 09:17:06 v3.2.0-dev.29 09:17:06 v3.2.0-dev.3 09:17:06 v3.2.0-dev.30 09:17:06 v3.2.0-dev.31 09:17:06 v3.2.0-dev.32 09:17:06 v3.2.0-dev.33 09:17:06 v3.2.0-dev.34 09:17:06 v3.2.0-dev.35 09:17:06 v3.2.0-dev.36 09:17:06 v3.2.0-dev.37 09:17:06 v3.2.0-dev.38 09:17:06 v3.2.0-dev.39 09:17:06 v3.2.0-dev.4 09:17:06 v3.2.0-dev.40 09:17:06 v3.2.0-dev.41 09:17:06 v3.2.0-dev.42 09:17:06 v3.2.0-dev.5 09:17:06 v3.2.0-dev.6 09:17:06 v3.2.0-dev.7 09:17:06 v3.2.0-dev.8 09:17:06 v3.2.0-dev.9 09:17:06 v4.0.0-dev.1 09:17:06 v4.0.0-dev.2 09:17:06 v4.0.0-dev.3 [Pipeline] sh 09:17:06 + lftools sign git-tag v4.0.0-dev.3 09:17:07 Signing Git tag with Sigul... 09:17:07 Signing v4.0.0-dev.3 [Pipeline] echo 09:17:07 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:17:08 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:17:08 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:17:08 $ docker stop --time=1 dc904c3b1f17d668959681f0f61008293849141df114d3d1877266691f8eaf31 09:17:09 $ docker rm -f --volumes dc904c3b1f17d668959681f0f61008293849141df114d3d1877266691f8eaf31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:17:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:17:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:17:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:10 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:17: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:17:10 $ docker top f7f599bd10850305b6d87e017d40c858e5998c6424e8f81db22e0df83dda7c3c -eo pid,comm 09:17:10 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). 09:17:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:17:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:17:10 [ssh-agent] Looking for ssh-agent implementation... 09:17:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:17:11 $ docker exec f7f599bd10850305b6d87e017d40c858e5998c6424e8f81db22e0df83dda7c3c ssh-agent 09:17:11 SSH_AUTH_SOCK=/tmp/ssh-qlnx2lf1fYzP/agent.33 09:17:11 SSH_AGENT_PID=39 09:17:11 Running ssh-add (command line suppressed) 09:17:11 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_6493612180030245672.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_6493612180030245672.key) 09:17:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:17:11 + git semver bump pre 09:17:11 2024-10-28 09:17:11,744 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:17:11 2024-10-28 09:17:11,744 [bump_version] DEBUG bumping version:4.0.0-dev.3 on axis:pre with prefix:dev 09:17:11 2024-10-28 09:17:11,745 [bump_version] DEBUG bumped version:4.0.0-dev.4 09:17:11 2024-10-28 09:17:11,745 [write_version] DEBUG write version:4.0.0-dev.4 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True 09:17:11 2024-10-28 09:17:11,745 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:17:11 2024-10-28 09:17:11,745 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:17:11 2024-10-28 09:17:11,747 [execute] INFO git cat-file --batch-check 09:17:11 2024-10-28 09:17:11,747 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 09:17:11 2024-10-28 09:17:11,754 [execute] INFO git cat-file --batch 09:17:11 2024-10-28 09:17:11,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 09:17:11 2024-10-28 09:17:11,761 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:17:11 4.0.0-dev.4 [Pipeline] } 09:17:11 $ docker exec --env ******** --env ******** f7f599bd10850305b6d87e017d40c858e5998c6424e8f81db22e0df83dda7c3c ssh-agent -k 09:17:11 unset SSH_AUTH_SOCK; 09:17:11 unset SSH_AGENT_PID; 09:17:11 echo Agent pid 39 killed; 09:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:17:12 + git semver [Pipeline] } 09:17:12 $ docker stop --time=1 f7f599bd10850305b6d87e017d40c858e5998c6424e8f81db22e0df83dda7c3c 09:17:13 $ docker rm -f --volumes f7f599bd10850305b6d87e017d40c858e5998c6424e8f81db22e0df83dda7c3c [Pipeline] // withDockerContainer [Pipeline] sh 09:17:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:17:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:17:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:14 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:17:14 $ 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 09:17:14 $ docker top ad7e1f56a4f7635ffdb6be1fb9d6aadc909b1cb81645fb6d31085389192333ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:17:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:17:15 [ssh-agent] Looking for ssh-agent implementation... 09:17:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:17:15 $ docker exec ad7e1f56a4f7635ffdb6be1fb9d6aadc909b1cb81645fb6d31085389192333ce ssh-agent 09:17:15 SSH_AUTH_SOCK=/tmp/ssh-Qts40B0RFasV/agent.33 09:17:15 SSH_AGENT_PID=39 09:17:15 Running ssh-add (command line suppressed) 09:17:15 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_5873984348563098153.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_5873984348563098153.key) 09:17:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:17:15 + git semver push 09:17:15 2024-10-28 09:17:15,900 [run_push] DEBUG push 09:17:15 2024-10-28 09:17:15,900 [execute] INFO git cat-file --batch-check 09:17:15 2024-10-28 09:17:15,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 09:17:15 2024-10-28 09:17:15,905 [execute] INFO git rev-list 4634b0d3a480375ef3136d36961e598554a50dcd -- 09:17:15 2024-10-28 09:17:15,905 [execute] DEBUG Popen(['git', 'rev-list', '4634b0d3a480375ef3136d36961e598554a50dcd', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 09:17:15 2024-10-28 09:17:15,915 [execute] INFO git fetch -v origin 09:17:15 2024-10-28 09:17:15,916 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) 09:17:16 2024-10-28 09:17:16,334 [run_push] DEBUG no remote changes detected 09:17:16 2024-10-28 09:17:16,334 [execute] INFO git push origin semver 09:17:16 2024-10-28 09:17:16,334 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 09:17:17 2024-10-28 09:17:17,062 [run_push] DEBUG push all version tags 09:17:17 2024-10-28 09:17:17,063 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:17:17 2024-10-28 09:17:17,063 [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) 09:17:18 2024-10-28 09:17:17,681 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 09:17:18 4.0.0-dev.4 [Pipeline] } 09:17:18 $ docker exec --env ******** --env ******** ad7e1f56a4f7635ffdb6be1fb9d6aadc909b1cb81645fb6d31085389192333ce ssh-agent -k 09:17:18 unset SSH_AUTH_SOCK; 09:17:18 unset SSH_AGENT_PID; 09:17:18 echo Agent pid 39 killed; 09:17:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:17:18 + git semver [Pipeline] } 09:17:18 $ docker stop --time=1 ad7e1f56a4f7635ffdb6be1fb9d6aadc909b1cb81645fb6d31085389192333ce 09:17:20 $ docker rm -f --volumes ad7e1f56a4f7635ffdb6be1fb9d6aadc909b1cb81645fb6d31085389192333ce [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 09:17:20 + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] 09:17:20 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 09:17:20 total 16 09:17:20 drwxr-xr-x 3 root root 4096 Oct 28 09:10 . 09:17:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 28 09:17 .. 09:17:20 drwxr-xr-x 2 root root 4096 Oct 28 09:10 cost 09:17:20 -rw-r--r-- 1 root root 88 Oct 28 09:10 cost.csv 09:17:20 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives 09:17:20 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 09:17:20 total 16 09:17:20 drwxr-xr-x 3 jenkins jenkins 4096 Oct 28 09:10 . 09:17:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 28 09:17 .. 09:17:20 drwxr-xr-x 2 jenkins jenkins 4096 Oct 28 09:10 cost 09:17:20 -rw-r--r-- 1 jenkins jenkins 88 Oct 28 09:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:17:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:17:21 ---> package-listing.sh 09:17:21 ++ facter osfamily 09:17:21 ++ tr '[:upper:]' '[:lower:]' 09:17:22 + OS_FAMILY=debian 09:17:22 + workspace=/w/workspace/gexfoundry_go-mod-messaging_main 09:17:22 + START_PACKAGES=/tmp/packages_start.txt 09:17:22 + END_PACKAGES=/tmp/packages_end.txt 09:17:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:17:22 + PACKAGES=/tmp/packages_start.txt 09:17:22 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 09:17:22 + PACKAGES=/tmp/packages_end.txt 09:17:22 + case "${OS_FAMILY}" in 09:17:22 + dpkg -l 09:17:22 + grep '^ii' 09:17:22 + '[' -f /tmp/packages_start.txt ']' 09:17:22 + '[' -f /tmp/packages_end.txt ']' 09:17:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:17:22 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 09:17:22 + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ 09:17:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [Pipeline] echo 09:17:22 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 09:17:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:17:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:23 prd-ubuntu20.04-docker-8c-8g-23907 does not seem to be running inside a container 09:17:23 $ 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 09:17:23 $ docker top 7fcd4acbf4cb4cfc94728563499c31695c436d855b4953152b01ee192cc1f0dc -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:23 + touch /tmp/pre-build-complete [Pipeline] sh 09:17:23 + mkdir -p /var/log/sysstat [Pipeline] sh 09:17:24 + ls /var/log/sa-host 09:17:24 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:17:24 provisioning config files... 09:17:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config4131423747460628889tmp [Pipeline] { [Pipeline] echo 09:17:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:17:24 ---> create-netrc.sh [Pipeline] } 09:17:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:17:25 ---> python-tools-install.sh [Pipeline] echo 09:17:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:17:25 ---> sudo-logs.sh 09:17:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:17:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:17:25 ---> job-cost.sh 09:17:25 lf-activate-venv: SKIPPING 09:17:25 DEBUG: total: 0.2199999988079071 09:17:25 INFO: Retrieving Stack Cost... 09:17:25 INFO: Retrieving Pricing Info for: v3-standard-8 09:17:26 INFO: Archiving Costs [Pipeline] echo 09:17:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:17:26 ---> logs-deploy.sh 09:17:26 lf-activate-venv: SKIPPING 09:17:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/178 09:17:26 INFO: archiving workspace using pattern(s): 09:17:27 Archives upload complete. 09:17:27 INFO: archiving logs to Nexus