Pull request #198 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 490a94d6de4ae1cc47e090e4511f1e6ff70ac787+b55172737407544296daaff21afa302c0989443b (626e2cebcb85f072629bcfee34977e64a41b0427) 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-ssh5381517612402914479.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-ssh7228161053078450045.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-198/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-198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7417720933878270263.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-198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17473651067681930870.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-ssh4525489366239318161.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-198/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-198/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12321060732256317671.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-119626 in /w/workspace/xfoundry_go-mod-messaging_PR-198 [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-198 # 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 Merging remotes/origin/main commit b55172737407544296daaff21afa302c0989443b into PR head commit 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 > 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/198/head:refs/remotes/origin/PR-198 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 Checking out Revision 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 (PR-198) Commit message: "build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.7" 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] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:05:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:05:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:05:05 ========================================================= 16:05:05 EdgeX Global Pipelines Version Info 16:05:05 ========================================================= [Pipeline] libraryResource > git config core.sparsecheckout # timeout=10 > git checkout -f 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 # 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 b55172737407544296daaff21afa302c0989443b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 # timeout=10 [Pipeline] sh 16:05:06 ------------------- 16:05:06 stable info: 16:05:06 ------------------- 16:05:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:05:06 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:05:06 Message: update stable to v1.0.244 16:05:07 ------------------- 16:05:07 experimental info: 16:05:07 ------------------- 16:05:07 Commited By: **** collab-it+edgex@linuxfoundation.org 16:05:07 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:05:07 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:05:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 490a94d [Pipeline] echo 16:05:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:05:09 + git rev-list -1 --merges 490a94d6de4ae1cc47e090e4511f1e6ff70ac787~1..490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo 16:05:09 -----------> git rev-list -1 --merges 490a94d6de4ae1cc47e090e4511f1e6ff70ac787~1..490a94d6de4ae1cc47e090e4511f1e6ff70ac787 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [false] [Pipeline] sh 16:05:09 + git log --format=format:%s -1 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo 16:05:09 ========================================================= 16:05:09 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:05:09 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:09 + git log --format=format:%s -1 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo 16:05:09 [semverPrep] GIT_COMMIT: 490a94d6de4ae1cc47e090e4511f1e6ff70ac787, Commit Message: build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.7 [Pipeline] echo 16:05:10 [semverPrep] This is not a build commit. [Pipeline] sh 16:05:10 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:05:10 + grep -v github /etc/ssh/ssh_known_hosts 16:05:10 + [ -e /tmp/ssh_known_hosts ] 16:05:10 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:05:10 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:05:10 + sudo tee -a /etc/ssh/ssh_known_hosts 16:05:10 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:05:10 16:05:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:05:11 0.1.4: Pulling from edgex-devops/py-git-semver 16:05:11 b85a868b505f: Pulling fs layer 16:05:11 e2be974225ed: Pulling fs layer 16:05:11 339a4e72a1f5: Pulling fs layer 16:05:11 988bab9f4d93: Pulling fs layer 16:05:11 1469e6f7b9e6: Pulling fs layer 16:05:11 eaf3925da568: Pulling fs layer 16:05:11 bab4dde63d76: Pulling fs layer 16:05:11 bde34c3a00c8: Pulling fs layer 16:05:11 b352a97aabf1: Pulling fs layer 16:05:11 4872d77fe225: Pulling fs layer 16:05:11 5851b861e8e6: Pulling fs layer 16:05:11 bab4dde63d76: Waiting 16:05:11 988bab9f4d93: Waiting 16:05:11 4872d77fe225: Waiting 16:05:11 bde34c3a00c8: Waiting 16:05:11 b352a97aabf1: Waiting 16:05:11 1469e6f7b9e6: Waiting 16:05:11 eaf3925da568: Waiting 16:05:11 e2be974225ed: Verifying Checksum 16:05:11 e2be974225ed: Download complete 16:05:11 988bab9f4d93: Verifying Checksum 16:05:11 988bab9f4d93: Download complete 16:05:11 1469e6f7b9e6: Verifying Checksum 16:05:11 1469e6f7b9e6: Download complete 16:05:11 eaf3925da568: Verifying Checksum 16:05:11 eaf3925da568: Download complete 16:05:11 339a4e72a1f5: Verifying Checksum 16:05:11 339a4e72a1f5: Download complete 16:05:11 bde34c3a00c8: Download complete 16:05:11 b352a97aabf1: Download complete 16:05:11 4872d77fe225: Verifying Checksum 16:05:11 4872d77fe225: Download complete 16:05:11 5851b861e8e6: Download complete 16:05:11 b85a868b505f: Verifying Checksum 16:05:11 b85a868b505f: Download complete 16:05:12 bab4dde63d76: Verifying Checksum 16:05:12 bab4dde63d76: Download complete 16:05:12 b85a868b505f: Pull complete 16:05:13 e2be974225ed: Pull complete 16:05:13 339a4e72a1f5: Pull complete 16:05:14 988bab9f4d93: Pull complete 16:05:14 1469e6f7b9e6: Pull complete 16:05:14 eaf3925da568: Pull complete 16:05:16 bab4dde63d76: Pull complete 16:05:16 bde34c3a00c8: Pull complete 16:05:16 b352a97aabf1: Pull complete 16:05:16 4872d77fe225: Pull complete 16:05:16 5851b861e8e6: Pull complete 16:05:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:05:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:05:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:16 prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container 16:05:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-198 -v /w/workspace/xfoundry_go-mod-messaging_PR-198:/w/workspace/xfoundry_go-mod-messaging_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-198@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:05:19 $ docker top 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 -eo pid,comm 16:05:19 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:05:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:19 [ssh-agent] Looking for ssh-agent implementation... 16:05:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:19 $ docker exec 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent 16:05:19 SSH_AUTH_SOCK=/tmp/ssh-DxWahcGULQYy/agent.33 16:05:19 SSH_AGENT_PID=39 16:05:19 Running ssh-add (command line suppressed) 16:05:19 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/private_key_10709853129031137712.key (/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/private_key_10709853129031137712.key) 16:05:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:20 + git tag --points-at HEAD [Pipeline] } 16:05:20 $ docker exec --env ******** --env ******** 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent -k 16:05:20 unset SSH_AUTH_SOCK; 16:05:20 unset SSH_AGENT_PID; 16:05:20 echo Agent pid 39 killed; 16:05:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:05:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:20 [ssh-agent] Looking for ssh-agent implementation... 16:05:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:20 $ docker exec 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent 16:05:20 SSH_AUTH_SOCK=/tmp/ssh-DzrbUekOYBjl/agent.71 16:05:20 SSH_AGENT_PID=77 16:05:20 Running ssh-add (command line suppressed) 16:05:20 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/private_key_17751648829322313205.key (/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/private_key_17751648829322313205.key) 16:05:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:20 + git semver init 16:05:21 2022-11-21 16:05:21,076 [run_init] DEBUG init version:0.0.0 force:False 16:05:21 2022-11-21 16:05:21,077 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver 16:05:21 2022-11-21 16:05:21,077 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/xfoundry_go-mod-messaging_PR-198/.semver 16:05:21 2022-11-21 16:05:21,078 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-198, universal_newlines=False, shell=None, istream=None) 16:05:22 2022-11-21 16:05:21,837 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-messaging_PR-198/.git/info/exclude 16:05:22 2022-11-21 16:05:21,837 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver/PR-198 with force:False 16:05:22 2022-11-21 16:05:21,837 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver/PR-198 16:05:22 2022-11-21 16:05:21,842 [execute] INFO git cat-file --batch-check 16:05:22 2022-11-21 16:05:21,842 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver, universal_newlines=False, shell=None, istream=) 16:05:22 2022-11-21 16:05:21,848 [execute] INFO git cat-file --batch 16:05:22 2022-11-21 16:05:21,849 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver, universal_newlines=False, shell=None, istream=) 16:05:22 2022-11-21 16:05:21,854 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-messaging_PR-198/.semver/PR-198 16:05:22 0.0.0 [Pipeline] } 16:05:22 $ docker exec --env ******** --env ******** 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent -k 16:05:22 unset SSH_AUTH_SOCK; 16:05:22 unset SSH_AGENT_PID; 16:05:22 echo Agent pid 77 killed; 16:05:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:22 + git semver [Pipeline] } 16:05:22 $ docker stop --time=1 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 16:05:24 $ docker rm -f 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 [Pipeline] // withDockerContainer [Pipeline] sh 16:05:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:05:24 Stashed 1 file(s) [Pipeline] echo 16:05:24 [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:05:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:25 ========================================================= 16:05:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:05:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:05:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:05:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:05:25 213ec9aee27d: Pulling fs layer 16:05:25 4583459ba037: Pulling fs layer 16:05:25 93c1e223e6f2: Pulling fs layer 16:05:25 53926ce57604: Pulling fs layer 16:05:25 21b2b0c7a3f4: Pulling fs layer 16:05:25 22ff95d597cd: Pulling fs layer 16:05:25 12d6caf4c0d1: Pulling fs layer 16:05:25 96b7cbca73a9: Pulling fs layer 16:05:25 a7acece74701: Pulling fs layer 16:05:25 53926ce57604: Waiting 16:05:25 12d6caf4c0d1: Waiting 16:05:25 21b2b0c7a3f4: Waiting 16:05:25 96b7cbca73a9: Waiting 16:05:25 a7acece74701: Waiting 16:05:25 22ff95d597cd: Waiting 16:05:25 93c1e223e6f2: Verifying Checksum 16:05:25 93c1e223e6f2: Download complete 16:05:25 4583459ba037: Download complete 16:05:25 21b2b0c7a3f4: Verifying Checksum 16:05:25 21b2b0c7a3f4: Download complete 16:05:25 22ff95d597cd: Download complete 16:05:25 213ec9aee27d: Download complete 16:05:26 12d6caf4c0d1: Download complete 16:05:26 213ec9aee27d: Pull complete 16:05:26 4583459ba037: Pull complete 16:05:26 93c1e223e6f2: Pull complete 16:05:26 a7acece74701: Verifying Checksum 16:05:26 a7acece74701: Download complete 16:05:26 96b7cbca73a9: Verifying Checksum 16:05:26 96b7cbca73a9: Download complete 16:05:26 53926ce57604: Verifying Checksum 16:05:26 53926ce57604: Download complete 16:05:31 53926ce57604: Pull complete 16:05:31 21b2b0c7a3f4: Pull complete 16:05:31 22ff95d597cd: Pull complete 16:05:31 12d6caf4c0d1: Pull complete 16:05:32 96b7cbca73a9: Pull complete 16:05:33 a7acece74701: Pull complete 16:05:33 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:05:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:05:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 16:05:33 + 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:05:34 + docker inspect -f . ci-base-image-x86_64 16:05:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:34 prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container 16:05:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_PR-198 -v /w/workspace/xfoundry_go-mod-messaging_PR-198:/w/workspace/xfoundry_go-mod-messaging_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-198@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 ******** ci-base-image-x86_64 cat 16:05:40 Still waiting to schedule task 16:05:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:05:40 $ docker top a5111a4e2c5f7c47dff82834952a480ec0d857941bf7a130069b60415f96789d -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:40 + go version 16:05:40 go version go1.18.7 linux/amd64 [Pipeline] } 16:05:41 $ docker stop --time=1 a5111a4e2c5f7c47dff82834952a480ec0d857941bf7a130069b60415f96789d 16:05:42 $ docker rm -f a5111a4e2c5f7c47dff82834952a480ec0d857941bf7a130069b60415f96789d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:43 + docker inspect -f . ci-base-image-x86_64 16:05:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:43 prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container 16:05:43 $ 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-198 -v /w/workspace/xfoundry_go-mod-messaging_PR-198:/w/workspace/xfoundry_go-mod-messaging_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-198@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 ******** ci-base-image-x86_64 cat 16:05:43 $ docker top 26c864185b429bcc135a3bf93bd97ac035f2e858fd10fb3326343de1a976625f -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:43 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-198 [Pipeline] fileExists [Pipeline] sh 16:05:44 + make test 16:05:44 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 16:05:44 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 16:05:44 go: downloading github.com/stretchr/testify v1.8.0 16:05:44 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:05:44 go: downloading github.com/google/uuid v1.3.0 16:05:44 go: downloading github.com/nats-io/nats.go v1.19.0 16:05:44 go: downloading github.com/nats-io/nats-server/v2 v2.9.7 16:05:44 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 16:05:44 go: downloading github.com/davecgh/go-spew v1.1.1 16:05:44 go: downloading github.com/pmezard/go-difflib v1.0.0 16:05:44 go: downloading github.com/stretchr/objx v0.4.0 16:05:44 go: downloading gopkg.in/yaml.v3 v3.0.1 16:05:44 go: downloading github.com/go-playground/validator/v10 v10.11.1 16:05:44 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:05:44 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 16:05:44 go: downloading github.com/gorilla/websocket v1.4.2 16:05:44 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:05:44 go: downloading github.com/x448/float16 v0.8.4 16:05:44 go: downloading github.com/nats-io/nuid v1.0.1 16:05:44 go: downloading github.com/nats-io/nkeys v0.3.0 16:05:44 go: downloading golang.org/x/text v0.3.7 16:05:44 go: downloading github.com/go-playground/universal-translator v0.18.0 16:05:44 go: downloading github.com/leodido/go-urn v1.2.1 16:05:44 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 16:05:44 go: downloading github.com/go-playground/locales v0.14.0 16:05:45 go: downloading github.com/klauspost/compress v1.15.11 16:05:45 go: downloading github.com/minio/highwayhash v1.0.2 16:05:45 go: downloading github.com/nats-io/jwt/v2 v2.3.0 16:05:45 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 16:05:45 go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 16:06:03 ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.052s coverage: 66.4% of statements 16:06:03 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 16:06:03 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.069s coverage: 90.4% of statements 16:06:03 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.042s coverage: 87.7% of statements 16:06:03 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] 16:06:03 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 16:06:09 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.094s coverage: 35.9% of statements 16:06:09 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.038s coverage: 68.5% of statements 16:06:09 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 16:06:09 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.030s coverage: 87.5% of statements 16:06:09 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 16:06:09 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.038s coverage: 100.0% of statements 16:06:09 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.043s coverage: 100.0% of statements 16:06:09 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.034s coverage: 95.1% of statements 16:06:17 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:06:17 go vet ./... 16:06:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:06:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:06:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:06:19 $ docker stop --time=1 26c864185b429bcc135a3bf93bd97ac035f2e858fd10fb3326343de1a976625f 16:06:25 $ docker rm -f 26c864185b429bcc135a3bf93bd97ac035f2e858fd10fb3326343de1a976625f [Pipeline] // withDockerContainer [Pipeline] sh 16:06:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:06:25 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:06:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:26 16:06:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:27 latest: Pulling from edgex-lftools-log-publisher 16:06:27 5eb5b503b376: Pulling fs layer 16:06:27 5c69ac0246d0: Pulling fs layer 16:06:27 ec43610c2a17: Pulling fs layer 16:06:27 3a2ae6a8a46f: Pulling fs layer 16:06:27 33b1e0a273af: Pulling fs layer 16:06:27 5d3b04190fa2: Pulling fs layer 16:06:27 2f39f015ded8: Pulling fs layer 16:06:27 3a2ae6a8a46f: Waiting 16:06:27 33b1e0a273af: Waiting 16:06:27 5d3b04190fa2: Waiting 16:06:27 2f39f015ded8: Waiting 16:06:27 5c69ac0246d0: Verifying Checksum 16:06:27 5c69ac0246d0: Download complete 16:06:27 3a2ae6a8a46f: Verifying Checksum 16:06:27 3a2ae6a8a46f: Download complete 16:06:27 33b1e0a273af: Verifying Checksum 16:06:27 33b1e0a273af: Download complete 16:06:27 ec43610c2a17: Verifying Checksum 16:06:27 ec43610c2a17: Download complete 16:06:27 5d3b04190fa2: Verifying Checksum 16:06:27 5d3b04190fa2: Download complete 16:06:27 5eb5b503b376: Verifying Checksum 16:06:27 5eb5b503b376: Download complete 16:06:28 2f39f015ded8: Download complete 16:06:28 5eb5b503b376: Pull complete 16:06:28 5c69ac0246d0: Pull complete 16:06:29 ec43610c2a17: Pull complete 16:06:29 3a2ae6a8a46f: Pull complete 16:06:29 33b1e0a273af: Pull complete 16:06:29 5d3b04190fa2: Pull complete 16:06:33 2f39f015ded8: Pull complete 16:06:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:06:34 prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container 16:06:34 $ 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-198 -v /w/workspace/xfoundry_go-mod-messaging_PR-198:/w/workspace/xfoundry_go-mod-messaging_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-198@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:06:38 $ docker top cac3c13fe952f171509cf065fc7ac87660088f22c0d1146a300976d6d68ec8d8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:39 ---> job-cost.sh 16:06:39 lf-activate-venv: SKIPPING 16:06:39 INFO: No Stack... 16:06:39 INFO: Retrieving Pricing Info for: v3-standard-8 16:06:39 INFO: Archiving Costs [Pipeline] sh 16:06:40 + cat /w/workspace/xfoundry_go-mod-messaging_PR-198/archives/cost.csv 16:06:40 + cut -d, -f6 [Pipeline] lock 16:06:40 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] 16:06:40 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] did not exist. Created. 16:06:40 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:06:40 + echo total: 0.2199999988079071 [Pipeline] stash 16:06:40 Stashed 1 file(s) [Pipeline] } 16:06:40 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:06:40 $ docker stop --time=1 cac3c13fe952f171509cf065fc7ac87660088f22c0d1146a300976d6d68ec8d8 16:06:42 $ docker rm -f cac3c13fe952f171509cf065fc7ac87660088f22c0d1146a300976d6d68ec8d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:07:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-119627 in /w/workspace/xfoundry_go-mod-messaging_PR-198 [Pipeline] { [Pipeline] ws 16:07:06 Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout 16:07:06 Selected Git installation does not exist. Using Default 16:07:06 The recommended git tool is: NONE 16:07:11 using credential edgex-jenkins-ssh 16:07:11 Cloning the remote Git repository 16:07:11 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:07:11 > git init /w/workspace/go-mod-messaging/1 # timeout=10 16:07:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:07:11 > git --version # timeout=10 16:07:11 > git --version # 'git version 2.25.1' 16:07:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:07:11 Verifying host key using known hosts file 16:07:12 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:07:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:07:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:07:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:07:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:07:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:07:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:07:14 Verifying host key using known hosts file 16:07:14 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:07:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/198/head:refs/remotes/origin/PR-198 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:07:14 Merging remotes/origin/main commit b55172737407544296daaff21afa302c0989443b into PR head commit 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 16:07:14 Merge succeeded, producing 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 16:07:14 Checking out Revision 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 (PR-198) 16:07:15 Commit message: "build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.7" 16:07:15 > git --version # timeout=10 16:07:15 > git --version # 'git version 2.25.1' 16:07:15 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:07:14 > git config core.sparsecheckout # timeout=10 16:07:14 > git checkout -f 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 # timeout=10 16:07:14 > git remote # timeout=10 16:07:14 > git config --get remote.origin.url # timeout=10 16:07:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:07:14 Verifying host key using known hosts file 16:07:14 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:07:14 > git merge b55172737407544296daaff21afa302c0989443b # timeout=10 16:07:14 > git rev-parse HEAD^{commit} # timeout=10 16:07:14 > git config core.sparsecheckout # timeout=10 16:07:14 > git checkout -f 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:07:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:07:16 % Total % Received % Xferd Average Speed Time Time Time Current 16:07:16 Dload Upload Total Spent Left Speed 16:07:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 94044 0 --:--:-- --:--:-- --:--:-- 94044 [Pipeline] sh 16:07:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:07:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:07:17 + sudo tee /etc/docker/daemon.new 16:07:17 { 16:07:17 "registry-mirrors": [ 16:07:17 "https://nexus3.edgexfoundry.org:10001" 16:07:17 ], 16:07:17 "bip": "10.250.0.254/24", 16:07:17 "hosts": [ 16:07:17 "tcp://0.0.0.0:5555", 16:07:17 "unix:///var/run/docker.sock" 16:07:17 ], 16:07:17 "mtu": 1458, 16:07:17 "selinux-enabled": true, 16:07:17 "seccomp-profile": "/etc/docker/seccomp.json" 16:07:17 } [Pipeline] sh 16:07:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:07:18 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:07:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:07:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:07:36 ========================================================= 16:07:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:07:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:07:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:07:39 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:07:39 9b18e9b68314: Pulling fs layer 16:07:39 35d82f9e3411: Pulling fs layer 16:07:39 e16973657156: Pulling fs layer 16:07:39 fc693d55d65f: Pulling fs layer 16:07:39 7e9fc2657dce: Pulling fs layer 16:07:39 dda99020689f: Pulling fs layer 16:07:39 db1c61fa0a46: Pulling fs layer 16:07:39 891c053d2c06: Pulling fs layer 16:07:39 7e9fc2657dce: Waiting 16:07:39 db1c61fa0a46: Waiting 16:07:39 891c053d2c06: Waiting 16:07:39 dda99020689f: Waiting 16:07:39 fc693d55d65f: Waiting 16:07:39 e16973657156: Verifying Checksum 16:07:39 e16973657156: Download complete 16:07:39 35d82f9e3411: Download complete 16:07:39 7e9fc2657dce: Verifying Checksum 16:07:39 7e9fc2657dce: Download complete 16:07:39 dda99020689f: Verifying Checksum 16:07:39 dda99020689f: Download complete 16:07:39 9b18e9b68314: Verifying Checksum 16:07:40 9b18e9b68314: Pull complete 16:07:40 891c053d2c06: Verifying Checksum 16:07:40 891c053d2c06: Download complete 16:07:40 35d82f9e3411: Pull complete 16:07:41 e16973657156: Pull complete 16:07:41 db1c61fa0a46: Verifying Checksum 16:07:41 db1c61fa0a46: Download complete 16:07:42 fc693d55d65f: Verifying Checksum 16:07:42 fc693d55d65f: Download complete 16:07:54 fc693d55d65f: Pull complete 16:07:54 7e9fc2657dce: Pull complete 16:07:54 dda99020689f: Pull complete 16:07:59 db1c61fa0a46: Pull complete 16:08:00 891c053d2c06: Pull complete 16:08:01 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:08:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:08:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 16:08:01 + 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:08:02 + docker inspect -f . ci-base-image-arm64 16:08:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:08:02 prd-ubuntu20.04-docker-arm64-4c-16g-119627 does not seem to be running inside a container 16:08:02 $ 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 ******** ci-base-image-arm64 cat 16:08:07 $ docker top dd083d5cae6e73c51f42abf90a73df23963262bb0875ad175f7e26c35c7adad5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:07 + go version 16:08:07 go version go1.18.7 linux/arm64 [Pipeline] } 16:08:07 $ docker stop --time=1 dd083d5cae6e73c51f42abf90a73df23963262bb0875ad175f7e26c35c7adad5 16:08:09 $ docker rm -f dd083d5cae6e73c51f42abf90a73df23963262bb0875ad175f7e26c35c7adad5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:08:10 + docker inspect -f . ci-base-image-arm64 16:08:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:08:10 prd-ubuntu20.04-docker-arm64-4c-16g-119627 does not seem to be running inside a container 16:08:10 $ 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 ******** ci-base-image-arm64 cat 16:08:11 $ docker top d74cbcfa4f21a3ca4819fb6da60885b56aa1e3645c548c2fb4e6915412ca1b6c -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:12 + git config --global --add safe.directory /w/workspace/go-mod-messaging/1 [Pipeline] fileExists [Pipeline] sh 16:08:12 + make test 16:08:12 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 16:08:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 16:08:13 go: downloading github.com/stretchr/testify v1.8.0 16:08:13 go: downloading github.com/nats-io/nats.go v1.19.0 16:08:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 16:08:13 go: downloading github.com/google/uuid v1.3.0 16:08:13 go: downloading github.com/nats-io/nats-server/v2 v2.9.7 16:08:13 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:08:13 go: downloading github.com/go-playground/validator/v10 v10.11.1 16:08:13 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:08:13 go: downloading github.com/davecgh/go-spew v1.1.1 16:08:13 go: downloading github.com/pmezard/go-difflib v1.0.0 16:08:13 go: downloading github.com/stretchr/objx v0.4.0 16:08:13 go: downloading gopkg.in/yaml.v3 v3.0.1 16:08:13 go: downloading github.com/gorilla/websocket v1.4.2 16:08:13 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 16:08:13 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:08:13 go: downloading github.com/nats-io/nkeys v0.3.0 16:08:13 go: downloading github.com/nats-io/nuid v1.0.1 16:08:13 go: downloading github.com/x448/float16 v0.8.4 16:08:13 go: downloading github.com/go-playground/universal-translator v0.18.0 16:08:13 go: downloading github.com/leodido/go-urn v1.2.1 16:08:13 go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 16:08:14 go: downloading golang.org/x/text v0.3.7 16:08:14 go: downloading github.com/go-playground/locales v0.14.0 16:08:14 go: downloading github.com/klauspost/compress v1.15.11 16:08:14 go: downloading github.com/minio/highwayhash v1.0.2 16:08:14 go: downloading github.com/nats-io/jwt/v2 v2.3.0 16:08:14 go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af 16:10:06 ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.275s coverage: 66.4% of statements 16:10:06 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] 16:10:06 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.297s coverage: 90.4% of statements 16:10:06 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.214s coverage: 87.7% of statements 16:10:06 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] 16:10:06 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] 16:10:45 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.302s coverage: 35.9% of statements 16:10:45 ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.128s coverage: 68.5% of statements 16:10:45 ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] 16:10:45 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.076s coverage: 87.5% of statements 16:10:45 ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] 16:10:45 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.098s coverage: 100.0% of statements 16:10:45 ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.052s coverage: 100.0% of statements 16:10:45 ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.079s coverage: 95.1% of statements 16:10:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:10:45 go vet ./... 16:11:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:11:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:11:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:11:24 $ docker stop --time=1 d74cbcfa4f21a3ca4819fb6da60885b56aa1e3645c548c2fb4e6915412ca1b6c 16:11:26 $ docker rm -f d74cbcfa4f21a3ca4819fb6da60885b56aa1e3645c548c2fb4e6915412ca1b6c [Pipeline] // withDockerContainer [Pipeline] sh 16:11:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:11:28 Warning: overwriting stash ‘coverage-report’ 16:11:28 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:11:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:11:30 16:11:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:11:30 arm64: Pulling from edgex-lftools-log-publisher 16:11:30 8998bd30e6a1: Pulling fs layer 16:11:30 04944245beec: Pulling fs layer 16:11:30 699f458cf7ca: Pulling fs layer 16:11:30 765212b225bb: Pulling fs layer 16:11:30 f23df028b6ca: Pulling fs layer 16:11:30 d65c8cfc05b1: Pulling fs layer 16:11:30 765212b225bb: Waiting 16:11:30 f23df028b6ca: Waiting 16:11:30 2437ff75d9bd: Pulling fs layer 16:11:30 d65c8cfc05b1: Waiting 16:11:31 04944245beec: Download complete 16:11:31 765212b225bb: Verifying Checksum 16:11:31 765212b225bb: Download complete 16:11:31 f23df028b6ca: Verifying Checksum 16:11:31 f23df028b6ca: Download complete 16:11:31 d65c8cfc05b1: Verifying Checksum 16:11:31 d65c8cfc05b1: Download complete 16:11:31 699f458cf7ca: Verifying Checksum 16:11:31 699f458cf7ca: Download complete 16:11:32 8998bd30e6a1: Verifying Checksum 16:11:32 8998bd30e6a1: Download complete 16:11:34 2437ff75d9bd: Verifying Checksum 16:11:34 2437ff75d9bd: Download complete 16:11:36 8998bd30e6a1: Pull complete 16:11:37 04944245beec: Pull complete 16:11:39 699f458cf7ca: Pull complete 16:11:39 765212b225bb: Pull complete 16:11:40 f23df028b6ca: Pull complete 16:11:40 d65c8cfc05b1: Pull complete 16:11:58 2437ff75d9bd: Pull complete 16:11:58 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:11:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:11:58 prd-ubuntu20.04-docker-arm64-4c-16g-119627 does not seem to be running inside a container 16:11:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:12:01 $ docker top bf18b3e5480bce0e4d885f9dfd2ceca7ef2c502793f79d8b27c5f74a73322074 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:01 ---> job-cost.sh 16:12:01 lf-activate-venv: SKIPPING 16:12:01 INFO: No Stack... 16:12:02 INFO: Retrieving Pricing Info for: v3-standard-4 16:12:03 INFO: Archiving Costs [Pipeline] sh 16:12:03 + cat /w/workspace/go-mod-messaging/1/archives/cost.csv 16:12:03 + cut -d, -f6 [Pipeline] lock 16:12:03 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] 16:12:03 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] did not exist. Created. 16:12:03 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:12:04 /w/workspace/go-mod-messaging/1@tmp/durable-d5395646/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:12:05 + echo total: 0.10999999940395355 [Pipeline] stash 16:12:05 Warning: overwriting stash ‘stack-cost’ 16:12:05 Stashed 1 file(s) [Pipeline] } 16:12:05 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:12:05 $ docker stop --time=1 bf18b3e5480bce0e4d885f9dfd2ceca7ef2c502793f79d8b27c5f74a73322074 16:12:08 $ docker rm -f bf18b3e5480bce0e4d885f9dfd2ceca7ef2c502793f79d8b27c5f74a73322074 [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:09 provisioning config files... 16:12:09 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/config11839246029771263616tmp [Pipeline] { [Pipeline] sh 16:12:10 + set +x 16:12:10 + curl -s https://codecov.io/bash 16:12:10 + bash -s -- 16:12:10 16:12:10 _____ _ 16:12:10 / ____| | | 16:12:10 | | ___ __| | ___ ___ _____ __ 16:12:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:12:10 | |___| (_) | (_| | __/ (_| (_) \ V / 16:12:10 \_____\___/ \__,_|\___|\___\___/ \_/ 16:12:10 Bash-1.0.6 16:12:10 16:12:10 16:12:10 ==> git version 2.25.1 found 16:12:10 ==> 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:10 Release-Date: 2020-01-08 16:12:10 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:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:12:10 ==> Jenkins CI detected. 16:12:10 current dir:  /w/workspace/xfoundry_go-mod-messaging_PR-198 16:12:10 project root: . 16:12:10 --> token set from env 16:12:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:12:10 ==> Running gcov in . (disable via -X gcov) 16:12:10 ==> Python coveragepy not found 16:12:10 ==> Searching for coverage reports in: 16:12:10 + . 16:12:10 -> Found 1 reports 16:12:10 ==> Detecting git/mercurial file structure 16:12:10 ==> Reading reports 16:12:10 + ./coverage.out bytes=36887 16:12:10 ==> Appending adjustments 16:12:10 https://docs.codecov.io/docs/fixing-reports 16:12:10 + Found adjustments 16:12:10 ==> Gzipping contents 16:12:10 8.0K /tmp/codecov.9uhX8J.gz 16:12:10 ==> Uploading reports 16:12:10 url: https://codecov.io 16:12:10 query: branch=PR-198&commit=490a94d6de4ae1cc47e090e4511f1e6ff70ac787&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=198&job=&cmd_args= 16:12:10 -> Pinging Codecov 16:12:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a6beaebe-80c9-4d50-a0dd-a405d66ec5fd&branch=PR-198&commit=490a94d6de4ae1cc47e090e4511f1e6ff70ac787&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=198&job=&cmd_args= 16:12:11 -> Uploading to 16:12:11 https://storage.googleapis.com/codecov/v4/raw/2022-11-21/F6E385568367DD0E4001BA4F8F1CB792/490a94d6de4ae1cc47e090e4511f1e6ff70ac787/e0213a45-24a7-4732-ae98-efc32ec5b1ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221121T161211Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5fe780a7e6b788419e508441854f3dac3e15cab0c675a1c4de228605b5d3ced6 16:12:11 % Total % Received % Xferd Average Speed Time Time Time Current 16:12:11 Dload Upload Total Spent Left Speed 16:12:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7537 0 0 100 7537 0 33349 --:--:-- --:--:-- --:--:-- 33349 16:12:11 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] } 16:12:11 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:13 + [ -d /w/workspace/xfoundry_go-mod-messaging_PR-198/archives ] 16:12:13 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-198/archives 16:12:13 total 16 16:12:13 drwxr-xr-x 3 root root 4096 Nov 21 16:06 . 16:12:13 drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 16:06 .. 16:12:13 drwxr-xr-x 2 root root 4096 Nov 21 16:06 cost 16:12:13 -rw-r--r-- 1 root root 88 Nov 21 16:06 cost.csv 16:12:13 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-messaging_PR-198/archives 16:12:13 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-198/archives 16:12:13 total 16 16:12:13 drwxr-xr-x 3 jenkins jenkins 4096 Nov 21 16:06 . 16:12:13 drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 16:06 .. 16:12:13 drwxr-xr-x 2 jenkins jenkins 4096 Nov 21 16:06 cost 16:12:13 -rw-r--r-- 1 jenkins jenkins 88 Nov 21 16:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:12:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:12:14 ---> package-listing.sh 16:12:14 ++ facter osfamily 16:12:14 ++ tr '[:upper:]' '[:lower:]' 16:12:14 + OS_FAMILY=debian 16:12:14 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-198 16:12:14 + START_PACKAGES=/tmp/packages_start.txt 16:12:14 + END_PACKAGES=/tmp/packages_end.txt 16:12:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:12:14 + PACKAGES=/tmp/packages_start.txt 16:12:14 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-198 ']' 16:12:14 + PACKAGES=/tmp/packages_end.txt 16:12:14 + case "${OS_FAMILY}" in 16:12:14 + dpkg -l 16:12:14 + grep '^ii' 16:12:14 + '[' -f /tmp/packages_start.txt ']' 16:12:14 + '[' -f /tmp/packages_end.txt ']' 16:12:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:12:14 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-198 ']' 16:12:14 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-198/archives/ 16:12:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-198/archives/ [Pipeline] echo 16:12:14 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-198/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:12:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:12:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:15 prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container 16:12:15 $ 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-198/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-198 -v /w/workspace/xfoundry_go-mod-messaging_PR-198:/w/workspace/xfoundry_go-mod-messaging_PR-198:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-198@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:12:16 $ docker top 44866aadee0268949e392fb997b0d327e0f9b132e8c69579acf88675281c7b11 -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:16 + touch /tmp/pre-build-complete [Pipeline] sh 16:12:16 + mkdir -p /var/log/sysstat [Pipeline] sh 16:12:17 + ls /var/log/sa-host 16:12:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:12:17 provisioning config files... 16:12:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/config15674908385280566591tmp [Pipeline] { [Pipeline] echo 16:12:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:12:17 ---> create-netrc.sh [Pipeline] } 16:12:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:12:18 ---> python-tools-install.sh [Pipeline] echo 16:12:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:12:18 ---> sudo-logs.sh 16:12:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:12:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:12:18 ---> job-cost.sh 16:12:18 lf-activate-venv: SKIPPING 16:12:18 DEBUG: total: 0.2199999988079071 16:12:18 INFO: Retrieving Stack Cost... 16:12:19 INFO: Retrieving Pricing Info for: v3-standard-8 16:12:19 INFO: Archiving Costs [Pipeline] echo 16:12:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:12:19 ---> logs-deploy.sh 16:12:19 lf-activate-venv: SKIPPING 16:12:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-198/1 16:12:19 INFO: archiving workspace using pattern(s): 16:12:20 Archives upload complete. 16:12:20 INFO: archiving logs to Nexus 16:12:21 ---> uname -a: 16:12:21 Linux prd-ubuntu20-04-docker-8c-8g-119626 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:12:21 16:12:21 16:12:21 ---> lscpu: 16:12:21 Architecture: x86_64 16:12:21 CPU op-mode(s): 32-bit, 64-bit 16:12:21 Byte Order: Little Endian 16:12:21 Address sizes: 40 bits physical, 48 bits virtual 16:12:21 CPU(s): 8 16:12:21 On-line CPU(s) list: 0-7 16:12:21 Thread(s) per core: 1 16:12:21 Core(s) per socket: 1 16:12:21 Socket(s): 8 16:12:21 NUMA node(s): 1 16:12:21 Vendor ID: AuthenticAMD 16:12:21 CPU family: 23 16:12:21 Model: 49 16:12:21 Model name: AMD EPYC-Rome Processor 16:12:21 Stepping: 0 16:12:21 CPU MHz: 2799.864 16:12:21 BogoMIPS: 5599.72 16:12:21 Virtualization: AMD-V 16:12:21 Hypervisor vendor: KVM 16:12:21 Virtualization type: full 16:12:21 L1d cache: 256 KiB 16:12:21 L1i cache: 256 KiB 16:12:21 L2 cache: 4 MiB 16:12:21 L3 cache: 128 MiB 16:12:21 NUMA node0 CPU(s): 0-7 16:12:21 Vulnerability Itlb multihit: Not affected 16:12:21 Vulnerability L1tf: Not affected 16:12:21 Vulnerability Mds: Not affected 16:12:21 Vulnerability Meltdown: Not affected 16:12:21 Vulnerability Mmio stale data: Not affected 16:12:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:12:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:12:21 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:12:21 Vulnerability Srbds: Not affected 16:12:21 Vulnerability Tsx async abort: Not affected 16:12:21 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:21 16:12:21 16:12:21 ---> nproc: 16:12:21 8 16:12:21 16:12:21 16:12:21 ---> df -h: 16:12:21 Filesystem Size Used Avail Use% Mounted on 16:12:21 overlay 155G 11G 145G 7% / 16:12:21 tmpfs 64M 0 64M 0% /dev 16:12:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:12:21 shm 64M 0 64M 0% /dev/shm 16:12:21 /dev/vda1 155G 11G 145G 7% /facter-os 16:12:21 16:12:21 16:12:21 ---> sar -b -r -n DEV: 16:12:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-119626) 11/21/22 _x86_64_ (8 CPU) 16:12:21 16:12:21 16:04:24 LINUX RESTART (8 CPU) 16:12:21 16:12:21 16:05:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:12:21 16:06:01 87.73 10.76 76.97 0.00 1778.18 37570.07 0.00 16:12:21 16:07:01 56.69 0.18 56.51 0.00 13.33 32444.33 0.00 16:12:21 16:08:01 1.63 0.00 1.63 0.00 0.00 18.01 0.00 16:12:21 16:09:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 16:12:21 16:10:01 37.68 9.35 28.33 0.00 2885.20 4822.13 0.00 16:12:21 16:11:01 2.42 0.00 2.42 0.00 0.00 28.79 0.00 16:12:21 16:12:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 16:12:21 Average: 26.66 2.86 23.80 0.00 662.71 10572.85 0.00 16:12:21 16:12:21 16:05:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:12:21 16:06:01 28406516 31333640 964120 2.93 82020 3096940 2313376 6.82 1520712 2552864 511936 16:12:21 16:07:01 28693684 31590944 709148 2.16 91496 3045748 1754176 5.17 1087824 2687000 412 16:12:21 16:08:01 28693764 31591188 708632 2.16 91528 3045752 1754176 5.17 1088464 2687004 180 16:12:21 16:09:01 28699296 31596816 702844 2.14 91552 3045752 1754176 5.17 1082008 2687004 44 16:12:21 16:10:01 28393936 31576508 714528 2.17 110300 3296444 1789680 5.27 1238332 2808920 252 16:12:21 16:11:01 28402908 31585476 705800 2.15 110352 3296440 1805912 5.32 1229620 2808872 44 16:12:21 16:12:01 28403944 31586576 704804 2.14 110416 3296444 1805912 5.32 1230112 2808880 20 16:12:21 Average: 28527721 31551593 744268 2.26 98238 3160503 1853915 5.46 1211010 2720078 73270 16:12:21 16:12:21 16:05:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:12:21 16:06:01 docker0 51.96 80.43 4.36 1038.67 0.00 0.00 0.00 0.00 16:12:21 16:06:01 lo 3.52 3.52 0.34 0.34 0.00 0.00 0.00 0.00 16:12:21 16:06:01 ens3 388.93 262.16 7016.19 47.87 0.00 0.00 0.00 0.00 16:12:21 16:06:01 vethfa8df10 50.41 79.11 4.83 1024.76 0.00 0.00 0.00 0.08 16:12:21 16:07:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:07:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 16:12:21 16:07:01 ens3 132.24 99.93 2531.58 91.39 0.00 0.00 0.00 0.00 16:12:21 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:08:01 ens3 0.42 0.37 0.25 0.20 0.00 0.00 0.00 0.00 16:12:21 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:21 16:09:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 16:12:21 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 16:12:21 16:10:01 ens3 57.82 30.23 1370.99 2.44 0.00 0.00 0.00 0.00 16:12:21 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:12:21 16:11:01 ens3 0.25 0.17 0.02 0.01 0.00 0.00 0.00 0.00 16:12:21 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:12:21 16:12:01 ens3 3.35 2.02 11.85 0.15 0.00 0.00 0.00 0.00 16:12:21 Average: docker0 7.22 11.17 0.61 144.12 0.00 0.00 0.00 0.00 16:12:21 Average: lo 0.79 0.79 0.07 0.07 0.00 0.00 0.00 0.00 16:12:21 Average: ens3 81.85 55.44 1535.39 20.16 0.00 0.00 0.00 0.00 16:12:21 16:12:21 16:12:21 ---> sar -P ALL: 16:12:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-119626) 11/21/22 _x86_64_ (8 CPU) 16:12:21 16:12:21 16:04:24 LINUX RESTART (8 CPU) 16:12:21 16:12:21 16:05:03 CPU %user %nice %system %iowait %steal %idle 16:12:21 16:06:01 all 19.79 0.00 4.01 2.39 0.07 73.74 16:12:21 16:06:01 0 18.25 0.00 3.67 0.26 0.07 77.76 16:12:21 16:06:01 1 19.42 0.00 3.90 3.97 0.09 72.63 16:12:21 16:06:01 2 20.19 0.00 3.75 0.16 0.07 75.83 16:12:21 16:06:01 3 17.74 0.00 4.64 1.28 0.05 76.30 16:12:21 16:06:01 4 19.33 0.00 4.25 10.39 0.07 65.96 16:12:21 16:06:01 5 20.08 0.00 3.52 2.41 0.05 73.94 16:12:21 16:06:01 6 20.91 0.00 4.52 0.19 0.07 74.31 16:12:21 16:06:01 7 22.42 0.00 3.82 0.54 0.07 73.15 16:12:21 16:07:01 all 13.70 0.00 2.42 2.30 0.05 81.54 16:12:21 16:07:01 0 12.77 0.00 2.00 0.17 0.03 85.03 16:12:21 16:07:01 1 14.98 0.00 2.87 3.26 0.05 78.83 16:12:21 16:07:01 2 12.08 0.00 2.18 0.07 0.05 85.62 16:12:21 16:07:01 3 16.76 0.00 2.21 0.17 0.05 80.81 16:12:21 16:07:01 4 12.27 0.00 2.92 13.73 0.05 71.02 16:12:21 16:07:01 5 12.76 0.00 2.15 0.15 0.03 84.91 16:12:21 16:07:01 6 15.47 0.00 2.60 0.03 0.03 81.86 16:12:21 16:07:01 7 12.47 0.00 2.40 0.82 0.07 84.24 16:12:21 16:08:01 all 0.27 0.00 0.01 0.00 0.00 99.72 16:12:21 16:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:12:21 16:08:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:12:21 16:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:12:21 16:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:12:21 16:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 16:12:21 16:08:01 5 1.97 0.00 0.03 0.00 0.00 98.00 16:12:21 16:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 16:12:21 16:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:12:21 16:09:01 all 0.28 0.00 0.01 0.01 0.00 99.70 16:12:21 16:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:12:21 16:09:01 1 0.02 0.00 0.00 0.03 0.00 99.95 16:12:21 16:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:12:21 16:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:12:21 16:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:12:21 16:09:01 5 2.02 0.00 0.00 0.00 0.02 97.96 16:12:21 16:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:12:21 16:09:01 7 0.02 0.00 0.05 0.00 0.02 99.92 16:12:21 16:10:01 all 1.29 0.00 0.76 0.46 0.01 97.48 16:12:21 16:10:01 0 0.72 0.00 0.50 0.03 0.02 98.73 16:12:21 16:10:01 1 1.44 0.00 0.42 1.20 0.02 96.92 16:12:21 16:10:01 2 1.05 0.00 0.42 0.25 0.00 98.28 16:12:21 16:10:01 3 0.88 0.00 0.93 0.85 0.02 97.31 16:12:21 16:10:01 4 1.79 0.00 0.77 0.47 0.00 96.98 16:12:21 16:10:01 5 2.11 0.00 0.33 0.15 0.00 97.41 16:12:21 16:10:01 6 1.33 0.00 2.02 0.33 0.00 96.31 16:12:21 16:10:01 7 1.02 0.00 0.67 0.40 0.00 97.91 16:12:21 16:11:01 all 0.03 0.00 0.02 0.01 0.00 99.94 16:12:21 16:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:12:21 16:11:01 1 0.02 0.00 0.03 0.02 0.00 99.93 16:12:21 16:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:12:21 16:11:01 3 0.02 0.00 0.03 0.03 0.00 99.92 16:12:21 16:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:12:21 16:11:01 5 0.03 0.00 0.03 0.00 0.00 99.93 16:12:21 16:11:01 6 0.03 0.00 0.03 0.00 0.00 99.93 16:12:21 16:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:12:21 16:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:12:21 16:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:12:21 16:12:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:12:21 16:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:12:21 16:12:01 3 0.03 0.00 0.03 0.03 0.00 99.90 16:12:21 16:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:12:21 16:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:12:21 16:12:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:12:21 16:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 16:12:21 Average: all 4.95 0.00 1.01 0.73 0.02 93.29 16:12:21 Average: 0 4.45 0.00 0.87 0.06 0.02 94.59 16:12:21 Average: 1 5.02 0.00 1.01 1.20 0.02 92.74 16:12:21 Average: 2 4.67 0.00 0.89 0.07 0.02 94.35 16:12:21 Average: 3 4.97 0.00 1.10 0.33 0.02 93.58 16:12:21 Average: 4 4.67 0.00 1.11 3.46 0.02 90.74 16:12:21 Average: 5 5.46 0.00 0.85 0.37 0.02 93.31 16:12:21 Average: 6 5.31 0.00 1.29 0.08 0.02 93.30 16:12:21 Average: 7 5.02 0.00 0.98 0.25 0.02 93.74 16:12:21 16:12:21 16:12:21