Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from aadc892cd2837b8e906124c845bc16daafba8aa2 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-ssh13349973941073872956.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh8705580199917577370.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh17301323333416799549.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh4924543759726723774.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-ssh15012998325889343481.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.20 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 ‘prd-ubuntu20.04-docker-8c-8g-19253’ is offline Running on prd-ubuntu20.04-docker-8c-8g-19255 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 aadc892cd2837b8e906124c845bc16daafba8aa2 (main) Commit message: "Merge pull request #261 from edgexfoundry/dependabot/go_modules/github.com/nats-io/nats.go-1.27.1" > 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 aadc892cd2837b8e906124c845bc16daafba8aa2 # timeout=10 > git rev-list --no-walk 7cb7ba25df1cd1b20aa27e8887537372fc1920b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-06-26T17:58:11.390Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-06-26T17:58:11.455Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-06-26T17:58:11.474Z] ========================================================= [2023-06-26T17:58:11.474Z] EdgeX Global Pipelines Version Info [2023-06-26T17:58:11.474Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-06-26T17:58:12.184Z] ------------------- [2023-06-26T17:58:12.184Z] stable info: [2023-06-26T17:58:12.184Z] ------------------- [2023-06-26T17:58:12.184Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-06-26T17:58:12.184Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-26T17:58:12.184Z] Message: update stable to v1.0.250 [2023-06-26T17:58:12.756Z] ------------------- [2023-06-26T17:58:12.756Z] experimental info: [2023-06-26T17:58:12.756Z] ------------------- [2023-06-26T17:58:12.757Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-06-26T17:58:12.757Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-06-26T17:58:12.757Z] Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-06-26T17:58:12.910Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2023-06-26T17:58:12.919Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2023-06-26T17:58:12.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-06-26T17:58:12.937Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-06-26T17:58:12.958Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-06-26T17:58:12.978Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-06-26T17:58:12.996Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-06-26T17:58:13.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-06-26T17:58:13.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-06-26T17:58:13.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-06-26T17:58:13.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-06-26T17:58:13.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo [2023-06-26T17:58:13.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-06-26T17:58:13.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-06-26T17:58:13.106Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-06-26T17:58:13.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-06-26T17:58:13.130Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-06-26T17:58:13.143Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-06-26T17:58:13.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-06-26T17:58:13.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-06-26T17:58:13.188Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-06-26T17:58:13.200Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-06-26T17:58:13.215Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-06-26T17:58:13.231Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-06-26T17:58:13.242Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-06-26T17:58:13.251Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-06-26T17:58:13.261Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-06-26T17:58:13.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-06-26T17:58:13.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-06-26T17:58:13.293Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-06-26T17:58:13.309Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aadc892cd2837b8e906124c845bc16daafba8aa2 [Pipeline] echo [2023-06-26T17:58:13.324Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aadc892 [Pipeline] echo [2023-06-26T17:58:13.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-06-26T17:58:13.699Z] + git rev-list -1 --merges aadc892cd2837b8e906124c845bc16daafba8aa2~1..aadc892cd2837b8e906124c845bc16daafba8aa2 [Pipeline] echo [2023-06-26T17:58:13.746Z] -----------> git rev-list -1 --merges aadc892cd2837b8e906124c845bc16daafba8aa2~1..aadc892cd2837b8e906124c845bc16daafba8aa2 aadc892cd2837b8e906124c845bc16daafba8aa2 [2023-06-26T17:58:13.746Z] aadc892cd2837b8e906124c845bc16daafba8aa2 [false] [Pipeline] sh [2023-06-26T17:58:14.034Z] + git log --format=format:%s -1 aadc892cd2837b8e906124c845bc16daafba8aa2 [Pipeline] echo [2023-06-26T17:58:14.048Z] ========================================================= [2023-06-26T17:58:14.048Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-06-26T17:58:14.048Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-26T17:58:14.373Z] + git log --format=format:%s -1 aadc892cd2837b8e906124c845bc16daafba8aa2 [Pipeline] echo [2023-06-26T17:58:14.384Z] [semverPrep] GIT_COMMIT: aadc892cd2837b8e906124c845bc16daafba8aa2, Commit Message: Merge pull request #261 from edgexfoundry/dependabot/go_modules/github.com/nats-io/nats.go-1.27.1 [Pipeline] echo [2023-06-26T17:58:14.392Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-06-26T17:58:14.746Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T17:58:14.746Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-06-26T17:58:14.746Z] + [ -e /tmp/ssh_known_hosts ] [2023-06-26T17:58:14.746Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-06-26T17:58:14.746Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2023-06-26T17:58:14.746Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-06-26T17:58:14.746Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T17:58:15.088Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T17:58:15.088Z] [2023-06-26T17:58:15.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T17:58:15.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T17:58:15.393Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-06-26T17:58:15.393Z] b85a868b505f: Pulling fs layer [2023-06-26T17:58:15.393Z] e2be974225ed: Pulling fs layer [2023-06-26T17:58:15.393Z] 339a4e72a1f5: Pulling fs layer [2023-06-26T17:58:15.393Z] 988bab9f4d93: Pulling fs layer [2023-06-26T17:58:15.393Z] 1469e6f7b9e6: Pulling fs layer [2023-06-26T17:58:15.393Z] eaf3925da568: Pulling fs layer [2023-06-26T17:58:15.393Z] bab4dde63d76: Pulling fs layer [2023-06-26T17:58:15.393Z] 988bab9f4d93: Waiting [2023-06-26T17:58:15.393Z] bde34c3a00c8: Pulling fs layer [2023-06-26T17:58:15.393Z] b352a97aabf1: Pulling fs layer [2023-06-26T17:58:15.393Z] 4872d77fe225: Pulling fs layer [2023-06-26T17:58:15.393Z] 1469e6f7b9e6: Waiting [2023-06-26T17:58:15.393Z] 5851b861e8e6: Pulling fs layer [2023-06-26T17:58:15.393Z] bde34c3a00c8: Waiting [2023-06-26T17:58:15.393Z] b352a97aabf1: Waiting [2023-06-26T17:58:15.393Z] 4872d77fe225: Waiting [2023-06-26T17:58:15.393Z] bab4dde63d76: Waiting [2023-06-26T17:58:15.393Z] eaf3925da568: Waiting [2023-06-26T17:58:15.393Z] 5851b861e8e6: Waiting [2023-06-26T17:58:15.393Z] e2be974225ed: Download complete [2023-06-26T17:58:15.393Z] 988bab9f4d93: Verifying Checksum [2023-06-26T17:58:15.393Z] 988bab9f4d93: Download complete [2023-06-26T17:58:15.654Z] 1469e6f7b9e6: Verifying Checksum [2023-06-26T17:58:15.654Z] 1469e6f7b9e6: Download complete [2023-06-26T17:58:15.654Z] 339a4e72a1f5: Verifying Checksum [2023-06-26T17:58:15.654Z] 339a4e72a1f5: Download complete [2023-06-26T17:58:15.654Z] eaf3925da568: Verifying Checksum [2023-06-26T17:58:15.654Z] eaf3925da568: Download complete [2023-06-26T17:58:15.654Z] bde34c3a00c8: Download complete [2023-06-26T17:58:15.654Z] b352a97aabf1: Download complete [2023-06-26T17:58:15.654Z] 4872d77fe225: Verifying Checksum [2023-06-26T17:58:15.654Z] 4872d77fe225: Download complete [2023-06-26T17:58:15.654Z] 5851b861e8e6: Download complete [2023-06-26T17:58:15.654Z] b85a868b505f: Verifying Checksum [2023-06-26T17:58:15.654Z] b85a868b505f: Download complete [2023-06-26T17:58:15.914Z] bab4dde63d76: Verifying Checksum [2023-06-26T17:58:15.914Z] bab4dde63d76: Download complete [2023-06-26T17:58:16.851Z] b85a868b505f: Pull complete [2023-06-26T17:58:17.110Z] e2be974225ed: Pull complete [2023-06-26T17:58:17.369Z] 339a4e72a1f5: Pull complete [2023-06-26T17:58:17.628Z] 988bab9f4d93: Pull complete [2023-06-26T17:58:17.887Z] 1469e6f7b9e6: Pull complete [2023-06-26T17:58:17.888Z] eaf3925da568: Pull complete [2023-06-26T17:58:19.792Z] bab4dde63d76: Pull complete [2023-06-26T17:58:19.792Z] bde34c3a00c8: Pull complete [2023-06-26T17:58:19.792Z] b352a97aabf1: Pull complete [2023-06-26T17:58:20.052Z] 4872d77fe225: Pull complete [2023-06-26T17:58:20.052Z] 5851b861e8e6: Pull complete [2023-06-26T17:58:20.052Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-06-26T17:58:20.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T17:58:20.052Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T17:58:20.143Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T17:58:20.158Z] $ 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 [2023-06-26T17:58:22.821Z] $ docker top bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 -eo pid,comm [2023-06-26T17:58:22.895Z] 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). [2023-06-26T17:58:22.895Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T17:58:22.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T17:58:22.937Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T17:58:23.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T17:58:23.030Z] $ docker exec bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 ssh-agent [2023-06-26T17:58:23.156Z] SSH_AUTH_SOCK=/tmp/ssh-4oAR5yrSPT5U/agent.32 [2023-06-26T17:58:23.156Z] SSH_AGENT_PID=38 [2023-06-26T17:58:23.164Z] Running ssh-add (command line suppressed) [2023-06-26T17:58:23.260Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_2542442403095116256.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_2542442403095116256.key) [2023-06-26T17:58:23.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T17:58:23.582Z] + git tag --points-at HEAD [Pipeline] } [2023-06-26T17:58:23.587Z] $ docker exec --env ******** --env ******** bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 ssh-agent -k [2023-06-26T17:58:23.679Z] unset SSH_AUTH_SOCK; [2023-06-26T17:58:23.679Z] unset SSH_AGENT_PID; [2023-06-26T17:58:23.680Z] echo Agent pid 38 killed; [2023-06-26T17:58:23.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-06-26T17:58:23.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T17:58:23.724Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T17:58:23.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T17:58:23.812Z] $ docker exec bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 ssh-agent [2023-06-26T17:58:23.936Z] SSH_AUTH_SOCK=/tmp/ssh-GGympKgULkii/agent.70 [2023-06-26T17:58:23.936Z] SSH_AGENT_PID=76 [2023-06-26T17:58:23.940Z] Running ssh-add (command line suppressed) [2023-06-26T17:58:24.031Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_2892185028348639872.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_2892185028348639872.key) [2023-06-26T17:58:24.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T17:58:24.346Z] + git semver init [2023-06-26T17:58:24.606Z] 2023-06-26 17:58:24,536 [run_init] DEBUG init version:0.0.0 force:False [2023-06-26T17:58:24.606Z] 2023-06-26 17:58:24,537 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver [2023-06-26T17:58:24.606Z] 2023-06-26 17:58:24,537 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver [2023-06-26T17:58:24.606Z] 2023-06-26 17:58:24,538 [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) [2023-06-26T17:58:25.544Z] 2023-06-26 17:58:25,351 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude [2023-06-26T17:58:25.544Z] 2023-06-26 17:58:25,352 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False [2023-06-26T17:58:25.544Z] 2023-06-26 17:58:25,352 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T17:58:25.544Z] 2023-06-26 17:58:25,352 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T17:58:25.544Z] 3.1.0-dev.6 [Pipeline] } [2023-06-26T17:58:25.544Z] $ docker exec --env ******** --env ******** bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 ssh-agent -k [2023-06-26T17:58:25.639Z] unset SSH_AUTH_SOCK; [2023-06-26T17:58:25.639Z] unset SSH_AGENT_PID; [2023-06-26T17:58:25.639Z] echo Agent pid 76 killed; [2023-06-26T17:58:25.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T17:58:25.969Z] + git semver [Pipeline] } [2023-06-26T17:58:26.232Z] $ docker stop --time=1 bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 [2023-06-26T17:58:27.588Z] $ docker rm -f --volumes bf61378f9222f9adb1a57f96130e6d45ee436f95deaae6ea96f6f4267daa28e4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T17:58:27.938Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-06-26T17:58:28.141Z] Stashed 1 file(s) [Pipeline] echo [2023-06-26T17:58:28.143Z] [edgeXSemver]: initialized semver on version 3.1.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2023-06-26T17:58:28.291Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T17:58:28.301Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T17:58:28.308Z] ========================================================= [2023-06-26T17:58:28.308Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-06-26T17:58:28.308Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-06-26T17:58:28.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-26T17:58:28.600Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-06-26T17:58:28.600Z] f56be85fc22e: Pulling fs layer [2023-06-26T17:58:28.600Z] 85791d961cd3: Pulling fs layer [2023-06-26T17:58:28.600Z] d694b5ae8c79: Pulling fs layer [2023-06-26T17:58:28.600Z] 9f32a84ed3da: Pulling fs layer [2023-06-26T17:58:28.600Z] 4d19c01a9841: Pulling fs layer [2023-06-26T17:58:28.600Z] 9325e15d5711: Pulling fs layer [2023-06-26T17:58:28.600Z] 556b6ee489ea: Pulling fs layer [2023-06-26T17:58:28.600Z] c5a4b2cf53e6: Pulling fs layer [2023-06-26T17:58:28.600Z] 9f32a84ed3da: Waiting [2023-06-26T17:58:28.600Z] 9325e15d5711: Waiting [2023-06-26T17:58:28.600Z] c5a4b2cf53e6: Waiting [2023-06-26T17:58:28.600Z] 4d19c01a9841: Waiting [2023-06-26T17:58:28.600Z] 556b6ee489ea: Waiting [2023-06-26T17:58:28.600Z] 85791d961cd3: Verifying Checksum [2023-06-26T17:58:28.600Z] 85791d961cd3: Download complete [2023-06-26T17:58:28.600Z] 9f32a84ed3da: Download complete [2023-06-26T17:58:28.600Z] 4d19c01a9841: Verifying Checksum [2023-06-26T17:58:28.600Z] 4d19c01a9841: Download complete [2023-06-26T17:58:28.600Z] f56be85fc22e: Verifying Checksum [2023-06-26T17:58:28.600Z] f56be85fc22e: Download complete [2023-06-26T17:58:28.600Z] 9325e15d5711: Verifying Checksum [2023-06-26T17:58:28.600Z] 9325e15d5711: Download complete [2023-06-26T17:58:28.860Z] f56be85fc22e: Pull complete [2023-06-26T17:58:29.119Z] 85791d961cd3: Pull complete [2023-06-26T17:58:29.379Z] c5a4b2cf53e6: Verifying Checksum [2023-06-26T17:58:29.379Z] c5a4b2cf53e6: Download complete [2023-06-26T17:58:29.379Z] d694b5ae8c79: Verifying Checksum [2023-06-26T17:58:29.379Z] d694b5ae8c79: Download complete [2023-06-26T17:58:29.638Z] 556b6ee489ea: Verifying Checksum [2023-06-26T17:58:29.638Z] 556b6ee489ea: Download complete [2023-06-26T17:58:32.928Z] d694b5ae8c79: Pull complete [2023-06-26T17:58:32.928Z] 9f32a84ed3da: Pull complete [2023-06-26T17:58:32.928Z] 4d19c01a9841: Pull complete [2023-06-26T17:58:32.928Z] 9325e15d5711: Pull complete [2023-06-26T17:58:35.460Z] 556b6ee489ea: Pull complete [2023-06-26T17:58:36.026Z] c5a4b2cf53e6: Pull complete [2023-06-26T17:58:36.026Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-06-26T17:58:36.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-06-26T17:58:36.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-06-26T17:58:36.312Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T17:58:36.608Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-26T17:58:36.608Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T17:58:36.677Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T17:58:36.703Z] $ 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 [2023-06-26T17:58:42.249Z] $ docker top cc7acadd2240eb023adf66a5493b5fa400d1cce416ff5e49ad07ffbb3de7108f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T17:58:42.589Z] + go version [2023-06-26T17:58:42.589Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-06-26T17:58:42.600Z] $ docker stop --time=1 cc7acadd2240eb023adf66a5493b5fa400d1cce416ff5e49ad07ffbb3de7108f [2023-06-26T17:58:43.231Z] Still waiting to schedule task [2023-06-26T17:58:43.232Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-19254’ is offline [2023-06-26T17:58:43.941Z] $ docker rm -f --volumes cc7acadd2240eb023adf66a5493b5fa400d1cce416ff5e49ad07ffbb3de7108f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T17:58:44.350Z] + docker inspect -f . ci-base-image-x86_64 [2023-06-26T17:58:44.350Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T17:58:44.420Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T17:58:44.452Z] $ 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 [2023-06-26T17:58:44.825Z] $ docker top f5217f2713a598408a199270aacbf8888c4373605a7fb45c82fed9a3ef73a466 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T17:58:45.169Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh [2023-06-26T17:58:45.471Z] + make test [2023-06-26T17:58:45.471Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2023-06-26T17:58:45.471Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0 [2023-06-26T17:58:45.471Z] go: downloading github.com/google/uuid v1.3.0 [2023-06-26T17:58:45.471Z] go: downloading github.com/stretchr/testify v1.8.4 [2023-06-26T17:58:45.471Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-06-26T17:58:45.471Z] go: downloading github.com/nats-io/nats.go v1.27.1 [2023-06-26T17:58:45.729Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-06-26T17:58:45.729Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.18 [2023-06-26T17:58:45.729Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-06-26T17:58:45.729Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-06-26T17:58:45.729Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-06-26T17:58:45.729Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-06-26T17:58:45.729Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-06-26T17:58:45.729Z] go: downloading github.com/go-playground/validator/v10 v10.13.0 [2023-06-26T17:58:45.729Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-06-26T17:58:45.729Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-06-26T17:58:45.729Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-06-26T17:58:45.729Z] go: downloading golang.org/x/net v0.10.0 [2023-06-26T17:58:45.729Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2023-06-26T17:58:45.729Z] go: downloading github.com/x448/float16 v0.8.4 [2023-06-26T17:58:45.729Z] go: downloading golang.org/x/text v0.9.0 [2023-06-26T17:58:45.729Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-06-26T17:58:45.729Z] go: downloading github.com/leodido/go-urn v1.2.3 [2023-06-26T17:58:45.729Z] go: downloading golang.org/x/crypto v0.9.0 [2023-06-26T17:58:45.729Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-06-26T17:58:45.729Z] go: downloading github.com/klauspost/compress v1.16.5 [2023-06-26T17:58:45.729Z] go: downloading github.com/nats-io/nkeys v0.4.4 [2023-06-26T17:58:45.729Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-06-26T17:58:45.989Z] go: downloading golang.org/x/sys v0.8.0 [2023-06-26T17:58:46.249Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-06-26T17:58:46.249Z] go: downloading github.com/nats-io/jwt/v2 v2.4.1 [2023-06-26T17:58:46.249Z] go: downloading golang.org/x/time v0.3.0 [2023-06-26T17:59:04.342Z] ok github.com/edgexfoundry/go-mod-messaging/v3/clients 0.055s coverage: 88.6% of statements [2023-06-26T17:59:04.342Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] [2023-06-26T17:59:04.342Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] [2023-06-26T17:59:08.530Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 5.055s coverage: 19.8% of statements [2023-06-26T17:59:08.530Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 0.070s coverage: 88.8% of statements [2023-06-26T17:59:08.530Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 0.114s coverage: 89.1% of statements [2023-06-26T17:59:13.800Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] [2023-06-26T17:59:13.800Z] ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] [2023-06-26T17:59:13.800Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 0.101s coverage: 35.9% of statements [2023-06-26T17:59:13.800Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 0.164s coverage: 61.3% of statements [2023-06-26T17:59:13.800Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 0.065s coverage: 87.5% of statements [2023-06-26T17:59:13.800Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 0.053s coverage: 100.0% of statements [2023-06-26T17:59:13.800Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 0.046s coverage: 100.0% of statements [2023-06-26T17:59:13.800Z] ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 0.059s coverage: 95.1% of statements [2023-06-26T17:59:28.671Z] go vet ./... [2023-06-26T17:59:30.572Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-26T17:59:30.830Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-06-26T17:59:30.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-26T17:59:30.865Z] $ docker stop --time=1 f5217f2713a598408a199270aacbf8888c4373605a7fb45c82fed9a3ef73a466 [2023-06-26T17:59:35.498Z] $ docker rm -f --volumes f5217f2713a598408a199270aacbf8888c4373605a7fb45c82fed9a3ef73a466 [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T17:59:36.060Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-26T17:59:36.113Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T17:59:36.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T17:59:36.541Z] [2023-06-26T17:59:36.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T17:59:36.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T17:59:36.839Z] latest: Pulling from edgex-lftools-log-publisher [2023-06-26T17:59:36.839Z] 5eb5b503b376: Pulling fs layer [2023-06-26T17:59:36.839Z] 5c69ac0246d0: Pulling fs layer [2023-06-26T17:59:36.839Z] ec43610c2a17: Pulling fs layer [2023-06-26T17:59:36.839Z] 3a2ae6a8a46f: Pulling fs layer [2023-06-26T17:59:36.839Z] 33b1e0a273af: Pulling fs layer [2023-06-26T17:59:36.839Z] 5d3b04190fa2: Pulling fs layer [2023-06-26T17:59:36.839Z] 2f39f015ded8: Pulling fs layer [2023-06-26T17:59:36.839Z] 3a2ae6a8a46f: Waiting [2023-06-26T17:59:36.839Z] 33b1e0a273af: Waiting [2023-06-26T17:59:36.839Z] 5d3b04190fa2: Waiting [2023-06-26T17:59:36.839Z] 2f39f015ded8: Waiting [2023-06-26T17:59:36.839Z] 5c69ac0246d0: Download complete [2023-06-26T17:59:36.839Z] 3a2ae6a8a46f: Verifying Checksum [2023-06-26T17:59:36.839Z] 3a2ae6a8a46f: Download complete [2023-06-26T17:59:37.101Z] 33b1e0a273af: Verifying Checksum [2023-06-26T17:59:37.101Z] 33b1e0a273af: Download complete [2023-06-26T17:59:37.101Z] ec43610c2a17: Verifying Checksum [2023-06-26T17:59:37.101Z] ec43610c2a17: Download complete [2023-06-26T17:59:37.101Z] 5d3b04190fa2: Verifying Checksum [2023-06-26T17:59:37.101Z] 5d3b04190fa2: Download complete [2023-06-26T17:59:37.101Z] 5eb5b503b376: Verifying Checksum [2023-06-26T17:59:37.101Z] 5eb5b503b376: Download complete [2023-06-26T17:59:37.674Z] 2f39f015ded8: Verifying Checksum [2023-06-26T17:59:37.674Z] 2f39f015ded8: Download complete [2023-06-26T17:59:38.243Z] 5eb5b503b376: Pull complete [2023-06-26T17:59:38.501Z] 5c69ac0246d0: Pull complete [2023-06-26T17:59:39.068Z] ec43610c2a17: Pull complete [2023-06-26T17:59:39.068Z] 3a2ae6a8a46f: Pull complete [2023-06-26T17:59:39.325Z] 33b1e0a273af: Pull complete [2023-06-26T17:59:39.325Z] 5d3b04190fa2: Pull complete [2023-06-26T17:59:43.510Z] 2f39f015ded8: Pull complete [2023-06-26T17:59:43.510Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-06-26T17:59:43.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T17:59:43.510Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T17:59:43.585Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T17:59:43.631Z] $ 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 [2023-06-26T17:59:48.806Z] $ docker top 187fe14412f2485910515e05cb9c9ca8ba08ab6c98c354dc9a3950d84e28cd19 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T17:59:49.181Z] ---> job-cost.sh [2023-06-26T17:59:49.181Z] lf-activate-venv: SKIPPING [2023-06-26T17:59:49.181Z] INFO: No Stack... [2023-06-26T17:59:49.749Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-26T17:59:50.008Z] INFO: Archiving Costs [Pipeline] sh [2023-06-26T17:59:50.298Z] + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv [2023-06-26T17:59:50.298Z] + cut -d, -f6 [Pipeline] lock [2023-06-26T17:59:50.314Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] [2023-06-26T17:59:50.321Z] Resource [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] did not exist. Created. [2023-06-26T17:59:50.321Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-26T17:59:50.620Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-06-26T17:59:50.643Z] Stashed 1 file(s) [Pipeline] } [2023-06-26T17:59:50.649Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-26T17:59:50.671Z] $ docker stop --time=1 187fe14412f2485910515e05cb9c9ca8ba08ab6c98c354dc9a3950d84e28cd19 [2023-06-26T17:59:51.813Z] $ docker rm -f --volumes 187fe14412f2485910515e05cb9c9ca8ba08ab6c98c354dc9a3950d84e28cd19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-06-26T18:00:12.937Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19256 in /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] { [Pipeline] ws [2023-06-26T18:00:12.947Z] Running in /w/workspace/go-mod-messaging/105 [Pipeline] { [Pipeline] checkout [2023-06-26T18:00:12.973Z] Selected Git installation does not exist. Using Default [2023-06-26T18:00:12.973Z] The recommended git tool is: NONE [2023-06-26T18:00:17.792Z] using credential edgex-jenkins-ssh [2023-06-26T18:00:17.811Z] Cloning the remote Git repository [2023-06-26T18:00:17.852Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2023-06-26T18:00:17.946Z] > git init /w/workspace/go-mod-messaging/105 # timeout=10 [2023-06-26T18:00:18.074Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2023-06-26T18:00:18.075Z] > git --version # timeout=10 [2023-06-26T18:00:18.095Z] > git --version # 'git version 2.25.1' [2023-06-26T18:00:18.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-06-26T18:00:18.236Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-26T18:00:19.038Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2023-06-26T18:00:19.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-06-26T18:00:19.886Z] Avoid second fetch [2023-06-26T18:00:19.886Z] Checking out Revision aadc892cd2837b8e906124c845bc16daafba8aa2 (main) [2023-06-26T18:00:19.902Z] > git config core.sparsecheckout # timeout=10 [2023-06-26T18:00:19.962Z] > git checkout -f aadc892cd2837b8e906124c845bc16daafba8aa2 # timeout=10 [2023-06-26T18:00:20.422Z] Commit message: "Merge pull request #261 from edgexfoundry/dependabot/go_modules/github.com/nats-io/nats.go-1.27.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-06-26T18:00:21.373Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-06-26T18:00:21.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-26T18:00:21.373Z] Dload Upload Total Spent Left Speed [2023-06-26T18:00:21.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh [2023-06-26T18:00:21.987Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-06-26T18:00:22.317Z] + sudo tee /etc/docker/daemon.new [2023-06-26T18:00:22.317Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-06-26T18:00:22.317Z] { [2023-06-26T18:00:22.317Z] "registry-mirrors": [ [2023-06-26T18:00:22.317Z] "https://nexus3.edgexfoundry.org:10001" [2023-06-26T18:00:22.317Z] ], [2023-06-26T18:00:22.317Z] "bip": "10.250.0.254/24", [2023-06-26T18:00:22.317Z] "hosts": [ [2023-06-26T18:00:22.317Z] "tcp://0.0.0.0:5555", [2023-06-26T18:00:22.317Z] "unix:///var/run/docker.sock" [2023-06-26T18:00:22.317Z] ], [2023-06-26T18:00:22.317Z] "mtu": 1458, [2023-06-26T18:00:22.317Z] "selinux-enabled": true, [2023-06-26T18:00:22.317Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-06-26T18:00:22.317Z] } [Pipeline] sh [2023-06-26T18:00:22.655Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-06-26T18:00:22.980Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-06-26T18:00:41.411Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T18:00:41.430Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-06-26T18:00:41.444Z] ========================================================= [2023-06-26T18:00:41.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-06-26T18:00:41.444Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-06-26T18:00:41.775Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-26T18:00:42.361Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-06-26T18:00:42.361Z] c41833b44d91: Pulling fs layer [2023-06-26T18:00:42.361Z] ed15518f5707: Pulling fs layer [2023-06-26T18:00:42.361Z] feae8fd75edb: Pulling fs layer [2023-06-26T18:00:42.361Z] 242c74f7c9fa: Pulling fs layer [2023-06-26T18:00:42.361Z] 3cdef696dda3: Pulling fs layer [2023-06-26T18:00:42.361Z] 2ced38df9373: Pulling fs layer [2023-06-26T18:00:42.361Z] 58f1dce35555: Pulling fs layer [2023-06-26T18:00:42.361Z] 3cdef696dda3: Waiting [2023-06-26T18:00:42.361Z] 2ced38df9373: Waiting [2023-06-26T18:00:42.361Z] 242c74f7c9fa: Waiting [2023-06-26T18:00:42.361Z] 58f1dce35555: Waiting [2023-06-26T18:00:42.361Z] ed15518f5707: Download complete [2023-06-26T18:00:42.361Z] 242c74f7c9fa: Verifying Checksum [2023-06-26T18:00:42.361Z] 242c74f7c9fa: Download complete [2023-06-26T18:00:42.361Z] 3cdef696dda3: Verifying Checksum [2023-06-26T18:00:42.361Z] 3cdef696dda3: Download complete [2023-06-26T18:00:42.361Z] c41833b44d91: Verifying Checksum [2023-06-26T18:00:43.325Z] c41833b44d91: Pull complete [2023-06-26T18:00:43.595Z] 58f1dce35555: Verifying Checksum [2023-06-26T18:00:43.595Z] 58f1dce35555: Download complete [2023-06-26T18:00:43.867Z] ed15518f5707: Pull complete [2023-06-26T18:00:44.829Z] feae8fd75edb: Verifying Checksum [2023-06-26T18:00:44.829Z] feae8fd75edb: Download complete [2023-06-26T18:00:44.829Z] 2ced38df9373: Verifying Checksum [2023-06-26T18:00:44.829Z] 2ced38df9373: Download complete [2023-06-26T18:00:57.194Z] feae8fd75edb: Pull complete [2023-06-26T18:00:57.194Z] 242c74f7c9fa: Pull complete [2023-06-26T18:00:57.194Z] 3cdef696dda3: Pull complete [2023-06-26T18:01:02.571Z] 2ced38df9373: Pull complete [2023-06-26T18:01:05.167Z] 58f1dce35555: Pull complete [2023-06-26T18:01:05.167Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-06-26T18:01:05.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-06-26T18:01:05.167Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-06-26T18:01:05.488Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:01:05.822Z] + docker inspect -f . ci-base-image-arm64 [2023-06-26T18:01:05.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:01:06.018Z] prd-ubuntu20.04-docker-arm64-4c-16g-19256 does not seem to be running inside a container [2023-06-26T18:01:06.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/105 -v /w/workspace/go-mod-messaging/105:/w/workspace/go-mod-messaging/105:rw,z -v /w/workspace/go-mod-messaging/105@tmp:/w/workspace/go-mod-messaging/105@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 [2023-06-26T18:01:08.951Z] $ docker top 7284c8a08d63c1b3e511e946692c109eccc84aca9a57f4a53e206dceb0a9e6de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T18:01:09.872Z] + go version [2023-06-26T18:01:09.872Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-06-26T18:01:09.902Z] $ docker stop --time=1 7284c8a08d63c1b3e511e946692c109eccc84aca9a57f4a53e206dceb0a9e6de [2023-06-26T18:01:11.522Z] $ docker rm -f --volumes 7284c8a08d63c1b3e511e946692c109eccc84aca9a57f4a53e206dceb0a9e6de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:01:12.049Z] + docker inspect -f . ci-base-image-arm64 [2023-06-26T18:01:12.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:01:12.214Z] prd-ubuntu20.04-docker-arm64-4c-16g-19256 does not seem to be running inside a container [2023-06-26T18:01:12.282Z] $ 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/105 -v /w/workspace/go-mod-messaging/105:/w/workspace/go-mod-messaging/105:rw,z -v /w/workspace/go-mod-messaging/105@tmp:/w/workspace/go-mod-messaging/105@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 [2023-06-26T18:01:13.411Z] $ docker top e071a3c497c987c77d710d3186cdf79aa9731f463902c040da497645354e0f0d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T18:01:13.893Z] + git config --global --add safe.directory /w/workspace/go-mod-messaging/105 [Pipeline] fileExists [Pipeline] sh [2023-06-26T18:01:14.488Z] + make test [2023-06-26T18:01:14.757Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2023-06-26T18:01:14.757Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0 [2023-06-26T18:01:15.340Z] go: downloading github.com/google/uuid v1.3.0 [2023-06-26T18:01:15.340Z] go: downloading github.com/stretchr/testify v1.8.4 [2023-06-26T18:01:15.340Z] go: downloading github.com/nats-io/nats.go v1.27.1 [2023-06-26T18:01:15.340Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-06-26T18:01:15.340Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-06-26T18:01:15.340Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-06-26T18:01:15.340Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.18 [2023-06-26T18:01:15.607Z] go: downloading github.com/go-playground/validator/v10 v10.13.0 [2023-06-26T18:01:15.607Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-06-26T18:01:16.203Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-06-26T18:01:16.203Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-06-26T18:01:16.203Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-06-26T18:01:16.203Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-06-26T18:01:16.203Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-06-26T18:01:16.203Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-06-26T18:01:16.203Z] go: downloading golang.org/x/net v0.10.0 [2023-06-26T18:01:16.203Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2023-06-26T18:01:16.203Z] go: downloading github.com/klauspost/compress v1.16.5 [2023-06-26T18:01:16.203Z] go: downloading github.com/nats-io/nkeys v0.4.4 [2023-06-26T18:01:16.474Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-06-26T18:01:16.474Z] go: downloading github.com/x448/float16 v0.8.4 [2023-06-26T18:01:16.474Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-06-26T18:01:16.474Z] go: downloading github.com/leodido/go-urn v1.2.3 [2023-06-26T18:01:16.743Z] go: downloading golang.org/x/crypto v0.9.0 [2023-06-26T18:01:17.013Z] go: downloading golang.org/x/text v0.9.0 [2023-06-26T18:01:17.993Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-06-26T18:01:20.587Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-06-26T18:01:20.588Z] go: downloading github.com/nats-io/jwt/v2 v2.4.1 [2023-06-26T18:01:20.588Z] go: downloading golang.org/x/time v0.3.0 [2023-06-26T18:03:12.246Z] ok github.com/edgexfoundry/go-mod-messaging/v3/clients 0.314s coverage: 88.6% of statements [2023-06-26T18:03:12.246Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] [2023-06-26T18:03:12.246Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] [2023-06-26T18:03:12.246Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 5.250s coverage: 19.8% of statements [2023-06-26T18:03:12.246Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 0.387s coverage: 88.8% of statements [2023-06-26T18:03:12.246Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 0.401s coverage: 89.1% of statements [2023-06-26T18:04:20.104Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] [2023-06-26T18:04:20.104Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 0.432s coverage: 35.9% of statements [2023-06-26T18:04:20.104Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 0.377s coverage: 61.3% of statements [2023-06-26T18:04:20.373Z] ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] [2023-06-26T18:04:20.642Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 0.211s coverage: 87.5% of statements [2023-06-26T18:04:21.242Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 0.201s coverage: 100.0% of statements [2023-06-26T18:04:21.242Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 0.194s coverage: 100.0% of statements [2023-06-26T18:04:22.666Z] ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 0.183s coverage: 95.1% of statements [2023-06-26T18:04:23.248Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-06-26T18:04:23.248Z] go vet ./... [2023-06-26T18:06:14.936Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-06-26T18:06:14.936Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-06-26T18:06:14.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-06-26T18:06:14.970Z] $ docker stop --time=1 e071a3c497c987c77d710d3186cdf79aa9731f463902c040da497645354e0f0d [2023-06-26T18:06:16.973Z] $ docker rm -f --volumes e071a3c497c987c77d710d3186cdf79aa9731f463902c040da497645354e0f0d [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T18:06:18.995Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-06-26T18:06:19.016Z] Warning: overwriting stash ‘coverage-report’ [2023-06-26T18:06:19.444Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:06:19.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-26T18:06:19.904Z] [2023-06-26T18:06:19.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:06:20.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-26T18:06:20.238Z] arm64: Pulling from edgex-lftools-log-publisher [2023-06-26T18:06:20.238Z] 8998bd30e6a1: Pulling fs layer [2023-06-26T18:06:20.238Z] 04944245beec: Pulling fs layer [2023-06-26T18:06:20.238Z] 699f458cf7ca: Pulling fs layer [2023-06-26T18:06:20.238Z] 765212b225bb: Pulling fs layer [2023-06-26T18:06:20.238Z] f23df028b6ca: Pulling fs layer [2023-06-26T18:06:20.238Z] d65c8cfc05b1: Pulling fs layer [2023-06-26T18:06:20.238Z] 2437ff75d9bd: Pulling fs layer [2023-06-26T18:06:20.238Z] f23df028b6ca: Waiting [2023-06-26T18:06:20.238Z] d65c8cfc05b1: Waiting [2023-06-26T18:06:20.238Z] 2437ff75d9bd: Waiting [2023-06-26T18:06:20.238Z] 765212b225bb: Waiting [2023-06-26T18:06:20.509Z] 04944245beec: Verifying Checksum [2023-06-26T18:06:20.509Z] 04944245beec: Download complete [2023-06-26T18:06:20.509Z] 765212b225bb: Verifying Checksum [2023-06-26T18:06:20.509Z] 765212b225bb: Download complete [2023-06-26T18:06:20.509Z] f23df028b6ca: Verifying Checksum [2023-06-26T18:06:20.509Z] f23df028b6ca: Download complete [2023-06-26T18:06:20.509Z] d65c8cfc05b1: Verifying Checksum [2023-06-26T18:06:20.509Z] d65c8cfc05b1: Download complete [2023-06-26T18:06:20.509Z] 699f458cf7ca: Verifying Checksum [2023-06-26T18:06:20.509Z] 699f458cf7ca: Download complete [2023-06-26T18:06:21.095Z] 8998bd30e6a1: Verifying Checksum [2023-06-26T18:06:21.095Z] 8998bd30e6a1: Download complete [2023-06-26T18:06:23.042Z] 2437ff75d9bd: Verifying Checksum [2023-06-26T18:06:23.042Z] 2437ff75d9bd: Download complete [2023-06-26T18:06:24.980Z] 8998bd30e6a1: Pull complete [2023-06-26T18:06:24.980Z] 04944245beec: Pull complete [2023-06-26T18:06:26.395Z] 699f458cf7ca: Pull complete [2023-06-26T18:06:26.660Z] 765212b225bb: Pull complete [2023-06-26T18:06:27.245Z] f23df028b6ca: Pull complete [2023-06-26T18:06:27.514Z] d65c8cfc05b1: Pull complete [2023-06-26T18:06:42.510Z] 2437ff75d9bd: Pull complete [2023-06-26T18:06:42.510Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-06-26T18:06:42.510Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-06-26T18:06:42.510Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:06:42.721Z] prd-ubuntu20.04-docker-arm64-4c-16g-19256 does not seem to be running inside a container [2023-06-26T18:06:42.784Z] $ 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/105 -v /w/workspace/go-mod-messaging/105:/w/workspace/go-mod-messaging/105:rw,z -v /w/workspace/go-mod-messaging/105@tmp:/w/workspace/go-mod-messaging/105@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 [2023-06-26T18:06:45.079Z] $ docker top 989510a65dedfc067c8f9f3b71ca4e260b6ac231283232a6c43cf9f9f1d2e3e2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:06:45.590Z] ---> job-cost.sh [2023-06-26T18:06:45.854Z] lf-activate-venv: SKIPPING [2023-06-26T18:06:45.854Z] INFO: No Stack... [2023-06-26T18:06:46.120Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-06-26T18:06:47.076Z] INFO: Archiving Costs [Pipeline] sh [2023-06-26T18:06:47.395Z] + cat /w/workspace/go-mod-messaging/105/archives/cost.csv [2023-06-26T18:06:47.395Z] + cut -d, -f6 [Pipeline] lock [2023-06-26T18:06:47.462Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] [2023-06-26T18:06:47.471Z] Resource [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] did not exist. Created. [2023-06-26T18:06:47.472Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-26T18:06:47.810Z] /w/workspace/go-mod-messaging/105@tmp/durable-3e505b3b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-06-26T18:06:48.137Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-06-26T18:06:48.159Z] Warning: overwriting stash ‘stack-cost’ [2023-06-26T18:06:48.204Z] Stashed 1 file(s) [Pipeline] } [2023-06-26T18:06:48.211Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-main-105-stack-cost] [Pipeline] // lock [Pipeline] } [2023-06-26T18:06:48.229Z] $ docker stop --time=1 989510a65dedfc067c8f9f3b71ca4e260b6ac231283232a6c43cf9f9f1d2e3e2 [2023-06-26T18:06:49.694Z] $ docker rm -f --volumes 989510a65dedfc067c8f9f3b71ca4e260b6ac231283232a6c43cf9f9f1d2e3e2 [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 [2023-06-26T18:06:50.092Z] provisioning config files... [2023-06-26T18:06:50.122Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config12762607381524869333tmp [Pipeline] { [Pipeline] sh [2023-06-26T18:06:50.442Z] + set +x [2023-06-26T18:06:50.442Z] + curl -s https://codecov.io/bash [2023-06-26T18:06:50.442Z] + bash -s -- [2023-06-26T18:06:50.442Z] [2023-06-26T18:06:50.442Z] _____ _ [2023-06-26T18:06:50.442Z] / ____| | | [2023-06-26T18:06:50.442Z] | | ___ __| | ___ ___ _____ __ [2023-06-26T18:06:50.442Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-06-26T18:06:50.442Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-06-26T18:06:50.443Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-06-26T18:06:50.443Z] Bash-1.0.6 [2023-06-26T18:06:50.443Z] [2023-06-26T18:06:50.443Z] [2023-06-26T18:06:50.443Z] ==> git version 2.25.1 found [2023-06-26T18:06:50.443Z] ==> 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 [2023-06-26T18:06:50.443Z] Release-Date: 2020-01-08 [2023-06-26T18:06:50.443Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-06-26T18:06:50.443Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-06-26T18:06:50.443Z] ==> Jenkins CI detected. [2023-06-26T18:06:50.443Z] current dir:  /w/workspace/gexfoundry_go-mod-messaging_main [2023-06-26T18:06:50.443Z] project root: . [2023-06-26T18:06:50.443Z] --> token set from env [2023-06-26T18:06:50.443Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-06-26T18:06:50.443Z] ==> Running gcov in . (disable via -X gcov) [2023-06-26T18:06:50.443Z] ==> Python coveragepy not found [2023-06-26T18:06:50.443Z] ==> Searching for coverage reports in: [2023-06-26T18:06:50.443Z] + . [2023-06-26T18:06:50.443Z] -> Found 1 reports [2023-06-26T18:06:50.443Z] ==> Detecting git/mercurial file structure [2023-06-26T18:06:50.704Z] ==> Reading reports [2023-06-26T18:06:50.704Z] + ./coverage.out bytes=41815 [2023-06-26T18:06:50.704Z] ==> Appending adjustments [2023-06-26T18:06:50.704Z] https://docs.codecov.io/docs/fixing-reports [2023-06-26T18:06:50.704Z] + Found adjustments [2023-06-26T18:06:50.704Z] ==> Gzipping contents [2023-06-26T18:06:50.963Z] 12K /tmp/codecov.hbXogZ.gz [2023-06-26T18:06:50.963Z] ==> Uploading reports [2023-06-26T18:06:50.963Z] url: https://codecov.io [2023-06-26T18:06:50.963Z] query: branch=main&commit=aadc892cd2837b8e906124c845bc16daafba8aa2&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F105%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-26T18:06:50.963Z] -> Pinging Codecov [2023-06-26T18:06:50.963Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a6beaebe-80c9-4d50-a0dd-a405d66ec5fd&branch=main&commit=aadc892cd2837b8e906124c845bc16daafba8aa2&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F105%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2023-06-26T18:06:50.963Z] -> Uploading to [2023-06-26T18:06:50.963Z] https://storage.googleapis.com/codecov/v4/raw/2023-06-26/F6E385568367DD0E4001BA4F8F1CB792/aadc892cd2837b8e906124c845bc16daafba8aa2/ae0d6b2a-ef67-4c4c-8673-5e042acefeb7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230626%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230626T180650Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7386d5645d24f495ac820062752635f816cfdd169e5173c13c6a5c05e51ff6e [2023-06-26T18:06:50.963Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-06-26T18:06:50.963Z] Dload Upload Total Spent Left Speed [2023-06-26T18:06:51.222Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8282 0 0 100 8282 0 34508 --:--:-- --:--:-- --:--:-- 34508 [2023-06-26T18:06:51.222Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/aadc892cd2837b8e906124c845bc16daafba8aa2 [Pipeline] } [2023-06-26T18:06:51.231Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-06-26T18:06:51.461Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-06-26T18:06:51.482Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:06:51.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-26T18:06:51.795Z] [2023-06-26T18:06:51.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:06:52.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-26T18:06:52.092Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-06-26T18:06:52.092Z] df9b9388f04a: Pulling fs layer [2023-06-26T18:06:52.092Z] 52dc419b0ee2: Pulling fs layer [2023-06-26T18:06:52.092Z] 25bc292e5bac: Pulling fs layer [2023-06-26T18:06:52.092Z] 114826534d7a: Pulling fs layer [2023-06-26T18:06:52.092Z] 4657fd5d0bcf: Pulling fs layer [2023-06-26T18:06:52.092Z] 6ad1cebc031e: Pulling fs layer [2023-06-26T18:06:52.092Z] 8a3aa393b2d8: Pulling fs layer [2023-06-26T18:06:52.092Z] 114826534d7a: Waiting [2023-06-26T18:06:52.092Z] 4657fd5d0bcf: Waiting [2023-06-26T18:06:52.092Z] 6ad1cebc031e: Waiting [2023-06-26T18:06:52.092Z] 8a3aa393b2d8: Waiting [2023-06-26T18:06:52.092Z] 25bc292e5bac: Download complete [2023-06-26T18:06:52.092Z] 52dc419b0ee2: Verifying Checksum [2023-06-26T18:06:52.092Z] 52dc419b0ee2: Download complete [2023-06-26T18:06:52.092Z] 4657fd5d0bcf: Verifying Checksum [2023-06-26T18:06:52.092Z] 4657fd5d0bcf: Download complete [2023-06-26T18:06:52.092Z] df9b9388f04a: Download complete [2023-06-26T18:06:52.351Z] 6ad1cebc031e: Verifying Checksum [2023-06-26T18:06:52.351Z] 6ad1cebc031e: Download complete [2023-06-26T18:06:52.351Z] df9b9388f04a: Pull complete [2023-06-26T18:06:52.351Z] 52dc419b0ee2: Pull complete [2023-06-26T18:06:52.611Z] 25bc292e5bac: Pull complete [2023-06-26T18:06:52.869Z] 114826534d7a: Verifying Checksum [2023-06-26T18:06:52.869Z] 114826534d7a: Download complete [2023-06-26T18:06:53.129Z] 8a3aa393b2d8: Verifying Checksum [2023-06-26T18:06:53.129Z] 8a3aa393b2d8: Download complete [2023-06-26T18:06:57.370Z] 114826534d7a: Pull complete [2023-06-26T18:06:57.370Z] 4657fd5d0bcf: Pull complete [2023-06-26T18:06:57.370Z] 6ad1cebc031e: Pull complete [2023-06-26T18:06:59.906Z] 8a3aa393b2d8: Pull complete [2023-06-26T18:06:59.906Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-06-26T18:06:59.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-06-26T18:06:59.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:06:59.995Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T18:07:00.042Z] $ 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:1.410.4 cat [2023-06-26T18:07:03.237Z] $ docker top 0ce5717e0440ff249fbaa07fff699ba99883dfb2ea7ae367608e45a324b1cb15 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-06-26T18:07:03.302Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh [2023-06-26T18:07:03.582Z] + set -o pipefail [2023-06-26T18:07:03.582Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' [2023-06-26T18:07:06.880Z] [2023-06-26T18:07:06.880Z] Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v3)... [2023-06-26T18:07:06.880Z] [2023-06-26T18:07:06.880Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/770e3f64-65c1-46e4-b258-9595629d2d3e/history/54417c9a-51a1-42ac-89f4-e48b8d0fb1d7 [2023-06-26T18:07:06.880Z] [2023-06-26T18:07:06.880Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-06-26T18:07:06.880Z] [2023-06-26T18:07:07.138Z] [2023-06-26T18:07:07.138Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-06-26T18:07:07.138Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-06-26T18:07:07.138Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-06-26T18:07:07.169Z] $ docker stop --time=1 0ce5717e0440ff249fbaa07fff699ba99883dfb2ea7ae367608e45a324b1cb15 [2023-06-26T18:07:09.742Z] $ docker rm -f --volumes 0ce5717e0440ff249fbaa07fff699ba99883dfb2ea7ae367608e45a324b1cb15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-06-26T18:07:10.408Z] + git log --format=format:%s -1 aadc892cd2837b8e906124c845bc16daafba8aa2 [Pipeline] sh [2023-06-26T18:07:10.695Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T18:07:10.695Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:07:10.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T18:07:10.993Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:07:11.071Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T18:07:11.114Z] $ 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 [2023-06-26T18:07:11.546Z] $ docker top fc53c9684410e19ebc3f54fba6d6a7b3228ac196c602907379ee881bed3a87cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T18:07:11.684Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T18:07:11.685Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T18:07:11.806Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T18:07:11.820Z] $ docker exec fc53c9684410e19ebc3f54fba6d6a7b3228ac196c602907379ee881bed3a87cf ssh-agent [2023-06-26T18:07:11.927Z] SSH_AUTH_SOCK=/tmp/ssh-54u7FaM6pbjE/agent.32 [2023-06-26T18:07:11.927Z] SSH_AGENT_PID=38 [2023-06-26T18:07:11.932Z] Running ssh-add (command line suppressed) [2023-06-26T18:07:12.050Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_338880212546614392.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_338880212546614392.key) [2023-06-26T18:07:12.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T18:07:12.340Z] + git semver tag [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,546 [run_tag] DEBUG tag force:False [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,546 [check_head_tag] DEBUG check head tag [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,547 [execute] INFO git cat-file --batch-check [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,551 [execute] INFO git cat-file --batch [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,551 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,567 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,567 [execute] INFO git tag -a v3.1.0-dev.6 -m v3.1.0-dev.6 [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,567 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.6', '-m', 'v3.1.0-dev.6'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) [2023-06-26T18:07:12.599Z] 2023-06-26 18:07:12,572 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:12.599Z] 3.1.0-dev.6 [Pipeline] } [2023-06-26T18:07:12.621Z] $ docker exec --env ******** --env ******** fc53c9684410e19ebc3f54fba6d6a7b3228ac196c602907379ee881bed3a87cf ssh-agent -k [2023-06-26T18:07:12.731Z] unset SSH_AUTH_SOCK; [2023-06-26T18:07:12.732Z] unset SSH_AGENT_PID; [2023-06-26T18:07:12.732Z] echo Agent pid 38 killed; [2023-06-26T18:07:12.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T18:07:13.035Z] + git semver [Pipeline] } [2023-06-26T18:07:13.319Z] $ docker stop --time=1 fc53c9684410e19ebc3f54fba6d6a7b3228ac196c602907379ee881bed3a87cf [2023-06-26T18:07:14.587Z] $ docker rm -f --volumes fc53c9684410e19ebc3f54fba6d6a7b3228ac196c602907379ee881bed3a87cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:07:14.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-26T18:07:14.955Z] [2023-06-26T18:07:14.955Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:07:15.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-26T18:07:15.256Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-06-26T18:07:15.256Z] ab5ef0e58194: Pulling fs layer [2023-06-26T18:07:15.256Z] 9712f1f96733: Pulling fs layer [2023-06-26T18:07:15.256Z] 63f879dbbcfc: Pulling fs layer [2023-06-26T18:07:15.256Z] 0d9ebad4ef96: Pulling fs layer [2023-06-26T18:07:15.256Z] e9a5061849ea: Pulling fs layer [2023-06-26T18:07:15.256Z] d747dcd14b5f: Pulling fs layer [2023-06-26T18:07:15.256Z] 2de7ff778b66: Pulling fs layer [2023-06-26T18:07:15.256Z] 0d9ebad4ef96: Waiting [2023-06-26T18:07:15.256Z] e9a5061849ea: Waiting [2023-06-26T18:07:15.256Z] 2de7ff778b66: Waiting [2023-06-26T18:07:15.256Z] 9712f1f96733: Verifying Checksum [2023-06-26T18:07:15.256Z] 9712f1f96733: Download complete [2023-06-26T18:07:15.516Z] 63f879dbbcfc: Verifying Checksum [2023-06-26T18:07:15.516Z] 63f879dbbcfc: Download complete [2023-06-26T18:07:15.775Z] e9a5061849ea: Verifying Checksum [2023-06-26T18:07:15.775Z] e9a5061849ea: Download complete [2023-06-26T18:07:15.775Z] d747dcd14b5f: Verifying Checksum [2023-06-26T18:07:15.775Z] d747dcd14b5f: Download complete [2023-06-26T18:07:15.775Z] 0d9ebad4ef96: Verifying Checksum [2023-06-26T18:07:15.775Z] 0d9ebad4ef96: Download complete [2023-06-26T18:07:15.775Z] ab5ef0e58194: Verifying Checksum [2023-06-26T18:07:15.775Z] ab5ef0e58194: Download complete [2023-06-26T18:07:15.775Z] 2de7ff778b66: Verifying Checksum [2023-06-26T18:07:15.775Z] 2de7ff778b66: Download complete [2023-06-26T18:07:19.055Z] ab5ef0e58194: Pull complete [2023-06-26T18:07:19.055Z] 9712f1f96733: Pull complete [2023-06-26T18:07:19.314Z] 63f879dbbcfc: Pull complete [2023-06-26T18:07:23.499Z] 0d9ebad4ef96: Pull complete [2023-06-26T18:07:23.499Z] e9a5061849ea: Pull complete [2023-06-26T18:07:23.499Z] d747dcd14b5f: Pull complete [2023-06-26T18:07:24.877Z] 2de7ff778b66: Pull complete [2023-06-26T18:07:24.877Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-06-26T18:07:24.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-06-26T18:07:24.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:07:24.962Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T18:07:25.004Z] $ 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 [2023-06-26T18:07:29.040Z] $ docker top 4ab12dfa63d397c3f0522dc99a4faa92284ef37137aa8f130db4edc9c2cbb1a1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-06-26T18:07:29.105Z] provisioning config files... [2023-06-26T18:07:29.113Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config4197048248681551443tmp [2023-06-26T18:07:29.123Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config7986145538793632193tmp [2023-06-26T18:07:29.133Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config11581039636426845598tmp [Pipeline] { [Pipeline] echo [2023-06-26T18:07:29.149Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:29.441Z] ---> sigul-configuration.sh [2023-06-26T18:07:29.442Z] gpg: directory `/root/.gnupg' created [2023-06-26T18:07:29.442Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-06-26T18:07:29.442Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-06-26T18:07:29.442Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-06-26T18:07:29.442Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-06-26T18:07:29.442Z] gpg: CAST5 encrypted data [2023-06-26T18:07:29.442Z] gpg: encrypted with 1 passphrase [2023-06-26T18:07:29.442Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-06-26T18:07:29.734Z] + mkdir /home/jenkins [2023-06-26T18:07:29.734Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-06-26T18:07:30.019Z] + 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 [2023-06-26T18:07:30.029Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:30.319Z] ---> sigul-install.sh [2023-06-26T18:07:30.319Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-06-26T18:07:30.608Z] + git tag --list [2023-06-26T18:07:30.608Z] v0.0.0 [2023-06-26T18:07:30.608Z] v0.1.0 [2023-06-26T18:07:30.608Z] v0.1.1 [2023-06-26T18:07:30.608Z] v0.1.10 [2023-06-26T18:07:30.608Z] v0.1.11 [2023-06-26T18:07:30.608Z] v0.1.12 [2023-06-26T18:07:30.608Z] v0.1.13 [2023-06-26T18:07:30.608Z] v0.1.14 [2023-06-26T18:07:30.608Z] v0.1.15 [2023-06-26T18:07:30.608Z] v0.1.16 [2023-06-26T18:07:30.608Z] v0.1.17 [2023-06-26T18:07:30.608Z] v0.1.18 [2023-06-26T18:07:30.608Z] v0.1.19 [2023-06-26T18:07:30.608Z] v0.1.2 [2023-06-26T18:07:30.608Z] v0.1.20 [2023-06-26T18:07:30.608Z] v0.1.21 [2023-06-26T18:07:30.608Z] v0.1.22 [2023-06-26T18:07:30.608Z] v0.1.23 [2023-06-26T18:07:30.608Z] v0.1.24 [2023-06-26T18:07:30.608Z] v0.1.25 [2023-06-26T18:07:30.608Z] v0.1.26 [2023-06-26T18:07:30.608Z] v0.1.27 [2023-06-26T18:07:30.608Z] v0.1.28 [2023-06-26T18:07:30.608Z] v0.1.29 [2023-06-26T18:07:30.608Z] v0.1.3 [2023-06-26T18:07:30.608Z] v0.1.30 [2023-06-26T18:07:30.608Z] v0.1.31 [2023-06-26T18:07:30.608Z] v0.1.4 [2023-06-26T18:07:30.608Z] v0.1.5 [2023-06-26T18:07:30.608Z] v0.1.6 [2023-06-26T18:07:30.608Z] v0.1.7 [2023-06-26T18:07:30.608Z] v0.1.8 [2023-06-26T18:07:30.608Z] v0.1.9 [2023-06-26T18:07:30.608Z] v2.0.0 [2023-06-26T18:07:30.608Z] v2.0.1 [2023-06-26T18:07:30.608Z] v2.1.0 [2023-06-26T18:07:30.608Z] v2.1.1 [2023-06-26T18:07:30.608Z] v2.2.0 [2023-06-26T18:07:30.608Z] v2.3.0 [2023-06-26T18:07:30.608Z] v3.0 [2023-06-26T18:07:30.608Z] v3.0.0 [2023-06-26T18:07:30.608Z] v3.1.0-dev.1 [2023-06-26T18:07:30.608Z] v3.1.0-dev.2 [2023-06-26T18:07:30.608Z] v3.1.0-dev.3 [2023-06-26T18:07:30.608Z] v3.1.0-dev.4 [2023-06-26T18:07:30.608Z] v3.1.0-dev.5 [2023-06-26T18:07:30.608Z] v3.1.0-dev.6 [Pipeline] sh [2023-06-26T18:07:30.900Z] + lftools sign git-tag v3.1.0-dev.6 [2023-06-26T18:07:31.470Z] Signing Git tag with Sigul... [2023-06-26T18:07:31.470Z] Signing v3.1.0-dev.6 [Pipeline] echo [2023-06-26T18:07:31.737Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:32.025Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-06-26T18:07:32.033Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-06-26T18:07:32.064Z] $ docker stop --time=1 4ab12dfa63d397c3f0522dc99a4faa92284ef37137aa8f130db4edc9c2cbb1a1 [2023-06-26T18:07:33.355Z] $ docker rm -f --volumes 4ab12dfa63d397c3f0522dc99a4faa92284ef37137aa8f130db4edc9c2cbb1a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-06-26T18:07:33.773Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T18:07:33.773Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:07:34.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T18:07:34.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:07:34.147Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T18:07:34.190Z] $ 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 [2023-06-26T18:07:34.573Z] $ docker top 67cff1cd6840ac455645a505320132a17ab90cd27085b2b5b63655b9140e9b4b -eo pid,comm [2023-06-26T18:07:34.610Z] 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). [2023-06-26T18:07:34.610Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T18:07:34.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T18:07:34.644Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T18:07:34.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T18:07:34.773Z] $ docker exec 67cff1cd6840ac455645a505320132a17ab90cd27085b2b5b63655b9140e9b4b ssh-agent [2023-06-26T18:07:34.861Z] SSH_AUTH_SOCK=/tmp/ssh-atHO5ZRjMEYF/agent.32 [2023-06-26T18:07:34.861Z] SSH_AGENT_PID=38 [2023-06-26T18:07:34.866Z] Running ssh-add (command line suppressed) [2023-06-26T18:07:34.986Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4060493738573041738.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4060493738573041738.key) [2023-06-26T18:07:34.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T18:07:35.273Z] + git semver bump pre [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,484 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,484 [bump_version] DEBUG bumping version:3.1.0-dev.6 on axis:pre with prefix:dev [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,484 [bump_version] DEBUG bumped version:3.1.0-dev.7 [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,484 [write_version] DEBUG write version:3.1.0-dev.7 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,484 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,484 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,487 [execute] INFO git cat-file --batch-check [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,487 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,494 [execute] INFO git cat-file --batch [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,495 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-26T18:07:35.532Z] 2023-06-26 18:07:35,500 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:35.532Z] 3.1.0-dev.7 [Pipeline] } [2023-06-26T18:07:35.553Z] $ docker exec --env ******** --env ******** 67cff1cd6840ac455645a505320132a17ab90cd27085b2b5b63655b9140e9b4b ssh-agent -k [2023-06-26T18:07:35.657Z] unset SSH_AUTH_SOCK; [2023-06-26T18:07:35.658Z] unset SSH_AGENT_PID; [2023-06-26T18:07:35.658Z] echo Agent pid 38 killed; [2023-06-26T18:07:35.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T18:07:35.958Z] + git semver [Pipeline] } [2023-06-26T18:07:36.243Z] $ docker stop --time=1 67cff1cd6840ac455645a505320132a17ab90cd27085b2b5b63655b9140e9b4b [2023-06-26T18:07:37.506Z] $ docker rm -f --volumes 67cff1cd6840ac455645a505320132a17ab90cd27085b2b5b63655b9140e9b4b [Pipeline] // withDockerContainer [Pipeline] sh [2023-06-26T18:07:37.837Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-06-26T18:07:37.837Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:07:38.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-06-26T18:07:38.139Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:07:38.215Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T18:07:38.263Z] $ 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 [2023-06-26T18:07:38.593Z] $ docker top 85c17b8646b716e0fd42b9834fbe1e8843b61c78349caf2ed5053160c852e788 -eo pid,comm [2023-06-26T18:07:38.635Z] 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). [2023-06-26T18:07:38.635Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-06-26T18:07:38.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-06-26T18:07:38.680Z] [ssh-agent] Looking for ssh-agent implementation... [2023-06-26T18:07:38.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-06-26T18:07:38.815Z] $ docker exec 85c17b8646b716e0fd42b9834fbe1e8843b61c78349caf2ed5053160c852e788 ssh-agent [2023-06-26T18:07:38.917Z] SSH_AUTH_SOCK=/tmp/ssh-TJudpfWn0t9I/agent.32 [2023-06-26T18:07:38.917Z] SSH_AGENT_PID=38 [2023-06-26T18:07:38.922Z] Running ssh-add (command line suppressed) [2023-06-26T18:07:39.056Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16570480874896910469.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16570480874896910469.key) [2023-06-26T18:07:39.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-06-26T18:07:39.349Z] + git semver push [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,567 [run_push] DEBUG push [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,568 [execute] INFO git cat-file --batch-check [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,568 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,573 [execute] INFO git rev-list 5c1e5419556e9b7c860360945f73196ccf6dcbd3 -- [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,573 [execute] DEBUG Popen(['git', 'rev-list', '5c1e5419556e9b7c860360945f73196ccf6dcbd3', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,582 [execute] INFO git fetch -v origin [2023-06-26T18:07:39.608Z] 2023-06-26 18:07:39,583 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-06-26T18:07:40.183Z] 2023-06-26 18:07:40,161 [run_push] DEBUG no remote changes detected [2023-06-26T18:07:40.183Z] 2023-06-26 18:07:40,162 [execute] INFO git push origin semver [2023-06-26T18:07:40.183Z] 2023-06-26 18:07:40,162 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-06-26T18:07:41.121Z] 2023-06-26 18:07:40,915 [run_push] DEBUG push all version tags [2023-06-26T18:07:41.121Z] 2023-06-26 18:07:40,916 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-06-26T18:07:41.121Z] 2023-06-26 18:07:40,916 [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) [2023-06-26T18:07:41.688Z] 2023-06-26 18:07:41,665 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-06-26T18:07:41.688Z] 3.1.0-dev.7 [Pipeline] } [2023-06-26T18:07:41.709Z] $ docker exec --env ******** --env ******** 85c17b8646b716e0fd42b9834fbe1e8843b61c78349caf2ed5053160c852e788 ssh-agent -k [2023-06-26T18:07:41.834Z] unset SSH_AUTH_SOCK; [2023-06-26T18:07:41.835Z] unset SSH_AGENT_PID; [2023-06-26T18:07:41.835Z] echo Agent pid 38 killed; [2023-06-26T18:07:41.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-06-26T18:07:42.140Z] + git semver [Pipeline] } [2023-06-26T18:07:42.422Z] $ docker stop --time=1 85c17b8646b716e0fd42b9834fbe1e8843b61c78349caf2ed5053160c852e788 [2023-06-26T18:07:43.717Z] $ docker rm -f --volumes 85c17b8646b716e0fd42b9834fbe1e8843b61c78349caf2ed5053160c852e788 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-06-26T18:07:44.298Z] + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] [2023-06-26T18:07:44.298Z] + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives [2023-06-26T18:07:44.298Z] total 16 [2023-06-26T18:07:44.298Z] drwxr-xr-x 3 root root 4096 Jun 26 17:59 . [2023-06-26T18:07:44.298Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 26 18:07 .. [2023-06-26T18:07:44.298Z] drwxr-xr-x 2 root root 4096 Jun 26 17:59 cost [2023-06-26T18:07:44.298Z] -rw-r--r-- 1 root root 88 Jun 26 17:59 cost.csv [2023-06-26T18:07:44.298Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives [2023-06-26T18:07:44.298Z] + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives [2023-06-26T18:07:44.298Z] total 16 [2023-06-26T18:07:44.298Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 26 17:59 . [2023-06-26T18:07:44.298Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 26 18:07 .. [2023-06-26T18:07:44.298Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 26 17:59 cost [2023-06-26T18:07:44.298Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 26 17:59 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:44.585Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:45.454Z] ---> package-listing.sh [2023-06-26T18:07:45.454Z] ++ facter osfamily [2023-06-26T18:07:45.454Z] ++ tr '[:upper:]' '[:lower:]' [2023-06-26T18:07:45.713Z] + OS_FAMILY=debian [2023-06-26T18:07:45.713Z] + workspace=/w/workspace/gexfoundry_go-mod-messaging_main [2023-06-26T18:07:45.713Z] + START_PACKAGES=/tmp/packages_start.txt [2023-06-26T18:07:45.713Z] + END_PACKAGES=/tmp/packages_end.txt [2023-06-26T18:07:45.713Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-06-26T18:07:45.713Z] + PACKAGES=/tmp/packages_start.txt [2023-06-26T18:07:45.713Z] + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' [2023-06-26T18:07:45.713Z] + PACKAGES=/tmp/packages_end.txt [2023-06-26T18:07:45.713Z] + case "${OS_FAMILY}" in [2023-06-26T18:07:45.713Z] + dpkg -l [2023-06-26T18:07:45.713Z] + grep '^ii' [2023-06-26T18:07:45.713Z] + '[' -f /tmp/packages_start.txt ']' [2023-06-26T18:07:45.713Z] + '[' -f /tmp/packages_end.txt ']' [2023-06-26T18:07:45.713Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-06-26T18:07:45.713Z] + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' [2023-06-26T18:07:45.713Z] + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [2023-06-26T18:07:45.713Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [Pipeline] echo [2023-06-26T18:07:45.723Z] 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 [2023-06-26T18:07:46.003Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-06-26T18:07:46.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-06-26T18:07:46.566Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-06-26T18:07:46.638Z] prd-ubuntu20.04-docker-8c-8g-19255 does not seem to be running inside a container [2023-06-26T18:07:46.680Z] $ 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 [2023-06-26T18:07:47.733Z] $ docker top 87e728e77a13ebf0154400566be13889234657d87af5d9713c798c85bf411568 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-06-26T18:07:48.061Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-06-26T18:07:48.346Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-06-26T18:07:48.633Z] + ls /var/log/sa-host [2023-06-26T18:07:48.633Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-06-26T18:07:48.717Z] provisioning config files... [2023-06-26T18:07:48.726Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config17517366170169647530tmp [Pipeline] { [Pipeline] echo [2023-06-26T18:07:48.739Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:49.024Z] ---> create-netrc.sh [Pipeline] } [2023-06-26T18:07:49.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:49.350Z] ---> python-tools-install.sh [Pipeline] echo [2023-06-26T18:07:49.359Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:49.643Z] ---> sudo-logs.sh [2023-06-26T18:07:49.644Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-06-26T18:07:49.671Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:49.959Z] ---> job-cost.sh [2023-06-26T18:07:49.959Z] lf-activate-venv: SKIPPING [2023-06-26T18:07:49.959Z] DEBUG: total: 0.2199999988079071 [2023-06-26T18:07:49.959Z] INFO: Retrieving Stack Cost... [2023-06-26T18:07:50.527Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-06-26T18:07:50.787Z] INFO: Archiving Costs [Pipeline] echo [2023-06-26T18:07:50.800Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-06-26T18:07:51.087Z] ---> logs-deploy.sh [2023-06-26T18:07:51.087Z] lf-activate-venv: SKIPPING [2023-06-26T18:07:51.087Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/105 [2023-06-26T18:07:51.087Z] INFO: archiving workspace using pattern(s): [2023-06-26T18:07:52.025Z] Archives upload complete. [2023-06-26T18:07:52.286Z] INFO: archiving logs to Nexus