Pull request #935 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 weichou1229 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 8169b311e4e624a21c8eab983fb6f9ffe6faa01f+cf5c6322dd79c4aed5db36ee1c7f0ff8b63c1f05 (ff683e655f3f90f8be0fe625b6880d4e64f41680) 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-ssh11175246448292962593.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh4789070286578708754.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-935/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-935/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17458411844969679137.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-935/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17319633541634020472.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh15977407764033952873.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-935/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-935/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8413874222219426632.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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.23 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 on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22705 in /w/workspace/dry_go-mod-core-contracts_PR-935 [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-935 # 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/935/head:refs/remotes/origin/PR-935 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit cf5c6322dd79c4aed5db36ee1c7f0ff8b63c1f05 into PR head commit 8169b311e4e624a21c8eab983fb6f9ffe6faa01f Merge succeeded, producing 8169b311e4e624a21c8eab983fb6f9ffe6faa01f Checking out Revision 8169b311e4e624a21c8eab983fb6f9ffe6faa01f (PR-935) > git config core.sparsecheckout # timeout=10 > git checkout -f 8169b311e4e624a21c8eab983fb6f9ffe6faa01f # 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 cf5c6322dd79c4aed5db36ee1c7f0ff8b63c1f05 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8169b311e4e624a21c8eab983fb6f9ffe6faa01f # timeout=10 Commit message: "refactor: Using isNull instead of nil reading value" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:56:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:56:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:56:28 ========================================================= 07:56:28 EdgeX Global Pipelines Version Info 07:56:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:56:29 ------------------- 07:56:29 stable info: 07:56:29 ------------------- 07:56:29 Commited By: Ginny Guan ginny@iotechsys.com 07:56:29 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 07:56:29 Message: update stable to v1.0.265 07:56:30 ------------------- 07:56:30 experimental info: 07:56:30 ------------------- 07:56:30 Commited By: Cherry Wang cherry@iotechsys.com 07:56:30 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 07:56:30 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:56:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:56:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-935 [Pipeline] echo 07:56:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-935 [Pipeline] echo 07:56:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-935 [Pipeline] echo 07:56:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8169b311e4e624a21c8eab983fb6f9ffe6faa01f [Pipeline] echo 07:56:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8169b31 [Pipeline] echo 07:56:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:56:32 + git rev-list -1 --merges 8169b311e4e624a21c8eab983fb6f9ffe6faa01f~1..8169b311e4e624a21c8eab983fb6f9ffe6faa01f [Pipeline] echo 07:56:32 -----------> git rev-list -1 --merges 8169b311e4e624a21c8eab983fb6f9ffe6faa01f~1..8169b311e4e624a21c8eab983fb6f9ffe6faa01f 8169b311e4e624a21c8eab983fb6f9ffe6faa01f [false] [Pipeline] sh 07:56:33 + git log --format=format:%s -1 8169b311e4e624a21c8eab983fb6f9ffe6faa01f [Pipeline] echo 07:56:33 ========================================================= 07:56:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:56:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:56:33 + git log --format=format:%s -1 8169b311e4e624a21c8eab983fb6f9ffe6faa01f [Pipeline] echo 07:56:33 [semverPrep] GIT_COMMIT: 8169b311e4e624a21c8eab983fb6f9ffe6faa01f, Commit Message: refactor: Using isNull instead of nil reading value [Pipeline] echo 07:56:33 [semverPrep] This is not a build commit. [Pipeline] sh 07:56:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:56:34 + grep -v github /etc/ssh/ssh_known_hosts 07:56:34 + [ -e /tmp/ssh_known_hosts ] 07:56:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:56:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:56:34 + sudo tee -a /etc/ssh/ssh_known_hosts 07:56:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:56:34 07:56:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:56:35 0.1.4: Pulling from edgex-devops/py-git-semver 07:56:35 b85a868b505f: Pulling fs layer 07:56:35 e2be974225ed: Pulling fs layer 07:56:35 339a4e72a1f5: Pulling fs layer 07:56:35 988bab9f4d93: Pulling fs layer 07:56:35 1469e6f7b9e6: Pulling fs layer 07:56:35 eaf3925da568: Pulling fs layer 07:56:35 bab4dde63d76: Pulling fs layer 07:56:35 bde34c3a00c8: Pulling fs layer 07:56:35 b352a97aabf1: Pulling fs layer 07:56:35 4872d77fe225: Pulling fs layer 07:56:35 5851b861e8e6: Pulling fs layer 07:56:35 988bab9f4d93: Waiting 07:56:35 1469e6f7b9e6: Waiting 07:56:35 b352a97aabf1: Waiting 07:56:35 eaf3925da568: Waiting 07:56:35 bab4dde63d76: Waiting 07:56:35 bde34c3a00c8: Waiting 07:56:35 5851b861e8e6: Waiting 07:56:35 4872d77fe225: Waiting 07:56:35 e2be974225ed: Verifying Checksum 07:56:35 e2be974225ed: Download complete 07:56:35 988bab9f4d93: Verifying Checksum 07:56:35 988bab9f4d93: Download complete 07:56:35 1469e6f7b9e6: Verifying Checksum 07:56:35 1469e6f7b9e6: Download complete 07:56:35 339a4e72a1f5: Verifying Checksum 07:56:35 339a4e72a1f5: Download complete 07:56:35 eaf3925da568: Verifying Checksum 07:56:35 eaf3925da568: Download complete 07:56:35 bde34c3a00c8: Download complete 07:56:35 b352a97aabf1: Download complete 07:56:35 4872d77fe225: Download complete 07:56:35 5851b861e8e6: Verifying Checksum 07:56:35 5851b861e8e6: Download complete 07:56:35 b85a868b505f: Verifying Checksum 07:56:35 b85a868b505f: Download complete 07:56:36 bab4dde63d76: Verifying Checksum 07:56:36 bab4dde63d76: Download complete 07:56:36 b85a868b505f: Pull complete 07:56:36 e2be974225ed: Pull complete 07:56:37 339a4e72a1f5: Pull complete 07:56:37 988bab9f4d93: Pull complete 07:56:37 1469e6f7b9e6: Pull complete 07:56:37 eaf3925da568: Pull complete 07:56:39 bab4dde63d76: Pull complete 07:56:39 bde34c3a00c8: Pull complete 07:56:39 b352a97aabf1: Pull complete 07:56:39 4872d77fe225: Pull complete 07:56:39 5851b861e8e6: Pull complete 07:56:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:56:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:56:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:56:39 prd-ubuntu20.04-docker-8c-8g-22705 does not seem to be running inside a container 07:56:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-935 -v /w/workspace/dry_go-mod-core-contracts_PR-935:/w/workspace/dry_go-mod-core-contracts_PR-935:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-935@tmp:/w/workspace/dry_go-mod-core-contracts_PR-935@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:56:42 $ docker top bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 -eo pid,comm 07:56:42 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). 07:56:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:56:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:42 [ssh-agent] Looking for ssh-agent implementation... 07:56:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:42 $ docker exec bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 ssh-agent 07:56:42 SSH_AUTH_SOCK=/tmp/ssh-33jDFZsSi2ir/agent.33 07:56:42 SSH_AGENT_PID=39 07:56:42 Running ssh-add (command line suppressed) 07:56:43 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-935@tmp/private_key_17537517993128529816.key (/w/workspace/dry_go-mod-core-contracts_PR-935@tmp/private_key_17537517993128529816.key) 07:56:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:43 + git tag --points-at HEAD [Pipeline] } 07:56:43 $ docker exec --env ******** --env ******** bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 ssh-agent -k 07:56:43 unset SSH_AUTH_SOCK; 07:56:43 unset SSH_AGENT_PID; 07:56:43 echo Agent pid 39 killed; 07:56:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:56:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:56:43 [ssh-agent] Looking for ssh-agent implementation... 07:56:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:56:43 $ docker exec bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 ssh-agent 07:56:43 SSH_AUTH_SOCK=/tmp/ssh-g3AF7N95MZOh/agent.72 07:56:43 SSH_AGENT_PID=78 07:56:43 Running ssh-add (command line suppressed) 07:56:44 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-935@tmp/private_key_10886374220672658238.key (/w/workspace/dry_go-mod-core-contracts_PR-935@tmp/private_key_10886374220672658238.key) 07:56:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:56:44 + git semver init 07:56:44 2024-10-14 07:56:44,575 [run_init] DEBUG init version:0.0.0 force:False 07:56:44 2024-10-14 07:56:44,576 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dry_go-mod-core-contracts_PR-935/.semver 07:56:44 2024-10-14 07:56:44,577 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/dry_go-mod-core-contracts_PR-935/.semver 07:56:44 2024-10-14 07:56:44,577 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/dry_go-mod-core-contracts_PR-935/.semver'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-935, universal_newlines=False, shell=None, istream=None) 07:56:45 2024-10-14 07:56:45,422 [append_file] DEBUG append to file:/w/workspace/dry_go-mod-core-contracts_PR-935/.git/info/exclude 07:56:45 2024-10-14 07:56:45,423 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dry_go-mod-core-contracts_PR-935/.semver/PR-935 with force:False 07:56:45 2024-10-14 07:56:45,423 [write_file] DEBUG write to file:/w/workspace/dry_go-mod-core-contracts_PR-935/.semver/PR-935 07:56:45 2024-10-14 07:56:45,428 [execute] INFO git cat-file --batch-check 07:56:45 2024-10-14 07:56:45,428 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-935/.semver, universal_newlines=False, shell=None, istream=) 07:56:45 2024-10-14 07:56:45,435 [execute] INFO git cat-file --batch 07:56:45 2024-10-14 07:56:45,435 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dry_go-mod-core-contracts_PR-935/.semver, universal_newlines=False, shell=None, istream=) 07:56:45 2024-10-14 07:56:45,441 [read_version] DEBUG read version from /w/workspace/dry_go-mod-core-contracts_PR-935/.semver/PR-935 07:56:45 0.0.0 [Pipeline] } 07:56:45 $ docker exec --env ******** --env ******** bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 ssh-agent -k 07:56:45 unset SSH_AUTH_SOCK; 07:56:45 unset SSH_AGENT_PID; 07:56:45 echo Agent pid 78 killed; 07:56:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:56:46 + git semver [Pipeline] } 07:56:46 $ docker stop --time=1 bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 07:56:47 $ docker rm -f --volumes bfe35076efd1cf2bd0e1b302e04e81b72e82f8e35e9da219adddfa6c8f935789 [Pipeline] // withDockerContainer [Pipeline] sh 07:56:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:56:48 Stashed 1 file(s) [Pipeline] echo 07:56:48 [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 07:56:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:56:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:56:49 ========================================================= 07:56:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:56:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 07:56:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:56:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:56:49 43c4264eed91: Pulling fs layer 07:56:49 4cc291be95ef: Pulling fs layer 07:56:49 2ac1f1163629: Pulling fs layer 07:56:49 5c3c966382ef: Pulling fs layer 07:56:49 4f4fb700ef54: Pulling fs layer 07:56:49 5d5c8e513c77: Pulling fs layer 07:56:49 9f66e0745190: Pulling fs layer 07:56:49 f49a43e4bbc0: Pulling fs layer 07:56:49 561ebcabdf7f: Pulling fs layer 07:56:49 5c3c966382ef: Waiting 07:56:49 4f4fb700ef54: Waiting 07:56:49 561ebcabdf7f: Waiting 07:56:49 f49a43e4bbc0: Waiting 07:56:49 5d5c8e513c77: Waiting 07:56:49 9f66e0745190: Waiting 07:56:49 4cc291be95ef: Download complete 07:56:49 5c3c966382ef: Verifying Checksum 07:56:49 5c3c966382ef: Download complete 07:56:49 4f4fb700ef54: Verifying Checksum 07:56:49 4f4fb700ef54: Download complete 07:56:49 43c4264eed91: Verifying Checksum 07:56:49 43c4264eed91: Download complete 07:56:49 5d5c8e513c77: Verifying Checksum 07:56:49 5d5c8e513c77: Download complete 07:56:49 9f66e0745190: Verifying Checksum 07:56:49 9f66e0745190: Download complete 07:56:50 43c4264eed91: Pull complete 07:56:50 561ebcabdf7f: Download complete 07:56:50 4cc291be95ef: Pull complete 07:56:50 2ac1f1163629: Verifying Checksum 07:56:50 2ac1f1163629: Download complete 07:56:50 f49a43e4bbc0: Verifying Checksum 07:56:50 f49a43e4bbc0: Download complete 07:56:55 2ac1f1163629: Pull complete 07:56:55 5c3c966382ef: Pull complete 07:56:55 4f4fb700ef54: Pull complete 07:56:55 5d5c8e513c77: Pull complete 07:56:55 9f66e0745190: Pull complete 07:56:57 f49a43e4bbc0: Pull complete 07:56:58 561ebcabdf7f: Pull complete 07:56:58 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 07:56:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:56:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 07:56:58 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:56:58 + docker inspect -f . ci-base-image-x86_64 07:56:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:56:59 prd-ubuntu20.04-docker-8c-8g-22705 does not seem to be running inside a container 07:56:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_PR-935 -v /w/workspace/dry_go-mod-core-contracts_PR-935:/w/workspace/dry_go-mod-core-contracts_PR-935:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-935@tmp:/w/workspace/dry_go-mod-core-contracts_PR-935@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:57:03 $ docker top be78323482bdbc0cabfb2840b9a56cd3a20abc0669c6aa30f1f8a92aa226d08c -eo pid,comm [Pipeline] { [Pipeline] sh 07:57:03 + go version 07:57:03 go version go1.23.2 linux/amd64 [Pipeline] } 07:57:03 $ docker stop --time=1 be78323482bdbc0cabfb2840b9a56cd3a20abc0669c6aa30f1f8a92aa226d08c 07:57:04 Still waiting to schedule task 07:57:04 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 07:57:05 $ docker rm -f --volumes be78323482bdbc0cabfb2840b9a56cd3a20abc0669c6aa30f1f8a92aa226d08c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:07 + docker inspect -f . ci-base-image-x86_64 07:57:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:57:08 prd-ubuntu20.04-docker-8c-8g-22705 does not seem to be running inside a container 07:57:08 $ 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-935 -v /w/workspace/dry_go-mod-core-contracts_PR-935:/w/workspace/dry_go-mod-core-contracts_PR-935:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-935@tmp:/w/workspace/dry_go-mod-core-contracts_PR-935@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:57:08 $ docker top db45f0da33b9877b06acf6b2a10630e8c6cdeec7f91aa76459f7281133dfb414 -eo pid,comm [Pipeline] { [Pipeline] sh 07:57:08 + git config --global --add safe.directory /w/workspace/dry_go-mod-core-contracts_PR-935 [Pipeline] fileExists [Pipeline] sh 07:57:13 + make test 07:57:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:57:13 go: downloading github.com/google/uuid v1.6.0 07:57:13 go: downloading github.com/go-playground/validator/v10 v10.22.1 07:57:13 go: downloading github.com/stretchr/testify v1.9.0 07:57:13 go: downloading github.com/go-kit/log v0.2.1 07:57:13 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 07:57:13 go: downloading gopkg.in/yaml.v3 v3.0.1 07:57:13 go: downloading github.com/go-logfmt/logfmt v0.5.1 07:57:13 go: downloading github.com/x448/float16 v0.8.4 07:57:13 go: downloading github.com/davecgh/go-spew v1.1.1 07:57:13 go: downloading github.com/pmezard/go-difflib v1.0.0 07:57:13 go: downloading github.com/stretchr/objx v0.5.2 07:57:13 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 07:57:13 go: downloading github.com/go-playground/universal-translator v0.18.1 07:57:13 go: downloading github.com/leodido/go-urn v1.4.0 07:57:13 go: downloading golang.org/x/crypto v0.25.0 07:57:13 go: downloading golang.org/x/text v0.16.0 07:57:13 go: downloading github.com/go-playground/locales v0.14.1 07:57:13 go: downloading golang.org/x/sys v0.22.0 07:57:15 go: downloading golang.org/x/net v0.27.0 07:57:15 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 07:57:23 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 07:57:23 github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks coverage: 0.0% of statements 07:57:23 github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks coverage: 0.0% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.131s coverage: 83.4% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils 0.011s coverage: 38.7% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.009s coverage: 29.4% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/common 0.010s coverage: 29.3% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.026s coverage: 70.0% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.006s coverage: 90.0% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.040s coverage: 84.9% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.005s coverage: 67.3% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.007s coverage: 36.1% of statements 07:57:24 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.013s coverage: 66.7% of statements 07:57:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:57:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:57:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:57:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 07:57:40 $ docker stop --time=1 db45f0da33b9877b06acf6b2a10630e8c6cdeec7f91aa76459f7281133dfb414 07:57:44 $ docker rm -f --volumes db45f0da33b9877b06acf6b2a10630e8c6cdeec7f91aa76459f7281133dfb414 [Pipeline] // withDockerContainer [Pipeline] sh 07:57:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:57:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:57:46 07:57:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:57:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:57:46 latest: Pulling from edgex-lftools-log-publisher 07:57:46 5eb5b503b376: Pulling fs layer 07:57:46 5c69ac0246d0: Pulling fs layer 07:57:46 ec43610c2a17: Pulling fs layer 07:57:46 3a2ae6a8a46f: Pulling fs layer 07:57:46 33b1e0a273af: Pulling fs layer 07:57:46 5d3b04190fa2: Pulling fs layer 07:57:46 2f39f015ded8: Pulling fs layer 07:57:46 3a2ae6a8a46f: Waiting 07:57:46 33b1e0a273af: Waiting 07:57:46 5d3b04190fa2: Waiting 07:57:46 2f39f015ded8: Waiting 07:57:46 5c69ac0246d0: Verifying Checksum 07:57:46 5c69ac0246d0: Download complete 07:57:46 3a2ae6a8a46f: Verifying Checksum 07:57:46 3a2ae6a8a46f: Download complete 07:57:47 33b1e0a273af: Verifying Checksum 07:57:47 33b1e0a273af: Download complete 07:57:47 5d3b04190fa2: Verifying Checksum 07:57:47 5d3b04190fa2: Download complete 07:57:47 ec43610c2a17: Verifying Checksum 07:57:47 ec43610c2a17: Download complete 07:57:47 5eb5b503b376: Verifying Checksum 07:57:47 5eb5b503b376: Download complete 07:57:48 2f39f015ded8: Download complete 07:57:48 5eb5b503b376: Pull complete 07:57:48 5c69ac0246d0: Pull complete 07:57:49 ec43610c2a17: Pull complete 07:57:49 3a2ae6a8a46f: Pull complete 07:57:49 33b1e0a273af: Pull complete 07:57:49 5d3b04190fa2: Pull complete 07:57:54 2f39f015ded8: Pull complete 07:57:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:57:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:57:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:57:55 prd-ubuntu20.04-docker-8c-8g-22705 does not seem to be running inside a container 07:57:55 $ 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-935 -v /w/workspace/dry_go-mod-core-contracts_PR-935:/w/workspace/dry_go-mod-core-contracts_PR-935:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-935@tmp:/w/workspace/dry_go-mod-core-contracts_PR-935@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 07:57:58 $ docker top f271b2787eff2c1de986afb002c9d59665ce20b663d44f222c25b850b8a3848b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:57:59 ---> job-cost.sh 07:57:59 lf-activate-venv: SKIPPING 07:57:59 INFO: No Stack... 07:57:59 INFO: Retrieving Pricing Info for: v3-standard-8 07:58:00 INFO: Archiving Costs [Pipeline] sh 07:58:03 + cat /w/workspace/dry_go-mod-core-contracts_PR-935/archives/cost.csv 07:58:03 + cut -d, -f6 [Pipeline] lock 07:58:03 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] 07:58:03 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] did not exist. Created. 07:58:03 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:58:03 + echo total: 0.2199999988079071 [Pipeline] stash 07:58:03 Stashed 1 file(s) [Pipeline] } 07:58:03 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:58:03 $ docker stop --time=1 f271b2787eff2c1de986afb002c9d59665ce20b663d44f222c25b850b8a3848b 07:58:05 $ docker rm -f --volumes f271b2787eff2c1de986afb002c9d59665ce20b663d44f222c25b850b8a3848b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:02:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22707 in /w/workspace/dry_go-mod-core-contracts_PR-935 [Pipeline] { [Pipeline] ws 08:02:37 Running in /w/workspace/go-mod-core-contracts/1 [Pipeline] { [Pipeline] checkout 08:02:40 The recommended git tool is: git 08:02:46 using credential edgex-jenkins-ssh 08:02:46 Cloning the remote Git repository 08:02:46 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:46 > git init /w/workspace/go-mod-core-contracts/1 # timeout=10 08:02:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:47 > git --version # timeout=10 08:02:47 > git --version # 'git version 2.25.1' 08:02:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:02:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:02:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:02:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/935/head:refs/remotes/origin/PR-935 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:02:51 Merging remotes/origin/main commit cf5c6322dd79c4aed5db36ee1c7f0ff8b63c1f05 into PR head commit 8169b311e4e624a21c8eab983fb6f9ffe6faa01f 08:02:52 Merge succeeded, producing 8169b311e4e624a21c8eab983fb6f9ffe6faa01f 08:02:52 Checking out Revision 8169b311e4e624a21c8eab983fb6f9ffe6faa01f (PR-935) 08:02:51 > git config core.sparsecheckout # timeout=10 08:02:51 > git checkout -f 8169b311e4e624a21c8eab983fb6f9ffe6faa01f # timeout=10 08:02:52 > git remote # timeout=10 08:02:52 > git config --get remote.origin.url # timeout=10 08:02:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:52 > git merge cf5c6322dd79c4aed5db36ee1c7f0ff8b63c1f05 # timeout=10 08:02:52 > git rev-parse HEAD^{commit} # timeout=10 08:02:52 > git config core.sparsecheckout # timeout=10 08:02:52 > git checkout -f 8169b311e4e624a21c8eab983fb6f9ffe6faa01f # timeout=10 08:02:56 Commit message: "refactor: Using isNull instead of nil reading value" 08:02:56 > git --version # timeout=10 08:02:56 > git --version # 'git version 2.25.1' 08:02:56 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:02:59 % Total % Received % Xferd Average Speed Time Time Time Current 08:02:59 Dload Upload Total Spent Left Speed 08:02:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 73302 0 --:--:-- --:--:-- --:--:-- 73724 [Pipeline] sh 08:02:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:02:59 + sudo tee /etc/docker/daemon.new 08:02:59 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:02:59 { 08:02:59 "registry-mirrors": [ 08:02:59 "https://nexus3.edgexfoundry.org:10001" 08:02:59 ], 08:02:59 "bip": "10.250.0.254/24", 08:02:59 "hosts": [ 08:02:59 "tcp://0.0.0.0:5555", 08:02:59 "unix:///var/run/docker.sock" 08:02:59 ], 08:02:59 "mtu": 1458, 08:02:59 "selinux-enabled": true, 08:02:59 "seccomp-profile": "/etc/docker/seccomp.json" 08:02:59 } [Pipeline] sh 08:03:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:03:00 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 08:03:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:03:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:03:19 ========================================================= 08:03:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 08:03:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 08:03:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:03:20 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:03:20 cf04c63912e1: Pulling fs layer 08:03:20 55b35a11ae5e: Pulling fs layer 08:03:20 a37a00ec5f00: Pulling fs layer 08:03:20 50b3750afda1: Pulling fs layer 08:03:20 4f4fb700ef54: Pulling fs layer 08:03:20 80978eb59214: Pulling fs layer 08:03:20 c9f46d7d2bd2: Pulling fs layer 08:03:20 c5a475d317c9: Pulling fs layer 08:03:20 50b3750afda1: Waiting 08:03:20 4f4fb700ef54: Waiting 08:03:20 80978eb59214: Waiting 08:03:20 c9f46d7d2bd2: Waiting 08:03:20 c5a475d317c9: Waiting 08:03:20 55b35a11ae5e: Verifying Checksum 08:03:20 55b35a11ae5e: Download complete 08:03:20 50b3750afda1: Verifying Checksum 08:03:20 50b3750afda1: Download complete 08:03:20 4f4fb700ef54: Verifying Checksum 08:03:20 4f4fb700ef54: Download complete 08:03:20 80978eb59214: Verifying Checksum 08:03:20 80978eb59214: Download complete 08:03:20 cf04c63912e1: Verifying Checksum 08:03:20 cf04c63912e1: Download complete 08:03:21 c5a475d317c9: Verifying Checksum 08:03:21 c5a475d317c9: Download complete 08:03:21 cf04c63912e1: Pull complete 08:03:22 55b35a11ae5e: Pull complete 08:03:23 a37a00ec5f00: Verifying Checksum 08:03:23 a37a00ec5f00: Download complete 08:03:24 c9f46d7d2bd2: Verifying Checksum 08:03:24 c9f46d7d2bd2: Download complete 08:03:39 a37a00ec5f00: Pull complete 08:03:39 50b3750afda1: Pull complete 08:03:39 4f4fb700ef54: Pull complete 08:03:39 80978eb59214: Pull complete 08:03:47 c9f46d7d2bd2: Pull complete 08:03:49 c5a475d317c9: Pull complete 08:03:49 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 08:03:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:03:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] sh 08:03:50 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:03:50 + docker inspect -f . ci-base-image-arm64 08:03:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:03:50 prd-ubuntu20.04-docker-arm64-4c-16g-22707 does not seem to be running inside a container 08:03:51 $ 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 08:03:54 $ docker top 7bdb503780fb9b0061b65fd1a49bc8f54fdde5dba681ee69e0cb1296e41509fc -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:56 + go version 08:03:56 go version go1.23.2 linux/arm64 [Pipeline] } 08:03:56 $ docker stop --time=1 7bdb503780fb9b0061b65fd1a49bc8f54fdde5dba681ee69e0cb1296e41509fc 08:03:57 $ docker rm -f --volumes 7bdb503780fb9b0061b65fd1a49bc8f54fdde5dba681ee69e0cb1296e41509fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:03:58 + docker inspect -f . ci-base-image-arm64 08:03:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:03:59 prd-ubuntu20.04-docker-arm64-4c-16g-22707 does not seem to be running inside a container 08:03:59 $ 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 08:04:00 $ docker top 5380233dd0e4566cf77378960c8098dc2a86a453750277ac828589e8ef2dfdd5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:04:01 + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/1 [Pipeline] fileExists [Pipeline] sh 08:04:02 + make test 08:04:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:04:02 go: downloading github.com/google/uuid v1.6.0 08:04:02 go: downloading github.com/go-kit/log v0.2.1 08:04:02 go: downloading github.com/stretchr/testify v1.9.0 08:04:03 go: downloading github.com/go-playground/validator/v10 v10.22.1 08:04:03 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 08:04:03 go: downloading gopkg.in/yaml.v3 v3.0.1 08:04:03 go: downloading github.com/go-logfmt/logfmt v0.5.1 08:04:03 go: downloading github.com/davecgh/go-spew v1.1.1 08:04:03 go: downloading github.com/pmezard/go-difflib v1.0.0 08:04:03 go: downloading github.com/stretchr/objx v0.5.2 08:04:04 go: downloading github.com/x448/float16 v0.8.4 08:04:04 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 08:04:04 go: downloading github.com/go-playground/universal-translator v0.18.1 08:04:04 go: downloading github.com/leodido/go-urn v1.4.0 08:04:04 go: downloading golang.org/x/crypto v0.25.0 08:04:04 go: downloading golang.org/x/text v0.16.0 08:04:05 go: downloading github.com/go-playground/locales v0.14.1 08:04:05 go: downloading golang.org/x/sys v0.22.0 08:04:10 go: downloading golang.org/x/net v0.27.0 08:04:13 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] 08:05:35 ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] 08:05:35 github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks coverage: 0.0% of statements 08:05:35 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.568s coverage: 83.4% of statements 08:05:35 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils 0.045s coverage: 38.7% of statements 08:05:35 github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks coverage: 0.0% of statements 08:05:35 ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.034s coverage: 29.4% of statements 08:05:35 ok github.com/edgexfoundry/go-mod-core-contracts/v3/common 0.046s coverage: 29.3% of statements 08:05:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.164s coverage: 70.0% of statements 08:05:39 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.031s coverage: 90.0% of statements 08:05:41 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.353s coverage: 84.9% of statements 08:05:41 ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.044s coverage: 67.3% of statements 08:05:41 ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.021s coverage: 36.1% of statements 08:05:42 ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.047s coverage: 66.7% of statements 08:05:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:05:43 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:06:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:06:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 08:06:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:06:05 $ docker stop --time=1 5380233dd0e4566cf77378960c8098dc2a86a453750277ac828589e8ef2dfdd5 08:06:07 $ docker rm -f --volumes 5380233dd0e4566cf77378960c8098dc2a86a453750277ac828589e8ef2dfdd5 [Pipeline] // withDockerContainer [Pipeline] sh 08:06:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:06:09 Warning: overwriting stash ‘coverage-report’ 08:06:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:11 08:06:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:11 arm64: Pulling from edgex-lftools-log-publisher 08:06:11 8998bd30e6a1: Pulling fs layer 08:06:11 04944245beec: Pulling fs layer 08:06:11 699f458cf7ca: Pulling fs layer 08:06:11 765212b225bb: Pulling fs layer 08:06:11 f23df028b6ca: Pulling fs layer 08:06:11 d65c8cfc05b1: Pulling fs layer 08:06:11 2437ff75d9bd: Pulling fs layer 08:06:11 765212b225bb: Waiting 08:06:11 f23df028b6ca: Waiting 08:06:11 d65c8cfc05b1: Waiting 08:06:11 2437ff75d9bd: Waiting 08:06:11 04944245beec: Verifying Checksum 08:06:11 04944245beec: Download complete 08:06:11 765212b225bb: Verifying Checksum 08:06:11 765212b225bb: Download complete 08:06:11 f23df028b6ca: Verifying Checksum 08:06:11 f23df028b6ca: Download complete 08:06:11 d65c8cfc05b1: Verifying Checksum 08:06:11 d65c8cfc05b1: Download complete 08:06:12 699f458cf7ca: Verifying Checksum 08:06:12 699f458cf7ca: Download complete 08:06:12 8998bd30e6a1: Verifying Checksum 08:06:12 8998bd30e6a1: Download complete 08:06:15 2437ff75d9bd: Verifying Checksum 08:06:15 2437ff75d9bd: Download complete 08:06:17 8998bd30e6a1: Pull complete 08:06:17 04944245beec: Pull complete 08:06:19 699f458cf7ca: Pull complete 08:06:19 765212b225bb: Pull complete 08:06:20 f23df028b6ca: Pull complete 08:06:20 d65c8cfc05b1: Pull complete 08:06:39 2437ff75d9bd: Pull complete 08:06:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:06:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:39 prd-ubuntu20.04-docker-arm64-4c-16g-22707 does not seem to be running inside a container 08:06:39 $ 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 08:06:42 $ docker top 1ccf888d09aa04cacbb7a597d803d2ee37dcb881761b5c1a268018a8e20ae54a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:42 ---> job-cost.sh 08:06:43 lf-activate-venv: SKIPPING 08:06:43 INFO: No Stack... 08:06:43 INFO: Retrieving Pricing Info for: v3-standard-4 08:06:44 INFO: Archiving Costs [Pipeline] sh 08:06:45 + cat /w/workspace/go-mod-core-contracts/1/archives/cost.csv 08:06:45 + cut -d, -f6 [Pipeline] lock 08:06:45 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] 08:06:45 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] did not exist. Created. 08:06:45 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:06:45 /w/workspace/go-mod-core-contracts/1@tmp/durable-1c7fcfe0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:06:46 + echo total: 0.10999999940395355 [Pipeline] stash 08:06:46 Warning: overwriting stash ‘stack-cost’ 08:06:46 Stashed 1 file(s) [Pipeline] } 08:06:46 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-core-contracts-PR-935-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:06:46 $ docker stop --time=1 1ccf888d09aa04cacbb7a597d803d2ee37dcb881761b5c1a268018a8e20ae54a 08:06:48 $ docker rm -f --volumes 1ccf888d09aa04cacbb7a597d803d2ee37dcb881761b5c1a268018a8e20ae54a [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 08:06:49 provisioning config files... 08:06:49 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-935@tmp/config17100339473073133159tmp [Pipeline] { [Pipeline] sh 08:06:50 + set +x 08:06:50 + curl -s https://codecov.io/bash 08:06:50 + bash -s -- 08:06:50 08:06:50 _____ _ 08:06:50 / ____| | | 08:06:50 | | ___ __| | ___ ___ _____ __ 08:06:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:06:50 | |___| (_) | (_| | __/ (_| (_) \ V / 08:06:50 \_____\___/ \__,_|\___|\___\___/ \_/ 08:06:50 Bash-1.0.6 08:06:50 08:06:50 08:06:50 ==> git version 2.25.1 found 08:06:50 ==> 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 08:06:50 Release-Date: 2020-01-08 08:06:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:06:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:06:50 ==> Jenkins CI detected. 08:06:50 current dir:  /w/workspace/dry_go-mod-core-contracts_PR-935 08:06:50 project root: . 08:06:50 --> token set from env 08:06:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:06:50 ==> Running gcov in . (disable via -X gcov) 08:06:50 ==> Python coveragepy not found 08:06:50 ==> Searching for coverage reports in: 08:06:50 + . 08:06:50 -> Found 1 reports 08:06:50 ==> Detecting git/mercurial file structure 08:06:50 ==> Reading reports 08:06:50 + ./coverage.out bytes=328554 08:06:50 ==> Appending adjustments 08:06:50 https://docs.codecov.io/docs/fixing-reports 08:06:51 + Found adjustments 08:06:51 ==> Gzipping contents 08:06:51 36K /tmp/codecov.PTBN9W.gz 08:06:51 ==> Uploading reports 08:06:51 url: https://codecov.io 08:06:51 query: branch=PR-935&commit=8169b311e4e624a21c8eab983fb6f9ffe6faa01f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-935%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=935&job=&cmd_args= 08:06:51 -> Pinging Codecov 08:06:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-935&commit=8169b311e4e624a21c8eab983fb6f9ffe6faa01f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-935%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=935&job=&cmd_args= 08:06:51 -> Uploading to 08:06:51 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/go-mod-core-contracts/8169b311e4e624a21c8eab983fb6f9ffe6faa01f/f562a4a3-cae1-4f34-98ee-45d46603d1a9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241014%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241014T080651Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=ccc7ce42ae5c9257e501e88c4421814bd21de7a8baa97d0f155ad8d020b244df 08:06:51 % Total % Received % Xferd Average Speed Time Time Time Current 08:06:51 Dload Upload Total Spent Left Speed 08:06:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34520 0 0 100 34520 0 128k --:--:-- --:--:-- --:--:-- 128k 100 34520 0 0 100 34520 0 128k --:--:-- --:--:-- --:--:-- 128k 08:06:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8169b311e4e624a21c8eab983fb6f9ffe6faa01f [Pipeline] } 08:06:51 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:06:53 + [ -d /w/workspace/dry_go-mod-core-contracts_PR-935/archives ] 08:06:53 + ls -al /w/workspace/dry_go-mod-core-contracts_PR-935/archives 08:06:53 total 16 08:06:53 drwxr-xr-x 3 root root 4096 Oct 14 07:58 . 08:06:53 drwxrwxr-x 11 jenkins jenkins 4096 Oct 14 07:58 .. 08:06:53 drwxr-xr-x 2 root root 4096 Oct 14 07:58 cost 08:06:53 -rw-r--r-- 1 root root 93 Oct 14 07:58 cost.csv 08:06:53 + sudo chown -R jenkins:jenkins /w/workspace/dry_go-mod-core-contracts_PR-935/archives 08:06:53 + ls -al /w/workspace/dry_go-mod-core-contracts_PR-935/archives 08:06:53 total 16 08:06:53 drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 07:58 . 08:06:53 drwxrwxr-x 11 jenkins jenkins 4096 Oct 14 07:58 .. 08:06:53 drwxr-xr-x 2 jenkins jenkins 4096 Oct 14 07:58 cost 08:06:53 -rw-r--r-- 1 jenkins jenkins 93 Oct 14 07:58 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:06:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:06:55 ---> package-listing.sh 08:06:55 ++ facter osfamily 08:06:55 ++ tr '[:upper:]' '[:lower:]' 08:06:55 + OS_FAMILY=debian 08:06:55 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-935 08:06:55 + START_PACKAGES=/tmp/packages_start.txt 08:06:55 + END_PACKAGES=/tmp/packages_end.txt 08:06:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:06:55 + PACKAGES=/tmp/packages_start.txt 08:06:55 + '[' /w/workspace/dry_go-mod-core-contracts_PR-935 ']' 08:06:55 + PACKAGES=/tmp/packages_end.txt 08:06:55 + case "${OS_FAMILY}" in 08:06:55 + dpkg -l 08:06:55 + grep '^ii' 08:06:55 + '[' -f /tmp/packages_start.txt ']' 08:06:55 + '[' -f /tmp/packages_end.txt ']' 08:06:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:06:55 + '[' /w/workspace/dry_go-mod-core-contracts_PR-935 ']' 08:06:55 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-935/archives/ 08:06:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-935/archives/ [Pipeline] echo 08:06:55 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-935/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:06:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:06:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:06:56 prd-ubuntu20.04-docker-8c-8g-22705 does not seem to be running inside a container 08:06:56 $ 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-935/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-935 -v /w/workspace/dry_go-mod-core-contracts_PR-935:/w/workspace/dry_go-mod-core-contracts_PR-935:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-935@tmp:/w/workspace/dry_go-mod-core-contracts_PR-935@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:06:56 $ docker top 3313c16eb5c0ed23bcf0b427ca7776978c662cbc888dc2baa4b2ca7adcf0bbf7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:57 + touch /tmp/pre-build-complete [Pipeline] sh 08:06:57 + mkdir -p /var/log/sysstat [Pipeline] sh 08:06:58 + ls /var/log/sa-host 08:06:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:06:58 provisioning config files... 08:06:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-935@tmp/config14027944765880746452tmp [Pipeline] { [Pipeline] echo 08:06:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:06:58 ---> create-netrc.sh [Pipeline] } 08:06:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> python-tools-install.sh [Pipeline] echo 08:06:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> sudo-logs.sh 08:06:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:06:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:06:59 ---> job-cost.sh 08:06:59 lf-activate-venv: SKIPPING 08:06:59 DEBUG: total: 0.2199999988079071 08:06:59 INFO: Retrieving Stack Cost... 08:07:00 INFO: Retrieving Pricing Info for: v3-standard-8 08:07:00 INFO: Archiving Costs [Pipeline] echo 08:07:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:07:01 ---> logs-deploy.sh 08:07:01 lf-activate-venv: SKIPPING 08:07:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-935/1 08:07:01 INFO: archiving workspace using pattern(s): 08:07:02 Archives upload complete. 08:07:02 INFO: archiving logs to Nexus 08:07:03 ---> uname -a: 08:07:03 Linux prd-ubuntu20-04-docker-8c-8g-22705 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:07:03 08:07:03 08:07:03 ---> lscpu: 08:07:03 Architecture: x86_64 08:07:03 CPU op-mode(s): 32-bit, 64-bit 08:07:03 Byte Order: Little Endian 08:07:03 Address sizes: 40 bits physical, 48 bits virtual 08:07:03 CPU(s): 8 08:07:03 On-line CPU(s) list: 0-7 08:07:03 Thread(s) per core: 1 08:07:03 Core(s) per socket: 1 08:07:03 Socket(s): 8 08:07:03 NUMA node(s): 1 08:07:03 Vendor ID: AuthenticAMD 08:07:03 CPU family: 23 08:07:03 Model: 49 08:07:03 Model name: AMD EPYC-Rome Processor 08:07:03 Stepping: 0 08:07:03 CPU MHz: 2799.998 08:07:03 BogoMIPS: 5599.99 08:07:03 Virtualization: AMD-V 08:07:03 Hypervisor vendor: KVM 08:07:03 Virtualization type: full 08:07:03 L1d cache: 256 KiB 08:07:03 L1i cache: 256 KiB 08:07:03 L2 cache: 4 MiB 08:07:03 L3 cache: 128 MiB 08:07:03 NUMA node0 CPU(s): 0-7 08:07:03 Vulnerability Itlb multihit: Not affected 08:07:03 Vulnerability L1tf: Not affected 08:07:03 Vulnerability Mds: Not affected 08:07:03 Vulnerability Meltdown: Not affected 08:07:03 Vulnerability Mmio stale data: Not affected 08:07:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:07:03 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:07:03 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:07:03 Vulnerability Srbds: Not affected 08:07:03 Vulnerability Tsx async abort: Not affected 08:07:03 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 08:07:03 08:07:03 08:07:03 ---> nproc: 08:07:03 8 08:07:03 08:07:03 08:07:03 ---> df -h: 08:07:03 Filesystem Size Used Avail Use% Mounted on 08:07:03 overlay 155G 11G 145G 7% / 08:07:03 tmpfs 64M 0 64M 0% /dev 08:07:03 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:07:03 shm 64M 0 64M 0% /dev/shm 08:07:03 /dev/vda1 155G 11G 145G 7% /facter-os 08:07:03 08:07:03 08:07:03 ---> sar -b -r -n DEV: 08:07:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22705) 10/14/24 _x86_64_ (8 CPU) 08:07:03 08:07:03 07:55:46 LINUX RESTART (8 CPU) 08:07:03 08:07:03 07:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:07:03 07:57:02 372.37 47.48 324.90 0.00 5316.18 69467.49 0.00 08:07:03 07:58:01 101.54 1.58 99.97 0.00 47.72 34866.90 0.00 08:07:03 07:59:01 3.48 0.00 3.48 0.00 0.00 56.40 0.00 08:07:03 08:00:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 08:07:03 08:01:01 20.41 2.32 18.10 0.00 92.12 2052.32 0.00 08:07:03 08:02:01 20.41 2.53 17.88 0.00 2514.38 3734.58 0.00 08:07:03 08:03:01 3.35 0.02 3.33 0.00 0.13 76.24 0.00 08:07:03 08:04:01 2.43 0.47 1.97 0.00 17.73 23.06 0.00 08:07:03 08:05:01 2.67 1.12 1.55 0.00 19.20 19.73 0.00 08:07:03 08:06:01 1.82 0.00 1.82 0.00 0.00 21.06 0.00 08:07:03 08:07:01 5.10 0.25 4.85 0.00 25.46 127.18 0.00 08:07:03 Average: 48.59 5.07 43.51 0.00 731.27 10004.20 0.00 08:07:03 08:07:03 07:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:07:03 07:57:02 29247740 31555724 769624 2.34 74336 2504824 1852220 5.46 1003972 2250972 57472 08:07:03 07:58:01 28679884 31513564 793308 2.41 96352 2958576 1920072 5.66 1161536 2588324 304 08:07:03 07:59:01 28712976 31546132 763600 2.32 96460 2958424 1746244 5.15 1132872 2587496 140 08:07:03 08:00:01 28711948 31545224 764036 2.32 96488 2958428 1746244 5.15 1132764 2587500 4 08:07:03 08:01:01 28556960 31541780 740052 2.25 110844 3100540 1661540 4.90 1177204 2678956 65168 08:07:03 08:02:01 28418876 31536820 743636 2.26 118640 3223012 1703536 5.02 1322264 2663680 16 08:07:03 08:03:01 28425472 31538552 741900 2.26 117216 3219776 1708768 5.04 1317920 2660464 8 08:07:03 08:04:01 28424344 31539056 741312 2.25 117320 3220304 1708768 5.04 1320356 2660752 32 08:07:03 08:05:01 28420196 31535660 744428 2.26 117400 3220884 1708768 5.04 1325172 2660808 16 08:07:03 08:06:01 28421944 31537472 742556 2.26 117464 3220888 1708768 5.04 1322792 2660772 4 08:07:03 08:07:01 28331960 31452584 822376 2.50 117728 3222784 1782852 5.25 1407108 2658168 376 08:07:03 Average: 28577482 31531143 760621 2.31 107295 3073495 1749798 5.16 1238542 2605263 11231 08:07:03 08:07:03 07:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:07:03 07:57:02 docker0 7.07 7.10 0.80 65.61 0.00 0.00 0.00 0.00 08:07:03 07:57:02 lo 3.87 3.87 0.37 0.37 0.00 0.00 0.00 0.00 08:07:03 07:57:02 ens3 496.65 335.81 5738.43 91.87 0.00 0.00 0.00 0.00 08:07:03 07:58:01 docker0 41.70 84.58 3.59 807.57 0.00 0.00 0.00 0.00 08:07:03 07:58:01 lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 08:07:03 07:58:01 ens3 207.83 119.62 3405.91 25.15 0.00 0.00 0.00 0.00 08:07:03 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 07:59:01 ens3 4.32 3.23 5.39 1.42 0.00 0.00 0.00 0.00 08:07:03 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:07:03 08:00:01 ens3 0.27 0.15 0.02 0.01 0.00 0.00 0.00 0.00 08:07:03 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:01:01 lo 0.33 0.33 0.04 0.04 0.00 0.00 0.00 0.00 08:07:03 08:01:01 ens3 116.25 54.07 1737.38 3.81 0.00 0.00 0.00 0.00 08:07:03 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:02:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 08:07:03 08:02:01 ens3 21.81 9.80 324.29 0.99 0.00 0.00 0.00 0.00 08:07:03 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:03:01 ens3 0.68 0.30 0.29 0.20 0.00 0.00 0.00 0.00 08:07:03 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:07:03 08:04:01 ens3 3.53 1.87 1.99 2.72 0.00 0.00 0.00 0.00 08:07:03 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:05:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 08:07:03 08:05:01 ens3 7.40 5.82 4.54 3.96 0.00 0.00 0.00 0.00 08:07:03 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:07:03 08:06:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:07:03 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:07:03 08:07:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 08:07:03 08:07:01 ens3 56.77 53.22 39.36 101.09 0.00 0.00 0.00 0.00 08:07:03 Average: docker0 4.38 8.22 0.39 78.27 0.00 0.00 0.00 0.00 08:07:03 Average: lo 0.65 0.65 0.06 0.06 0.00 0.00 0.00 0.00 08:07:03 Average: ens3 83.06 52.99 1019.76 21.01 0.00 0.00 0.00 0.00 08:07:03 08:07:03 08:07:03 ---> sar -P ALL: 08:07:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22705) 10/14/24 _x86_64_ (8 CPU) 08:07:03 08:07:03 07:55:46 LINUX RESTART (8 CPU) 08:07:03 08:07:03 07:56:01 CPU %user %nice %system %iowait %steal %idle 08:07:03 07:57:02 all 9.20 0.00 3.24 2.84 0.06 84.66 08:07:03 07:57:02 0 11.98 0.00 3.36 3.89 0.08 80.69 08:07:03 07:57:02 1 8.40 0.00 3.20 0.37 0.08 87.95 08:07:03 07:57:02 2 10.55 0.00 2.81 0.17 0.05 86.43 08:07:03 07:57:02 3 8.91 0.00 3.29 1.85 0.07 85.88 08:07:03 07:57:02 4 8.34 0.00 3.97 0.69 0.05 86.95 08:07:03 07:57:02 5 9.30 0.00 2.58 1.01 0.05 87.06 08:07:03 07:57:02 6 8.12 0.00 2.90 6.41 0.05 82.51 08:07:03 07:57:02 7 7.99 0.00 3.84 8.32 0.05 79.80 08:07:03 07:58:01 all 25.38 0.00 5.56 1.81 0.08 67.17 08:07:03 07:58:01 0 26.19 0.00 7.03 9.08 0.09 57.62 08:07:03 07:58:01 1 24.51 0.00 4.73 0.15 0.07 70.53 08:07:03 07:58:01 2 25.53 0.00 5.28 0.86 0.07 68.27 08:07:03 07:58:01 3 25.36 0.00 5.70 0.38 0.07 68.50 08:07:03 07:58:01 4 23.29 0.00 5.47 0.41 0.09 70.75 08:07:03 07:58:01 5 25.18 0.00 5.42 1.01 0.09 68.30 08:07:03 07:58:01 6 25.32 0.00 5.55 1.08 0.09 67.97 08:07:03 07:58:01 7 27.68 0.00 5.34 1.52 0.07 65.39 08:07:03 07:59:01 all 0.18 0.00 0.08 0.01 0.00 99.74 08:07:03 07:59:01 0 0.13 0.00 0.08 0.02 0.00 99.77 08:07:03 07:59:01 1 0.10 0.00 0.05 0.00 0.00 99.85 08:07:03 07:59:01 2 0.28 0.00 0.13 0.02 0.00 99.57 08:07:03 07:59:01 3 0.17 0.00 0.07 0.00 0.00 99.77 08:07:03 07:59:01 4 0.12 0.00 0.07 0.00 0.00 99.82 08:07:03 07:59:01 5 0.17 0.00 0.05 0.00 0.00 99.78 08:07:03 07:59:01 6 0.33 0.00 0.08 0.00 0.00 99.58 08:07:03 07:59:01 7 0.10 0.00 0.08 0.02 0.02 99.78 08:07:03 08:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 08:07:03 08:00:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:07:03 08:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:07:03 08:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:07:03 08:00:01 3 0.00 0.00 0.00 0.02 0.02 99.97 08:07:03 08:00:01 4 0.03 0.00 0.00 0.00 0.02 99.95 08:07:03 08:00:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:07:03 08:00:01 6 0.05 0.00 0.03 0.00 0.00 99.92 08:07:03 08:00:01 7 0.00 0.00 0.00 0.02 0.00 99.98 08:07:03 08:01:01 all 1.26 0.00 0.73 0.16 0.01 97.84 08:07:03 08:01:01 0 1.95 0.00 0.62 0.05 0.02 97.37 08:07:03 08:01:01 1 1.20 0.00 0.68 0.03 0.02 98.06 08:07:03 08:01:01 2 1.00 0.00 1.50 0.02 0.03 97.45 08:07:03 08:01:01 3 1.00 0.00 0.72 0.02 0.00 98.26 08:07:03 08:01:01 4 1.10 0.00 0.65 0.03 0.00 98.22 08:07:03 08:01:01 5 0.90 0.00 0.72 0.05 0.02 98.31 08:07:03 08:01:01 6 2.06 0.00 0.59 0.45 0.02 96.89 08:07:03 08:01:01 7 0.90 0.00 0.35 0.60 0.02 98.13 08:07:03 08:02:01 all 1.15 0.00 0.49 0.17 0.01 98.19 08:07:03 08:02:01 0 0.97 0.00 1.12 0.05 0.02 97.85 08:07:03 08:02:01 1 2.29 0.00 0.37 0.10 0.00 97.25 08:07:03 08:02:01 2 0.53 0.00 0.20 0.00 0.00 99.27 08:07:03 08:02:01 3 1.73 0.00 0.75 0.70 0.02 96.81 08:07:03 08:02:01 4 1.49 0.00 0.60 0.00 0.02 97.90 08:07:03 08:02:01 5 0.60 0.00 0.25 0.02 0.00 99.13 08:07:03 08:02:01 6 0.90 0.00 0.35 0.03 0.02 98.70 08:07:03 08:02:01 7 0.68 0.00 0.25 0.45 0.00 98.61 08:07:03 08:03:01 all 0.08 0.00 0.07 0.01 0.00 99.85 08:07:03 08:03:01 0 0.03 0.00 0.07 0.02 0.00 99.88 08:07:03 08:03:01 1 0.12 0.00 0.05 0.00 0.00 99.83 08:07:03 08:03:01 2 0.02 0.00 0.07 0.00 0.00 99.92 08:07:03 08:03:01 3 0.07 0.00 0.07 0.00 0.00 99.87 08:07:03 08:03:01 4 0.23 0.00 0.13 0.00 0.00 99.63 08:07:03 08:03:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:07:03 08:03:01 6 0.03 0.00 0.05 0.00 0.00 99.92 08:07:03 08:03:01 7 0.07 0.00 0.07 0.05 0.02 99.80 08:07:03 08:04:01 all 0.10 0.00 0.02 0.01 0.00 99.87 08:07:03 08:04:01 0 0.02 0.00 0.00 0.02 0.00 99.97 08:07:03 08:04:01 1 0.23 0.00 0.05 0.00 0.02 99.70 08:07:03 08:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:07:03 08:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:07:03 08:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:07:03 08:04:01 5 0.10 0.00 0.05 0.02 0.00 99.83 08:07:03 08:04:01 6 0.13 0.00 0.02 0.00 0.00 99.85 08:07:03 08:04:01 7 0.33 0.00 0.03 0.02 0.00 99.62 08:07:03 08:05:01 all 0.21 0.00 0.02 0.01 0.00 99.76 08:07:03 08:05:01 0 0.30 0.00 0.05 0.03 0.00 99.62 08:07:03 08:05:01 1 0.13 0.00 0.03 0.00 0.00 99.83 08:07:03 08:05:01 2 0.07 0.00 0.02 0.00 0.00 99.92 08:07:03 08:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:07:03 08:05:01 4 0.13 0.00 0.02 0.00 0.00 99.85 08:07:03 08:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 08:07:03 08:05:01 6 0.13 0.00 0.03 0.00 0.00 99.83 08:07:03 08:05:01 7 0.82 0.00 0.02 0.03 0.00 99.13 08:07:03 08:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 08:07:03 08:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:07:03 08:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:07:03 08:06:01 2 0.00 0.00 0.00 0.00 0.02 99.98 08:07:03 08:06:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:07:03 08:06:01 4 0.02 0.00 0.02 0.02 0.00 99.95 08:07:03 08:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 08:07:03 08:06:01 6 0.05 0.00 0.00 0.00 0.00 99.95 08:07:03 08:06:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:07:03 08:07:01 all 1.00 0.00 0.41 0.01 0.01 98.57 08:07:03 08:07:01 0 1.07 0.00 0.42 0.00 0.02 98.50 08:07:03 08:07:01 1 0.93 0.00 0.47 0.00 0.02 98.58 08:07:03 08:07:01 2 0.63 0.00 0.32 0.00 0.00 99.05 08:07:03 08:07:01 3 0.80 0.00 0.39 0.00 0.02 98.79 08:07:03 08:07:01 4 1.60 0.00 0.55 0.02 0.02 97.81 08:07:03 08:07:01 5 0.55 0.00 0.43 0.00 0.02 99.00 08:07:03 08:07:01 6 0.58 0.00 0.38 0.00 0.02 99.02 08:07:03 08:07:01 7 1.80 0.00 0.30 0.07 0.00 97.83 08:07:03 08:07:03 Average: CPU %user %nice %system %iowait %steal %idle 08:07:03 Average: all 3.45 0.00 0.95 0.45 0.02 95.12 08:07:03 Average: 0 3.82 0.00 1.15 1.17 0.02 93.84 08:07:03 Average: 1 3.41 0.00 0.87 0.06 0.02 95.65 08:07:03 Average: 2 3.45 0.00 0.93 0.09 0.02 95.51 08:07:03 Average: 3 3.41 0.00 0.99 0.27 0.02 95.31 08:07:03 Average: 4 3.25 0.00 1.03 0.11 0.02 95.60 08:07:03 Average: 5 3.30 0.00 0.86 0.19 0.02 95.64 08:07:03 Average: 6 3.38 0.00 0.90 0.72 0.02 94.99 08:07:03 Average: 7 3.61 0.00 0.92 1.00 0.02 94.45 08:07:03 08:07:03 08:07:03