Pull request #170 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of AlexCuse for edgexfoundry/go-mod-messaging Loading trusted files from base branch main at 910d84162688bbccf14f81cbd7c538e61fcf6e89 rather than 8ce938f1aad65f6a717c19de24a1a639d43c9675 Obtained Jenkinsfile from 910d84162688bbccf14f81cbd7c538e61fcf6e89 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-ssh1554589389730399037.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh5186546999460602473.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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16041063575022135418.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15651602662372922787.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh5604460254791958923.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-170/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4211345511658157056.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-23564 in /w/workspace/xfoundry_go-mod-messaging_PR-170 [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/xfoundry_go-mod-messaging_PR-170 # 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 Merging remotes/origin/main commit 910d84162688bbccf14f81cbd7c538e61fcf6e89 into PR head commit 8ce938f1aad65f6a717c19de24a1a639d43c9675 Merge succeeded, producing 8ce938f1aad65f6a717c19de24a1a639d43c9675 Checking out Revision 8ce938f1aad65f6a717c19de24a1a639d43c9675 (PR-170) > 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 remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 910d84162688bbccf14f81cbd7c538e61fcf6e89 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 Commit message: "feat: Add File-Based NKEY & Credentials Auth to NATS Client" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:38:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:38:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:38:13 ========================================================= 18:38:13 EdgeX Global Pipelines Version Info 18:38:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:38:14 ------------------- 18:38:14 stable info: 18:38:14 ------------------- 18:38:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:38:14 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 18:38:14 Message: update stable to v1.0.239 18:38:14 ------------------- 18:38:14 experimental info: 18:38:14 ------------------- 18:38:14 Commited By: **** collab-it+edgex@linuxfoundation.org 18:38:14 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 18:38:14 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:38:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8ce938f [Pipeline] echo 18:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:38:16 + git rev-list -1 --merges 8ce938f1aad65f6a717c19de24a1a639d43c9675~1..8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo 18:38:17 -----------> git rev-list -1 --merges 8ce938f1aad65f6a717c19de24a1a639d43c9675~1..8ce938f1aad65f6a717c19de24a1a639d43c9675 8ce938f1aad65f6a717c19de24a1a639d43c9675 [false] [Pipeline] sh 18:38:17 + git log --format=format:%s -1 8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo 18:38:17 ========================================================= 18:38:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:38:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:38:17 + git log --format=format:%s -1 8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo 18:38:17 [semverPrep] GIT_COMMIT: 8ce938f1aad65f6a717c19de24a1a639d43c9675, Commit Message: feat: Add File-Based NKEY & Credentials Auth to NATS Client [Pipeline] echo 18:38:17 [semverPrep] This is not a build commit. [Pipeline] sh 18:38:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:38:18 + grep -v github /etc/ssh/ssh_known_hosts 18:38:18 + [ -e /tmp/ssh_known_hosts ] 18:38:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:38:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:38:18 + sudo tee -a /etc/ssh/ssh_known_hosts 18:38:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:38:19 18:38:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:38:19 0.1.4: Pulling from edgex-devops/py-git-semver 18:38:19 b85a868b505f: Pulling fs layer 18:38:19 e2be974225ed: Pulling fs layer 18:38:19 339a4e72a1f5: Pulling fs layer 18:38:19 988bab9f4d93: Pulling fs layer 18:38:19 1469e6f7b9e6: Pulling fs layer 18:38:19 eaf3925da568: Pulling fs layer 18:38:19 bab4dde63d76: Pulling fs layer 18:38:19 bde34c3a00c8: Pulling fs layer 18:38:19 b352a97aabf1: Pulling fs layer 18:38:19 4872d77fe225: Pulling fs layer 18:38:19 5851b861e8e6: Pulling fs layer 18:38:19 988bab9f4d93: Waiting 18:38:19 1469e6f7b9e6: Waiting 18:38:19 eaf3925da568: Waiting 18:38:19 bab4dde63d76: Waiting 18:38:19 b352a97aabf1: Waiting 18:38:19 5851b861e8e6: Waiting 18:38:19 bde34c3a00c8: Waiting 18:38:19 e2be974225ed: Download complete 18:38:19 988bab9f4d93: Verifying Checksum 18:38:19 988bab9f4d93: Download complete 18:38:19 1469e6f7b9e6: Verifying Checksum 18:38:19 1469e6f7b9e6: Download complete 18:38:19 eaf3925da568: Download complete 18:38:19 339a4e72a1f5: Verifying Checksum 18:38:19 339a4e72a1f5: Download complete 18:38:19 bde34c3a00c8: Verifying Checksum 18:38:19 bde34c3a00c8: Download complete 18:38:19 b352a97aabf1: Verifying Checksum 18:38:19 b352a97aabf1: Download complete 18:38:19 4872d77fe225: Verifying Checksum 18:38:19 4872d77fe225: Download complete 18:38:19 5851b861e8e6: Verifying Checksum 18:38:19 5851b861e8e6: Download complete 18:38:19 b85a868b505f: Verifying Checksum 18:38:19 b85a868b505f: Download complete 18:38:20 bab4dde63d76: Verifying Checksum 18:38:20 bab4dde63d76: Download complete 18:38:21 b85a868b505f: Pull complete 18:38:21 e2be974225ed: Pull complete 18:38:21 339a4e72a1f5: Pull complete 18:38:21 988bab9f4d93: Pull complete 18:38:22 1469e6f7b9e6: Pull complete 18:38:22 eaf3925da568: Pull complete 18:38:24 bab4dde63d76: Pull complete 18:38:24 bde34c3a00c8: Pull complete 18:38:24 b352a97aabf1: Pull complete 18:38:24 4872d77fe225: Pull complete 18:38:24 5851b861e8e6: Pull complete 18:38:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:38:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:38:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:24 prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container 18:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:38:26 $ docker top 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 -eo pid,comm 18:38:26 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). 18:38:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:26 [ssh-agent] Looking for ssh-agent implementation... 18:38:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:26 $ docker exec 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent 18:38:26 SSH_AUTH_SOCK=/tmp/ssh-bPaK549161Bj/agent.33 18:38:26 SSH_AGENT_PID=39 18:38:26 Running ssh-add (command line suppressed) 18:38:26 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_4795478264086190028.key (/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_4795478264086190028.key) 18:38:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:27 + git tag --points-at HEAD [Pipeline] } 18:38:27 $ docker exec --env ******** --env ******** 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent -k 18:38:27 unset SSH_AUTH_SOCK; 18:38:27 unset SSH_AGENT_PID; 18:38:27 echo Agent pid 39 killed; 18:38:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:38:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:27 [ssh-agent] Looking for ssh-agent implementation... 18:38:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:27 $ docker exec 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent 18:38:27 SSH_AUTH_SOCK=/tmp/ssh-Eg313wNGg1wR/agent.71 18:38:27 SSH_AGENT_PID=78 18:38:27 Running ssh-add (command line suppressed) 18:38:27 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_8836386113037481658.key (/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_8836386113037481658.key) 18:38:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:28 + git semver init 18:38:28 2022-08-25 18:38:28,291 [run_init] DEBUG init version:0.0.0 force:False 18:38:28 2022-08-25 18:38:28,291 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver 18:38:28 2022-08-25 18:38:28,292 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/xfoundry_go-mod-messaging_PR-170/.semver 18:38:28 2022-08-25 18:38:28,292 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-170, universal_newlines=False, shell=None, istream=None) 18:38:28 2022-08-25 18:38:28,926 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-messaging_PR-170/.git/info/exclude 18:38:28 2022-08-25 18:38:28,927 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver/PR-170 with force:False 18:38:28 2022-08-25 18:38:28,927 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver/PR-170 18:38:28 2022-08-25 18:38:28,931 [execute] INFO git cat-file --batch-check 18:38:28 2022-08-25 18:38:28,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver, universal_newlines=False, shell=None, istream=) 18:38:28 2022-08-25 18:38:28,937 [execute] INFO git cat-file --batch 18:38:28 2022-08-25 18:38:28,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver, universal_newlines=False, shell=None, istream=) 18:38:29 2022-08-25 18:38:28,943 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-messaging_PR-170/.semver/PR-170 18:38:29 0.0.0 [Pipeline] } 18:38:29 $ docker exec --env ******** --env ******** 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent -k 18:38:29 unset SSH_AUTH_SOCK; 18:38:29 unset SSH_AGENT_PID; 18:38:29 echo Agent pid 78 killed; 18:38:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:29 + git semver [Pipeline] } 18:38:30 $ docker stop --time=1 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 18:38:31 $ docker rm -f 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 [Pipeline] // withDockerContainer [Pipeline] sh 18:38:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:38:32 Stashed 1 file(s) [Pipeline] echo 18:38:32 [edgeXSemver]: initialized semver on version 0.0.0 [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 18:38:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:38:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:38:32 ========================================================= 18:38:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:38:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:38:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:38:33 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:38:33 2408cc74d12b: Pulling fs layer 18:38:33 ea60b727a1ce: Pulling fs layer 18:38:33 30c4a7721957: Pulling fs layer 18:38:33 370296b7ddb6: Pulling fs layer 18:38:33 7c6cee850709: Pulling fs layer 18:38:33 39a5fcdaea64: Pulling fs layer 18:38:33 d94ebbe4e438: Pulling fs layer 18:38:33 bcfd1f05c69d: Pulling fs layer 18:38:33 59ccb84bbe0f: Pulling fs layer 18:38:33 7c6cee850709: Waiting 18:38:33 39a5fcdaea64: Waiting 18:38:33 d94ebbe4e438: Waiting 18:38:33 bcfd1f05c69d: Waiting 18:38:33 370296b7ddb6: Waiting 18:38:33 30c4a7721957: Download complete 18:38:33 ea60b727a1ce: Verifying Checksum 18:38:33 ea60b727a1ce: Download complete 18:38:33 7c6cee850709: Verifying Checksum 18:38:33 7c6cee850709: Download complete 18:38:33 39a5fcdaea64: Verifying Checksum 18:38:33 39a5fcdaea64: Download complete 18:38:33 2408cc74d12b: Verifying Checksum 18:38:33 2408cc74d12b: Download complete 18:38:33 d94ebbe4e438: Download complete 18:38:33 2408cc74d12b: Pull complete 18:38:33 ea60b727a1ce: Pull complete 18:38:33 30c4a7721957: Pull complete 18:38:33 59ccb84bbe0f: Verifying Checksum 18:38:33 59ccb84bbe0f: Download complete 18:38:33 370296b7ddb6: Verifying Checksum 18:38:33 370296b7ddb6: Download complete 18:38:34 bcfd1f05c69d: Download complete 18:38:38 370296b7ddb6: Pull complete 18:38:38 7c6cee850709: Pull complete 18:38:38 39a5fcdaea64: Pull complete 18:38:38 d94ebbe4e438: Pull complete 18:38:39 bcfd1f05c69d: Pull complete 18:38:40 59ccb84bbe0f: Pull complete 18:38:40 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 18:38:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:38:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 18:38:40 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:40 + docker inspect -f . ci-base-image-x86_64 18:38:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:41 prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container 18:38:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:38:43 $ docker top b0282512afed01a2bfde92396f6620d1491e4993cffcdc4b87d1683525cf9bb8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:44 + go version 18:38:44 go version go1.18.3 linux/amd64 [Pipeline] } 18:38:44 $ docker stop --time=1 b0282512afed01a2bfde92396f6620d1491e4993cffcdc4b87d1683525cf9bb8 18:38:45 $ docker rm -f b0282512afed01a2bfde92396f6620d1491e4993cffcdc4b87d1683525cf9bb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:46 + docker inspect -f . ci-base-image-x86_64 18:38:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:46 prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container 18:38:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:38:46 $ docker top 6d1bfe0bd94d17bcbeea85143b36b9c419238da527051caa888342d858aef110 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:47 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-170 [Pipeline] fileExists [Pipeline] sh 18:38:47 Still waiting to schedule task 18:38:47 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:38:47 + make test 18:38:47 CGO_ENABLED=1 GO111MODULE=on go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 18:38:47 go: downloading github.com/stretchr/testify v1.8.0 18:38:47 go: downloading github.com/pebbe/zmq4 v1.2.7 18:38:47 go: downloading github.com/nats-io/nats.go v1.16.0 18:38:47 go: downloading github.com/google/uuid v1.3.0 18:38:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 18:38:47 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:38:47 go: downloading github.com/davecgh/go-spew v1.1.1 18:38:47 go: downloading github.com/pmezard/go-difflib v1.0.0 18:38:47 go: downloading github.com/stretchr/objx v0.4.0 18:38:47 go: downloading github.com/gorilla/websocket v1.4.2 18:38:47 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 18:38:47 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 18:38:47 go: downloading gopkg.in/yaml.v3 v3.0.1 18:38:47 go: downloading github.com/nats-io/nkeys v0.3.0 18:38:47 go: downloading github.com/nats-io/nuid v1.0.1 18:38:47 go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e 18:38:57 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:39:02 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.037s coverage: 90.4% of statements 18:39:02 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.052s coverage: 86.3% of statements 18:39:02 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] 18:39:02 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 18:39:02 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.035s coverage: 16.7% of statements 18:39:02 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.032s coverage: 68.5% of statements 18:39:02 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.372s coverage: 83.8% of statements 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.035s coverage: 88.9% of statements 18:39:24 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.053s coverage: 100.0% of statements 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.031s coverage: 100.0% of statements 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.035s coverage: 90.9% of statements 18:39:24 CGO_ENABLED=1 GO111MODULE=on go test -tags no-zmq -race ./... -coverprofile=coverage.out ./... 18:39:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.049s coverage: 90.4% of statements 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.028s coverage: 100.0% of statements 18:39:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.028s coverage: 100.0% of statements 18:39:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.052s coverage: 68.5% of statements 18:39:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 18:39:46 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.372s coverage: 83.8% of statements 18:39:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.021s coverage: 88.9% of statements 18:39:46 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 18:39:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.032s coverage: 100.0% of statements 18:39:46 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.019s coverage: 100.0% of statements 18:39:46 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.018s coverage: 90.9% of statements 18:39:52 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:39:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:39:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:39:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 18:39:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:39:54 $ docker stop --time=1 6d1bfe0bd94d17bcbeea85143b36b9c419238da527051caa888342d858aef110 18:39:56 $ docker rm -f 6d1bfe0bd94d17bcbeea85143b36b9c419238da527051caa888342d858aef110 [Pipeline] // withDockerContainer [Pipeline] sh 18:39:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:39:56 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 18:39:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:39:57 18:39:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:39:58 latest: Pulling from edgex-lftools-log-publisher 18:39:58 5eb5b503b376: Pulling fs layer 18:39:58 5c69ac0246d0: Pulling fs layer 18:39:58 ec43610c2a17: Pulling fs layer 18:39:58 3a2ae6a8a46f: Pulling fs layer 18:39:58 33b1e0a273af: Pulling fs layer 18:39:58 5d3b04190fa2: Pulling fs layer 18:39:58 2f39f015ded8: Pulling fs layer 18:39:58 5d3b04190fa2: Waiting 18:39:58 2f39f015ded8: Waiting 18:39:58 33b1e0a273af: Waiting 18:39:58 3a2ae6a8a46f: Waiting 18:39:58 5c69ac0246d0: Verifying Checksum 18:39:58 3a2ae6a8a46f: Verifying Checksum 18:39:58 3a2ae6a8a46f: Download complete 18:39:58 33b1e0a273af: Verifying Checksum 18:39:58 33b1e0a273af: Download complete 18:39:58 ec43610c2a17: Verifying Checksum 18:39:58 ec43610c2a17: Download complete 18:39:58 5d3b04190fa2: Verifying Checksum 18:39:58 5d3b04190fa2: Download complete 18:39:58 5eb5b503b376: Verifying Checksum 18:39:58 5eb5b503b376: Download complete 18:39:58 2f39f015ded8: Verifying Checksum 18:39:58 2f39f015ded8: Download complete 18:39:59 5eb5b503b376: Pull complete 18:39:59 5c69ac0246d0: Pull complete 18:39:59 ec43610c2a17: Pull complete 18:39:59 3a2ae6a8a46f: Pull complete 18:40:00 33b1e0a273af: Pull complete 18:40:00 5d3b04190fa2: Pull complete 18:40:04 2f39f015ded8: Pull complete 18:40:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:40:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:40:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:40:04 prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container 18:40:04 $ 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/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:40:06 $ docker top 369fa02dc95c7760010670f845ed296be47947c9ff60d2ca9c1c10526876e00a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:40:07 ---> job-cost.sh 18:40:07 lf-activate-venv: SKIPPING 18:40:07 INFO: No Stack... 18:40:07 INFO: Retrieving Pricing Info for: v3-standard-8 18:40:07 INFO: Archiving Costs [Pipeline] sh 18:40:08 + cat /w/workspace/xfoundry_go-mod-messaging_PR-170/archives/cost.csv 18:40:08 + cut -d, -f6 [Pipeline] lock 18:40:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] 18:40:08 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] did not exist. Created. 18:40:08 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:40:08 + echo total: 0.2199999988079071 [Pipeline] stash 18:40:08 Stashed 1 file(s) [Pipeline] } 18:40:08 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:40:08 $ docker stop --time=1 369fa02dc95c7760010670f845ed296be47947c9ff60d2ca9c1c10526876e00a 18:40:10 $ docker rm -f 369fa02dc95c7760010670f845ed296be47947c9ff60d2ca9c1c10526876e00a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:40:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23565 in /w/workspace/xfoundry_go-mod-messaging_PR-170 [Pipeline] { [Pipeline] ws 18:40:26 Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout 18:40:26 Selected Git installation does not exist. Using Default 18:40:26 The recommended git tool is: NONE 18:40:33 using credential edgex-jenkins-ssh 18:40:33 Cloning the remote Git repository 18:40:33 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 18:40:33 > git init /w/workspace/go-mod-messaging/1 # timeout=10 18:40:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:40:33 > git --version # timeout=10 18:40:33 > git --version # 'git version 2.25.1' 18:40:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:40:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 18:40:34 Merging remotes/origin/main commit 910d84162688bbccf14f81cbd7c538e61fcf6e89 into PR head commit 8ce938f1aad65f6a717c19de24a1a639d43c9675 18:40:35 Merge succeeded, producing 8ce938f1aad65f6a717c19de24a1a639d43c9675 18:40:35 Checking out Revision 8ce938f1aad65f6a717c19de24a1a639d43c9675 (PR-170) 18:40:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 18:40:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:40:34 > git config core.sparsecheckout # timeout=10 18:40:34 > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 18:40:34 > git remote # timeout=10 18:40:34 > git config --get remote.origin.url # timeout=10 18:40:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:34 > git merge 910d84162688bbccf14f81cbd7c538e61fcf6e89 # timeout=10 18:40:35 > git rev-parse HEAD^{commit} # timeout=10 18:40:35 > git config core.sparsecheckout # timeout=10 18:40:35 > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 18:40:39 Commit message: "feat: Add File-Based NKEY & Credentials Auth to NATS Client" 18:40:39 > git --version # timeout=10 18:40:39 > git --version # 'git version 2.25.1' 18:40:39 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:40:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:40:40 % Total % Received % Xferd Average Speed Time Time Time Current 18:40:40 Dload Upload Total Spent Left Speed 18:40:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 84013 0 --:--:-- --:--:-- --:--:-- 84013 [Pipeline] sh 18:40:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:40:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ sudo tee /etc/docker/daemon.new 18:40:41 /etc/docker/daemon.json 18:40:41 { 18:40:41 "registry-mirrors": [ 18:40:41 "https://nexus3.edgexfoundry.org:10001" 18:40:41 ], 18:40:41 "bip": "10.250.0.254/24", 18:40:41 "hosts": [ 18:40:41 "tcp://0.0.0.0:5555", 18:40:41 "unix:///var/run/docker.sock" 18:40:41 ], 18:40:41 "mtu": 1458, 18:40:41 "selinux-enabled": true, 18:40:41 "seccomp-profile": "/etc/docker/seccomp.json" 18:40:41 } [Pipeline] sh 18:40:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:40:42 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 18:41:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:41:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:41:01 ========================================================= 18:41:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:41:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:41:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:41:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:41:02 b3c136eddcbf: Pulling fs layer 18:41:02 c0a3192eca97: Pulling fs layer 18:41:02 a050256f5b6f: Pulling fs layer 18:41:02 656be50a0ddc: Pulling fs layer 18:41:02 2bbca73fdf42: Pulling fs layer 18:41:02 46d945488cbd: Pulling fs layer 18:41:02 8a5474983e97: Pulling fs layer 18:41:02 329c88fbcd65: Pulling fs layer 18:41:02 656be50a0ddc: Waiting 18:41:02 2bbca73fdf42: Waiting 18:41:02 46d945488cbd: Waiting 18:41:02 329c88fbcd65: Waiting 18:41:02 8a5474983e97: Waiting 18:41:02 c0a3192eca97: Verifying Checksum 18:41:02 c0a3192eca97: Download complete 18:41:02 2bbca73fdf42: Verifying Checksum 18:41:02 2bbca73fdf42: Download complete 18:41:02 46d945488cbd: Download complete 18:41:02 b3c136eddcbf: Verifying Checksum 18:41:02 b3c136eddcbf: Download complete 18:41:03 329c88fbcd65: Verifying Checksum 18:41:03 329c88fbcd65: Download complete 18:41:03 b3c136eddcbf: Pull complete 18:41:03 c0a3192eca97: Pull complete 18:41:03 a050256f5b6f: Pull complete 18:41:04 8a5474983e97: Verifying Checksum 18:41:04 8a5474983e97: Download complete 18:41:04 656be50a0ddc: Download complete 18:41:17 656be50a0ddc: Pull complete 18:41:17 2bbca73fdf42: Pull complete 18:41:17 46d945488cbd: Pull complete 18:41:24 8a5474983e97: Pull complete 18:41:25 329c88fbcd65: Pull complete 18:41:25 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 18:41:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:41:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 18:41:26 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:26 + docker inspect -f . ci-base-image-arm64 18:41:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:27 prd-ubuntu20.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 18:41:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:41:30 $ docker top 023b25b6b477aa53be8ec8b4030a043ae26a33c7fc38f10aa509bb5caef9ad3a -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:31 + go version 18:41:31 go version go1.18.3 linux/arm64 [Pipeline] } 18:41:31 $ docker stop --time=1 023b25b6b477aa53be8ec8b4030a043ae26a33c7fc38f10aa509bb5caef9ad3a 18:41:32 $ docker rm -f 023b25b6b477aa53be8ec8b4030a043ae26a33c7fc38f10aa509bb5caef9ad3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:33 + docker inspect -f . ci-base-image-arm64 18:41:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:34 prd-ubuntu20.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 18:41:34 $ 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/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:41:35 $ docker top a4d281b1eaf116e327bf5ed381056bd3cfa6346161d2efe4301574601c6fb35c -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:36 + git config --global --add safe.directory /w/workspace/go-mod-messaging/1 [Pipeline] fileExists [Pipeline] sh 18:41:37 + make test 18:41:37 CGO_ENABLED=1 GO111MODULE=on go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 18:41:37 go: downloading github.com/nats-io/nats.go v1.16.0 18:41:37 go: downloading github.com/stretchr/testify v1.8.0 18:41:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 18:41:37 go: downloading github.com/google/uuid v1.3.0 18:41:37 go: downloading github.com/pebbe/zmq4 v1.2.7 18:41:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:41:37 go: downloading github.com/davecgh/go-spew v1.1.1 18:41:37 go: downloading github.com/pmezard/go-difflib v1.0.0 18:41:37 go: downloading github.com/stretchr/objx v0.4.0 18:41:37 go: downloading gopkg.in/yaml.v3 v3.0.1 18:41:37 go: downloading github.com/gorilla/websocket v1.4.2 18:41:37 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 18:41:37 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 18:41:37 go: downloading github.com/nats-io/nkeys v0.3.0 18:41:37 go: downloading github.com/nats-io/nuid v1.0.1 18:41:37 go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e 18:42:34 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:42:56 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.181s coverage: 90.4% of statements 18:43:03 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.207s coverage: 86.3% of statements 18:43:03 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] 18:43:03 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 18:43:03 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.082s coverage: 16.7% of statements 18:43:04 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.121s coverage: 68.5% of statements 18:43:04 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 18:43:22 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.466s coverage: 83.8% of statements 18:43:22 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.079s coverage: 88.9% of statements 18:43:22 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 18:43:22 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.070s coverage: 100.0% of statements 18:43:22 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.066s coverage: 100.0% of statements 18:43:22 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.055s coverage: 90.9% of statements 18:43:22 CGO_ENABLED=1 GO111MODULE=on go test -tags no-zmq -race ./... -coverprofile=coverage.out ./... 18:43:22 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 18:43:23 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.195s coverage: 90.4% of statements 18:43:23 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.052s coverage: 100.0% of statements 18:43:23 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 18:43:23 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.055s coverage: 100.0% of statements 18:43:24 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.201s coverage: 68.5% of statements 18:43:24 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 18:43:51 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.486s coverage: 83.8% of statements 18:43:51 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.067s coverage: 88.9% of statements 18:43:51 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 18:43:51 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.084s coverage: 100.0% of statements 18:43:51 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.059s coverage: 100.0% of statements 18:43:51 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.063s coverage: 90.9% of statements 18:43:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:43:51 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:44:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:44:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 18:44:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:44:23 $ docker stop --time=1 a4d281b1eaf116e327bf5ed381056bd3cfa6346161d2efe4301574601c6fb35c 18:44:25 $ docker rm -f a4d281b1eaf116e327bf5ed381056bd3cfa6346161d2efe4301574601c6fb35c [Pipeline] // withDockerContainer [Pipeline] sh 18:44:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:44:26 Warning: overwriting stash ‘coverage-report’ 18:44:27 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 18:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:44:27 18:44:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:44:28 arm64: Pulling from edgex-lftools-log-publisher 18:44:28 8998bd30e6a1: Pulling fs layer 18:44:28 04944245beec: Pulling fs layer 18:44:28 699f458cf7ca: Pulling fs layer 18:44:28 765212b225bb: Pulling fs layer 18:44:28 f23df028b6ca: Pulling fs layer 18:44:28 d65c8cfc05b1: Pulling fs layer 18:44:28 2437ff75d9bd: Pulling fs layer 18:44:28 f23df028b6ca: Waiting 18:44:28 d65c8cfc05b1: Waiting 18:44:28 2437ff75d9bd: Waiting 18:44:28 765212b225bb: Waiting 18:44:28 04944245beec: Verifying Checksum 18:44:28 04944245beec: Download complete 18:44:28 765212b225bb: Verifying Checksum 18:44:28 765212b225bb: Download complete 18:44:28 f23df028b6ca: Download complete 18:44:28 d65c8cfc05b1: Verifying Checksum 18:44:28 d65c8cfc05b1: Download complete 18:44:28 699f458cf7ca: Verifying Checksum 18:44:28 699f458cf7ca: Download complete 18:44:29 8998bd30e6a1: Verifying Checksum 18:44:29 8998bd30e6a1: Download complete 18:44:31 2437ff75d9bd: Verifying Checksum 18:44:31 2437ff75d9bd: Download complete 18:44:33 8998bd30e6a1: Pull complete 18:44:33 04944245beec: Pull complete 18:44:35 699f458cf7ca: Pull complete 18:44:35 765212b225bb: Pull complete 18:44:36 f23df028b6ca: Pull complete 18:44:36 d65c8cfc05b1: Pull complete 18:44:51 2437ff75d9bd: Pull complete 18:44:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:44:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:44:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:51 prd-ubuntu20.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container 18:44:52 $ 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/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:44:54 $ docker top 1498aa37f897bd28fbb4e201c78b57401c8d0d5d269b835c28360be5a931c58b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:55 ---> job-cost.sh 18:44:55 lf-activate-venv: SKIPPING 18:44:55 INFO: No Stack... 18:44:56 INFO: Retrieving Pricing Info for: v3-standard-4 18:44:56 INFO: Archiving Costs [Pipeline] sh 18:44:57 + cat /w/workspace/go-mod-messaging/1/archives/cost.csv 18:44:57 + cut -d, -f6 [Pipeline] lock 18:44:57 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] 18:44:57 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] did not exist. Created. 18:44:57 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:44:58 /w/workspace/go-mod-messaging/1@tmp/durable-fd326f95/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:44:58 + echo total: 0.10999999940395355 [Pipeline] stash 18:44:58 Warning: overwriting stash ‘stack-cost’ 18:44:59 Stashed 1 file(s) [Pipeline] } 18:44:59 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:44:59 $ docker stop --time=1 1498aa37f897bd28fbb4e201c78b57401c8d0d5d269b835c28360be5a931c58b 18:45:00 $ docker rm -f 1498aa37f897bd28fbb4e201c78b57401c8d0d5d269b835c28360be5a931c58b [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 18:45:01 provisioning config files... 18:45:01 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/config6816747214101817909tmp [Pipeline] { [Pipeline] sh 18:45:02 + set +x 18:45:02 + curl -s https://codecov.io/bash 18:45:02 + bash -s -- 18:45:02 18:45:02 _____ _ 18:45:02 / ____| | | 18:45:02 | | ___ __| | ___ ___ _____ __ 18:45:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:45:02 | |___| (_) | (_| | __/ (_| (_) \ V / 18:45:02 \_____\___/ \__,_|\___|\___\___/ \_/ 18:45:02 Bash-1.0.6 18:45:02 18:45:02 18:45:02 ==> git version 2.25.1 found 18:45:02 ==> 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 18:45:02 Release-Date: 2020-01-08 18:45:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:45:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:45:02 ==> Jenkins CI detected. 18:45:02 current dir:  /w/workspace/xfoundry_go-mod-messaging_PR-170 18:45:02 project root: . 18:45:02 --> token set from env 18:45:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:45:02 ==> Running gcov in . (disable via -X gcov) 18:45:02 ==> Python coveragepy not found 18:45:02 ==> Searching for coverage reports in: 18:45:02 + . 18:45:02 -> Found 1 reports 18:45:02 ==> Detecting git/mercurial file structure 18:45:02 ==> Reading reports 18:45:02 + ./coverage.out bytes=23508 18:45:02 ==> Appending adjustments 18:45:02 https://docs.codecov.io/docs/fixing-reports 18:45:02 + Found adjustments 18:45:02 ==> Gzipping contents 18:45:02 8.0K /tmp/codecov.gf3wAa.gz 18:45:02 ==> Uploading reports 18:45:02 url: https://codecov.io 18:45:02 query: branch=PR-170&commit=8ce938f1aad65f6a717c19de24a1a639d43c9675&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-170%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=170&job=&cmd_args= 18:45:02 -> Pinging Codecov 18:45:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a6beaebe-80c9-4d50-a0dd-a405d66ec5fd&branch=PR-170&commit=8ce938f1aad65f6a717c19de24a1a639d43c9675&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-170%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=170&job=&cmd_args= 18:45:02 -> Uploading to 18:45:02 https://storage.googleapis.com/codecov/v4/raw/2022-08-25/F6E385568367DD0E4001BA4F8F1CB792/8ce938f1aad65f6a717c19de24a1a639d43c9675/86a335fb-7d13-4e23-96b0-0059935bf2a3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220825T184502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6bae447811f1b12e26de51d35e45ddf32d019a3ab708429ca8e2feca35c1d63 18:45:02 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:02 Dload Upload Total Spent Left Speed 18:45:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6417 0 0 100 6417 0 27423 --:--:-- --:--:-- --:--:-- 27423 18:45:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] } 18:45:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 18:45:04 + [ -d /w/workspace/xfoundry_go-mod-messaging_PR-170/archives ] 18:45:04 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-170/archives 18:45:04 total 16 18:45:04 drwxr-xr-x 3 root root 4096 Aug 25 18:40 . 18:45:04 drwxrwxr-x 9 jenkins jenkins 4096 Aug 25 18:40 .. 18:45:04 drwxr-xr-x 2 root root 4096 Aug 25 18:40 cost 18:45:04 -rw-r--r-- 1 root root 88 Aug 25 18:40 cost.csv 18:45:04 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-messaging_PR-170/archives 18:45:04 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-170/archives 18:45:04 total 16 18:45:04 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 18:40 . 18:45:04 drwxrwxr-x 9 jenkins jenkins 4096 Aug 25 18:40 .. 18:45:04 drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 18:40 cost 18:45:04 -rw-r--r-- 1 jenkins jenkins 88 Aug 25 18:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:45:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:05 ---> package-listing.sh 18:45:05 ++ tr '[:upper:]' '[:lower:]' 18:45:05 ++ facter osfamily 18:45:05 + OS_FAMILY=debian 18:45:05 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-170 18:45:05 + START_PACKAGES=/tmp/packages_start.txt 18:45:05 + END_PACKAGES=/tmp/packages_end.txt 18:45:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:05 + PACKAGES=/tmp/packages_start.txt 18:45:05 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-170 ']' 18:45:05 + PACKAGES=/tmp/packages_end.txt 18:45:05 + case "${OS_FAMILY}" in 18:45:05 + dpkg -l 18:45:05 + grep '^ii' 18:45:05 + '[' -f /tmp/packages_start.txt ']' 18:45:05 + '[' -f /tmp/packages_end.txt ']' 18:45:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:05 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-170 ']' 18:45:05 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-170/archives/ 18:45:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-170/archives/ [Pipeline] echo 18:45:06 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/xfoundry_go-mod-messaging_PR-170/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:45:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:07 prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container 18:45:07 $ 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/xfoundry_go-mod-messaging_PR-170/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:45:07 $ docker top ff7302cce1789cce864e3f069ee97c83e83dbaac827bb1c916c13a4443d004e8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:07 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:08 + mkdir -p /var/log/sysstat [Pipeline] sh 18:45:08 + ls /var/log/sa-host 18:45:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:08 provisioning config files... 18:45:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/config3392970341840766776tmp [Pipeline] { [Pipeline] echo 18:45:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:08 ---> create-netrc.sh [Pipeline] } 18:45:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:45:09 ---> python-tools-install.sh [Pipeline] echo 18:45:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:09 ---> sudo-logs.sh 18:45:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:45:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:10 ---> job-cost.sh 18:45:10 lf-activate-venv: SKIPPING 18:45:10 DEBUG: total: 0.2199999988079071 18:45:10 INFO: Retrieving Stack Cost... 18:45:10 INFO: Retrieving Pricing Info for: v3-standard-8 18:45:10 INFO: Archiving Costs [Pipeline] echo 18:45:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:11 ---> logs-deploy.sh 18:45:11 lf-activate-venv: SKIPPING 18:45:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-170/1 18:45:11 INFO: archiving workspace using pattern(s): 18:45:12 Archives upload complete. 18:45:12 INFO: archiving logs to Nexus 18:45:13 ---> uname -a: 18:45:13 Linux prd-ubuntu20-04-docker-8c-8g-23564 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:45:13 18:45:13 18:45:13 ---> lscpu: 18:45:13 Architecture: x86_64 18:45:13 CPU op-mode(s): 32-bit, 64-bit 18:45:13 Byte Order: Little Endian 18:45:13 Address sizes: 40 bits physical, 48 bits virtual 18:45:13 CPU(s): 8 18:45:13 On-line CPU(s) list: 0-7 18:45:13 Thread(s) per core: 1 18:45:13 Core(s) per socket: 1 18:45:13 Socket(s): 8 18:45:13 NUMA node(s): 1 18:45:13 Vendor ID: AuthenticAMD 18:45:13 CPU family: 23 18:45:13 Model: 49 18:45:13 Model name: AMD EPYC-Rome Processor 18:45:13 Stepping: 0 18:45:13 CPU MHz: 2799.998 18:45:13 BogoMIPS: 5599.99 18:45:13 Virtualization: AMD-V 18:45:13 Hypervisor vendor: KVM 18:45:13 Virtualization type: full 18:45:13 L1d cache: 256 KiB 18:45:13 L1i cache: 256 KiB 18:45:13 L2 cache: 4 MiB 18:45:13 L3 cache: 128 MiB 18:45:13 NUMA node0 CPU(s): 0-7 18:45:13 Vulnerability Itlb multihit: Not affected 18:45:13 Vulnerability L1tf: Not affected 18:45:13 Vulnerability Mds: Not affected 18:45:13 Vulnerability Meltdown: Not affected 18:45:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:45:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:45:13 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:45:13 Vulnerability Srbds: Not affected 18:45:13 Vulnerability Tsx async abort: Not affected 18:45:13 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 18:45:13 18:45:13 18:45:13 ---> nproc: 18:45:13 8 18:45:13 18:45:13 18:45:13 ---> df -h: 18:45:13 Filesystem Size Used Avail Use% Mounted on 18:45:13 overlay 155G 11G 145G 7% / 18:45:13 tmpfs 64M 0 64M 0% /dev 18:45:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:45:13 shm 64M 0 64M 0% /dev/shm 18:45:13 /dev/vda1 155G 11G 145G 7% /facter-os 18:45:13 18:45:13 18:45:13 ---> sar -b -r -n DEV: 18:45:13 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23564) 08/25/22 _x86_64_ (8 CPU) 18:45:13 18:45:13 18:37:32 LINUX RESTART (8 CPU) 18:45:13 18:45:13 18:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:45:13 18:39:01 306.52 25.23 281.29 0.00 2406.27 112385.94 0.00 18:45:13 18:40:01 27.28 0.12 27.16 0.00 4.93 8496.07 0.00 18:45:13 18:41:01 29.43 0.02 29.41 0.00 0.40 16435.79 0.00 18:45:13 18:42:01 1.82 0.00 1.82 0.00 0.00 21.33 0.00 18:45:13 18:43:01 1.13 0.02 1.12 0.00 0.13 12.66 0.00 18:45:13 18:44:01 1.57 0.00 1.57 0.00 0.00 23.06 0.00 18:45:13 18:45:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 18:45:13 Average: 52.67 3.63 49.04 0.00 344.53 19626.58 0.00 18:45:13 18:45:13 18:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:45:13 18:39:01 28540984 31656540 637432 1.94 105980 3261476 2244476 6.61 1375464 2559180 279156 18:45:13 18:40:01 28487120 31724808 571892 1.74 111336 3371292 2228612 6.57 1205532 2779192 392856 18:45:13 18:41:01 28440872 31777612 516888 1.57 122080 3435432 1787644 5.27 1173932 2830860 20 18:45:13 18:42:01 28441956 31778856 515300 1.57 122144 3435444 1787644 5.27 1172884 2830868 8 18:45:13 18:43:01 28448680 31786272 508428 1.55 122184 3435444 1806560 5.32 1165452 2831496 8 18:45:13 18:44:01 28447868 31785528 509124 1.55 122228 3435452 1806560 5.32 1165820 2831520 56 18:45:13 18:45:01 28450128 31787856 506772 1.54 122252 3435456 1806560 5.32 1164236 2831528 12 18:45:13 Average: 28465373 31756782 537977 1.64 118315 3401428 1924008 5.67 1203331 2784949 96017 18:45:13 18:45:13 18:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:45:13 18:39:01 lo 3.40 3.40 0.33 0.33 0.00 0.00 0.00 0.00 18:45:13 18:39:01 docker0 9.37 9.57 0.79 88.36 0.00 0.00 0.00 0.00 18:45:13 18:39:01 ens3 694.15 490.68 6382.42 144.46 0.00 0.00 0.00 0.00 18:45:13 18:39:01 veth5d2073f 7.82 8.20 0.70 76.30 0.00 0.00 0.00 0.01 18:45:13 18:40:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 18:45:13 18:40:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:40:01 ens3 101.63 66.01 2522.26 12.99 0.00 0.00 0.00 0.00 18:45:13 18:41:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:45:13 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:41:01 ens3 20.30 12.25 20.05 5.02 0.00 0.00 0.00 0.00 18:45:13 18:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:13 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:42:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:45:13 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:13 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:44:01 ens3 0.27 0.25 0.09 0.08 0.00 0.00 0.00 0.00 18:45:13 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 18:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:13 Average: lo 0.72 0.72 0.07 0.07 0.00 0.00 0.00 0.00 18:45:13 Average: docker0 1.35 1.37 0.11 12.62 0.00 0.00 0.00 0.00 18:45:13 Average: ens3 116.64 81.33 1274.97 23.22 0.00 0.00 0.00 0.00 18:45:13 18:45:13 18:45:13 ---> sar -P ALL: 18:45:13 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23564) 08/25/22 _x86_64_ (8 CPU) 18:45:13 18:45:13 18:37:32 LINUX RESTART (8 CPU) 18:45:13 18:45:13 18:38:01 CPU %user %nice %system %iowait %steal %idle 18:45:13 18:39:01 all 19.46 0.00 4.16 1.56 0.06 74.76 18:45:13 18:39:01 0 19.43 0.00 4.26 0.35 0.07 75.88 18:45:13 18:39:01 1 21.96 0.00 4.07 0.69 0.07 73.21 18:45:13 18:39:01 2 19.01 0.00 4.42 3.01 0.05 73.51 18:45:13 18:39:01 3 17.38 0.00 3.87 0.39 0.07 78.29 18:45:13 18:39:01 4 15.51 0.00 4.86 0.40 0.05 79.18 18:45:13 18:39:01 5 21.55 0.00 3.62 0.74 0.05 74.04 18:45:13 18:39:01 6 20.14 0.00 3.64 1.27 0.07 74.88 18:45:13 18:39:01 7 20.66 0.00 4.53 5.63 0.08 69.10 18:45:13 18:40:01 all 9.46 0.00 1.86 0.22 0.04 88.43 18:45:13 18:40:01 0 9.41 0.00 1.81 0.38 0.05 88.35 18:45:13 18:40:01 1 9.21 0.00 1.88 0.02 0.03 88.86 18:45:13 18:40:01 2 9.43 0.00 1.68 1.31 0.07 87.51 18:45:13 18:40:01 3 10.54 0.00 1.94 0.00 0.03 87.48 18:45:13 18:40:01 4 9.23 0.00 1.97 0.02 0.02 88.76 18:45:13 18:40:01 5 9.24 0.00 1.99 0.00 0.03 88.73 18:45:13 18:40:01 6 9.97 0.00 1.71 0.02 0.03 88.27 18:45:13 18:40:01 7 8.66 0.00 1.88 0.00 0.02 89.44 18:45:13 18:41:01 all 1.60 0.00 0.53 0.30 0.01 97.56 18:45:13 18:41:01 0 1.39 0.00 0.57 0.42 0.02 97.61 18:45:13 18:41:01 1 1.27 0.00 0.55 0.00 0.00 98.18 18:45:13 18:41:01 2 1.07 0.00 0.37 0.43 0.00 98.13 18:45:13 18:41:01 3 3.08 0.00 0.69 1.53 0.02 94.68 18:45:13 18:41:01 4 1.25 0.00 0.45 0.00 0.02 98.28 18:45:13 18:41:01 5 1.50 0.00 0.67 0.02 0.02 97.80 18:45:13 18:41:01 6 1.55 0.00 0.43 0.00 0.02 97.99 18:45:13 18:41:01 7 1.67 0.00 0.48 0.00 0.02 97.83 18:45:13 18:42:01 all 0.27 0.00 0.01 0.00 0.01 99.70 18:45:13 18:42:01 0 0.05 0.00 0.00 0.02 0.00 99.93 18:45:13 18:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 18:45:13 18:42:01 2 0.00 0.00 0.02 0.02 0.02 99.95 18:45:13 18:42:01 3 2.00 0.00 0.02 0.00 0.00 97.98 18:45:13 18:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 18:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:45:13 18:42:01 6 0.07 0.00 0.03 0.00 0.02 99.88 18:45:13 18:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 18:43:01 all 0.28 0.00 0.01 0.00 0.00 99.71 18:45:13 18:43:01 0 0.03 0.00 0.03 0.02 0.00 99.92 18:45:13 18:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 18:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 18:45:13 18:43:01 3 2.00 0.00 0.02 0.00 0.02 97.97 18:45:13 18:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 18:43:01 5 0.05 0.00 0.00 0.00 0.00 99.95 18:45:13 18:43:01 6 0.02 0.00 0.00 0.00 0.02 99.97 18:45:13 18:43:01 7 0.05 0.00 0.00 0.00 0.00 99.95 18:45:13 18:44:01 all 0.26 0.00 0.01 0.00 0.01 99.72 18:45:13 18:44:01 0 0.02 0.00 0.02 0.02 0.02 99.93 18:45:13 18:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:45:13 18:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:45:13 18:44:01 3 1.99 0.00 0.00 0.00 0.00 98.01 18:45:13 18:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:45:13 18:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:45:13 18:44:01 6 0.07 0.00 0.02 0.00 0.02 99.90 18:45:13 18:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:45:13 18:45:01 all 0.10 0.00 0.01 0.01 0.01 99.88 18:45:13 18:45:01 0 0.02 0.00 0.00 0.03 0.00 99.95 18:45:13 18:45:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:45:13 18:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 18:45:01 3 0.70 0.00 0.02 0.02 0.02 99.25 18:45:13 18:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:45:13 18:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 18:45:01 6 0.07 0.00 0.02 0.00 0.02 99.90 18:45:13 18:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:45:13 Average: all 4.46 0.00 0.93 0.30 0.02 94.29 18:45:13 Average: 0 4.31 0.00 0.95 0.18 0.02 94.54 18:45:13 Average: 1 4.61 0.00 0.93 0.10 0.02 94.34 18:45:13 Average: 2 4.21 0.00 0.92 0.68 0.02 94.17 18:45:13 Average: 3 5.33 0.00 0.92 0.28 0.02 93.46 18:45:13 Average: 4 3.70 0.00 1.04 0.06 0.01 95.20 18:45:13 Average: 5 4.60 0.00 0.89 0.11 0.02 94.38 18:45:13 Average: 6 4.53 0.00 0.83 0.18 0.03 94.44 18:45:13 Average: 7 4.40 0.00 0.98 0.79 0.02 93.82 18:45:13 18:45:13 18:45:13