Pull request #192 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e842522231cf49cb0c06d9b5abb0da83a6827191+852588042be5e5e21b260773f766ea1490b3661d (9209427e2981314acd3b58a354dd662db950be5b) 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-ssh3244727235942857812.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh8894255981871826678.key Verifying host key using known hosts file > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-192/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-192/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14834236645953502472.key Verifying host key using known hosts file > 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-192/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11056088331937334785.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh17080029660975529813.key Verifying host key using known hosts file > 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-192/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-192/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14514197742514714577.key Verifying host key using known hosts file > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 ‘prd-ubuntu20.04-docker-8c-8g-118433’ is offline Running on prd-ubuntu20.04-docker-8c-8g-118437 in /w/workspace/xfoundry_go-mod-messaging_PR-192 [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-192 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/192/head:refs/remotes/origin/PR-192 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 852588042be5e5e21b260773f766ea1490b3661d into PR head commit e842522231cf49cb0c06d9b5abb0da83a6827191 Merge succeeded, producing e842522231cf49cb0c06d9b5abb0da83a6827191 Checking out Revision e842522231cf49cb0c06d9b5abb0da83a6827191 (PR-192) Commit message: "build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.6" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f e842522231cf49cb0c06d9b5abb0da83a6827191 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 852588042be5e5e21b260773f766ea1490b3661d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e842522231cf49cb0c06d9b5abb0da83a6827191 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:03:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:03:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:03:23 ========================================================= 16:03:23 EdgeX Global Pipelines Version Info 16:03:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:03:24 ------------------- 16:03:24 stable info: 16:03:24 ------------------- 16:03:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:03:24 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:03:24 Message: update stable to v1.0.244 16:03:24 ------------------- 16:03:24 experimental info: 16:03:24 ------------------- 16:03:24 Commited By: **** collab-it+edgex@linuxfoundation.org 16:03:24 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:03:24 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:03:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-192 [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-192 [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-192 [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e842522231cf49cb0c06d9b5abb0da83a6827191 [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e842522 [Pipeline] echo 16:03:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:03:26 + git rev-list -1 --merges e842522231cf49cb0c06d9b5abb0da83a6827191~1..e842522231cf49cb0c06d9b5abb0da83a6827191 [Pipeline] echo 16:03:26 -----------> git rev-list -1 --merges e842522231cf49cb0c06d9b5abb0da83a6827191~1..e842522231cf49cb0c06d9b5abb0da83a6827191 e842522231cf49cb0c06d9b5abb0da83a6827191 [false] [Pipeline] sh 16:03:27 + git log --format=format:%s -1 e842522231cf49cb0c06d9b5abb0da83a6827191 [Pipeline] echo 16:03:27 ========================================================= 16:03:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:03:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:27 + git log --format=format:%s -1 e842522231cf49cb0c06d9b5abb0da83a6827191 [Pipeline] echo 16:03:27 [semverPrep] GIT_COMMIT: e842522231cf49cb0c06d9b5abb0da83a6827191, Commit Message: build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.6 [Pipeline] echo 16:03:27 [semverPrep] This is not a build commit. [Pipeline] sh 16:03:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:03:28 + grep -v github /etc/ssh/ssh_known_hosts 16:03:28 + [ -e /tmp/ssh_known_hosts ] 16:03:28 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:03:28 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:03:28 sudo tee -a /etc/ssh/ssh_known_hosts 16:03:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:03:28 16:03:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:03:29 0.1.4: Pulling from edgex-devops/py-git-semver 16:03:29 b85a868b505f: Pulling fs layer 16:03:29 e2be974225ed: Pulling fs layer 16:03:29 339a4e72a1f5: Pulling fs layer 16:03:29 988bab9f4d93: Pulling fs layer 16:03:29 1469e6f7b9e6: Pulling fs layer 16:03:29 eaf3925da568: Pulling fs layer 16:03:29 bab4dde63d76: Pulling fs layer 16:03:29 bde34c3a00c8: Pulling fs layer 16:03:29 b352a97aabf1: Pulling fs layer 16:03:29 4872d77fe225: Pulling fs layer 16:03:29 5851b861e8e6: Pulling fs layer 16:03:29 1469e6f7b9e6: Waiting 16:03:29 eaf3925da568: Waiting 16:03:29 4872d77fe225: Waiting 16:03:29 5851b861e8e6: Waiting 16:03:29 bab4dde63d76: Waiting 16:03:29 b352a97aabf1: Waiting 16:03:29 bde34c3a00c8: Waiting 16:03:29 e2be974225ed: Verifying Checksum 16:03:29 e2be974225ed: Download complete 16:03:29 988bab9f4d93: Verifying Checksum 16:03:29 988bab9f4d93: Download complete 16:03:29 1469e6f7b9e6: Verifying Checksum 16:03:29 1469e6f7b9e6: Download complete 16:03:29 339a4e72a1f5: Verifying Checksum 16:03:29 339a4e72a1f5: Download complete 16:03:29 eaf3925da568: Verifying Checksum 16:03:29 eaf3925da568: Download complete 16:03:29 bde34c3a00c8: Download complete 16:03:29 b352a97aabf1: Verifying Checksum 16:03:29 b352a97aabf1: Download complete 16:03:29 4872d77fe225: Verifying Checksum 16:03:29 4872d77fe225: Download complete 16:03:29 5851b861e8e6: Download complete 16:03:29 b85a868b505f: Verifying Checksum 16:03:29 b85a868b505f: Download complete 16:03:29 bab4dde63d76: Verifying Checksum 16:03:29 bab4dde63d76: Download complete 16:03:30 b85a868b505f: Pull complete 16:03:30 e2be974225ed: Pull complete 16:03:31 339a4e72a1f5: Pull complete 16:03:31 988bab9f4d93: Pull complete 16:03:31 1469e6f7b9e6: Pull complete 16:03:31 eaf3925da568: Pull complete 16:03:33 bab4dde63d76: Pull complete 16:03:33 bde34c3a00c8: Pull complete 16:03:33 b352a97aabf1: Pull complete 16:03:33 4872d77fe225: Pull complete 16:03:33 5851b861e8e6: Pull complete 16:03:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:03:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:03:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:03:34 prd-ubuntu20.04-docker-8c-8g-118437 does not seem to be running inside a container 16:03:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-192 -v /w/workspace/xfoundry_go-mod-messaging_PR-192:/w/workspace/xfoundry_go-mod-messaging_PR-192:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-192@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 16:03:35 $ docker top ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed -eo pid,comm 16:03:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:03:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:03:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:35 [ssh-agent] Looking for ssh-agent implementation... 16:03:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:36 $ docker exec ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed ssh-agent 16:03:36 SSH_AUTH_SOCK=/tmp/ssh-2GMULZRxst5w/agent.32 16:03:36 SSH_AGENT_PID=38 16:03:36 Running ssh-add (command line suppressed) 16:03:36 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp/private_key_353361991879614790.key (/w/workspace/xfoundry_go-mod-messaging_PR-192@tmp/private_key_353361991879614790.key) 16:03:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:36 + git tag --points-at HEAD [Pipeline] } 16:03:36 $ docker exec --env ******** --env ******** ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed ssh-agent -k 16:03:36 unset SSH_AUTH_SOCK; 16:03:36 unset SSH_AGENT_PID; 16:03:36 echo Agent pid 38 killed; 16:03:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:03:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:36 [ssh-agent] Looking for ssh-agent implementation... 16:03:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:37 $ docker exec ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed ssh-agent 16:03:37 SSH_AUTH_SOCK=/tmp/ssh-SA8Y4Lyd8YeF/agent.70 16:03:37 SSH_AGENT_PID=76 16:03:37 Running ssh-add (command line suppressed) 16:03:37 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp/private_key_6278408064996863354.key (/w/workspace/xfoundry_go-mod-messaging_PR-192@tmp/private_key_6278408064996863354.key) 16:03:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:37 + git semver init 16:03:37 2022-11-07 16:03:37,795 [run_init] DEBUG init version:0.0.0 force:False 16:03:37 2022-11-07 16:03:37,796 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-messaging_PR-192/.semver 16:03:37 2022-11-07 16:03:37,796 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/xfoundry_go-mod-messaging_PR-192/.semver 16:03:37 2022-11-07 16:03:37,797 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/xfoundry_go-mod-messaging_PR-192/.semver'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-192, universal_newlines=False, shell=None, istream=None) 16:03:38 2022-11-07 16:03:38,647 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-messaging_PR-192/.git/info/exclude 16:03:38 2022-11-07 16:03:38,647 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-messaging_PR-192/.semver/PR-192 with force:False 16:03:38 2022-11-07 16:03:38,648 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-messaging_PR-192/.semver/PR-192 16:03:38 2022-11-07 16:03:38,653 [execute] INFO git cat-file --batch-check 16:03:38 2022-11-07 16:03:38,653 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-192/.semver, universal_newlines=False, shell=None, istream=) 16:03:38 2022-11-07 16:03:38,660 [execute] INFO git cat-file --batch 16:03:38 2022-11-07 16:03:38,660 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-192/.semver, universal_newlines=False, shell=None, istream=) 16:03:38 2022-11-07 16:03:38,665 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-messaging_PR-192/.semver/PR-192 16:03:38 0.0.0 [Pipeline] } 16:03:38 $ docker exec --env ******** --env ******** ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed ssh-agent -k 16:03:38 unset SSH_AUTH_SOCK; 16:03:38 unset SSH_AGENT_PID; 16:03:38 echo Agent pid 76 killed; 16:03:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:03:39 + git semver [Pipeline] } 16:03:39 $ docker stop --time=1 ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed 16:03:41 $ docker rm -f ec008ffdcf66eef010f70e1b366fad820d2bd318392583114004b415d1955aed [Pipeline] // withDockerContainer [Pipeline] sh 16:03:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:03:41 Stashed 1 file(s) [Pipeline] echo 16:03:41 [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 16:03:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:03:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:03:42 ========================================================= 16:03:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:03:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:03:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:03:42 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:03:42 213ec9aee27d: Pulling fs layer 16:03:42 4583459ba037: Pulling fs layer 16:03:42 93c1e223e6f2: Pulling fs layer 16:03:42 53926ce57604: Pulling fs layer 16:03:42 53926ce57604: Waiting 16:03:42 21b2b0c7a3f4: Pulling fs layer 16:03:42 22ff95d597cd: Pulling fs layer 16:03:42 12d6caf4c0d1: Pulling fs layer 16:03:42 96b7cbca73a9: Pulling fs layer 16:03:42 a7acece74701: Pulling fs layer 16:03:42 21b2b0c7a3f4: Waiting 16:03:42 22ff95d597cd: Waiting 16:03:42 12d6caf4c0d1: Waiting 16:03:42 96b7cbca73a9: Waiting 16:03:42 a7acece74701: Waiting 16:03:42 93c1e223e6f2: Verifying Checksum 16:03:42 93c1e223e6f2: Download complete 16:03:42 4583459ba037: Verifying Checksum 16:03:42 4583459ba037: Download complete 16:03:42 21b2b0c7a3f4: Verifying Checksum 16:03:42 21b2b0c7a3f4: Download complete 16:03:42 22ff95d597cd: Download complete 16:03:42 213ec9aee27d: Download complete 16:03:42 12d6caf4c0d1: Download complete 16:03:43 213ec9aee27d: Pull complete 16:03:43 4583459ba037: Pull complete 16:03:43 93c1e223e6f2: Pull complete 16:03:43 a7acece74701: Verifying Checksum 16:03:43 a7acece74701: Download complete 16:03:43 96b7cbca73a9: Verifying Checksum 16:03:43 96b7cbca73a9: Download complete 16:03:43 53926ce57604: Verifying Checksum 16:03:43 53926ce57604: Download complete 16:03:48 53926ce57604: Pull complete 16:03:48 21b2b0c7a3f4: Pull complete 16:03:48 22ff95d597cd: Pull complete 16:03:48 12d6caf4c0d1: Pull complete 16:03:49 96b7cbca73a9: Pull complete 16:03:50 a7acece74701: Pull complete 16:03:50 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:03:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:03:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 16:03:51 + 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 16:03:51 + docker inspect -f . ci-base-image-x86_64 16:03:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:03:51 prd-ubuntu20.04-docker-8c-8g-118437 does not seem to be running inside a container 16:03:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_PR-192 -v /w/workspace/xfoundry_go-mod-messaging_PR-192:/w/workspace/xfoundry_go-mod-messaging_PR-192:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-192@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 ******** ci-base-image-x86_64 cat 16:03:54 $ docker top 9b807c76378d8c526b48a5cf75a2e1012470afea91b998845ec3873a4233e684 -eo pid,comm [Pipeline] { [Pipeline] sh 16:03:54 + go version 16:03:54 go version go1.18.7 linux/amd64 [Pipeline] } 16:03:54 $ docker stop --time=1 9b807c76378d8c526b48a5cf75a2e1012470afea91b998845ec3873a4233e684 16:03:55 $ docker rm -f 9b807c76378d8c526b48a5cf75a2e1012470afea91b998845ec3873a4233e684 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:03:56 + docker inspect -f . ci-base-image-x86_64 16:03:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:03:56 prd-ubuntu20.04-docker-8c-8g-118437 does not seem to be running inside a container 16:03:56 $ 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-192 -v /w/workspace/xfoundry_go-mod-messaging_PR-192:/w/workspace/xfoundry_go-mod-messaging_PR-192:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-192@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 ******** ci-base-image-x86_64 cat 16:03:57 Still waiting to schedule task 16:03:57 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:03:57 $ docker top 1a0ea99407c341591a3ffc89ca810b1f867653ca6e3bb909110dc606da97ee98 -eo pid,comm [Pipeline] { [Pipeline] sh 16:03:57 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-192 [Pipeline] fileExists [Pipeline] sh 16:03:57 + make test 16:03:57 CGO_ENABLED=1 GO111MODULE=on go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 16:03:57 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:03:57 go: downloading github.com/stretchr/testify v1.8.0 16:03:57 go: downloading github.com/nats-io/nats.go v1.19.0 16:03:57 go: downloading github.com/pebbe/zmq4 v1.2.7 16:03:57 go: downloading github.com/google/uuid v1.3.0 16:03:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 16:03:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 16:03:57 go: downloading github.com/nats-io/nats-server/v2 v2.9.6 16:03:58 go: downloading github.com/davecgh/go-spew v1.1.1 16:03:58 go: downloading github.com/stretchr/objx v0.4.0 16:03:58 go: downloading github.com/pmezard/go-difflib v1.0.0 16:03:58 go: downloading gopkg.in/yaml.v3 v3.0.1 16:03:58 go: downloading github.com/go-playground/validator/v10 v10.11.1 16:03:58 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:03:58 go: downloading github.com/gorilla/websocket v1.4.2 16:03:58 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 16:03:58 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:03:58 go: downloading github.com/nats-io/nkeys v0.3.0 16:03:58 go: downloading github.com/nats-io/nuid v1.0.1 16:03:58 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 16:03:58 go: downloading github.com/x448/float16 v0.8.4 16:03:58 go: downloading github.com/go-playground/universal-translator v0.18.0 16:03:58 go: downloading golang.org/x/text v0.3.7 16:03:58 go: downloading github.com/leodido/go-urn v1.2.1 16:03:58 go: downloading github.com/go-playground/locales v0.14.0 16:03:58 go: downloading github.com/klauspost/compress v1.15.11 16:03:58 go: downloading github.com/minio/highwayhash v1.0.2 16:03:58 go: downloading github.com/nats-io/jwt/v2 v2.3.0 16:03:58 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 16:03:58 go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 16:04:16 ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.060s coverage: 66.4% of statements 16:04:16 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 16:04:16 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.087s coverage: 90.4% of statements 16:04:16 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.051s coverage: 87.7% of statements 16:04:16 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] 16:04:16 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 16:04:25 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.097s coverage: 35.9% of statements 16:04:25 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.036s coverage: 68.5% of statements 16:04:25 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 16:04:37 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.387s coverage: 83.8% of statements 16:04:37 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.050s coverage: 88.9% of statements 16:04:37 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 16:04:37 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.022s coverage: 100.0% of statements 16:04:37 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.070s coverage: 100.0% of statements 16:04:37 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.043s coverage: 95.1% of statements 16:04:37 CGO_ENABLED=1 GO111MODULE=on go test -tags no-zmq -race ./... -coverprofile=coverage.out ./... 16:04:38 ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.058s coverage: 66.4% of statements 16:04:38 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 16:04:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.053s coverage: 90.4% of statements 16:04:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.027s coverage: 100.0% of statements 16:04:38 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 16:04:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.031s coverage: 100.0% of statements 16:04:38 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.042s coverage: 68.5% of statements 16:04:38 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 16:05:00 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.392s coverage: 83.8% of statements 16:05:00 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.034s coverage: 88.9% of statements 16:05:00 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 16:05:00 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.026s coverage: 100.0% of statements 16:05:00 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.033s coverage: 100.0% of statements 16:05:00 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.031s coverage: 95.1% of statements 16:05:10 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." 16:05:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:05:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:05:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:05:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:05:10 $ docker stop --time=1 1a0ea99407c341591a3ffc89ca810b1f867653ca6e3bb909110dc606da97ee98 16:05:12 $ docker rm -f 1a0ea99407c341591a3ffc89ca810b1f867653ca6e3bb909110dc606da97ee98 [Pipeline] // withDockerContainer [Pipeline] sh 16:05:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:05:12 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 16:05:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:05:14 16:05:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:05:14 latest: Pulling from edgex-lftools-log-publisher 16:05:14 5eb5b503b376: Pulling fs layer 16:05:14 5c69ac0246d0: Pulling fs layer 16:05:14 ec43610c2a17: Pulling fs layer 16:05:14 3a2ae6a8a46f: Pulling fs layer 16:05:14 33b1e0a273af: Pulling fs layer 16:05:14 5d3b04190fa2: Pulling fs layer 16:05:14 2f39f015ded8: Pulling fs layer 16:05:14 33b1e0a273af: Waiting 16:05:14 2f39f015ded8: Waiting 16:05:14 5d3b04190fa2: Waiting 16:05:14 3a2ae6a8a46f: Waiting 16:05:14 5c69ac0246d0: Verifying Checksum 16:05:14 5c69ac0246d0: Download complete 16:05:14 3a2ae6a8a46f: Verifying Checksum 16:05:14 3a2ae6a8a46f: Download complete 16:05:14 33b1e0a273af: Verifying Checksum 16:05:14 33b1e0a273af: Download complete 16:05:14 5d3b04190fa2: Verifying Checksum 16:05:14 5d3b04190fa2: Download complete 16:05:14 ec43610c2a17: Verifying Checksum 16:05:14 ec43610c2a17: Download complete 16:05:14 5eb5b503b376: Verifying Checksum 16:05:14 5eb5b503b376: Download complete 16:05:15 2f39f015ded8: Download complete 16:05:15 5eb5b503b376: Pull complete 16:05:15 5c69ac0246d0: Pull complete 16:05:16 ec43610c2a17: Pull complete 16:05:16 3a2ae6a8a46f: Pull complete 16:05:16 33b1e0a273af: Pull complete 16:05:16 5d3b04190fa2: Pull complete 16:05:20 2f39f015ded8: Pull complete 16:05:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:05:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:05:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:21 prd-ubuntu20.04-docker-8c-8g-118437 does not seem to be running inside a container 16:05:21 $ 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-192 -v /w/workspace/xfoundry_go-mod-messaging_PR-192:/w/workspace/xfoundry_go-mod-messaging_PR-192:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-192@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:05:22 $ docker top f25d9344e92dd62c08e3ddfe073e640593e14fffe9041abf4c308e9b30251612 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:23 ---> job-cost.sh 16:05:23 lf-activate-venv: SKIPPING 16:05:23 INFO: No Stack... 16:05:23 INFO: Retrieving Pricing Info for: v3-standard-8 16:05:23 INFO: Archiving Costs [Pipeline] sh 16:05:24 + cat /w/workspace/xfoundry_go-mod-messaging_PR-192/archives/cost.csv 16:05:24 + cut -d, -f6 [Pipeline] lock 16:05:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] 16:05:24 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] did not exist. Created. 16:05:24 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:05:24 + echo total: 0.2199999988079071 [Pipeline] stash 16:05:24 Stashed 1 file(s) [Pipeline] } 16:05:24 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:05:24 $ docker stop --time=1 f25d9344e92dd62c08e3ddfe073e640593e14fffe9041abf4c308e9b30251612 16:05:25 $ docker rm -f f25d9344e92dd62c08e3ddfe073e640593e14fffe9041abf4c308e9b30251612 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:06:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-118440 in /w/workspace/xfoundry_go-mod-messaging_PR-192 [Pipeline] { [Pipeline] ws 16:06:14 Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout 16:06:14 Selected Git installation does not exist. Using Default 16:06:14 The recommended git tool is: NONE 16:06:21 using credential edgex-jenkins-ssh 16:06:21 Cloning the remote Git repository 16:06:21 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:06:21 > git init /w/workspace/go-mod-messaging/1 # timeout=10 16:06:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:06:21 > git --version # timeout=10 16:06:21 > git --version # 'git version 2.25.1' 16:06:21 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:21 Verifying host key using known hosts file 16:06:21 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 16:06:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:06:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:06:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:06:26 Merging remotes/origin/main commit 852588042be5e5e21b260773f766ea1490b3661d into PR head commit e842522231cf49cb0c06d9b5abb0da83a6827191 16:06:26 Merge succeeded, producing e842522231cf49cb0c06d9b5abb0da83a6827191 16:06:26 Checking out Revision e842522231cf49cb0c06d9b5abb0da83a6827191 (PR-192) 16:06:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:06:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:06:25 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:25 Verifying host key using known hosts file 16:06:25 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 16:06:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/192/head:refs/remotes/origin/PR-192 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:06:26 > git config core.sparsecheckout # timeout=10 16:06:26 > git checkout -f e842522231cf49cb0c06d9b5abb0da83a6827191 # timeout=10 16:06:26 > git remote # timeout=10 16:06:26 > git config --get remote.origin.url # timeout=10 16:06:26 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:26 Verifying host key using known hosts file 16:06:26 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 16:06:26 > git merge 852588042be5e5e21b260773f766ea1490b3661d # timeout=10 16:06:26 > git rev-parse HEAD^{commit} # timeout=10 16:06:26 > git config core.sparsecheckout # timeout=10 16:06:26 > git checkout -f e842522231cf49cb0c06d9b5abb0da83a6827191 # timeout=10 16:06:27 Commit message: "build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.6" 16:06:27 > git --version # timeout=10 16:06:27 > git --version # 'git version 2.25.1' 16:06:27 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:06:28 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:06:28 % Total % Received % Xferd Average Speed Time Time Time Current 16:06:28 Dload Upload Total Spent Left Speed 16:06:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 175k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh 16:06:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:06:29 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:06:29 sudo tee /etc/docker/daemon.new 16:06:29 { 16:06:29 "registry-mirrors": [ 16:06:29 "https://nexus3.edgexfoundry.org:10001" 16:06:29 ], 16:06:29 "bip": "10.250.0.254/24", 16:06:29 "hosts": [ 16:06:29 "tcp://0.0.0.0:5555", 16:06:29 "unix:///var/run/docker.sock" 16:06:29 ], 16:06:29 "mtu": 1458, 16:06:29 "selinux-enabled": true, 16:06:29 "seccomp-profile": "/etc/docker/seccomp.json" 16:06:29 } [Pipeline] sh 16:06:29 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:06:30 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:06:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:48 ========================================================= 16:06:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:06:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:06:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:06:49 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:06:49 9b18e9b68314: Pulling fs layer 16:06:49 35d82f9e3411: Pulling fs layer 16:06:49 e16973657156: Pulling fs layer 16:06:49 fc693d55d65f: Pulling fs layer 16:06:49 7e9fc2657dce: Pulling fs layer 16:06:49 dda99020689f: Pulling fs layer 16:06:49 db1c61fa0a46: Pulling fs layer 16:06:49 891c053d2c06: Pulling fs layer 16:06:49 7e9fc2657dce: Waiting 16:06:49 dda99020689f: Waiting 16:06:49 db1c61fa0a46: Waiting 16:06:49 891c053d2c06: Waiting 16:06:49 fc693d55d65f: Waiting 16:06:49 e16973657156: Verifying Checksum 16:06:49 e16973657156: Download complete 16:06:49 35d82f9e3411: Verifying Checksum 16:06:49 35d82f9e3411: Download complete 16:06:49 7e9fc2657dce: Download complete 16:06:49 dda99020689f: Verifying Checksum 16:06:49 dda99020689f: Download complete 16:06:49 9b18e9b68314: Verifying Checksum 16:06:49 9b18e9b68314: Download complete 16:06:50 9b18e9b68314: Pull complete 16:06:50 891c053d2c06: Verifying Checksum 16:06:50 891c053d2c06: Download complete 16:06:51 35d82f9e3411: Pull complete 16:06:51 e16973657156: Pull complete 16:06:52 db1c61fa0a46: Verifying Checksum 16:06:52 db1c61fa0a46: Download complete 16:06:52 fc693d55d65f: Verifying Checksum 16:06:52 fc693d55d65f: Download complete 16:07:05 fc693d55d65f: Pull complete 16:07:05 7e9fc2657dce: Pull complete 16:07:05 dda99020689f: Pull complete 16:07:10 db1c61fa0a46: Pull complete 16:07:12 891c053d2c06: Pull complete 16:07:12 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:07:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:07:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 16:07:12 + 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 16:07:13 + docker inspect -f . ci-base-image-arm64 16:07:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:13 prd-ubuntu20.04-docker-arm64-4c-16g-118440 does not seem to be running inside a container 16:07:13 $ 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 ******** ci-base-image-arm64 cat 16:07:17 $ docker top 6e5931eb64df050eeb02ee3109bad5bb1b695ea3d05a545a831c033fbb84d237 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:18 + go version 16:07:18 go version go1.18.7 linux/arm64 [Pipeline] } 16:07:18 $ docker stop --time=1 6e5931eb64df050eeb02ee3109bad5bb1b695ea3d05a545a831c033fbb84d237 16:07:19 $ docker rm -f 6e5931eb64df050eeb02ee3109bad5bb1b695ea3d05a545a831c033fbb84d237 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:20 + docker inspect -f . ci-base-image-arm64 16:07:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:20 prd-ubuntu20.04-docker-arm64-4c-16g-118440 does not seem to be running inside a container 16:07:21 $ 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 ******** ci-base-image-arm64 cat 16:07:22 $ docker top 28c65a683988cddbe09e254a6e68835f160bcf5e921ce13003bc89ed73edd3cb -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:23 + git config --global --add safe.directory /w/workspace/go-mod-messaging/1 [Pipeline] fileExists [Pipeline] sh 16:07:24 + make test 16:07:24 CGO_ENABLED=1 GO111MODULE=on go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 16:07:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 16:07:24 go: downloading github.com/stretchr/testify v1.8.0 16:07:24 go: downloading github.com/nats-io/nats.go v1.19.0 16:07:24 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 16:07:24 go: downloading github.com/google/uuid v1.3.0 16:07:24 go: downloading github.com/nats-io/nats-server/v2 v2.9.6 16:07:24 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:07:24 go: downloading github.com/pebbe/zmq4 v1.2.7 16:07:24 go: downloading github.com/go-playground/validator/v10 v10.11.1 16:07:24 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:07:24 go: downloading github.com/davecgh/go-spew v1.1.1 16:07:24 go: downloading github.com/pmezard/go-difflib v1.0.0 16:07:24 go: downloading github.com/stretchr/objx v0.4.0 16:07:24 go: downloading gopkg.in/yaml.v3 v3.0.1 16:07:24 go: downloading github.com/gorilla/websocket v1.4.2 16:07:24 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 16:07:25 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:07:25 go: downloading github.com/nats-io/nkeys v0.3.0 16:07:25 go: downloading github.com/nats-io/nuid v1.0.1 16:07:25 go: downloading github.com/x448/float16 v0.8.4 16:07:25 go: downloading github.com/go-playground/universal-translator v0.18.0 16:07:25 go: downloading github.com/leodido/go-urn v1.2.1 16:07:25 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 16:07:25 go: downloading golang.org/x/text v0.3.7 16:07:25 go: downloading github.com/go-playground/locales v0.14.0 16:07:25 go: downloading github.com/klauspost/compress v1.15.11 16:07:25 go: downloading github.com/minio/highwayhash v1.0.2 16:07:25 go: downloading github.com/nats-io/jwt/v2 v2.3.0 16:07:26 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 16:09:32 ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.293s coverage: 66.4% of statements 16:09:32 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 16:09:32 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.265s coverage: 90.4% of statements 16:09:32 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.272s coverage: 87.7% of statements 16:09:32 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] 16:09:32 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.344s coverage: 35.9% of statements 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.126s coverage: 68.5% of statements 16:10:40 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.481s coverage: 83.8% of statements 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.106s coverage: 88.9% of statements 16:10:40 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.072s coverage: 100.0% of statements 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.067s coverage: 100.0% of statements 16:10:40 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.084s coverage: 95.1% of statements 16:10:40 CGO_ENABLED=1 GO111MODULE=on go test -tags no-zmq -race ./... -coverprofile=coverage.out ./... 16:10:47 ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.491s coverage: 66.4% of statements 16:10:47 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 16:10:47 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.394s coverage: 90.4% of statements 16:10:47 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.060s coverage: 100.0% of statements 16:10:47 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 16:10:47 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.082s coverage: 100.0% of statements 16:10:47 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.249s coverage: 68.5% of statements 16:10:47 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 16:11:09 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.580s coverage: 83.8% of statements 16:11:09 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.103s coverage: 88.9% of statements 16:11:09 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 16:11:09 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.111s coverage: 100.0% of statements 16:11:09 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.113s coverage: 100.0% of statements 16:11:09 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.145s coverage: 95.1% of statements 16:11:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:11:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:12:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:12:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:12:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:12:06 $ docker stop --time=1 28c65a683988cddbe09e254a6e68835f160bcf5e921ce13003bc89ed73edd3cb 16:12:08 $ docker rm -f 28c65a683988cddbe09e254a6e68835f160bcf5e921ce13003bc89ed73edd3cb [Pipeline] // withDockerContainer [Pipeline] sh 16:12:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:12:10 Warning: overwriting stash ‘coverage-report’ 16:12:10 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 16:12:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:12:11 16:12:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:12:12 arm64: Pulling from edgex-lftools-log-publisher 16:12:12 8998bd30e6a1: Pulling fs layer 16:12:12 04944245beec: Pulling fs layer 16:12:12 699f458cf7ca: Pulling fs layer 16:12:12 765212b225bb: Pulling fs layer 16:12:12 f23df028b6ca: Pulling fs layer 16:12:12 d65c8cfc05b1: Pulling fs layer 16:12:12 2437ff75d9bd: Pulling fs layer 16:12:12 f23df028b6ca: Waiting 16:12:12 d65c8cfc05b1: Waiting 16:12:12 2437ff75d9bd: Waiting 16:12:12 765212b225bb: Waiting 16:12:12 04944245beec: Verifying Checksum 16:12:12 04944245beec: Download complete 16:12:12 765212b225bb: Verifying Checksum 16:12:12 765212b225bb: Download complete 16:12:12 f23df028b6ca: Verifying Checksum 16:12:12 f23df028b6ca: Download complete 16:12:12 d65c8cfc05b1: Verifying Checksum 16:12:12 d65c8cfc05b1: Download complete 16:12:12 699f458cf7ca: Verifying Checksum 16:12:12 699f458cf7ca: Download complete 16:12:12 8998bd30e6a1: Verifying Checksum 16:12:12 8998bd30e6a1: Download complete 16:12:15 2437ff75d9bd: Verifying Checksum 16:12:15 2437ff75d9bd: Download complete 16:12:16 8998bd30e6a1: Pull complete 16:12:17 04944245beec: Pull complete 16:12:18 699f458cf7ca: Pull complete 16:12:18 765212b225bb: Pull complete 16:12:19 f23df028b6ca: Pull complete 16:12:19 d65c8cfc05b1: Pull complete 16:12:34 2437ff75d9bd: Pull complete 16:12:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:12:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:12:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:35 prd-ubuntu20.04-docker-arm64-4c-16g-118440 does not seem to be running inside a container 16:12:35 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:12:37 $ docker top 0a7daf6a9790ead374468829175a5360af06997213a08c7eaf9abcc5f799085d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:38 ---> job-cost.sh 16:12:38 lf-activate-venv: SKIPPING 16:12:38 INFO: No Stack... 16:12:38 INFO: Retrieving Pricing Info for: v3-standard-4 16:12:39 INFO: Archiving Costs [Pipeline] sh 16:12:40 + cat /w/workspace/go-mod-messaging/1/archives/cost.csv 16:12:40 + cut -d, -f6 [Pipeline] lock 16:12:40 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] 16:12:40 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] did not exist. Created. 16:12:40 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:12:41 /w/workspace/go-mod-messaging/1@tmp/durable-b8d35763/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:12:41 + echo total: 0.10999999940395355 [Pipeline] stash 16:12:41 Warning: overwriting stash ‘stack-cost’ 16:12:41 Stashed 1 file(s) [Pipeline] } 16:12:41 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-192-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:12:42 $ docker stop --time=1 0a7daf6a9790ead374468829175a5360af06997213a08c7eaf9abcc5f799085d 16:12:43 $ docker rm -f 0a7daf6a9790ead374468829175a5360af06997213a08c7eaf9abcc5f799085d [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 16:12:44 provisioning config files... 16:12:44 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-192@tmp/config15025802950566140784tmp [Pipeline] { [Pipeline] sh 16:12:44 + set +x 16:12:44 + curl -s https://codecov.io/bash 16:12:44 + bash -s -- 16:12:44 16:12:44 _____ _ 16:12:44 / ____| | | 16:12:44 | | ___ __| | ___ ___ _____ __ 16:12:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:12:44 | |___| (_) | (_| | __/ (_| (_) \ V / 16:12:44 \_____\___/ \__,_|\___|\___\___/ \_/ 16:12:44 Bash-1.0.6 16:12:44 16:12:44 16:12:44 ==> git version 2.25.1 found 16:12:44 ==> 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 16:12:44 Release-Date: 2020-01-08 16:12:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:12:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:12:44 ==> Jenkins CI detected. 16:12:44 current dir:  /w/workspace/xfoundry_go-mod-messaging_PR-192 16:12:44 project root: . 16:12:44 --> token set from env 16:12:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:12:44 ==> Running gcov in . (disable via -X gcov) 16:12:44 ==> Python coveragepy not found 16:12:44 ==> Searching for coverage reports in: 16:12:44 + . 16:12:44 -> Found 1 reports 16:12:44 ==> Detecting git/mercurial file structure 16:12:44 ==> Reading reports 16:12:44 + ./coverage.out bytes=33413 16:12:44 ==> Appending adjustments 16:12:44 https://docs.codecov.io/docs/fixing-reports 16:12:45 + Found adjustments 16:12:45 ==> Gzipping contents 16:12:45 8.0K /tmp/codecov.36MHxo.gz 16:12:45 ==> Uploading reports 16:12:45 url: https://codecov.io 16:12:45 query: branch=PR-192&commit=e842522231cf49cb0c06d9b5abb0da83a6827191&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-192%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=192&job=&cmd_args= 16:12:45 -> Pinging Codecov 16:12:45 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a6beaebe-80c9-4d50-a0dd-a405d66ec5fd&branch=PR-192&commit=e842522231cf49cb0c06d9b5abb0da83a6827191&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-192%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=192&job=&cmd_args= 16:12:45 -> Uploading to 16:12:45 https://storage.googleapis.com/codecov/v4/raw/2022-11-07/F6E385568367DD0E4001BA4F8F1CB792/e842522231cf49cb0c06d9b5abb0da83a6827191/89273386-692b-4beb-b18a-26d79215dc35.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221107T161245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=53050285082b58a049e51322954af015695ffd4fde21a94cdd8ab54283d861f2 16:12:45 % Total % Received % Xferd Average Speed Time Time Time Current 16:12:45 Dload Upload Total Spent Left Speed 16:12:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8052 0 0 100 8052 0 39665 --:--:-- --:--:-- --:--:-- 39470 100 8052 0 0 100 8052 0 35471 --:--:-- --:--:-- --:--:-- 35471 16:12:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/e842522231cf49cb0c06d9b5abb0da83a6827191 [Pipeline] } 16:12:45 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 16:12:47 + [ -d /w/workspace/xfoundry_go-mod-messaging_PR-192/archives ] 16:12:47 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-192/archives 16:12:47 total 16 16:12:47 drwxr-xr-x 3 root root 4096 Nov 7 16:05 . 16:12:47 drwxrwxr-x 10 jenkins jenkins 4096 Nov 7 16:05 .. 16:12:47 drwxr-xr-x 2 root root 4096 Nov 7 16:05 cost 16:12:47 -rw-r--r-- 1 root root 88 Nov 7 16:05 cost.csv 16:12:47 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-messaging_PR-192/archives 16:12:47 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-192/archives 16:12:47 total 16 16:12:47 drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 16:05 . 16:12:47 drwxrwxr-x 10 jenkins jenkins 4096 Nov 7 16:05 .. 16:12:47 drwxr-xr-x 2 jenkins jenkins 4096 Nov 7 16:05 cost 16:12:47 -rw-r--r-- 1 jenkins jenkins 88 Nov 7 16:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:12:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:12:48 ---> package-listing.sh 16:12:48 ++ facter osfamily 16:12:48 ++ tr '[:upper:]' '[:lower:]' 16:12:49 + OS_FAMILY=debian 16:12:49 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-192 16:12:49 + START_PACKAGES=/tmp/packages_start.txt 16:12:49 + END_PACKAGES=/tmp/packages_end.txt 16:12:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:12:49 + PACKAGES=/tmp/packages_start.txt 16:12:49 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-192 ']' 16:12:49 + PACKAGES=/tmp/packages_end.txt 16:12:49 + case "${OS_FAMILY}" in 16:12:49 + dpkg -l 16:12:49 + grep '^ii' 16:12:49 + '[' -f /tmp/packages_start.txt ']' 16:12:49 + '[' -f /tmp/packages_end.txt ']' 16:12:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:12:49 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-192 ']' 16:12:49 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-192/archives/ 16:12:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-192/archives/ [Pipeline] echo 16:12:49 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-192/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:12:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:12:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:50 prd-ubuntu20.04-docker-8c-8g-118437 does not seem to be running inside a container 16:12:50 $ 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-192/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-192 -v /w/workspace/xfoundry_go-mod-messaging_PR-192:/w/workspace/xfoundry_go-mod-messaging_PR-192:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-192@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-192@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-lftools-log-publisher:latest cat 16:12:50 $ docker top 82cfaabbcea3a209d20f9528d2db953bbbee51536d80e5cbd8dedb949f126a18 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:50 + touch /tmp/pre-build-complete [Pipeline] sh 16:12:51 + mkdir -p /var/log/sysstat [Pipeline] sh 16:12:51 + ls /var/log/sa-host 16:12:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:12:51 provisioning config files... 16:12:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-192@tmp/config13225610767324862513tmp [Pipeline] { [Pipeline] echo 16:12:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:12:52 ---> create-netrc.sh [Pipeline] } 16:12:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:12:52 ---> python-tools-install.sh [Pipeline] echo 16:12:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:12:52 ---> sudo-logs.sh 16:12:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:12:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:12:53 ---> job-cost.sh 16:12:53 lf-activate-venv: SKIPPING 16:12:53 DEBUG: total: 0.2199999988079071 16:12:53 INFO: Retrieving Stack Cost... 16:12:53 INFO: Retrieving Pricing Info for: v3-standard-8 16:12:54 INFO: Archiving Costs [Pipeline] echo 16:12:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:12:54 ---> logs-deploy.sh 16:12:54 lf-activate-venv: SKIPPING 16:12:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-192/1 16:12:54 INFO: archiving workspace using pattern(s): 16:12:55 Archives upload complete. 16:12:55 INFO: archiving logs to Nexus 16:12:56 ---> uname -a: 16:12:56 Linux prd-ubuntu20-04-docker-8c-8g-118437 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:12:56 16:12:56 16:12:56 ---> lscpu: 16:12:56 Architecture: x86_64 16:12:56 CPU op-mode(s): 32-bit, 64-bit 16:12:56 Byte Order: Little Endian 16:12:56 Address sizes: 40 bits physical, 48 bits virtual 16:12:56 CPU(s): 8 16:12:56 On-line CPU(s) list: 0-7 16:12:56 Thread(s) per core: 1 16:12:56 Core(s) per socket: 1 16:12:56 Socket(s): 8 16:12:56 NUMA node(s): 1 16:12:56 Vendor ID: AuthenticAMD 16:12:56 CPU family: 23 16:12:56 Model: 49 16:12:56 Model name: AMD EPYC-Rome Processor 16:12:56 Stepping: 0 16:12:56 CPU MHz: 2799.976 16:12:56 BogoMIPS: 5599.95 16:12:56 Virtualization: AMD-V 16:12:56 Hypervisor vendor: KVM 16:12:56 Virtualization type: full 16:12:56 L1d cache: 256 KiB 16:12:56 L1i cache: 256 KiB 16:12:56 L2 cache: 4 MiB 16:12:56 L3 cache: 128 MiB 16:12:56 NUMA node0 CPU(s): 0-7 16:12:56 Vulnerability Itlb multihit: Not affected 16:12:56 Vulnerability L1tf: Not affected 16:12:56 Vulnerability Mds: Not affected 16:12:56 Vulnerability Meltdown: Not affected 16:12:56 Vulnerability Mmio stale data: Not affected 16:12:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:12:56 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:12:56 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:12:56 Vulnerability Srbds: Not affected 16:12:56 Vulnerability Tsx async abort: Not affected 16:12:56 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 16:12:56 16:12:56 16:12:56 ---> nproc: 16:12:56 8 16:12:56 16:12:56 16:12:56 ---> df -h: 16:12:56 Filesystem Size Used Avail Use% Mounted on 16:12:56 overlay 155G 11G 145G 7% / 16:12:56 tmpfs 64M 0 64M 0% /dev 16:12:56 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:12:56 shm 64M 0 64M 0% /dev/shm 16:12:56 /dev/vda1 155G 11G 145G 7% /facter-os 16:12:56 16:12:56 16:12:56 ---> sar -b -r -n DEV: 16:12:56 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-118437) 11/07/22 _x86_64_ (8 CPU) 16:12:56 16:12:56 16:02:46 LINUX RESTART (8 CPU) 16:12:56 16:12:56 16:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:12:56 16:04:01 157.96 47.52 110.45 0.00 5338.75 120450.52 0.00 16:12:56 16:05:01 26.48 0.03 26.45 0.00 0.27 14612.65 0.00 16:12:56 16:06:01 41.04 0.22 40.82 0.00 13.60 19273.84 0.00 16:12:56 16:07:01 1.75 0.00 1.75 0.00 0.00 19.59 0.00 16:12:56 16:08:01 35.83 9.33 26.50 0.00 2884.32 4653.89 0.00 16:12:56 16:09:01 4.98 0.00 4.98 0.00 0.00 169.01 0.00 16:12:56 16:10:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 16:12:56 16:11:01 1.95 0.00 1.95 0.00 0.00 22.00 0.00 16:12:56 16:12:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 16:12:56 Average: 30.31 6.34 23.96 0.00 915.23 17693.46 0.00 16:12:56 16:12:56 16:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:12:56 16:04:01 28864748 31497120 807536 2.46 80564 2813324 1978880 5.83 1162868 2465448 219416 16:12:56 16:05:01 28713252 31556416 745852 2.27 83488 3006820 2004652 5.91 1281980 2482804 21700 16:12:56 16:06:01 28689460 31593104 712624 2.17 91712 3046372 1724136 5.08 1093864 2686996 4 16:12:56 16:07:01 28689592 31593352 712280 2.17 91768 3046380 1724136 5.08 1093812 2687052 4 16:12:56 16:08:01 28385360 31568024 724472 2.20 110180 3295240 1796836 5.30 1256628 2804784 64 16:12:56 16:09:01 28397220 31580820 712360 2.17 110716 3295276 1794696 5.29 1241564 2803400 12 16:12:56 16:10:01 28400464 31584164 708972 2.16 110812 3295280 1794696 5.29 1238564 2803404 8 16:12:56 16:11:01 28400156 31584216 709124 2.16 110900 3295284 1794696 5.29 1238448 2803656 8 16:12:56 16:12:01 28400344 31584480 708788 2.16 110980 3295288 1794696 5.29 1238392 2803672 8 16:12:56 Average: 28548955 31571300 726890 2.21 100124 3154363 1823047 5.37 1205124 2704580 26803 16:12:56 16:12:56 16:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:12:56 16:04:01 lo 3.80 3.80 0.36 0.36 0.00 0.00 0.00 0.00 16:12:56 16:04:01 ens3 760.70 458.13 7430.99 95.27 0.00 0.00 0.00 0.00 16:12:56 16:04:01 veth4d8408c 45.10 77.46 4.51 992.18 0.00 0.00 0.00 0.08 16:12:56 16:04:01 docker0 46.67 78.89 4.11 1005.48 0.00 0.00 0.00 0.00 16:12:56 16:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:56 16:05:01 ens3 24.61 14.61 23.45 7.69 0.00 0.00 0.00 0.00 16:12:56 16:05:01 veth4d8408c 0.12 0.15 0.01 0.01 0.00 0.00 0.00 0.00 16:12:56 16:05:01 docker0 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 16:12:56 16:06:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 16:12:56 16:06:01 ens3 136.85 95.82 2527.87 89.51 0.00 0.00 0.00 0.00 16:12:56 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:56 16:07:01 ens3 2.02 0.90 2.05 0.24 0.00 0.00 0.00 0.00 16:12:56 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:08:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 16:12:56 16:08:01 ens3 77.04 46.56 1313.54 3.39 0.00 0.00 0.00 0.00 16:12:56 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:56 16:09:01 ens3 0.52 0.37 0.17 0.12 0.00 0.00 0.00 0.00 16:12:56 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:10:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:56 16:11:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:12:56 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 16:12:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 16:12:56 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:56 Average: lo 0.68 0.68 0.06 0.06 0.00 0.00 0.00 0.00 16:12:56 Average: ens3 111.35 68.51 1255.41 21.81 0.00 0.00 0.00 0.00 16:12:56 Average: docker0 5.20 8.78 0.46 111.73 0.00 0.00 0.00 0.00 16:12:56 16:12:56 16:12:56 ---> sar -P ALL: 16:12:56 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-118437) 11/07/22 _x86_64_ (8 CPU) 16:12:56 16:12:56 16:02:46 LINUX RESTART (8 CPU) 16:12:56 16:12:56 16:03:01 CPU %user %nice %system %iowait %steal %idle 16:12:56 16:04:01 all 11.49 0.00 3.87 1.71 0.08 82.85 16:12:56 16:04:01 0 9.85 0.00 4.11 3.05 0.07 82.92 16:12:56 16:04:01 1 13.93 0.00 3.21 0.32 0.08 82.45 16:12:56 16:04:01 2 15.80 0.00 2.92 0.72 0.08 80.47 16:12:56 16:04:01 3 10.13 0.00 3.65 2.63 0.08 83.51 16:12:56 16:04:01 4 10.22 0.00 3.15 0.72 0.07 85.84 16:12:56 16:04:01 5 11.79 0.00 5.14 1.65 0.08 81.33 16:12:56 16:04:01 6 9.21 0.00 4.78 1.36 0.07 84.57 16:12:56 16:04:01 7 10.97 0.00 3.97 3.27 0.10 81.69 16:12:56 16:05:01 all 19.35 0.00 2.42 0.31 0.05 77.87 16:12:56 16:05:01 0 21.74 0.00 2.59 0.00 0.05 75.62 16:12:56 16:05:01 1 18.33 0.00 2.16 0.00 0.05 79.46 16:12:56 16:05:01 2 19.08 0.00 2.10 0.20 0.03 78.59 16:12:56 16:05:01 3 19.07 0.00 2.61 1.98 0.05 76.28 16:12:56 16:05:01 4 20.73 0.00 2.61 0.03 0.05 76.57 16:12:56 16:05:01 5 19.11 0.00 2.09 0.00 0.07 78.73 16:12:56 16:05:01 6 19.76 0.00 2.70 0.00 0.05 77.49 16:12:56 16:05:01 7 17.01 0.00 2.46 0.27 0.05 80.21 16:12:56 16:06:01 all 10.66 0.00 2.17 0.41 0.04 86.72 16:12:56 16:06:01 0 10.98 0.00 2.44 0.02 0.03 86.52 16:12:56 16:06:01 1 11.49 0.00 1.76 0.05 0.05 86.65 16:12:56 16:06:01 2 10.05 0.00 2.35 0.62 0.05 86.93 16:12:56 16:06:01 3 10.71 0.00 1.46 0.02 0.05 87.77 16:12:56 16:06:01 4 10.30 0.00 3.20 1.69 0.03 84.77 16:12:56 16:06:01 5 10.85 0.00 2.03 0.02 0.03 87.07 16:12:56 16:06:01 6 10.73 0.00 1.94 0.02 0.03 87.28 16:12:56 16:06:01 7 10.13 0.00 2.20 0.84 0.03 86.80 16:12:56 16:07:01 all 0.03 0.00 0.02 0.00 0.01 99.95 16:12:56 16:07:01 0 0.05 0.00 0.02 0.00 0.02 99.92 16:12:56 16:07:01 1 0.05 0.00 0.02 0.00 0.00 99.93 16:12:56 16:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:12:56 16:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:12:56 16:07:01 4 0.00 0.00 0.03 0.00 0.02 99.95 16:12:56 16:07:01 5 0.08 0.00 0.02 0.00 0.02 99.88 16:12:56 16:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:12:56 16:07:01 7 0.00 0.00 0.03 0.02 0.00 99.95 16:12:56 16:08:01 all 1.18 0.00 0.78 0.27 0.02 97.76 16:12:56 16:08:01 0 1.86 0.00 0.39 0.07 0.02 97.67 16:12:56 16:08:01 1 1.28 0.00 1.07 0.43 0.02 97.20 16:12:56 16:08:01 2 0.92 0.00 1.74 0.08 0.02 97.24 16:12:56 16:08:01 3 1.13 0.00 0.62 0.08 0.02 98.15 16:12:56 16:08:01 4 1.25 0.00 0.72 0.22 0.00 97.81 16:12:56 16:08:01 5 1.54 0.00 0.54 0.25 0.02 97.66 16:12:56 16:08:01 6 0.52 0.00 0.50 0.08 0.02 98.88 16:12:56 16:08:01 7 0.92 0.00 0.68 0.94 0.03 97.43 16:12:56 16:09:01 all 0.20 0.00 0.04 0.04 0.00 99.72 16:12:56 16:09:01 0 1.19 0.00 0.02 0.02 0.00 98.77 16:12:56 16:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:12:56 16:09:01 2 0.08 0.00 0.03 0.02 0.00 99.87 16:12:56 16:09:01 3 0.07 0.00 0.05 0.02 0.00 99.87 16:12:56 16:09:01 4 0.03 0.00 0.03 0.00 0.02 99.92 16:12:56 16:09:01 5 0.13 0.00 0.08 0.05 0.02 99.72 16:12:56 16:09:01 6 0.03 0.00 0.03 0.00 0.00 99.93 16:12:56 16:09:01 7 0.03 0.00 0.03 0.20 0.00 99.73 16:12:56 16:10:01 all 0.05 0.00 0.02 0.01 0.00 99.92 16:12:56 16:10:01 0 0.20 0.00 0.03 0.00 0.02 99.75 16:12:56 16:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:12:56 16:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:12:56 16:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:12:56 16:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:12:56 16:10:01 5 0.10 0.00 0.03 0.02 0.00 99.85 16:12:56 16:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:12:56 16:10:01 7 0.02 0.00 0.02 0.03 0.00 99.93 16:12:56 16:11:01 all 0.01 0.00 0.01 0.01 0.00 99.97 16:12:56 16:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:12:56 16:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:12:56 16:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:12:56 16:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:12:56 16:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 16:12:56 16:11:01 5 0.05 0.00 0.03 0.00 0.02 99.90 16:12:56 16:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:12:56 16:11:01 7 0.00 0.00 0.02 0.03 0.00 99.95 16:12:56 16:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:12:56 16:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:12:56 16:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:12:56 16:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:12:56 16:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:12:56 16:12:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:12:56 16:12:01 5 0.05 0.00 0.02 0.00 0.02 99.92 16:12:56 16:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:12:56 16:12:01 7 0.02 0.00 0.02 0.05 0.00 99.92 16:12:56 Average: all 4.76 0.00 1.03 0.31 0.02 93.88 16:12:56 Average: 0 5.09 0.00 1.07 0.35 0.02 93.47 16:12:56 Average: 1 5.00 0.00 0.91 0.09 0.02 93.98 16:12:56 Average: 2 5.09 0.00 1.01 0.18 0.02 93.69 16:12:56 Average: 3 4.56 0.00 0.93 0.52 0.02 93.97 16:12:56 Average: 4 4.72 0.00 1.08 0.30 0.02 93.88 16:12:56 Average: 5 4.84 0.00 1.10 0.22 0.03 93.81 16:12:56 Average: 6 4.46 0.00 1.10 0.16 0.02 94.26 16:12:56 Average: 7 4.32 0.00 1.04 0.62 0.02 93.99 16:12:56 16:12:56 16:12:56