Pull request #818 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 hahattan for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch main at 539bf813d355b9671b47ec6e58f7b7995e973d1b rather than 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 Obtained Jenkinsfile from 539bf813d355b9671b47ec6e58f7b7995e973d1b 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-ssh4307220487377474433.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh7179491594426847067.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-818/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-818/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6593926634312235708.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-818/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh592933639894973488.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh18368239862428907205.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-818/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-818/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3432015431617756013.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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.20 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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-358 in /w/workspace/dry_go-mod-core-contracts_PR-818 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-818 # 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/818/head:refs/remotes/origin/PR-818 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 539bf813d355b9671b47ec6e58f7b7995e973d1b into PR head commit 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 Merge succeeded, producing 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 Checking out Revision 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 (PR-818) > git config core.sparsecheckout # timeout=10 > git checkout -f 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 # 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 539bf813d355b9671b47ec6e58f7b7995e973d1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 # timeout=10 Commit message: "feat!: update maximum and minimum to float64 data type" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:59:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:59:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:59:03 ========================================================= 04:59:03 EdgeX Global Pipelines Version Info 04:59:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:59:04 ------------------- 04:59:04 stable info: 04:59:04 ------------------- 04:59:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:59:04 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 04:59:04 Message: update stable to v1.0.245 04:59:05 ------------------- 04:59:05 experimental info: 04:59:05 ------------------- 04:59:05 Commited By: **** collab-it+edgex@linuxfoundation.org 04:59:05 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 04:59:05 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-818 [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-818 [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-818 [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1af2d52 [Pipeline] echo 04:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:59:07 + git rev-list -1 --merges 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7~1..1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 [Pipeline] echo 04:59:07 -----------> git rev-list -1 --merges 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7~1..1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 [false] [Pipeline] sh 04:59:07 + git log --format=format:%s -1 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 [Pipeline] echo 04:59:07 ========================================================= 04:59:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:59:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:59:08 + git log --format=format:%s -1 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 [Pipeline] echo 04:59:08 [semverPrep] GIT_COMMIT: 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7, Commit Message: feat!: update maximum and minimum to float64 data type [Pipeline] echo 04:59:08 [semverPrep] This is not a build commit. [Pipeline] sh 04:59:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:59:08 + grep -v github /etc/ssh/ssh_known_hosts 04:59:08 + [ -e /tmp/ssh_known_hosts ] 04:59:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:59:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:59:08 + sudo tee -a /etc/ssh/ssh_known_hosts 04:59:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:09 04:59:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:09 0.1.4: Pulling from edgex-devops/py-git-semver 04:59:09 b85a868b505f: Pulling fs layer 04:59:09 e2be974225ed: Pulling fs layer 04:59:09 339a4e72a1f5: Pulling fs layer 04:59:09 988bab9f4d93: Pulling fs layer 04:59:09 1469e6f7b9e6: Pulling fs layer 04:59:09 988bab9f4d93: Waiting 04:59:09 eaf3925da568: Pulling fs layer 04:59:09 bab4dde63d76: Pulling fs layer 04:59:09 bde34c3a00c8: Pulling fs layer 04:59:09 1469e6f7b9e6: Waiting 04:59:09 eaf3925da568: Waiting 04:59:09 b352a97aabf1: Pulling fs layer 04:59:09 bde34c3a00c8: Waiting 04:59:09 4872d77fe225: Pulling fs layer 04:59:09 5851b861e8e6: Pulling fs layer 04:59:09 4872d77fe225: Waiting 04:59:09 5851b861e8e6: Waiting 04:59:09 e2be974225ed: Download complete 04:59:09 988bab9f4d93: Download complete 04:59:09 1469e6f7b9e6: Verifying Checksum 04:59:09 1469e6f7b9e6: Download complete 04:59:09 339a4e72a1f5: Verifying Checksum 04:59:09 eaf3925da568: Verifying Checksum 04:59:09 eaf3925da568: Download complete 04:59:09 339a4e72a1f5: Download complete 04:59:09 bde34c3a00c8: Verifying Checksum 04:59:09 bde34c3a00c8: Download complete 04:59:09 b352a97aabf1: Verifying Checksum 04:59:09 b352a97aabf1: Download complete 04:59:09 4872d77fe225: Verifying Checksum 04:59:09 4872d77fe225: Download complete 04:59:10 5851b861e8e6: Download complete 04:59:10 b85a868b505f: Verifying Checksum 04:59:10 b85a868b505f: Download complete 04:59:10 bab4dde63d76: Verifying Checksum 04:59:10 bab4dde63d76: Download complete 04:59:11 b85a868b505f: Pull complete 04:59:11 e2be974225ed: Pull complete 04:59:11 339a4e72a1f5: Pull complete 04:59:11 988bab9f4d93: Pull complete 04:59:12 1469e6f7b9e6: Pull complete 04:59:12 eaf3925da568: Pull complete 04:59:14 bab4dde63d76: Pull complete 04:59:14 bde34c3a00c8: Pull complete 04:59:14 b352a97aabf1: Pull complete 04:59:14 4872d77fe225: Pull complete 04:59:14 5851b861e8e6: Pull complete 04:59:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:59:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:14 prd-ubuntu20.04-docker-8c-8g-358 does not seem to be running inside a container 04:59:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-818 -v /w/workspace/dry_go-mod-core-contracts_PR-818:/w/workspace/dry_go-mod-core-contracts_PR-818:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-818@tmp:/w/workspace/dry_go-mod-core-contracts_PR-818@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 04:59:15 $ docker top cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 -eo pid,comm 04:59:15 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). 04:59:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:59:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:16 [ssh-agent] Looking for ssh-agent implementation... 04:59:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:16 $ docker exec cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 ssh-agent 04:59:16 SSH_AUTH_SOCK=/tmp/ssh-7kPF8Q8vCwGm/agent.32 04:59:16 SSH_AGENT_PID=38 04:59:16 Running ssh-add (command line suppressed) 04:59:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-818@tmp/private_key_11205550545283064386.key (/w/workspace/dry_go-mod-core-contracts_PR-818@tmp/private_key_11205550545283064386.key) 04:59:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:16 + git tag --points-at HEAD [Pipeline] } 04:59:16 $ docker exec --env ******** --env ******** cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 ssh-agent -k 04:59:16 unset SSH_AUTH_SOCK; 04:59:16 unset SSH_AGENT_PID; 04:59:16 echo Agent pid 38 killed; 04:59:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:59:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:16 [ssh-agent] Looking for ssh-agent implementation... 04:59:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:17 $ docker exec cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 ssh-agent 04:59:17 SSH_AUTH_SOCK=/tmp/ssh-PZCeadNzxDMp/agent.70 04:59:17 SSH_AGENT_PID=76 04:59:17 Running ssh-add (command line suppressed) 04:59:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-818@tmp/private_key_1249289723032700975.key (/w/workspace/dry_go-mod-core-contracts_PR-818@tmp/private_key_1249289723032700975.key) 04:59:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:17 + git semver init 04:59:17 2023-03-15 04:59:17,842 [run_init] DEBUG init version:0.0.0 force:False 04:59:17 2023-03-15 04:59:17,852 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_go-mod-core-contracts_PR-818/.semver 04:59:17 2023-03-15 04:59:17,855 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/dry_go-mod-core-contracts_PR-818/.semver 04:59:17 2023-03-15 04:59:17,856 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/dry_go-mod-core-contracts_PR-818/.semver'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-818, universal_newlines=False, shell=None, istream=None) 04:59:18 2023-03-15 04:59:18,607 [append_file] DEBUG append to file:/w/workspace/dry_go-mod-core-contracts_PR-818/.git/info/exclude 04:59:18 2023-03-15 04:59:18,608 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_go-mod-core-contracts_PR-818/.semver/PR-818 with force:False 04:59:18 2023-03-15 04:59:18,608 [write_file] DEBUG write to file:/w/workspace/dry_go-mod-core-contracts_PR-818/.semver/PR-818 04:59:18 2023-03-15 04:59:18,613 [execute] INFO git cat-file --batch-check 04:59:18 2023-03-15 04:59:18,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-818/.semver, universal_newlines=False, shell=None, istream=) 04:59:18 2023-03-15 04:59:18,621 [execute] INFO git cat-file --batch 04:59:18 2023-03-15 04:59:18,621 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-818/.semver, universal_newlines=False, shell=None, istream=) 04:59:18 2023-03-15 04:59:18,628 [read_version] DEBUG read version from /w/workspace/dry_go-mod-core-contracts_PR-818/.semver/PR-818 04:59:18 0.0.0 [Pipeline] } 04:59:18 $ docker exec --env ******** --env ******** cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 ssh-agent -k 04:59:18 unset SSH_AUTH_SOCK; 04:59:18 unset SSH_AGENT_PID; 04:59:18 echo Agent pid 76 killed; 04:59:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:59:19 + git semver [Pipeline] } 04:59:19 $ docker stop --time=1 cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 04:59:21 $ docker rm -f --volumes cded3be1bcc10c32703b9a7ab1be4095b7e3302d73e5000abc6ea33c31202f41 [Pipeline] // withDockerContainer [Pipeline] sh 04:59:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:59:21 Stashed 1 file(s) [Pipeline] echo 04:59:21 [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 04:59:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:59:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:59:22 ========================================================= 04:59:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:59:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 04:59:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:59:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:59:22 63b65145d645: Pulling fs layer 04:59:22 a2d21d5440eb: Pulling fs layer 04:59:22 935e6c44a52c: Pulling fs layer 04:59:22 94cc34f8dd06: Pulling fs layer 04:59:22 30dea6a524f1: Pulling fs layer 04:59:22 a2aff8979fd8: Pulling fs layer 04:59:22 6808be2612f2: Pulling fs layer 04:59:22 f25807f1079a: Pulling fs layer 04:59:22 94cc34f8dd06: Waiting 04:59:22 30dea6a524f1: Waiting 04:59:22 6808be2612f2: Waiting 04:59:22 a2d21d5440eb: Download complete 04:59:22 94cc34f8dd06: Verifying Checksum 04:59:22 94cc34f8dd06: Download complete 04:59:22 30dea6a524f1: Verifying Checksum 04:59:22 30dea6a524f1: Download complete 04:59:22 63b65145d645: Verifying Checksum 04:59:22 63b65145d645: Download complete 04:59:22 a2aff8979fd8: Verifying Checksum 04:59:22 a2aff8979fd8: Download complete 04:59:22 63b65145d645: Pull complete 04:59:22 a2d21d5440eb: Pull complete 04:59:23 f25807f1079a: Verifying Checksum 04:59:23 f25807f1079a: Download complete 04:59:23 935e6c44a52c: Verifying Checksum 04:59:23 935e6c44a52c: Download complete 04:59:23 6808be2612f2: Verifying Checksum 04:59:23 6808be2612f2: Download complete 04:59:27 935e6c44a52c: Pull complete 04:59:27 94cc34f8dd06: Pull complete 04:59:27 30dea6a524f1: Pull complete 04:59:27 a2aff8979fd8: Pull complete 04:59:29 6808be2612f2: Pull complete 04:59:30 f25807f1079a: Pull complete 04:59:30 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 04:59:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:59:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 04:59:30 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:31 + docker inspect -f . ci-base-image-x86_64 04:59:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:31 prd-ubuntu20.04-docker-8c-8g-358 does not seem to be running inside a container 04:59:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_PR-818 -v /w/workspace/dry_go-mod-core-contracts_PR-818:/w/workspace/dry_go-mod-core-contracts_PR-818:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-818@tmp:/w/workspace/dry_go-mod-core-contracts_PR-818@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 04:59:33 $ docker top ae43827769d6bebee835da4cd40cf731948702610477c5b0b6ce8f2808ab30a5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:33 + go version 04:59:33 go version go1.20.2 linux/amd64 [Pipeline] } 04:59:33 $ docker stop --time=1 ae43827769d6bebee835da4cd40cf731948702610477c5b0b6ce8f2808ab30a5 04:59:34 $ docker rm -f --volumes ae43827769d6bebee835da4cd40cf731948702610477c5b0b6ce8f2808ab30a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:35 + docker inspect -f . ci-base-image-x86_64 04:59:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:35 prd-ubuntu20.04-docker-8c-8g-358 does not seem to be running inside a container 04:59:35 $ 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-818 -v /w/workspace/dry_go-mod-core-contracts_PR-818:/w/workspace/dry_go-mod-core-contracts_PR-818:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-818@tmp:/w/workspace/dry_go-mod-core-contracts_PR-818@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 04:59:36 $ docker top d9ce571cc18706629d84b576de299832e8dbee16251ff50f7db2d939d6e75186 -eo pid,comm [Pipeline] { [Pipeline] sh 04:59:36 + git config --global --add safe.directory /w/workspace/dry_go-mod-core-contracts_PR-818 [Pipeline] fileExists [Pipeline] sh 04:59:36 + make test 04:59:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 04:59:36 go: downloading github.com/go-playground/validator/v10 v10.11.2 04:59:36 go: downloading github.com/google/uuid v1.3.0 04:59:36 go: downloading github.com/stretchr/testify v1.8.2 04:59:36 go: downloading gopkg.in/yaml.v3 v3.0.1 04:59:36 go: downloading github.com/go-kit/log v0.2.1 04:59:36 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 04:59:37 Still waiting to schedule task 04:59:37 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:59:37 go: downloading github.com/go-logfmt/logfmt v0.5.1 04:59:37 go: downloading github.com/davecgh/go-spew v1.1.1 04:59:37 go: downloading github.com/pmezard/go-difflib v1.0.0 04:59:37 go: downloading github.com/stretchr/objx v0.5.0 04:59:37 go: downloading github.com/x448/float16 v0.8.4 04:59:37 go: downloading github.com/go-playground/universal-translator v0.18.1 04:59:37 go: downloading github.com/leodido/go-urn v1.2.1 04:59:37 go: downloading golang.org/x/crypto v0.5.0 04:59:37 go: downloading golang.org/x/text v0.6.0 04:59:37 go: downloading github.com/go-playground/locales v0.14.1 04:59:43 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 04:59:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 04:59:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 04:59:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 04:59:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 04:59:47 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 04:59:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.086s coverage: 83.5% of statements 04:59:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.020s coverage: 29.4% of statements 04:59:47 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.026s coverage: 53.8% of statements 04:59:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.027s coverage: 90.0% of statements 04:59:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.036s coverage: 86.7% of statements 04:59:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.014s coverage: 60.5% of statements 04:59:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.005s coverage: 36.1% of statements 04:59:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.012s coverage: 48.7% of statements 04:59:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:59:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:59:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 04:59:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:59:59 $ docker stop --time=1 d9ce571cc18706629d84b576de299832e8dbee16251ff50f7db2d939d6e75186 05:00:01 $ docker rm -f --volumes d9ce571cc18706629d84b576de299832e8dbee16251ff50f7db2d939d6e75186 [Pipeline] // withDockerContainer [Pipeline] sh 05:00:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:00:02 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 05:00:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:00:03 05:00:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:00:03 latest: Pulling from edgex-lftools-log-publisher 05:00:03 5eb5b503b376: Pulling fs layer 05:00:03 5c69ac0246d0: Pulling fs layer 05:00:03 ec43610c2a17: Pulling fs layer 05:00:03 3a2ae6a8a46f: Pulling fs layer 05:00:03 33b1e0a273af: Pulling fs layer 05:00:03 5d3b04190fa2: Pulling fs layer 05:00:03 2f39f015ded8: Pulling fs layer 05:00:03 3a2ae6a8a46f: Waiting 05:00:03 33b1e0a273af: Waiting 05:00:03 2f39f015ded8: Waiting 05:00:03 5c69ac0246d0: Verifying Checksum 05:00:03 5c69ac0246d0: Download complete 05:00:03 3a2ae6a8a46f: Verifying Checksum 05:00:03 3a2ae6a8a46f: Download complete 05:00:03 33b1e0a273af: Verifying Checksum 05:00:03 33b1e0a273af: Download complete 05:00:03 ec43610c2a17: Verifying Checksum 05:00:03 ec43610c2a17: Download complete 05:00:03 5d3b04190fa2: Verifying Checksum 05:00:03 5d3b04190fa2: Download complete 05:00:03 5eb5b503b376: Verifying Checksum 05:00:03 5eb5b503b376: Download complete 05:00:04 2f39f015ded8: Download complete 05:00:04 5eb5b503b376: Pull complete 05:00:04 5c69ac0246d0: Pull complete 05:00:05 ec43610c2a17: Pull complete 05:00:05 3a2ae6a8a46f: Pull complete 05:00:05 33b1e0a273af: Pull complete 05:00:05 5d3b04190fa2: Pull complete 05:00:08 2f39f015ded8: Pull complete 05:00:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:00:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:00:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:09 prd-ubuntu20.04-docker-8c-8g-358 does not seem to be running inside a container 05:00:09 $ 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-818 -v /w/workspace/dry_go-mod-core-contracts_PR-818:/w/workspace/dry_go-mod-core-contracts_PR-818:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-818@tmp:/w/workspace/dry_go-mod-core-contracts_PR-818@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 05:00:10 $ docker top a634f842e3a8cc7d9e07e93fa44144fb6be9cdb7768d238cc587bf762f55db2b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:10 ---> job-cost.sh 05:00:10 lf-activate-venv: SKIPPING 05:00:10 INFO: No Stack... 05:00:11 INFO: Retrieving Pricing Info for: v3-standard-8 05:00:11 INFO: Archiving Costs [Pipeline] sh 05:00:11 + cat /w/workspace/dry_go-mod-core-contracts_PR-818/archives/cost.csv 05:00:11 + cut -d, -f6 [Pipeline] lock 05:00:12 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] 05:00:12 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] did not exist. Created. 05:00:12 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:00:12 + echo total: 0.2199999988079071 [Pipeline] stash 05:00:12 Stashed 1 file(s) [Pipeline] } 05:00:12 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:00:12 $ docker stop --time=1 a634f842e3a8cc7d9e07e93fa44144fb6be9cdb7768d238cc587bf762f55db2b 05:00:13 $ docker rm -f --volumes a634f842e3a8cc7d9e07e93fa44144fb6be9cdb7768d238cc587bf762f55db2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:01:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-359 in /w/workspace/dry_go-mod-core-contracts_PR-818 [Pipeline] { [Pipeline] ws 05:01:06 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 05:01:06 The recommended git tool is: git 05:01:11 using credential edgex-jenkins-ssh 05:01:11 Cloning the remote Git repository 05:01:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:01:11 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 05:01:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:01:11 > git --version # timeout=10 05:01:11 > git --version # 'git version 2.25.1' 05:01:11 using GIT_SSH to set credentials SSH Credentials for GitHub 05:01:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:01:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:01:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:01:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:01:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:01:15 using GIT_SSH to set credentials SSH Credentials for GitHub 05:01:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/818/head:refs/remotes/origin/PR-818 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:01:16 Merging remotes/origin/main commit 539bf813d355b9671b47ec6e58f7b7995e973d1b into PR head commit 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 05:01:16 Merge succeeded, producing 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 05:01:16 Checking out Revision 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 (PR-818) 05:01:16 > git config core.sparsecheckout # timeout=10 05:01:16 > git checkout -f 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 # timeout=10 05:01:16 > git remote # timeout=10 05:01:16 > git config --get remote.origin.url # timeout=10 05:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 05:01:16 > git merge 539bf813d355b9671b47ec6e58f7b7995e973d1b # timeout=10 05:01:16 > git rev-parse HEAD^{commit} # timeout=10 05:01:16 > git config core.sparsecheckout # timeout=10 05:01:16 > git checkout -f 1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 # timeout=10 05:01:20 Commit message: "feat!: update maximum and minimum to float64 data type" 05:01:20 > git --version # timeout=10 05:01:20 > git --version # 'git version 2.25.1' 05:01:20 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:01:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:01:21 % Total % Received % Xferd Average Speed Time Time Time Current 05:01:21 Dload Upload Total Spent Left Speed 05:01:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k [Pipeline] sh 05:01:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:01:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:01:22 + sudo tee /etc/docker/daemon.new 05:01:22 { 05:01:22 "registry-mirrors": [ 05:01:22 "https://nexus3.edgexfoundry.org:10001" 05:01:22 ], 05:01:22 "bip": "10.250.0.254/24", 05:01:22 "hosts": [ 05:01:22 "tcp://0.0.0.0:5555", 05:01:22 "unix:///var/run/docker.sock" 05:01:22 ], 05:01:22 "mtu": 1458, 05:01:22 "selinux-enabled": true, 05:01:22 "seccomp-profile": "/etc/docker/seccomp.json" 05:01:22 } [Pipeline] sh 05:01:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:01:23 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 05:01:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:01:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:01:45 ========================================================= 05:01:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:01:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 05:01:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:01:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:01:46 af6eaf76a39c: Pulling fs layer 05:01:46 55522c791124: Pulling fs layer 05:01:46 ce5c4a1c91eb: Pulling fs layer 05:01:46 169dfbe0d373: Pulling fs layer 05:01:46 e1ff8fa3b103: Pulling fs layer 05:01:46 52ebb69f0ebf: Pulling fs layer 05:01:46 5abe8eddf0d5: Pulling fs layer 05:01:46 e1ff8fa3b103: Waiting 05:01:46 52ebb69f0ebf: Waiting 05:01:46 5abe8eddf0d5: Waiting 05:01:46 169dfbe0d373: Waiting 05:01:46 55522c791124: Verifying Checksum 05:01:46 55522c791124: Download complete 05:01:46 169dfbe0d373: Verifying Checksum 05:01:46 169dfbe0d373: Download complete 05:01:46 e1ff8fa3b103: Verifying Checksum 05:01:46 e1ff8fa3b103: Download complete 05:01:46 af6eaf76a39c: Verifying Checksum 05:01:46 af6eaf76a39c: Download complete 05:01:47 af6eaf76a39c: Pull complete 05:01:47 5abe8eddf0d5: Verifying Checksum 05:01:47 5abe8eddf0d5: Download complete 05:01:48 55522c791124: Pull complete 05:01:49 ce5c4a1c91eb: Verifying Checksum 05:01:49 ce5c4a1c91eb: Download complete 05:01:49 52ebb69f0ebf: Verifying Checksum 05:01:49 52ebb69f0ebf: Download complete 05:02:01 ce5c4a1c91eb: Pull complete 05:02:01 169dfbe0d373: Pull complete 05:02:01 e1ff8fa3b103: Pull complete 05:02:10 52ebb69f0ebf: Pull complete 05:02:11 5abe8eddf0d5: Pull complete 05:02:11 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 05:02:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:02:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 05:02:11 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:12 + docker inspect -f . ci-base-image-arm64 05:02:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:02:12 prd-ubuntu20.04-docker-arm64-4c-16g-359 does not seem to be running inside a container 05:02:12 $ 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 05:02:15 $ docker top e7a56e32a59c752421888607176086c4d35c96842c46d154b25820986d1e7b98 -eo pid,comm [Pipeline] { [Pipeline] sh 05:02:16 + go version 05:02:16 go version go1.20.2 linux/arm64 [Pipeline] } 05:02:16 $ docker stop --time=1 e7a56e32a59c752421888607176086c4d35c96842c46d154b25820986d1e7b98 05:02:18 $ docker rm -f --volumes e7a56e32a59c752421888607176086c4d35c96842c46d154b25820986d1e7b98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:18 + docker inspect -f . ci-base-image-arm64 05:02:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:02:19 prd-ubuntu20.04-docker-arm64-4c-16g-359 does not seem to be running inside a container 05:02:19 $ 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 05:02:21 $ docker top 51d36da7e463fbc892d1a8ccdfd7ebbc1bf37d56c0ce636628898a8769d6d4d0 -eo pid,comm [Pipeline] { [Pipeline] sh 05:02:22 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/1 [Pipeline] fileExists [Pipeline] sh 05:02:23 + make test 05:02:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:02:23 go: downloading github.com/go-kit/log v0.2.1 05:02:23 go: downloading github.com/stretchr/testify v1.8.2 05:02:23 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 05:02:23 go: downloading github.com/google/uuid v1.3.0 05:02:23 go: downloading github.com/go-playground/validator/v10 v10.11.2 05:02:23 go: downloading gopkg.in/yaml.v3 v3.0.1 05:02:23 go: downloading github.com/go-logfmt/logfmt v0.5.1 05:02:24 go: downloading github.com/x448/float16 v0.8.4 05:02:24 go: downloading github.com/davecgh/go-spew v1.1.1 05:02:24 go: downloading github.com/pmezard/go-difflib v1.0.0 05:02:24 go: downloading github.com/stretchr/objx v0.5.0 05:02:24 go: downloading github.com/go-playground/universal-translator v0.18.1 05:02:24 go: downloading github.com/leodido/go-urn v1.2.1 05:02:24 go: downloading golang.org/x/crypto v0.5.0 05:02:24 go: downloading golang.org/x/text v0.6.0 05:02:24 go: downloading github.com/go-playground/locales v0.14.1 05:02:56 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 05:03:43 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] 05:03:43 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 05:03:43 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.370s coverage: 83.5% of statements 05:03:43 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] 05:03:43 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] 05:03:43 ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] 05:03:43 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.052s coverage: 29.4% of statements 05:03:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.120s coverage: 53.8% of statements 05:03:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.077s coverage: 90.0% of statements 05:03:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.414s coverage: 86.7% of statements 05:03:48 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.054s coverage: 60.5% of statements 05:03:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.017s coverage: 36.1% of statements 05:03:49 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.047s coverage: 48.7% of statements 05:03:50 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:03:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:04:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:04:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 05:04:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:04:03 $ docker stop --time=1 51d36da7e463fbc892d1a8ccdfd7ebbc1bf37d56c0ce636628898a8769d6d4d0 05:04:04 $ docker rm -f --volumes 51d36da7e463fbc892d1a8ccdfd7ebbc1bf37d56c0ce636628898a8769d6d4d0 [Pipeline] // withDockerContainer [Pipeline] sh 05:04:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:04:06 Warning: overwriting stash ‘coverage-report’ 05:04:07 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 05:04:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:04:07 05:04:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:04:08 arm64: Pulling from edgex-lftools-log-publisher 05:04:08 8998bd30e6a1: Pulling fs layer 05:04:08 04944245beec: Pulling fs layer 05:04:08 699f458cf7ca: Pulling fs layer 05:04:08 765212b225bb: Pulling fs layer 05:04:08 f23df028b6ca: Pulling fs layer 05:04:08 d65c8cfc05b1: Pulling fs layer 05:04:08 2437ff75d9bd: Pulling fs layer 05:04:08 f23df028b6ca: Waiting 05:04:08 d65c8cfc05b1: Waiting 05:04:08 2437ff75d9bd: Waiting 05:04:08 04944245beec: Verifying Checksum 05:04:08 04944245beec: Download complete 05:04:08 765212b225bb: Verifying Checksum 05:04:08 765212b225bb: Download complete 05:04:08 f23df028b6ca: Verifying Checksum 05:04:08 f23df028b6ca: Download complete 05:04:08 d65c8cfc05b1: Verifying Checksum 05:04:08 d65c8cfc05b1: Download complete 05:04:08 699f458cf7ca: Verifying Checksum 05:04:08 699f458cf7ca: Download complete 05:04:09 8998bd30e6a1: Download complete 05:04:11 2437ff75d9bd: Verifying Checksum 05:04:11 2437ff75d9bd: Download complete 05:04:13 8998bd30e6a1: Pull complete 05:04:13 04944245beec: Pull complete 05:04:15 699f458cf7ca: Pull complete 05:04:15 765212b225bb: Pull complete 05:04:15 f23df028b6ca: Pull complete 05:04:15 d65c8cfc05b1: Pull complete 05:04:30 2437ff75d9bd: Pull complete 05:04:30 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:04:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:04:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:31 prd-ubuntu20.04-docker-arm64-4c-16g-359 does not seem to be running inside a container 05:04:31 $ 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 05:04:36 $ docker top 24345f068f346d2268ac1618b60bf7cae34c3fc1041d19e7153f92309dcdf885 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:04:37 ---> job-cost.sh 05:04:37 lf-activate-venv: SKIPPING 05:04:37 INFO: No Stack... 05:04:38 INFO: Retrieving Pricing Info for: v3-standard-4 05:04:38 INFO: Archiving Costs [Pipeline] sh 05:04:39 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 05:04:39 + cut -d, -f6 [Pipeline] lock 05:04:39 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] 05:04:39 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] did not exist. Created. 05:04:39 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:04:40 /w/workspace/go-mod-core-contracts/1@tmp/durable-7dac3c6c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:04:40 + echo total: 0.10999999940395355 [Pipeline] stash 05:04:41 Warning: overwriting stash ‘stack-cost’ 05:04:41 Stashed 1 file(s) [Pipeline] } 05:04:41 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-818-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:04:41 $ docker stop --time=1 24345f068f346d2268ac1618b60bf7cae34c3fc1041d19e7153f92309dcdf885 05:04:42 $ docker rm -f --volumes 24345f068f346d2268ac1618b60bf7cae34c3fc1041d19e7153f92309dcdf885 [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 05:04:43 provisioning config files... 05:04:43 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-818@tmp/config14753458107590822918tmp [Pipeline] { [Pipeline] sh 05:04:43 + set +x 05:04:43 + bash -s -- 05:04:43 + curl -s https://codecov.io/bash 05:04:43 05:04:43 _____ _ 05:04:43 / ____| | | 05:04:43 | | ___ __| | ___ ___ _____ __ 05:04:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:04:43 | |___| (_) | (_| | __/ (_| (_) \ V / 05:04:43 \_____\___/ \__,_|\___|\___\___/ \_/ 05:04:43 Bash-1.0.6 05:04:43 05:04:43 05:04:43 ==> git version 2.25.1 found 05:04:43 ==> 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 05:04:43 Release-Date: 2020-01-08 05:04:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:04:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:04:43 ==> Jenkins CI detected. 05:04:43 current dir:  /w/workspace/dry_go-mod-core-contracts_PR-818 05:04:43 project root: . 05:04:43 --> token set from env 05:04:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:04:43 ==> Running gcov in . (disable via -X gcov) 05:04:43 ==> Python coveragepy not found 05:04:43 ==> Searching for coverage reports in: 05:04:43 + . 05:04:43 -> Found 1 reports 05:04:43 ==> Detecting git/mercurial file structure 05:04:43 ==> Reading reports 05:04:43 + ./coverage.out bytes=115997 05:04:43 ==> Appending adjustments 05:04:43 https://docs.codecov.io/docs/fixing-reports 05:04:44 + Found adjustments 05:04:44 ==> Gzipping contents 05:04:44 20K /tmp/codecov.6gozEl.gz 05:04:44 ==> Uploading reports 05:04:44 url: https://codecov.io 05:04:44 query: branch=PR-818&commit=1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-818%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=818&job=&cmd_args= 05:04:44 -> Pinging Codecov 05:04:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=PR-818&commit=1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-818%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=818&job=&cmd_args= 05:04:44 -> Uploading to 05:04:44 https://storage.googleapis.com/codecov/v4/raw/2023-03-15/71470A77251A30514AAF9C0BB2E5B6CE/1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7/c912f294-7c70-4eeb-a229-ba36758129c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T050444Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=92085d5dc2d4e7823d0fe562cb6b5918a6d0f1eb4ab646f80b7bb063c569828d 05:04:44 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:44 Dload Upload Total Spent Left Speed 05:04:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17584 0 0 100 17584 0 64647 --:--:-- --:--:-- --:--:-- 64885 05:04:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1af2d52b2805dd8b31ab8a74952bd92a1b93e9d7 [Pipeline] } 05:04:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:04:46 + [ -d /w/workspace/dry_go-mod-core-contracts_PR-818/archives ] 05:04:46 + ls -al /w/workspace/dry_go-mod-core-contracts_PR-818/archives 05:04:46 total 16 05:04:46 drwxr-xr-x 3 root root 4096 Mar 15 05:00 . 05:04:46 drwxrwxr-x 11 jenkins jenkins 4096 Mar 15 05:00 .. 05:04:46 drwxr-xr-x 2 root root 4096 Mar 15 05:00 cost 05:04:46 -rw-r--r-- 1 root root 93 Mar 15 05:00 cost.csv 05:04:46 + sudo chown -R jenkins:jenkins /w/workspace/dry_go-mod-core-contracts_PR-818/archives 05:04:46 + ls -al /w/workspace/dry_go-mod-core-contracts_PR-818/archives 05:04:46 total 16 05:04:46 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 05:00 . 05:04:46 drwxrwxr-x 11 jenkins jenkins 4096 Mar 15 05:00 .. 05:04:46 drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 05:00 cost 05:04:46 -rw-r--r-- 1 jenkins jenkins 93 Mar 15 05:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:04:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:04:47 ---> package-listing.sh 05:04:47 ++ facter osfamily 05:04:47 ++ tr '[:upper:]' '[:lower:]' 05:04:48 + OS_FAMILY=debian 05:04:48 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-818 05:04:48 + START_PACKAGES=/tmp/packages_start.txt 05:04:48 + END_PACKAGES=/tmp/packages_end.txt 05:04:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:04:48 + PACKAGES=/tmp/packages_start.txt 05:04:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-818 ']' 05:04:48 + PACKAGES=/tmp/packages_end.txt 05:04:48 + case "${OS_FAMILY}" in 05:04:48 + dpkg -l 05:04:48 + grep '^ii' 05:04:48 + '[' -f /tmp/packages_start.txt ']' 05:04:48 + '[' -f /tmp/packages_end.txt ']' 05:04:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:04:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-818 ']' 05:04:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-818/archives/ 05:04:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-818/archives/ [Pipeline] echo 05:04:48 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-818/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:04:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:04:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:49 prd-ubuntu20.04-docker-8c-8g-358 does not seem to be running inside a container 05:04:49 $ 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-818/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-818 -v /w/workspace/dry_go-mod-core-contracts_PR-818:/w/workspace/dry_go-mod-core-contracts_PR-818:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-818@tmp:/w/workspace/dry_go-mod-core-contracts_PR-818@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 05:04:49 $ docker top 739378419c9ed82f70ae82665e0740e963d0e32938a8a87e937f7e2f652f78cc -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:49 + touch /tmp/pre-build-complete [Pipeline] sh 05:04:50 + mkdir -p /var/log/sysstat [Pipeline] sh 05:04:50 + ls /var/log/sa-host 05:04:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:04:50 provisioning config files... 05:04:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-818@tmp/config15314424358281097143tmp [Pipeline] { [Pipeline] echo 05:04:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:04:51 ---> create-netrc.sh [Pipeline] } 05:04:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:04:51 ---> python-tools-install.sh [Pipeline] echo 05:04:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:04:51 ---> sudo-logs.sh 05:04:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:04:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:04:52 ---> job-cost.sh 05:04:52 lf-activate-venv: SKIPPING 05:04:52 DEBUG: total: 0.2199999988079071 05:04:52 INFO: Retrieving Stack Cost... 05:04:52 INFO: Retrieving Pricing Info for: v3-standard-8 05:04:52 INFO: Archiving Costs [Pipeline] echo 05:04:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:04:53 ---> logs-deploy.sh 05:04:53 lf-activate-venv: SKIPPING 05:04:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-818/1 05:04:53 INFO: archiving workspace using pattern(s): 05:04:54 Archives upload complete. 05:04:54 INFO: archiving logs to Nexus 05:04:54 ---> uname -a: 05:04:54 Linux prd-ubuntu20-04-docker-8c-8g-358 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:04:54 05:04:54 05:04:54 ---> lscpu: 05:04:54 Architecture: x86_64 05:04:54 CPU op-mode(s): 32-bit, 64-bit 05:04:54 Byte Order: Little Endian 05:04:54 Address sizes: 40 bits physical, 48 bits virtual 05:04:54 CPU(s): 8 05:04:54 On-line CPU(s) list: 0-7 05:04:54 Thread(s) per core: 1 05:04:54 Core(s) per socket: 1 05:04:54 Socket(s): 8 05:04:54 NUMA node(s): 1 05:04:54 Vendor ID: AuthenticAMD 05:04:54 CPU family: 23 05:04:54 Model: 49 05:04:54 Model name: AMD EPYC-Rome Processor 05:04:54 Stepping: 0 05:04:54 CPU MHz: 2800.002 05:04:54 BogoMIPS: 5600.00 05:04:54 Virtualization: AMD-V 05:04:54 Hypervisor vendor: KVM 05:04:54 Virtualization type: full 05:04:54 L1d cache: 256 KiB 05:04:54 L1i cache: 256 KiB 05:04:54 L2 cache: 4 MiB 05:04:54 L3 cache: 128 MiB 05:04:54 NUMA node0 CPU(s): 0-7 05:04:54 Vulnerability Itlb multihit: Not affected 05:04:54 Vulnerability L1tf: Not affected 05:04:54 Vulnerability Mds: Not affected 05:04:54 Vulnerability Meltdown: Not affected 05:04:54 Vulnerability Mmio stale data: Not affected 05:04:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:04:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:04:54 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:04:54 Vulnerability Srbds: Not affected 05:04:54 Vulnerability Tsx async abort: Not affected 05:04:54 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 05:04:54 05:04:54 05:04:54 ---> nproc: 05:04:54 8 05:04:54 05:04:54 05:04:54 ---> df -h: 05:04:54 Filesystem Size Used Avail Use% Mounted on 05:04:54 overlay 155G 11G 145G 7% / 05:04:54 tmpfs 64M 0 64M 0% /dev 05:04:54 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:04:54 shm 64M 0 64M 0% /dev/shm 05:04:54 /dev/vda1 155G 11G 145G 7% /facter-os 05:04:54 05:04:54 05:04:54 ---> sar -b -r -n DEV: 05:04:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-358) 03/15/23 _x86_64_ (8 CPU) 05:04:54 05:04:54 04:58:26 LINUX RESTART (8 CPU) 05:04:54 05:04:54 04:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:04:54 05:00:01 140.40 9.78 130.62 0.00 1710.49 44238.20 0.00 05:04:54 05:01:01 36.86 0.18 36.68 0.00 5.07 18521.60 0.00 05:04:54 05:02:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 05:04:54 05:03:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 05:04:54 05:04:01 53.39 11.60 41.79 0.00 5176.74 8741.74 0.00 05:04:54 Average: 46.33 4.29 42.03 0.00 1377.35 14206.16 0.00 05:04:54 05:04:54 04:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:04:54 05:00:01 28905000 31568264 739572 2.25 81868 2842232 1875904 5.53 1128196 2467680 43372 05:04:54 05:01:01 28683520 31579080 727124 2.21 91600 3036880 1722068 5.08 1106020 2678352 12 05:04:54 05:02:01 28683848 31579468 726420 2.21 91680 3036872 1722068 5.08 1106112 2678356 12 05:04:54 05:03:01 28687060 31582756 723108 2.20 91704 3036884 1722068 5.08 1102644 2678364 44 05:04:54 05:04:01 28155348 31557932 731176 2.22 125756 3492836 1802416 5.31 1427580 2847732 916 05:04:54 Average: 28622955 31573500 729480 2.22 96522 3089141 1768905 5.21 1174110 2670097 8871 05:04:54 05:04:54 04:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:04:54 05:00:01 docker0 22.74 30.01 2.04 336.58 0.00 0.00 0.00 0.00 05:04:54 05:00:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 05:04:54 05:00:01 ens3 396.51 271.87 6231.06 74.00 0.00 0.00 0.00 0.00 05:04:54 05:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:54 05:01:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 05:04:54 05:01:01 ens3 101.33 65.04 2523.39 11.64 0.00 0.00 0.00 0.00 05:04:54 05:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:54 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:54 05:02:01 ens3 0.42 0.37 0.28 0.21 0.00 0.00 0.00 0.00 05:04:54 05:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:54 05:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:04:54 05:03:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 05:04:54 05:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:04:54 05:04:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 05:04:54 05:04:01 ens3 203.67 110.00 2805.08 7.93 0.00 0.00 0.00 0.00 05:04:54 Average: docker0 4.49 5.92 0.40 66.42 0.00 0.00 0.00 0.00 05:04:54 Average: lo 0.96 0.96 0.09 0.09 0.00 0.00 0.00 0.00 05:04:54 Average: ens3 139.56 88.87 2298.86 18.57 0.00 0.00 0.00 0.00 05:04:54 05:04:54 05:04:54 ---> sar -P ALL: 05:04:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-358) 03/15/23 _x86_64_ (8 CPU) 05:04:54 05:04:54 04:58:26 LINUX RESTART (8 CPU) 05:04:54 05:04:54 04:59:02 CPU %user %nice %system %iowait %steal %idle 05:04:54 05:00:01 all 22.87 0.00 5.17 0.86 0.08 71.03 05:04:54 05:00:01 0 22.39 0.00 5.80 2.13 0.09 69.59 05:04:54 05:00:01 1 22.36 0.00 5.38 0.68 0.07 71.51 05:04:54 05:00:01 2 25.69 0.00 5.24 2.04 0.07 66.96 05:04:54 05:00:01 3 22.72 0.00 5.02 1.03 0.09 71.14 05:04:54 05:00:01 4 21.28 0.00 5.52 0.21 0.07 72.93 05:04:54 05:00:01 5 21.95 0.00 4.74 0.57 0.07 72.67 05:04:54 05:00:01 6 23.87 0.00 5.15 0.05 0.07 70.86 05:04:54 05:00:01 7 22.67 0.00 4.52 0.15 0.09 72.57 05:04:54 05:01:01 all 2.32 0.00 1.05 0.22 0.02 96.38 05:04:54 05:01:01 0 2.85 0.00 0.75 0.00 0.02 96.38 05:04:54 05:01:01 1 2.04 0.00 1.15 0.12 0.02 96.67 05:04:54 05:01:01 2 2.27 0.00 1.24 0.53 0.03 95.92 05:04:54 05:01:01 3 2.19 0.00 0.94 0.02 0.03 96.82 05:04:54 05:01:01 4 2.63 0.00 0.59 0.02 0.03 96.73 05:04:54 05:01:01 5 2.41 0.00 0.85 0.10 0.02 96.62 05:04:54 05:01:01 6 1.36 0.00 1.94 0.95 0.02 95.73 05:04:54 05:01:01 7 2.80 0.00 0.97 0.05 0.02 96.16 05:04:54 05:02:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:04:54 05:02:01 0 0.05 0.00 0.02 0.00 0.02 99.92 05:04:54 05:02:01 1 0.00 0.00 0.00 0.02 0.00 99.98 05:04:54 05:02:01 2 0.05 0.00 0.03 0.05 0.02 99.85 05:04:54 05:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 05:04:54 05:02:01 4 0.03 0.00 0.03 0.00 0.02 99.92 05:04:54 05:02:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:04:54 05:02:01 6 0.00 0.00 0.00 0.00 0.00 100.00 05:04:54 05:02:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:04:54 05:03:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:04:54 05:03:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:04:54 05:03:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:04:54 05:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:04:54 05:03:01 3 0.02 0.00 0.02 0.00 0.03 99.93 05:04:54 05:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:04:54 05:03:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:04:54 05:03:01 6 0.02 0.00 0.03 0.02 0.00 99.93 05:04:54 05:03:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:04:54 05:04:01 all 2.08 0.00 1.33 0.32 0.03 96.25 05:04:54 05:04:01 0 2.12 0.00 0.92 0.48 0.02 96.46 05:04:54 05:04:01 1 2.56 0.00 1.27 0.50 0.03 95.64 05:04:54 05:04:01 2 3.21 0.00 1.55 0.32 0.02 94.91 05:04:54 05:04:01 3 1.24 0.00 0.70 0.05 0.03 97.98 05:04:54 05:04:01 4 1.86 0.00 0.69 0.12 0.03 97.30 05:04:54 05:04:01 5 2.12 0.00 1.12 0.05 0.02 96.69 05:04:54 05:04:01 6 2.40 0.00 2.20 0.15 0.03 95.21 05:04:54 05:04:01 7 1.09 0.00 2.18 0.87 0.02 95.83 05:04:54 Average: all 5.37 0.00 1.50 0.28 0.03 92.83 05:04:54 Average: 0 5.41 0.00 1.48 0.52 0.03 92.56 05:04:54 Average: 1 5.32 0.00 1.55 0.26 0.03 92.84 05:04:54 Average: 2 6.13 0.00 1.59 0.58 0.03 91.67 05:04:54 Average: 3 5.13 0.00 1.31 0.21 0.04 93.30 05:04:54 Average: 4 5.08 0.00 1.34 0.07 0.03 93.48 05:04:54 Average: 5 5.21 0.00 1.32 0.14 0.02 93.30 05:04:54 Average: 6 5.43 0.00 1.85 0.24 0.02 92.47 05:04:54 Average: 7 5.22 0.00 1.52 0.22 0.03 93.02 05:04:54 05:04:54 05:04:54