Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ee11a8dba84ced88b0cf23aff40089790c971dba 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-ssh1122511265018942705.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh15331855261506240968.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh13972972696397572813.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh14636447608898480253.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-ssh12813943509054791584.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16308 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 ee11a8dba84ced88b0cf23aff40089790c971dba (main) Commit message: "Merge pull request #252 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.42" > 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 ee11a8dba84ced88b0cf23aff40089790c971dba # timeout=10 > git rev-list --no-walk bd1dc1fedcdc90dbf08ed57a036d645ee21e7e31 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-22T16:22:49.324Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-22T16:22:49.366Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-22T16:22:49.380Z] ========================================================= [2023-05-22T16:22:49.380Z] EdgeX Global Pipelines Version Info [2023-05-22T16:22:49.380Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:22:50.092Z] ------------------- [2023-05-22T16:22:50.092Z] stable info: [2023-05-22T16:22:50.092Z] ------------------- [2023-05-22T16:22:50.092Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-22T16:22:50.092Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T16:22:50.092Z] Message: update stable to v1.0.249 [2023-05-22T16:22:50.661Z] ------------------- [2023-05-22T16:22:50.661Z] experimental info: [2023-05-22T16:22:50.661Z] ------------------- [2023-05-22T16:22:50.661Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-22T16:22:50.661Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-22T16:22:50.661Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-22T16:22:50.833Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2023-05-22T16:22:50.842Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2023-05-22T16:22:50.852Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-22T16:22:50.861Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-22T16:22:50.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-22T16:22:50.878Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-22T16:22:50.888Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-22T16:22:50.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-22T16:22:50.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-22T16:22:50.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-22T16:22:50.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-22T16:22:50.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo [2023-05-22T16:22:50.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-22T16:22:50.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-22T16:22:50.959Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-05-22T16:22:50.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-05-22T16:22:50.977Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-22T16:22:50.986Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-22T16:22:50.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-22T16:22:51.002Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-22T16:22:51.011Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-22T16:22:51.019Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-22T16:22:51.027Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-22T16:22:51.036Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-22T16:22:51.044Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-05-22T16:22:51.057Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-22T16:22:51.065Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-22T16:22:51.073Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-05-22T16:22:51.083Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-05-22T16:22:51.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-05-22T16:22:51.114Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo [2023-05-22T16:22:51.131Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee11a8d [Pipeline] echo [2023-05-22T16:22:51.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-22T16:22:51.503Z] + git rev-list -1 --merges ee11a8dba84ced88b0cf23aff40089790c971dba~1..ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo [2023-05-22T16:22:51.548Z] -----------> git rev-list -1 --merges ee11a8dba84ced88b0cf23aff40089790c971dba~1..ee11a8dba84ced88b0cf23aff40089790c971dba ee11a8dba84ced88b0cf23aff40089790c971dba [2023-05-22T16:22:51.548Z] ee11a8dba84ced88b0cf23aff40089790c971dba [false] [Pipeline] sh [2023-05-22T16:22:51.845Z] + git log --format=format:%s -1 ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo [2023-05-22T16:22:51.860Z] ========================================================= [2023-05-22T16:22:51.860Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-22T16:22:51.860Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T16:22:52.194Z] + git log --format=format:%s -1 ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo [2023-05-22T16:22:52.206Z] [semverPrep] GIT_COMMIT: ee11a8dba84ced88b0cf23aff40089790c971dba, Commit Message: Merge pull request #252 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.42 [Pipeline] echo [2023-05-22T16:22:52.218Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-22T16:22:52.621Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T16:22:52.621Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-22T16:22:52.621Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-22T16:22:52.621Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-22T16:22:52.621Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-22T16:22:52.621Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-22T16:22:52.621Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:22:52.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T16:22:53.248Z] [2023-05-22T16:22:53.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:22:53.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T16:22:53.809Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-22T16:22:53.809Z] b85a868b505f: Pulling fs layer [2023-05-22T16:22:53.809Z] e2be974225ed: Pulling fs layer [2023-05-22T16:22:53.809Z] 339a4e72a1f5: Pulling fs layer [2023-05-22T16:22:53.809Z] 988bab9f4d93: Pulling fs layer [2023-05-22T16:22:53.809Z] 1469e6f7b9e6: Pulling fs layer [2023-05-22T16:22:53.809Z] eaf3925da568: Pulling fs layer [2023-05-22T16:22:53.809Z] bab4dde63d76: Pulling fs layer [2023-05-22T16:22:53.809Z] bde34c3a00c8: Pulling fs layer [2023-05-22T16:22:53.809Z] b352a97aabf1: Pulling fs layer [2023-05-22T16:22:53.809Z] 4872d77fe225: Pulling fs layer [2023-05-22T16:22:53.809Z] 5851b861e8e6: Pulling fs layer [2023-05-22T16:22:53.809Z] 4872d77fe225: Waiting [2023-05-22T16:22:53.809Z] bde34c3a00c8: Waiting [2023-05-22T16:22:53.809Z] 5851b861e8e6: Waiting [2023-05-22T16:22:53.809Z] 988bab9f4d93: Waiting [2023-05-22T16:22:53.809Z] 1469e6f7b9e6: Waiting [2023-05-22T16:22:53.809Z] eaf3925da568: Waiting [2023-05-22T16:22:53.809Z] bab4dde63d76: Waiting [2023-05-22T16:22:53.809Z] e2be974225ed: Download complete [2023-05-22T16:22:53.809Z] 988bab9f4d93: Verifying Checksum [2023-05-22T16:22:53.809Z] 988bab9f4d93: Download complete [2023-05-22T16:22:53.809Z] 1469e6f7b9e6: Verifying Checksum [2023-05-22T16:22:53.809Z] 1469e6f7b9e6: Download complete [2023-05-22T16:22:53.809Z] eaf3925da568: Verifying Checksum [2023-05-22T16:22:53.809Z] eaf3925da568: Download complete [2023-05-22T16:22:53.809Z] 339a4e72a1f5: Verifying Checksum [2023-05-22T16:22:53.809Z] 339a4e72a1f5: Download complete [2023-05-22T16:22:53.809Z] bde34c3a00c8: Download complete [2023-05-22T16:22:53.809Z] b352a97aabf1: Download complete [2023-05-22T16:22:53.809Z] 4872d77fe225: Verifying Checksum [2023-05-22T16:22:53.809Z] 4872d77fe225: Download complete [2023-05-22T16:22:53.809Z] 5851b861e8e6: Verifying Checksum [2023-05-22T16:22:53.809Z] 5851b861e8e6: Download complete [2023-05-22T16:22:54.067Z] b85a868b505f: Verifying Checksum [2023-05-22T16:22:54.067Z] b85a868b505f: Download complete [2023-05-22T16:22:54.326Z] bab4dde63d76: Verifying Checksum [2023-05-22T16:22:54.326Z] bab4dde63d76: Download complete [2023-05-22T16:22:55.277Z] b85a868b505f: Pull complete [2023-05-22T16:22:55.277Z] e2be974225ed: Pull complete [2023-05-22T16:22:55.850Z] 339a4e72a1f5: Pull complete [2023-05-22T16:22:56.111Z] 988bab9f4d93: Pull complete [2023-05-22T16:22:56.371Z] 1469e6f7b9e6: Pull complete [2023-05-22T16:22:56.371Z] eaf3925da568: Pull complete [2023-05-22T16:22:58.276Z] bab4dde63d76: Pull complete [2023-05-22T16:22:58.276Z] bde34c3a00c8: Pull complete [2023-05-22T16:22:58.276Z] b352a97aabf1: Pull complete [2023-05-22T16:22:58.277Z] 4872d77fe225: Pull complete [2023-05-22T16:22:58.536Z] 5851b861e8e6: Pull complete [2023-05-22T16:22:58.536Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-22T16:22:58.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T16:22:58.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:22:58.648Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:22:58.655Z] $ 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-05-22T16:23:00.607Z] $ docker top 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 -eo pid,comm [2023-05-22T16:23:00.680Z] 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-05-22T16:23:00.680Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T16:23:00.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T16:23:00.716Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T16:23:00.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T16:23:00.814Z] $ docker exec 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent [2023-05-22T16:23:00.935Z] SSH_AUTH_SOCK=/tmp/ssh-CFE9j28JmPNf/agent.32 [2023-05-22T16:23:00.935Z] SSH_AGENT_PID=38 [2023-05-22T16:23:00.943Z] Running ssh-add (command line suppressed) [2023-05-22T16:23:01.025Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9991273723181360403.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9991273723181360403.key) [2023-05-22T16:23:01.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T16:23:01.350Z] + git tag --points-at HEAD [Pipeline] } [2023-05-22T16:23:01.350Z] $ docker exec --env ******** --env ******** 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent -k [2023-05-22T16:23:01.458Z] unset SSH_AUTH_SOCK; [2023-05-22T16:23:01.459Z] unset SSH_AGENT_PID; [2023-05-22T16:23:01.459Z] echo Agent pid 38 killed; [2023-05-22T16:23:01.487Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-22T16:23:01.517Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T16:23:01.517Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T16:23:01.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T16:23:01.620Z] $ docker exec 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent [2023-05-22T16:23:01.753Z] SSH_AUTH_SOCK=/tmp/ssh-HvhIVYFAvZ8N/agent.71 [2023-05-22T16:23:01.753Z] SSH_AGENT_PID=77 [2023-05-22T16:23:01.758Z] Running ssh-add (command line suppressed) [2023-05-22T16:23:01.847Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16637756716920951397.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16637756716920951397.key) [2023-05-22T16:23:01.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T16:23:02.166Z] + git semver init [2023-05-22T16:23:02.425Z] 2023-05-22 16:23:02,328 [run_init] DEBUG init version:0.0.0 force:False [2023-05-22T16:23:02.425Z] 2023-05-22 16:23:02,328 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver [2023-05-22T16:23:02.425Z] 2023-05-22 16:23:02,329 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver [2023-05-22T16:23:02.425Z] 2023-05-22 16:23:02,329 [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-05-22T16:23:03.367Z] 2023-05-22 16:23:03,039 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude [2023-05-22T16:23:03.367Z] 2023-05-22 16:23:03,040 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False [2023-05-22T16:23:03.367Z] 2023-05-22 16:23:03,040 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:23:03.368Z] 2023-05-22 16:23:03,040 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:23:03.368Z] 3.0.0-dev.32 [Pipeline] } [2023-05-22T16:23:03.362Z] $ docker exec --env ******** --env ******** 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent -k [2023-05-22T16:23:03.457Z] unset SSH_AUTH_SOCK; [2023-05-22T16:23:03.459Z] unset SSH_AGENT_PID; [2023-05-22T16:23:03.459Z] echo Agent pid 77 killed; [2023-05-22T16:23:03.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T16:23:03.803Z] + git semver [Pipeline] } [2023-05-22T16:23:04.060Z] $ docker stop --time=1 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 [2023-05-22T16:23:05.349Z] $ docker rm -f --volumes 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T16:23:05.708Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-22T16:23:05.909Z] Stashed 1 file(s) [Pipeline] echo [2023-05-22T16:23:05.913Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.32 [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-05-22T16:23:06.085Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T16:23:06.095Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T16:23:06.102Z] ========================================================= [2023-05-22T16:23:06.102Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-22T16:23:06.102Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-05-22T16:23:06.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T16:23:06.392Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-22T16:23:06.392Z] f56be85fc22e: Pulling fs layer [2023-05-22T16:23:06.392Z] 85791d961cd3: Pulling fs layer [2023-05-22T16:23:06.392Z] d694b5ae8c79: Pulling fs layer [2023-05-22T16:23:06.392Z] 9f32a84ed3da: Pulling fs layer [2023-05-22T16:23:06.392Z] 4d19c01a9841: Pulling fs layer [2023-05-22T16:23:06.392Z] 9325e15d5711: Pulling fs layer [2023-05-22T16:23:06.392Z] 9f32a84ed3da: Waiting [2023-05-22T16:23:06.392Z] 4d19c01a9841: Waiting [2023-05-22T16:23:06.392Z] 556b6ee489ea: Pulling fs layer [2023-05-22T16:23:06.392Z] 9325e15d5711: Waiting [2023-05-22T16:23:06.392Z] c5a4b2cf53e6: Pulling fs layer [2023-05-22T16:23:06.392Z] 556b6ee489ea: Waiting [2023-05-22T16:23:06.392Z] 85791d961cd3: Download complete [2023-05-22T16:23:06.392Z] 9f32a84ed3da: Verifying Checksum [2023-05-22T16:23:06.392Z] 9f32a84ed3da: Download complete [2023-05-22T16:23:06.392Z] 4d19c01a9841: Download complete [2023-05-22T16:23:06.392Z] f56be85fc22e: Verifying Checksum [2023-05-22T16:23:06.392Z] f56be85fc22e: Download complete [2023-05-22T16:23:06.392Z] 9325e15d5711: Verifying Checksum [2023-05-22T16:23:06.392Z] 9325e15d5711: Download complete [2023-05-22T16:23:06.691Z] f56be85fc22e: Pull complete [2023-05-22T16:23:06.691Z] 85791d961cd3: Pull complete [2023-05-22T16:23:07.265Z] c5a4b2cf53e6: Verifying Checksum [2023-05-22T16:23:07.265Z] c5a4b2cf53e6: Download complete [2023-05-22T16:23:07.265Z] d694b5ae8c79: Verifying Checksum [2023-05-22T16:23:07.265Z] d694b5ae8c79: Download complete [2023-05-22T16:23:07.524Z] 556b6ee489ea: Verifying Checksum [2023-05-22T16:23:07.524Z] 556b6ee489ea: Download complete [2023-05-22T16:23:10.811Z] d694b5ae8c79: Pull complete [2023-05-22T16:23:10.811Z] 9f32a84ed3da: Pull complete [2023-05-22T16:23:11.068Z] 4d19c01a9841: Pull complete [2023-05-22T16:23:11.068Z] 9325e15d5711: Pull complete [2023-05-22T16:23:13.596Z] 556b6ee489ea: Pull complete [2023-05-22T16:23:14.543Z] c5a4b2cf53e6: Pull complete [2023-05-22T16:23:14.543Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-22T16:23:14.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-22T16:23:14.543Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-05-22T16:23:14.834Z] + 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-05-22T16:23:15.137Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T16:23:15.137Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:23:15.215Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:23:15.259Z] $ 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-05-22T16:23:19.676Z] $ docker top b6186bbbcb90c9eb4526a4ee61a9955d9a58eab2af510986a845b5dcb3f2d622 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T16:23:20.025Z] + go version [2023-05-22T16:23:20.025Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-22T16:23:20.030Z] $ docker stop --time=1 b6186bbbcb90c9eb4526a4ee61a9955d9a58eab2af510986a845b5dcb3f2d622 [2023-05-22T16:23:21.029Z] Still waiting to schedule task [2023-05-22T16:23:21.030Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-05-22T16:23:21.320Z] $ docker rm -f --volumes b6186bbbcb90c9eb4526a4ee61a9955d9a58eab2af510986a845b5dcb3f2d622 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:23:21.758Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-22T16:23:21.758Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:23:21.849Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:23:21.882Z] $ 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-05-22T16:23:22.236Z] $ docker top ae8b28b5fb00660ee8fa3704ee6deb972f0056ee9c2566bf0e689ded32afa8e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T16:23:22.582Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh [2023-05-22T16:23:22.879Z] + make test [2023-05-22T16:23:22.879Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2023-05-22T16:23:22.879Z] go: downloading github.com/nats-io/nats.go v1.25.0 [2023-05-22T16:23:22.879Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-05-22T16:23:22.879Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-05-22T16:23:22.879Z] go: downloading github.com/google/uuid v1.3.0 [2023-05-22T16:23:22.879Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.42 [2023-05-22T16:23:22.879Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-22T16:23:22.879Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.16 [2023-05-22T16:23:22.879Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-05-22T16:23:23.139Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-22T16:23:23.139Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-22T16:23:23.139Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-05-22T16:23:23.139Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-22T16:23:23.139Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-22T16:23:23.139Z] go: downloading github.com/go-playground/validator/v10 v10.13.0 [2023-05-22T16:23:23.139Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-05-22T16:23:23.139Z] go: downloading github.com/nats-io/nkeys v0.4.4 [2023-05-22T16:23:23.139Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-05-22T16:23:23.139Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-05-22T16:23:23.139Z] go: downloading golang.org/x/net v0.9.0 [2023-05-22T16:23:23.139Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2023-05-22T16:23:23.139Z] go: downloading golang.org/x/crypto v0.8.0 [2023-05-22T16:23:23.139Z] go: downloading github.com/x448/float16 v0.8.4 [2023-05-22T16:23:23.139Z] go: downloading github.com/leodido/go-urn v1.2.3 [2023-05-22T16:23:23.139Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-05-22T16:23:23.139Z] go: downloading golang.org/x/text v0.9.0 [2023-05-22T16:23:23.139Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-05-22T16:23:23.399Z] go: downloading github.com/klauspost/compress v1.16.4 [2023-05-22T16:23:23.399Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-05-22T16:23:23.399Z] go: downloading github.com/nats-io/jwt/v2 v2.4.1 [2023-05-22T16:23:23.399Z] go: downloading golang.org/x/time v0.3.0 [2023-05-22T16:23:23.399Z] go: downloading golang.org/x/sys v0.7.0 [2023-05-22T16:23:41.502Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] [2023-05-22T16:23:41.502Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] [2023-05-22T16:23:41.761Z] ok github.com/edgexfoundry/go-mod-messaging/v3/clients 0.076s coverage: 88.6% of statements [2023-05-22T16:23:47.037Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 5.051s coverage: 19.8% of statements [2023-05-22T16:23:47.037Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 0.093s coverage: 88.8% of statements [2023-05-22T16:23:47.037Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 0.087s coverage: 89.1% of statements [2023-05-22T16:23:52.310Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] [2023-05-22T16:23:52.310Z] ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] [2023-05-22T16:23:52.310Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 0.098s coverage: 35.9% of statements [2023-05-22T16:23:52.310Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 0.166s coverage: 61.3% of statements [2023-05-22T16:23:52.310Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 0.064s coverage: 87.5% of statements [2023-05-22T16:23:52.310Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 0.062s coverage: 100.0% of statements [2023-05-22T16:23:52.310Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 0.059s coverage: 100.0% of statements [2023-05-22T16:23:52.310Z] ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 0.052s coverage: 95.1% of statements [2023-05-22T16:24:07.201Z] go vet ./... [2023-05-22T16:24:09.736Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T16:24:09.736Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-05-22T16:24:09.750Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-22T16:24:09.768Z] $ docker stop --time=1 ae8b28b5fb00660ee8fa3704ee6deb972f0056ee9c2566bf0e689ded32afa8e8 [2023-05-22T16:24:12.296Z] $ docker rm -f --volumes ae8b28b5fb00660ee8fa3704ee6deb972f0056ee9c2566bf0e689ded32afa8e8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T16:24:12.864Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-22T16:24:12.908Z] 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-05-22T16:24:13.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T16:24:13.362Z] [2023-05-22T16:24:13.362Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:24:13.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T16:24:13.666Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-22T16:24:13.666Z] 5eb5b503b376: Pulling fs layer [2023-05-22T16:24:13.666Z] 5c69ac0246d0: Pulling fs layer [2023-05-22T16:24:13.666Z] ec43610c2a17: Pulling fs layer [2023-05-22T16:24:13.666Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-22T16:24:13.666Z] 33b1e0a273af: Pulling fs layer [2023-05-22T16:24:13.666Z] 3a2ae6a8a46f: Waiting [2023-05-22T16:24:13.666Z] 5d3b04190fa2: Pulling fs layer [2023-05-22T16:24:13.666Z] 2f39f015ded8: Pulling fs layer [2023-05-22T16:24:13.666Z] 33b1e0a273af: Waiting [2023-05-22T16:24:13.666Z] 5d3b04190fa2: Waiting [2023-05-22T16:24:13.666Z] 2f39f015ded8: Waiting [2023-05-22T16:24:13.666Z] 5c69ac0246d0: Verifying Checksum [2023-05-22T16:24:13.666Z] 5c69ac0246d0: Download complete [2023-05-22T16:24:13.666Z] 3a2ae6a8a46f: Download complete [2023-05-22T16:24:13.666Z] 33b1e0a273af: Verifying Checksum [2023-05-22T16:24:13.666Z] 33b1e0a273af: Download complete [2023-05-22T16:24:13.933Z] 5d3b04190fa2: Verifying Checksum [2023-05-22T16:24:13.933Z] 5d3b04190fa2: Download complete [2023-05-22T16:24:13.933Z] ec43610c2a17: Verifying Checksum [2023-05-22T16:24:13.933Z] ec43610c2a17: Download complete [2023-05-22T16:24:13.933Z] 5eb5b503b376: Verifying Checksum [2023-05-22T16:24:13.933Z] 5eb5b503b376: Download complete [2023-05-22T16:24:14.498Z] 2f39f015ded8: Download complete [2023-05-22T16:24:15.066Z] 5eb5b503b376: Pull complete [2023-05-22T16:24:15.066Z] 5c69ac0246d0: Pull complete [2023-05-22T16:24:15.631Z] ec43610c2a17: Pull complete [2023-05-22T16:24:15.631Z] 3a2ae6a8a46f: Pull complete [2023-05-22T16:24:15.890Z] 33b1e0a273af: Pull complete [2023-05-22T16:24:15.890Z] 5d3b04190fa2: Pull complete [2023-05-22T16:24:20.116Z] 2f39f015ded8: Pull complete [2023-05-22T16:24:20.116Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-22T16:24:20.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T16:24:20.116Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:24:20.226Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:24:20.261Z] $ 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-05-22T16:24:23.127Z] $ docker top 6d4aa5176079a3f93acfd2e135b6dd35f41215ee8c9aef24bc0686914af5ff25 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:24:23.522Z] ---> job-cost.sh [2023-05-22T16:24:23.522Z] lf-activate-venv: SKIPPING [2023-05-22T16:24:23.522Z] INFO: No Stack... [2023-05-22T16:24:23.782Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-22T16:24:24.042Z] INFO: Archiving Costs [Pipeline] sh [2023-05-22T16:24:24.334Z] + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv [2023-05-22T16:24:24.334Z] + cut -d, -f6 [Pipeline] lock [2023-05-22T16:24:24.348Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [2023-05-22T16:24:24.365Z] Resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] did not exist. Created. [2023-05-22T16:24:24.365Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-22T16:24:24.665Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-22T16:24:24.691Z] Stashed 1 file(s) [Pipeline] } [2023-05-22T16:24:24.698Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-22T16:24:24.723Z] $ docker stop --time=1 6d4aa5176079a3f93acfd2e135b6dd35f41215ee8c9aef24bc0686914af5ff25 [2023-05-22T16:24:25.875Z] $ docker rm -f --volumes 6d4aa5176079a3f93acfd2e135b6dd35f41215ee8c9aef24bc0686914af5ff25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-22T16:26:06.337Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16312 in /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] { [Pipeline] ws [2023-05-22T16:26:06.353Z] Running in /w/workspace/go-mod-messaging/97 [Pipeline] { [Pipeline] checkout [2023-05-22T16:26:06.393Z] Selected Git installation does not exist. Using Default [2023-05-22T16:26:06.393Z] The recommended git tool is: NONE [2023-05-22T16:26:12.284Z] using credential edgex-jenkins-ssh [2023-05-22T16:26:12.303Z] Cloning the remote Git repository [2023-05-22T16:26:12.354Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2023-05-22T16:26:12.468Z] > git init /w/workspace/go-mod-messaging/97 # timeout=10 [2023-05-22T16:26:12.638Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2023-05-22T16:26:12.640Z] > git --version # timeout=10 [2023-05-22T16:26:12.663Z] > git --version # 'git version 2.25.1' [2023-05-22T16:26:12.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-22T16:26:12.852Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T16:26:13.729Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2023-05-22T16:26:13.765Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-22T16:26:14.802Z] Avoid second fetch [2023-05-22T16:26:14.803Z] Checking out Revision ee11a8dba84ced88b0cf23aff40089790c971dba (main) [2023-05-22T16:26:14.822Z] > git config core.sparsecheckout # timeout=10 [2023-05-22T16:26:14.912Z] > git checkout -f ee11a8dba84ced88b0cf23aff40089790c971dba # timeout=10 [2023-05-22T16:26:15.524Z] Commit message: "Merge pull request #252 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.42" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-22T16:26:16.446Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-22T16:26:16.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T16:26:16.447Z] Dload Upload Total Spent Left Speed [2023-05-22T16:26:16.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79693 0 --:--:-- --:--:-- --:--:-- 80194 [Pipeline] sh [2023-05-22T16:26:17.075Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-22T16:26:17.427Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-22T16:26:17.427Z] + sudo tee /etc/docker/daemon.new [2023-05-22T16:26:17.427Z] { [2023-05-22T16:26:17.427Z] "registry-mirrors": [ [2023-05-22T16:26:17.427Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-22T16:26:17.427Z] ], [2023-05-22T16:26:17.427Z] "bip": "10.250.0.254/24", [2023-05-22T16:26:17.427Z] "hosts": [ [2023-05-22T16:26:17.427Z] "tcp://0.0.0.0:5555", [2023-05-22T16:26:17.427Z] "unix:///var/run/docker.sock" [2023-05-22T16:26:17.427Z] ], [2023-05-22T16:26:17.427Z] "mtu": 1458, [2023-05-22T16:26:17.427Z] "selinux-enabled": true, [2023-05-22T16:26:17.427Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-22T16:26:17.427Z] } [Pipeline] sh [2023-05-22T16:26:17.801Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-22T16:26:18.164Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-05-22T16:26:36.755Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T16:26:36.768Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-22T16:26:36.782Z] ========================================================= [2023-05-22T16:26:36.782Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-22T16:26:36.782Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-05-22T16:26:37.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T16:26:38.120Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-22T16:26:38.120Z] c41833b44d91: Pulling fs layer [2023-05-22T16:26:38.120Z] ed15518f5707: Pulling fs layer [2023-05-22T16:26:38.120Z] feae8fd75edb: Pulling fs layer [2023-05-22T16:26:38.120Z] 242c74f7c9fa: Pulling fs layer [2023-05-22T16:26:38.120Z] 3cdef696dda3: Pulling fs layer [2023-05-22T16:26:38.120Z] 2ced38df9373: Pulling fs layer [2023-05-22T16:26:38.120Z] 58f1dce35555: Pulling fs layer [2023-05-22T16:26:38.120Z] 242c74f7c9fa: Waiting [2023-05-22T16:26:38.120Z] 3cdef696dda3: Waiting [2023-05-22T16:26:38.120Z] 2ced38df9373: Waiting [2023-05-22T16:26:38.120Z] 58f1dce35555: Waiting [2023-05-22T16:26:38.120Z] ed15518f5707: Verifying Checksum [2023-05-22T16:26:38.120Z] ed15518f5707: Download complete [2023-05-22T16:26:38.396Z] 242c74f7c9fa: Verifying Checksum [2023-05-22T16:26:38.396Z] 242c74f7c9fa: Download complete [2023-05-22T16:26:38.396Z] 3cdef696dda3: Verifying Checksum [2023-05-22T16:26:38.396Z] 3cdef696dda3: Download complete [2023-05-22T16:26:38.396Z] c41833b44d91: Verifying Checksum [2023-05-22T16:26:38.396Z] c41833b44d91: Download complete [2023-05-22T16:26:39.379Z] c41833b44d91: Pull complete [2023-05-22T16:26:39.654Z] 58f1dce35555: Verifying Checksum [2023-05-22T16:26:39.654Z] 58f1dce35555: Download complete [2023-05-22T16:26:39.928Z] ed15518f5707: Pull complete [2023-05-22T16:26:40.913Z] feae8fd75edb: Verifying Checksum [2023-05-22T16:26:40.913Z] feae8fd75edb: Download complete [2023-05-22T16:26:40.913Z] 2ced38df9373: Verifying Checksum [2023-05-22T16:26:53.313Z] feae8fd75edb: Pull complete [2023-05-22T16:26:53.313Z] 242c74f7c9fa: Pull complete [2023-05-22T16:26:53.313Z] 3cdef696dda3: Pull complete [2023-05-22T16:26:59.998Z] 2ced38df9373: Pull complete [2023-05-22T16:27:01.987Z] 58f1dce35555: Pull complete [2023-05-22T16:27:01.987Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-22T16:27:01.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-22T16:27:01.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-05-22T16:27:02.344Z] + 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-05-22T16:27:02.699Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T16:27:02.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:27:02.953Z] prd-ubuntu20.04-docker-arm64-4c-16g-16312 does not seem to be running inside a container [2023-05-22T16:27:03.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/97 -v /w/workspace/go-mod-messaging/97:/w/workspace/go-mod-messaging/97:rw,z -v /w/workspace/go-mod-messaging/97@tmp:/w/workspace/go-mod-messaging/97@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-05-22T16:27:06.536Z] $ docker top 679efd413e81e6478027d1597da5c7e8ff558b2edde4ad11c2f4f8e062b3b4ee -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T16:27:07.454Z] + go version [2023-05-22T16:27:07.454Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-22T16:27:07.489Z] $ docker stop --time=1 679efd413e81e6478027d1597da5c7e8ff558b2edde4ad11c2f4f8e062b3b4ee [2023-05-22T16:27:09.229Z] $ docker rm -f --volumes 679efd413e81e6478027d1597da5c7e8ff558b2edde4ad11c2f4f8e062b3b4ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:27:09.802Z] + docker inspect -f . ci-base-image-arm64 [2023-05-22T16:27:09.802Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:27:10.022Z] prd-ubuntu20.04-docker-arm64-4c-16g-16312 does not seem to be running inside a container [2023-05-22T16:27:10.116Z] $ 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/97 -v /w/workspace/go-mod-messaging/97:/w/workspace/go-mod-messaging/97:rw,z -v /w/workspace/go-mod-messaging/97@tmp:/w/workspace/go-mod-messaging/97@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-05-22T16:27:11.456Z] $ docker top 89b42cbfa379221aaf33d0a9d473efb3996b2bffeb78e4d3e313a4ff0f6dbd21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T16:27:12.293Z] + git config --global --add safe.directory /w/workspace/go-mod-messaging/97 [Pipeline] fileExists [Pipeline] sh [2023-05-22T16:27:12.955Z] + make test [2023-05-22T16:27:12.955Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2023-05-22T16:27:12.955Z] go: downloading github.com/google/uuid v1.3.0 [2023-05-22T16:27:12.955Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-05-22T16:27:12.955Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-05-22T16:27:13.223Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.42 [2023-05-22T16:27:13.223Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-05-22T16:27:13.223Z] go: downloading github.com/nats-io/nats.go v1.25.0 [2023-05-22T16:27:13.493Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.16 [2023-05-22T16:27:13.493Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-05-22T16:27:14.094Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-05-22T16:27:14.094Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-05-22T16:27:14.094Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-05-22T16:27:14.094Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-05-22T16:27:14.094Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-05-22T16:27:14.094Z] go: downloading golang.org/x/net v0.9.0 [2023-05-22T16:27:14.094Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2023-05-22T16:27:14.094Z] go: downloading github.com/go-playground/validator/v10 v10.13.0 [2023-05-22T16:27:14.094Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-05-22T16:27:14.365Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-05-22T16:27:14.365Z] go: downloading github.com/nats-io/nkeys v0.4.4 [2023-05-22T16:27:14.365Z] go: downloading github.com/nats-io/nuid v1.0.1 [2023-05-22T16:27:14.632Z] go: downloading github.com/x448/float16 v0.8.4 [2023-05-22T16:27:14.632Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-05-22T16:27:14.632Z] go: downloading github.com/leodido/go-urn v1.2.3 [2023-05-22T16:27:14.633Z] go: downloading golang.org/x/crypto v0.8.0 [2023-05-22T16:27:14.903Z] go: downloading golang.org/x/text v0.9.0 [2023-05-22T16:27:15.517Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-05-22T16:27:15.517Z] go: downloading github.com/klauspost/compress v1.16.4 [2023-05-22T16:27:15.517Z] go: downloading github.com/minio/highwayhash v1.0.2 [2023-05-22T16:27:15.783Z] go: downloading github.com/nats-io/jwt/v2 v2.4.1 [2023-05-22T16:27:15.783Z] go: downloading golang.org/x/time v0.3.0 [2023-05-22T16:29:22.545Z] ok github.com/edgexfoundry/go-mod-messaging/v3/clients 0.380s coverage: 88.6% of statements [2023-05-22T16:29:22.545Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] [2023-05-22T16:29:22.545Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] [2023-05-22T16:29:23.511Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 5.305s coverage: 19.8% of statements [2023-05-22T16:29:23.511Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 0.441s coverage: 88.8% of statements [2023-05-22T16:29:23.511Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 0.433s coverage: 89.1% of statements [2023-05-22T16:31:15.243Z] ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] [2023-05-22T16:31:15.243Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 0.511s coverage: 35.9% of statements [2023-05-22T16:31:15.243Z] ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 0.430s coverage: 61.3% of statements [2023-05-22T16:31:15.243Z] ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] [2023-05-22T16:31:15.243Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 0.281s coverage: 87.5% of statements [2023-05-22T16:31:15.243Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 0.233s coverage: 100.0% of statements [2023-05-22T16:31:15.243Z] ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 0.224s coverage: 100.0% of statements [2023-05-22T16:31:15.243Z] ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 0.208s coverage: 95.1% of statements [2023-05-22T16:31:15.243Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-22T16:31:15.243Z] go vet ./... [2023-05-22T16:33:06.983Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-22T16:33:06.983Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-05-22T16:33:07.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-22T16:33:07.033Z] $ docker stop --time=1 89b42cbfa379221aaf33d0a9d473efb3996b2bffeb78e4d3e313a4ff0f6dbd21 [2023-05-22T16:33:08.919Z] $ docker rm -f --volumes 89b42cbfa379221aaf33d0a9d473efb3996b2bffeb78e4d3e313a4ff0f6dbd21 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T16:33:11.398Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-22T16:33:11.423Z] Warning: overwriting stash ‘coverage-report’ [2023-05-22T16:33:11.989Z] 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-05-22T16:33:12.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T16:33:12.454Z] [2023-05-22T16:33:12.454Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:33:12.803Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T16:33:13.077Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-22T16:33:13.077Z] 8998bd30e6a1: Pulling fs layer [2023-05-22T16:33:13.077Z] 04944245beec: Pulling fs layer [2023-05-22T16:33:13.077Z] 699f458cf7ca: Pulling fs layer [2023-05-22T16:33:13.077Z] 765212b225bb: Pulling fs layer [2023-05-22T16:33:13.077Z] f23df028b6ca: Pulling fs layer [2023-05-22T16:33:13.077Z] d65c8cfc05b1: Pulling fs layer [2023-05-22T16:33:13.077Z] 2437ff75d9bd: Pulling fs layer [2023-05-22T16:33:13.077Z] 765212b225bb: Waiting [2023-05-22T16:33:13.077Z] f23df028b6ca: Waiting [2023-05-22T16:33:13.077Z] d65c8cfc05b1: Waiting [2023-05-22T16:33:13.077Z] 2437ff75d9bd: Waiting [2023-05-22T16:33:13.077Z] 04944245beec: Verifying Checksum [2023-05-22T16:33:13.077Z] 04944245beec: Download complete [2023-05-22T16:33:13.077Z] 765212b225bb: Verifying Checksum [2023-05-22T16:33:13.077Z] 765212b225bb: Download complete [2023-05-22T16:33:13.353Z] f23df028b6ca: Verifying Checksum [2023-05-22T16:33:13.353Z] f23df028b6ca: Download complete [2023-05-22T16:33:13.353Z] d65c8cfc05b1: Verifying Checksum [2023-05-22T16:33:13.353Z] d65c8cfc05b1: Download complete [2023-05-22T16:33:13.353Z] 699f458cf7ca: Verifying Checksum [2023-05-22T16:33:13.353Z] 699f458cf7ca: Download complete [2023-05-22T16:33:13.945Z] 8998bd30e6a1: Verifying Checksum [2023-05-22T16:33:13.945Z] 8998bd30e6a1: Download complete [2023-05-22T16:33:16.554Z] 2437ff75d9bd: Verifying Checksum [2023-05-22T16:33:16.554Z] 2437ff75d9bd: Download complete [2023-05-22T16:33:17.971Z] 8998bd30e6a1: Pull complete [2023-05-22T16:33:18.559Z] 04944245beec: Pull complete [2023-05-22T16:33:22.839Z] 699f458cf7ca: Pull complete [2023-05-22T16:33:22.839Z] 765212b225bb: Pull complete [2023-05-22T16:33:23.431Z] f23df028b6ca: Pull complete [2023-05-22T16:33:23.704Z] d65c8cfc05b1: Pull complete [2023-05-22T16:33:38.733Z] 2437ff75d9bd: Pull complete [2023-05-22T16:33:38.733Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-22T16:33:38.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-22T16:33:38.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:33:38.942Z] prd-ubuntu20.04-docker-arm64-4c-16g-16312 does not seem to be running inside a container [2023-05-22T16:33:39.034Z] $ 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/97 -v /w/workspace/go-mod-messaging/97:/w/workspace/go-mod-messaging/97:rw,z -v /w/workspace/go-mod-messaging/97@tmp:/w/workspace/go-mod-messaging/97@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-05-22T16:33:41.700Z] $ docker top 036bf88b97e90877b66044bfcafa7b530727c8af0edbcfdda519abd3eccf73b3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:33:42.592Z] ---> job-cost.sh [2023-05-22T16:33:42.592Z] lf-activate-venv: SKIPPING [2023-05-22T16:33:42.592Z] INFO: No Stack... [2023-05-22T16:33:43.181Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-22T16:33:43.768Z] INFO: Archiving Costs [Pipeline] sh [2023-05-22T16:33:44.415Z] + cut -d, -f6 [2023-05-22T16:33:44.415Z] + cat /w/workspace/go-mod-messaging/97/archives/cost.csv [Pipeline] lock [2023-05-22T16:33:44.487Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [2023-05-22T16:33:44.492Z] Resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] did not exist. Created. [2023-05-22T16:33:44.493Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-22T16:33:45.154Z] /w/workspace/go-mod-messaging/97@tmp/durable-8270a9c1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-22T16:33:45.814Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-22T16:33:45.841Z] Warning: overwriting stash ‘stack-cost’ [2023-05-22T16:33:45.898Z] Stashed 1 file(s) [Pipeline] } [2023-05-22T16:33:45.911Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-22T16:33:45.951Z] $ docker stop --time=1 036bf88b97e90877b66044bfcafa7b530727c8af0edbcfdda519abd3eccf73b3 [2023-05-22T16:33:49.581Z] $ docker rm -f --volumes 036bf88b97e90877b66044bfcafa7b530727c8af0edbcfdda519abd3eccf73b3 [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-05-22T16:33:50.085Z] provisioning config files... [2023-05-22T16:33:50.096Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config16609770879884734520tmp [Pipeline] { [Pipeline] sh [2023-05-22T16:33:50.396Z] + set +x [2023-05-22T16:33:50.396Z] + + curl -s https://codecov.io/bash [2023-05-22T16:33:50.396Z] bash -s -- [2023-05-22T16:33:50.396Z] [2023-05-22T16:33:50.396Z] _____ _ [2023-05-22T16:33:50.396Z] / ____| | | [2023-05-22T16:33:50.396Z] | | ___ __| | ___ ___ _____ __ [2023-05-22T16:33:50.396Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-22T16:33:50.396Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-22T16:33:50.396Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-22T16:33:50.396Z] Bash-1.0.6 [2023-05-22T16:33:50.396Z] [2023-05-22T16:33:50.396Z] [2023-05-22T16:33:50.396Z] ==> git version 2.25.1 found [2023-05-22T16:33:50.396Z] ==> 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-05-22T16:33:50.396Z] Release-Date: 2020-01-08 [2023-05-22T16:33:50.396Z] 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-05-22T16:33:50.396Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-22T16:33:50.396Z] ==> Jenkins CI detected. [2023-05-22T16:33:50.396Z] current dir:  /w/workspace/gexfoundry_go-mod-messaging_main [2023-05-22T16:33:50.396Z] project root: . [2023-05-22T16:33:50.396Z] --> token set from env [2023-05-22T16:33:50.396Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-22T16:33:50.396Z] ==> Running gcov in . (disable via -X gcov) [2023-05-22T16:33:50.396Z] ==> Python coveragepy not found [2023-05-22T16:33:50.396Z] ==> Searching for coverage reports in: [2023-05-22T16:33:50.396Z] + . [2023-05-22T16:33:50.396Z] -> Found 1 reports [2023-05-22T16:33:50.396Z] ==> Detecting git/mercurial file structure [2023-05-22T16:33:50.659Z] ==> Reading reports [2023-05-22T16:33:50.659Z] + ./coverage.out bytes=41815 [2023-05-22T16:33:50.659Z] ==> Appending adjustments [2023-05-22T16:33:50.659Z] https://docs.codecov.io/docs/fixing-reports [2023-05-22T16:33:50.659Z] + Found adjustments [2023-05-22T16:33:50.659Z] ==> Gzipping contents [2023-05-22T16:33:50.659Z] 12K /tmp/codecov.i0nPup.gz [2023-05-22T16:33:50.659Z] ==> Uploading reports [2023-05-22T16:33:50.659Z] url: https://codecov.io [2023-05-22T16:33:50.659Z] query: branch=main&commit=ee11a8dba84ced88b0cf23aff40089790c971dba&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-22T16:33:50.659Z] -> Pinging Codecov [2023-05-22T16:33:50.659Z] 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=ee11a8dba84ced88b0cf23aff40089790c971dba&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= [2023-05-22T16:33:50.918Z] -> Uploading to [2023-05-22T16:33:50.918Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-22/F6E385568367DD0E4001BA4F8F1CB792/ee11a8dba84ced88b0cf23aff40089790c971dba/3f85a07c-d7e5-462c-9189-5cc831193dca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T163350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=00889d1675a71b99323f967038e3872636fd29f9dc21d69b0872e157d2917f50 [2023-05-22T16:33:50.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-22T16:33:50.918Z] Dload Upload Total Spent Left Speed [2023-05-22T16:33:51.177Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8282 0 0 100 8282 0 35242 --:--:-- --:--:-- --:--:-- 35242 [2023-05-22T16:33:51.177Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] } [2023-05-22T16:33:51.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-05-22T16:33:51.387Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-05-22T16:33:51.398Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:33:51.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-22T16:33:51.703Z] [2023-05-22T16:33:51.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:33:52.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-22T16:33:52.005Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-05-22T16:33:52.005Z] df9b9388f04a: Pulling fs layer [2023-05-22T16:33:52.005Z] 52dc419b0ee2: Pulling fs layer [2023-05-22T16:33:52.005Z] 25bc292e5bac: Pulling fs layer [2023-05-22T16:33:52.005Z] 114826534d7a: Pulling fs layer [2023-05-22T16:33:52.005Z] 4657fd5d0bcf: Pulling fs layer [2023-05-22T16:33:52.005Z] 6ad1cebc031e: Pulling fs layer [2023-05-22T16:33:52.005Z] 8a3aa393b2d8: Pulling fs layer [2023-05-22T16:33:52.005Z] 4657fd5d0bcf: Waiting [2023-05-22T16:33:52.005Z] 8a3aa393b2d8: Waiting [2023-05-22T16:33:52.005Z] 6ad1cebc031e: Waiting [2023-05-22T16:33:52.005Z] 114826534d7a: Waiting [2023-05-22T16:33:52.005Z] 25bc292e5bac: Verifying Checksum [2023-05-22T16:33:52.005Z] 25bc292e5bac: Download complete [2023-05-22T16:33:52.005Z] 52dc419b0ee2: Verifying Checksum [2023-05-22T16:33:52.005Z] 52dc419b0ee2: Download complete [2023-05-22T16:33:52.005Z] 4657fd5d0bcf: Verifying Checksum [2023-05-22T16:33:52.005Z] 4657fd5d0bcf: Download complete [2023-05-22T16:33:52.005Z] df9b9388f04a: Download complete [2023-05-22T16:33:52.274Z] df9b9388f04a: Pull complete [2023-05-22T16:33:52.274Z] 52dc419b0ee2: Pull complete [2023-05-22T16:33:52.274Z] 6ad1cebc031e: Verifying Checksum [2023-05-22T16:33:52.274Z] 6ad1cebc031e: Download complete [2023-05-22T16:33:52.274Z] 25bc292e5bac: Pull complete [2023-05-22T16:33:52.844Z] 114826534d7a: Verifying Checksum [2023-05-22T16:33:52.844Z] 114826534d7a: Download complete [2023-05-22T16:33:53.104Z] 8a3aa393b2d8: Verifying Checksum [2023-05-22T16:33:53.104Z] 8a3aa393b2d8: Download complete [2023-05-22T16:33:56.388Z] 114826534d7a: Pull complete [2023-05-22T16:33:56.388Z] 4657fd5d0bcf: Pull complete [2023-05-22T16:33:56.388Z] 6ad1cebc031e: Pull complete [2023-05-22T16:33:58.924Z] 8a3aa393b2d8: Pull complete [2023-05-22T16:33:58.924Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-05-22T16:33:58.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-05-22T16:33:58.924Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:33:59.012Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:33:59.075Z] $ 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-05-22T16:34:01.072Z] $ docker top 0c946a548e93072699cfa1a7f7d0409d65b9a4e0c0da0ce799f6f0fcdbf8a9ea -eo pid,comm [Pipeline] { [Pipeline] echo [2023-05-22T16:34:01.112Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh [2023-05-22T16:34:01.390Z] + set -o pipefail [2023-05-22T16:34:01.390Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' [2023-05-22T16:34:05.586Z] [2023-05-22T16:34:05.587Z] Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v3)... [2023-05-22T16:34:05.587Z] [2023-05-22T16:34:05.587Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/770e3f64-65c1-46e4-b258-9595629d2d3e/history/68d3722e-8af4-47ed-a3c5-54ee7eb30bff [2023-05-22T16:34:05.587Z] [2023-05-22T16:34:05.587Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-05-22T16:34:05.587Z] [2023-05-22T16:34:05.587Z] [2023-05-22T16:34:05.587Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-05-22T16:34:05.587Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-05-22T16:34:05.587Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-05-22T16:34:05.625Z] $ docker stop --time=1 0c946a548e93072699cfa1a7f7d0409d65b9a4e0c0da0ce799f6f0fcdbf8a9ea [2023-05-22T16:34:07.369Z] $ docker rm -f --volumes 0c946a548e93072699cfa1a7f7d0409d65b9a4e0c0da0ce799f6f0fcdbf8a9ea [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-05-22T16:34:07.971Z] + git log --format=format:%s -1 ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] sh [2023-05-22T16:34:08.286Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T16:34:08.286Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:34:08.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T16:34:08.584Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:34:08.656Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:34:08.710Z] $ 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-05-22T16:34:09.120Z] $ docker top 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T16:34:09.181Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T16:34:09.181Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T16:34:09.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T16:34:09.322Z] $ docker exec 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 ssh-agent [2023-05-22T16:34:09.409Z] SSH_AUTH_SOCK=/tmp/ssh-NgXH94LuSSFX/agent.32 [2023-05-22T16:34:09.409Z] SSH_AGENT_PID=38 [2023-05-22T16:34:09.415Z] Running ssh-add (command line suppressed) [2023-05-22T16:34:09.538Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9971123046388341212.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9971123046388341212.key) [2023-05-22T16:34:09.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T16:34:09.812Z] + git semver tag [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,014 [run_tag] DEBUG tag force:False [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,014 [check_head_tag] DEBUG check head tag [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,015 [execute] INFO git cat-file --batch-check [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,019 [execute] INFO git cat-file --batch [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,049 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,049 [execute] INFO git tag -a v3.0.0-dev.32 -m v3.0.0-dev.32 [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,049 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.32', '-m', 'v3.0.0-dev.32'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) [2023-05-22T16:34:10.070Z] 2023-05-22 16:34:10,055 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:10.070Z] 3.0.0-dev.32 [Pipeline] } [2023-05-22T16:34:10.107Z] $ docker exec --env ******** --env ******** 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 ssh-agent -k [2023-05-22T16:34:10.201Z] unset SSH_AUTH_SOCK; [2023-05-22T16:34:10.201Z] unset SSH_AGENT_PID; [2023-05-22T16:34:10.201Z] echo Agent pid 38 killed; [2023-05-22T16:34:10.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T16:34:10.483Z] + git semver [Pipeline] } [2023-05-22T16:34:10.783Z] $ docker stop --time=1 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 [2023-05-22T16:34:12.104Z] $ docker rm -f --volumes 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:34:12.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-22T16:34:12.465Z] [2023-05-22T16:34:12.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:34:12.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-22T16:34:12.766Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-05-22T16:34:12.766Z] ab5ef0e58194: Pulling fs layer [2023-05-22T16:34:12.766Z] 9712f1f96733: Pulling fs layer [2023-05-22T16:34:12.766Z] 63f879dbbcfc: Pulling fs layer [2023-05-22T16:34:12.766Z] 0d9ebad4ef96: Pulling fs layer [2023-05-22T16:34:12.766Z] e9a5061849ea: Pulling fs layer [2023-05-22T16:34:12.766Z] d747dcd14b5f: Pulling fs layer [2023-05-22T16:34:12.766Z] 2de7ff778b66: Pulling fs layer [2023-05-22T16:34:12.766Z] 0d9ebad4ef96: Waiting [2023-05-22T16:34:12.766Z] e9a5061849ea: Waiting [2023-05-22T16:34:12.766Z] d747dcd14b5f: Waiting [2023-05-22T16:34:12.766Z] 2de7ff778b66: Waiting [2023-05-22T16:34:12.766Z] 9712f1f96733: Verifying Checksum [2023-05-22T16:34:12.766Z] 9712f1f96733: Download complete [2023-05-22T16:34:13.338Z] 63f879dbbcfc: Verifying Checksum [2023-05-22T16:34:13.338Z] 63f879dbbcfc: Download complete [2023-05-22T16:34:13.596Z] 0d9ebad4ef96: Verifying Checksum [2023-05-22T16:34:13.596Z] 0d9ebad4ef96: Download complete [2023-05-22T16:34:13.596Z] e9a5061849ea: Verifying Checksum [2023-05-22T16:34:13.596Z] e9a5061849ea: Download complete [2023-05-22T16:34:13.596Z] d747dcd14b5f: Verifying Checksum [2023-05-22T16:34:13.596Z] d747dcd14b5f: Download complete [2023-05-22T16:34:13.596Z] ab5ef0e58194: Download complete [2023-05-22T16:34:13.596Z] 2de7ff778b66: Verifying Checksum [2023-05-22T16:34:13.596Z] 2de7ff778b66: Download complete [2023-05-22T16:34:16.128Z] ab5ef0e58194: Pull complete [2023-05-22T16:34:16.128Z] 9712f1f96733: Pull complete [2023-05-22T16:34:16.695Z] 63f879dbbcfc: Pull complete [2023-05-22T16:34:20.879Z] 0d9ebad4ef96: Pull complete [2023-05-22T16:34:20.879Z] e9a5061849ea: Pull complete [2023-05-22T16:34:20.879Z] d747dcd14b5f: Pull complete [2023-05-22T16:34:21.447Z] 2de7ff778b66: Pull complete [2023-05-22T16:34:21.447Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-05-22T16:34:21.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-05-22T16:34:21.447Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:34:21.535Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:34:21.593Z] $ 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-05-22T16:34:24.266Z] $ docker top 1e0022f668c4b524d64994f1f612a848bc8cf28c6117f6dcc5b55623714192df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-05-22T16:34:24.300Z] provisioning config files... [2023-05-22T16:34:24.308Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config9401951322999813871tmp [2023-05-22T16:34:24.318Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config3054538746064546841tmp [2023-05-22T16:34:24.331Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config2648883924602880966tmp [Pipeline] { [Pipeline] echo [2023-05-22T16:34:24.347Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:24.630Z] ---> sigul-configuration.sh [2023-05-22T16:34:24.630Z] gpg: directory `/root/.gnupg' created [2023-05-22T16:34:24.630Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-05-22T16:34:24.630Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-05-22T16:34:24.630Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-05-22T16:34:24.630Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-05-22T16:34:24.630Z] gpg: CAST5 encrypted data [2023-05-22T16:34:24.630Z] gpg: encrypted with 1 passphrase [2023-05-22T16:34:24.630Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-05-22T16:34:24.920Z] + mkdir /home/jenkins [2023-05-22T16:34:24.921Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-05-22T16:34:25.202Z] + 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-05-22T16:34:25.210Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:25.491Z] ---> sigul-install.sh [2023-05-22T16:34:25.492Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-05-22T16:34:25.779Z] + git tag --list [2023-05-22T16:34:25.779Z] v0.0.0 [2023-05-22T16:34:25.779Z] v0.1.0 [2023-05-22T16:34:25.779Z] v0.1.1 [2023-05-22T16:34:25.779Z] v0.1.10 [2023-05-22T16:34:25.779Z] v0.1.11 [2023-05-22T16:34:25.779Z] v0.1.12 [2023-05-22T16:34:25.779Z] v0.1.13 [2023-05-22T16:34:25.779Z] v0.1.14 [2023-05-22T16:34:25.779Z] v0.1.15 [2023-05-22T16:34:25.779Z] v0.1.16 [2023-05-22T16:34:25.779Z] v0.1.17 [2023-05-22T16:34:25.779Z] v0.1.18 [2023-05-22T16:34:25.779Z] v0.1.19 [2023-05-22T16:34:25.779Z] v0.1.2 [2023-05-22T16:34:25.779Z] v0.1.20 [2023-05-22T16:34:25.779Z] v0.1.21 [2023-05-22T16:34:25.779Z] v0.1.22 [2023-05-22T16:34:25.779Z] v0.1.23 [2023-05-22T16:34:25.779Z] v0.1.24 [2023-05-22T16:34:25.779Z] v0.1.25 [2023-05-22T16:34:25.779Z] v0.1.26 [2023-05-22T16:34:25.779Z] v0.1.27 [2023-05-22T16:34:25.779Z] v0.1.28 [2023-05-22T16:34:25.779Z] v0.1.29 [2023-05-22T16:34:25.779Z] v0.1.3 [2023-05-22T16:34:25.779Z] v0.1.30 [2023-05-22T16:34:25.779Z] v0.1.31 [2023-05-22T16:34:25.779Z] v0.1.4 [2023-05-22T16:34:25.779Z] v0.1.5 [2023-05-22T16:34:25.779Z] v0.1.6 [2023-05-22T16:34:25.779Z] v0.1.7 [2023-05-22T16:34:25.779Z] v0.1.8 [2023-05-22T16:34:25.779Z] v0.1.9 [2023-05-22T16:34:25.779Z] v2.0.0 [2023-05-22T16:34:25.779Z] v2.0.1 [2023-05-22T16:34:25.779Z] v2.1.0 [2023-05-22T16:34:25.779Z] v2.1.1 [2023-05-22T16:34:25.779Z] v2.1.1-dev.1 [2023-05-22T16:34:25.779Z] v2.1.1-dev.2 [2023-05-22T16:34:25.779Z] v2.1.1-dev.3 [2023-05-22T16:34:25.779Z] v2.2.0 [2023-05-22T16:34:25.779Z] v2.2.1-dev.1 [2023-05-22T16:34:25.779Z] v2.2.1-dev.10 [2023-05-22T16:34:25.779Z] v2.2.1-dev.11 [2023-05-22T16:34:25.779Z] v2.2.1-dev.2 [2023-05-22T16:34:25.779Z] v2.2.1-dev.3 [2023-05-22T16:34:25.779Z] v2.2.1-dev.4 [2023-05-22T16:34:25.779Z] v2.2.1-dev.5 [2023-05-22T16:34:25.779Z] v2.2.1-dev.6 [2023-05-22T16:34:25.779Z] v2.2.1-dev.7 [2023-05-22T16:34:25.779Z] v2.2.1-dev.8 [2023-05-22T16:34:25.779Z] v2.2.1-dev.9 [2023-05-22T16:34:25.779Z] v2.3.0 [2023-05-22T16:34:25.779Z] v2.3.0-dev.11 [2023-05-22T16:34:25.779Z] v2.3.0-dev.12 [2023-05-22T16:34:25.779Z] v2.3.0-dev.13 [2023-05-22T16:34:25.779Z] v2.3.0-dev.14 [2023-05-22T16:34:25.779Z] v2.3.0-dev.15 [2023-05-22T16:34:25.779Z] v2.3.0-dev.16 [2023-05-22T16:34:25.779Z] v2.3.0-dev.17 [2023-05-22T16:34:25.779Z] v2.3.0-dev.18 [2023-05-22T16:34:25.779Z] v2.3.0-dev.19 [2023-05-22T16:34:25.779Z] v2.3.0-dev.20 [2023-05-22T16:34:25.779Z] v2.3.0-dev.21 [2023-05-22T16:34:25.779Z] v2.3.0-dev.22 [2023-05-22T16:34:25.779Z] v2.3.0-dev.23 [2023-05-22T16:34:25.779Z] v2.3.0-dev.24 [2023-05-22T16:34:25.779Z] v2.3.0-dev.25 [2023-05-22T16:34:25.779Z] v2.3.0-dev.26 [2023-05-22T16:34:25.779Z] v2.3.0-dev.27 [2023-05-22T16:34:25.779Z] v2.3.1-dev.1 [2023-05-22T16:34:25.779Z] v2.3.1-dev.2 [2023-05-22T16:34:25.779Z] v2.3.1-dev.3 [2023-05-22T16:34:25.779Z] v2.3.1-dev.4 [2023-05-22T16:34:25.779Z] v2.3.1-dev.5 [2023-05-22T16:34:25.779Z] v3.0.0-dev.1 [2023-05-22T16:34:25.779Z] v3.0.0-dev.10 [2023-05-22T16:34:25.779Z] v3.0.0-dev.11 [2023-05-22T16:34:25.779Z] v3.0.0-dev.12 [2023-05-22T16:34:25.779Z] v3.0.0-dev.13 [2023-05-22T16:34:25.779Z] v3.0.0-dev.14 [2023-05-22T16:34:25.779Z] v3.0.0-dev.15 [2023-05-22T16:34:25.779Z] v3.0.0-dev.16 [2023-05-22T16:34:25.779Z] v3.0.0-dev.17 [2023-05-22T16:34:25.779Z] v3.0.0-dev.18 [2023-05-22T16:34:25.779Z] v3.0.0-dev.19 [2023-05-22T16:34:25.779Z] v3.0.0-dev.2 [2023-05-22T16:34:25.779Z] v3.0.0-dev.20 [2023-05-22T16:34:25.779Z] v3.0.0-dev.21 [2023-05-22T16:34:25.779Z] v3.0.0-dev.22 [2023-05-22T16:34:25.779Z] v3.0.0-dev.23 [2023-05-22T16:34:25.779Z] v3.0.0-dev.24 [2023-05-22T16:34:25.779Z] v3.0.0-dev.25 [2023-05-22T16:34:25.779Z] v3.0.0-dev.26 [2023-05-22T16:34:25.779Z] v3.0.0-dev.27 [2023-05-22T16:34:25.779Z] v3.0.0-dev.28 [2023-05-22T16:34:25.779Z] v3.0.0-dev.29 [2023-05-22T16:34:25.779Z] v3.0.0-dev.3 [2023-05-22T16:34:25.779Z] v3.0.0-dev.30 [2023-05-22T16:34:25.779Z] v3.0.0-dev.31 [2023-05-22T16:34:25.779Z] v3.0.0-dev.32 [2023-05-22T16:34:25.779Z] v3.0.0-dev.4 [2023-05-22T16:34:25.779Z] v3.0.0-dev.5 [2023-05-22T16:34:25.779Z] v3.0.0-dev.6 [2023-05-22T16:34:25.779Z] v3.0.0-dev.7 [2023-05-22T16:34:25.779Z] v3.0.0-dev.8 [2023-05-22T16:34:25.779Z] v3.0.0-dev.9 [Pipeline] sh [2023-05-22T16:34:26.068Z] + lftools sign git-tag v3.0.0-dev.32 [2023-05-22T16:34:26.639Z] Signing Git tag with Sigul... [2023-05-22T16:34:26.639Z] Signing v3.0.0-dev.32 [Pipeline] echo [2023-05-22T16:34:26.906Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:27.193Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-05-22T16:34:27.200Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-05-22T16:34:27.246Z] $ docker stop --time=1 1e0022f668c4b524d64994f1f612a848bc8cf28c6117f6dcc5b55623714192df [2023-05-22T16:34:28.711Z] $ docker rm -f --volumes 1e0022f668c4b524d64994f1f612a848bc8cf28c6117f6dcc5b55623714192df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-05-22T16:34:29.108Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T16:34:29.108Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:34:29.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T16:34:29.419Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:34:29.496Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:34:29.560Z] $ 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-05-22T16:34:29.934Z] $ docker top 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 -eo pid,comm [2023-05-22T16:34:29.952Z] 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-05-22T16:34:29.952Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T16:34:29.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T16:34:29.992Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T16:34:30.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T16:34:30.142Z] $ docker exec 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 ssh-agent [2023-05-22T16:34:30.232Z] SSH_AUTH_SOCK=/tmp/ssh-RIItHqkO1TnD/agent.32 [2023-05-22T16:34:30.232Z] SSH_AGENT_PID=38 [2023-05-22T16:34:30.237Z] Running ssh-add (command line suppressed) [2023-05-22T16:34:30.361Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4725936996834107618.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4725936996834107618.key) [2023-05-22T16:34:30.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T16:34:30.635Z] + git semver bump pre [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,832 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,832 [bump_version] DEBUG bumping version:3.0.0-dev.32 on axis:pre with prefix:dev [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,832 [bump_version] DEBUG bumped version:3.0.0-dev.33 [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,832 [write_version] DEBUG write version:3.0.0-dev.33 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,832 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,832 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,834 [execute] INFO git cat-file --batch-check [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,841 [execute] INFO git cat-file --batch [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T16:34:30.897Z] 2023-05-22 16:34:30,846 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:30.897Z] 3.0.0-dev.33 [Pipeline] } [2023-05-22T16:34:30.936Z] $ docker exec --env ******** --env ******** 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 ssh-agent -k [2023-05-22T16:34:31.042Z] unset SSH_AUTH_SOCK; [2023-05-22T16:34:31.042Z] unset SSH_AGENT_PID; [2023-05-22T16:34:31.042Z] echo Agent pid 38 killed; [2023-05-22T16:34:31.025Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T16:34:31.325Z] + git semver [Pipeline] } [2023-05-22T16:34:31.628Z] $ docker stop --time=1 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 [2023-05-22T16:34:32.987Z] $ docker rm -f --volumes 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-22T16:34:33.334Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-22T16:34:33.334Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:34:33.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-22T16:34:33.648Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:34:33.731Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:34:33.794Z] $ 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-05-22T16:34:34.140Z] $ docker top 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-22T16:34:34.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-22T16:34:34.202Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-22T16:34:34.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-22T16:34:34.350Z] $ docker exec 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 ssh-agent [2023-05-22T16:34:34.429Z] SSH_AUTH_SOCK=/tmp/ssh-UnwmwBZ1tFg0/agent.33 [2023-05-22T16:34:34.429Z] SSH_AGENT_PID=39 [2023-05-22T16:34:34.434Z] Running ssh-add (command line suppressed) [2023-05-22T16:34:34.560Z] Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_10877000656692934974.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_10877000656692934974.key) [2023-05-22T16:34:34.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-22T16:34:34.837Z] + git semver push [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,040 [run_push] DEBUG push [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,041 [execute] INFO git cat-file --batch-check [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,041 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,044 [execute] INFO git rev-list 3ed65f1b11378c3943ff52c4a9cec148f5626f31 -- [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,044 [execute] DEBUG Popen(['git', 'rev-list', '3ed65f1b11378c3943ff52c4a9cec148f5626f31', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,053 [execute] INFO git fetch -v origin [2023-05-22T16:34:35.097Z] 2023-05-22 16:34:35,053 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-05-22T16:34:35.665Z] 2023-05-22 16:34:35,557 [run_push] DEBUG no remote changes detected [2023-05-22T16:34:35.665Z] 2023-05-22 16:34:35,557 [execute] INFO git push origin semver [2023-05-22T16:34:35.665Z] 2023-05-22 16:34:35,558 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-05-22T16:34:36.605Z] 2023-05-22 16:34:36,394 [run_push] DEBUG push all version tags [2023-05-22T16:34:36.606Z] 2023-05-22 16:34:36,395 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-05-22T16:34:36.606Z] 2023-05-22 16:34:36,395 [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-05-22T16:34:37.174Z] 2023-05-22 16:34:37,154 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main [2023-05-22T16:34:37.174Z] 3.0.0-dev.33 [Pipeline] } [2023-05-22T16:34:37.211Z] $ docker exec --env ******** --env ******** 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 ssh-agent -k [2023-05-22T16:34:37.298Z] unset SSH_AUTH_SOCK; [2023-05-22T16:34:37.299Z] unset SSH_AGENT_PID; [2023-05-22T16:34:37.299Z] echo Agent pid 39 killed; [2023-05-22T16:34:37.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-22T16:34:37.595Z] + git semver [Pipeline] } [2023-05-22T16:34:37.894Z] $ docker stop --time=1 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 [2023-05-22T16:34:39.192Z] $ docker rm -f --volumes 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 [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-05-22T16:34:39.762Z] + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] [2023-05-22T16:34:39.762Z] + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives [2023-05-22T16:34:39.762Z] total 16 [2023-05-22T16:34:39.762Z] drwxr-xr-x 3 root root 4096 May 22 16:24 . [2023-05-22T16:34:39.762Z] drwxrwxr-x 10 jenkins jenkins 4096 May 22 16:34 .. [2023-05-22T16:34:39.762Z] drwxr-xr-x 2 root root 4096 May 22 16:24 cost [2023-05-22T16:34:39.762Z] -rw-r--r-- 1 root root 87 May 22 16:24 cost.csv [2023-05-22T16:34:39.762Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives [2023-05-22T16:34:39.762Z] + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives [2023-05-22T16:34:39.762Z] total 16 [2023-05-22T16:34:39.762Z] drwxr-xr-x 3 jenkins jenkins 4096 May 22 16:24 . [2023-05-22T16:34:39.762Z] drwxrwxr-x 10 jenkins jenkins 4096 May 22 16:34 .. [2023-05-22T16:34:39.762Z] drwxr-xr-x 2 jenkins jenkins 4096 May 22 16:24 cost [2023-05-22T16:34:39.762Z] -rw-r--r-- 1 jenkins jenkins 87 May 22 16:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:40.053Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:40.905Z] ---> package-listing.sh [2023-05-22T16:34:40.905Z] ++ facter osfamily [2023-05-22T16:34:40.905Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-22T16:34:41.164Z] + OS_FAMILY=debian [2023-05-22T16:34:41.164Z] + workspace=/w/workspace/gexfoundry_go-mod-messaging_main [2023-05-22T16:34:41.164Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-22T16:34:41.164Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-22T16:34:41.164Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-22T16:34:41.164Z] + PACKAGES=/tmp/packages_start.txt [2023-05-22T16:34:41.164Z] + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' [2023-05-22T16:34:41.164Z] + PACKAGES=/tmp/packages_end.txt [2023-05-22T16:34:41.164Z] + case "${OS_FAMILY}" in [2023-05-22T16:34:41.164Z] + dpkg -l [2023-05-22T16:34:41.164Z] + grep '^ii' [2023-05-22T16:34:41.164Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-22T16:34:41.164Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-22T16:34:41.164Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-22T16:34:41.164Z] + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' [2023-05-22T16:34:41.164Z] + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [2023-05-22T16:34:41.164Z] + 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-05-22T16:34:41.172Z] 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-05-22T16:34:41.451Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-22T16:34:42.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-22T16:34:42.011Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-22T16:34:42.080Z] prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container [2023-05-22T16:34:42.139Z] $ 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-05-22T16:34:42.387Z] $ docker top e82374d8f90ffde51a3de604c04eefeeb72914ffcb8e5aef2a064c08d6df4ff4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-22T16:34:42.698Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-22T16:34:42.980Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-22T16:34:43.265Z] + ls /var/log/sa-host [2023-05-22T16:34:43.265Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-22T16:34:43.439Z] provisioning config files... [2023-05-22T16:34:43.447Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config7154928303908613374tmp [Pipeline] { [Pipeline] echo [2023-05-22T16:34:43.459Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:43.737Z] ---> create-netrc.sh [Pipeline] } [2023-05-22T16:34:43.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:44.082Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-22T16:34:44.090Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:44.387Z] ---> sudo-logs.sh [2023-05-22T16:34:44.387Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-22T16:34:44.420Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:44.733Z] ---> job-cost.sh [2023-05-22T16:34:44.733Z] lf-activate-venv: SKIPPING [2023-05-22T16:34:44.733Z] DEBUG: total: 0.2199999988079071 [2023-05-22T16:34:44.733Z] INFO: Retrieving Stack Cost... [2023-05-22T16:34:44.993Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-22T16:34:45.251Z] INFO: Archiving Costs [Pipeline] echo [2023-05-22T16:34:45.260Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-22T16:34:45.542Z] ---> logs-deploy.sh [2023-05-22T16:34:45.543Z] lf-activate-venv: SKIPPING [2023-05-22T16:34:45.543Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/97 [2023-05-22T16:34:45.543Z] INFO: archiving workspace using pattern(s): [2023-05-22T16:34:46.481Z] Archives upload complete. [2023-05-22T16:34:46.744Z] INFO: archiving logs to Nexus [2023-05-22T16:34:47.313Z] ---> uname -a: [2023-05-22T16:34:47.313Z] Linux prd-ubuntu20-04-docker-8c-8g-16308 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] ---> lscpu: [2023-05-22T16:34:47.313Z] Architecture: x86_64 [2023-05-22T16:34:47.313Z] CPU op-mode(s): 32-bit, 64-bit [2023-05-22T16:34:47.313Z] Byte Order: Little Endian [2023-05-22T16:34:47.313Z] Address sizes: 40 bits physical, 48 bits virtual [2023-05-22T16:34:47.313Z] CPU(s): 8 [2023-05-22T16:34:47.313Z] On-line CPU(s) list: 0-7 [2023-05-22T16:34:47.313Z] Thread(s) per core: 1 [2023-05-22T16:34:47.313Z] Core(s) per socket: 1 [2023-05-22T16:34:47.313Z] Socket(s): 8 [2023-05-22T16:34:47.313Z] NUMA node(s): 1 [2023-05-22T16:34:47.313Z] Vendor ID: AuthenticAMD [2023-05-22T16:34:47.313Z] CPU family: 23 [2023-05-22T16:34:47.313Z] Model: 49 [2023-05-22T16:34:47.313Z] Model name: AMD EPYC-Rome Processor [2023-05-22T16:34:47.313Z] Stepping: 0 [2023-05-22T16:34:47.313Z] CPU MHz: 2799.998 [2023-05-22T16:34:47.313Z] BogoMIPS: 5599.99 [2023-05-22T16:34:47.313Z] Virtualization: AMD-V [2023-05-22T16:34:47.313Z] Hypervisor vendor: KVM [2023-05-22T16:34:47.313Z] Virtualization type: full [2023-05-22T16:34:47.313Z] L1d cache: 256 KiB [2023-05-22T16:34:47.313Z] L1i cache: 256 KiB [2023-05-22T16:34:47.313Z] L2 cache: 4 MiB [2023-05-22T16:34:47.313Z] L3 cache: 128 MiB [2023-05-22T16:34:47.313Z] NUMA node0 CPU(s): 0-7 [2023-05-22T16:34:47.313Z] Vulnerability Itlb multihit: Not affected [2023-05-22T16:34:47.313Z] Vulnerability L1tf: Not affected [2023-05-22T16:34:47.313Z] Vulnerability Mds: Not affected [2023-05-22T16:34:47.313Z] Vulnerability Meltdown: Not affected [2023-05-22T16:34:47.313Z] Vulnerability Mmio stale data: Not affected [2023-05-22T16:34:47.313Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-05-22T16:34:47.313Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-05-22T16:34:47.313Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-05-22T16:34:47.313Z] Vulnerability Srbds: Not affected [2023-05-22T16:34:47.313Z] Vulnerability Tsx async abort: Not affected [2023-05-22T16:34:47.313Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] ---> nproc: [2023-05-22T16:34:47.313Z] 8 [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] ---> df -h: [2023-05-22T16:34:47.313Z] Filesystem Size Used Avail Use% Mounted on [2023-05-22T16:34:47.313Z] overlay 155G 12G 143G 8% / [2023-05-22T16:34:47.313Z] tmpfs 64M 0 64M 0% /dev [2023-05-22T16:34:47.313Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-05-22T16:34:47.313Z] shm 64M 0 64M 0% /dev/shm [2023-05-22T16:34:47.313Z] /dev/vda1 155G 12G 143G 8% /facter-os [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] ---> sar -b -r -n DEV: [2023-05-22T16:34:47.313Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16308) 05/22/23 _x86_64_ (8 CPU) [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] 16:22:14 LINUX RESTART (8 CPU) [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] 16:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-05-22T16:34:47.313Z] 16:24:01 56.89 0.55 56.34 0.00 32.39 34123.51 0.00 [2023-05-22T16:34:47.313Z] 16:25:01 52.02 0.20 51.82 0.00 7.60 28099.60 0.00 [2023-05-22T16:34:47.313Z] 16:26:01 0.98 0.00 0.98 0.00 0.00 10.98 0.00 [2023-05-22T16:34:47.313Z] 16:27:01 1.27 0.00 1.27 0.00 0.00 15.19 0.00 [2023-05-22T16:34:47.313Z] 16:28:01 52.90 11.60 41.30 0.00 5175.87 8804.40 0.00 [2023-05-22T16:34:47.313Z] 16:29:01 6.37 0.02 6.35 0.00 0.13 125.45 0.00 [2023-05-22T16:34:47.313Z] 16:30:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 [2023-05-22T16:34:47.313Z] 16:31:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 [2023-05-22T16:34:47.313Z] 16:32:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 [2023-05-22T16:34:47.313Z] 16:33:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 [2023-05-22T16:34:47.313Z] 16:34:01 27.20 0.13 27.06 0.00 13.46 24683.62 0.00 [2023-05-22T16:34:47.313Z] Average: 18.50 1.14 17.36 0.00 476.18 8733.50 0.00 [2023-05-22T16:34:47.313Z] [2023-05-22T16:34:47.313Z] 16:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-05-22T16:34:47.313Z] 16:24:01 28151276 31205468 1090556 3.32 84520 3211936 2513924 7.41 1611160 2707064 377344 [2023-05-22T16:34:47.313Z] 16:25:01 28676592 31598208 701076 2.13 91752 3066580 1756592 5.18 1082612 2705580 4 [2023-05-22T16:34:47.313Z] 16:26:01 28676216 31598000 700996 2.13 91792 3066592 1756592 5.18 1082688 2705608 16 [2023-05-22T16:34:47.313Z] 16:27:01 28685000 31606908 691792 2.10 91840 3066592 1756592 5.18 1073324 2705608 12 [2023-05-22T16:34:47.313Z] 16:28:01 28143280 31582684 703040 2.14 126152 3527764 1806816 5.32 1400780 2882532 952 [2023-05-22T16:34:47.313Z] 16:29:01 28152160 31586796 698840 2.13 124756 3524516 1783324 5.26 1395544 2879368 8 [2023-05-22T16:34:47.313Z] 16:30:01 28152136 31586864 698712 2.12 124848 3524512 1783324 5.26 1395476 2879372 12 [2023-05-22T16:34:47.314Z] 16:31:01 28152116 31587208 698824 2.13 124896 3524524 1783324 5.26 1395372 2879652 8 [2023-05-22T16:34:47.314Z] 16:32:01 28151500 31586636 699360 2.13 124936 3524524 1783324 5.26 1395340 2879652 8 [2023-05-22T16:34:47.314Z] 16:33:01 28151376 31586660 698936 2.13 124984 3524528 1783324 5.26 1395468 2879656 8 [2023-05-22T16:34:47.314Z] 16:34:01 27350536 31552948 729952 2.22 138816 4228736 1856028 5.47 1442968 3582932 508 [2023-05-22T16:34:47.314Z] Average: 28222017 31552580 737462 2.24 113572 3435528 1851197 5.46 1333703 2880639 34444 [2023-05-22T16:34:47.314Z] [2023-05-22T16:34:47.314Z] 16:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-05-22T16:34:47.314Z] 16:24:01 vethdb0b63e 70.87 133.04 6.02 1025.83 0.00 0.00 0.00 0.08 [2023-05-22T16:34:47.314Z] 16:24:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:24:01 ens3 298.88 168.94 5307.89 30.66 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:24:01 docker0 72.89 134.54 5.33 1041.89 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:25:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:25:01 ens3 98.53 74.90 2528.51 89.38 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:26:01 ens3 1.88 0.90 1.66 0.31 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:27:01 ens3 1.33 0.62 0.41 0.29 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:28:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:28:01 ens3 123.59 53.10 2863.65 4.28 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:29:01 ens3 0.72 0.43 0.33 0.21 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:30:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:31:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:33:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:34:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:34:01 ens3 124.50 71.57 3970.73 10.19 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:34:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] 16:34:01 vethe52626d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] Average: lo 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] Average: ens3 59.18 33.76 1335.94 12.33 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] Average: docker0 6.64 12.25 0.49 94.86 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] Average: vethe52626d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-22T16:34:47.314Z] [2023-05-22T16:34:47.314Z] [2023-05-22T16:34:47.314Z] ---> sar -P ALL: [2023-05-22T16:34:47.314Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16308) 05/22/23 _x86_64_ (8 CPU) [2023-05-22T16:34:47.314Z] [2023-05-22T16:34:47.314Z] 16:22:14 LINUX RESTART (8 CPU) [2023-05-22T16:34:47.314Z] [2023-05-22T16:34:47.314Z] 16:23:01 CPU %user %nice %system %iowait %steal %idle [2023-05-22T16:34:47.314Z] 16:24:01 all 29.45 0.00 5.03 1.25 0.07 64.20 [2023-05-22T16:34:47.314Z] 16:24:01 0 28.53 0.00 5.07 1.13 0.08 65.18 [2023-05-22T16:34:47.314Z] 16:24:01 1 31.99 0.00 4.75 0.10 0.05 63.11 [2023-05-22T16:34:47.314Z] 16:24:01 2 28.17 0.00 5.07 0.39 0.08 66.29 [2023-05-22T16:34:47.314Z] 16:24:01 3 33.01 0.00 5.15 1.23 0.07 60.54 [2023-05-22T16:34:47.314Z] 16:24:01 4 28.29 0.00 4.98 0.07 0.05 66.61 [2023-05-22T16:34:47.314Z] 16:24:01 5 27.82 0.00 5.01 1.13 0.07 65.97 [2023-05-22T16:34:47.314Z] 16:24:01 6 27.60 0.00 4.69 0.46 0.07 67.19 [2023-05-22T16:34:47.314Z] 16:24:01 7 30.21 0.00 5.53 5.53 0.08 58.64 [2023-05-22T16:34:47.314Z] 16:25:01 all 9.41 0.00 2.03 0.94 0.04 87.59 [2023-05-22T16:34:47.314Z] 16:25:01 0 8.94 0.00 2.70 4.98 0.05 83.32 [2023-05-22T16:34:47.314Z] 16:25:01 1 9.76 0.00 2.54 0.02 0.03 87.65 [2023-05-22T16:34:47.314Z] 16:25:01 2 9.28 0.00 1.61 0.62 0.02 88.48 [2023-05-22T16:34:47.314Z] 16:25:01 3 10.49 0.00 2.14 0.46 0.03 86.87 [2023-05-22T16:34:47.314Z] 16:25:01 4 8.85 0.00 1.62 0.72 0.05 88.76 [2023-05-22T16:34:47.314Z] 16:25:01 5 9.38 0.00 2.02 0.13 0.03 88.44 [2023-05-22T16:34:47.314Z] 16:25:01 6 9.03 0.00 1.66 0.57 0.05 88.68 [2023-05-22T16:34:47.314Z] 16:25:01 7 9.50 0.00 1.95 0.02 0.03 88.50 [2023-05-22T16:34:47.314Z] 16:26:01 all 0.15 0.00 0.01 0.00 0.01 99.83 [2023-05-22T16:34:47.314Z] 16:26:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-05-22T16:34:47.314Z] 16:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-22T16:34:47.314Z] 16:26:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-22T16:34:47.314Z] 16:26:01 3 1.03 0.00 0.02 0.00 0.00 98.96 [2023-05-22T16:34:47.314Z] 16:26:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-05-22T16:34:47.314Z] 16:26:01 5 0.05 0.00 0.02 0.00 0.03 99.90 [2023-05-22T16:34:47.314Z] 16:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-22T16:34:47.314Z] 16:26:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-05-22T16:34:47.314Z] 16:27:01 all 0.06 0.00 0.01 0.00 0.01 99.91 [2023-05-22T16:34:47.314Z] 16:27:01 0 0.05 0.00 0.02 0.03 0.03 99.87 [2023-05-22T16:34:47.314Z] 16:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-05-22T16:34:47.314Z] 16:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-05-22T16:34:47.314Z] 16:27:01 3 0.13 0.00 0.00 0.00 0.02 99.85 [2023-05-22T16:34:47.314Z] 16:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-22T16:34:47.314Z] 16:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-05-22T16:34:47.314Z] 16:27:01 6 0.12 0.00 0.03 0.00 0.00 99.85 [2023-05-22T16:34:47.314Z] 16:27:01 7 0.08 0.00 0.02 0.00 0.00 99.90 [2023-05-22T16:34:47.314Z] 16:28:01 all 2.22 0.00 1.42 0.70 0.03 95.64 [2023-05-22T16:34:47.314Z] 16:28:01 0 2.81 0.00 0.97 2.53 0.05 93.64 [2023-05-22T16:34:47.314Z] 16:28:01 1 3.82 0.00 1.82 0.92 0.03 93.40 [2023-05-22T16:34:47.314Z] 16:28:01 2 3.14 0.00 1.20 0.27 0.03 95.36 [2023-05-22T16:34:47.314Z] 16:28:01 3 1.79 0.00 2.22 0.10 0.02 95.87 [2023-05-22T16:34:47.314Z] 16:28:01 4 1.02 0.00 1.80 0.10 0.02 97.06 [2023-05-22T16:34:47.314Z] 16:28:01 5 1.52 0.00 0.97 0.72 0.02 96.78 [2023-05-22T16:34:47.314Z] 16:28:01 6 1.59 0.00 0.77 0.82 0.02 96.81 [2023-05-22T16:34:47.314Z] 16:28:01 7 2.09 0.00 1.57 0.13 0.03 96.17 [2023-05-22T16:34:47.314Z] 16:29:01 all 0.08 0.00 0.05 0.05 0.01 99.82 [2023-05-22T16:34:47.314Z] 16:29:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2023-05-22T16:34:47.314Z] 16:29:01 1 0.25 0.00 0.13 0.00 0.03 99.58 [2023-05-22T16:34:47.314Z] 16:29:01 2 0.03 0.00 0.03 0.08 0.00 99.85 [2023-05-22T16:34:47.314Z] 16:29:01 3 0.05 0.00 0.03 0.03 0.00 99.88 [2023-05-22T16:34:47.314Z] 16:29:01 4 0.08 0.00 0.05 0.03 0.00 99.83 [2023-05-22T16:34:47.314Z] 16:29:01 5 0.05 0.00 0.05 0.23 0.00 99.67 [2023-05-22T16:34:47.314Z] 16:29:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2023-05-22T16:34:47.314Z] 16:29:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2023-05-22T16:34:47.314Z] 16:30:01 all 0.01 0.00 0.01 0.01 0.01 99.95 [2023-05-22T16:34:47.314Z] 16:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-22T16:34:47.314Z] 16:30:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2023-05-22T16:34:47.314Z] 16:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-22T16:34:47.314Z] 16:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-22T16:34:47.314Z] 16:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-22T16:34:47.314Z] 16:30:01 5 0.00 0.00 0.00 0.12 0.02 99.87 [2023-05-22T16:34:47.314Z] 16:30:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2023-05-22T16:34:47.314Z] 16:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-22T16:34:47.314Z] 16:31:01 all 0.12 0.00 0.01 0.01 0.01 99.84 [2023-05-22T16:34:47.314Z] 16:31:01 0 0.78 0.00 0.00 0.00 0.02 99.20 [2023-05-22T16:34:47.314Z] 16:31:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2023-05-22T16:34:47.314Z] 16:31:01 2 0.02 0.00 0.02 0.07 0.02 99.88 [2023-05-22T16:34:47.314Z] 16:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-22T16:34:47.314Z] 16:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-22T16:34:47.314Z] 16:31:01 5 0.03 0.00 0.02 0.05 0.00 99.90 [2023-05-22T16:34:47.314Z] 16:31:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2023-05-22T16:34:47.314Z] 16:31:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-05-22T16:34:47.314Z] 16:32:01 all 0.19 0.00 0.01 0.01 0.01 99.79 [2023-05-22T16:34:47.314Z] 16:32:01 0 1.43 0.00 0.00 0.00 0.00 98.57 [2023-05-22T16:34:47.314Z] 16:32:01 1 0.03 0.00 0.03 0.00 0.05 99.88 [2023-05-22T16:34:47.314Z] 16:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-22T16:34:47.314Z] 16:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-22T16:34:47.314Z] 16:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-22T16:34:47.314Z] 16:32:01 5 0.00 0.00 0.00 0.05 0.00 99.95 [2023-05-22T16:34:47.314Z] 16:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-22T16:34:47.314Z] 16:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-22T16:34:47.314Z] 16:33:01 all 0.11 0.00 0.01 0.01 0.01 99.86 [2023-05-22T16:34:47.314Z] 16:33:01 0 0.71 0.00 0.00 0.00 0.02 99.27 [2023-05-22T16:34:47.314Z] 16:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-22T16:34:47.314Z] 16:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2023-05-22T16:34:47.314Z] 16:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-22T16:34:47.314Z] 16:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-05-22T16:34:47.314Z] 16:33:01 5 0.03 0.00 0.00 0.03 0.02 99.92 [2023-05-22T16:34:47.314Z] 16:33:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2023-05-22T16:34:47.314Z] 16:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-05-22T16:34:47.314Z] 16:34:01 all 2.58 0.00 1.18 0.43 0.02 95.79 [2023-05-22T16:34:47.314Z] 16:34:01 0 2.99 0.00 0.87 0.05 0.02 96.08 [2023-05-22T16:34:47.315Z] 16:34:01 1 3.96 0.00 1.10 0.03 0.05 94.85 [2023-05-22T16:34:47.315Z] 16:34:01 2 1.86 0.00 1.59 2.00 0.02 94.53 [2023-05-22T16:34:47.315Z] 16:34:01 3 2.68 0.00 1.27 0.25 0.02 95.78 [2023-05-22T16:34:47.315Z] 16:34:01 4 2.39 0.00 1.67 0.05 0.02 95.88 [2023-05-22T16:34:47.315Z] 16:34:01 5 2.04 0.00 1.07 0.52 0.00 96.36 [2023-05-22T16:34:47.315Z] 16:34:01 6 1.62 0.00 0.55 0.03 0.02 97.78 [2023-05-22T16:34:47.315Z] 16:34:01 7 3.08 0.00 1.32 0.52 0.02 95.06 [2023-05-22T16:34:47.315Z] [2023-05-22T16:34:47.315Z] Average: CPU %user %nice %system %iowait %steal %idle [2023-05-22T16:34:47.315Z] Average: all 4.01 0.00 0.88 0.31 0.02 94.77 [2023-05-22T16:34:47.315Z] Average: 0 4.19 0.00 0.87 0.79 0.03 94.12 [2023-05-22T16:34:47.315Z] Average: 1 4.52 0.00 0.95 0.10 0.03 94.40 [2023-05-22T16:34:47.315Z] Average: 2 3.85 0.00 0.86 0.31 0.02 94.95 [2023-05-22T16:34:47.315Z] Average: 3 4.46 0.00 0.98 0.19 0.02 94.36 [2023-05-22T16:34:47.315Z] Average: 4 3.68 0.00 0.92 0.09 0.02 95.29 [2023-05-22T16:34:47.315Z] Average: 5 3.70 0.00 0.83 0.27 0.02 95.18 [2023-05-22T16:34:47.315Z] Average: 6 3.63 0.00 0.70 0.17 0.02 95.48 [2023-05-22T16:34:47.315Z] Average: 7 4.07 0.00 0.94 0.56 0.02 94.41 [2023-05-22T16:34:47.315Z] [2023-05-22T16:34:47.315Z] [2023-05-22T16:34:47.315Z]