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 [2022-11-21T16:05:05.394Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-11-21T16:05:05.567Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-11-21T16:05:05.655Z] ========================================================= [2022-11-21T16:05:05.655Z] EdgeX Global Pipelines Version Info [2022-11-21T16:05:05.655Z] ========================================================= [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 [2022-11-21T16:05:06.757Z] ------------------- [2022-11-21T16:05:06.757Z] stable info: [2022-11-21T16:05:06.757Z] ------------------- [2022-11-21T16:05:06.757Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-11-21T16:05:06.757Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-11-21T16:05:06.757Z] Message: update stable to v1.0.244 [2022-11-21T16:05:07.018Z] ------------------- [2022-11-21T16:05:07.018Z] experimental info: [2022-11-21T16:05:07.018Z] ------------------- [2022-11-21T16:05:07.018Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-11-21T16:05:07.018Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-11-21T16:05:07.018Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-11-21T16:05:07.307Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2022-11-21T16:05:07.348Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2022-11-21T16:05:07.390Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-11-21T16:05:07.429Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-11-21T16:05:07.470Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-11-21T16:05:07.509Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-11-21T16:05:07.551Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-11-21T16:05:07.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-11-21T16:05:07.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-11-21T16:05:07.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-11-21T16:05:07.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-11-21T16:05:07.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo [2022-11-21T16:05:07.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-11-21T16:05:07.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-11-21T16:05:07.882Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-11-21T16:05:07.923Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-11-21T16:05:07.963Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-11-21T16:05:08.005Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-11-21T16:05:08.042Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-11-21T16:05:08.082Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-11-21T16:05:08.122Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-11-21T16:05:08.163Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-11-21T16:05:08.204Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-11-21T16:05:08.245Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-11-21T16:05:08.285Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-11-21T16:05:08.323Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-11-21T16:05:08.362Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-11-21T16:05:08.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-198 [Pipeline] echo [2022-11-21T16:05:08.443Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-198 [Pipeline] echo [2022-11-21T16:05:08.487Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-198 [Pipeline] echo [2022-11-21T16:05:08.532Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo [2022-11-21T16:05:08.572Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 490a94d [Pipeline] echo [2022-11-21T16:05:08.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-11-21T16:05:09.133Z] + git rev-list -1 --merges 490a94d6de4ae1cc47e090e4511f1e6ff70ac787~1..490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo [2022-11-21T16:05:09.178Z] -----------> git rev-list -1 --merges 490a94d6de4ae1cc47e090e4511f1e6ff70ac787~1..490a94d6de4ae1cc47e090e4511f1e6ff70ac787 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [false] [Pipeline] sh [2022-11-21T16:05:09.489Z] + git log --format=format:%s -1 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo [2022-11-21T16:05:09.528Z] ========================================================= [2022-11-21T16:05:09.528Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-11-21T16:05:09.528Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-21T16:05:09.949Z] + git log --format=format:%s -1 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] echo [2022-11-21T16:05:09.979Z] [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 [2022-11-21T16:05:10.005Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-11-21T16:05:10.396Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-11-21T16:05:10.396Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-11-21T16:05:10.396Z] + [ -e /tmp/ssh_known_hosts ] [2022-11-21T16:05:10.396Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-11-21T16:05:10.396Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-11-21T16:05:10.396Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-11-21T16:05:10.396Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-21T16:05:10.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-21T16:05:10.885Z] [2022-11-21T16:05:10.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-21T16:05:11.252Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-21T16:05:11.512Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-11-21T16:05:11.512Z] b85a868b505f: Pulling fs layer [2022-11-21T16:05:11.512Z] e2be974225ed: Pulling fs layer [2022-11-21T16:05:11.512Z] 339a4e72a1f5: Pulling fs layer [2022-11-21T16:05:11.512Z] 988bab9f4d93: Pulling fs layer [2022-11-21T16:05:11.512Z] 1469e6f7b9e6: Pulling fs layer [2022-11-21T16:05:11.512Z] eaf3925da568: Pulling fs layer [2022-11-21T16:05:11.512Z] bab4dde63d76: Pulling fs layer [2022-11-21T16:05:11.512Z] bde34c3a00c8: Pulling fs layer [2022-11-21T16:05:11.512Z] b352a97aabf1: Pulling fs layer [2022-11-21T16:05:11.512Z] 4872d77fe225: Pulling fs layer [2022-11-21T16:05:11.512Z] 5851b861e8e6: Pulling fs layer [2022-11-21T16:05:11.512Z] bab4dde63d76: Waiting [2022-11-21T16:05:11.512Z] 988bab9f4d93: Waiting [2022-11-21T16:05:11.512Z] 4872d77fe225: Waiting [2022-11-21T16:05:11.512Z] bde34c3a00c8: Waiting [2022-11-21T16:05:11.512Z] b352a97aabf1: Waiting [2022-11-21T16:05:11.512Z] 1469e6f7b9e6: Waiting [2022-11-21T16:05:11.512Z] eaf3925da568: Waiting [2022-11-21T16:05:11.512Z] e2be974225ed: Verifying Checksum [2022-11-21T16:05:11.512Z] e2be974225ed: Download complete [2022-11-21T16:05:11.512Z] 988bab9f4d93: Verifying Checksum [2022-11-21T16:05:11.512Z] 988bab9f4d93: Download complete [2022-11-21T16:05:11.774Z] 1469e6f7b9e6: Verifying Checksum [2022-11-21T16:05:11.774Z] 1469e6f7b9e6: Download complete [2022-11-21T16:05:11.774Z] eaf3925da568: Verifying Checksum [2022-11-21T16:05:11.774Z] eaf3925da568: Download complete [2022-11-21T16:05:11.774Z] 339a4e72a1f5: Verifying Checksum [2022-11-21T16:05:11.774Z] 339a4e72a1f5: Download complete [2022-11-21T16:05:11.774Z] bde34c3a00c8: Download complete [2022-11-21T16:05:11.774Z] b352a97aabf1: Download complete [2022-11-21T16:05:11.774Z] 4872d77fe225: Verifying Checksum [2022-11-21T16:05:11.774Z] 4872d77fe225: Download complete [2022-11-21T16:05:11.774Z] 5851b861e8e6: Download complete [2022-11-21T16:05:11.774Z] b85a868b505f: Verifying Checksum [2022-11-21T16:05:11.774Z] b85a868b505f: Download complete [2022-11-21T16:05:12.039Z] bab4dde63d76: Verifying Checksum [2022-11-21T16:05:12.039Z] bab4dde63d76: Download complete [2022-11-21T16:05:12.978Z] b85a868b505f: Pull complete [2022-11-21T16:05:13.548Z] e2be974225ed: Pull complete [2022-11-21T16:05:13.813Z] 339a4e72a1f5: Pull complete [2022-11-21T16:05:14.073Z] 988bab9f4d93: Pull complete [2022-11-21T16:05:14.332Z] 1469e6f7b9e6: Pull complete [2022-11-21T16:05:14.332Z] eaf3925da568: Pull complete [2022-11-21T16:05:16.233Z] bab4dde63d76: Pull complete [2022-11-21T16:05:16.233Z] bde34c3a00c8: Pull complete [2022-11-21T16:05:16.233Z] b352a97aabf1: Pull complete [2022-11-21T16:05:16.233Z] 4872d77fe225: Pull complete [2022-11-21T16:05:16.493Z] 5851b861e8e6: Pull complete [2022-11-21T16:05:16.493Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-11-21T16:05:16.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-11-21T16:05:16.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:05:16.694Z] prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container [2022-11-21T16:05:16.732Z] $ 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 [2022-11-21T16:05:19.162Z] $ docker top 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 -eo pid,comm [2022-11-21T16:05:19.217Z] 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). [2022-11-21T16:05:19.217Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-11-21T16:05:19.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-21T16:05:19.342Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-21T16:05:19.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-21T16:05:19.460Z] $ docker exec 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent [2022-11-21T16:05:19.568Z] SSH_AUTH_SOCK=/tmp/ssh-DxWahcGULQYy/agent.33 [2022-11-21T16:05:19.568Z] SSH_AGENT_PID=39 [2022-11-21T16:05:19.575Z] Running ssh-add (command line suppressed) [2022-11-21T16:05:19.683Z] 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) [2022-11-21T16:05:19.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-21T16:05:20.048Z] + git tag --points-at HEAD [Pipeline] } [2022-11-21T16:05:20.078Z] $ docker exec --env ******** --env ******** 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent -k [2022-11-21T16:05:20.168Z] unset SSH_AUTH_SOCK; [2022-11-21T16:05:20.169Z] unset SSH_AGENT_PID; [2022-11-21T16:05:20.169Z] echo Agent pid 39 killed; [2022-11-21T16:05:20.175Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-11-21T16:05:20.267Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-11-21T16:05:20.267Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-21T16:05:20.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-21T16:05:20.374Z] $ docker exec 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent [2022-11-21T16:05:20.468Z] SSH_AUTH_SOCK=/tmp/ssh-DzrbUekOYBjl/agent.71 [2022-11-21T16:05:20.468Z] SSH_AGENT_PID=77 [2022-11-21T16:05:20.472Z] Running ssh-add (command line suppressed) [2022-11-21T16:05:20.569Z] 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) [2022-11-21T16:05:20.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-21T16:05:20.909Z] + git semver init [2022-11-21T16:05:21.169Z] 2022-11-21 16:05:21,076 [run_init] DEBUG init version:0.0.0 force:False [2022-11-21T16:05:21.169Z] 2022-11-21 16:05:21,077 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver [2022-11-21T16:05:21.169Z] 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 [2022-11-21T16:05:21.169Z] 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) [2022-11-21T16:05:22.106Z] 2022-11-21 16:05:21,837 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-messaging_PR-198/.git/info/exclude [2022-11-21T16:05:22.106Z] 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 [2022-11-21T16:05:22.106Z] 2022-11-21 16:05:21,837 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-messaging_PR-198/.semver/PR-198 [2022-11-21T16:05:22.106Z] 2022-11-21 16:05:21,842 [execute] INFO git cat-file --batch-check [2022-11-21T16:05:22.106Z] 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=) [2022-11-21T16:05:22.106Z] 2022-11-21 16:05:21,848 [execute] INFO git cat-file --batch [2022-11-21T16:05:22.106Z] 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=) [2022-11-21T16:05:22.106Z] 2022-11-21 16:05:21,854 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-messaging_PR-198/.semver/PR-198 [2022-11-21T16:05:22.106Z] 0.0.0 [Pipeline] } [2022-11-21T16:05:22.134Z] $ docker exec --env ******** --env ******** 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 ssh-agent -k [2022-11-21T16:05:22.221Z] unset SSH_AUTH_SOCK; [2022-11-21T16:05:22.222Z] unset SSH_AGENT_PID; [2022-11-21T16:05:22.222Z] echo Agent pid 77 killed; [2022-11-21T16:05:22.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-11-21T16:05:22.651Z] + git semver [Pipeline] } [2022-11-21T16:05:22.938Z] $ docker stop --time=1 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 [2022-11-21T16:05:24.239Z] $ docker rm -f 653fe9a742e9af5a30c22e1b4313b4c27f365943b47902f4bd72482a44384ed6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-21T16:05:24.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-11-21T16:05:24.874Z] Stashed 1 file(s) [Pipeline] echo [2022-11-21T16:05:24.892Z] [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 [2022-11-21T16:05:25.447Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-21T16:05:25.480Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-21T16:05:25.511Z] ========================================================= [2022-11-21T16:05:25.511Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-11-21T16:05:25.511Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-11-21T16:05:25.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-21T16:05:25.898Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-11-21T16:05:25.898Z] 213ec9aee27d: Pulling fs layer [2022-11-21T16:05:25.898Z] 4583459ba037: Pulling fs layer [2022-11-21T16:05:25.898Z] 93c1e223e6f2: Pulling fs layer [2022-11-21T16:05:25.898Z] 53926ce57604: Pulling fs layer [2022-11-21T16:05:25.898Z] 21b2b0c7a3f4: Pulling fs layer [2022-11-21T16:05:25.898Z] 22ff95d597cd: Pulling fs layer [2022-11-21T16:05:25.898Z] 12d6caf4c0d1: Pulling fs layer [2022-11-21T16:05:25.898Z] 96b7cbca73a9: Pulling fs layer [2022-11-21T16:05:25.898Z] a7acece74701: Pulling fs layer [2022-11-21T16:05:25.898Z] 53926ce57604: Waiting [2022-11-21T16:05:25.898Z] 12d6caf4c0d1: Waiting [2022-11-21T16:05:25.898Z] 21b2b0c7a3f4: Waiting [2022-11-21T16:05:25.898Z] 96b7cbca73a9: Waiting [2022-11-21T16:05:25.898Z] a7acece74701: Waiting [2022-11-21T16:05:25.898Z] 22ff95d597cd: Waiting [2022-11-21T16:05:25.898Z] 93c1e223e6f2: Verifying Checksum [2022-11-21T16:05:25.898Z] 93c1e223e6f2: Download complete [2022-11-21T16:05:25.898Z] 4583459ba037: Download complete [2022-11-21T16:05:25.898Z] 21b2b0c7a3f4: Verifying Checksum [2022-11-21T16:05:25.898Z] 21b2b0c7a3f4: Download complete [2022-11-21T16:05:25.898Z] 22ff95d597cd: Download complete [2022-11-21T16:05:25.898Z] 213ec9aee27d: Download complete [2022-11-21T16:05:26.158Z] 12d6caf4c0d1: Download complete [2022-11-21T16:05:26.158Z] 213ec9aee27d: Pull complete [2022-11-21T16:05:26.419Z] 4583459ba037: Pull complete [2022-11-21T16:05:26.419Z] 93c1e223e6f2: Pull complete [2022-11-21T16:05:26.986Z] a7acece74701: Verifying Checksum [2022-11-21T16:05:26.986Z] a7acece74701: Download complete [2022-11-21T16:05:26.986Z] 96b7cbca73a9: Verifying Checksum [2022-11-21T16:05:26.986Z] 96b7cbca73a9: Download complete [2022-11-21T16:05:26.986Z] 53926ce57604: Verifying Checksum [2022-11-21T16:05:26.986Z] 53926ce57604: Download complete [2022-11-21T16:05:31.172Z] 53926ce57604: Pull complete [2022-11-21T16:05:31.172Z] 21b2b0c7a3f4: Pull complete [2022-11-21T16:05:31.172Z] 22ff95d597cd: Pull complete [2022-11-21T16:05:31.172Z] 12d6caf4c0d1: Pull complete [2022-11-21T16:05:32.541Z] 96b7cbca73a9: Pull complete [2022-11-21T16:05:33.470Z] a7acece74701: Pull complete [2022-11-21T16:05:33.470Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-11-21T16:05:33.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-11-21T16:05:33.470Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2022-11-21T16:05:33.782Z] + 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 [2022-11-21T16:05:34.145Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-21T16:05:34.145Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:05:34.271Z] prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container [2022-11-21T16:05:34.301Z] $ 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 [2022-11-21T16:05:40.276Z] Still waiting to schedule task [2022-11-21T16:05:40.277Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-11-21T16:05:40.609Z] $ docker top a5111a4e2c5f7c47dff82834952a480ec0d857941bf7a130069b60415f96789d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-21T16:05:40.996Z] + go version [2022-11-21T16:05:40.997Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-11-21T16:05:41.033Z] $ docker stop --time=1 a5111a4e2c5f7c47dff82834952a480ec0d857941bf7a130069b60415f96789d [2022-11-21T16:05:42.296Z] $ 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 [2022-11-21T16:05:43.001Z] + docker inspect -f . ci-base-image-x86_64 [2022-11-21T16:05:43.002Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:05:43.142Z] prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container [2022-11-21T16:05:43.175Z] $ 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 [2022-11-21T16:05:43.548Z] $ docker top 26c864185b429bcc135a3bf93bd97ac035f2e858fd10fb3326343de1a976625f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-21T16:05:43.934Z] + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-198 [Pipeline] fileExists [Pipeline] sh [2022-11-21T16:05:44.298Z] + make test [2022-11-21T16:05:44.298Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2022-11-21T16:05:44.298Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 [2022-11-21T16:05:44.298Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-11-21T16:05:44.298Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-11-21T16:05:44.298Z] go: downloading github.com/google/uuid v1.3.0 [2022-11-21T16:05:44.298Z] go: downloading github.com/nats-io/nats.go v1.19.0 [2022-11-21T16:05:44.298Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.7 [2022-11-21T16:05:44.298Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2022-11-21T16:05:44.558Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-11-21T16:05:44.558Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-11-21T16:05:44.559Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-11-21T16:05:44.559Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-11-21T16:05:44.559Z] go: downloading github.com/go-playground/validator/v10 v10.11.1 [2022-11-21T16:05:44.559Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2022-11-21T16:05:44.559Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-11-21T16:05:44.559Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-11-21T16:05:44.559Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-11-21T16:05:44.559Z] go: downloading github.com/x448/float16 v0.8.4 [2022-11-21T16:05:44.819Z] go: downloading github.com/nats-io/nuid v1.0.1 [2022-11-21T16:05:44.819Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2022-11-21T16:05:44.819Z] go: downloading golang.org/x/text v0.3.7 [2022-11-21T16:05:44.819Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-11-21T16:05:44.819Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-11-21T16:05:44.819Z] go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 [2022-11-21T16:05:44.819Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-11-21T16:05:45.080Z] go: downloading github.com/klauspost/compress v1.15.11 [2022-11-21T16:05:45.080Z] go: downloading github.com/minio/highwayhash v1.0.2 [2022-11-21T16:05:45.080Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2022-11-21T16:05:45.080Z] go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af [2022-11-21T16:05:45.080Z] go: downloading golang.org/x/sys v0.0.0-20221010170243-090e33056c14 [2022-11-21T16:06:03.155Z] ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.052s coverage: 66.4% of statements [2022-11-21T16:06:03.155Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2022-11-21T16:06:03.155Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.069s coverage: 90.4% of statements [2022-11-21T16:06:03.155Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.042s coverage: 87.7% of statements [2022-11-21T16:06:03.155Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] [2022-11-21T16:06:03.155Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] [2022-11-21T16:06:09.719Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.094s coverage: 35.9% of statements [2022-11-21T16:06:09.719Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.038s coverage: 68.5% of statements [2022-11-21T16:06:09.719Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2022-11-21T16:06:09.719Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.030s coverage: 87.5% of statements [2022-11-21T16:06:09.719Z] ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] [2022-11-21T16:06:09.719Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.038s coverage: 100.0% of statements [2022-11-21T16:06:09.719Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.043s coverage: 100.0% of statements [2022-11-21T16:06:09.719Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.034s coverage: 95.1% of statements [2022-11-21T16:06:17.834Z] 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." [2022-11-21T16:06:17.834Z] go vet ./... [2022-11-21T16:06:19.744Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-21T16:06:19.744Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-11-21T16:06:19.786Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-11-21T16:06:19.822Z] $ docker stop --time=1 26c864185b429bcc135a3bf93bd97ac035f2e858fd10fb3326343de1a976625f [2022-11-21T16:06:25.225Z] $ docker rm -f 26c864185b429bcc135a3bf93bd97ac035f2e858fd10fb3326343de1a976625f [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-21T16:06:25.820Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-11-21T16:06:25.889Z] 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 [2022-11-21T16:06:26.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-21T16:06:26.878Z] [2022-11-21T16:06:26.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-21T16:06:27.266Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-21T16:06:27.267Z] latest: Pulling from edgex-lftools-log-publisher [2022-11-21T16:06:27.267Z] 5eb5b503b376: Pulling fs layer [2022-11-21T16:06:27.267Z] 5c69ac0246d0: Pulling fs layer [2022-11-21T16:06:27.267Z] ec43610c2a17: Pulling fs layer [2022-11-21T16:06:27.267Z] 3a2ae6a8a46f: Pulling fs layer [2022-11-21T16:06:27.267Z] 33b1e0a273af: Pulling fs layer [2022-11-21T16:06:27.267Z] 5d3b04190fa2: Pulling fs layer [2022-11-21T16:06:27.267Z] 2f39f015ded8: Pulling fs layer [2022-11-21T16:06:27.267Z] 3a2ae6a8a46f: Waiting [2022-11-21T16:06:27.267Z] 33b1e0a273af: Waiting [2022-11-21T16:06:27.267Z] 5d3b04190fa2: Waiting [2022-11-21T16:06:27.267Z] 2f39f015ded8: Waiting [2022-11-21T16:06:27.267Z] 5c69ac0246d0: Verifying Checksum [2022-11-21T16:06:27.267Z] 5c69ac0246d0: Download complete [2022-11-21T16:06:27.529Z] 3a2ae6a8a46f: Verifying Checksum [2022-11-21T16:06:27.529Z] 3a2ae6a8a46f: Download complete [2022-11-21T16:06:27.529Z] 33b1e0a273af: Verifying Checksum [2022-11-21T16:06:27.529Z] 33b1e0a273af: Download complete [2022-11-21T16:06:27.529Z] ec43610c2a17: Verifying Checksum [2022-11-21T16:06:27.529Z] ec43610c2a17: Download complete [2022-11-21T16:06:27.529Z] 5d3b04190fa2: Verifying Checksum [2022-11-21T16:06:27.529Z] 5d3b04190fa2: Download complete [2022-11-21T16:06:27.529Z] 5eb5b503b376: Verifying Checksum [2022-11-21T16:06:27.529Z] 5eb5b503b376: Download complete [2022-11-21T16:06:28.093Z] 2f39f015ded8: Download complete [2022-11-21T16:06:28.660Z] 5eb5b503b376: Pull complete [2022-11-21T16:06:28.917Z] 5c69ac0246d0: Pull complete [2022-11-21T16:06:29.176Z] ec43610c2a17: Pull complete [2022-11-21T16:06:29.176Z] 3a2ae6a8a46f: Pull complete [2022-11-21T16:06:29.436Z] 33b1e0a273af: Pull complete [2022-11-21T16:06:29.696Z] 5d3b04190fa2: Pull complete [2022-11-21T16:06:33.879Z] 2f39f015ded8: Pull complete [2022-11-21T16:06:33.879Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-11-21T16:06:33.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-21T16:06:33.879Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:06:34.162Z] prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container [2022-11-21T16:06:34.195Z] $ 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 [2022-11-21T16:06:38.857Z] $ docker top cac3c13fe952f171509cf065fc7ac87660088f22c0d1146a300976d6d68ec8d8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:06:39.306Z] ---> job-cost.sh [2022-11-21T16:06:39.306Z] lf-activate-venv: SKIPPING [2022-11-21T16:06:39.306Z] INFO: No Stack... [2022-11-21T16:06:39.566Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-21T16:06:39.828Z] INFO: Archiving Costs [Pipeline] sh [2022-11-21T16:06:40.218Z] + cat /w/workspace/xfoundry_go-mod-messaging_PR-198/archives/cost.csv [2022-11-21T16:06:40.218Z] + cut -d, -f6 [Pipeline] lock [2022-11-21T16:06:40.268Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [2022-11-21T16:06:40.273Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] did not exist. Created. [2022-11-21T16:06:40.273Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-21T16:06:40.679Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-11-21T16:06:40.727Z] Stashed 1 file(s) [Pipeline] } [2022-11-21T16:06:40.755Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-21T16:06:40.843Z] $ docker stop --time=1 cac3c13fe952f171509cf065fc7ac87660088f22c0d1146a300976d6d68ec8d8 [2022-11-21T16:06:42.026Z] $ docker rm -f cac3c13fe952f171509cf065fc7ac87660088f22c0d1146a300976d6d68ec8d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-11-21T16:07:06.714Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-119627 in /w/workspace/xfoundry_go-mod-messaging_PR-198 [Pipeline] { [Pipeline] ws [2022-11-21T16:07:06.753Z] Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout [2022-11-21T16:07:06.833Z] Selected Git installation does not exist. Using Default [2022-11-21T16:07:06.833Z] The recommended git tool is: NONE [2022-11-21T16:07:11.597Z] using credential edgex-jenkins-ssh [2022-11-21T16:07:11.615Z] Cloning the remote Git repository [2022-11-21T16:07:11.664Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2022-11-21T16:07:11.748Z] > git init /w/workspace/go-mod-messaging/1 # timeout=10 [2022-11-21T16:07:11.898Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2022-11-21T16:07:11.899Z] > git --version # timeout=10 [2022-11-21T16:07:11.918Z] > git --version # 'git version 2.25.1' [2022-11-21T16:07:11.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-21T16:07:11.971Z] Verifying host key using known hosts file [2022-11-21T16:07:12.181Z] 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. [2022-11-21T16:07:12.207Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-21T16:07:13.178Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2022-11-21T16:07:13.212Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-11-21T16:07:14.088Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2022-11-21T16:07:14.129Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2022-11-21T16:07:14.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-21T16:07:14.137Z] Verifying host key using known hosts file [2022-11-21T16:07:14.144Z] 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. [2022-11-21T16:07:14.157Z] > 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 [2022-11-21T16:07:14.695Z] Merging remotes/origin/main commit b55172737407544296daaff21afa302c0989443b into PR head commit 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [2022-11-21T16:07:14.915Z] Merge succeeded, producing 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [2022-11-21T16:07:14.916Z] Checking out Revision 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 (PR-198) [2022-11-21T16:07:15.389Z] Commit message: "build(deps): bump github.com/nats-io/nats-server/v2 from 2.9.3 to 2.9.7" [2022-11-21T16:07:15.442Z] > git --version # timeout=10 [2022-11-21T16:07:15.459Z] > git --version # 'git version 2.25.1' [2022-11-21T16:07:15.484Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-11-21T16:07:14.714Z] > git config core.sparsecheckout # timeout=10 [2022-11-21T16:07:14.729Z] > git checkout -f 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 # timeout=10 [2022-11-21T16:07:14.813Z] > git remote # timeout=10 [2022-11-21T16:07:14.834Z] > git config --get remote.origin.url # timeout=10 [2022-11-21T16:07:14.850Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-11-21T16:07:14.856Z] Verifying host key using known hosts file [2022-11-21T16:07:14.859Z] 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. [2022-11-21T16:07:14.870Z] > git merge b55172737407544296daaff21afa302c0989443b # timeout=10 [2022-11-21T16:07:14.899Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-21T16:07:14.923Z] > git config core.sparsecheckout # timeout=10 [2022-11-21T16:07:14.939Z] > git checkout -f 490a94d6de4ae1cc47e090e4511f1e6ff70ac787 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-11-21T16:07:16.568Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-11-21T16:07:16.569Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-21T16:07:16.569Z] Dload Upload Total Spent Left Speed [2022-11-21T16:07:16.569Z] 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 [2022-11-21T16:07:17.199Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-11-21T16:07:17.541Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-11-21T16:07:17.541Z] + sudo tee /etc/docker/daemon.new [2022-11-21T16:07:17.541Z] { [2022-11-21T16:07:17.541Z] "registry-mirrors": [ [2022-11-21T16:07:17.541Z] "https://nexus3.edgexfoundry.org:10001" [2022-11-21T16:07:17.541Z] ], [2022-11-21T16:07:17.541Z] "bip": "10.250.0.254/24", [2022-11-21T16:07:17.541Z] "hosts": [ [2022-11-21T16:07:17.541Z] "tcp://0.0.0.0:5555", [2022-11-21T16:07:17.541Z] "unix:///var/run/docker.sock" [2022-11-21T16:07:17.541Z] ], [2022-11-21T16:07:17.541Z] "mtu": 1458, [2022-11-21T16:07:17.541Z] "selinux-enabled": true, [2022-11-21T16:07:17.541Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-11-21T16:07:17.541Z] } [Pipeline] sh [2022-11-21T16:07:17.892Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-11-21T16:07:18.241Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-11-21T16:07:36.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-21T16:07:36.674Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-11-21T16:07:36.705Z] ========================================================= [2022-11-21T16:07:36.705Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-11-21T16:07:36.705Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-11-21T16:07:37.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-21T16:07:39.696Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-11-21T16:07:39.696Z] 9b18e9b68314: Pulling fs layer [2022-11-21T16:07:39.696Z] 35d82f9e3411: Pulling fs layer [2022-11-21T16:07:39.696Z] e16973657156: Pulling fs layer [2022-11-21T16:07:39.696Z] fc693d55d65f: Pulling fs layer [2022-11-21T16:07:39.696Z] 7e9fc2657dce: Pulling fs layer [2022-11-21T16:07:39.696Z] dda99020689f: Pulling fs layer [2022-11-21T16:07:39.696Z] db1c61fa0a46: Pulling fs layer [2022-11-21T16:07:39.696Z] 891c053d2c06: Pulling fs layer [2022-11-21T16:07:39.696Z] 7e9fc2657dce: Waiting [2022-11-21T16:07:39.696Z] db1c61fa0a46: Waiting [2022-11-21T16:07:39.696Z] 891c053d2c06: Waiting [2022-11-21T16:07:39.696Z] dda99020689f: Waiting [2022-11-21T16:07:39.696Z] fc693d55d65f: Waiting [2022-11-21T16:07:39.696Z] e16973657156: Verifying Checksum [2022-11-21T16:07:39.696Z] e16973657156: Download complete [2022-11-21T16:07:39.696Z] 35d82f9e3411: Download complete [2022-11-21T16:07:39.696Z] 7e9fc2657dce: Verifying Checksum [2022-11-21T16:07:39.696Z] 7e9fc2657dce: Download complete [2022-11-21T16:07:39.696Z] dda99020689f: Verifying Checksum [2022-11-21T16:07:39.696Z] dda99020689f: Download complete [2022-11-21T16:07:39.696Z] 9b18e9b68314: Verifying Checksum [2022-11-21T16:07:40.282Z] 9b18e9b68314: Pull complete [2022-11-21T16:07:40.566Z] 891c053d2c06: Verifying Checksum [2022-11-21T16:07:40.566Z] 891c053d2c06: Download complete [2022-11-21T16:07:40.837Z] 35d82f9e3411: Pull complete [2022-11-21T16:07:41.107Z] e16973657156: Pull complete [2022-11-21T16:07:41.692Z] db1c61fa0a46: Verifying Checksum [2022-11-21T16:07:41.692Z] db1c61fa0a46: Download complete [2022-11-21T16:07:42.276Z] fc693d55d65f: Verifying Checksum [2022-11-21T16:07:42.276Z] fc693d55d65f: Download complete [2022-11-21T16:07:54.633Z] fc693d55d65f: Pull complete [2022-11-21T16:07:54.633Z] 7e9fc2657dce: Pull complete [2022-11-21T16:07:54.633Z] dda99020689f: Pull complete [2022-11-21T16:07:59.990Z] db1c61fa0a46: Pull complete [2022-11-21T16:08:00.955Z] 891c053d2c06: Pull complete [2022-11-21T16:08:01.220Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-11-21T16:08:01.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-11-21T16:08:01.220Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2022-11-21T16:08:01.564Z] + 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 [2022-11-21T16:08:02.054Z] + docker inspect -f . ci-base-image-arm64 [2022-11-21T16:08:02.054Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:08:02.351Z] prd-ubuntu20.04-docker-arm64-4c-16g-119627 does not seem to be running inside a container [2022-11-21T16:08:02.472Z] $ 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 [2022-11-21T16:08:07.081Z] $ docker top dd083d5cae6e73c51f42abf90a73df23963262bb0875ad175f7e26c35c7adad5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-21T16:08:07.944Z] + go version [2022-11-21T16:08:07.944Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-11-21T16:08:07.981Z] $ docker stop --time=1 dd083d5cae6e73c51f42abf90a73df23963262bb0875ad175f7e26c35c7adad5 [2022-11-21T16:08:09.565Z] $ 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 [2022-11-21T16:08:10.434Z] + docker inspect -f . ci-base-image-arm64 [2022-11-21T16:08:10.434Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:08:10.674Z] prd-ubuntu20.04-docker-arm64-4c-16g-119627 does not seem to be running inside a container [2022-11-21T16:08:10.735Z] $ 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 [2022-11-21T16:08:11.880Z] $ docker top d74cbcfa4f21a3ca4819fb6da60885b56aa1e3645c548c2fb4e6915412ca1b6c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-21T16:08:12.419Z] + git config --global --add safe.directory /w/workspace/go-mod-messaging/1 [Pipeline] fileExists [Pipeline] sh [2022-11-21T16:08:12.801Z] + make test [2022-11-21T16:08:12.801Z] go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2022-11-21T16:08:13.067Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.3.0 [2022-11-21T16:08:13.341Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-11-21T16:08:13.341Z] go: downloading github.com/nats-io/nats.go v1.19.0 [2022-11-21T16:08:13.341Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2022-11-21T16:08:13.341Z] go: downloading github.com/google/uuid v1.3.0 [2022-11-21T16:08:13.341Z] go: downloading github.com/nats-io/nats-server/v2 v2.9.7 [2022-11-21T16:08:13.341Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-11-21T16:08:13.609Z] go: downloading github.com/go-playground/validator/v10 v10.11.1 [2022-11-21T16:08:13.609Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2022-11-21T16:08:13.609Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-11-21T16:08:13.609Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-11-21T16:08:13.609Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-11-21T16:08:13.609Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-11-21T16:08:13.874Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-11-21T16:08:13.874Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-11-21T16:08:13.874Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-11-21T16:08:13.874Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2022-11-21T16:08:13.874Z] go: downloading github.com/nats-io/nuid v1.0.1 [2022-11-21T16:08:13.874Z] go: downloading github.com/x448/float16 v0.8.4 [2022-11-21T16:08:13.874Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-11-21T16:08:13.874Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-11-21T16:08:13.874Z] go: downloading golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 [2022-11-21T16:08:14.141Z] go: downloading golang.org/x/text v0.3.7 [2022-11-21T16:08:14.722Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-11-21T16:08:14.722Z] go: downloading github.com/klauspost/compress v1.15.11 [2022-11-21T16:08:14.722Z] go: downloading github.com/minio/highwayhash v1.0.2 [2022-11-21T16:08:14.722Z] go: downloading github.com/nats-io/jwt/v2 v2.3.0 [2022-11-21T16:08:14.722Z] go: downloading golang.org/x/time v0.0.0-20220922220347-f3bd1da661af [2022-11-21T16:10:06.394Z] ok github.com/edgexfoundry/go-mod-messaging/v2/clients 0.275s coverage: 66.4% of statements [2022-11-21T16:10:06.394Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2022-11-21T16:10:06.394Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.297s coverage: 90.4% of statements [2022-11-21T16:10:06.394Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.214s coverage: 87.7% of statements [2022-11-21T16:10:06.394Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] [2022-11-21T16:10:06.394Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] [2022-11-21T16:10:45.254Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.302s coverage: 35.9% of statements [2022-11-21T16:10:45.254Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.128s coverage: 68.5% of statements [2022-11-21T16:10:45.254Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2022-11-21T16:10:45.254Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.076s coverage: 87.5% of statements [2022-11-21T16:10:45.254Z] ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] [2022-11-21T16:10:45.254Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.098s coverage: 100.0% of statements [2022-11-21T16:10:45.254Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.052s coverage: 100.0% of statements [2022-11-21T16:10:45.254Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.079s coverage: 95.1% of statements [2022-11-21T16:10:45.254Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-11-21T16:10:45.254Z] go vet ./... [2022-11-21T16:11:24.117Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-11-21T16:11:24.117Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-11-21T16:11:24.158Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-11-21T16:11:24.187Z] $ docker stop --time=1 d74cbcfa4f21a3ca4819fb6da60885b56aa1e3645c548c2fb4e6915412ca1b6c [2022-11-21T16:11:26.185Z] $ docker rm -f d74cbcfa4f21a3ca4819fb6da60885b56aa1e3645c548c2fb4e6915412ca1b6c [Pipeline] // withDockerContainer [Pipeline] sh [2022-11-21T16:11:28.208Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-11-21T16:11:28.244Z] Warning: overwriting stash ‘coverage-report’ [2022-11-21T16:11:28.740Z] 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 [2022-11-21T16:11:29.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-21T16:11:30.535Z] [2022-11-21T16:11:30.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-21T16:11:30.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-21T16:11:30.936Z] arm64: Pulling from edgex-lftools-log-publisher [2022-11-21T16:11:30.936Z] 8998bd30e6a1: Pulling fs layer [2022-11-21T16:11:30.936Z] 04944245beec: Pulling fs layer [2022-11-21T16:11:30.936Z] 699f458cf7ca: Pulling fs layer [2022-11-21T16:11:30.936Z] 765212b225bb: Pulling fs layer [2022-11-21T16:11:30.936Z] f23df028b6ca: Pulling fs layer [2022-11-21T16:11:30.936Z] d65c8cfc05b1: Pulling fs layer [2022-11-21T16:11:30.936Z] 765212b225bb: Waiting [2022-11-21T16:11:30.936Z] f23df028b6ca: Waiting [2022-11-21T16:11:30.936Z] 2437ff75d9bd: Pulling fs layer [2022-11-21T16:11:30.936Z] d65c8cfc05b1: Waiting [2022-11-21T16:11:31.201Z] 04944245beec: Download complete [2022-11-21T16:11:31.201Z] 765212b225bb: Verifying Checksum [2022-11-21T16:11:31.201Z] 765212b225bb: Download complete [2022-11-21T16:11:31.201Z] f23df028b6ca: Verifying Checksum [2022-11-21T16:11:31.201Z] f23df028b6ca: Download complete [2022-11-21T16:11:31.469Z] d65c8cfc05b1: Verifying Checksum [2022-11-21T16:11:31.469Z] d65c8cfc05b1: Download complete [2022-11-21T16:11:31.469Z] 699f458cf7ca: Verifying Checksum [2022-11-21T16:11:31.469Z] 699f458cf7ca: Download complete [2022-11-21T16:11:32.055Z] 8998bd30e6a1: Verifying Checksum [2022-11-21T16:11:32.055Z] 8998bd30e6a1: Download complete [2022-11-21T16:11:34.635Z] 2437ff75d9bd: Verifying Checksum [2022-11-21T16:11:34.635Z] 2437ff75d9bd: Download complete [2022-11-21T16:11:36.579Z] 8998bd30e6a1: Pull complete [2022-11-21T16:11:37.182Z] 04944245beec: Pull complete [2022-11-21T16:11:39.131Z] 699f458cf7ca: Pull complete [2022-11-21T16:11:39.131Z] 765212b225bb: Pull complete [2022-11-21T16:11:40.091Z] f23df028b6ca: Pull complete [2022-11-21T16:11:40.360Z] d65c8cfc05b1: Pull complete [2022-11-21T16:11:58.567Z] 2437ff75d9bd: Pull complete [2022-11-21T16:11:58.567Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-11-21T16:11:58.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-11-21T16:11:58.567Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:11:58.936Z] prd-ubuntu20.04-docker-arm64-4c-16g-119627 does not seem to be running inside a container [2022-11-21T16:11:58.994Z] $ 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 [2022-11-21T16:12:01.028Z] $ docker top bf18b3e5480bce0e4d885f9dfd2ceca7ef2c502793f79d8b27c5f74a73322074 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:01.616Z] ---> job-cost.sh [2022-11-21T16:12:01.886Z] lf-activate-venv: SKIPPING [2022-11-21T16:12:01.886Z] INFO: No Stack... [2022-11-21T16:12:02.153Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-11-21T16:12:03.105Z] INFO: Archiving Costs [Pipeline] sh [2022-11-21T16:12:03.765Z] + cat /w/workspace/go-mod-messaging/1/archives/cost.csv [2022-11-21T16:12:03.765Z] + cut -d, -f6 [Pipeline] lock [2022-11-21T16:12:03.843Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [2022-11-21T16:12:03.851Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] did not exist. Created. [2022-11-21T16:12:03.851Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-11-21T16:12:04.570Z] /w/workspace/go-mod-messaging/1@tmp/durable-d5395646/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-11-21T16:12:05.248Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-11-21T16:12:05.296Z] Warning: overwriting stash ‘stack-cost’ [2022-11-21T16:12:05.379Z] Stashed 1 file(s) [Pipeline] } [2022-11-21T16:12:05.394Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-198-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-11-21T16:12:05.474Z] $ docker stop --time=1 bf18b3e5480bce0e4d885f9dfd2ceca7ef2c502793f79d8b27c5f74a73322074 [2022-11-21T16:12:08.760Z] $ 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 [2022-11-21T16:12:09.756Z] provisioning config files... [2022-11-21T16:12:09.766Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/config11839246029771263616tmp [Pipeline] { [Pipeline] sh [2022-11-21T16:12:10.095Z] + set +x [2022-11-21T16:12:10.095Z] + curl -s https://codecov.io/bash [2022-11-21T16:12:10.095Z] + bash -s -- [2022-11-21T16:12:10.095Z] [2022-11-21T16:12:10.095Z] _____ _ [2022-11-21T16:12:10.095Z] / ____| | | [2022-11-21T16:12:10.095Z] | | ___ __| | ___ ___ _____ __ [2022-11-21T16:12:10.095Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-11-21T16:12:10.095Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-11-21T16:12:10.095Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-11-21T16:12:10.096Z] Bash-1.0.6 [2022-11-21T16:12:10.096Z] [2022-11-21T16:12:10.096Z] [2022-11-21T16:12:10.096Z] ==> git version 2.25.1 found [2022-11-21T16:12:10.096Z] ==> 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 [2022-11-21T16:12:10.096Z] Release-Date: 2020-01-08 [2022-11-21T16:12:10.096Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-11-21T16:12:10.096Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-11-21T16:12:10.096Z] ==> Jenkins CI detected. [2022-11-21T16:12:10.096Z] current dir:  /w/workspace/xfoundry_go-mod-messaging_PR-198 [2022-11-21T16:12:10.096Z] project root: . [2022-11-21T16:12:10.096Z] --> token set from env [2022-11-21T16:12:10.096Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-11-21T16:12:10.096Z] ==> Running gcov in . (disable via -X gcov) [2022-11-21T16:12:10.096Z] ==> Python coveragepy not found [2022-11-21T16:12:10.096Z] ==> Searching for coverage reports in: [2022-11-21T16:12:10.096Z] + . [2022-11-21T16:12:10.096Z] -> Found 1 reports [2022-11-21T16:12:10.096Z] ==> Detecting git/mercurial file structure [2022-11-21T16:12:10.355Z] ==> Reading reports [2022-11-21T16:12:10.355Z] + ./coverage.out bytes=36887 [2022-11-21T16:12:10.355Z] ==> Appending adjustments [2022-11-21T16:12:10.355Z] https://docs.codecov.io/docs/fixing-reports [2022-11-21T16:12:10.355Z] + Found adjustments [2022-11-21T16:12:10.355Z] ==> Gzipping contents [2022-11-21T16:12:10.355Z] 8.0K /tmp/codecov.9uhX8J.gz [2022-11-21T16:12:10.355Z] ==> Uploading reports [2022-11-21T16:12:10.355Z] url: https://codecov.io [2022-11-21T16:12:10.355Z] 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= [2022-11-21T16:12:10.355Z] -> Pinging Codecov [2022-11-21T16:12:10.355Z] 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= [2022-11-21T16:12:11.294Z] -> Uploading to [2022-11-21T16:12:11.295Z] 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 [2022-11-21T16:12:11.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-11-21T16:12:11.295Z] Dload Upload Total Spent Left Speed [2022-11-21T16:12:11.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7537 0 0 100 7537 0 33349 --:--:-- --:--:-- --:--:-- 33349 [2022-11-21T16:12:11.554Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/490a94d6de4ae1cc47e090e4511f1e6ff70ac787 [Pipeline] } [2022-11-21T16:12:11.592Z] 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 [2022-11-21T16:12:13.341Z] + [ -d /w/workspace/xfoundry_go-mod-messaging_PR-198/archives ] [2022-11-21T16:12:13.341Z] + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-198/archives [2022-11-21T16:12:13.341Z] total 16 [2022-11-21T16:12:13.341Z] drwxr-xr-x 3 root root 4096 Nov 21 16:06 . [2022-11-21T16:12:13.341Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 16:06 .. [2022-11-21T16:12:13.341Z] drwxr-xr-x 2 root root 4096 Nov 21 16:06 cost [2022-11-21T16:12:13.341Z] -rw-r--r-- 1 root root 88 Nov 21 16:06 cost.csv [2022-11-21T16:12:13.341Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-messaging_PR-198/archives [2022-11-21T16:12:13.341Z] + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-198/archives [2022-11-21T16:12:13.341Z] total 16 [2022-11-21T16:12:13.341Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 21 16:06 . [2022-11-21T16:12:13.341Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 16:06 .. [2022-11-21T16:12:13.341Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 21 16:06 cost [2022-11-21T16:12:13.341Z] -rw-r--r-- 1 jenkins jenkins 88 Nov 21 16:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:13.674Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:14.562Z] ---> package-listing.sh [2022-11-21T16:12:14.562Z] ++ facter osfamily [2022-11-21T16:12:14.562Z] ++ tr '[:upper:]' '[:lower:]' [2022-11-21T16:12:14.821Z] + OS_FAMILY=debian [2022-11-21T16:12:14.821Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-198 [2022-11-21T16:12:14.821Z] + START_PACKAGES=/tmp/packages_start.txt [2022-11-21T16:12:14.821Z] + END_PACKAGES=/tmp/packages_end.txt [2022-11-21T16:12:14.821Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-11-21T16:12:14.821Z] + PACKAGES=/tmp/packages_start.txt [2022-11-21T16:12:14.821Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-198 ']' [2022-11-21T16:12:14.821Z] + PACKAGES=/tmp/packages_end.txt [2022-11-21T16:12:14.821Z] + case "${OS_FAMILY}" in [2022-11-21T16:12:14.821Z] + dpkg -l [2022-11-21T16:12:14.821Z] + grep '^ii' [2022-11-21T16:12:14.821Z] + '[' -f /tmp/packages_start.txt ']' [2022-11-21T16:12:14.821Z] + '[' -f /tmp/packages_end.txt ']' [2022-11-21T16:12:14.821Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-11-21T16:12:14.821Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-198 ']' [2022-11-21T16:12:14.821Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-198/archives/ [2022-11-21T16:12:14.821Z] + 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 [2022-11-21T16:12:14.856Z] 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 [2022-11-21T16:12:15.150Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-21T16:12:15.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-11-21T16:12:15.769Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-11-21T16:12:15.902Z] prd-ubuntu20.04-docker-8c-8g-119626 does not seem to be running inside a container [2022-11-21T16:12:15.937Z] $ 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 [2022-11-21T16:12:16.121Z] $ docker top 44866aadee0268949e392fb997b0d327e0f9b132e8c69579acf88675281c7b11 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-11-21T16:12:16.508Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-11-21T16:12:16.820Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-11-21T16:12:17.130Z] + ls /var/log/sa-host [2022-11-21T16:12:17.130Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-11-21T16:12:17.350Z] provisioning config files... [2022-11-21T16:12:17.359Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-198@tmp/config15674908385280566591tmp [Pipeline] { [Pipeline] echo [2022-11-21T16:12:17.409Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:17.725Z] ---> create-netrc.sh [Pipeline] } [2022-11-21T16:12:17.755Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:18.164Z] ---> python-tools-install.sh [Pipeline] echo [2022-11-21T16:12:18.197Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:18.509Z] ---> sudo-logs.sh [2022-11-21T16:12:18.509Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-11-21T16:12:18.599Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:18.915Z] ---> job-cost.sh [2022-11-21T16:12:18.915Z] lf-activate-venv: SKIPPING [2022-11-21T16:12:18.915Z] DEBUG: total: 0.2199999988079071 [2022-11-21T16:12:18.915Z] INFO: Retrieving Stack Cost... [2022-11-21T16:12:19.175Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-11-21T16:12:19.434Z] INFO: Archiving Costs [Pipeline] echo [2022-11-21T16:12:19.467Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-11-21T16:12:19.788Z] ---> logs-deploy.sh [2022-11-21T16:12:19.788Z] lf-activate-venv: SKIPPING [2022-11-21T16:12:19.788Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-198/1 [2022-11-21T16:12:19.788Z] INFO: archiving workspace using pattern(s): [2022-11-21T16:12:20.727Z] Archives upload complete. [2022-11-21T16:12:20.986Z] INFO: archiving logs to Nexus [2022-11-21T16:12:21.554Z] ---> uname -a: [2022-11-21T16:12:21.554Z] 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 [2022-11-21T16:12:21.554Z] [2022-11-21T16:12:21.554Z] [2022-11-21T16:12:21.554Z] ---> lscpu: [2022-11-21T16:12:21.554Z] Architecture: x86_64 [2022-11-21T16:12:21.554Z] CPU op-mode(s): 32-bit, 64-bit [2022-11-21T16:12:21.554Z] Byte Order: Little Endian [2022-11-21T16:12:21.554Z] Address sizes: 40 bits physical, 48 bits virtual [2022-11-21T16:12:21.554Z] CPU(s): 8 [2022-11-21T16:12:21.555Z] On-line CPU(s) list: 0-7 [2022-11-21T16:12:21.555Z] Thread(s) per core: 1 [2022-11-21T16:12:21.555Z] Core(s) per socket: 1 [2022-11-21T16:12:21.555Z] Socket(s): 8 [2022-11-21T16:12:21.555Z] NUMA node(s): 1 [2022-11-21T16:12:21.555Z] Vendor ID: AuthenticAMD [2022-11-21T16:12:21.555Z] CPU family: 23 [2022-11-21T16:12:21.555Z] Model: 49 [2022-11-21T16:12:21.555Z] Model name: AMD EPYC-Rome Processor [2022-11-21T16:12:21.555Z] Stepping: 0 [2022-11-21T16:12:21.555Z] CPU MHz: 2799.864 [2022-11-21T16:12:21.555Z] BogoMIPS: 5599.72 [2022-11-21T16:12:21.555Z] Virtualization: AMD-V [2022-11-21T16:12:21.555Z] Hypervisor vendor: KVM [2022-11-21T16:12:21.555Z] Virtualization type: full [2022-11-21T16:12:21.555Z] L1d cache: 256 KiB [2022-11-21T16:12:21.555Z] L1i cache: 256 KiB [2022-11-21T16:12:21.555Z] L2 cache: 4 MiB [2022-11-21T16:12:21.555Z] L3 cache: 128 MiB [2022-11-21T16:12:21.555Z] NUMA node0 CPU(s): 0-7 [2022-11-21T16:12:21.555Z] Vulnerability Itlb multihit: Not affected [2022-11-21T16:12:21.555Z] Vulnerability L1tf: Not affected [2022-11-21T16:12:21.555Z] Vulnerability Mds: Not affected [2022-11-21T16:12:21.555Z] Vulnerability Meltdown: Not affected [2022-11-21T16:12:21.555Z] Vulnerability Mmio stale data: Not affected [2022-11-21T16:12:21.555Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-11-21T16:12:21.555Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-11-21T16:12:21.555Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-11-21T16:12:21.555Z] Vulnerability Srbds: Not affected [2022-11-21T16:12:21.555Z] Vulnerability Tsx async abort: Not affected [2022-11-21T16:12:21.555Z] 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 [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] ---> nproc: [2022-11-21T16:12:21.555Z] 8 [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] ---> df -h: [2022-11-21T16:12:21.555Z] Filesystem Size Used Avail Use% Mounted on [2022-11-21T16:12:21.555Z] overlay 155G 11G 145G 7% / [2022-11-21T16:12:21.555Z] tmpfs 64M 0 64M 0% /dev [2022-11-21T16:12:21.555Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-11-21T16:12:21.555Z] shm 64M 0 64M 0% /dev/shm [2022-11-21T16:12:21.555Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] ---> sar -b -r -n DEV: [2022-11-21T16:12:21.555Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-119626) 11/21/22 _x86_64_ (8 CPU) [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] 16:04:24 LINUX RESTART (8 CPU) [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] 16:05:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-11-21T16:12:21.555Z] 16:06:01 87.73 10.76 76.97 0.00 1778.18 37570.07 0.00 [2022-11-21T16:12:21.555Z] 16:07:01 56.69 0.18 56.51 0.00 13.33 32444.33 0.00 [2022-11-21T16:12:21.555Z] 16:08:01 1.63 0.00 1.63 0.00 0.00 18.01 0.00 [2022-11-21T16:12:21.555Z] 16:09:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 [2022-11-21T16:12:21.555Z] 16:10:01 37.68 9.35 28.33 0.00 2885.20 4822.13 0.00 [2022-11-21T16:12:21.555Z] 16:11:01 2.42 0.00 2.42 0.00 0.00 28.79 0.00 [2022-11-21T16:12:21.555Z] 16:12:01 1.27 0.00 1.27 0.00 0.00 13.86 0.00 [2022-11-21T16:12:21.555Z] Average: 26.66 2.86 23.80 0.00 662.71 10572.85 0.00 [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] 16:05:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-11-21T16:12:21.555Z] 16:06:01 28406516 31333640 964120 2.93 82020 3096940 2313376 6.82 1520712 2552864 511936 [2022-11-21T16:12:21.555Z] 16:07:01 28693684 31590944 709148 2.16 91496 3045748 1754176 5.17 1087824 2687000 412 [2022-11-21T16:12:21.555Z] 16:08:01 28693764 31591188 708632 2.16 91528 3045752 1754176 5.17 1088464 2687004 180 [2022-11-21T16:12:21.555Z] 16:09:01 28699296 31596816 702844 2.14 91552 3045752 1754176 5.17 1082008 2687004 44 [2022-11-21T16:12:21.555Z] 16:10:01 28393936 31576508 714528 2.17 110300 3296444 1789680 5.27 1238332 2808920 252 [2022-11-21T16:12:21.555Z] 16:11:01 28402908 31585476 705800 2.15 110352 3296440 1805912 5.32 1229620 2808872 44 [2022-11-21T16:12:21.555Z] 16:12:01 28403944 31586576 704804 2.14 110416 3296444 1805912 5.32 1230112 2808880 20 [2022-11-21T16:12:21.555Z] Average: 28527721 31551593 744268 2.26 98238 3160503 1853915 5.46 1211010 2720078 73270 [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] 16:05:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-11-21T16:12:21.555Z] 16:06:01 docker0 51.96 80.43 4.36 1038.67 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:06:01 lo 3.52 3.52 0.34 0.34 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:06:01 ens3 388.93 262.16 7016.19 47.87 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:06:01 vethfa8df10 50.41 79.11 4.83 1024.76 0.00 0.00 0.00 0.08 [2022-11-21T16:12:21.555Z] 16:07:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:07:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:07:01 ens3 132.24 99.93 2531.58 91.39 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:08:01 ens3 0.42 0.37 0.25 0.20 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:09:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:10:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:10:01 ens3 57.82 30.23 1370.99 2.44 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:11:01 ens3 0.25 0.17 0.02 0.01 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] 16:12:01 ens3 3.35 2.02 11.85 0.15 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] Average: docker0 7.22 11.17 0.61 144.12 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] Average: lo 0.79 0.79 0.07 0.07 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] Average: ens3 81.85 55.44 1535.39 20.16 0.00 0.00 0.00 0.00 [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] ---> sar -P ALL: [2022-11-21T16:12:21.555Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-119626) 11/21/22 _x86_64_ (8 CPU) [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] 16:04:24 LINUX RESTART (8 CPU) [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] 16:05:03 CPU %user %nice %system %iowait %steal %idle [2022-11-21T16:12:21.555Z] 16:06:01 all 19.79 0.00 4.01 2.39 0.07 73.74 [2022-11-21T16:12:21.555Z] 16:06:01 0 18.25 0.00 3.67 0.26 0.07 77.76 [2022-11-21T16:12:21.555Z] 16:06:01 1 19.42 0.00 3.90 3.97 0.09 72.63 [2022-11-21T16:12:21.555Z] 16:06:01 2 20.19 0.00 3.75 0.16 0.07 75.83 [2022-11-21T16:12:21.555Z] 16:06:01 3 17.74 0.00 4.64 1.28 0.05 76.30 [2022-11-21T16:12:21.555Z] 16:06:01 4 19.33 0.00 4.25 10.39 0.07 65.96 [2022-11-21T16:12:21.555Z] 16:06:01 5 20.08 0.00 3.52 2.41 0.05 73.94 [2022-11-21T16:12:21.555Z] 16:06:01 6 20.91 0.00 4.52 0.19 0.07 74.31 [2022-11-21T16:12:21.555Z] 16:06:01 7 22.42 0.00 3.82 0.54 0.07 73.15 [2022-11-21T16:12:21.555Z] 16:07:01 all 13.70 0.00 2.42 2.30 0.05 81.54 [2022-11-21T16:12:21.555Z] 16:07:01 0 12.77 0.00 2.00 0.17 0.03 85.03 [2022-11-21T16:12:21.555Z] 16:07:01 1 14.98 0.00 2.87 3.26 0.05 78.83 [2022-11-21T16:12:21.555Z] 16:07:01 2 12.08 0.00 2.18 0.07 0.05 85.62 [2022-11-21T16:12:21.555Z] 16:07:01 3 16.76 0.00 2.21 0.17 0.05 80.81 [2022-11-21T16:12:21.555Z] 16:07:01 4 12.27 0.00 2.92 13.73 0.05 71.02 [2022-11-21T16:12:21.555Z] 16:07:01 5 12.76 0.00 2.15 0.15 0.03 84.91 [2022-11-21T16:12:21.555Z] 16:07:01 6 15.47 0.00 2.60 0.03 0.03 81.86 [2022-11-21T16:12:21.555Z] 16:07:01 7 12.47 0.00 2.40 0.82 0.07 84.24 [2022-11-21T16:12:21.555Z] 16:08:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2022-11-21T16:12:21.555Z] 16:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-11-21T16:12:21.555Z] 16:08:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:08:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-11-21T16:12:21.555Z] 16:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2022-11-21T16:12:21.555Z] 16:08:01 5 1.97 0.00 0.03 0.00 0.00 98.00 [2022-11-21T16:12:21.555Z] 16:08:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2022-11-21T16:12:21.555Z] 16:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-11-21T16:12:21.555Z] 16:09:01 all 0.28 0.00 0.01 0.01 0.00 99.70 [2022-11-21T16:12:21.555Z] 16:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-11-21T16:12:21.555Z] 16:09:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2022-11-21T16:12:21.555Z] 16:09:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-11-21T16:12:21.555Z] 16:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:09:01 5 2.02 0.00 0.00 0.00 0.02 97.96 [2022-11-21T16:12:21.555Z] 16:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:09:01 7 0.02 0.00 0.05 0.00 0.02 99.92 [2022-11-21T16:12:21.555Z] 16:10:01 all 1.29 0.00 0.76 0.46 0.01 97.48 [2022-11-21T16:12:21.555Z] 16:10:01 0 0.72 0.00 0.50 0.03 0.02 98.73 [2022-11-21T16:12:21.555Z] 16:10:01 1 1.44 0.00 0.42 1.20 0.02 96.92 [2022-11-21T16:12:21.555Z] 16:10:01 2 1.05 0.00 0.42 0.25 0.00 98.28 [2022-11-21T16:12:21.555Z] 16:10:01 3 0.88 0.00 0.93 0.85 0.02 97.31 [2022-11-21T16:12:21.555Z] 16:10:01 4 1.79 0.00 0.77 0.47 0.00 96.98 [2022-11-21T16:12:21.555Z] 16:10:01 5 2.11 0.00 0.33 0.15 0.00 97.41 [2022-11-21T16:12:21.555Z] 16:10:01 6 1.33 0.00 2.02 0.33 0.00 96.31 [2022-11-21T16:12:21.555Z] 16:10:01 7 1.02 0.00 0.67 0.40 0.00 97.91 [2022-11-21T16:12:21.555Z] 16:11:01 all 0.03 0.00 0.02 0.01 0.00 99.94 [2022-11-21T16:12:21.555Z] 16:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-11-21T16:12:21.555Z] 16:11:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2022-11-21T16:12:21.555Z] 16:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:11:01 3 0.02 0.00 0.03 0.03 0.00 99.92 [2022-11-21T16:12:21.555Z] 16:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:11:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2022-11-21T16:12:21.555Z] 16:11:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2022-11-21T16:12:21.555Z] 16:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2022-11-21T16:12:21.555Z] 16:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2022-11-21T16:12:21.555Z] 16:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:12:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2022-11-21T16:12:21.555Z] 16:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-11-21T16:12:21.555Z] 16:12:01 3 0.03 0.00 0.03 0.03 0.00 99.90 [2022-11-21T16:12:21.555Z] 16:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-11-21T16:12:21.555Z] 16:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2022-11-21T16:12:21.555Z] 16:12:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-11-21T16:12:21.555Z] 16:12:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2022-11-21T16:12:21.555Z] Average: all 4.95 0.00 1.01 0.73 0.02 93.29 [2022-11-21T16:12:21.555Z] Average: 0 4.45 0.00 0.87 0.06 0.02 94.59 [2022-11-21T16:12:21.555Z] Average: 1 5.02 0.00 1.01 1.20 0.02 92.74 [2022-11-21T16:12:21.555Z] Average: 2 4.67 0.00 0.89 0.07 0.02 94.35 [2022-11-21T16:12:21.555Z] Average: 3 4.97 0.00 1.10 0.33 0.02 93.58 [2022-11-21T16:12:21.555Z] Average: 4 4.67 0.00 1.11 3.46 0.02 90.74 [2022-11-21T16:12:21.555Z] Average: 5 5.46 0.00 0.85 0.37 0.02 93.31 [2022-11-21T16:12:21.555Z] Average: 6 5.31 0.00 1.29 0.08 0.02 93.30 [2022-11-21T16:12:21.555Z] Average: 7 5.02 0.00 0.98 0.25 0.02 93.74 [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z] [2022-11-21T16:12:21.555Z]