Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4800511144e73b5458a1d215764f0cd5a9b878c6 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-ssh15382085311639364365.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh17291721373792128790.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 f3350a1713306dce7682ed7e37d5774890d03277 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-ssh7903610772298992869.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh5805133456322587829.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-ssh4617431345960083586.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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9932 in /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/gexfoundry_go-mod-messaging_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4800511144e73b5458a1d215764f0cd5a9b878c6 (main) Commit message: "Merge pull request #352 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.2.0-dev.45" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4800511144e73b5458a1d215764f0cd5a9b878c6 # timeout=10 > git rev-list --no-walk 8694c62d5714c3430919640f7e97eae5379f9bfa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-09-10T02:39:36.561Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-09-10T02:39:36.651Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-09-10T02:39:36.686Z] ========================================================= [2024-09-10T02:39:36.686Z] EdgeX Global Pipelines Version Info [2024-09-10T02:39:36.686Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:39:37.419Z] ------------------- [2024-09-10T02:39:37.419Z] stable info: [2024-09-10T02:39:37.419Z] ------------------- [2024-09-10T02:39:37.419Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-10T02:39:37.419Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-10T02:39:37.419Z] Message: update stable to v1.0.263 [2024-09-10T02:39:37.996Z] ------------------- [2024-09-10T02:39:37.996Z] experimental info: [2024-09-10T02:39:37.996Z] ------------------- [2024-09-10T02:39:37.996Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-09-10T02:39:37.996Z] Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 [2024-09-10T02:39:37.996Z] Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-09-10T02:39:38.077Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2024-09-10T02:39:38.098Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2024-09-10T02:39:38.121Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-09-10T02:39:38.138Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-09-10T02:39:38.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-09-10T02:39:38.179Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-09-10T02:39:38.201Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-09-10T02:39:38.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-09-10T02:39:38.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-09-10T02:39:38.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-09-10T02:39:38.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-09-10T02:39:38.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo [2024-09-10T02:39:38.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-09-10T02:39:38.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-09-10T02:39:38.383Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2024-09-10T02:39:38.410Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-09-10T02:39:38.434Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-09-10T02:39:38.458Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-09-10T02:39:38.477Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-09-10T02:39:38.498Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-09-10T02:39:38.525Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-09-10T02:39:38.548Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-09-10T02:39:38.574Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-09-10T02:39:38.602Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-09-10T02:39:38.625Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2024-09-10T02:39:38.648Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-09-10T02:39:38.673Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-09-10T02:39:38.698Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-09-10T02:39:38.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-09-10T02:39:38.744Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-09-10T02:39:38.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4800511144e73b5458a1d215764f0cd5a9b878c6 [Pipeline] echo [2024-09-10T02:39:38.795Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4800511 [Pipeline] echo [2024-09-10T02:39:38.823Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-09-10T02:39:39.197Z] + git rev-list -1 --merges 4800511144e73b5458a1d215764f0cd5a9b878c6~1..4800511144e73b5458a1d215764f0cd5a9b878c6 [Pipeline] echo [2024-09-10T02:39:39.229Z] -----------> git rev-list -1 --merges 4800511144e73b5458a1d215764f0cd5a9b878c6~1..4800511144e73b5458a1d215764f0cd5a9b878c6 4800511144e73b5458a1d215764f0cd5a9b878c6 [2024-09-10T02:39:39.229Z] 4800511144e73b5458a1d215764f0cd5a9b878c6 [false] [Pipeline] sh [2024-09-10T02:39:39.526Z] + git log --format=format:%s -1 4800511144e73b5458a1d215764f0cd5a9b878c6 [Pipeline] echo [2024-09-10T02:39:39.543Z] ========================================================= [2024-09-10T02:39:39.543Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-09-10T02:39:39.543Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-10T02:39:39.890Z] + git log --format=format:%s -1 4800511144e73b5458a1d215764f0cd5a9b878c6 [Pipeline] echo [2024-09-10T02:39:39.899Z] [semverPrep] GIT_COMMIT: 4800511144e73b5458a1d215764f0cd5a9b878c6, Commit Message: Merge pull request #352 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.2.0-dev.45 [Pipeline] echo [2024-09-10T02:39:39.913Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-09-10T02:39:40.284Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-10T02:39:40.284Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-09-10T02:39:40.284Z] + [ -e /tmp/ssh_known_hosts ] [2024-09-10T02:39:40.284Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-09-10T02:39:40.284Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-09-10T02:39:40.284Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-09-10T02:39:40.284Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:39:40.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-10T02:39:40.635Z] [2024-09-10T02:39:40.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:39:40.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-10T02:39:40.953Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-09-10T02:39:40.953Z] b85a868b505f: Pulling fs layer [2024-09-10T02:39:40.953Z] e2be974225ed: Pulling fs layer [2024-09-10T02:39:40.953Z] 339a4e72a1f5: Pulling fs layer [2024-09-10T02:39:40.953Z] 988bab9f4d93: Pulling fs layer [2024-09-10T02:39:40.953Z] 1469e6f7b9e6: Pulling fs layer [2024-09-10T02:39:40.953Z] eaf3925da568: Pulling fs layer [2024-09-10T02:39:40.953Z] bab4dde63d76: Pulling fs layer [2024-09-10T02:39:40.953Z] bde34c3a00c8: Pulling fs layer [2024-09-10T02:39:40.953Z] b352a97aabf1: Pulling fs layer [2024-09-10T02:39:40.953Z] 4872d77fe225: Pulling fs layer [2024-09-10T02:39:40.953Z] 5851b861e8e6: Pulling fs layer [2024-09-10T02:39:40.953Z] bde34c3a00c8: Waiting [2024-09-10T02:39:40.953Z] bab4dde63d76: Waiting [2024-09-10T02:39:40.953Z] 5851b861e8e6: Waiting [2024-09-10T02:39:40.953Z] 988bab9f4d93: Waiting [2024-09-10T02:39:40.953Z] b352a97aabf1: Waiting [2024-09-10T02:39:40.953Z] 4872d77fe225: Waiting [2024-09-10T02:39:40.953Z] 1469e6f7b9e6: Waiting [2024-09-10T02:39:40.953Z] eaf3925da568: Waiting [2024-09-10T02:39:40.953Z] e2be974225ed: Verifying Checksum [2024-09-10T02:39:40.953Z] e2be974225ed: Download complete [2024-09-10T02:39:40.953Z] 988bab9f4d93: Download complete [2024-09-10T02:39:41.215Z] 1469e6f7b9e6: Verifying Checksum [2024-09-10T02:39:41.215Z] 1469e6f7b9e6: Download complete [2024-09-10T02:39:41.215Z] 339a4e72a1f5: Verifying Checksum [2024-09-10T02:39:41.215Z] 339a4e72a1f5: Download complete [2024-09-10T02:39:41.215Z] eaf3925da568: Verifying Checksum [2024-09-10T02:39:41.215Z] eaf3925da568: Download complete [2024-09-10T02:39:41.215Z] bde34c3a00c8: Verifying Checksum [2024-09-10T02:39:41.215Z] bde34c3a00c8: Download complete [2024-09-10T02:39:41.215Z] b352a97aabf1: Verifying Checksum [2024-09-10T02:39:41.215Z] b352a97aabf1: Download complete [2024-09-10T02:39:41.215Z] 4872d77fe225: Download complete [2024-09-10T02:39:41.215Z] 5851b861e8e6: Verifying Checksum [2024-09-10T02:39:41.215Z] 5851b861e8e6: Download complete [2024-09-10T02:39:41.215Z] b85a868b505f: Verifying Checksum [2024-09-10T02:39:41.215Z] b85a868b505f: Download complete [2024-09-10T02:39:41.474Z] bab4dde63d76: Verifying Checksum [2024-09-10T02:39:41.474Z] bab4dde63d76: Download complete [2024-09-10T02:39:42.412Z] b85a868b505f: Pull complete [2024-09-10T02:39:42.674Z] e2be974225ed: Pull complete [2024-09-10T02:39:42.934Z] 339a4e72a1f5: Pull complete [2024-09-10T02:39:43.194Z] 988bab9f4d93: Pull complete [2024-09-10T02:39:43.453Z] 1469e6f7b9e6: Pull complete [2024-09-10T02:39:43.453Z] eaf3925da568: Pull complete [2024-09-10T02:39:45.357Z] bab4dde63d76: Pull complete [2024-09-10T02:39:45.357Z] bde34c3a00c8: Pull complete [2024-09-10T02:39:45.616Z] b352a97aabf1: Pull complete [2024-09-10T02:39:45.616Z] 4872d77fe225: Pull complete [2024-09-10T02:39:45.616Z] 5851b861e8e6: Pull complete [2024-09-10T02:39:45.616Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-09-10T02:39:45.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-10T02:39:45.616Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:39:45.759Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:39:45.790Z] $ 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 [2024-09-10T02:39:50.158Z] $ docker top 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 -eo pid,comm [2024-09-10T02:39:50.219Z] 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). [2024-09-10T02:39:50.219Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-10T02:39:50.277Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-10T02:39:50.277Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-10T02:39:50.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-10T02:39:50.406Z] $ docker exec 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 ssh-agent [2024-09-10T02:39:50.514Z] SSH_AUTH_SOCK=/tmp/ssh-SUdgtXXHDwMp/agent.32 [2024-09-10T02:39:50.514Z] SSH_AGENT_PID=38 [2024-09-10T02:39:50.521Z] Running ssh-add (command line suppressed) [2024-09-10T02:39:50.631Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9385592907083614352.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9385592907083614352.key) [2024-09-10T02:39:50.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-10T02:39:50.935Z] + git tag --points-at HEAD [Pipeline] } [2024-09-10T02:39:50.945Z] $ docker exec --env ******** --env ******** 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 ssh-agent -k [2024-09-10T02:39:51.055Z] unset SSH_AUTH_SOCK; [2024-09-10T02:39:51.055Z] unset SSH_AGENT_PID; [2024-09-10T02:39:51.055Z] echo Agent pid 38 killed; [2024-09-10T02:39:51.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-09-10T02:39:51.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-10T02:39:51.112Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-10T02:39:51.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-10T02:39:51.220Z] $ docker exec 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 ssh-agent [2024-09-10T02:39:51.315Z] SSH_AUTH_SOCK=/tmp/ssh-3bxwPpbtYkTT/agent.71 [2024-09-10T02:39:51.315Z] SSH_AGENT_PID=77 [2024-09-10T02:39:51.319Z] Running ssh-add (command line suppressed) [2024-09-10T02:39:51.423Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_5129903476252619837.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_5129903476252619837.key) [2024-09-10T02:39:51.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-10T02:39:51.731Z] + git semver init [2024-09-10T02:39:51.991Z] 2024-09-10 02:39:51,915 [run_init] DEBUG init version:0.0.0 force:False [2024-09-10T02:39:51.991Z] 2024-09-10 02:39:51,915 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver [2024-09-10T02:39:51.991Z] 2024-09-10 02:39:51,916 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver [2024-09-10T02:39:51.991Z] 2024-09-10 02:39:51,916 [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) [2024-09-10T02:39:52.927Z] 2024-09-10 02:39:52,669 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude [2024-09-10T02:39:52.927Z] 2024-09-10 02:39:52,669 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False [2024-09-10T02:39:52.927Z] 2024-09-10 02:39:52,669 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:39:52.927Z] 2024-09-10 02:39:52,670 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:39:52.927Z] 3.2.0-dev.36 [Pipeline] } [2024-09-10T02:39:52.938Z] $ docker exec --env ******** --env ******** 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 ssh-agent -k [2024-09-10T02:39:53.021Z] unset SSH_AUTH_SOCK; [2024-09-10T02:39:53.021Z] unset SSH_AGENT_PID; [2024-09-10T02:39:53.021Z] echo Agent pid 77 killed; [2024-09-10T02:39:53.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-10T02:39:53.352Z] + git semver [Pipeline] } [2024-09-10T02:39:53.625Z] $ docker stop --time=1 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 [2024-09-10T02:39:54.896Z] $ docker rm -f --volumes 83b75da5ccbc7a56485c5fd36f39a589470591a98c5aa4ef4b2b36eb47d2ec28 [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-10T02:39:55.235Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-09-10T02:39:55.463Z] Stashed 1 file(s) [Pipeline] echo [2024-09-10T02:39:55.466Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.36 [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 [2024-09-10T02:39:55.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-10T02:39:55.677Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-10T02:39:55.692Z] ========================================================= [2024-09-10T02:39:55.692Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-09-10T02:39:55.692Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2024-09-10T02:39:56.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-10T02:39:56.027Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-09-10T02:39:56.027Z] 619be1103602: Pulling fs layer [2024-09-10T02:39:56.027Z] 7862e08f4a3e: Pulling fs layer [2024-09-10T02:39:56.027Z] 5df492c9dc93: Pulling fs layer [2024-09-10T02:39:56.027Z] 7629e6793208: Pulling fs layer [2024-09-10T02:39:56.027Z] 4f4fb700ef54: Pulling fs layer [2024-09-10T02:39:56.027Z] fb5054dd5b73: Pulling fs layer [2024-09-10T02:39:56.027Z] eeca6798cff9: Pulling fs layer [2024-09-10T02:39:56.027Z] aa269ceb94a6: Pulling fs layer [2024-09-10T02:39:56.027Z] ada007ff1a6a: Pulling fs layer [2024-09-10T02:39:56.027Z] 4f4fb700ef54: Waiting [2024-09-10T02:39:56.027Z] fb5054dd5b73: Waiting [2024-09-10T02:39:56.027Z] eeca6798cff9: Waiting [2024-09-10T02:39:56.027Z] aa269ceb94a6: Waiting [2024-09-10T02:39:56.027Z] ada007ff1a6a: Waiting [2024-09-10T02:39:56.027Z] 7629e6793208: Waiting [2024-09-10T02:39:56.027Z] 619be1103602: Verifying Checksum [2024-09-10T02:39:56.027Z] 619be1103602: Download complete [2024-09-10T02:39:56.027Z] 7629e6793208: Verifying Checksum [2024-09-10T02:39:56.027Z] 7629e6793208: Download complete [2024-09-10T02:39:56.027Z] 7862e08f4a3e: Verifying Checksum [2024-09-10T02:39:56.027Z] 7862e08f4a3e: Download complete [2024-09-10T02:39:56.027Z] 4f4fb700ef54: Verifying Checksum [2024-09-10T02:39:56.027Z] 4f4fb700ef54: Download complete [2024-09-10T02:39:56.027Z] fb5054dd5b73: Verifying Checksum [2024-09-10T02:39:56.027Z] fb5054dd5b73: Download complete [2024-09-10T02:39:56.027Z] eeca6798cff9: Verifying Checksum [2024-09-10T02:39:56.027Z] eeca6798cff9: Download complete [2024-09-10T02:39:56.286Z] 619be1103602: Pull complete [2024-09-10T02:39:56.286Z] 7862e08f4a3e: Pull complete [2024-09-10T02:39:56.545Z] ada007ff1a6a: Verifying Checksum [2024-09-10T02:39:56.545Z] ada007ff1a6a: Download complete [2024-09-10T02:39:56.545Z] 5df492c9dc93: Verifying Checksum [2024-09-10T02:39:56.545Z] 5df492c9dc93: Download complete [2024-09-10T02:39:57.114Z] aa269ceb94a6: Verifying Checksum [2024-09-10T02:39:57.114Z] aa269ceb94a6: Download complete [2024-09-10T02:39:59.651Z] 5df492c9dc93: Pull complete [2024-09-10T02:39:59.651Z] 7629e6793208: Pull complete [2024-09-10T02:39:59.651Z] 4f4fb700ef54: Pull complete [2024-09-10T02:39:59.909Z] fb5054dd5b73: Pull complete [2024-09-10T02:39:59.909Z] eeca6798cff9: Pull complete [2024-09-10T02:40:02.443Z] aa269ceb94a6: Pull complete [2024-09-10T02:40:02.443Z] ada007ff1a6a: Pull complete [2024-09-10T02:40:02.443Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-09-10T02:40:02.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-09-10T02:40:02.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] sh [2024-09-10T02:40:02.736Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:40:03.048Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-10T02:40:03.048Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:40:03.119Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:40:03.149Z] $ 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 [2024-09-10T02:40:08.895Z] $ docker top 24fa099a5adb4f61989ae12a40a953f14ffe587afd723b31d861095c50a5a448 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-10T02:40:09.252Z] + go version [2024-09-10T02:40:09.252Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-09-10T02:40:09.262Z] $ docker stop --time=1 24fa099a5adb4f61989ae12a40a953f14ffe587afd723b31d861095c50a5a448 [2024-09-10T02:40:10.572Z] $ docker rm -f --volumes 24fa099a5adb4f61989ae12a40a953f14ffe587afd723b31d861095c50a5a448 [2024-09-10T02:40:10.583Z] Still waiting to schedule task [2024-09-10T02:40:10.583Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:40:11.026Z] + docker inspect -f . ci-base-image-x86_64 [2024-09-10T02:40:11.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:40:11.112Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:40:11.139Z] $ 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 [2024-09-10T02:40:11.441Z] $ docker top 2a4f2f0a05827f463b79e98896fb057c7bc07636916c9ba6560e680aa88ce74c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-10T02:40:11.782Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh [2024-09-10T02:40:12.086Z] + make test [2024-09-10T02:40:12.086Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2024-09-10T02:40:12.086Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.45 [2024-09-10T02:40:12.086Z] go: downloading github.com/google/uuid v1.6.0 [2024-09-10T02:40:12.086Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-09-10T02:40:12.086Z] go: downloading github.com/nats-io/nats.go v1.37.0 [2024-09-10T02:40:12.345Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-09-10T02:40:12.345Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-09-10T02:40:12.345Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-09-10T02:40:12.345Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2024-09-10T02:40:12.345Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2024-09-10T02:40:12.605Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-09-10T02:40:12.605Z] go: downloading github.com/stretchr/objx v0.5.2 [2024-09-10T02:40:12.605Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2024-09-10T02:40:12.605Z] go: downloading github.com/klauspost/compress v1.17.2 [2024-09-10T02:40:12.605Z] go: downloading github.com/nats-io/nkeys v0.4.7 [2024-09-10T02:40:12.605Z] go: downloading github.com/nats-io/nuid v1.0.1 [2024-09-10T02:40:12.605Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-09-10T02:40:12.605Z] go: downloading golang.org/x/net v0.27.0 [2024-09-10T02:40:12.605Z] go: downloading golang.org/x/sync v0.7.0 [2024-09-10T02:40:12.605Z] go: downloading golang.org/x/crypto v0.25.0 [2024-09-10T02:40:12.605Z] go: downloading github.com/go-playground/validator/v10 v10.22.0 [2024-09-10T02:40:12.605Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-09-10T02:40:12.864Z] go: downloading github.com/x448/float16 v0.8.4 [2024-09-10T02:40:12.864Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-09-10T02:40:12.864Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-09-10T02:40:12.864Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-09-10T02:40:12.864Z] go: downloading golang.org/x/text v0.16.0 [2024-09-10T02:40:12.864Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-09-10T02:40:12.864Z] go: downloading golang.org/x/sys v0.22.0 [2024-09-10T02:40:30.957Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] [2024-09-10T02:40:30.957Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] [2024-09-10T02:40:30.957Z] ok github.com/edgexfoundry/go-mod-messaging/v3/clients 1.029s coverage: 86.1% of statements [2024-09-10T02:40:30.957Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] [2024-09-10T02:40:30.957Z] ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 6.027s coverage: 19.8% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 1.043s coverage: 88.8% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 1.051s coverage: 86.2% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 1.019s coverage: 15.4% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 1.135s coverage: 61.3% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 1.021s coverage: 87.5% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 1.020s coverage: 100.0% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 1.016s coverage: 100.0% of statements [2024-09-10T02:40:35.153Z] ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 1.023s coverage: 95.1% of statements [2024-09-10T02:40:50.034Z] go vet ./... [2024-09-10T02:40:50.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-10T02:40:50.983Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2024-09-10T02:40:50.995Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-09-10T02:40:51.008Z] $ docker stop --time=1 2a4f2f0a05827f463b79e98896fb057c7bc07636916c9ba6560e680aa88ce74c [2024-09-10T02:40:55.921Z] $ docker rm -f --volumes 2a4f2f0a05827f463b79e98896fb057c7bc07636916c9ba6560e680aa88ce74c [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-10T02:40:56.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-09-10T02:40:56.563Z] 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 [2024-09-10T02:40:57.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-10T02:40:57.117Z] [2024-09-10T02:40:57.117Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:40:57.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-10T02:40:57.431Z] latest: Pulling from edgex-lftools-log-publisher [2024-09-10T02:40:57.431Z] 5eb5b503b376: Pulling fs layer [2024-09-10T02:40:57.431Z] 5c69ac0246d0: Pulling fs layer [2024-09-10T02:40:57.431Z] ec43610c2a17: Pulling fs layer [2024-09-10T02:40:57.431Z] 3a2ae6a8a46f: Pulling fs layer [2024-09-10T02:40:57.431Z] 33b1e0a273af: Pulling fs layer [2024-09-10T02:40:57.431Z] 5d3b04190fa2: Pulling fs layer [2024-09-10T02:40:57.431Z] 2f39f015ded8: Pulling fs layer [2024-09-10T02:40:57.431Z] 3a2ae6a8a46f: Waiting [2024-09-10T02:40:57.431Z] 33b1e0a273af: Waiting [2024-09-10T02:40:57.431Z] 5d3b04190fa2: Waiting [2024-09-10T02:40:57.431Z] 2f39f015ded8: Waiting [2024-09-10T02:40:57.431Z] 5c69ac0246d0: Verifying Checksum [2024-09-10T02:40:57.431Z] 5c69ac0246d0: Download complete [2024-09-10T02:40:57.431Z] 3a2ae6a8a46f: Verifying Checksum [2024-09-10T02:40:57.431Z] 3a2ae6a8a46f: Download complete [2024-09-10T02:40:57.690Z] 33b1e0a273af: Verifying Checksum [2024-09-10T02:40:57.690Z] 33b1e0a273af: Download complete [2024-09-10T02:40:57.690Z] ec43610c2a17: Verifying Checksum [2024-09-10T02:40:57.690Z] ec43610c2a17: Download complete [2024-09-10T02:40:57.690Z] 5d3b04190fa2: Verifying Checksum [2024-09-10T02:40:57.690Z] 5d3b04190fa2: Download complete [2024-09-10T02:40:57.690Z] 5eb5b503b376: Verifying Checksum [2024-09-10T02:40:57.690Z] 5eb5b503b376: Download complete [2024-09-10T02:40:58.256Z] 2f39f015ded8: Download complete [2024-09-10T02:40:58.822Z] 5eb5b503b376: Pull complete [2024-09-10T02:40:59.079Z] 5c69ac0246d0: Pull complete [2024-09-10T02:40:59.338Z] ec43610c2a17: Pull complete [2024-09-10T02:40:59.338Z] 3a2ae6a8a46f: Pull complete [2024-09-10T02:40:59.595Z] 33b1e0a273af: Pull complete [2024-09-10T02:40:59.595Z] 5d3b04190fa2: Pull complete [2024-09-10T02:41:03.778Z] 2f39f015ded8: Pull complete [2024-09-10T02:41:03.778Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-09-10T02:41:03.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-10T02:41:03.778Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:41:03.872Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:41:03.896Z] $ 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 [2024-09-10T02:41:10.140Z] $ docker top 4747b54bb75db5664923efc033f457a61dbb196bdaf1a17575af4821c339ddfb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:41:10.561Z] ---> job-cost.sh [2024-09-10T02:41:10.561Z] lf-activate-venv: SKIPPING [2024-09-10T02:41:10.561Z] INFO: No Stack... [2024-09-10T02:41:10.820Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-10T02:41:11.078Z] INFO: Archiving Costs [Pipeline] sh [2024-09-10T02:41:11.363Z] + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv [2024-09-10T02:41:11.363Z] + cut -d, -f6 [Pipeline] lock [2024-09-10T02:41:11.377Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] [2024-09-10T02:41:11.385Z] Resource [jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] did not exist. Created. [2024-09-10T02:41:11.392Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-10T02:41:11.705Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-09-10T02:41:11.743Z] Stashed 1 file(s) [Pipeline] } [2024-09-10T02:41:11.753Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-10T02:41:11.782Z] $ docker stop --time=1 4747b54bb75db5664923efc033f457a61dbb196bdaf1a17575af4821c339ddfb [2024-09-10T02:41:12.925Z] $ docker rm -f --volumes 4747b54bb75db5664923efc033f457a61dbb196bdaf1a17575af4821c339ddfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-09-10T02:42:57.831Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9935 in /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] { [Pipeline] ws [2024-09-10T02:42:57.850Z] Running in /w/workspace/go-mod-messaging/169 [Pipeline] { [Pipeline] checkout [2024-09-10T02:42:57.934Z] Selected Git installation does not exist. Using Default [2024-09-10T02:42:57.934Z] The recommended git tool is: NONE [2024-09-10T02:43:08.124Z] using credential edgex-jenkins-ssh [2024-09-10T02:43:08.148Z] Cloning the remote Git repository [2024-09-10T02:43:08.287Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2024-09-10T02:43:08.585Z] > git init /w/workspace/go-mod-messaging/169 # timeout=10 [2024-09-10T02:43:09.001Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2024-09-10T02:43:09.006Z] > git --version # timeout=10 [2024-09-10T02:43:09.061Z] > git --version # 'git version 2.25.1' [2024-09-10T02:43:09.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-09-10T02:43:09.366Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-10T02:43:10.790Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2024-09-10T02:43:10.853Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-09-10T02:43:12.240Z] Avoid second fetch [2024-09-10T02:43:12.240Z] Checking out Revision 4800511144e73b5458a1d215764f0cd5a9b878c6 (main) [2024-09-10T02:43:13.427Z] Commit message: "Merge pull request #352 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.2.0-dev.45" [2024-09-10T02:43:12.293Z] > git config core.sparsecheckout # timeout=10 [2024-09-10T02:43:12.419Z] > git checkout -f 4800511144e73b5458a1d215764f0cd5a9b878c6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-09-10T02:43:18.785Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-09-10T02:43:18.786Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-10T02:43:18.786Z] Dload Upload Total Spent Left Speed [2024-09-10T02:43:18.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 208k 0 --:--:-- --:--:-- --:--:-- 212k [Pipeline] sh [2024-09-10T02:43:19.144Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-09-10T02:43:19.483Z] + sudo tee /etc/docker/daemon.new [2024-09-10T02:43:19.483Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-09-10T02:43:19.483Z] { [2024-09-10T02:43:19.483Z] "registry-mirrors": [ [2024-09-10T02:43:19.483Z] "https://nexus3.edgexfoundry.org:10001" [2024-09-10T02:43:19.483Z] ], [2024-09-10T02:43:19.483Z] "bip": "10.250.0.254/24", [2024-09-10T02:43:19.483Z] "hosts": [ [2024-09-10T02:43:19.483Z] "tcp://0.0.0.0:5555", [2024-09-10T02:43:19.483Z] "unix:///var/run/docker.sock" [2024-09-10T02:43:19.483Z] ], [2024-09-10T02:43:19.483Z] "mtu": 1458, [2024-09-10T02:43:19.483Z] "selinux-enabled": true, [2024-09-10T02:43:19.483Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-09-10T02:43:19.484Z] } [Pipeline] sh [2024-09-10T02:43:19.831Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-09-10T02:43:20.188Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2024-09-10T02:43:38.821Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-10T02:43:38.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-09-10T02:43:38.859Z] ========================================================= [2024-09-10T02:43:38.859Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-09-10T02:43:38.859Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2024-09-10T02:43:39.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-10T02:43:40.175Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-09-10T02:43:40.175Z] c6b39de5b339: Pulling fs layer [2024-09-10T02:43:40.175Z] a69c41024577: Pulling fs layer [2024-09-10T02:43:40.175Z] d6de4b400683: Pulling fs layer [2024-09-10T02:43:40.175Z] 35cb2a7552d0: Pulling fs layer [2024-09-10T02:43:40.175Z] 4f4fb700ef54: Pulling fs layer [2024-09-10T02:43:40.175Z] 464afbd9ba4c: Pulling fs layer [2024-09-10T02:43:40.175Z] 00f215d4a9da: Pulling fs layer [2024-09-10T02:43:40.175Z] d496ad576159: Pulling fs layer [2024-09-10T02:43:40.175Z] 464afbd9ba4c: Waiting [2024-09-10T02:43:40.175Z] 00f215d4a9da: Waiting [2024-09-10T02:43:40.175Z] d496ad576159: Waiting [2024-09-10T02:43:40.175Z] 4f4fb700ef54: Waiting [2024-09-10T02:43:40.175Z] a69c41024577: Download complete [2024-09-10T02:43:40.175Z] 35cb2a7552d0: Verifying Checksum [2024-09-10T02:43:40.175Z] 35cb2a7552d0: Download complete [2024-09-10T02:43:40.175Z] 4f4fb700ef54: Verifying Checksum [2024-09-10T02:43:40.175Z] 4f4fb700ef54: Download complete [2024-09-10T02:43:40.175Z] 464afbd9ba4c: Verifying Checksum [2024-09-10T02:43:40.175Z] 464afbd9ba4c: Download complete [2024-09-10T02:43:40.175Z] c6b39de5b339: Download complete [2024-09-10T02:43:40.446Z] d496ad576159: Verifying Checksum [2024-09-10T02:43:40.446Z] d496ad576159: Download complete [2024-09-10T02:43:41.043Z] c6b39de5b339: Pull complete [2024-09-10T02:43:41.640Z] a69c41024577: Pull complete [2024-09-10T02:43:42.248Z] d6de4b400683: Verifying Checksum [2024-09-10T02:43:42.248Z] d6de4b400683: Download complete [2024-09-10T02:43:43.437Z] 00f215d4a9da: Verifying Checksum [2024-09-10T02:43:43.437Z] 00f215d4a9da: Download complete [2024-09-10T02:43:55.892Z] d6de4b400683: Pull complete [2024-09-10T02:43:55.892Z] 35cb2a7552d0: Pull complete [2024-09-10T02:43:56.163Z] 4f4fb700ef54: Pull complete [2024-09-10T02:43:56.434Z] 464afbd9ba4c: Pull complete [2024-09-10T02:44:06.532Z] 00f215d4a9da: Pull complete [2024-09-10T02:44:07.956Z] d496ad576159: Pull complete [2024-09-10T02:44:07.956Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-09-10T02:44:07.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-09-10T02:44:07.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] sh [2024-09-10T02:44:08.333Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:44:08.731Z] + docker inspect -f . ci-base-image-arm64 [2024-09-10T02:44:08.731Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:44:08.989Z] prd-ubuntu20.04-docker-arm64-4c-16g-9935 does not seem to be running inside a container [2024-09-10T02:44:09.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/169 -v /w/workspace/go-mod-messaging/169:/w/workspace/go-mod-messaging/169:rw,z -v /w/workspace/go-mod-messaging/169@tmp:/w/workspace/go-mod-messaging/169@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 [2024-09-10T02:44:12.479Z] $ docker top a4d0e392e40be5ab764a8f87b1326ca09f32da7d4fc919f954793c5603c61bf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-10T02:44:13.369Z] + go version [2024-09-10T02:44:13.369Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-09-10T02:44:13.387Z] $ docker stop --time=1 a4d0e392e40be5ab764a8f87b1326ca09f32da7d4fc919f954793c5603c61bf3 [2024-09-10T02:44:15.053Z] $ docker rm -f --volumes a4d0e392e40be5ab764a8f87b1326ca09f32da7d4fc919f954793c5603c61bf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:44:15.652Z] + docker inspect -f . ci-base-image-arm64 [2024-09-10T02:44:15.652Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:44:15.855Z] prd-ubuntu20.04-docker-arm64-4c-16g-9935 does not seem to be running inside a container [2024-09-10T02:44:15.924Z] $ 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/169 -v /w/workspace/go-mod-messaging/169:/w/workspace/go-mod-messaging/169:rw,z -v /w/workspace/go-mod-messaging/169@tmp:/w/workspace/go-mod-messaging/169@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 [2024-09-10T02:44:17.243Z] $ docker top fa79a411fefe2d90b5c5b73e18ab4a1bb5e9f9da8a4a6cbc5bb213dd0176dabf -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-10T02:44:18.105Z] + git config --global --add safe.directory /w/workspace/go-mod-messaging/169 [Pipeline] fileExists [Pipeline] sh [2024-09-10T02:44:18.801Z] + make test [2024-09-10T02:44:18.801Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2024-09-10T02:44:18.801Z] go: downloading github.com/google/uuid v1.6.0 [2024-09-10T02:44:18.801Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-09-10T02:44:19.069Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 [2024-09-10T02:44:19.335Z] go: downloading github.com/nats-io/nats.go v1.37.0 [2024-09-10T02:44:19.335Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2024-09-10T02:44:19.335Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.45 [2024-09-10T02:44:19.603Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2024-09-10T02:44:19.872Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2024-09-10T02:44:19.872Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2024-09-10T02:44:19.872Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-09-10T02:44:20.143Z] go: downloading github.com/stretchr/objx v0.5.2 [2024-09-10T02:44:20.143Z] go: downloading github.com/gorilla/websocket v1.5.3 [2024-09-10T02:44:20.143Z] go: downloading golang.org/x/net v0.27.0 [2024-09-10T02:44:20.143Z] go: downloading golang.org/x/sync v0.7.0 [2024-09-10T02:44:20.143Z] go: downloading github.com/klauspost/compress v1.17.2 [2024-09-10T02:44:20.143Z] go: downloading github.com/nats-io/nkeys v0.4.7 [2024-09-10T02:44:20.143Z] go: downloading github.com/nats-io/nuid v1.0.1 [2024-09-10T02:44:20.143Z] go: downloading github.com/go-playground/validator/v10 v10.22.0 [2024-09-10T02:44:20.143Z] go: downloading github.com/fxamacker/cbor/v2 v2.7.0 [2024-09-10T02:44:20.411Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2024-09-10T02:44:20.681Z] go: downloading golang.org/x/crypto v0.25.0 [2024-09-10T02:44:21.672Z] go: downloading github.com/x448/float16 v0.8.4 [2024-09-10T02:44:21.672Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-09-10T02:44:21.672Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-09-10T02:44:21.672Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-09-10T02:44:21.672Z] go: downloading golang.org/x/text v0.16.0 [2024-09-10T02:44:22.663Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-09-10T02:44:28.099Z] go: downloading golang.org/x/sys v0.22.0 [2024-09-10T02:46:49.820Z] ok github.com/edgexfoundry/go-mod-messaging/v3/clients 1.203s coverage: 86.1% of statements [2024-09-10T02:46:49.820Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] [2024-09-10T02:46:49.820Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] [2024-09-10T02:46:49.820Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] [2024-09-10T02:46:49.820Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 6.116s coverage: 19.8% of statements [2024-09-10T02:46:49.820Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 1.296s coverage: 88.8% of statements [2024-09-10T02:46:49.820Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 1.306s coverage: 86.2% of statements [2024-09-10T02:46:49.820Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 1.116s coverage: 15.4% of statements [2024-09-10T02:46:49.820Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 1.295s coverage: 61.3% of statements [2024-09-10T02:46:49.820Z] ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] [2024-09-10T02:46:50.786Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 1.105s coverage: 87.5% of statements [2024-09-10T02:46:51.753Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 1.106s coverage: 100.0% of statements [2024-09-10T02:46:51.753Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 1.096s coverage: 100.0% of statements [2024-09-10T02:46:53.170Z] ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 1.113s coverage: 95.1% of statements [2024-09-10T02:46:53.759Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-09-10T02:46:54.029Z] go vet ./... [2024-09-10T02:48:45.692Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-09-10T02:48:45.692Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2024-09-10T02:48:45.714Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-09-10T02:48:45.728Z] $ docker stop --time=1 fa79a411fefe2d90b5c5b73e18ab4a1bb5e9f9da8a4a6cbc5bb213dd0176dabf [2024-09-10T02:48:47.698Z] $ docker rm -f --volumes fa79a411fefe2d90b5c5b73e18ab4a1bb5e9f9da8a4a6cbc5bb213dd0176dabf [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-10T02:48:50.438Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-09-10T02:48:50.467Z] Warning: overwriting stash ‘coverage-report’ [2024-09-10T02:48:51.116Z] 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 [2024-09-10T02:48:52.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-10T02:48:52.275Z] [2024-09-10T02:48:52.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:48:52.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-10T02:48:52.891Z] arm64: Pulling from edgex-lftools-log-publisher [2024-09-10T02:48:52.891Z] 8998bd30e6a1: Pulling fs layer [2024-09-10T02:48:52.891Z] 04944245beec: Pulling fs layer [2024-09-10T02:48:52.891Z] 699f458cf7ca: Pulling fs layer [2024-09-10T02:48:52.891Z] 765212b225bb: Pulling fs layer [2024-09-10T02:48:52.891Z] f23df028b6ca: Pulling fs layer [2024-09-10T02:48:52.891Z] d65c8cfc05b1: Pulling fs layer [2024-09-10T02:48:52.891Z] 2437ff75d9bd: Pulling fs layer [2024-09-10T02:48:52.891Z] f23df028b6ca: Waiting [2024-09-10T02:48:52.891Z] d65c8cfc05b1: Waiting [2024-09-10T02:48:52.891Z] 2437ff75d9bd: Waiting [2024-09-10T02:48:52.891Z] 765212b225bb: Waiting [2024-09-10T02:48:52.891Z] 04944245beec: Verifying Checksum [2024-09-10T02:48:52.891Z] 04944245beec: Download complete [2024-09-10T02:48:52.891Z] 765212b225bb: Verifying Checksum [2024-09-10T02:48:52.891Z] 765212b225bb: Download complete [2024-09-10T02:48:53.161Z] f23df028b6ca: Verifying Checksum [2024-09-10T02:48:53.161Z] f23df028b6ca: Download complete [2024-09-10T02:48:53.161Z] d65c8cfc05b1: Verifying Checksum [2024-09-10T02:48:53.161Z] d65c8cfc05b1: Download complete [2024-09-10T02:48:53.161Z] 699f458cf7ca: Verifying Checksum [2024-09-10T02:48:53.161Z] 699f458cf7ca: Download complete [2024-09-10T02:48:53.745Z] 8998bd30e6a1: Verifying Checksum [2024-09-10T02:48:53.745Z] 8998bd30e6a1: Download complete [2024-09-10T02:48:56.335Z] 2437ff75d9bd: Verifying Checksum [2024-09-10T02:48:56.335Z] 2437ff75d9bd: Download complete [2024-09-10T02:48:58.287Z] 8998bd30e6a1: Pull complete [2024-09-10T02:48:58.875Z] 04944245beec: Pull complete [2024-09-10T02:49:00.826Z] 699f458cf7ca: Pull complete [2024-09-10T02:49:00.826Z] 765212b225bb: Pull complete [2024-09-10T02:49:01.790Z] f23df028b6ca: Pull complete [2024-09-10T02:49:02.059Z] d65c8cfc05b1: Pull complete [2024-09-10T02:49:20.290Z] 2437ff75d9bd: Pull complete [2024-09-10T02:49:20.290Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-09-10T02:49:20.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-09-10T02:49:20.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:49:20.491Z] prd-ubuntu20.04-docker-arm64-4c-16g-9935 does not seem to be running inside a container [2024-09-10T02:49:20.548Z] $ 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/169 -v /w/workspace/go-mod-messaging/169:/w/workspace/go-mod-messaging/169:rw,z -v /w/workspace/go-mod-messaging/169@tmp:/w/workspace/go-mod-messaging/169@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 [2024-09-10T02:49:23.266Z] $ docker top 87444e2283893e8467933105c246d5b2aa1d300948ee24430f7da7e314e6055f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:49:24.100Z] ---> job-cost.sh [2024-09-10T02:49:24.100Z] lf-activate-venv: SKIPPING [2024-09-10T02:49:24.100Z] INFO: No Stack... [2024-09-10T02:49:24.366Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-09-10T02:49:25.321Z] INFO: Archiving Costs [Pipeline] sh [2024-09-10T02:49:25.960Z] + cat /w/workspace/go-mod-messaging/169/archives/cost.csv [2024-09-10T02:49:25.960Z] + cut -d, -f6 [Pipeline] lock [2024-09-10T02:49:26.039Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] [2024-09-10T02:49:26.047Z] Resource [jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] did not exist. Created. [2024-09-10T02:49:26.054Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-09-10T02:49:26.730Z] /w/workspace/go-mod-messaging/169@tmp/durable-2c78a058/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-09-10T02:49:27.453Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-09-10T02:49:27.479Z] Warning: overwriting stash ‘stack-cost’ [2024-09-10T02:49:27.541Z] Stashed 1 file(s) [Pipeline] } [2024-09-10T02:49:27.553Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-main-169-stack-cost] [Pipeline] // lock [Pipeline] } [2024-09-10T02:49:27.580Z] $ docker stop --time=1 87444e2283893e8467933105c246d5b2aa1d300948ee24430f7da7e314e6055f [2024-09-10T02:49:29.316Z] $ docker rm -f --volumes 87444e2283893e8467933105c246d5b2aa1d300948ee24430f7da7e314e6055f [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 [2024-09-10T02:49:29.782Z] provisioning config files... [2024-09-10T02:49:29.792Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config5381830372041165953tmp [Pipeline] { [Pipeline] sh [2024-09-10T02:49:30.118Z] + set +x [2024-09-10T02:49:30.118Z] + bash -s -- [2024-09-10T02:49:30.118Z] + curl -s https://codecov.io/bash [2024-09-10T02:49:30.118Z] [2024-09-10T02:49:30.118Z] _____ _ [2024-09-10T02:49:30.118Z] / ____| | | [2024-09-10T02:49:30.118Z] | | ___ __| | ___ ___ _____ __ [2024-09-10T02:49:30.118Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-09-10T02:49:30.118Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-09-10T02:49:30.118Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-09-10T02:49:30.118Z] Bash-1.0.6 [2024-09-10T02:49:30.118Z] [2024-09-10T02:49:30.118Z] [2024-09-10T02:49:30.118Z] ==> git version 2.25.1 found [2024-09-10T02:49:30.118Z] ==> 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 [2024-09-10T02:49:30.118Z] Release-Date: 2020-01-08 [2024-09-10T02:49:30.118Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-09-10T02:49:30.118Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-09-10T02:49:30.118Z] ==> Jenkins CI detected. [2024-09-10T02:49:30.118Z] current dir:  /w/workspace/gexfoundry_go-mod-messaging_main [2024-09-10T02:49:30.118Z] project root: . [2024-09-10T02:49:30.118Z] --> token set from env [2024-09-10T02:49:30.118Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-09-10T02:49:30.118Z] ==> Running gcov in . (disable via -X gcov) [2024-09-10T02:49:30.118Z] ==> Python coveragepy not found [2024-09-10T02:49:30.118Z] ==> Searching for coverage reports in: [2024-09-10T02:49:30.118Z] + . [2024-09-10T02:49:30.118Z] -> Found 1 reports [2024-09-10T02:49:30.118Z] ==> Detecting git/mercurial file structure [2024-09-10T02:49:30.118Z] ==> Reading reports [2024-09-10T02:49:30.118Z] + ./coverage.out bytes=42805 [2024-09-10T02:49:30.118Z] ==> Appending adjustments [2024-09-10T02:49:30.118Z] https://docs.codecov.io/docs/fixing-reports [2024-09-10T02:49:30.377Z] + Found adjustments [2024-09-10T02:49:30.377Z] ==> Gzipping contents [2024-09-10T02:49:30.377Z] 12K /tmp/codecov.tKIQu3.gz [2024-09-10T02:49:30.377Z] ==> Uploading reports [2024-09-10T02:49:30.377Z] url: https://codecov.io [2024-09-10T02:49:30.377Z] query: branch=main&commit=4800511144e73b5458a1d215764f0cd5a9b878c6&build=169&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F169%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-10T02:49:30.377Z] -> Pinging Codecov [2024-09-10T02:49:30.377Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4800511144e73b5458a1d215764f0cd5a9b878c6&build=169&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F169%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2024-09-10T02:49:30.637Z] -> Uploading to [2024-09-10T02:49:30.637Z] https://storage.googleapis.com/codecov/v4/raw/2024-09-10/F6E385568367DD0E4001BA4F8F1CB792/4800511144e73b5458a1d215764f0cd5a9b878c6/e81a0127-8c1c-47d9-81e4-54c06fde66d4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240910%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240910T024930Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=78680f7a17e5edfda9cd286daefb74ded485b2f6cf477100a24a960b2b89ed11 [2024-09-10T02:49:30.637Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-09-10T02:49:30.637Z] Dload Upload Total Spent Left Speed [2024-09-10T02:49:30.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8389 0 0 100 8389 0 36316 --:--:-- --:--:-- --:--:-- 36473 [2024-09-10T02:49:30.896Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/4800511144e73b5458a1d215764f0cd5a9b878c6 [Pipeline] } [2024-09-10T02:49:30.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-09-10T02:49:31.047Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-09-10T02:49:31.062Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:49:31.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-10T02:49:31.368Z] [2024-09-10T02:49:31.368Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:49:31.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-10T02:49:31.668Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-09-10T02:49:31.668Z] 619be1103602: Already exists [2024-09-10T02:49:31.668Z] f8ea3408117e: Pulling fs layer [2024-09-10T02:49:31.668Z] 91320369b822: Pulling fs layer [2024-09-10T02:49:31.668Z] 0406650e8295: Pulling fs layer [2024-09-10T02:49:31.668Z] 4f4fb700ef54: Pulling fs layer [2024-09-10T02:49:31.668Z] 96d80e3f36e1: Pulling fs layer [2024-09-10T02:49:31.668Z] bcf3aedb951c: Pulling fs layer [2024-09-10T02:49:31.668Z] 96d80e3f36e1: Waiting [2024-09-10T02:49:31.668Z] bcf3aedb951c: Waiting [2024-09-10T02:49:31.668Z] 4f4fb700ef54: Waiting [2024-09-10T02:49:31.668Z] 0406650e8295: Verifying Checksum [2024-09-10T02:49:31.668Z] 0406650e8295: Download complete [2024-09-10T02:49:31.668Z] f8ea3408117e: Verifying Checksum [2024-09-10T02:49:31.668Z] 4f4fb700ef54: Download complete [2024-09-10T02:49:31.668Z] f8ea3408117e: Pull complete [2024-09-10T02:49:31.927Z] 96d80e3f36e1: Verifying Checksum [2024-09-10T02:49:31.927Z] 96d80e3f36e1: Download complete [2024-09-10T02:49:32.185Z] 91320369b822: Verifying Checksum [2024-09-10T02:49:32.185Z] 91320369b822: Download complete [2024-09-10T02:49:32.442Z] bcf3aedb951c: Verifying Checksum [2024-09-10T02:49:32.442Z] bcf3aedb951c: Download complete [2024-09-10T02:49:34.971Z] 91320369b822: Pull complete [2024-09-10T02:49:34.971Z] 0406650e8295: Pull complete [2024-09-10T02:49:34.971Z] 4f4fb700ef54: Pull complete [2024-09-10T02:49:35.534Z] 96d80e3f36e1: Pull complete [2024-09-10T02:49:38.061Z] bcf3aedb951c: Pull complete [2024-09-10T02:49:38.061Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-09-10T02:49:38.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-09-10T02:49:38.061Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:49:38.420Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:49:38.439Z] $ 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 [2024-09-10T02:49:43.530Z] $ docker top 8f533b518b415f288d7eb38b9b26c9cfed06250514ec7fc89c306c1cd88beb96 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-10T02:49:43.884Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] echo [2024-09-10T02:49:43.894Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh [2024-09-10T02:49:44.174Z] + set -o pipefail [2024-09-10T02:49:44.174Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' [2024-09-10T02:49:48.361Z] [2024-09-10T02:49:48.361Z] Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v3)... [2024-09-10T02:49:48.361Z] [2024-09-10T02:49:48.361Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e131b10b-624f-4025-a5e9-a0c923ea2edd/history/4be5dd97-210a-4c25-9da6-a6223529a440 [2024-09-10T02:49:48.361Z] [2024-09-10T02:49:48.361Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-09-10T02:49:48.361Z] [2024-09-10T02:49:48.658Z] [2024-09-10T02:49:48.658Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-09-10T02:49:48.658Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-09-10T02:49:48.663Z] $ docker stop --time=1 8f533b518b415f288d7eb38b9b26c9cfed06250514ec7fc89c306c1cd88beb96 [2024-09-10T02:49:52.810Z] $ docker rm -f --volumes 8f533b518b415f288d7eb38b9b26c9cfed06250514ec7fc89c306c1cd88beb96 [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 [2024-09-10T02:49:53.675Z] + git log --format=format:%s -1 4800511144e73b5458a1d215764f0cd5a9b878c6 [Pipeline] sh [2024-09-10T02:49:53.966Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-10T02:49:53.966Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:49:54.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-10T02:49:54.274Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:49:54.345Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:49:54.367Z] $ 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 [2024-09-10T02:49:54.761Z] $ docker top 241d6b7a5095abb3cf13bce9598bb3f55c9a768045a4b98c1ad4745d43a9e751 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-10T02:49:54.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-10T02:49:54.877Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-10T02:49:54.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-10T02:49:54.972Z] $ docker exec 241d6b7a5095abb3cf13bce9598bb3f55c9a768045a4b98c1ad4745d43a9e751 ssh-agent [2024-09-10T02:49:55.082Z] SSH_AUTH_SOCK=/tmp/ssh-BLWp3KGGNtSm/agent.32 [2024-09-10T02:49:55.082Z] SSH_AGENT_PID=38 [2024-09-10T02:49:55.087Z] Running ssh-add (command line suppressed) [2024-09-10T02:49:55.190Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_6986845384471558331.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_6986845384471558331.key) [2024-09-10T02:49:55.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-10T02:49:55.498Z] + git semver tag [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,673 [run_tag] DEBUG tag force:False [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,673 [check_head_tag] DEBUG check head tag [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,675 [execute] INFO git cat-file --batch-check [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,679 [execute] INFO git cat-file --batch [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,679 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,708 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,708 [execute] INFO git tag -a v3.2.0-dev.36 -m v3.2.0-dev.36 [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,708 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.36', '-m', 'v3.2.0-dev.36'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) [2024-09-10T02:49:55.758Z] 2024-09-10 02:49:55,713 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:49:55.758Z] 3.2.0-dev.36 [Pipeline] } [2024-09-10T02:49:55.760Z] $ docker exec --env ******** --env ******** 241d6b7a5095abb3cf13bce9598bb3f55c9a768045a4b98c1ad4745d43a9e751 ssh-agent -k [2024-09-10T02:49:55.851Z] unset SSH_AUTH_SOCK; [2024-09-10T02:49:55.851Z] unset SSH_AGENT_PID; [2024-09-10T02:49:55.851Z] echo Agent pid 38 killed; [2024-09-10T02:49:55.865Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-10T02:49:56.197Z] + git semver [Pipeline] } [2024-09-10T02:49:56.462Z] $ docker stop --time=1 241d6b7a5095abb3cf13bce9598bb3f55c9a768045a4b98c1ad4745d43a9e751 [2024-09-10T02:49:57.728Z] $ docker rm -f --volumes 241d6b7a5095abb3cf13bce9598bb3f55c9a768045a4b98c1ad4745d43a9e751 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:49:58.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-10T02:49:58.152Z] [2024-09-10T02:49:58.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:49:58.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-10T02:49:58.457Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-09-10T02:49:58.457Z] ab5ef0e58194: Pulling fs layer [2024-09-10T02:49:58.457Z] 9712f1f96733: Pulling fs layer [2024-09-10T02:49:58.457Z] 63f879dbbcfc: Pulling fs layer [2024-09-10T02:49:58.457Z] 0d9ebad4ef96: Pulling fs layer [2024-09-10T02:49:58.457Z] e9a5061849ea: Pulling fs layer [2024-09-10T02:49:58.457Z] d747dcd14b5f: Pulling fs layer [2024-09-10T02:49:58.457Z] 2de7ff778b66: Pulling fs layer [2024-09-10T02:49:58.457Z] e9a5061849ea: Waiting [2024-09-10T02:49:58.457Z] 0d9ebad4ef96: Waiting [2024-09-10T02:49:58.457Z] 2de7ff778b66: Waiting [2024-09-10T02:49:58.457Z] 9712f1f96733: Verifying Checksum [2024-09-10T02:49:58.457Z] 9712f1f96733: Download complete [2024-09-10T02:49:58.717Z] 63f879dbbcfc: Verifying Checksum [2024-09-10T02:49:58.717Z] 63f879dbbcfc: Download complete [2024-09-10T02:49:58.975Z] e9a5061849ea: Verifying Checksum [2024-09-10T02:49:58.975Z] e9a5061849ea: Download complete [2024-09-10T02:49:58.975Z] ab5ef0e58194: Verifying Checksum [2024-09-10T02:49:58.975Z] ab5ef0e58194: Download complete [2024-09-10T02:49:58.975Z] d747dcd14b5f: Download complete [2024-09-10T02:49:58.975Z] 0d9ebad4ef96: Verifying Checksum [2024-09-10T02:49:58.975Z] 0d9ebad4ef96: Download complete [2024-09-10T02:49:58.975Z] 2de7ff778b66: Verifying Checksum [2024-09-10T02:49:58.975Z] 2de7ff778b66: Download complete [2024-09-10T02:50:01.587Z] ab5ef0e58194: Pull complete [2024-09-10T02:50:01.587Z] 9712f1f96733: Pull complete [2024-09-10T02:50:02.207Z] 63f879dbbcfc: Pull complete [2024-09-10T02:50:05.533Z] 0d9ebad4ef96: Pull complete [2024-09-10T02:50:05.791Z] e9a5061849ea: Pull complete [2024-09-10T02:50:05.791Z] d747dcd14b5f: Pull complete [2024-09-10T02:50:06.723Z] 2de7ff778b66: Pull complete [2024-09-10T02:50:06.723Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-09-10T02:50:06.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-09-10T02:50:06.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:50:06.819Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:50:06.841Z] $ 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 [2024-09-10T02:50:14.109Z] $ docker top 50a33d3e719e75569671ad32d100df79e543181a2aebeb2c0341d774784d369f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-09-10T02:50:14.194Z] provisioning config files... [2024-09-10T02:50:14.199Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config10064298899015193000tmp [2024-09-10T02:50:14.208Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config969339156046622684tmp [2024-09-10T02:50:14.215Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config12580452219885588290tmp [Pipeline] { [Pipeline] echo [2024-09-10T02:50:14.244Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:14.532Z] ---> sigul-configuration.sh [2024-09-10T02:50:14.532Z] gpg: directory `/root/.gnupg' created [2024-09-10T02:50:14.532Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-09-10T02:50:14.532Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-09-10T02:50:14.532Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-09-10T02:50:14.532Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-09-10T02:50:14.532Z] gpg: CAST5 encrypted data [2024-09-10T02:50:14.532Z] gpg: encrypted with 1 passphrase [2024-09-10T02:50:14.532Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-09-10T02:50:14.820Z] + mkdir /home/jenkins [2024-09-10T02:50:14.820Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-09-10T02:50:15.113Z] + 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 [2024-09-10T02:50:15.127Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:15.416Z] ---> sigul-install.sh [2024-09-10T02:50:15.416Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-09-10T02:50:15.715Z] + git tag --list [2024-09-10T02:50:15.715Z] v0.0.0 [2024-09-10T02:50:15.715Z] v0.1.0 [2024-09-10T02:50:15.715Z] v0.1.1 [2024-09-10T02:50:15.715Z] v0.1.10 [2024-09-10T02:50:15.715Z] v0.1.11 [2024-09-10T02:50:15.715Z] v0.1.12 [2024-09-10T02:50:15.715Z] v0.1.13 [2024-09-10T02:50:15.715Z] v0.1.14 [2024-09-10T02:50:15.715Z] v0.1.15 [2024-09-10T02:50:15.715Z] v0.1.16 [2024-09-10T02:50:15.715Z] v0.1.17 [2024-09-10T02:50:15.715Z] v0.1.18 [2024-09-10T02:50:15.715Z] v0.1.19 [2024-09-10T02:50:15.715Z] v0.1.2 [2024-09-10T02:50:15.715Z] v0.1.20 [2024-09-10T02:50:15.715Z] v0.1.21 [2024-09-10T02:50:15.715Z] v0.1.22 [2024-09-10T02:50:15.715Z] v0.1.23 [2024-09-10T02:50:15.715Z] v0.1.24 [2024-09-10T02:50:15.715Z] v0.1.25 [2024-09-10T02:50:15.715Z] v0.1.26 [2024-09-10T02:50:15.715Z] v0.1.27 [2024-09-10T02:50:15.715Z] v0.1.28 [2024-09-10T02:50:15.715Z] v0.1.29 [2024-09-10T02:50:15.715Z] v0.1.3 [2024-09-10T02:50:15.715Z] v0.1.30 [2024-09-10T02:50:15.715Z] v0.1.31 [2024-09-10T02:50:15.715Z] v0.1.4 [2024-09-10T02:50:15.715Z] v0.1.5 [2024-09-10T02:50:15.715Z] v0.1.6 [2024-09-10T02:50:15.715Z] v0.1.7 [2024-09-10T02:50:15.715Z] v0.1.8 [2024-09-10T02:50:15.715Z] v0.1.9 [2024-09-10T02:50:15.715Z] v2.0.0 [2024-09-10T02:50:15.715Z] v2.0.1 [2024-09-10T02:50:15.715Z] v2.1.0 [2024-09-10T02:50:15.715Z] v2.1.1 [2024-09-10T02:50:15.715Z] v2.2.0 [2024-09-10T02:50:15.715Z] v2.3.0 [2024-09-10T02:50:15.715Z] v3.0 [2024-09-10T02:50:15.715Z] v3.0.0 [2024-09-10T02:50:15.715Z] v3.1 [2024-09-10T02:50:15.715Z] v3.1.0 [2024-09-10T02:50:15.715Z] v3.1.0-dev.1 [2024-09-10T02:50:15.715Z] v3.1.0-dev.10 [2024-09-10T02:50:15.715Z] v3.1.0-dev.11 [2024-09-10T02:50:15.715Z] v3.1.0-dev.12 [2024-09-10T02:50:15.715Z] v3.1.0-dev.13 [2024-09-10T02:50:15.715Z] v3.1.0-dev.14 [2024-09-10T02:50:15.715Z] v3.1.0-dev.15 [2024-09-10T02:50:15.715Z] v3.1.0-dev.16 [2024-09-10T02:50:15.715Z] v3.1.0-dev.17 [2024-09-10T02:50:15.715Z] v3.1.0-dev.18 [2024-09-10T02:50:15.715Z] v3.1.0-dev.19 [2024-09-10T02:50:15.715Z] v3.1.0-dev.2 [2024-09-10T02:50:15.715Z] v3.1.0-dev.20 [2024-09-10T02:50:15.715Z] v3.1.0-dev.21 [2024-09-10T02:50:15.715Z] v3.1.0-dev.22 [2024-09-10T02:50:15.715Z] v3.1.0-dev.23 [2024-09-10T02:50:15.715Z] v3.1.0-dev.24 [2024-09-10T02:50:15.715Z] v3.1.0-dev.25 [2024-09-10T02:50:15.715Z] v3.1.0-dev.26 [2024-09-10T02:50:15.715Z] v3.1.0-dev.27 [2024-09-10T02:50:15.715Z] v3.1.0-dev.28 [2024-09-10T02:50:15.715Z] v3.1.0-dev.29 [2024-09-10T02:50:15.715Z] v3.1.0-dev.3 [2024-09-10T02:50:15.715Z] v3.1.0-dev.30 [2024-09-10T02:50:15.715Z] v3.1.0-dev.31 [2024-09-10T02:50:15.715Z] v3.1.0-dev.32 [2024-09-10T02:50:15.715Z] v3.1.0-dev.33 [2024-09-10T02:50:15.715Z] v3.1.0-dev.4 [2024-09-10T02:50:15.715Z] v3.1.0-dev.5 [2024-09-10T02:50:15.715Z] v3.1.0-dev.6 [2024-09-10T02:50:15.715Z] v3.1.0-dev.7 [2024-09-10T02:50:15.715Z] v3.1.0-dev.8 [2024-09-10T02:50:15.715Z] v3.1.0-dev.9 [2024-09-10T02:50:15.715Z] v3.2.0-dev.1 [2024-09-10T02:50:15.715Z] v3.2.0-dev.10 [2024-09-10T02:50:15.715Z] v3.2.0-dev.11 [2024-09-10T02:50:15.715Z] v3.2.0-dev.12 [2024-09-10T02:50:15.715Z] v3.2.0-dev.13 [2024-09-10T02:50:15.715Z] v3.2.0-dev.14 [2024-09-10T02:50:15.715Z] v3.2.0-dev.15 [2024-09-10T02:50:15.715Z] v3.2.0-dev.16 [2024-09-10T02:50:15.715Z] v3.2.0-dev.17 [2024-09-10T02:50:15.715Z] v3.2.0-dev.18 [2024-09-10T02:50:15.715Z] v3.2.0-dev.19 [2024-09-10T02:50:15.715Z] v3.2.0-dev.2 [2024-09-10T02:50:15.715Z] v3.2.0-dev.20 [2024-09-10T02:50:15.715Z] v3.2.0-dev.21 [2024-09-10T02:50:15.715Z] v3.2.0-dev.22 [2024-09-10T02:50:15.715Z] v3.2.0-dev.23 [2024-09-10T02:50:15.715Z] v3.2.0-dev.24 [2024-09-10T02:50:15.715Z] v3.2.0-dev.25 [2024-09-10T02:50:15.715Z] v3.2.0-dev.26 [2024-09-10T02:50:15.715Z] v3.2.0-dev.27 [2024-09-10T02:50:15.715Z] v3.2.0-dev.28 [2024-09-10T02:50:15.715Z] v3.2.0-dev.29 [2024-09-10T02:50:15.715Z] v3.2.0-dev.3 [2024-09-10T02:50:15.715Z] v3.2.0-dev.30 [2024-09-10T02:50:15.715Z] v3.2.0-dev.31 [2024-09-10T02:50:15.715Z] v3.2.0-dev.32 [2024-09-10T02:50:15.715Z] v3.2.0-dev.33 [2024-09-10T02:50:15.715Z] v3.2.0-dev.34 [2024-09-10T02:50:15.715Z] v3.2.0-dev.35 [2024-09-10T02:50:15.715Z] v3.2.0-dev.36 [2024-09-10T02:50:15.715Z] v3.2.0-dev.4 [2024-09-10T02:50:15.715Z] v3.2.0-dev.5 [2024-09-10T02:50:15.715Z] v3.2.0-dev.6 [2024-09-10T02:50:15.715Z] v3.2.0-dev.7 [2024-09-10T02:50:15.715Z] v3.2.0-dev.8 [2024-09-10T02:50:15.715Z] v3.2.0-dev.9 [Pipeline] sh [2024-09-10T02:50:16.007Z] + lftools sign git-tag v3.2.0-dev.36 [2024-09-10T02:50:16.573Z] Signing Git tag with Sigul... [2024-09-10T02:50:16.573Z] Signing v3.2.0-dev.36 [Pipeline] echo [2024-09-10T02:50:16.845Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:17.137Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-09-10T02:50:17.144Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-09-10T02:50:17.171Z] $ docker stop --time=1 50a33d3e719e75569671ad32d100df79e543181a2aebeb2c0341d774784d369f [2024-09-10T02:50:18.457Z] $ docker rm -f --volumes 50a33d3e719e75569671ad32d100df79e543181a2aebeb2c0341d774784d369f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-09-10T02:50:18.906Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-10T02:50:18.907Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:50:19.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-10T02:50:19.213Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:50:19.298Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:50:19.314Z] $ 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 [2024-09-10T02:50:19.631Z] $ docker top 3734fd6b6b9b1ccd811d9ddb5bedf3d31c1934c250ccd7a23960c3ac66fd055f -eo pid,comm [2024-09-10T02:50:19.679Z] 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). [2024-09-10T02:50:19.679Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-10T02:50:19.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-10T02:50:19.734Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-10T02:50:19.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-10T02:50:19.845Z] $ docker exec 3734fd6b6b9b1ccd811d9ddb5bedf3d31c1934c250ccd7a23960c3ac66fd055f ssh-agent [2024-09-10T02:50:19.964Z] SSH_AUTH_SOCK=/tmp/ssh-GeqYIFWVaJfM/agent.32 [2024-09-10T02:50:19.964Z] SSH_AGENT_PID=38 [2024-09-10T02:50:19.968Z] Running ssh-add (command line suppressed) [2024-09-10T02:50:20.074Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_2364618381922154814.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_2364618381922154814.key) [2024-09-10T02:50:20.093Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-10T02:50:20.384Z] + git semver bump pre [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,556 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,556 [bump_version] DEBUG bumping version:3.2.0-dev.36 on axis:pre with prefix:dev [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,557 [bump_version] DEBUG bumped version:3.2.0-dev.37 [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,557 [write_version] DEBUG write version:3.2.0-dev.37 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,557 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,557 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,558 [execute] INFO git cat-file --batch-check [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,559 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,563 [execute] INFO git cat-file --batch [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2024-09-10T02:50:20.643Z] 2024-09-10 02:50:20,567 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:50:20.643Z] 3.2.0-dev.37 [Pipeline] } [2024-09-10T02:50:20.644Z] $ docker exec --env ******** --env ******** 3734fd6b6b9b1ccd811d9ddb5bedf3d31c1934c250ccd7a23960c3ac66fd055f ssh-agent -k [2024-09-10T02:50:20.732Z] unset SSH_AUTH_SOCK; [2024-09-10T02:50:20.732Z] unset SSH_AGENT_PID; [2024-09-10T02:50:20.732Z] echo Agent pid 38 killed; [2024-09-10T02:50:20.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-10T02:50:21.071Z] + git semver [Pipeline] } [2024-09-10T02:50:21.336Z] $ docker stop --time=1 3734fd6b6b9b1ccd811d9ddb5bedf3d31c1934c250ccd7a23960c3ac66fd055f [2024-09-10T02:50:22.605Z] $ docker rm -f --volumes 3734fd6b6b9b1ccd811d9ddb5bedf3d31c1934c250ccd7a23960c3ac66fd055f [Pipeline] // withDockerContainer [Pipeline] sh [2024-09-10T02:50:22.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-09-10T02:50:22.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:50:23.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-09-10T02:50:23.259Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:50:23.345Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:50:23.365Z] $ 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 [2024-09-10T02:50:23.671Z] $ docker top 58259ea5a0b7ec8b52b243793302bafd091405979dcef4fa81b0650e8ca59b78 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-09-10T02:50:23.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-09-10T02:50:23.776Z] [ssh-agent] Looking for ssh-agent implementation... [2024-09-10T02:50:23.874Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-09-10T02:50:23.870Z] $ docker exec 58259ea5a0b7ec8b52b243793302bafd091405979dcef4fa81b0650e8ca59b78 ssh-agent [2024-09-10T02:50:23.987Z] SSH_AUTH_SOCK=/tmp/ssh-Dq9LNRDiDidh/agent.32 [2024-09-10T02:50:23.987Z] SSH_AGENT_PID=38 [2024-09-10T02:50:23.992Z] Running ssh-add (command line suppressed) [2024-09-10T02:50:24.084Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_3363420031597139622.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_3363420031597139622.key) [2024-09-10T02:50:24.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-09-10T02:50:24.397Z] + git semver push [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,563 [run_push] DEBUG push [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,564 [execute] INFO git cat-file --batch-check [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,564 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,567 [execute] INFO git rev-list e215409db4118aac5d5b0f9e9b590cce2aa067c6 -- [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,567 [execute] DEBUG Popen(['git', 'rev-list', 'e215409db4118aac5d5b0f9e9b590cce2aa067c6', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,576 [execute] INFO git fetch -v origin [2024-09-10T02:50:24.657Z] 2024-09-10 02:50:24,576 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-09-10T02:50:25.225Z] 2024-09-10 02:50:24,993 [run_push] DEBUG no remote changes detected [2024-09-10T02:50:25.225Z] 2024-09-10 02:50:24,994 [execute] INFO git push origin semver [2024-09-10T02:50:25.225Z] 2024-09-10 02:50:24,994 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-09-10T02:50:25.793Z] 2024-09-10 02:50:25,710 [run_push] DEBUG push all version tags [2024-09-10T02:50:25.793Z] 2024-09-10 02:50:25,711 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-09-10T02:50:25.793Z] 2024-09-10 02:50:25,711 [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) [2024-09-10T02:50:26.360Z] 2024-09-10 02:50:26,328 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2024-09-10T02:50:26.360Z] 3.2.0-dev.37 [Pipeline] } [2024-09-10T02:50:26.362Z] $ docker exec --env ******** --env ******** 58259ea5a0b7ec8b52b243793302bafd091405979dcef4fa81b0650e8ca59b78 ssh-agent -k [2024-09-10T02:50:26.460Z] unset SSH_AUTH_SOCK; [2024-09-10T02:50:26.460Z] unset SSH_AGENT_PID; [2024-09-10T02:50:26.461Z] echo Agent pid 38 killed; [2024-09-10T02:50:26.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-09-10T02:50:26.804Z] + git semver [Pipeline] } [2024-09-10T02:50:27.067Z] $ docker stop --time=1 58259ea5a0b7ec8b52b243793302bafd091405979dcef4fa81b0650e8ca59b78 [2024-09-10T02:50:28.338Z] $ docker rm -f --volumes 58259ea5a0b7ec8b52b243793302bafd091405979dcef4fa81b0650e8ca59b78 [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 [2024-09-10T02:50:28.938Z] + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] [2024-09-10T02:50:28.938Z] + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives [2024-09-10T02:50:28.938Z] total 16 [2024-09-10T02:50:28.938Z] drwxr-xr-x 3 root root 4096 Sep 10 02:41 . [2024-09-10T02:50:28.938Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 10 02:50 .. [2024-09-10T02:50:28.938Z] drwxr-xr-x 2 root root 4096 Sep 10 02:41 cost [2024-09-10T02:50:28.938Z] -rw-r--r-- 1 root root 88 Sep 10 02:41 cost.csv [2024-09-10T02:50:28.938Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives [2024-09-10T02:50:28.938Z] + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives [2024-09-10T02:50:28.939Z] total 16 [2024-09-10T02:50:28.939Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 10 02:41 . [2024-09-10T02:50:28.939Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 10 02:50 .. [2024-09-10T02:50:28.939Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 10 02:41 cost [2024-09-10T02:50:28.939Z] -rw-r--r-- 1 jenkins jenkins 88 Sep 10 02:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:29.235Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:30.092Z] ---> package-listing.sh [2024-09-10T02:50:30.092Z] ++ facter osfamily [2024-09-10T02:50:30.092Z] ++ tr '[:upper:]' '[:lower:]' [2024-09-10T02:50:30.352Z] + OS_FAMILY=debian [2024-09-10T02:50:30.352Z] + workspace=/w/workspace/gexfoundry_go-mod-messaging_main [2024-09-10T02:50:30.352Z] + START_PACKAGES=/tmp/packages_start.txt [2024-09-10T02:50:30.352Z] + END_PACKAGES=/tmp/packages_end.txt [2024-09-10T02:50:30.352Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-09-10T02:50:30.352Z] + PACKAGES=/tmp/packages_start.txt [2024-09-10T02:50:30.352Z] + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' [2024-09-10T02:50:30.352Z] + PACKAGES=/tmp/packages_end.txt [2024-09-10T02:50:30.352Z] + case "${OS_FAMILY}" in [2024-09-10T02:50:30.352Z] + dpkg -l [2024-09-10T02:50:30.352Z] + grep '^ii' [2024-09-10T02:50:30.352Z] + '[' -f /tmp/packages_start.txt ']' [2024-09-10T02:50:30.352Z] + '[' -f /tmp/packages_end.txt ']' [2024-09-10T02:50:30.352Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-09-10T02:50:30.352Z] + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' [2024-09-10T02:50:30.352Z] + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [2024-09-10T02:50:30.352Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [Pipeline] echo [2024-09-10T02:50:30.365Z] 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 [2024-09-10T02:50:30.642Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-09-10T02:50:31.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-09-10T02:50:31.206Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-09-10T02:50:31.290Z] prd-ubuntu20.04-docker-8c-8g-9932 does not seem to be running inside a container [2024-09-10T02:50:31.307Z] $ 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 [2024-09-10T02:50:31.478Z] $ docker top feed49f06f19e3e035e809b9e8bb431ac0953c544d5e28be9b2c0c44a1303dea -eo pid,comm [Pipeline] { [Pipeline] sh [2024-09-10T02:50:31.834Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-09-10T02:50:32.122Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-09-10T02:50:32.408Z] + ls /var/log/sa-host [2024-09-10T02:50:32.408Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-09-10T02:50:32.483Z] provisioning config files... [2024-09-10T02:50:32.491Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config14053010254664700072tmp [Pipeline] { [Pipeline] echo [2024-09-10T02:50:32.516Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:32.795Z] ---> create-netrc.sh [Pipeline] } [2024-09-10T02:50:32.801Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:33.137Z] ---> python-tools-install.sh [Pipeline] echo [2024-09-10T02:50:33.146Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:33.428Z] ---> sudo-logs.sh [2024-09-10T02:50:33.428Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-09-10T02:50:33.461Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:33.743Z] ---> job-cost.sh [2024-09-10T02:50:33.744Z] lf-activate-venv: SKIPPING [2024-09-10T02:50:33.744Z] DEBUG: total: 0.2199999988079071 [2024-09-10T02:50:33.744Z] INFO: Retrieving Stack Cost... [2024-09-10T02:50:34.004Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-09-10T02:50:34.572Z] INFO: Archiving Costs [Pipeline] echo [2024-09-10T02:50:34.585Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-09-10T02:50:34.869Z] ---> logs-deploy.sh [2024-09-10T02:50:34.870Z] lf-activate-venv: SKIPPING [2024-09-10T02:50:34.870Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/169 [2024-09-10T02:50:34.870Z] INFO: archiving workspace using pattern(s): [2024-09-10T02:50:35.807Z] Archives upload complete. [2024-09-10T02:50:35.807Z] INFO: archiving logs to Nexus