Pull request #170 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of AlexCuse for edgexfoundry/go-mod-messaging Loading trusted files from base branch main at 910d84162688bbccf14f81cbd7c538e61fcf6e89 rather than 8ce938f1aad65f6a717c19de24a1a639d43c9675 Obtained Jenkinsfile from 910d84162688bbccf14f81cbd7c538e61fcf6e89 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1554589389730399037.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5186546999460602473.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16041063575022135418.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15651602662372922787.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5604460254791958923.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-170/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4211345511658157056.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-messaging, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-23564 in /w/workspace/xfoundry_go-mod-messaging_PR-170 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_PR-170 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 910d84162688bbccf14f81cbd7c538e61fcf6e89 into PR head commit 8ce938f1aad65f6a717c19de24a1a639d43c9675 Merge succeeded, producing 8ce938f1aad65f6a717c19de24a1a639d43c9675 Checking out Revision 8ce938f1aad65f6a717c19de24a1a639d43c9675 (PR-170) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 910d84162688bbccf14f81cbd7c538e61fcf6e89 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 Commit message: "feat: Add File-Based NKEY & Credentials Auth to NATS Client" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-25T18:38:13.152Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-25T18:38:13.319Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-25T18:38:13.419Z] ========================================================= [2022-08-25T18:38:13.419Z] EdgeX Global Pipelines Version Info [2022-08-25T18:38:13.419Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:38:14.199Z] ------------------- [2022-08-25T18:38:14.199Z] stable info: [2022-08-25T18:38:14.199Z] ------------------- [2022-08-25T18:38:14.199Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-25T18:38:14.199Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-08-25T18:38:14.199Z] Message: update stable to v1.0.239 [2022-08-25T18:38:14.775Z] ------------------- [2022-08-25T18:38:14.775Z] experimental info: [2022-08-25T18:38:14.775Z] ------------------- [2022-08-25T18:38:14.775Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-08-25T18:38:14.775Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-08-25T18:38:14.775Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-25T18:38:15.102Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo [2022-08-25T18:38:15.142Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo [2022-08-25T18:38:15.184Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-25T18:38:15.226Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-25T18:38:15.269Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-25T18:38:15.310Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-25T18:38:15.352Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-25T18:38:15.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-25T18:38:15.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-25T18:38:15.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-25T18:38:15.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-25T18:38:15.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo [2022-08-25T18:38:15.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-25T18:38:15.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-25T18:38:15.686Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-08-25T18:38:15.731Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-08-25T18:38:15.773Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-25T18:38:15.816Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-25T18:38:15.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-25T18:38:15.898Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-25T18:38:15.944Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-25T18:38:15.983Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-25T18:38:16.023Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-25T18:38:16.069Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-25T18:38:16.112Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-08-25T18:38:16.155Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-25T18:38:16.196Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-25T18:38:16.239Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo [2022-08-25T18:38:16.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo [2022-08-25T18:38:16.324Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo [2022-08-25T18:38:16.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo [2022-08-25T18:38:16.405Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8ce938f [Pipeline] echo [2022-08-25T18:38:16.443Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-25T18:38:16.961Z] + git rev-list -1 --merges 8ce938f1aad65f6a717c19de24a1a639d43c9675~1..8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo [2022-08-25T18:38:17.012Z] -----------> git rev-list -1 --merges 8ce938f1aad65f6a717c19de24a1a639d43c9675~1..8ce938f1aad65f6a717c19de24a1a639d43c9675 8ce938f1aad65f6a717c19de24a1a639d43c9675 [false] [Pipeline] sh [2022-08-25T18:38:17.324Z] + git log --format=format:%s -1 8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo [2022-08-25T18:38:17.360Z] ========================================================= [2022-08-25T18:38:17.360Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-25T18:38:17.360Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-25T18:38:17.805Z] + git log --format=format:%s -1 8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] echo [2022-08-25T18:38:17.842Z] [semverPrep] GIT_COMMIT: 8ce938f1aad65f6a717c19de24a1a639d43c9675, Commit Message: feat: Add File-Based NKEY & Credentials Auth to NATS Client [Pipeline] echo [2022-08-25T18:38:17.872Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-25T18:38:18.271Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-25T18:38:18.271Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-25T18:38:18.271Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-25T18:38:18.271Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-25T18:38:18.271Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-25T18:38:18.271Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-25T18:38:18.271Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:38:18.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-25T18:38:19.085Z] [2022-08-25T18:38:19.085Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:38:19.470Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-25T18:38:19.731Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-25T18:38:19.731Z] b85a868b505f: Pulling fs layer [2022-08-25T18:38:19.731Z] e2be974225ed: Pulling fs layer [2022-08-25T18:38:19.731Z] 339a4e72a1f5: Pulling fs layer [2022-08-25T18:38:19.731Z] 988bab9f4d93: Pulling fs layer [2022-08-25T18:38:19.731Z] 1469e6f7b9e6: Pulling fs layer [2022-08-25T18:38:19.731Z] eaf3925da568: Pulling fs layer [2022-08-25T18:38:19.731Z] bab4dde63d76: Pulling fs layer [2022-08-25T18:38:19.731Z] bde34c3a00c8: Pulling fs layer [2022-08-25T18:38:19.731Z] b352a97aabf1: Pulling fs layer [2022-08-25T18:38:19.731Z] 4872d77fe225: Pulling fs layer [2022-08-25T18:38:19.731Z] 5851b861e8e6: Pulling fs layer [2022-08-25T18:38:19.731Z] 988bab9f4d93: Waiting [2022-08-25T18:38:19.731Z] 1469e6f7b9e6: Waiting [2022-08-25T18:38:19.731Z] eaf3925da568: Waiting [2022-08-25T18:38:19.731Z] bab4dde63d76: Waiting [2022-08-25T18:38:19.731Z] b352a97aabf1: Waiting [2022-08-25T18:38:19.731Z] 5851b861e8e6: Waiting [2022-08-25T18:38:19.731Z] bde34c3a00c8: Waiting [2022-08-25T18:38:19.731Z] e2be974225ed: Download complete [2022-08-25T18:38:19.731Z] 988bab9f4d93: Verifying Checksum [2022-08-25T18:38:19.731Z] 988bab9f4d93: Download complete [2022-08-25T18:38:19.731Z] 1469e6f7b9e6: Verifying Checksum [2022-08-25T18:38:19.731Z] 1469e6f7b9e6: Download complete [2022-08-25T18:38:19.731Z] eaf3925da568: Download complete [2022-08-25T18:38:19.731Z] 339a4e72a1f5: Verifying Checksum [2022-08-25T18:38:19.731Z] 339a4e72a1f5: Download complete [2022-08-25T18:38:19.731Z] bde34c3a00c8: Verifying Checksum [2022-08-25T18:38:19.731Z] bde34c3a00c8: Download complete [2022-08-25T18:38:19.992Z] b352a97aabf1: Verifying Checksum [2022-08-25T18:38:19.992Z] b352a97aabf1: Download complete [2022-08-25T18:38:19.992Z] 4872d77fe225: Verifying Checksum [2022-08-25T18:38:19.992Z] 4872d77fe225: Download complete [2022-08-25T18:38:19.992Z] 5851b861e8e6: Verifying Checksum [2022-08-25T18:38:19.992Z] 5851b861e8e6: Download complete [2022-08-25T18:38:19.992Z] b85a868b505f: Verifying Checksum [2022-08-25T18:38:19.992Z] b85a868b505f: Download complete [2022-08-25T18:38:20.257Z] bab4dde63d76: Verifying Checksum [2022-08-25T18:38:20.257Z] bab4dde63d76: Download complete [2022-08-25T18:38:21.208Z] b85a868b505f: Pull complete [2022-08-25T18:38:21.470Z] e2be974225ed: Pull complete [2022-08-25T18:38:21.732Z] 339a4e72a1f5: Pull complete [2022-08-25T18:38:21.993Z] 988bab9f4d93: Pull complete [2022-08-25T18:38:22.253Z] 1469e6f7b9e6: Pull complete [2022-08-25T18:38:22.253Z] eaf3925da568: Pull complete [2022-08-25T18:38:24.175Z] bab4dde63d76: Pull complete [2022-08-25T18:38:24.175Z] bde34c3a00c8: Pull complete [2022-08-25T18:38:24.175Z] b352a97aabf1: Pull complete [2022-08-25T18:38:24.175Z] 4872d77fe225: Pull complete [2022-08-25T18:38:24.175Z] 5851b861e8e6: Pull complete [2022-08-25T18:38:24.175Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-25T18:38:24.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-25T18:38:24.175Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:38:24.420Z] prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container [2022-08-25T18:38:24.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-25T18:38:26.238Z] $ docker top 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 -eo pid,comm [2022-08-25T18:38:26.299Z] 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-08-25T18:38:26.299Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-25T18:38:26.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-25T18:38:26.435Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-25T18:38:26.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-25T18:38:26.558Z] $ docker exec 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent [2022-08-25T18:38:26.671Z] SSH_AUTH_SOCK=/tmp/ssh-bPaK549161Bj/agent.33 [2022-08-25T18:38:26.671Z] SSH_AGENT_PID=39 [2022-08-25T18:38:26.678Z] Running ssh-add (command line suppressed) [2022-08-25T18:38:26.785Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_4795478264086190028.key (/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_4795478264086190028.key) [2022-08-25T18:38:26.800Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-25T18:38:27.135Z] + git tag --points-at HEAD [Pipeline] } [2022-08-25T18:38:27.165Z] $ docker exec --env ******** --env ******** 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent -k [2022-08-25T18:38:27.281Z] unset SSH_AUTH_SOCK; [2022-08-25T18:38:27.282Z] unset SSH_AGENT_PID; [2022-08-25T18:38:27.282Z] echo Agent pid 39 killed; [2022-08-25T18:38:27.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-25T18:38:27.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-25T18:38:27.383Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-25T18:38:27.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-25T18:38:27.505Z] $ docker exec 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent [2022-08-25T18:38:27.631Z] SSH_AUTH_SOCK=/tmp/ssh-Eg313wNGg1wR/agent.71 [2022-08-25T18:38:27.631Z] SSH_AGENT_PID=78 [2022-08-25T18:38:27.637Z] Running ssh-add (command line suppressed) [2022-08-25T18:38:27.749Z] Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_8836386113037481658.key (/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/private_key_8836386113037481658.key) [2022-08-25T18:38:27.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-25T18:38:28.103Z] + git semver init [2022-08-25T18:38:28.366Z] 2022-08-25 18:38:28,291 [run_init] DEBUG init version:0.0.0 force:False [2022-08-25T18:38:28.366Z] 2022-08-25 18:38:28,291 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver [2022-08-25T18:38:28.366Z] 2022-08-25 18:38:28,292 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/xfoundry_go-mod-messaging_PR-170/.semver [2022-08-25T18:38:28.367Z] 2022-08-25 18:38:28,292 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-170, universal_newlines=False, shell=None, istream=None) [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,926 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-messaging_PR-170/.git/info/exclude [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,927 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver/PR-170 with force:False [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,927 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver/PR-170 [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,931 [execute] INFO git cat-file --batch-check [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver, universal_newlines=False, shell=None, istream=) [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,937 [execute] INFO git cat-file --batch [2022-08-25T18:38:28.941Z] 2022-08-25 18:38:28,938 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-170/.semver, universal_newlines=False, shell=None, istream=) [2022-08-25T18:38:29.203Z] 2022-08-25 18:38:28,943 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-messaging_PR-170/.semver/PR-170 [2022-08-25T18:38:29.203Z] 0.0.0 [Pipeline] } [2022-08-25T18:38:29.229Z] $ docker exec --env ******** --env ******** 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 ssh-agent -k [2022-08-25T18:38:29.335Z] unset SSH_AUTH_SOCK; [2022-08-25T18:38:29.336Z] unset SSH_AGENT_PID; [2022-08-25T18:38:29.336Z] echo Agent pid 78 killed; [2022-08-25T18:38:29.344Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-25T18:38:29.767Z] + git semver [Pipeline] } [2022-08-25T18:38:30.055Z] $ docker stop --time=1 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 [2022-08-25T18:38:31.331Z] $ docker rm -f 2e9025ff50dc2a6cd170a88c3cfa65a44b404ef324af3dd7a5e7c776b49ac313 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-25T18:38:31.737Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-25T18:38:32.037Z] Stashed 1 file(s) [Pipeline] echo [2022-08-25T18:38:32.057Z] [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-08-25T18:38:32.620Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-25T18:38:32.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-25T18:38:32.693Z] ========================================================= [2022-08-25T18:38:32.693Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-25T18:38:32.693Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-08-25T18:38:33.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-25T18:38:33.085Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-25T18:38:33.085Z] 2408cc74d12b: Pulling fs layer [2022-08-25T18:38:33.085Z] ea60b727a1ce: Pulling fs layer [2022-08-25T18:38:33.085Z] 30c4a7721957: Pulling fs layer [2022-08-25T18:38:33.085Z] 370296b7ddb6: Pulling fs layer [2022-08-25T18:38:33.085Z] 7c6cee850709: Pulling fs layer [2022-08-25T18:38:33.085Z] 39a5fcdaea64: Pulling fs layer [2022-08-25T18:38:33.085Z] d94ebbe4e438: Pulling fs layer [2022-08-25T18:38:33.085Z] bcfd1f05c69d: Pulling fs layer [2022-08-25T18:38:33.085Z] 59ccb84bbe0f: Pulling fs layer [2022-08-25T18:38:33.085Z] 7c6cee850709: Waiting [2022-08-25T18:38:33.085Z] 39a5fcdaea64: Waiting [2022-08-25T18:38:33.085Z] d94ebbe4e438: Waiting [2022-08-25T18:38:33.085Z] bcfd1f05c69d: Waiting [2022-08-25T18:38:33.085Z] 370296b7ddb6: Waiting [2022-08-25T18:38:33.085Z] 30c4a7721957: Download complete [2022-08-25T18:38:33.085Z] ea60b727a1ce: Verifying Checksum [2022-08-25T18:38:33.085Z] ea60b727a1ce: Download complete [2022-08-25T18:38:33.085Z] 7c6cee850709: Verifying Checksum [2022-08-25T18:38:33.085Z] 7c6cee850709: Download complete [2022-08-25T18:38:33.085Z] 39a5fcdaea64: Verifying Checksum [2022-08-25T18:38:33.085Z] 39a5fcdaea64: Download complete [2022-08-25T18:38:33.085Z] 2408cc74d12b: Verifying Checksum [2022-08-25T18:38:33.085Z] 2408cc74d12b: Download complete [2022-08-25T18:38:33.085Z] d94ebbe4e438: Download complete [2022-08-25T18:38:33.345Z] 2408cc74d12b: Pull complete [2022-08-25T18:38:33.345Z] ea60b727a1ce: Pull complete [2022-08-25T18:38:33.605Z] 30c4a7721957: Pull complete [2022-08-25T18:38:33.865Z] 59ccb84bbe0f: Verifying Checksum [2022-08-25T18:38:33.865Z] 59ccb84bbe0f: Download complete [2022-08-25T18:38:33.865Z] 370296b7ddb6: Verifying Checksum [2022-08-25T18:38:33.865Z] 370296b7ddb6: Download complete [2022-08-25T18:38:34.125Z] bcfd1f05c69d: Download complete [2022-08-25T18:38:38.326Z] 370296b7ddb6: Pull complete [2022-08-25T18:38:38.326Z] 7c6cee850709: Pull complete [2022-08-25T18:38:38.326Z] 39a5fcdaea64: Pull complete [2022-08-25T18:38:38.326Z] d94ebbe4e438: Pull complete [2022-08-25T18:38:39.706Z] bcfd1f05c69d: Pull complete [2022-08-25T18:38:40.276Z] 59ccb84bbe0f: Pull complete [2022-08-25T18:38:40.276Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-25T18:38:40.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-25T18:38:40.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2022-08-25T18:38:40.587Z] + 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-08-25T18:38:40.965Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-25T18:38:40.965Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:38:41.124Z] prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container [2022-08-25T18:38:41.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-25T18:38:43.907Z] $ docker top b0282512afed01a2bfde92396f6620d1491e4993cffcdc4b87d1683525cf9bb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-25T18:38:44.307Z] + go version [2022-08-25T18:38:44.307Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-25T18:38:44.348Z] $ docker stop --time=1 b0282512afed01a2bfde92396f6620d1491e4993cffcdc4b87d1683525cf9bb8 [2022-08-25T18:38:45.632Z] $ docker rm -f b0282512afed01a2bfde92396f6620d1491e4993cffcdc4b87d1683525cf9bb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:38:46.346Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-25T18:38:46.346Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:38:46.509Z] prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container [2022-08-25T18:38:46.555Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-25T18:38:46.905Z] $ docker top 6d1bfe0bd94d17bcbeea85143b36b9c419238da527051caa888342d858aef110 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-25T18:38:47.312Z] + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-170 [Pipeline] fileExists [Pipeline] sh [2022-08-25T18:38:47.454Z] Still waiting to schedule task [2022-08-25T18:38:47.455Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-25T18:38:47.672Z] + make test [2022-08-25T18:38:47.672Z] CGO_ENABLED=1 GO111MODULE=on go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2022-08-25T18:38:47.672Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-08-25T18:38:47.672Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-08-25T18:38:47.672Z] go: downloading github.com/nats-io/nats.go v1.16.0 [2022-08-25T18:38:47.672Z] go: downloading github.com/google/uuid v1.3.0 [2022-08-25T18:38:47.672Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2022-08-25T18:38:47.672Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-08-25T18:38:47.672Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T18:38:47.672Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T18:38:47.672Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-08-25T18:38:47.672Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-08-25T18:38:47.672Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-08-25T18:38:47.672Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-08-25T18:38:47.672Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-08-25T18:38:47.932Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2022-08-25T18:38:47.932Z] go: downloading github.com/nats-io/nuid v1.0.1 [2022-08-25T18:38:47.932Z] go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e [2022-08-25T18:38:57.925Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2022-08-25T18:39:02.126Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.037s coverage: 90.4% of statements [2022-08-25T18:39:02.126Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.052s coverage: 86.3% of statements [2022-08-25T18:39:02.126Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] [2022-08-25T18:39:02.126Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] [2022-08-25T18:39:02.126Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.035s coverage: 16.7% of statements [2022-08-25T18:39:02.126Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.032s coverage: 68.5% of statements [2022-08-25T18:39:02.126Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.372s coverage: 83.8% of statements [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.035s coverage: 88.9% of statements [2022-08-25T18:39:24.085Z] ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.053s coverage: 100.0% of statements [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.031s coverage: 100.0% of statements [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.035s coverage: 90.9% of statements [2022-08-25T18:39:24.085Z] CGO_ENABLED=1 GO111MODULE=on go test -tags no-zmq -race ./... -coverprofile=coverage.out ./... [2022-08-25T18:39:24.085Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.049s coverage: 90.4% of statements [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.028s coverage: 100.0% of statements [2022-08-25T18:39:24.085Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.028s coverage: 100.0% of statements [2022-08-25T18:39:24.085Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.052s coverage: 68.5% of statements [2022-08-25T18:39:24.085Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2022-08-25T18:39:46.048Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.372s coverage: 83.8% of statements [2022-08-25T18:39:46.048Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.021s coverage: 88.9% of statements [2022-08-25T18:39:46.048Z] ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] [2022-08-25T18:39:46.048Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.032s coverage: 100.0% of statements [2022-08-25T18:39:46.048Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.019s coverage: 100.0% of statements [2022-08-25T18:39:46.048Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.018s coverage: 90.9% of statements [2022-08-25T18:39:52.621Z] 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-08-25T18:39:52.621Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-25T18:39:54.527Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-25T18:39:54.527Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-08-25T18:39:54.561Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-25T18:39:54.595Z] $ docker stop --time=1 6d1bfe0bd94d17bcbeea85143b36b9c419238da527051caa888342d858aef110 [2022-08-25T18:39:56.079Z] $ docker rm -f 6d1bfe0bd94d17bcbeea85143b36b9c419238da527051caa888342d858aef110 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-25T18:39:56.591Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-25T18:39:56.658Z] 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-08-25T18:39:57.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-25T18:39:57.650Z] [2022-08-25T18:39:57.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:39:58.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-25T18:39:58.028Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-25T18:39:58.028Z] 5eb5b503b376: Pulling fs layer [2022-08-25T18:39:58.028Z] 5c69ac0246d0: Pulling fs layer [2022-08-25T18:39:58.028Z] ec43610c2a17: Pulling fs layer [2022-08-25T18:39:58.028Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-25T18:39:58.028Z] 33b1e0a273af: Pulling fs layer [2022-08-25T18:39:58.028Z] 5d3b04190fa2: Pulling fs layer [2022-08-25T18:39:58.028Z] 2f39f015ded8: Pulling fs layer [2022-08-25T18:39:58.028Z] 5d3b04190fa2: Waiting [2022-08-25T18:39:58.028Z] 2f39f015ded8: Waiting [2022-08-25T18:39:58.028Z] 33b1e0a273af: Waiting [2022-08-25T18:39:58.028Z] 3a2ae6a8a46f: Waiting [2022-08-25T18:39:58.028Z] 5c69ac0246d0: Verifying Checksum [2022-08-25T18:39:58.028Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-25T18:39:58.028Z] 3a2ae6a8a46f: Download complete [2022-08-25T18:39:58.028Z] 33b1e0a273af: Verifying Checksum [2022-08-25T18:39:58.028Z] 33b1e0a273af: Download complete [2022-08-25T18:39:58.028Z] ec43610c2a17: Verifying Checksum [2022-08-25T18:39:58.028Z] ec43610c2a17: Download complete [2022-08-25T18:39:58.028Z] 5d3b04190fa2: Verifying Checksum [2022-08-25T18:39:58.028Z] 5d3b04190fa2: Download complete [2022-08-25T18:39:58.289Z] 5eb5b503b376: Verifying Checksum [2022-08-25T18:39:58.289Z] 5eb5b503b376: Download complete [2022-08-25T18:39:58.859Z] 2f39f015ded8: Verifying Checksum [2022-08-25T18:39:58.859Z] 2f39f015ded8: Download complete [2022-08-25T18:39:59.426Z] 5eb5b503b376: Pull complete [2022-08-25T18:39:59.426Z] 5c69ac0246d0: Pull complete [2022-08-25T18:39:59.999Z] ec43610c2a17: Pull complete [2022-08-25T18:39:59.999Z] 3a2ae6a8a46f: Pull complete [2022-08-25T18:40:00.258Z] 33b1e0a273af: Pull complete [2022-08-25T18:40:00.258Z] 5d3b04190fa2: Pull complete [2022-08-25T18:40:04.467Z] 2f39f015ded8: Pull complete [2022-08-25T18:40:04.467Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-25T18:40:04.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-25T18:40:04.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:40:04.692Z] prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container [2022-08-25T18:40:04.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-25T18:40:06.613Z] $ docker top 369fa02dc95c7760010670f845ed296be47947c9ff60d2ca9c1c10526876e00a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:40:07.068Z] ---> job-cost.sh [2022-08-25T18:40:07.068Z] lf-activate-venv: SKIPPING [2022-08-25T18:40:07.068Z] INFO: No Stack... [2022-08-25T18:40:07.649Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-25T18:40:07.909Z] INFO: Archiving Costs [Pipeline] sh [2022-08-25T18:40:08.224Z] + cat /w/workspace/xfoundry_go-mod-messaging_PR-170/archives/cost.csv [2022-08-25T18:40:08.224Z] + cut -d, -f6 [Pipeline] lock [2022-08-25T18:40:08.267Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [2022-08-25T18:40:08.273Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] did not exist. Created. [2022-08-25T18:40:08.273Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-25T18:40:08.674Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-25T18:40:08.725Z] Stashed 1 file(s) [Pipeline] } [2022-08-25T18:40:08.756Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-25T18:40:08.841Z] $ docker stop --time=1 369fa02dc95c7760010670f845ed296be47947c9ff60d2ca9c1c10526876e00a [2022-08-25T18:40:10.011Z] $ docker rm -f 369fa02dc95c7760010670f845ed296be47947c9ff60d2ca9c1c10526876e00a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-25T18:40:26.484Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-23565 in /w/workspace/xfoundry_go-mod-messaging_PR-170 [Pipeline] { [Pipeline] ws [2022-08-25T18:40:26.525Z] Running in /w/workspace/go-mod-messaging/1 [Pipeline] { [Pipeline] checkout [2022-08-25T18:40:26.605Z] Selected Git installation does not exist. Using Default [2022-08-25T18:40:26.605Z] The recommended git tool is: NONE [2022-08-25T18:40:33.100Z] using credential edgex-jenkins-ssh [2022-08-25T18:40:33.130Z] Cloning the remote Git repository [2022-08-25T18:40:33.182Z] Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git [2022-08-25T18:40:33.258Z] > git init /w/workspace/go-mod-messaging/1 # timeout=10 [2022-08-25T18:40:33.346Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2022-08-25T18:40:33.347Z] > git --version # timeout=10 [2022-08-25T18:40:33.369Z] > git --version # 'git version 2.25.1' [2022-08-25T18:40:33.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-25T18:40:33.452Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-25T18:40:34.119Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2022-08-25T18:40:34.134Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-25T18:40:34.158Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 [2022-08-25T18:40:34.807Z] Merging remotes/origin/main commit 910d84162688bbccf14f81cbd7c538e61fcf6e89 into PR head commit 8ce938f1aad65f6a717c19de24a1a639d43c9675 [2022-08-25T18:40:35.037Z] Merge succeeded, producing 8ce938f1aad65f6a717c19de24a1a639d43c9675 [2022-08-25T18:40:35.037Z] Checking out Revision 8ce938f1aad65f6a717c19de24a1a639d43c9675 (PR-170) [2022-08-25T18:40:34.247Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git [2022-08-25T18:40:34.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-25T18:40:34.273Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-25T18:40:34.827Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T18:40:34.844Z] > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 [2022-08-25T18:40:34.943Z] > git remote # timeout=10 [2022-08-25T18:40:34.961Z] > git config --get remote.origin.url # timeout=10 [2022-08-25T18:40:34.985Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-25T18:40:34.997Z] > git merge 910d84162688bbccf14f81cbd7c538e61fcf6e89 # timeout=10 [2022-08-25T18:40:35.021Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-25T18:40:35.043Z] > git config core.sparsecheckout # timeout=10 [2022-08-25T18:40:35.062Z] > git checkout -f 8ce938f1aad65f6a717c19de24a1a639d43c9675 # timeout=10 [2022-08-25T18:40:39.238Z] Commit message: "feat: Add File-Based NKEY & Credentials Auth to NATS Client" [2022-08-25T18:40:39.296Z] > git --version # timeout=10 [2022-08-25T18:40:39.308Z] > git --version # 'git version 2.25.1' [2022-08-25T18:40:39.322Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-25T18:40:40.436Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-25T18:40:40.436Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-25T18:40:40.436Z] Dload Upload Total Spent Left Speed [2022-08-25T18:40:40.436Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 84013 0 --:--:-- --:--:-- --:--:-- 84013 [Pipeline] sh [2022-08-25T18:40:41.173Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-25T18:40:41.534Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ sudo tee /etc/docker/daemon.new [2022-08-25T18:40:41.534Z] /etc/docker/daemon.json [2022-08-25T18:40:41.534Z] { [2022-08-25T18:40:41.534Z] "registry-mirrors": [ [2022-08-25T18:40:41.534Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-25T18:40:41.534Z] ], [2022-08-25T18:40:41.534Z] "bip": "10.250.0.254/24", [2022-08-25T18:40:41.534Z] "hosts": [ [2022-08-25T18:40:41.534Z] "tcp://0.0.0.0:5555", [2022-08-25T18:40:41.534Z] "unix:///var/run/docker.sock" [2022-08-25T18:40:41.534Z] ], [2022-08-25T18:40:41.534Z] "mtu": 1458, [2022-08-25T18:40:41.534Z] "selinux-enabled": true, [2022-08-25T18:40:41.534Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-25T18:40:41.534Z] } [Pipeline] sh [2022-08-25T18:40:41.886Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-25T18:40:42.245Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-08-25T18:41:00.951Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-25T18:41:00.989Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-25T18:41:01.026Z] ========================================================= [2022-08-25T18:41:01.026Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-25T18:41:01.026Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-08-25T18:41:01.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-25T18:41:02.060Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-25T18:41:02.060Z] b3c136eddcbf: Pulling fs layer [2022-08-25T18:41:02.060Z] c0a3192eca97: Pulling fs layer [2022-08-25T18:41:02.060Z] a050256f5b6f: Pulling fs layer [2022-08-25T18:41:02.060Z] 656be50a0ddc: Pulling fs layer [2022-08-25T18:41:02.060Z] 2bbca73fdf42: Pulling fs layer [2022-08-25T18:41:02.060Z] 46d945488cbd: Pulling fs layer [2022-08-25T18:41:02.060Z] 8a5474983e97: Pulling fs layer [2022-08-25T18:41:02.060Z] 329c88fbcd65: Pulling fs layer [2022-08-25T18:41:02.060Z] 656be50a0ddc: Waiting [2022-08-25T18:41:02.060Z] 2bbca73fdf42: Waiting [2022-08-25T18:41:02.060Z] 46d945488cbd: Waiting [2022-08-25T18:41:02.060Z] 329c88fbcd65: Waiting [2022-08-25T18:41:02.060Z] 8a5474983e97: Waiting [2022-08-25T18:41:02.060Z] c0a3192eca97: Verifying Checksum [2022-08-25T18:41:02.060Z] c0a3192eca97: Download complete [2022-08-25T18:41:02.060Z] 2bbca73fdf42: Verifying Checksum [2022-08-25T18:41:02.060Z] 2bbca73fdf42: Download complete [2022-08-25T18:41:02.060Z] 46d945488cbd: Download complete [2022-08-25T18:41:02.060Z] b3c136eddcbf: Verifying Checksum [2022-08-25T18:41:02.060Z] b3c136eddcbf: Download complete [2022-08-25T18:41:03.059Z] 329c88fbcd65: Verifying Checksum [2022-08-25T18:41:03.059Z] 329c88fbcd65: Download complete [2022-08-25T18:41:03.059Z] b3c136eddcbf: Pull complete [2022-08-25T18:41:03.672Z] c0a3192eca97: Pull complete [2022-08-25T18:41:03.947Z] a050256f5b6f: Pull complete [2022-08-25T18:41:04.545Z] 8a5474983e97: Verifying Checksum [2022-08-25T18:41:04.545Z] 8a5474983e97: Download complete [2022-08-25T18:41:04.819Z] 656be50a0ddc: Download complete [2022-08-25T18:41:17.243Z] 656be50a0ddc: Pull complete [2022-08-25T18:41:17.515Z] 2bbca73fdf42: Pull complete [2022-08-25T18:41:17.788Z] 46d945488cbd: Pull complete [2022-08-25T18:41:24.535Z] 8a5474983e97: Pull complete [2022-08-25T18:41:25.986Z] 329c88fbcd65: Pull complete [2022-08-25T18:41:25.986Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-25T18:41:25.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-25T18:41:25.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2022-08-25T18:41:26.346Z] + 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-08-25T18:41:26.767Z] + docker inspect -f . ci-base-image-arm64 [2022-08-25T18:41:26.767Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:41:27.102Z] prd-ubuntu20.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container [2022-08-25T18:41:27.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-25T18:41:30.173Z] $ docker top 023b25b6b477aa53be8ec8b4030a043ae26a33c7fc38f10aa509bb5caef9ad3a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-25T18:41:31.135Z] + go version [2022-08-25T18:41:31.135Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-25T18:41:31.169Z] $ docker stop --time=1 023b25b6b477aa53be8ec8b4030a043ae26a33c7fc38f10aa509bb5caef9ad3a [2022-08-25T18:41:32.820Z] $ docker rm -f 023b25b6b477aa53be8ec8b4030a043ae26a33c7fc38f10aa509bb5caef9ad3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:41:33.763Z] + docker inspect -f . ci-base-image-arm64 [2022-08-25T18:41:33.763Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:41:34.092Z] prd-ubuntu20.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container [2022-08-25T18:41:34.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-25T18:41:35.547Z] $ docker top a4d281b1eaf116e327bf5ed381056bd3cfa6346161d2efe4301574601c6fb35c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-25T18:41:36.513Z] + git config --global --add safe.directory /w/workspace/go-mod-messaging/1 [Pipeline] fileExists [Pipeline] sh [2022-08-25T18:41:37.238Z] + make test [2022-08-25T18:41:37.238Z] CGO_ENABLED=1 GO111MODULE=on go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... [2022-08-25T18:41:37.238Z] go: downloading github.com/nats-io/nats.go v1.16.0 [2022-08-25T18:41:37.238Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-08-25T18:41:37.238Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.1 [2022-08-25T18:41:37.516Z] go: downloading github.com/google/uuid v1.3.0 [2022-08-25T18:41:37.516Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-08-25T18:41:37.516Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-08-25T18:41:37.516Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-25T18:41:37.516Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-25T18:41:37.516Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-08-25T18:41:37.516Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-08-25T18:41:37.791Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-08-25T18:41:37.791Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-08-25T18:41:37.791Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-08-25T18:41:37.791Z] go: downloading github.com/nats-io/nkeys v0.3.0 [2022-08-25T18:41:37.791Z] go: downloading github.com/nats-io/nuid v1.0.1 [2022-08-25T18:41:37.791Z] go: downloading golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e [2022-08-25T18:42:34.385Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2022-08-25T18:42:56.626Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.181s coverage: 90.4% of statements [2022-08-25T18:43:03.399Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.207s coverage: 86.3% of statements [2022-08-25T18:43:03.399Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces [no test files] [2022-08-25T18:43:03.399Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] [2022-08-25T18:43:03.399Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.082s coverage: 16.7% of statements [2022-08-25T18:43:04.393Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.121s coverage: 68.5% of statements [2022-08-25T18:43:04.393Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2022-08-25T18:43:22.711Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.466s coverage: 83.8% of statements [2022-08-25T18:43:22.712Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.079s coverage: 88.9% of statements [2022-08-25T18:43:22.712Z] ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] [2022-08-25T18:43:22.712Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.070s coverage: 100.0% of statements [2022-08-25T18:43:22.712Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.066s coverage: 100.0% of statements [2022-08-25T18:43:22.712Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.055s coverage: 90.9% of statements [2022-08-25T18:43:22.712Z] CGO_ENABLED=1 GO111MODULE=on go test -tags no-zmq -race ./... -coverprofile=coverage.out ./... [2022-08-25T18:43:22.712Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg [no test files] [2022-08-25T18:43:23.316Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/mqtt 0.195s coverage: 90.4% of statements [2022-08-25T18:43:23.316Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats 0.052s coverage: 100.0% of statements [2022-08-25T18:43:23.316Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/interfaces/mocks [no test files] [2022-08-25T18:43:23.596Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/nats/jetstream 0.055s coverage: 100.0% of statements [2022-08-25T18:43:24.203Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis 0.201s coverage: 68.5% of statements [2022-08-25T18:43:24.203Z] ? github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/redis/mocks [no test files] [2022-08-25T18:43:51.014Z] ok github.com/edgexfoundry/go-mod-messaging/v2/internal/pkg/zeromq 21.486s coverage: 83.8% of statements [2022-08-25T18:43:51.014Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging 0.067s coverage: 88.9% of statements [2022-08-25T18:43:51.014Z] ? github.com/edgexfoundry/go-mod-messaging/v2/messaging/mocks [no test files] [2022-08-25T18:43:51.014Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/mqtt 0.084s coverage: 100.0% of statements [2022-08-25T18:43:51.014Z] ok github.com/edgexfoundry/go-mod-messaging/v2/messaging/redis 0.059s coverage: 100.0% of statements [2022-08-25T18:43:51.014Z] ok github.com/edgexfoundry/go-mod-messaging/v2/pkg/types 0.063s coverage: 90.9% of statements [2022-08-25T18:43:51.014Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-25T18:43:51.014Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-25T18:44:23.402Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-25T18:44:23.402Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-08-25T18:44:23.440Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-25T18:44:23.469Z] $ docker stop --time=1 a4d281b1eaf116e327bf5ed381056bd3cfa6346161d2efe4301574601c6fb35c [2022-08-25T18:44:25.363Z] $ docker rm -f a4d281b1eaf116e327bf5ed381056bd3cfa6346161d2efe4301574601c6fb35c [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-25T18:44:26.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-25T18:44:26.617Z] Warning: overwriting stash ‘coverage-report’ [2022-08-25T18:44:27.084Z] 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-08-25T18:44:27.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-25T18:44:27.929Z] [2022-08-25T18:44:27.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:44:28.346Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-25T18:44:28.621Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-25T18:44:28.621Z] 8998bd30e6a1: Pulling fs layer [2022-08-25T18:44:28.621Z] 04944245beec: Pulling fs layer [2022-08-25T18:44:28.621Z] 699f458cf7ca: Pulling fs layer [2022-08-25T18:44:28.621Z] 765212b225bb: Pulling fs layer [2022-08-25T18:44:28.621Z] f23df028b6ca: Pulling fs layer [2022-08-25T18:44:28.621Z] d65c8cfc05b1: Pulling fs layer [2022-08-25T18:44:28.621Z] 2437ff75d9bd: Pulling fs layer [2022-08-25T18:44:28.621Z] f23df028b6ca: Waiting [2022-08-25T18:44:28.621Z] d65c8cfc05b1: Waiting [2022-08-25T18:44:28.621Z] 2437ff75d9bd: Waiting [2022-08-25T18:44:28.621Z] 765212b225bb: Waiting [2022-08-25T18:44:28.621Z] 04944245beec: Verifying Checksum [2022-08-25T18:44:28.621Z] 04944245beec: Download complete [2022-08-25T18:44:28.894Z] 765212b225bb: Verifying Checksum [2022-08-25T18:44:28.894Z] 765212b225bb: Download complete [2022-08-25T18:44:28.894Z] f23df028b6ca: Download complete [2022-08-25T18:44:28.894Z] d65c8cfc05b1: Verifying Checksum [2022-08-25T18:44:28.894Z] d65c8cfc05b1: Download complete [2022-08-25T18:44:28.894Z] 699f458cf7ca: Verifying Checksum [2022-08-25T18:44:28.894Z] 699f458cf7ca: Download complete [2022-08-25T18:44:29.507Z] 8998bd30e6a1: Verifying Checksum [2022-08-25T18:44:29.507Z] 8998bd30e6a1: Download complete [2022-08-25T18:44:31.488Z] 2437ff75d9bd: Verifying Checksum [2022-08-25T18:44:31.488Z] 2437ff75d9bd: Download complete [2022-08-25T18:44:33.501Z] 8998bd30e6a1: Pull complete [2022-08-25T18:44:33.774Z] 04944245beec: Pull complete [2022-08-25T18:44:35.211Z] 699f458cf7ca: Pull complete [2022-08-25T18:44:35.483Z] 765212b225bb: Pull complete [2022-08-25T18:44:36.467Z] f23df028b6ca: Pull complete [2022-08-25T18:44:36.467Z] d65c8cfc05b1: Pull complete [2022-08-25T18:44:51.559Z] 2437ff75d9bd: Pull complete [2022-08-25T18:44:51.559Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-25T18:44:51.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-25T18:44:51.559Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:44:51.950Z] prd-ubuntu20.04-docker-arm64-4c-16g-23565 does not seem to be running inside a container [2022-08-25T18:44:52.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-messaging/1 -v /w/workspace/go-mod-messaging/1:/w/workspace/go-mod-messaging/1:rw,z -v /w/workspace/go-mod-messaging/1@tmp:/w/workspace/go-mod-messaging/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-25T18:44:54.519Z] $ docker top 1498aa37f897bd28fbb4e201c78b57401c8d0d5d269b835c28360be5a931c58b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:44:55.517Z] ---> job-cost.sh [2022-08-25T18:44:55.517Z] lf-activate-venv: SKIPPING [2022-08-25T18:44:55.517Z] INFO: No Stack... [2022-08-25T18:44:56.117Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-25T18:44:56.714Z] INFO: Archiving Costs [Pipeline] sh [2022-08-25T18:44:57.399Z] + cat /w/workspace/go-mod-messaging/1/archives/cost.csv [2022-08-25T18:44:57.399Z] + cut -d, -f6 [Pipeline] lock [2022-08-25T18:44:57.480Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [2022-08-25T18:44:57.485Z] Resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] did not exist. Created. [2022-08-25T18:44:57.485Z] Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-25T18:44:58.238Z] /w/workspace/go-mod-messaging/1@tmp/durable-fd326f95/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-25T18:44:58.936Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-25T18:44:58.975Z] Warning: overwriting stash ‘stack-cost’ [2022-08-25T18:44:59.024Z] Stashed 1 file(s) [Pipeline] } [2022-08-25T18:44:59.039Z] Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-PR-170-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-25T18:44:59.123Z] $ docker stop --time=1 1498aa37f897bd28fbb4e201c78b57401c8d0d5d269b835c28360be5a931c58b [2022-08-25T18:45:00.644Z] $ docker rm -f 1498aa37f897bd28fbb4e201c78b57401c8d0d5d269b835c28360be5a931c58b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-08-25T18:45:01.690Z] provisioning config files... [2022-08-25T18:45:01.702Z] copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/config6816747214101817909tmp [Pipeline] { [Pipeline] sh [2022-08-25T18:45:02.026Z] + set +x [2022-08-25T18:45:02.026Z] + curl -s https://codecov.io/bash [2022-08-25T18:45:02.026Z] + bash -s -- [2022-08-25T18:45:02.026Z] [2022-08-25T18:45:02.026Z] _____ _ [2022-08-25T18:45:02.026Z] / ____| | | [2022-08-25T18:45:02.026Z] | | ___ __| | ___ ___ _____ __ [2022-08-25T18:45:02.026Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-25T18:45:02.026Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-25T18:45:02.027Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-25T18:45:02.027Z] Bash-1.0.6 [2022-08-25T18:45:02.027Z] [2022-08-25T18:45:02.027Z] [2022-08-25T18:45:02.027Z] ==> git version 2.25.1 found [2022-08-25T18:45:02.027Z] ==> 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-08-25T18:45:02.027Z] Release-Date: 2020-01-08 [2022-08-25T18:45:02.027Z] 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-08-25T18:45:02.027Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-25T18:45:02.027Z] ==> Jenkins CI detected. [2022-08-25T18:45:02.027Z] current dir:  /w/workspace/xfoundry_go-mod-messaging_PR-170 [2022-08-25T18:45:02.027Z] project root: . [2022-08-25T18:45:02.027Z] --> token set from env [2022-08-25T18:45:02.027Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-25T18:45:02.027Z] ==> Running gcov in . (disable via -X gcov) [2022-08-25T18:45:02.027Z] ==> Python coveragepy not found [2022-08-25T18:45:02.027Z] ==> Searching for coverage reports in: [2022-08-25T18:45:02.027Z] + . [2022-08-25T18:45:02.027Z] -> Found 1 reports [2022-08-25T18:45:02.027Z] ==> Detecting git/mercurial file structure [2022-08-25T18:45:02.027Z] ==> Reading reports [2022-08-25T18:45:02.027Z] + ./coverage.out bytes=23508 [2022-08-25T18:45:02.027Z] ==> Appending adjustments [2022-08-25T18:45:02.027Z] https://docs.codecov.io/docs/fixing-reports [2022-08-25T18:45:02.286Z] + Found adjustments [2022-08-25T18:45:02.286Z] ==> Gzipping contents [2022-08-25T18:45:02.286Z] 8.0K /tmp/codecov.gf3wAa.gz [2022-08-25T18:45:02.286Z] ==> Uploading reports [2022-08-25T18:45:02.286Z] url: https://codecov.io [2022-08-25T18:45:02.286Z] query: branch=PR-170&commit=8ce938f1aad65f6a717c19de24a1a639d43c9675&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-170%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=170&job=&cmd_args= [2022-08-25T18:45:02.286Z] -> Pinging Codecov [2022-08-25T18:45:02.286Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a6beaebe-80c9-4d50-a0dd-a405d66ec5fd&branch=PR-170&commit=8ce938f1aad65f6a717c19de24a1a639d43c9675&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-170%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=170&job=&cmd_args= [2022-08-25T18:45:02.858Z] -> Uploading to [2022-08-25T18:45:02.858Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-25/F6E385568367DD0E4001BA4F8F1CB792/8ce938f1aad65f6a717c19de24a1a639d43c9675/86a335fb-7d13-4e23-96b0-0059935bf2a3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220825T184502Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6bae447811f1b12e26de51d35e45ddf32d019a3ab708429ca8e2feca35c1d63 [2022-08-25T18:45:02.858Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-25T18:45:02.858Z] Dload Upload Total Spent Left Speed [2022-08-25T18:45:02.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6417 0 0 100 6417 0 27423 --:--:-- --:--:-- --:--:-- 27423 [2022-08-25T18:45:02.858Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-messaging/commit/8ce938f1aad65f6a717c19de24a1a639d43c9675 [Pipeline] } [2022-08-25T18:45:02.885Z] 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-08-25T18:45:04.720Z] + [ -d /w/workspace/xfoundry_go-mod-messaging_PR-170/archives ] [2022-08-25T18:45:04.720Z] + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-170/archives [2022-08-25T18:45:04.720Z] total 16 [2022-08-25T18:45:04.720Z] drwxr-xr-x 3 root root 4096 Aug 25 18:40 . [2022-08-25T18:45:04.720Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 25 18:40 .. [2022-08-25T18:45:04.720Z] drwxr-xr-x 2 root root 4096 Aug 25 18:40 cost [2022-08-25T18:45:04.720Z] -rw-r--r-- 1 root root 88 Aug 25 18:40 cost.csv [2022-08-25T18:45:04.720Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-messaging_PR-170/archives [2022-08-25T18:45:04.720Z] + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-170/archives [2022-08-25T18:45:04.720Z] total 16 [2022-08-25T18:45:04.720Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 18:40 . [2022-08-25T18:45:04.720Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 25 18:40 .. [2022-08-25T18:45:04.720Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 18:40 cost [2022-08-25T18:45:04.720Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 25 18:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:05.089Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:05.725Z] ---> package-listing.sh [2022-08-25T18:45:05.725Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-25T18:45:05.725Z] ++ facter osfamily [2022-08-25T18:45:05.725Z] + OS_FAMILY=debian [2022-08-25T18:45:05.725Z] + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-170 [2022-08-25T18:45:05.725Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-25T18:45:05.725Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-25T18:45:05.725Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-25T18:45:05.725Z] + PACKAGES=/tmp/packages_start.txt [2022-08-25T18:45:05.725Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-170 ']' [2022-08-25T18:45:05.725Z] + PACKAGES=/tmp/packages_end.txt [2022-08-25T18:45:05.725Z] + case "${OS_FAMILY}" in [2022-08-25T18:45:05.725Z] + dpkg -l [2022-08-25T18:45:05.725Z] + grep '^ii' [2022-08-25T18:45:05.984Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-25T18:45:05.984Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-25T18:45:05.984Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-25T18:45:05.984Z] + '[' /w/workspace/xfoundry_go-mod-messaging_PR-170 ']' [2022-08-25T18:45:05.984Z] + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-170/archives/ [2022-08-25T18:45:05.984Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-170/archives/ [Pipeline] echo [2022-08-25T18:45:06.019Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_PR-170/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-25T18:45:06.315Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-25T18:45:06.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-25T18:45:06.954Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-25T18:45:07.110Z] prd-ubuntu20.04-docker-8c-8g-23564 does not seem to be running inside a container [2022-08-25T18:45:07.150Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-messaging_PR-170/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_PR-170 -v /w/workspace/xfoundry_go-mod-messaging_PR-170:/w/workspace/xfoundry_go-mod-messaging_PR-170:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-25T18:45:07.344Z] $ docker top ff7302cce1789cce864e3f069ee97c83e83dbaac827bb1c916c13a4443d004e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-25T18:45:07.746Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-25T18:45:08.063Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-25T18:45:08.372Z] + ls /var/log/sa-host [2022-08-25T18:45:08.372Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-25T18:45:08.592Z] provisioning config files... [2022-08-25T18:45:08.604Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-170@tmp/config3392970341840766776tmp [Pipeline] { [Pipeline] echo [2022-08-25T18:45:08.653Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:08.975Z] ---> create-netrc.sh [Pipeline] } [2022-08-25T18:45:09.001Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:09.408Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-25T18:45:09.437Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:09.749Z] ---> sudo-logs.sh [2022-08-25T18:45:09.749Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-25T18:45:09.835Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:10.146Z] ---> job-cost.sh [2022-08-25T18:45:10.146Z] lf-activate-venv: SKIPPING [2022-08-25T18:45:10.146Z] DEBUG: total: 0.2199999988079071 [2022-08-25T18:45:10.146Z] INFO: Retrieving Stack Cost... [2022-08-25T18:45:10.407Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-25T18:45:10.984Z] INFO: Archiving Costs [Pipeline] echo [2022-08-25T18:45:11.016Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-25T18:45:11.334Z] ---> logs-deploy.sh [2022-08-25T18:45:11.334Z] lf-activate-venv: SKIPPING [2022-08-25T18:45:11.334Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-170/1 [2022-08-25T18:45:11.334Z] INFO: archiving workspace using pattern(s): [2022-08-25T18:45:12.272Z] Archives upload complete. [2022-08-25T18:45:12.533Z] INFO: archiving logs to Nexus [2022-08-25T18:45:13.102Z] ---> uname -a: [2022-08-25T18:45:13.102Z] Linux prd-ubuntu20-04-docker-8c-8g-23564 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-25T18:45:13.102Z] [2022-08-25T18:45:13.102Z] [2022-08-25T18:45:13.102Z] ---> lscpu: [2022-08-25T18:45:13.102Z] Architecture: x86_64 [2022-08-25T18:45:13.102Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-25T18:45:13.102Z] Byte Order: Little Endian [2022-08-25T18:45:13.102Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-25T18:45:13.102Z] CPU(s): 8 [2022-08-25T18:45:13.102Z] On-line CPU(s) list: 0-7 [2022-08-25T18:45:13.102Z] Thread(s) per core: 1 [2022-08-25T18:45:13.102Z] Core(s) per socket: 1 [2022-08-25T18:45:13.102Z] Socket(s): 8 [2022-08-25T18:45:13.102Z] NUMA node(s): 1 [2022-08-25T18:45:13.102Z] Vendor ID: AuthenticAMD [2022-08-25T18:45:13.102Z] CPU family: 23 [2022-08-25T18:45:13.102Z] Model: 49 [2022-08-25T18:45:13.102Z] Model name: AMD EPYC-Rome Processor [2022-08-25T18:45:13.102Z] Stepping: 0 [2022-08-25T18:45:13.102Z] CPU MHz: 2799.998 [2022-08-25T18:45:13.102Z] BogoMIPS: 5599.99 [2022-08-25T18:45:13.102Z] Virtualization: AMD-V [2022-08-25T18:45:13.102Z] Hypervisor vendor: KVM [2022-08-25T18:45:13.102Z] Virtualization type: full [2022-08-25T18:45:13.102Z] L1d cache: 256 KiB [2022-08-25T18:45:13.102Z] L1i cache: 256 KiB [2022-08-25T18:45:13.102Z] L2 cache: 4 MiB [2022-08-25T18:45:13.102Z] L3 cache: 128 MiB [2022-08-25T18:45:13.102Z] NUMA node0 CPU(s): 0-7 [2022-08-25T18:45:13.102Z] Vulnerability Itlb multihit: Not affected [2022-08-25T18:45:13.102Z] Vulnerability L1tf: Not affected [2022-08-25T18:45:13.102Z] Vulnerability Mds: Not affected [2022-08-25T18:45:13.103Z] Vulnerability Meltdown: Not affected [2022-08-25T18:45:13.103Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-25T18:45:13.103Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-25T18:45:13.103Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-25T18:45:13.103Z] Vulnerability Srbds: Not affected [2022-08-25T18:45:13.103Z] Vulnerability Tsx async abort: Not affected [2022-08-25T18:45:13.103Z] 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-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] ---> nproc: [2022-08-25T18:45:13.103Z] 8 [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] ---> df -h: [2022-08-25T18:45:13.103Z] Filesystem Size Used Avail Use% Mounted on [2022-08-25T18:45:13.103Z] overlay 155G 11G 145G 7% / [2022-08-25T18:45:13.103Z] tmpfs 64M 0 64M 0% /dev [2022-08-25T18:45:13.103Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-08-25T18:45:13.103Z] shm 64M 0 64M 0% /dev/shm [2022-08-25T18:45:13.103Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] ---> sar -b -r -n DEV: [2022-08-25T18:45:13.103Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23564) 08/25/22 _x86_64_ (8 CPU) [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] 18:37:32 LINUX RESTART (8 CPU) [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] 18:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-08-25T18:45:13.103Z] 18:39:01 306.52 25.23 281.29 0.00 2406.27 112385.94 0.00 [2022-08-25T18:45:13.103Z] 18:40:01 27.28 0.12 27.16 0.00 4.93 8496.07 0.00 [2022-08-25T18:45:13.103Z] 18:41:01 29.43 0.02 29.41 0.00 0.40 16435.79 0.00 [2022-08-25T18:45:13.103Z] 18:42:01 1.82 0.00 1.82 0.00 0.00 21.33 0.00 [2022-08-25T18:45:13.103Z] 18:43:01 1.13 0.02 1.12 0.00 0.13 12.66 0.00 [2022-08-25T18:45:13.103Z] 18:44:01 1.57 0.00 1.57 0.00 0.00 23.06 0.00 [2022-08-25T18:45:13.103Z] 18:45:01 0.92 0.00 0.92 0.00 0.00 11.20 0.00 [2022-08-25T18:45:13.103Z] Average: 52.67 3.63 49.04 0.00 344.53 19626.58 0.00 [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] 18:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-08-25T18:45:13.103Z] 18:39:01 28540984 31656540 637432 1.94 105980 3261476 2244476 6.61 1375464 2559180 279156 [2022-08-25T18:45:13.103Z] 18:40:01 28487120 31724808 571892 1.74 111336 3371292 2228612 6.57 1205532 2779192 392856 [2022-08-25T18:45:13.103Z] 18:41:01 28440872 31777612 516888 1.57 122080 3435432 1787644 5.27 1173932 2830860 20 [2022-08-25T18:45:13.103Z] 18:42:01 28441956 31778856 515300 1.57 122144 3435444 1787644 5.27 1172884 2830868 8 [2022-08-25T18:45:13.103Z] 18:43:01 28448680 31786272 508428 1.55 122184 3435444 1806560 5.32 1165452 2831496 8 [2022-08-25T18:45:13.103Z] 18:44:01 28447868 31785528 509124 1.55 122228 3435452 1806560 5.32 1165820 2831520 56 [2022-08-25T18:45:13.103Z] 18:45:01 28450128 31787856 506772 1.54 122252 3435456 1806560 5.32 1164236 2831528 12 [2022-08-25T18:45:13.103Z] Average: 28465373 31756782 537977 1.64 118315 3401428 1924008 5.67 1203331 2784949 96017 [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] 18:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-08-25T18:45:13.103Z] 18:39:01 lo 3.40 3.40 0.33 0.33 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:39:01 docker0 9.37 9.57 0.79 88.36 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:39:01 ens3 694.15 490.68 6382.42 144.46 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:39:01 veth5d2073f 7.82 8.20 0.70 76.30 0.00 0.00 0.00 0.01 [2022-08-25T18:45:13.103Z] 18:40:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:40:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:40:01 ens3 101.63 66.01 2522.26 12.99 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:41:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:41:01 ens3 20.30 12.25 20.05 5.02 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:42:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:44:01 ens3 0.27 0.25 0.09 0.08 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] 18:45:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] Average: lo 0.72 0.72 0.07 0.07 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] Average: docker0 1.35 1.37 0.11 12.62 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] Average: ens3 116.64 81.33 1274.97 23.22 0.00 0.00 0.00 0.00 [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] ---> sar -P ALL: [2022-08-25T18:45:13.103Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23564) 08/25/22 _x86_64_ (8 CPU) [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] 18:37:32 LINUX RESTART (8 CPU) [2022-08-25T18:45:13.103Z] [2022-08-25T18:45:13.103Z] 18:38:01 CPU %user %nice %system %iowait %steal %idle [2022-08-25T18:45:13.103Z] 18:39:01 all 19.46 0.00 4.16 1.56 0.06 74.76 [2022-08-25T18:45:13.103Z] 18:39:01 0 19.43 0.00 4.26 0.35 0.07 75.88 [2022-08-25T18:45:13.103Z] 18:39:01 1 21.96 0.00 4.07 0.69 0.07 73.21 [2022-08-25T18:45:13.103Z] 18:39:01 2 19.01 0.00 4.42 3.01 0.05 73.51 [2022-08-25T18:45:13.103Z] 18:39:01 3 17.38 0.00 3.87 0.39 0.07 78.29 [2022-08-25T18:45:13.103Z] 18:39:01 4 15.51 0.00 4.86 0.40 0.05 79.18 [2022-08-25T18:45:13.103Z] 18:39:01 5 21.55 0.00 3.62 0.74 0.05 74.04 [2022-08-25T18:45:13.103Z] 18:39:01 6 20.14 0.00 3.64 1.27 0.07 74.88 [2022-08-25T18:45:13.103Z] 18:39:01 7 20.66 0.00 4.53 5.63 0.08 69.10 [2022-08-25T18:45:13.103Z] 18:40:01 all 9.46 0.00 1.86 0.22 0.04 88.43 [2022-08-25T18:45:13.103Z] 18:40:01 0 9.41 0.00 1.81 0.38 0.05 88.35 [2022-08-25T18:45:13.103Z] 18:40:01 1 9.21 0.00 1.88 0.02 0.03 88.86 [2022-08-25T18:45:13.103Z] 18:40:01 2 9.43 0.00 1.68 1.31 0.07 87.51 [2022-08-25T18:45:13.103Z] 18:40:01 3 10.54 0.00 1.94 0.00 0.03 87.48 [2022-08-25T18:45:13.103Z] 18:40:01 4 9.23 0.00 1.97 0.02 0.02 88.76 [2022-08-25T18:45:13.103Z] 18:40:01 5 9.24 0.00 1.99 0.00 0.03 88.73 [2022-08-25T18:45:13.103Z] 18:40:01 6 9.97 0.00 1.71 0.02 0.03 88.27 [2022-08-25T18:45:13.103Z] 18:40:01 7 8.66 0.00 1.88 0.00 0.02 89.44 [2022-08-25T18:45:13.103Z] 18:41:01 all 1.60 0.00 0.53 0.30 0.01 97.56 [2022-08-25T18:45:13.103Z] 18:41:01 0 1.39 0.00 0.57 0.42 0.02 97.61 [2022-08-25T18:45:13.103Z] 18:41:01 1 1.27 0.00 0.55 0.00 0.00 98.18 [2022-08-25T18:45:13.103Z] 18:41:01 2 1.07 0.00 0.37 0.43 0.00 98.13 [2022-08-25T18:45:13.103Z] 18:41:01 3 3.08 0.00 0.69 1.53 0.02 94.68 [2022-08-25T18:45:13.103Z] 18:41:01 4 1.25 0.00 0.45 0.00 0.02 98.28 [2022-08-25T18:45:13.103Z] 18:41:01 5 1.50 0.00 0.67 0.02 0.02 97.80 [2022-08-25T18:45:13.103Z] 18:41:01 6 1.55 0.00 0.43 0.00 0.02 97.99 [2022-08-25T18:45:13.103Z] 18:41:01 7 1.67 0.00 0.48 0.00 0.02 97.83 [2022-08-25T18:45:13.103Z] 18:42:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2022-08-25T18:45:13.103Z] 18:42:01 0 0.05 0.00 0.00 0.02 0.00 99.93 [2022-08-25T18:45:13.103Z] 18:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-08-25T18:45:13.103Z] 18:42:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2022-08-25T18:45:13.103Z] 18:42:01 3 2.00 0.00 0.02 0.00 0.00 97.98 [2022-08-25T18:45:13.103Z] 18:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-25T18:45:13.103Z] 18:42:01 6 0.07 0.00 0.03 0.00 0.02 99.88 [2022-08-25T18:45:13.103Z] 18:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:43:01 all 0.28 0.00 0.01 0.00 0.00 99.71 [2022-08-25T18:45:13.103Z] 18:43:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2022-08-25T18:45:13.103Z] 18:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:43:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2022-08-25T18:45:13.103Z] 18:43:01 3 2.00 0.00 0.02 0.00 0.02 97.97 [2022-08-25T18:45:13.103Z] 18:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:43:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2022-08-25T18:45:13.103Z] 18:43:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2022-08-25T18:45:13.103Z] 18:43:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2022-08-25T18:45:13.103Z] 18:44:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2022-08-25T18:45:13.103Z] 18:44:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2022-08-25T18:45:13.103Z] 18:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-25T18:45:13.103Z] 18:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-25T18:45:13.103Z] 18:44:01 3 1.99 0.00 0.00 0.00 0.00 98.01 [2022-08-25T18:45:13.103Z] 18:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-25T18:45:13.103Z] 18:44:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-25T18:45:13.103Z] 18:44:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2022-08-25T18:45:13.103Z] 18:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:45:01 all 0.10 0.00 0.01 0.01 0.01 99.88 [2022-08-25T18:45:13.103Z] 18:45:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2022-08-25T18:45:13.103Z] 18:45:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2022-08-25T18:45:13.103Z] 18:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:45:01 3 0.70 0.00 0.02 0.02 0.02 99.25 [2022-08-25T18:45:13.103Z] 18:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-25T18:45:13.103Z] 18:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.104Z] 18:45:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2022-08-25T18:45:13.104Z] 18:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-25T18:45:13.104Z] Average: all 4.46 0.00 0.93 0.30 0.02 94.29 [2022-08-25T18:45:13.104Z] Average: 0 4.31 0.00 0.95 0.18 0.02 94.54 [2022-08-25T18:45:13.104Z] Average: 1 4.61 0.00 0.93 0.10 0.02 94.34 [2022-08-25T18:45:13.104Z] Average: 2 4.21 0.00 0.92 0.68 0.02 94.17 [2022-08-25T18:45:13.104Z] Average: 3 5.33 0.00 0.92 0.28 0.02 93.46 [2022-08-25T18:45:13.104Z] Average: 4 3.70 0.00 1.04 0.06 0.01 95.20 [2022-08-25T18:45:13.104Z] Average: 5 4.60 0.00 0.89 0.11 0.02 94.38 [2022-08-25T18:45:13.104Z] Average: 6 4.53 0.00 0.83 0.18 0.03 94.44 [2022-08-25T18:45:13.104Z] Average: 7 4.40 0.00 0.98 0.79 0.02 93.82 [2022-08-25T18:45:13.104Z] [2022-08-25T18:45:13.104Z] [2022-08-25T18:45:13.104Z]