Pull request #785 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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 28efaad525d41d7a388d2f42d5034b22c10c28f7+5f282b9b3810fbe6691ab66ac10f88395482b835 (69b77873daa53b12045a992531368bd03956f911) 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-ssh6924942246004511549.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17072080474191008050.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-785/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-core-contracts/branches/PR-785/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5994861588282976088.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-core-contracts/branches/PR-785/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16289288580246778451.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5260454144639116413.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-core-contracts/branches/PR-785/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-core-contracts/branches/PR-785/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12967850697077199049.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-2993’ is offline Running on prd-ubuntu20.04-docker-8c-8g-3003 in /w/workspace/dry_go-mod-core-contracts_PR-785 [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-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-785 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/785/head:refs/remotes/origin/PR-785 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5f282b9b3810fbe6691ab66ac10f88395482b835 into PR head commit 28efaad525d41d7a388d2f42d5034b22c10c28f7 Merge succeeded, producing 28efaad525d41d7a388d2f42d5034b22c10c28f7 Checking out Revision 28efaad525d41d7a388d2f42d5034b22c10c28f7 (PR-785) > git config core.sparsecheckout # timeout=10 > git checkout -f 28efaad525d41d7a388d2f42d5034b22c10c28f7 # 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 5f282b9b3810fbe6691ab66ac10f88395482b835 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28efaad525d41d7a388d2f42d5034b22c10c28f7 # timeout=10 Commit message: "feat: Add service key for new core-common-config-bootstrapper service" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:51:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:51:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:51:17 ========================================================= 20:51:17 EdgeX Global Pipelines Version Info 20:51:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:51:18 ------------------- 20:51:18 stable info: 20:51:18 ------------------- 20:51:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:51:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:51:18 Message: update stable to v1.0.244 20:51:18 ------------------- 20:51:18 experimental info: 20:51:18 ------------------- 20:51:18 Commited By: **** collab-it+edgex@linuxfoundation.org 20:51:18 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:51:18 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:51:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-785 [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-785 [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-785 [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28efaad525d41d7a388d2f42d5034b22c10c28f7 [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28efaad [Pipeline] echo 20:51:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:51:21 + git rev-list -1 --merges 28efaad525d41d7a388d2f42d5034b22c10c28f7~1..28efaad525d41d7a388d2f42d5034b22c10c28f7 [Pipeline] echo 20:51:21 -----------> git rev-list -1 --merges 28efaad525d41d7a388d2f42d5034b22c10c28f7~1..28efaad525d41d7a388d2f42d5034b22c10c28f7 28efaad525d41d7a388d2f42d5034b22c10c28f7 [false] [Pipeline] sh 20:51:21 + git log --format=format:%s -1 28efaad525d41d7a388d2f42d5034b22c10c28f7 [Pipeline] echo 20:51:21 ========================================================= 20:51:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:51:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:51:21 + git log --format=format:%s -1 28efaad525d41d7a388d2f42d5034b22c10c28f7 [Pipeline] echo 20:51:21 [semverPrep] GIT_COMMIT: 28efaad525d41d7a388d2f42d5034b22c10c28f7, Commit Message: feat: Add service key for new core-common-config-bootstrapper service [Pipeline] echo 20:51:21 [semverPrep] This is not a build commit. [Pipeline] sh 20:51:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:51:22 + grep -v github /etc/ssh/ssh_known_hosts 20:51:22 + [ -e /tmp/ssh_known_hosts ] 20:51:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:51:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:51:22 + sudo tee -a /etc/ssh/ssh_known_hosts 20:51:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:51:22 20:51:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:51:23 0.1.4: Pulling from edgex-devops/py-git-semver 20:51:23 b85a868b505f: Pulling fs layer 20:51:23 e2be974225ed: Pulling fs layer 20:51:23 339a4e72a1f5: Pulling fs layer 20:51:23 988bab9f4d93: Pulling fs layer 20:51:23 1469e6f7b9e6: Pulling fs layer 20:51:23 eaf3925da568: Pulling fs layer 20:51:23 bab4dde63d76: Pulling fs layer 20:51:23 bde34c3a00c8: Pulling fs layer 20:51:23 988bab9f4d93: Waiting 20:51:23 1469e6f7b9e6: Waiting 20:51:23 eaf3925da568: Waiting 20:51:23 bab4dde63d76: Waiting 20:51:23 b352a97aabf1: Pulling fs layer 20:51:23 bde34c3a00c8: Waiting 20:51:23 4872d77fe225: Pulling fs layer 20:51:23 5851b861e8e6: Pulling fs layer 20:51:23 4872d77fe225: Waiting 20:51:23 b352a97aabf1: Waiting 20:51:23 e2be974225ed: Verifying Checksum 20:51:23 e2be974225ed: Download complete 20:51:23 988bab9f4d93: Verifying Checksum 20:51:23 988bab9f4d93: Download complete 20:51:23 1469e6f7b9e6: Verifying Checksum 20:51:23 1469e6f7b9e6: Download complete 20:51:23 339a4e72a1f5: Verifying Checksum 20:51:23 339a4e72a1f5: Download complete 20:51:23 eaf3925da568: Verifying Checksum 20:51:23 eaf3925da568: Download complete 20:51:23 bde34c3a00c8: Download complete 20:51:23 b352a97aabf1: Verifying Checksum 20:51:23 b352a97aabf1: Download complete 20:51:23 4872d77fe225: Download complete 20:51:23 5851b861e8e6: Verifying Checksum 20:51:23 5851b861e8e6: Download complete 20:51:23 b85a868b505f: Verifying Checksum 20:51:23 b85a868b505f: Download complete 20:51:23 bab4dde63d76: Verifying Checksum 20:51:23 bab4dde63d76: Download complete 20:51:24 b85a868b505f: Pull complete 20:51:25 e2be974225ed: Pull complete 20:51:25 339a4e72a1f5: Pull complete 20:51:25 988bab9f4d93: Pull complete 20:51:25 1469e6f7b9e6: Pull complete 20:51:26 eaf3925da568: Pull complete 20:51:28 bab4dde63d76: Pull complete 20:51:28 bde34c3a00c8: Pull complete 20:51:28 b352a97aabf1: Pull complete 20:51:28 4872d77fe225: Pull complete 20:51:28 5851b861e8e6: Pull complete 20:51:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:51:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:51:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:28 prd-ubuntu20.04-docker-8c-8g-3003 does not seem to be running inside a container 20:51:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-785 -v /w/workspace/dry_go-mod-core-contracts_PR-785:/w/workspace/dry_go-mod-core-contracts_PR-785:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-785@tmp:/w/workspace/dry_go-mod-core-contracts_PR-785@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:51:30 $ docker top 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 -eo pid,comm 20:51:30 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). 20:51:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:30 [ssh-agent] Looking for ssh-agent implementation... 20:51:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:30 $ docker exec 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 ssh-agent 20:51:30 SSH_AUTH_SOCK=/tmp/ssh-VlpbSrj6lueU/agent.32 20:51:30 SSH_AGENT_PID=38 20:51:30 Running ssh-add (command line suppressed) 20:51:31 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-785@tmp/private_key_2099792864998331254.key (/w/workspace/dry_go-mod-core-contracts_PR-785@tmp/private_key_2099792864998331254.key) 20:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:31 + git tag --points-at HEAD [Pipeline] } 20:51:31 $ docker exec --env ******** --env ******** 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 ssh-agent -k 20:51:31 unset SSH_AUTH_SOCK; 20:51:31 unset SSH_AGENT_PID; 20:51:31 echo Agent pid 38 killed; 20:51:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:51:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:31 [ssh-agent] Looking for ssh-agent implementation... 20:51:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:31 $ docker exec 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 ssh-agent 20:51:31 SSH_AUTH_SOCK=/tmp/ssh-aOoyJL4Nj5Uk/agent.70 20:51:31 SSH_AGENT_PID=76 20:51:31 Running ssh-add (command line suppressed) 20:51:32 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-785@tmp/private_key_3723810814145632629.key (/w/workspace/dry_go-mod-core-contracts_PR-785@tmp/private_key_3723810814145632629.key) 20:51:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:32 + git semver init 20:51:32 2023-01-18 20:51:32,582 [run_init] DEBUG init version:0.0.0 force:False 20:51:32 2023-01-18 20:51:32,582 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_go-mod-core-contracts_PR-785/.semver 20:51:32 2023-01-18 20:51:32,583 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/dry_go-mod-core-contracts_PR-785/.semver 20:51:32 2023-01-18 20:51:32,583 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/dry_go-mod-core-contracts_PR-785/.semver'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-785, universal_newlines=False, shell=None, istream=None) 20:51:33 2023-01-18 20:51:33,373 [append_file] DEBUG append to file:/w/workspace/dry_go-mod-core-contracts_PR-785/.git/info/exclude 20:51:33 2023-01-18 20:51:33,374 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_go-mod-core-contracts_PR-785/.semver/PR-785 with force:False 20:51:33 2023-01-18 20:51:33,374 [write_file] DEBUG write to file:/w/workspace/dry_go-mod-core-contracts_PR-785/.semver/PR-785 20:51:33 2023-01-18 20:51:33,379 [execute] INFO git cat-file --batch-check 20:51:33 2023-01-18 20:51:33,379 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-785/.semver, universal_newlines=False, shell=None, istream=) 20:51:33 2023-01-18 20:51:33,386 [execute] INFO git cat-file --batch 20:51:33 2023-01-18 20:51:33,386 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-785/.semver, universal_newlines=False, shell=None, istream=) 20:51:33 2023-01-18 20:51:33,393 [read_version] DEBUG read version from /w/workspace/dry_go-mod-core-contracts_PR-785/.semver/PR-785 20:51:33 0.0.0 [Pipeline] } 20:51:33 $ docker exec --env ******** --env ******** 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 ssh-agent -k 20:51:33 unset SSH_AUTH_SOCK; 20:51:33 unset SSH_AGENT_PID; 20:51:33 echo Agent pid 76 killed; 20:51:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:34 + git semver [Pipeline] } 20:51:34 $ docker stop --time=1 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 20:51:35 $ docker rm -f --volumes 9d571b70abca7d3a6f939a38ff85b82c48ce50c7f63986b5618cfd08872137f5 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:51:36 Stashed 1 file(s) [Pipeline] echo 20:51:36 [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 20:51:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:51:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:51:37 ========================================================= 20:51:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:51:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 20:51:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:51:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:37 213ec9aee27d: Pulling fs layer 20:51:37 4583459ba037: Pulling fs layer 20:51:37 93c1e223e6f2: Pulling fs layer 20:51:37 53926ce57604: Pulling fs layer 20:51:37 21b2b0c7a3f4: Pulling fs layer 20:51:37 22ff95d597cd: Pulling fs layer 20:51:37 12d6caf4c0d1: Pulling fs layer 20:51:37 96b7cbca73a9: Pulling fs layer 20:51:37 a7acece74701: Pulling fs layer 20:51:37 21b2b0c7a3f4: Waiting 20:51:37 96b7cbca73a9: Waiting 20:51:37 a7acece74701: Waiting 20:51:37 22ff95d597cd: Waiting 20:51:37 12d6caf4c0d1: Waiting 20:51:37 53926ce57604: Waiting 20:51:37 93c1e223e6f2: Verifying Checksum 20:51:37 93c1e223e6f2: Download complete 20:51:37 4583459ba037: Download complete 20:51:37 22ff95d597cd: Download complete 20:51:37 213ec9aee27d: Verifying Checksum 20:51:37 213ec9aee27d: Download complete 20:51:37 12d6caf4c0d1: Verifying Checksum 20:51:37 12d6caf4c0d1: Download complete 20:51:37 213ec9aee27d: Pull complete 20:51:38 4583459ba037: Pull complete 20:51:38 93c1e223e6f2: Pull complete 20:51:39 53926ce57604: Verifying Checksum 20:51:39 53926ce57604: Download complete 20:51:39 a7acece74701: Verifying Checksum 20:51:39 a7acece74701: Download complete 20:51:39 96b7cbca73a9: Verifying Checksum 20:51:39 96b7cbca73a9: Download complete 20:51:43 53926ce57604: Pull complete 20:51:43 21b2b0c7a3f4: Pull complete 20:51:43 22ff95d597cd: Pull complete 20:51:43 12d6caf4c0d1: Pull complete 20:51:45 96b7cbca73a9: Pull complete 20:51:46 a7acece74701: Pull complete 20:51:46 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:51:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:51:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 20:51:46 + 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 20:51:46 + docker inspect -f . ci-base-image-x86_64 20:51:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:46 prd-ubuntu20.04-docker-8c-8g-3003 does not seem to be running inside a container 20:51:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_PR-785 -v /w/workspace/dry_go-mod-core-contracts_PR-785:/w/workspace/dry_go-mod-core-contracts_PR-785:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-785@tmp:/w/workspace/dry_go-mod-core-contracts_PR-785@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 ******** -e ******** ci-base-image-x86_64 cat 20:51:50 $ docker top 7a168fbbb00b76d12c2208828e82fc3b67f9edd9d61d9dc731d33ff1fbb2a377 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:50 + go version 20:51:50 go version go1.18.7 linux/amd64 [Pipeline] } 20:51:50 $ docker stop --time=1 7a168fbbb00b76d12c2208828e82fc3b67f9edd9d61d9dc731d33ff1fbb2a377 20:51:51 Still waiting to schedule task 20:51:51 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:51:51 $ docker rm -f --volumes 7a168fbbb00b76d12c2208828e82fc3b67f9edd9d61d9dc731d33ff1fbb2a377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:52 + docker inspect -f . ci-base-image-x86_64 20:51:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:52 prd-ubuntu20.04-docker-8c-8g-3003 does not seem to be running inside a container 20:51:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dry_go-mod-core-contracts_PR-785 -v /w/workspace/dry_go-mod-core-contracts_PR-785:/w/workspace/dry_go-mod-core-contracts_PR-785:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-785@tmp:/w/workspace/dry_go-mod-core-contracts_PR-785@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 ******** -e ******** ci-base-image-x86_64 cat 20:51:53 $ docker top 00d267f65812f387303a772479e48d2c935a8d8cff56239caceae6ac746dd735 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:53 + git config --global --add safe.directory /w/workspace/dry_go-mod-core-contracts_PR-785 [Pipeline] fileExists [Pipeline] sh 20:51:53 + make test 20:51:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:51:53 go: downloading github.com/go-playground/validator/v10 v10.11.1 20:51:53 go: downloading github.com/google/uuid v1.3.0 20:51:53 go: downloading github.com/go-kit/log v0.2.1 20:51:53 go: downloading github.com/stretchr/testify v1.8.1 20:51:53 go: downloading gopkg.in/yaml.v3 v3.0.1 20:51:53 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 20:51:54 go: downloading github.com/x448/float16 v0.8.4 20:51:54 go: downloading github.com/go-logfmt/logfmt v0.5.1 20:51:54 go: downloading github.com/davecgh/go-spew v1.1.1 20:51:54 go: downloading github.com/pmezard/go-difflib v1.0.0 20:51:54 go: downloading github.com/stretchr/objx v0.5.0 20:51:54 go: downloading golang.org/x/text v0.3.7 20:51:54 go: downloading github.com/leodido/go-urn v1.2.1 20:51:54 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 20:51:54 go: downloading github.com/go-playground/universal-translator v0.18.0 20:51:54 go: downloading github.com/go-playground/locales v0.14.0 20:51:55 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.096s coverage: 83.4% of statements 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.024s coverage: 29.4% of statements 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 20:52:02 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.029s coverage: 53.0% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.016s coverage: 90.5% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.040s coverage: 86.8% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.009s coverage: 60.5% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.034s coverage: 36.1% of statements 20:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.008s coverage: 48.7% of statements 20:52:10 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:52:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:52:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:52:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 20:52:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:52:12 $ docker stop --time=1 00d267f65812f387303a772479e48d2c935a8d8cff56239caceae6ac746dd735 20:52:14 $ docker rm -f --volumes 00d267f65812f387303a772479e48d2c935a8d8cff56239caceae6ac746dd735 [Pipeline] // withDockerContainer [Pipeline] sh 20:52:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:52:15 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 20:52:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:16 20:52:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:16 latest: Pulling from edgex-lftools-log-publisher 20:52:16 5eb5b503b376: Pulling fs layer 20:52:16 5c69ac0246d0: Pulling fs layer 20:52:16 ec43610c2a17: Pulling fs layer 20:52:16 3a2ae6a8a46f: Pulling fs layer 20:52:16 33b1e0a273af: Pulling fs layer 20:52:16 5d3b04190fa2: Pulling fs layer 20:52:16 2f39f015ded8: Pulling fs layer 20:52:16 5d3b04190fa2: Waiting 20:52:16 2f39f015ded8: Waiting 20:52:16 3a2ae6a8a46f: Waiting 20:52:16 33b1e0a273af: Waiting 20:52:16 5c69ac0246d0: Verifying Checksum 20:52:16 5c69ac0246d0: Download complete 20:52:16 3a2ae6a8a46f: Download complete 20:52:16 33b1e0a273af: Verifying Checksum 20:52:16 33b1e0a273af: Download complete 20:52:16 5d3b04190fa2: Verifying Checksum 20:52:16 5d3b04190fa2: Download complete 20:52:16 ec43610c2a17: Verifying Checksum 20:52:16 ec43610c2a17: Download complete 20:52:17 5eb5b503b376: Download complete 20:52:17 2f39f015ded8: Download complete 20:52:18 5eb5b503b376: Pull complete 20:52:18 5c69ac0246d0: Pull complete 20:52:18 ec43610c2a17: Pull complete 20:52:18 3a2ae6a8a46f: Pull complete 20:52:19 33b1e0a273af: Pull complete 20:52:19 5d3b04190fa2: Pull complete 20:52:23 2f39f015ded8: Pull complete 20:52:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:52:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:23 prd-ubuntu20.04-docker-8c-8g-3003 does not seem to be running inside a container 20:52:23 $ 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/dry_go-mod-core-contracts_PR-785 -v /w/workspace/dry_go-mod-core-contracts_PR-785:/w/workspace/dry_go-mod-core-contracts_PR-785:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-785@tmp:/w/workspace/dry_go-mod-core-contracts_PR-785@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:52:26 $ docker top e479330743788109c065d40c20b85aecac3a76ffc90a56a93d81e7b7e5d593cd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:52:26 ---> job-cost.sh 20:52:26 lf-activate-venv: SKIPPING 20:52:26 INFO: No Stack... 20:52:26 INFO: Retrieving Pricing Info for: v3-standard-8 20:52:27 INFO: Archiving Costs [Pipeline] sh 20:52:27 + cat /w/workspace/dry_go-mod-core-contracts_PR-785/archives/cost.csv 20:52:27 + cut -d, -f6 [Pipeline] lock 20:52:27 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] 20:52:27 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] did not exist. Created. 20:52:27 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:52:28 + echo total: 0.2199999988079071 [Pipeline] stash 20:52:28 Stashed 1 file(s) [Pipeline] } 20:52:28 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:52:28 $ docker stop --time=1 e479330743788109c065d40c20b85aecac3a76ffc90a56a93d81e7b7e5d593cd 20:52:29 $ docker rm -f --volumes e479330743788109c065d40c20b85aecac3a76ffc90a56a93d81e7b7e5d593cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:53:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3004 in /w/workspace/dry_go-mod-core-contracts_PR-785 [Pipeline] { [Pipeline] ws 20:53:20 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 20:53:20 Selected Git installation does not exist. Using Default 20:53:20 The recommended git tool is: NONE 20:53:25 using credential edgex-jenkins-ssh 20:53:25 Cloning the remote Git repository 20:53:25 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:26 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 20:53:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:26 > git --version # timeout=10 20:53:26 > git --version # 'git version 2.25.1' 20:53:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:53:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:28 Merging remotes/origin/main commit 5f282b9b3810fbe6691ab66ac10f88395482b835 into PR head commit 28efaad525d41d7a388d2f42d5034b22c10c28f7 20:53:29 Merge succeeded, producing 28efaad525d41d7a388d2f42d5034b22c10c28f7 20:53:29 Checking out Revision 28efaad525d41d7a388d2f42d5034b22c10c28f7 (PR-785) 20:53:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 20:53:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 20:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/785/head:refs/remotes/origin/PR-785 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:53:28 > git config core.sparsecheckout # timeout=10 20:53:28 > git checkout -f 28efaad525d41d7a388d2f42d5034b22c10c28f7 # timeout=10 20:53:28 > git remote # timeout=10 20:53:28 > git config --get remote.origin.url # timeout=10 20:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 20:53:28 > git merge 5f282b9b3810fbe6691ab66ac10f88395482b835 # timeout=10 20:53:28 > git rev-parse HEAD^{commit} # timeout=10 20:53:29 > git config core.sparsecheckout # timeout=10 20:53:29 > git checkout -f 28efaad525d41d7a388d2f42d5034b22c10c28f7 # timeout=10 20:53:32 Commit message: "feat: Add service key for new core-common-config-bootstrapper service" 20:53:32 > git --version # timeout=10 20:53:32 > git --version # 'git version 2.25.1' 20:53:32 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:53:33 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:33 Dload Upload Total Spent Left Speed 20:53:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k [Pipeline] sh 20:53:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:53:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:53:34 + sudo tee /etc/docker/daemon.new 20:53:34 { 20:53:34 "registry-mirrors": [ 20:53:34 "https://nexus3.edgexfoundry.org:10001" 20:53:34 ], 20:53:34 "bip": "10.250.0.254/24", 20:53:34 "hosts": [ 20:53:34 "tcp://0.0.0.0:5555", 20:53:34 "unix:///var/run/docker.sock" 20:53:34 ], 20:53:34 "mtu": 1458, 20:53:34 "selinux-enabled": true, 20:53:34 "seccomp-profile": "/etc/docker/seccomp.json" 20:53:34 } [Pipeline] sh 20:53:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:53:35 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 20:53:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:53:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:53:53 ========================================================= 20:53:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:53:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 20:53:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:53:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:53:55 9b18e9b68314: Pulling fs layer 20:53:55 35d82f9e3411: Pulling fs layer 20:53:55 e16973657156: Pulling fs layer 20:53:55 fc693d55d65f: Pulling fs layer 20:53:55 7e9fc2657dce: Pulling fs layer 20:53:55 dda99020689f: Pulling fs layer 20:53:55 db1c61fa0a46: Pulling fs layer 20:53:55 891c053d2c06: Pulling fs layer 20:53:55 7e9fc2657dce: Waiting 20:53:55 dda99020689f: Waiting 20:53:55 db1c61fa0a46: Waiting 20:53:55 891c053d2c06: Waiting 20:53:55 e16973657156: Verifying Checksum 20:53:55 e16973657156: Download complete 20:53:55 35d82f9e3411: Verifying Checksum 20:53:55 35d82f9e3411: Download complete 20:53:55 7e9fc2657dce: Verifying Checksum 20:53:55 7e9fc2657dce: Download complete 20:53:55 dda99020689f: Verifying Checksum 20:53:55 dda99020689f: Download complete 20:53:55 9b18e9b68314: Verifying Checksum 20:53:55 9b18e9b68314: Download complete 20:53:56 9b18e9b68314: Pull complete 20:53:57 891c053d2c06: Verifying Checksum 20:53:57 891c053d2c06: Download complete 20:53:57 35d82f9e3411: Pull complete 20:53:57 e16973657156: Pull complete 20:53:58 db1c61fa0a46: Verifying Checksum 20:53:58 db1c61fa0a46: Download complete 20:53:58 fc693d55d65f: Verifying Checksum 20:53:58 fc693d55d65f: Download complete 20:54:11 fc693d55d65f: Pull complete 20:54:11 7e9fc2657dce: Pull complete 20:54:11 dda99020689f: Pull complete 20:54:16 db1c61fa0a46: Pull complete 20:54:17 891c053d2c06: Pull complete 20:54:17 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:54:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 20:54:18 + 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 20:54:18 + docker inspect -f . ci-base-image-arm64 20:54:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:18 prd-ubuntu20.04-docker-arm64-4c-16g-3004 does not seem to be running inside a container 20:54:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/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 ******** -e ******** ci-base-image-arm64 cat 20:54:22 $ docker top 8d5708ce4ebb18eb901aa523893c94231b4e194a28449f561ce6d1267daa0865 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:22 + go version 20:54:22 go version go1.18.7 linux/arm64 [Pipeline] } 20:54:23 $ docker stop --time=1 8d5708ce4ebb18eb901aa523893c94231b4e194a28449f561ce6d1267daa0865 20:54:24 $ docker rm -f --volumes 8d5708ce4ebb18eb901aa523893c94231b4e194a28449f561ce6d1267daa0865 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:25 + docker inspect -f . ci-base-image-arm64 20:54:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:25 prd-ubuntu20.04-docker-arm64-4c-16g-3004 does not seem to be running inside a container 20:54:25 $ 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-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/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 ******** -e ******** ci-base-image-arm64 cat 20:54:26 $ docker top 6061c5f26cb076ce62d1ec2efa0cbbe4bfcb9144d712e8618a6dbddbcd54f7bf -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:27 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/1 [Pipeline] fileExists [Pipeline] sh 20:54:27 + make test 20:54:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:54:28 go: downloading github.com/google/uuid v1.3.0 20:54:28 go: downloading github.com/go-kit/log v0.2.1 20:54:28 go: downloading github.com/stretchr/testify v1.8.1 20:54:28 go: downloading github.com/go-playground/validator/v10 v10.11.1 20:54:28 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 20:54:28 go: downloading gopkg.in/yaml.v3 v3.0.1 20:54:28 go: downloading github.com/go-logfmt/logfmt v0.5.1 20:54:28 go: downloading github.com/davecgh/go-spew v1.1.1 20:54:28 go: downloading github.com/pmezard/go-difflib v1.0.0 20:54:28 go: downloading github.com/stretchr/objx v0.5.0 20:54:28 go: downloading github.com/x448/float16 v0.8.4 20:54:28 go: downloading github.com/go-playground/universal-translator v0.18.0 20:54:28 go: downloading github.com/leodido/go-urn v1.2.1 20:54:28 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 20:54:28 go: downloading golang.org/x/text v0.3.7 20:54:28 go: downloading github.com/go-playground/locales v0.14.0 20:54:32 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.490s coverage: 83.4% of statements 20:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 20:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 20:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.068s coverage: 29.4% of statements 20:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 20:55:11 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.258s coverage: 53.0% of statements 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.066s coverage: 90.5% of statements 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.210s coverage: 86.8% of statements 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.085s coverage: 60.5% of statements 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.022s coverage: 36.1% of statements 20:55:11 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.038s coverage: 48.7% of statements 20:55:11 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:55:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 20:55:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:55:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 20:55:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:55:21 $ docker stop --time=1 6061c5f26cb076ce62d1ec2efa0cbbe4bfcb9144d712e8618a6dbddbcd54f7bf 20:55:23 $ docker rm -f --volumes 6061c5f26cb076ce62d1ec2efa0cbbe4bfcb9144d712e8618a6dbddbcd54f7bf [Pipeline] // withDockerContainer [Pipeline] sh 20:55:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:55:25 Warning: overwriting stash ‘coverage-report’ 20:55:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:55:26 20:55:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:55:26 arm64: Pulling from edgex-lftools-log-publisher 20:55:26 8998bd30e6a1: Pulling fs layer 20:55:26 04944245beec: Pulling fs layer 20:55:26 699f458cf7ca: Pulling fs layer 20:55:26 765212b225bb: Pulling fs layer 20:55:26 f23df028b6ca: Pulling fs layer 20:55:26 d65c8cfc05b1: Pulling fs layer 20:55:26 2437ff75d9bd: Pulling fs layer 20:55:26 f23df028b6ca: Waiting 20:55:26 d65c8cfc05b1: Waiting 20:55:26 2437ff75d9bd: Waiting 20:55:26 765212b225bb: Waiting 20:55:27 04944245beec: Verifying Checksum 20:55:27 04944245beec: Download complete 20:55:27 765212b225bb: Download complete 20:55:27 f23df028b6ca: Verifying Checksum 20:55:27 f23df028b6ca: Download complete 20:55:27 d65c8cfc05b1: Verifying Checksum 20:55:27 d65c8cfc05b1: Download complete 20:55:27 699f458cf7ca: Verifying Checksum 20:55:27 699f458cf7ca: Download complete 20:55:27 8998bd30e6a1: Verifying Checksum 20:55:27 8998bd30e6a1: Download complete 20:55:29 2437ff75d9bd: Verifying Checksum 20:55:29 2437ff75d9bd: Download complete 20:55:31 8998bd30e6a1: Pull complete 20:55:31 04944245beec: Pull complete 20:55:33 699f458cf7ca: Pull complete 20:55:33 765212b225bb: Pull complete 20:55:34 f23df028b6ca: Pull complete 20:55:34 d65c8cfc05b1: Pull complete 20:55:49 2437ff75d9bd: Pull complete 20:55:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:55:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:55:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:55:49 prd-ubuntu20.04-docker-arm64-4c-16g-3004 does not seem to be running inside a container 20:55:49 $ 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-core-contracts/1 -v /w/workspace/go-mod-core-contracts/1:/w/workspace/go-mod-core-contracts/1:rw,z -v /w/workspace/go-mod-core-contracts/1@tmp:/w/workspace/go-mod-core-contracts/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:55:52 $ docker top 7c58fc5b7758ccba8895cd2f054c4307d8a77b7a80f5b2eda6c2331907796a69 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:55:52 ---> job-cost.sh 20:55:52 lf-activate-venv: SKIPPING 20:55:52 INFO: No Stack... 20:55:53 INFO: Retrieving Pricing Info for: v3-standard-4 20:55:54 INFO: Archiving Costs [Pipeline] sh 20:55:54 + cut -d, -f6 20:55:54 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv [Pipeline] lock 20:55:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] 20:55:54 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] did not exist. Created. 20:55:54 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:55:55 /w/workspace/go-mod-core-contracts/1@tmp/durable-afeffdf6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:55:55 + echo total: 0.10999999940395355 [Pipeline] stash 20:55:55 Warning: overwriting stash ‘stack-cost’ 20:55:55 Stashed 1 file(s) [Pipeline] } 20:55:55 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-785-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:55:55 $ docker stop --time=1 7c58fc5b7758ccba8895cd2f054c4307d8a77b7a80f5b2eda6c2331907796a69 20:55:57 $ docker rm -f --volumes 7c58fc5b7758ccba8895cd2f054c4307d8a77b7a80f5b2eda6c2331907796a69 [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 20:55:58 provisioning config files... 20:55:58 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-785@tmp/config13688458602501300238tmp [Pipeline] { [Pipeline] sh 20:55:58 + set +x 20:55:58 + curl -s https://codecov.io/bash 20:55:58 + bash -s -- 20:55:58 20:55:58 _____ _ 20:55:58 / ____| | | 20:55:58 | | ___ __| | ___ ___ _____ __ 20:55:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:55:58 | |___| (_) | (_| | __/ (_| (_) \ V / 20:55:58 \_____\___/ \__,_|\___|\___\___/ \_/ 20:55:58 Bash-1.0.6 20:55:58 20:55:58 20:55:58 ==> git version 2.25.1 found 20:55:58 ==> 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 20:55:58 Release-Date: 2020-01-08 20:55:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:55:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:55:58 ==> Jenkins CI detected. 20:55:58 current dir:  /w/workspace/dry_go-mod-core-contracts_PR-785 20:55:58 project root: . 20:55:58 --> token set from env 20:55:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:55:58 ==> Running gcov in . (disable via -X gcov) 20:55:58 ==> Python coveragepy not found 20:55:58 ==> Searching for coverage reports in: 20:55:58 + . 20:55:58 -> Found 1 reports 20:55:58 ==> Detecting git/mercurial file structure 20:55:58 ==> Reading reports 20:55:58 + ./coverage.out bytes=117498 20:55:58 ==> Appending adjustments 20:55:58 https://docs.codecov.io/docs/fixing-reports 20:55:59 + Found adjustments 20:55:59 ==> Gzipping contents 20:55:59 20K /tmp/codecov.JK7Bxo.gz 20:55:59 ==> Uploading reports 20:55:59 url: https://codecov.io 20:55:59 query: branch=PR-785&commit=28efaad525d41d7a388d2f42d5034b22c10c28f7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-785%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=785&job=&cmd_args= 20:55:59 -> Pinging Codecov 20:55:59 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=PR-785&commit=28efaad525d41d7a388d2f42d5034b22c10c28f7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-785%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=785&job=&cmd_args= 20:55:59 -> Uploading to 20:55:59 https://storage.googleapis.com/codecov/v4/raw/2023-01-18/71470A77251A30514AAF9C0BB2E5B6CE/28efaad525d41d7a388d2f42d5034b22c10c28f7/fcb24234-00a0-41b3-b72e-4da5c191fe37.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230118T205559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26105725effdec60a35e857e61ea5c11f18ce2b79c3045d6931f1caa514f47cc 20:55:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:55:59 Dload Upload Total Spent Left Speed 20:56:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17693 0 0 100 17693 0 58586 --:--:-- --:--:-- --:--:-- 58586 20:56:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/28efaad525d41d7a388d2f42d5034b22c10c28f7 [Pipeline] } 20:56:00 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 20:56:01 + [ -d /w/workspace/dry_go-mod-core-contracts_PR-785/archives ] 20:56:01 + ls -al /w/workspace/dry_go-mod-core-contracts_PR-785/archives 20:56:01 total 16 20:56:01 drwxr-xr-x 3 root root 4096 Jan 18 20:52 . 20:56:01 drwxrwxr-x 11 jenkins jenkins 4096 Jan 18 20:52 .. 20:56:01 drwxr-xr-x 2 root root 4096 Jan 18 20:52 cost 20:56:01 -rw-r--r-- 1 root root 93 Jan 18 20:52 cost.csv 20:56:01 + sudo chown -R jenkins:jenkins /w/workspace/dry_go-mod-core-contracts_PR-785/archives 20:56:01 + ls -al /w/workspace/dry_go-mod-core-contracts_PR-785/archives 20:56:01 total 16 20:56:01 drwxr-xr-x 3 jenkins jenkins 4096 Jan 18 20:52 . 20:56:01 drwxrwxr-x 11 jenkins jenkins 4096 Jan 18 20:52 .. 20:56:01 drwxr-xr-x 2 jenkins jenkins 4096 Jan 18 20:52 cost 20:56:01 -rw-r--r-- 1 jenkins jenkins 93 Jan 18 20:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:56:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:56:03 ---> package-listing.sh 20:56:03 ++ facter osfamily 20:56:03 ++ tr '[:upper:]' '[:lower:]' 20:56:03 + OS_FAMILY=debian 20:56:03 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-785 20:56:03 + START_PACKAGES=/tmp/packages_start.txt 20:56:03 + END_PACKAGES=/tmp/packages_end.txt 20:56:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:56:03 + PACKAGES=/tmp/packages_start.txt 20:56:03 + '[' /w/workspace/dry_go-mod-core-contracts_PR-785 ']' 20:56:03 + PACKAGES=/tmp/packages_end.txt 20:56:03 + case "${OS_FAMILY}" in 20:56:03 + dpkg -l 20:56:03 + grep '^ii' 20:56:03 + '[' -f /tmp/packages_start.txt ']' 20:56:03 + '[' -f /tmp/packages_end.txt ']' 20:56:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:56:03 + '[' /w/workspace/dry_go-mod-core-contracts_PR-785 ']' 20:56:03 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-785/archives/ 20:56:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-785/archives/ [Pipeline] echo 20:56:03 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/dry_go-mod-core-contracts_PR-785/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:56:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:56:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:56:04 prd-ubuntu20.04-docker-8c-8g-3003 does not seem to be running inside a container 20:56:04 $ 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/dry_go-mod-core-contracts_PR-785/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-785 -v /w/workspace/dry_go-mod-core-contracts_PR-785:/w/workspace/dry_go-mod-core-contracts_PR-785:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-785@tmp:/w/workspace/dry_go-mod-core-contracts_PR-785@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 20:56:04 $ docker top c5f3b97e3f757cae204bc5405d74a8f6cb682cb5b90360b5c7a7032c367f4d05 -eo pid,comm [Pipeline] { [Pipeline] sh 20:56:05 + touch /tmp/pre-build-complete [Pipeline] sh 20:56:05 + mkdir -p /var/log/sysstat [Pipeline] sh 20:56:05 + ls /var/log/sa-host 20:56:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:06 provisioning config files... 20:56:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-785@tmp/config9731911387185437222tmp [Pipeline] { [Pipeline] echo 20:56:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:56:06 ---> create-netrc.sh [Pipeline] } 20:56:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:56:06 ---> python-tools-install.sh [Pipeline] echo 20:56:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:56:07 ---> sudo-logs.sh 20:56:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:56:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:56:07 ---> job-cost.sh 20:56:07 lf-activate-venv: SKIPPING 20:56:07 DEBUG: total: 0.2199999988079071 20:56:07 INFO: Retrieving Stack Cost... 20:56:07 INFO: Retrieving Pricing Info for: v3-standard-8 20:56:11 INFO: Archiving Costs [Pipeline] echo 20:56:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:56:11 ---> logs-deploy.sh 20:56:11 lf-activate-venv: SKIPPING 20:56:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-785/1 20:56:11 INFO: archiving workspace using pattern(s): 20:56:12 Archives upload complete. 20:56:12 INFO: archiving logs to Nexus 20:56:13 ---> uname -a: 20:56:13 Linux prd-ubuntu20-04-docker-8c-8g-3003 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:56:13 20:56:13 20:56:13 ---> lscpu: 20:56:13 Architecture: x86_64 20:56:13 CPU op-mode(s): 32-bit, 64-bit 20:56:13 Byte Order: Little Endian 20:56:13 Address sizes: 40 bits physical, 48 bits virtual 20:56:13 CPU(s): 8 20:56:13 On-line CPU(s) list: 0-7 20:56:13 Thread(s) per core: 1 20:56:13 Core(s) per socket: 1 20:56:13 Socket(s): 8 20:56:13 NUMA node(s): 1 20:56:13 Vendor ID: AuthenticAMD 20:56:13 CPU family: 23 20:56:13 Model: 49 20:56:13 Model name: AMD EPYC-Rome Processor 20:56:13 Stepping: 0 20:56:13 CPU MHz: 2799.998 20:56:13 BogoMIPS: 5599.99 20:56:13 Virtualization: AMD-V 20:56:13 Hypervisor vendor: KVM 20:56:13 Virtualization type: full 20:56:13 L1d cache: 256 KiB 20:56:13 L1i cache: 256 KiB 20:56:13 L2 cache: 4 MiB 20:56:13 L3 cache: 128 MiB 20:56:13 NUMA node0 CPU(s): 0-7 20:56:13 Vulnerability Itlb multihit: Not affected 20:56:13 Vulnerability L1tf: Not affected 20:56:13 Vulnerability Mds: Not affected 20:56:13 Vulnerability Meltdown: Not affected 20:56:13 Vulnerability Mmio stale data: Not affected 20:56:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:56:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:56:13 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:56:13 Vulnerability Srbds: Not affected 20:56:13 Vulnerability Tsx async abort: Not affected 20:56:13 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:56:13 20:56:13 20:56:13 ---> nproc: 20:56:13 8 20:56:13 20:56:13 20:56:13 ---> df -h: 20:56:13 Filesystem Size Used Avail Use% Mounted on 20:56:13 overlay 155G 11G 145G 7% / 20:56:13 tmpfs 64M 0 64M 0% /dev 20:56:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:56:13 shm 64M 0 64M 0% /dev/shm 20:56:13 /dev/vda1 155G 11G 145G 7% /facter-os 20:56:13 20:56:13 20:56:13 ---> sar -b -r -n DEV: 20:56:13 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3003) 01/18/23 _x86_64_ (8 CPU) 20:56:13 20:56:13 20:50:39 LINUX RESTART (8 CPU) 20:56:13 20:56:13 20:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:56:13 20:52:01 348.01 38.52 309.49 0.00 4287.82 96531.30 0.00 20:56:13 20:53:01 50.45 0.17 50.28 0.00 6.66 61921.14 0.00 20:56:13 20:54:01 6.00 0.00 6.00 0.00 0.00 38710.88 0.00 20:56:13 20:55:01 6.31 1.02 5.30 0.00 21.86 21264.11 0.00 20:56:13 20:56:01 45.16 10.66 34.49 0.00 5161.54 6628.63 0.00 20:56:13 Average: 90.32 9.98 80.34 0.00 1887.32 44839.86 0.00 20:56:13 20:56:13 20:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:56:13 20:52:01 28806924 31428420 887372 2.70 79632 2793492 2140608 6.31 1301988 2390388 198960 20:56:13 20:53:01 28662512 31584728 732000 2.23 91544 3053892 1758144 5.18 1143476 2662408 36 20:56:13 20:54:01 28661756 31584324 731652 2.23 91632 3053900 1758144 5.18 1144132 2662412 192 20:56:13 20:55:01 28668960 31592656 723436 2.20 91756 3054516 1765896 5.20 1135916 2662972 48 20:56:13 20:56:01 28209448 31569160 718324 2.18 112568 3467960 1803584 5.32 1402700 2822152 172 20:56:13 Average: 28601920 31551858 758557 2.31 93426 3084752 1845275 5.44 1225642 2640066 39882 20:56:13 20:56:13 20:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:56:13 20:52:01 ens3 685.95 489.15 6846.94 121.40 0.00 0.00 0.00 0.00 20:56:13 20:52:01 docker0 20.78 22.18 1.92 336.55 0.00 0.00 0.00 0.00 20:56:13 20:52:01 lo 3.46 3.46 0.33 0.33 0.00 0.00 0.00 0.00 20:56:13 20:52:01 vethdf91e2b 16.01 18.71 1.57 294.84 0.00 0.00 0.00 0.02 20:56:13 20:53:01 ens3 106.30 70.94 2527.16 14.40 0.00 0.00 0.00 0.00 20:56:13 20:53:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:56:13 20:53:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:56:13 20:54:01 ens3 9.13 5.00 8.99 0.62 0.00 0.00 0.00 0.00 20:56:13 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:13 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:13 20:55:01 ens3 2.65 1.08 3.53 0.07 0.00 0.00 0.00 0.00 20:56:13 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:13 20:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:56:13 20:56:01 ens3 160.72 94.33 2758.79 8.38 0.00 0.00 0.00 0.00 20:56:13 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:13 20:56:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 20:56:13 Average: ens3 191.29 130.90 2414.24 28.66 0.00 0.00 0.00 0.00 20:56:13 Average: docker0 4.11 4.38 0.38 66.40 0.00 0.00 0.00 0.00 20:56:13 Average: lo 1.14 1.14 0.11 0.11 0.00 0.00 0.00 0.00 20:56:13 20:56:13 20:56:13 ---> sar -P ALL: 20:56:13 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3003) 01/18/23 _x86_64_ (8 CPU) 20:56:13 20:56:13 20:50:39 LINUX RESTART (8 CPU) 20:56:13 20:56:13 20:51:02 CPU %user %nice %system %iowait %steal %idle 20:56:13 20:52:01 all 16.51 0.00 4.73 2.09 0.07 76.60 20:56:13 20:52:01 0 16.47 0.00 4.93 6.20 0.09 72.31 20:56:13 20:52:01 1 14.79 0.00 5.07 1.37 0.07 78.71 20:56:13 20:52:01 2 18.65 0.00 5.56 3.40 0.07 72.32 20:56:13 20:52:01 3 18.21 0.00 4.43 0.36 0.07 76.94 20:56:13 20:52:01 4 17.12 0.00 4.17 0.75 0.09 77.87 20:56:13 20:52:01 5 15.67 0.00 4.18 1.47 0.05 78.63 20:56:13 20:52:01 6 13.96 0.00 4.48 0.55 0.05 80.96 20:56:13 20:52:01 7 17.21 0.00 5.02 2.65 0.07 75.06 20:56:13 20:53:01 all 10.36 0.00 2.35 0.90 0.03 86.36 20:56:13 20:53:01 0 10.55 0.00 2.39 0.39 0.02 86.66 20:56:13 20:53:01 1 9.69 0.00 2.27 0.08 0.02 87.94 20:56:13 20:53:01 2 9.69 0.00 1.78 0.29 0.05 88.19 20:56:13 20:53:01 3 10.26 0.00 2.49 0.18 0.03 87.03 20:56:13 20:53:01 4 10.66 0.00 2.46 1.35 0.03 85.50 20:56:13 20:53:01 5 10.46 0.00 2.75 4.38 0.03 82.37 20:56:13 20:53:01 6 11.70 0.00 2.19 0.07 0.03 86.01 20:56:13 20:53:01 7 9.87 0.00 2.46 0.45 0.03 87.18 20:56:13 20:54:01 all 0.31 0.00 0.01 0.02 0.00 99.65 20:56:13 20:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:56:13 20:54:01 1 0.20 0.00 0.02 0.07 0.00 99.72 20:56:13 20:54:01 2 0.03 0.00 0.00 0.07 0.00 99.90 20:56:13 20:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:56:13 20:54:01 4 2.04 0.00 0.02 0.00 0.02 97.93 20:56:13 20:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:56:13 20:54:01 6 0.08 0.00 0.03 0.00 0.00 99.88 20:56:13 20:54:01 7 0.10 0.00 0.02 0.00 0.00 99.88 20:56:13 20:55:01 all 0.26 0.00 0.04 0.01 0.01 99.67 20:56:13 20:55:01 0 0.02 0.00 0.05 0.00 0.02 99.92 20:56:13 20:55:01 1 0.05 0.00 0.03 0.03 0.02 99.87 20:56:13 20:55:01 2 0.10 0.00 0.05 0.03 0.02 99.80 20:56:13 20:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 20:56:13 20:55:01 4 1.60 0.00 0.03 0.00 0.02 98.35 20:56:13 20:55:01 5 0.17 0.00 0.08 0.03 0.00 99.72 20:56:13 20:55:01 6 0.03 0.00 0.05 0.00 0.00 99.92 20:56:13 20:55:01 7 0.08 0.00 0.03 0.00 0.00 99.88 20:56:13 20:56:01 all 1.88 0.00 1.10 0.39 0.02 96.60 20:56:13 20:56:01 0 2.09 0.00 0.83 0.07 0.02 97.00 20:56:13 20:56:01 1 0.87 0.00 0.53 0.87 0.00 97.73 20:56:13 20:56:01 2 1.72 0.00 1.08 0.75 0.02 96.43 20:56:13 20:56:01 3 1.80 0.00 1.15 0.42 0.02 96.61 20:56:13 20:56:01 4 2.88 0.00 0.82 0.20 0.03 96.06 20:56:13 20:56:01 5 1.14 0.00 2.14 0.03 0.00 96.70 20:56:13 20:56:01 6 3.22 0.00 1.53 0.77 0.02 94.46 20:56:13 20:56:01 7 1.36 0.00 0.74 0.05 0.03 97.82 20:56:13 Average: all 5.80 0.00 1.63 0.68 0.03 91.87 20:56:13 Average: 0 5.76 0.00 1.62 1.30 0.03 91.29 20:56:13 Average: 1 5.06 0.00 1.56 0.48 0.02 92.87 20:56:13 Average: 2 5.97 0.00 1.67 0.90 0.03 91.43 20:56:13 Average: 3 5.98 0.00 1.60 0.19 0.03 92.20 20:56:13 Average: 4 6.79 0.00 1.48 0.46 0.04 91.24 20:56:13 Average: 5 5.43 0.00 1.82 1.18 0.02 91.55 20:56:13 Average: 6 5.76 0.00 1.64 0.27 0.02 92.31 20:56:13 Average: 7 5.65 0.00 1.63 0.62 0.03 92.07 20:56:13 20:56:13 20:56:13