Pull request #282 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ac053941b22300c55da40c496e950ccd7be1f6e5+6ad7c4f3e81ae9d2847f70c6836ba559a62f5396 (d0d40a92423d521295b09de45ea2670d8020ee2a) 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-ssh13578165708532742518.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-ssh10357694131683158342.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-secrets/branches/PR-282/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-secrets/branches/PR-282/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4143804924718129289.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-secrets/branches/PR-282/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16791604532266477340.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-ssh4961203155028998233.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-secrets/branches/PR-282/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-secrets/branches/PR-282/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12217698766288199928.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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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 ‘prd-ubuntu20.04-docker-8c-8g-21991’ Running on prd-ubuntu20.04-docker-8c-8g-21995 in /w/workspace/gexfoundry_go-mod-secrets_PR-282 [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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_PR-282 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 6ad7c4f3e81ae9d2847f70c6836ba559a62f5396 into PR head commit ac053941b22300c55da40c496e950ccd7be1f6e5 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/282/head:refs/remotes/origin/PR-282 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ac053941b22300c55da40c496e950ccd7be1f6e5 # timeout=10 Merge succeeded, producing ac053941b22300c55da40c496e950ccd7be1f6e5 Checking out Revision ac053941b22300c55da40c496e950ccd7be1f6e5 (PR-282) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6ad7c4f3e81ae9d2847f70c6836ba559a62f5396 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ac053941b22300c55da40c496e950ccd7be1f6e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-07T05:39:27.787Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-07T05:39:28.013Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-07T05:39:28.144Z] ========================================================= [2024-10-07T05:39:28.144Z] EdgeX Global Pipelines Version Info [2024-10-07T05:39:28.144Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:39:28.905Z] ------------------- [2024-10-07T05:39:28.905Z] stable info: [2024-10-07T05:39:28.905Z] ------------------- [2024-10-07T05:39:28.905Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-07T05:39:28.906Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-07T05:39:28.906Z] Message: update stable to v1.0.265 [2024-10-07T05:39:30.291Z] ------------------- [2024-10-07T05:39:30.291Z] experimental info: [2024-10-07T05:39:30.291Z] ------------------- [2024-10-07T05:39:30.291Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-07T05:39:30.291Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-07T05:39:30.291Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-07T05:39:30.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2024-10-07T05:39:30.584Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2024-10-07T05:39:30.641Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-07T05:39:30.711Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-07T05:39:30.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-07T05:39:30.831Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-07T05:39:30.892Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-07T05:39:30.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-07T05:39:31.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-07T05:39:31.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-07T05:39:31.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-07T05:39:31.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo [2024-10-07T05:39:31.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-07T05:39:31.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-07T05:39:31.368Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2024-10-07T05:39:31.433Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2024-10-07T05:39:31.487Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-07T05:39:31.547Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-07T05:39:31.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-07T05:39:31.663Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-07T05:39:31.720Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-07T05:39:31.780Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-07T05:39:31.842Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-07T05:39:31.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-07T05:39:31.961Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2024-10-07T05:39:32.021Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-07T05:39:32.078Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-07T05:39:32.137Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-282 [Pipeline] echo [2024-10-07T05:39:32.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-282 [Pipeline] echo [2024-10-07T05:39:32.257Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-282 [Pipeline] echo [2024-10-07T05:39:32.314Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ac053941b22300c55da40c496e950ccd7be1f6e5 [Pipeline] echo [2024-10-07T05:39:32.372Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ac05394 [Pipeline] echo [2024-10-07T05:39:32.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-07T05:39:32.995Z] + git rev-list -1 --merges ac053941b22300c55da40c496e950ccd7be1f6e5~1..ac053941b22300c55da40c496e950ccd7be1f6e5 [Pipeline] echo [2024-10-07T05:39:33.050Z] -----------> git rev-list -1 --merges ac053941b22300c55da40c496e950ccd7be1f6e5~1..ac053941b22300c55da40c496e950ccd7be1f6e5 ac053941b22300c55da40c496e950ccd7be1f6e5 [false] [Pipeline] sh [2024-10-07T05:39:33.369Z] + git log --format=format:%s -1 ac053941b22300c55da40c496e950ccd7be1f6e5 [Pipeline] echo [2024-10-07T05:39:33.414Z] ========================================================= [2024-10-07T05:39:33.414Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-07T05:39:33.414Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-07T05:39:33.884Z] + git log --format=format:%s -1 ac053941b22300c55da40c496e950ccd7be1f6e5 [Pipeline] echo [2024-10-07T05:39:33.936Z] [semverPrep] GIT_COMMIT: ac053941b22300c55da40c496e950ccd7be1f6e5, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2024-10-07T05:39:33.986Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-07T05:39:34.375Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-07T05:39:34.375Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-07T05:39:34.375Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-07T05:39:34.375Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-07T05:39:34.375Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-07T05:39:34.375Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-07T05:39:34.375Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:39:34.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T05:39:35.092Z] [2024-10-07T05:39:35.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:39:35.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T05:39:35.491Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-07T05:39:35.491Z] b85a868b505f: Pulling fs layer [2024-10-07T05:39:35.491Z] e2be974225ed: Pulling fs layer [2024-10-07T05:39:35.491Z] 339a4e72a1f5: Pulling fs layer [2024-10-07T05:39:35.491Z] 988bab9f4d93: Pulling fs layer [2024-10-07T05:39:35.491Z] 1469e6f7b9e6: Pulling fs layer [2024-10-07T05:39:35.491Z] eaf3925da568: Pulling fs layer [2024-10-07T05:39:35.491Z] bab4dde63d76: Pulling fs layer [2024-10-07T05:39:35.491Z] bde34c3a00c8: Pulling fs layer [2024-10-07T05:39:35.491Z] b352a97aabf1: Pulling fs layer [2024-10-07T05:39:35.491Z] 4872d77fe225: Pulling fs layer [2024-10-07T05:39:35.491Z] 5851b861e8e6: Pulling fs layer [2024-10-07T05:39:35.491Z] 988bab9f4d93: Waiting [2024-10-07T05:39:35.491Z] 1469e6f7b9e6: Waiting [2024-10-07T05:39:35.491Z] eaf3925da568: Waiting [2024-10-07T05:39:35.491Z] bab4dde63d76: Waiting [2024-10-07T05:39:35.491Z] bde34c3a00c8: Waiting [2024-10-07T05:39:35.491Z] b352a97aabf1: Waiting [2024-10-07T05:39:35.491Z] 4872d77fe225: Waiting [2024-10-07T05:39:35.491Z] 5851b861e8e6: Waiting [2024-10-07T05:39:35.491Z] e2be974225ed: Download complete [2024-10-07T05:39:35.491Z] 988bab9f4d93: Verifying Checksum [2024-10-07T05:39:35.750Z] 1469e6f7b9e6: Verifying Checksum [2024-10-07T05:39:35.750Z] 1469e6f7b9e6: Download complete [2024-10-07T05:39:35.750Z] 339a4e72a1f5: Verifying Checksum [2024-10-07T05:39:35.750Z] 339a4e72a1f5: Download complete [2024-10-07T05:39:35.751Z] eaf3925da568: Verifying Checksum [2024-10-07T05:39:35.751Z] eaf3925da568: Download complete [2024-10-07T05:39:35.751Z] bde34c3a00c8: Download complete [2024-10-07T05:39:35.751Z] b352a97aabf1: Verifying Checksum [2024-10-07T05:39:35.751Z] b352a97aabf1: Download complete [2024-10-07T05:39:35.751Z] 4872d77fe225: Verifying Checksum [2024-10-07T05:39:35.751Z] 5851b861e8e6: Verifying Checksum [2024-10-07T05:39:35.751Z] 5851b861e8e6: Download complete [2024-10-07T05:39:35.751Z] b85a868b505f: Verifying Checksum [2024-10-07T05:39:35.751Z] b85a868b505f: Download complete [2024-10-07T05:39:36.008Z] bab4dde63d76: Verifying Checksum [2024-10-07T05:39:36.008Z] bab4dde63d76: Download complete [2024-10-07T05:39:36.944Z] b85a868b505f: Pull complete [2024-10-07T05:39:36.944Z] e2be974225ed: Pull complete [2024-10-07T05:39:37.509Z] 339a4e72a1f5: Pull complete [2024-10-07T05:39:37.509Z] 988bab9f4d93: Pull complete [2024-10-07T05:39:37.769Z] 1469e6f7b9e6: Pull complete [2024-10-07T05:39:37.769Z] eaf3925da568: Pull complete [2024-10-07T05:39:39.679Z] bab4dde63d76: Pull complete [2024-10-07T05:39:39.679Z] bde34c3a00c8: Pull complete [2024-10-07T05:39:39.679Z] b352a97aabf1: Pull complete [2024-10-07T05:39:39.679Z] 4872d77fe225: Pull complete [2024-10-07T05:39:39.940Z] 5851b861e8e6: Pull complete [2024-10-07T05:39:39.940Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-07T05:39:39.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-07T05:39:39.940Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:39:40.229Z] prd-ubuntu20.04-docker-8c-8g-21995 does not seem to be running inside a container [2024-10-07T05:39:40.258Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_PR-282 -v /w/workspace/gexfoundry_go-mod-secrets_PR-282:/w/workspace/gexfoundry_go-mod-secrets_PR-282:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-282@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-10-07T05:39:43.715Z] $ docker top 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 -eo pid,comm [2024-10-07T05:39:43.768Z] 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). [2024-10-07T05:39:43.768Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-07T05:39:43.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T05:39:43.938Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T05:39:44.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T05:39:44.049Z] $ docker exec 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 ssh-agent [2024-10-07T05:39:44.153Z] SSH_AUTH_SOCK=/tmp/ssh-oynU7tJZVXN7/agent.33 [2024-10-07T05:39:44.153Z] SSH_AGENT_PID=39 [2024-10-07T05:39:44.158Z] Running ssh-add (command line suppressed) [2024-10-07T05:39:44.262Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp/private_key_11216271479896483765.key (/w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp/private_key_11216271479896483765.key) [2024-10-07T05:39:44.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T05:39:44.608Z] + git tag --points-at HEAD [Pipeline] } [2024-10-07T05:39:44.640Z] $ docker exec --env ******** --env ******** 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 ssh-agent -k [2024-10-07T05:39:44.739Z] unset SSH_AUTH_SOCK; [2024-10-07T05:39:44.739Z] unset SSH_AGENT_PID; [2024-10-07T05:39:44.739Z] echo Agent pid 39 killed; [2024-10-07T05:39:44.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-07T05:39:44.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-07T05:39:44.852Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-07T05:39:44.965Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-07T05:39:44.969Z] $ docker exec 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 ssh-agent [2024-10-07T05:39:45.081Z] SSH_AUTH_SOCK=/tmp/ssh-Rnr3YtyorLRQ/agent.72 [2024-10-07T05:39:45.081Z] SSH_AGENT_PID=78 [2024-10-07T05:39:45.085Z] Running ssh-add (command line suppressed) [2024-10-07T05:39:45.176Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp/private_key_13663211317990038659.key (/w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp/private_key_13663211317990038659.key) [2024-10-07T05:39:45.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-07T05:39:45.542Z] + git semver init [2024-10-07T05:39:45.808Z] 2024-10-07 05:39:45,716 [run_init] DEBUG init version:0.0.0 force:False [2024-10-07T05:39:45.808Z] 2024-10-07 05:39:45,717 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver [2024-10-07T05:39:45.808Z] 2024-10-07 05:39:45,718 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver [2024-10-07T05:39:45.808Z] 2024-10-07 05:39:45,718 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-secrets.git', '/w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver'], cwd=/w/workspace/gexfoundry_go-mod-secrets_PR-282, universal_newlines=False, shell=None, istream=None) [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,632 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-secrets_PR-282/.git/info/exclude [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,633 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver/PR-282 with force:False [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,633 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver/PR-282 [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,638 [execute] INFO git cat-file --batch-check [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,638 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,645 [execute] INFO git cat-file --batch [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,645 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver, universal_newlines=False, shell=None, istream=) [2024-10-07T05:39:46.749Z] 2024-10-07 05:39:46,651 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-secrets_PR-282/.semver/PR-282 [2024-10-07T05:39:46.749Z] 0.0.0 [Pipeline] } [2024-10-07T05:39:46.780Z] $ docker exec --env ******** --env ******** 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 ssh-agent -k [2024-10-07T05:39:46.879Z] unset SSH_AUTH_SOCK; [2024-10-07T05:39:46.880Z] unset SSH_AGENT_PID; [2024-10-07T05:39:46.880Z] echo Agent pid 78 killed; [2024-10-07T05:39:46.888Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-07T05:39:47.345Z] + git semver [Pipeline] } [2024-10-07T05:39:47.638Z] $ docker stop --time=1 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 [2024-10-07T05:39:48.961Z] $ docker rm -f --volumes 59e20f16c129d91ad40d23400899fafc8b6908b821e40b116d891a29cb4929d3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T05:39:49.377Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-07T05:39:49.705Z] Stashed 1 file(s) [Pipeline] echo [2024-10-07T05:39:49.735Z] [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 [2024-10-07T05:39:50.405Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T05:39:50.449Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T05:39:50.492Z] ========================================================= [2024-10-07T05:39:50.492Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-07T05:39:50.492Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2024-10-07T05:39:50.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T05:39:50.907Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-07T05:39:50.907Z] 43c4264eed91: Pulling fs layer [2024-10-07T05:39:50.907Z] 4cc291be95ef: Pulling fs layer [2024-10-07T05:39:50.907Z] 2ac1f1163629: Pulling fs layer [2024-10-07T05:39:50.907Z] 5c3c966382ef: Pulling fs layer [2024-10-07T05:39:50.907Z] 4f4fb700ef54: Pulling fs layer [2024-10-07T05:39:50.907Z] 5d5c8e513c77: Pulling fs layer [2024-10-07T05:39:50.907Z] 9f66e0745190: Pulling fs layer [2024-10-07T05:39:50.907Z] f49a43e4bbc0: Pulling fs layer [2024-10-07T05:39:50.907Z] 561ebcabdf7f: Pulling fs layer [2024-10-07T05:39:50.907Z] 5c3c966382ef: Waiting [2024-10-07T05:39:50.907Z] 4f4fb700ef54: Waiting [2024-10-07T05:39:50.907Z] 5d5c8e513c77: Waiting [2024-10-07T05:39:50.907Z] 9f66e0745190: Waiting [2024-10-07T05:39:50.907Z] f49a43e4bbc0: Waiting [2024-10-07T05:39:50.907Z] 561ebcabdf7f: Waiting [2024-10-07T05:39:50.907Z] 4cc291be95ef: Download complete [2024-10-07T05:39:50.907Z] 5c3c966382ef: Download complete [2024-10-07T05:39:50.907Z] 4f4fb700ef54: Download complete [2024-10-07T05:39:50.907Z] 5d5c8e513c77: Download complete [2024-10-07T05:39:50.907Z] 43c4264eed91: Download complete [2024-10-07T05:39:50.907Z] 9f66e0745190: Verifying Checksum [2024-10-07T05:39:50.907Z] 9f66e0745190: Download complete [2024-10-07T05:39:51.165Z] 43c4264eed91: Pull complete [2024-10-07T05:39:51.165Z] 561ebcabdf7f: Download complete [2024-10-07T05:39:51.165Z] 4cc291be95ef: Pull complete [2024-10-07T05:39:51.423Z] 2ac1f1163629: Verifying Checksum [2024-10-07T05:39:51.423Z] 2ac1f1163629: Download complete [2024-10-07T05:39:51.682Z] f49a43e4bbc0: Verifying Checksum [2024-10-07T05:39:51.682Z] f49a43e4bbc0: Download complete [2024-10-07T05:39:54.969Z] 2ac1f1163629: Pull complete [2024-10-07T05:39:54.969Z] 5c3c966382ef: Pull complete [2024-10-07T05:39:54.969Z] 4f4fb700ef54: Pull complete [2024-10-07T05:39:54.969Z] 5d5c8e513c77: Pull complete [2024-10-07T05:39:55.233Z] 9f66e0745190: Pull complete [2024-10-07T05:39:57.771Z] f49a43e4bbc0: Pull complete [2024-10-07T05:39:57.771Z] 561ebcabdf7f: Pull complete [2024-10-07T05:39:57.771Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-07T05:39:57.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-07T05:39:57.771Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh [2024-10-07T05:39:58.089Z] + 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 [2024-10-07T05:39:58.506Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-07T05:39:58.506Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:39:58.688Z] prd-ubuntu20.04-docker-8c-8g-21995 does not seem to be running inside a container [2024-10-07T05:39:58.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_PR-282 -v /w/workspace/gexfoundry_go-mod-secrets_PR-282:/w/workspace/gexfoundry_go-mod-secrets_PR-282:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-282@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 ******** ci-base-image-x86_64 cat [2024-10-07T05:40:04.342Z] $ docker top e08aa18ebd4d10cca5fbd4c6a64e30ba8d1702597cc47ca8bd947eb95044056a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T05:40:04.747Z] + go version [2024-10-07T05:40:04.748Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-07T05:40:04.787Z] $ docker stop --time=1 e08aa18ebd4d10cca5fbd4c6a64e30ba8d1702597cc47ca8bd947eb95044056a [2024-10-07T05:40:05.206Z] Still waiting to schedule task [2024-10-07T05:40:05.206Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-21992’ [2024-10-07T05:40:06.012Z] $ docker rm -f --volumes e08aa18ebd4d10cca5fbd4c6a64e30ba8d1702597cc47ca8bd947eb95044056a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:40:06.790Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-07T05:40:06.791Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:40:06.961Z] prd-ubuntu20.04-docker-8c-8g-21995 does not seem to be running inside a container [2024-10-07T05:40:06.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-secrets_PR-282 -v /w/workspace/gexfoundry_go-mod-secrets_PR-282:/w/workspace/gexfoundry_go-mod-secrets_PR-282:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-282@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 ******** ci-base-image-x86_64 cat [2024-10-07T05:40:07.307Z] $ docker top dc4210375ee7e8c081fe1f43f5ab691356a260b09a1840f1eb5f40a89870762a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T05:40:07.698Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-secrets_PR-282 [Pipeline] fileExists [Pipeline] sh [2024-10-07T05:40:08.083Z] + make test [2024-10-07T05:40:08.083Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2024-10-07T05:40:08.083Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-10-07T05:40:08.083Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.48 [2024-10-07T05:40:08.083Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0 [2024-10-07T05:40:08.343Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2024-10-07T05:40:08.343Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2024-10-07T05:40:08.343Z] go: downloading github.com/stretchr/objx v0.5.2 [2024-10-07T05:40:08.343Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-10-07T05:40:08.343Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-10-07T05:40:08.343Z] go: downloading google.golang.org/grpc v1.64.1 [2024-10-07T05:40:08.343Z] go: downloading github.com/go-kit/log v0.2.1 [2024-10-07T05:40:08.343Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-10-07T05:40:08.343Z] go: downloading github.com/google/uuid v1.6.0 [2024-10-07T05:40:08.343Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.2 [2024-10-07T05:40:08.343Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-10-07T05:40:08.602Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-10-07T05:40:08.602Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-10-07T05:40:08.602Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-10-07T05:40:08.861Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-10-07T05:40:08.861Z] go: downloading golang.org/x/crypto v0.25.0 [2024-10-07T05:40:08.861Z] go: downloading golang.org/x/text v0.16.0 [2024-10-07T05:40:08.861Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-10-07T05:40:08.861Z] go: downloading golang.org/x/net v0.27.0 [2024-10-07T05:40:08.861Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 [2024-10-07T05:40:08.861Z] go: downloading golang.org/x/sys v0.22.0 [2024-10-07T05:40:26.986Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] [2024-10-07T05:40:26.986Z] github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks coverage: 0.0% of statements [2024-10-07T05:40:26.986Z] github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks coverage: 0.0% of statements [2024-10-07T05:40:30.271Z] github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks coverage: 0.0% of statements [2024-10-07T05:40:30.271Z] github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks coverage: 0.0% of statements [2024-10-07T05:40:35.541Z] ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 8.970s coverage: 75.7% of statements [2024-10-07T05:40:35.541Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 1.024s coverage: 52.2% of statements [2024-10-07T05:40:36.500Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 10.038s coverage: 96.7% of statements [2024-10-07T05:40:36.500Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 1.019s coverage: 89.5% of statements [2024-10-07T05:40:36.500Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 1.022s coverage: 100.0% of statements [2024-10-07T05:40:36.500Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 1.030s coverage: 55.8% of statements [2024-10-07T05:40:36.500Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 1.018s coverage: 56.0% of statements [2024-10-07T05:40:36.500Z] ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 1.025s coverage: 100.0% of statements [2024-10-07T05:40:54.583Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2024-10-07T05:40:55.151Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-07T05:40:55.151Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2024-10-07T05:40:55.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-07T05:40:55.235Z] $ docker stop --time=1 dc4210375ee7e8c081fe1f43f5ab691356a260b09a1840f1eb5f40a89870762a [2024-10-07T05:40:58.915Z] $ docker rm -f --volumes dc4210375ee7e8c081fe1f43f5ab691356a260b09a1840f1eb5f40a89870762a [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T05:40:59.589Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-07T05:40:59.680Z] 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 [2024-10-07T05:41:00.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T05:41:00.865Z] [2024-10-07T05:41:00.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:41:01.269Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T05:41:01.269Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-07T05:41:01.269Z] 5eb5b503b376: Pulling fs layer [2024-10-07T05:41:01.269Z] 5c69ac0246d0: Pulling fs layer [2024-10-07T05:41:01.269Z] ec43610c2a17: Pulling fs layer [2024-10-07T05:41:01.269Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-07T05:41:01.269Z] 3a2ae6a8a46f: Waiting [2024-10-07T05:41:01.269Z] 33b1e0a273af: Pulling fs layer [2024-10-07T05:41:01.269Z] 5d3b04190fa2: Pulling fs layer [2024-10-07T05:41:01.269Z] 33b1e0a273af: Waiting [2024-10-07T05:41:01.269Z] 2f39f015ded8: Pulling fs layer [2024-10-07T05:41:01.269Z] 5d3b04190fa2: Waiting [2024-10-07T05:41:01.269Z] 5c69ac0246d0: Download complete [2024-10-07T05:41:01.269Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-07T05:41:01.269Z] 3a2ae6a8a46f: Download complete [2024-10-07T05:41:01.528Z] 33b1e0a273af: Verifying Checksum [2024-10-07T05:41:01.528Z] 33b1e0a273af: Download complete [2024-10-07T05:41:01.528Z] 5d3b04190fa2: Verifying Checksum [2024-10-07T05:41:01.528Z] 5d3b04190fa2: Download complete [2024-10-07T05:41:01.528Z] ec43610c2a17: Verifying Checksum [2024-10-07T05:41:01.528Z] ec43610c2a17: Download complete [2024-10-07T05:41:01.528Z] 5eb5b503b376: Verifying Checksum [2024-10-07T05:41:01.528Z] 5eb5b503b376: Download complete [2024-10-07T05:41:02.094Z] 2f39f015ded8: Verifying Checksum [2024-10-07T05:41:02.094Z] 2f39f015ded8: Download complete [2024-10-07T05:41:02.662Z] 5eb5b503b376: Pull complete [2024-10-07T05:41:02.921Z] 5c69ac0246d0: Pull complete [2024-10-07T05:41:03.180Z] ec43610c2a17: Pull complete [2024-10-07T05:41:03.439Z] 3a2ae6a8a46f: Pull complete [2024-10-07T05:41:03.439Z] 33b1e0a273af: Pull complete [2024-10-07T05:41:03.700Z] 5d3b04190fa2: Pull complete [2024-10-07T05:41:07.912Z] 2f39f015ded8: Pull complete [2024-10-07T05:41:07.912Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-07T05:41:07.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T05:41:07.912Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:41:08.168Z] prd-ubuntu20.04-docker-8c-8g-21995 does not seem to be running inside a container [2024-10-07T05:41:08.201Z] $ 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/gexfoundry_go-mod-secrets_PR-282 -v /w/workspace/gexfoundry_go-mod-secrets_PR-282:/w/workspace/gexfoundry_go-mod-secrets_PR-282:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-282@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-lftools-log-publisher:latest cat [2024-10-07T05:41:12.309Z] $ docker top f0f61ddd4d29d0a063ba63ce0cd78ca5b9593dbe65d15538679ca2fadfd4bb9d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:41:12.770Z] ---> job-cost.sh [2024-10-07T05:41:12.770Z] lf-activate-venv: SKIPPING [2024-10-07T05:41:12.770Z] INFO: No Stack... [2024-10-07T05:41:13.028Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-07T05:41:13.286Z] INFO: Archiving Costs [Pipeline] sh [2024-10-07T05:41:13.606Z] + cat /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives/cost.csv [2024-10-07T05:41:13.607Z] + cut -d, -f6 [Pipeline] lock [2024-10-07T05:41:13.656Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] [2024-10-07T05:41:13.661Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] did not exist. Created. [2024-10-07T05:41:13.667Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-07T05:41:14.073Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-07T05:41:14.130Z] Stashed 1 file(s) [Pipeline] } [2024-10-07T05:41:14.166Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-07T05:41:14.251Z] $ docker stop --time=1 f0f61ddd4d29d0a063ba63ce0cd78ca5b9593dbe65d15538679ca2fadfd4bb9d [2024-10-07T05:41:15.408Z] $ docker rm -f --volumes f0f61ddd4d29d0a063ba63ce0cd78ca5b9593dbe65d15538679ca2fadfd4bb9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-07T05:43:09.900Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21998 in /w/workspace/gexfoundry_go-mod-secrets_PR-282 [Pipeline] { [Pipeline] ws [2024-10-07T05:43:09.975Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2024-10-07T05:43:10.154Z] The recommended git tool is: git [2024-10-07T05:43:19.448Z] using credential edgex-jenkins-ssh [2024-10-07T05:43:19.476Z] Cloning the remote Git repository [2024-10-07T05:43:19.574Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2024-10-07T05:43:19.749Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2024-10-07T05:43:19.972Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2024-10-07T05:43:19.973Z] > git --version # timeout=10 [2024-10-07T05:43:20.016Z] > git --version # 'git version 2.25.1' [2024-10-07T05:43:20.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-07T05:43:20.271Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-07T05:43:21.832Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2024-10-07T05:43:21.864Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-07T05:43:23.736Z] Merging remotes/origin/main commit 6ad7c4f3e81ae9d2847f70c6836ba559a62f5396 into PR head commit ac053941b22300c55da40c496e950ccd7be1f6e5 [2024-10-07T05:43:24.066Z] Merge succeeded, producing ac053941b22300c55da40c496e950ccd7be1f6e5 [2024-10-07T05:43:24.067Z] Checking out Revision ac053941b22300c55da40c496e950ccd7be1f6e5 (PR-282) [2024-10-07T05:43:23.100Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2024-10-07T05:43:23.168Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2024-10-07T05:43:23.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-07T05:43:23.203Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/282/head:refs/remotes/origin/PR-282 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-10-07T05:43:23.752Z] > git config core.sparsecheckout # timeout=10 [2024-10-07T05:43:23.820Z] > git checkout -f ac053941b22300c55da40c496e950ccd7be1f6e5 # timeout=10 [2024-10-07T05:43:23.921Z] > git remote # timeout=10 [2024-10-07T05:43:23.940Z] > git config --get remote.origin.url # timeout=10 [2024-10-07T05:43:23.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-07T05:43:23.979Z] > git merge 6ad7c4f3e81ae9d2847f70c6836ba559a62f5396 # timeout=10 [2024-10-07T05:43:24.035Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-10-07T05:43:24.077Z] > git config core.sparsecheckout # timeout=10 [2024-10-07T05:43:24.094Z] > git checkout -f ac053941b22300c55da40c496e950ccd7be1f6e5 # timeout=10 [2024-10-07T05:43:24.737Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2024-10-07T05:43:24.785Z] > git --version # timeout=10 [2024-10-07T05:43:24.798Z] > git --version # 'git version 2.25.1' [2024-10-07T05:43:24.820Z] fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-07T05:43:29.668Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-07T05:43:29.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T05:43:29.669Z] Dload Upload Total Spent Left Speed [2024-10-07T05:43:29.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 236k 0 --:--:-- --:--:-- --:--:-- 236k [Pipeline] sh [2024-10-07T05:43:30.045Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-07T05:43:30.395Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-10-07T05:43:30.395Z] /etc/docker/daemon.json [2024-10-07T05:43:30.395Z] { [2024-10-07T05:43:30.395Z] "registry-mirrors": [ [2024-10-07T05:43:30.395Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-07T05:43:30.395Z] ], [2024-10-07T05:43:30.395Z] "bip": "10.250.0.254/24", [2024-10-07T05:43:30.395Z] "hosts": [ [2024-10-07T05:43:30.395Z] "tcp://0.0.0.0:5555", [2024-10-07T05:43:30.395Z] "unix:///var/run/docker.sock" [2024-10-07T05:43:30.395Z] ], [2024-10-07T05:43:30.395Z] "mtu": 1458, [2024-10-07T05:43:30.395Z] "selinux-enabled": true, [2024-10-07T05:43:30.395Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-07T05:43:30.395Z] } [Pipeline] sh [2024-10-07T05:43:30.749Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-07T05:43:31.109Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2024-10-07T05:43:49.746Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T05:43:49.798Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-07T05:43:49.852Z] ========================================================= [2024-10-07T05:43:49.852Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-07T05:43:49.852Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2024-10-07T05:43:50.319Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T05:43:50.975Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-07T05:43:50.975Z] cf04c63912e1: Pulling fs layer [2024-10-07T05:43:50.975Z] 55b35a11ae5e: Pulling fs layer [2024-10-07T05:43:50.975Z] a37a00ec5f00: Pulling fs layer [2024-10-07T05:43:50.975Z] 50b3750afda1: Pulling fs layer [2024-10-07T05:43:50.975Z] 4f4fb700ef54: Pulling fs layer [2024-10-07T05:43:50.975Z] 80978eb59214: Pulling fs layer [2024-10-07T05:43:50.975Z] c9f46d7d2bd2: Pulling fs layer [2024-10-07T05:43:50.975Z] c5a475d317c9: Pulling fs layer [2024-10-07T05:43:50.975Z] 4f4fb700ef54: Waiting [2024-10-07T05:43:50.975Z] 80978eb59214: Waiting [2024-10-07T05:43:50.975Z] c9f46d7d2bd2: Waiting [2024-10-07T05:43:50.975Z] c5a475d317c9: Waiting [2024-10-07T05:43:50.975Z] 50b3750afda1: Waiting [2024-10-07T05:43:50.975Z] 55b35a11ae5e: Verifying Checksum [2024-10-07T05:43:50.975Z] 55b35a11ae5e: Download complete [2024-10-07T05:43:50.975Z] 50b3750afda1: Verifying Checksum [2024-10-07T05:43:50.975Z] 50b3750afda1: Download complete [2024-10-07T05:43:50.975Z] 4f4fb700ef54: Verifying Checksum [2024-10-07T05:43:50.975Z] 4f4fb700ef54: Download complete [2024-10-07T05:43:51.254Z] 80978eb59214: Verifying Checksum [2024-10-07T05:43:51.254Z] 80978eb59214: Download complete [2024-10-07T05:43:51.254Z] cf04c63912e1: Verifying Checksum [2024-10-07T05:43:51.254Z] cf04c63912e1: Download complete [2024-10-07T05:43:51.861Z] c5a475d317c9: Verifying Checksum [2024-10-07T05:43:51.861Z] c5a475d317c9: Download complete [2024-10-07T05:43:52.466Z] cf04c63912e1: Pull complete [2024-10-07T05:43:53.064Z] 55b35a11ae5e: Pull complete [2024-10-07T05:43:53.341Z] a37a00ec5f00: Verifying Checksum [2024-10-07T05:43:53.341Z] a37a00ec5f00: Download complete [2024-10-07T05:43:54.319Z] c9f46d7d2bd2: Verifying Checksum [2024-10-07T05:43:54.319Z] c9f46d7d2bd2: Download complete [2024-10-07T05:44:09.372Z] a37a00ec5f00: Pull complete [2024-10-07T05:44:09.372Z] 50b3750afda1: Pull complete [2024-10-07T05:44:09.372Z] 4f4fb700ef54: Pull complete [2024-10-07T05:44:09.372Z] 80978eb59214: Pull complete [2024-10-07T05:44:16.018Z] c9f46d7d2bd2: Pull complete [2024-10-07T05:44:17.977Z] c5a475d317c9: Pull complete [2024-10-07T05:44:17.977Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-07T05:44:17.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-07T05:44:17.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] sh [2024-10-07T05:44:18.355Z] + 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 [2024-10-07T05:44:18.796Z] + docker inspect -f . ci-base-image-arm64 [2024-10-07T05:44:18.796Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:44:19.122Z] prd-ubuntu20.04-docker-arm64-4c-16g-21998 does not seem to be running inside a container [2024-10-07T05:44:19.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-arm64 cat [2024-10-07T05:44:21.697Z] $ docker top e7f0a0826d0abc2f25a21efdc2c94307cf70e63fb75938b4b6ee6104a55075d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T05:44:22.628Z] + go version [2024-10-07T05:44:22.628Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-07T05:44:22.666Z] $ docker stop --time=1 e7f0a0826d0abc2f25a21efdc2c94307cf70e63fb75938b4b6ee6104a55075d2 [2024-10-07T05:44:24.473Z] $ docker rm -f --volumes e7f0a0826d0abc2f25a21efdc2c94307cf70e63fb75938b4b6ee6104a55075d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:44:25.473Z] + docker inspect -f . ci-base-image-arm64 [2024-10-07T05:44:25.473Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:44:25.770Z] prd-ubuntu20.04-docker-arm64-4c-16g-21998 does not seem to be running inside a container [2024-10-07T05:44:25.837Z] $ 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-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** ci-base-image-arm64 cat [2024-10-07T05:44:27.040Z] $ docker top adf42ed6632518e2592fd49d78dd62b51d5c8b3f1fd3d438296fff42366b50f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T05:44:27.938Z] + git config --global --add safe.directory /w/workspace/go-mod-secrets/1 [Pipeline] fileExists [Pipeline] sh [2024-10-07T05:44:28.666Z] + make test [2024-10-07T05:44:28.666Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2024-10-07T05:44:28.666Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.48 [2024-10-07T05:44:28.666Z] go: downloading github.com/stretchr/testify v1.9.0 [2024-10-07T05:44:28.932Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0 [2024-10-07T05:44:29.891Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2024-10-07T05:44:29.891Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2024-10-07T05:44:29.891Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2024-10-07T05:44:29.891Z] go: downloading github.com/stretchr/objx v0.5.2 [2024-10-07T05:44:29.891Z] go: downloading github.com/zeebo/errs v1.3.0 [2024-10-07T05:44:29.891Z] go: downloading google.golang.org/grpc v1.64.1 [2024-10-07T05:44:31.831Z] go: downloading github.com/go-kit/log v0.2.1 [2024-10-07T05:44:31.831Z] go: downloading github.com/go-playground/validator/v10 v10.22.1 [2024-10-07T05:44:31.831Z] go: downloading github.com/google/uuid v1.6.0 [2024-10-07T05:44:31.831Z] go: downloading github.com/go-jose/go-jose/v4 v4.0.2 [2024-10-07T05:44:31.831Z] go: downloading google.golang.org/protobuf v1.34.2 [2024-10-07T05:44:32.097Z] go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 [2024-10-07T05:44:32.097Z] go: downloading golang.org/x/net v0.27.0 [2024-10-07T05:44:33.054Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2024-10-07T05:44:33.054Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.3 [2024-10-07T05:44:33.054Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2024-10-07T05:44:33.054Z] go: downloading github.com/leodido/go-urn v1.4.0 [2024-10-07T05:44:33.054Z] go: downloading golang.org/x/crypto v0.25.0 [2024-10-07T05:44:33.644Z] go: downloading golang.org/x/text v0.16.0 [2024-10-07T05:44:34.227Z] go: downloading golang.org/x/sys v0.22.0 [2024-10-07T05:44:34.228Z] go: downloading github.com/go-playground/locales v0.14.1 [2024-10-07T05:46:40.930Z] ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] [2024-10-07T05:46:40.930Z] github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks coverage: 0.0% of statements [2024-10-07T05:46:42.346Z] github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks coverage: 0.0% of statements [2024-10-07T05:46:47.710Z] ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 12.308s coverage: 75.7% of statements [2024-10-07T05:46:47.710Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 1.118s coverage: 52.2% of statements [2024-10-07T05:46:47.710Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 10.131s coverage: 96.7% of statements [2024-10-07T05:46:47.710Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 1.092s coverage: 89.5% of statements [2024-10-07T05:46:47.710Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 1.077s coverage: 100.0% of statements [2024-10-07T05:47:26.571Z] github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks coverage: 0.0% of statements [2024-10-07T05:47:26.571Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 1.125s coverage: 55.8% of statements [2024-10-07T05:47:26.571Z] ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 1.077s coverage: 56.0% of statements [2024-10-07T05:47:26.571Z] ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 1.108s coverage: 100.0% of statements [2024-10-07T05:47:26.572Z] github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks coverage: 0.0% of statements [2024-10-07T05:47:26.839Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-07T05:47:26.839Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2024-10-07T05:49:03.580Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-07T05:49:03.580Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2024-10-07T05:49:03.625Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-07T05:49:03.665Z] $ docker stop --time=1 adf42ed6632518e2592fd49d78dd62b51d5c8b3f1fd3d438296fff42366b50f3 [2024-10-07T05:49:05.579Z] $ docker rm -f --volumes adf42ed6632518e2592fd49d78dd62b51d5c8b3f1fd3d438296fff42366b50f3 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-07T05:49:08.430Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-07T05:49:08.471Z] Warning: overwriting stash ‘coverage-report’ [2024-10-07T05:49:09.050Z] 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 [2024-10-07T05:49:10.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T05:49:10.018Z] [2024-10-07T05:49:10.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:49:10.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T05:49:10.730Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-07T05:49:10.730Z] 8998bd30e6a1: Pulling fs layer [2024-10-07T05:49:10.730Z] 04944245beec: Pulling fs layer [2024-10-07T05:49:10.730Z] 699f458cf7ca: Pulling fs layer [2024-10-07T05:49:10.730Z] 765212b225bb: Pulling fs layer [2024-10-07T05:49:10.730Z] f23df028b6ca: Pulling fs layer [2024-10-07T05:49:10.730Z] d65c8cfc05b1: Pulling fs layer [2024-10-07T05:49:10.730Z] 2437ff75d9bd: Pulling fs layer [2024-10-07T05:49:10.730Z] f23df028b6ca: Waiting [2024-10-07T05:49:10.730Z] d65c8cfc05b1: Waiting [2024-10-07T05:49:10.730Z] 2437ff75d9bd: Waiting [2024-10-07T05:49:10.730Z] 765212b225bb: Waiting [2024-10-07T05:49:10.730Z] 04944245beec: Verifying Checksum [2024-10-07T05:49:10.730Z] 04944245beec: Download complete [2024-10-07T05:49:10.730Z] 765212b225bb: Download complete [2024-10-07T05:49:10.730Z] f23df028b6ca: Verifying Checksum [2024-10-07T05:49:10.730Z] f23df028b6ca: Download complete [2024-10-07T05:49:10.730Z] d65c8cfc05b1: Verifying Checksum [2024-10-07T05:49:10.730Z] d65c8cfc05b1: Download complete [2024-10-07T05:49:10.999Z] 699f458cf7ca: Verifying Checksum [2024-10-07T05:49:10.999Z] 699f458cf7ca: Download complete [2024-10-07T05:49:11.266Z] 8998bd30e6a1: Download complete [2024-10-07T05:49:13.865Z] 2437ff75d9bd: Verifying Checksum [2024-10-07T05:49:13.865Z] 2437ff75d9bd: Download complete [2024-10-07T05:49:16.454Z] 8998bd30e6a1: Pull complete [2024-10-07T05:49:16.454Z] 04944245beec: Pull complete [2024-10-07T05:49:18.400Z] 699f458cf7ca: Pull complete [2024-10-07T05:49:18.400Z] 765212b225bb: Pull complete [2024-10-07T05:49:18.981Z] f23df028b6ca: Pull complete [2024-10-07T05:49:19.248Z] d65c8cfc05b1: Pull complete [2024-10-07T05:49:37.465Z] 2437ff75d9bd: Pull complete [2024-10-07T05:49:37.465Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-07T05:49:37.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-07T05:49:37.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:49:37.828Z] prd-ubuntu20.04-docker-arm64-4c-16g-21998 does not seem to be running inside a container [2024-10-07T05:49:37.888Z] $ 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-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-10-07T05:49:40.366Z] $ docker top d7a9f30b757450874b015f392c46f422a98deb10b7ab8d7ecf67a89402d253f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:41.327Z] ---> job-cost.sh [2024-10-07T05:49:41.327Z] lf-activate-venv: SKIPPING [2024-10-07T05:49:41.327Z] INFO: No Stack... [2024-10-07T05:49:41.593Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-07T05:49:42.552Z] INFO: Archiving Costs [Pipeline] sh [2024-10-07T05:49:43.218Z] + cat /w/workspace/go-mod-secrets/1/archives/cost.csv [2024-10-07T05:49:43.218Z] + cut -d, -f6 [Pipeline] lock [2024-10-07T05:49:43.306Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] [2024-10-07T05:49:43.314Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] did not exist. Created. [2024-10-07T05:49:43.323Z] Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-07T05:49:43.758Z] /w/workspace/go-mod-secrets/1@tmp/durable-40facfe7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-07T05:49:44.704Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-07T05:49:44.742Z] Warning: overwriting stash ‘stack-cost’ [2024-10-07T05:49:44.791Z] Stashed 1 file(s) [Pipeline] } [2024-10-07T05:49:44.811Z] Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-secrets-PR-282-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-07T05:49:44.891Z] $ docker stop --time=1 d7a9f30b757450874b015f392c46f422a98deb10b7ab8d7ecf67a89402d253f5 [2024-10-07T05:49:46.401Z] $ docker rm -f --volumes d7a9f30b757450874b015f392c46f422a98deb10b7ab8d7ecf67a89402d253f5 [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 [2024-10-07T05:49:47.605Z] provisioning config files... [2024-10-07T05:49:47.615Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp/config14376166695056191756tmp [Pipeline] { [Pipeline] sh [2024-10-07T05:49:47.992Z] + set +x [2024-10-07T05:49:47.992Z] + bash -s -- [2024-10-07T05:49:47.992Z] + curl -s https://codecov.io/bash [2024-10-07T05:49:47.992Z] [2024-10-07T05:49:47.992Z] _____ _ [2024-10-07T05:49:47.992Z] / ____| | | [2024-10-07T05:49:47.992Z] | | ___ __| | ___ ___ _____ __ [2024-10-07T05:49:47.992Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-07T05:49:47.992Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-07T05:49:47.992Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-07T05:49:47.992Z] Bash-1.0.6 [2024-10-07T05:49:47.992Z] [2024-10-07T05:49:47.992Z] [2024-10-07T05:49:47.992Z] ==> git version 2.25.1 found [2024-10-07T05:49:47.992Z] ==> 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 [2024-10-07T05:49:47.992Z] Release-Date: 2020-01-08 [2024-10-07T05:49:47.992Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-10-07T05:49:47.992Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-07T05:49:47.992Z] ==> Jenkins CI detected. [2024-10-07T05:49:47.992Z] current dir:  /w/workspace/gexfoundry_go-mod-secrets_PR-282 [2024-10-07T05:49:47.992Z] project root: . [2024-10-07T05:49:47.992Z] --> token set from env [2024-10-07T05:49:47.992Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-07T05:49:47.992Z] ==> Running gcov in . (disable via -X gcov) [2024-10-07T05:49:47.992Z] ==> Python coveragepy not found [2024-10-07T05:49:47.992Z] ==> Searching for coverage reports in: [2024-10-07T05:49:47.992Z] + . [2024-10-07T05:49:47.992Z] -> Found 1 reports [2024-10-07T05:49:47.992Z] ==> Detecting git/mercurial file structure [2024-10-07T05:49:47.992Z] ==> Reading reports [2024-10-07T05:49:47.992Z] + ./coverage.out bytes=70316 [2024-10-07T05:49:47.992Z] ==> Appending adjustments [2024-10-07T05:49:47.992Z] https://docs.codecov.io/docs/fixing-reports [2024-10-07T05:49:48.251Z] + Found adjustments [2024-10-07T05:49:48.251Z] ==> Gzipping contents [2024-10-07T05:49:48.251Z] 12K /tmp/codecov.X4m561.gz [2024-10-07T05:49:48.251Z] ==> Uploading reports [2024-10-07T05:49:48.251Z] url: https://codecov.io [2024-10-07T05:49:48.251Z] query: branch=PR-282&commit=ac053941b22300c55da40c496e950ccd7be1f6e5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-282%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=282&job=&cmd_args= [2024-10-07T05:49:48.251Z] -> Pinging Codecov [2024-10-07T05:49:48.251Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-282&commit=ac053941b22300c55da40c496e950ccd7be1f6e5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-282%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=282&job=&cmd_args= [2024-10-07T05:49:48.509Z] -> Uploading to [2024-10-07T05:49:48.509Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/go-mod-secrets/ac053941b22300c55da40c496e950ccd7be1f6e5/aafd3085-597a-42ee-b45f-0c897a5eb068.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241007%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241007T054948Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=a69b0dc9f04036c0e77e06b915858c60d28fe89845dba5e11632963a93d3943f [2024-10-07T05:49:48.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-07T05:49:48.509Z] Dload Upload Total Spent Left Speed [2024-10-07T05:49:48.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10305 0 0 100 10305 0 47270 --:--:-- --:--:-- --:--:-- 47270 [2024-10-07T05:49:48.768Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-secrets/commit/ac053941b22300c55da40c496e950ccd7be1f6e5 [Pipeline] } [2024-10-07T05:49:48.804Z] 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 [2024-10-07T05:49:50.959Z] + [ -d /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives ] [2024-10-07T05:49:50.959Z] + ls -al /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives [2024-10-07T05:49:50.959Z] total 16 [2024-10-07T05:49:50.959Z] drwxr-xr-x 3 root root 4096 Oct 7 05:41 . [2024-10-07T05:49:50.959Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 7 05:41 .. [2024-10-07T05:49:50.959Z] drwxr-xr-x 2 root root 4096 Oct 7 05:41 cost [2024-10-07T05:49:50.959Z] -rw-r--r-- 1 root root 86 Oct 7 05:41 cost.csv [2024-10-07T05:49:50.959Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives [2024-10-07T05:49:50.959Z] + ls -al /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives [2024-10-07T05:49:50.959Z] total 16 [2024-10-07T05:49:50.959Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 7 05:41 . [2024-10-07T05:49:50.959Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 7 05:41 .. [2024-10-07T05:49:50.959Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 7 05:41 cost [2024-10-07T05:49:50.959Z] -rw-r--r-- 1 jenkins jenkins 86 Oct 7 05:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:51.302Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:52.206Z] ---> package-listing.sh [2024-10-07T05:49:52.206Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-07T05:49:52.206Z] ++ facter osfamily [2024-10-07T05:49:52.466Z] + OS_FAMILY=debian [2024-10-07T05:49:52.466Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_PR-282 [2024-10-07T05:49:52.466Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-07T05:49:52.466Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-07T05:49:52.466Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-07T05:49:52.466Z] + PACKAGES=/tmp/packages_start.txt [2024-10-07T05:49:52.466Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_PR-282 ']' [2024-10-07T05:49:52.466Z] + PACKAGES=/tmp/packages_end.txt [2024-10-07T05:49:52.466Z] + case "${OS_FAMILY}" in [2024-10-07T05:49:52.466Z] + dpkg -l [2024-10-07T05:49:52.466Z] + grep '^ii' [2024-10-07T05:49:52.466Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-07T05:49:52.466Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-07T05:49:52.466Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-07T05:49:52.466Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_PR-282 ']' [2024-10-07T05:49:52.466Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives/ [2024-10-07T05:49:52.466Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_PR-282/archives/ [Pipeline] echo [2024-10-07T05:49:52.508Z] 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/gexfoundry_go-mod-secrets_PR-282/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-10-07T05:49:52.807Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-07T05:49:53.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-07T05:49:53.208Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-07T05:49:53.371Z] prd-ubuntu20.04-docker-8c-8g-21995 does not seem to be running inside a container [2024-10-07T05:49:53.404Z] $ 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/gexfoundry_go-mod-secrets_PR-282/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_PR-282 -v /w/workspace/gexfoundry_go-mod-secrets_PR-282:/w/workspace/gexfoundry_go-mod-secrets_PR-282:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-10-07T05:49:53.599Z] $ docker top 8d4af5113633c5225758fbc270e48df4d8ae9cf20c685ab43f415f0a8dd9a291 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-07T05:49:54.009Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-07T05:49:54.331Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-07T05:49:54.647Z] + ls /var/log/sa-host [2024-10-07T05:49:54.647Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-07T05:49:54.805Z] provisioning config files... [2024-10-07T05:49:54.814Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_PR-282@tmp/config17693646750026466684tmp [Pipeline] { [Pipeline] echo [2024-10-07T05:49:54.873Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:55.215Z] ---> create-netrc.sh [Pipeline] } [2024-10-07T05:49:55.247Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:55.666Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-07T05:49:55.705Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:56.031Z] ---> sudo-logs.sh [2024-10-07T05:49:56.031Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-07T05:49:56.631Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:56.953Z] ---> job-cost.sh [2024-10-07T05:49:56.953Z] lf-activate-venv: SKIPPING [2024-10-07T05:49:56.953Z] DEBUG: total: 0.2199999988079071 [2024-10-07T05:49:56.953Z] INFO: Retrieving Stack Cost... [2024-10-07T05:49:57.214Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-07T05:49:58.175Z] INFO: Archiving Costs [Pipeline] echo [2024-10-07T05:49:58.217Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-07T05:49:58.541Z] ---> logs-deploy.sh [2024-10-07T05:49:58.541Z] lf-activate-venv: SKIPPING [2024-10-07T05:49:58.541Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-282/1 [2024-10-07T05:49:58.541Z] INFO: archiving workspace using pattern(s): [2024-10-07T05:49:59.482Z] Archives upload complete. [2024-10-07T05:49:59.483Z] INFO: archiving logs to Nexus [2024-10-07T05:50:00.164Z] ---> uname -a: [2024-10-07T05:50:00.164Z] Linux prd-ubuntu20-04-docker-8c-8g-21995 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] ---> lscpu: [2024-10-07T05:50:00.164Z] Architecture: x86_64 [2024-10-07T05:50:00.164Z] CPU op-mode(s): 32-bit, 64-bit [2024-10-07T05:50:00.164Z] Byte Order: Little Endian [2024-10-07T05:50:00.164Z] Address sizes: 40 bits physical, 48 bits virtual [2024-10-07T05:50:00.164Z] CPU(s): 8 [2024-10-07T05:50:00.164Z] On-line CPU(s) list: 0-7 [2024-10-07T05:50:00.164Z] Thread(s) per core: 1 [2024-10-07T05:50:00.164Z] Core(s) per socket: 1 [2024-10-07T05:50:00.164Z] Socket(s): 8 [2024-10-07T05:50:00.164Z] NUMA node(s): 1 [2024-10-07T05:50:00.164Z] Vendor ID: AuthenticAMD [2024-10-07T05:50:00.164Z] CPU family: 23 [2024-10-07T05:50:00.164Z] Model: 49 [2024-10-07T05:50:00.164Z] Model name: AMD EPYC-Rome Processor [2024-10-07T05:50:00.164Z] Stepping: 0 [2024-10-07T05:50:00.164Z] CPU MHz: 2800.000 [2024-10-07T05:50:00.164Z] BogoMIPS: 5600.00 [2024-10-07T05:50:00.164Z] Virtualization: AMD-V [2024-10-07T05:50:00.164Z] Hypervisor vendor: KVM [2024-10-07T05:50:00.164Z] Virtualization type: full [2024-10-07T05:50:00.164Z] L1d cache: 256 KiB [2024-10-07T05:50:00.164Z] L1i cache: 256 KiB [2024-10-07T05:50:00.164Z] L2 cache: 4 MiB [2024-10-07T05:50:00.164Z] L3 cache: 128 MiB [2024-10-07T05:50:00.164Z] NUMA node0 CPU(s): 0-7 [2024-10-07T05:50:00.164Z] Vulnerability Itlb multihit: Not affected [2024-10-07T05:50:00.164Z] Vulnerability L1tf: Not affected [2024-10-07T05:50:00.164Z] Vulnerability Mds: Not affected [2024-10-07T05:50:00.164Z] Vulnerability Meltdown: Not affected [2024-10-07T05:50:00.164Z] Vulnerability Mmio stale data: Not affected [2024-10-07T05:50:00.164Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-10-07T05:50:00.164Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-10-07T05:50:00.164Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-10-07T05:50:00.164Z] Vulnerability Srbds: Not affected [2024-10-07T05:50:00.164Z] Vulnerability Tsx async abort: Not affected [2024-10-07T05:50:00.164Z] 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 [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] ---> nproc: [2024-10-07T05:50:00.164Z] 8 [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] ---> df -h: [2024-10-07T05:50:00.164Z] Filesystem Size Used Avail Use% Mounted on [2024-10-07T05:50:00.164Z] overlay 155G 11G 145G 7% / [2024-10-07T05:50:00.164Z] tmpfs 64M 0 64M 0% /dev [2024-10-07T05:50:00.164Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-10-07T05:50:00.164Z] shm 64M 0 64M 0% /dev/shm [2024-10-07T05:50:00.164Z] /dev/vda1 155G 11G 145G 7% /facter-os [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] ---> sar -b -r -n DEV: [2024-10-07T05:50:00.164Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-21995) 10/07/24 _x86_64_ (8 CPU) [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] 05:38:44 LINUX RESTART (8 CPU) [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] 05:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-10-07T05:50:00.164Z] 05:40:01 386.94 47.66 339.28 0.00 5358.97 151934.68 0.00 [2024-10-07T05:50:00.164Z] 05:41:01 80.87 0.28 80.59 0.00 14.26 32617.23 0.00 [2024-10-07T05:50:00.164Z] 05:42:01 45.94 0.02 45.93 0.00 1.73 16725.36 0.00 [2024-10-07T05:50:00.164Z] 05:43:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 [2024-10-07T05:50:00.164Z] 05:44:01 33.81 4.95 28.86 0.00 4344.21 4717.08 0.00 [2024-10-07T05:50:00.164Z] 05:45:01 17.83 1.20 16.63 0.00 23.73 3746.48 0.00 [2024-10-07T05:50:00.164Z] 05:46:01 3.30 0.02 3.28 0.00 0.13 86.25 0.00 [2024-10-07T05:50:00.164Z] 05:47:01 1.78 0.00 1.78 0.00 0.00 20.80 0.00 [2024-10-07T05:50:00.164Z] 05:48:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 [2024-10-07T05:50:00.164Z] 05:49:01 2.13 0.00 2.13 0.00 0.00 24.53 0.00 [2024-10-07T05:50:00.164Z] Average: 57.55 5.41 52.13 0.00 974.29 20990.29 0.00 [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] 05:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-10-07T05:50:00.164Z] 05:40:01 29250564 31560068 766220 2.33 74248 2506668 1839512 5.42 997132 2255848 262456 [2024-10-07T05:50:00.164Z] 05:41:01 29010456 31505908 806136 2.45 91760 2665892 2079624 6.13 1152124 2308692 163644 [2024-10-07T05:50:00.164Z] 05:42:01 28713940 31551488 757600 2.30 96968 2959168 1730264 5.10 1127452 2588688 140 [2024-10-07T05:50:00.164Z] 05:43:01 28714000 31551592 757480 2.30 96996 2959172 1730264 5.10 1127444 2588692 56 [2024-10-07T05:50:00.164Z] 05:44:01 28232736 31535860 744452 2.26 112740 3407688 1707972 5.03 1256820 2908272 177376 [2024-10-07T05:50:00.164Z] 05:45:01 28267996 31535176 742828 2.26 126024 3357724 1701380 5.01 1400748 2725876 24 [2024-10-07T05:50:00.164Z] 05:46:01 28279068 31541508 736348 2.24 124632 3354480 1703812 5.02 1392300 2722668 180 [2024-10-07T05:50:00.164Z] 05:47:01 28278936 31541500 736388 2.24 124720 3354480 1703812 5.02 1392080 2722676 12 [2024-10-07T05:50:00.164Z] 05:48:01 28281652 31544280 733504 2.23 124816 3354484 1703812 5.02 1389368 2722684 8 [2024-10-07T05:50:00.164Z] 05:49:01 28281640 31544432 733236 2.23 124924 3354480 1703812 5.02 1389504 2722696 4 [2024-10-07T05:50:00.164Z] Average: 28531099 31541181 751419 2.29 109783 3127424 1760426 5.19 1262497 2626679 60390 [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] 05:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-10-07T05:50:00.164Z] 05:40:01 ens3 528.21 363.12 5790.72 96.36 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:40:01 lo 3.93 3.93 0.38 0.38 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:40:01 docker0 10.01 10.75 0.87 88.65 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:41:01 ens3 178.20 98.22 2987.64 20.32 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:41:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:41:01 docker0 38.23 82.82 3.53 874.08 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:42:01 ens3 30.69 15.41 442.45 6.54 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:42:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:43:01 ens3 0.62 0.43 0.27 0.22 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:44:01 ens3 210.91 85.34 2748.03 6.11 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:44:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:45:01 ens3 1.02 0.83 0.55 0.22 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:45:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:46:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:47:01 ens3 0.37 0.23 0.07 0.02 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:48:01 ens3 0.13 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:49:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] Average: ens3 95.04 56.37 1196.96 12.98 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] Average: lo 0.66 0.66 0.06 0.06 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] Average: docker0 4.82 9.36 0.44 96.27 0.00 0.00 0.00 0.00 [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] ---> sar -P ALL: [2024-10-07T05:50:00.164Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-21995) 10/07/24 _x86_64_ (8 CPU) [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] 05:38:44 LINUX RESTART (8 CPU) [2024-10-07T05:50:00.164Z] [2024-10-07T05:50:00.164Z] 05:39:01 CPU %user %nice %system %iowait %steal %idle [2024-10-07T05:50:00.164Z] 05:40:01 all 9.25 0.00 2.96 3.25 0.05 84.49 [2024-10-07T05:50:00.164Z] 05:40:01 0 6.35 0.00 2.65 4.03 0.03 86.94 [2024-10-07T05:50:00.164Z] 05:40:01 1 11.01 0.00 5.04 0.86 0.05 83.04 [2024-10-07T05:50:00.164Z] 05:40:01 2 8.62 0.00 2.23 2.36 0.05 86.74 [2024-10-07T05:50:00.164Z] 05:40:01 3 8.25 0.00 2.94 3.06 0.05 85.71 [2024-10-07T05:50:00.164Z] 05:40:01 4 10.08 0.00 3.96 14.41 0.05 71.50 [2024-10-07T05:50:00.164Z] 05:40:01 5 9.16 0.00 2.48 0.13 0.05 88.17 [2024-10-07T05:50:00.164Z] 05:40:01 6 12.08 0.00 1.99 0.40 0.05 85.48 [2024-10-07T05:50:00.164Z] 05:40:01 7 8.50 0.00 2.42 0.74 0.05 88.28 [2024-10-07T05:50:00.164Z] 05:41:01 all 35.44 0.00 5.08 2.06 0.09 57.34 [2024-10-07T05:50:00.164Z] 05:41:01 0 37.72 0.00 5.13 1.07 0.08 56.00 [2024-10-07T05:50:00.164Z] 05:41:01 1 35.67 0.00 4.72 0.66 0.07 58.88 [2024-10-07T05:50:00.164Z] 05:41:01 2 35.86 0.00 4.59 0.29 0.10 59.16 [2024-10-07T05:50:00.164Z] 05:41:01 3 33.01 0.00 5.39 1.40 0.08 60.11 [2024-10-07T05:50:00.164Z] 05:41:01 4 35.17 0.00 5.51 10.64 0.08 48.60 [2024-10-07T05:50:00.164Z] 05:41:01 5 32.50 0.00 5.57 1.68 0.08 60.17 [2024-10-07T05:50:00.164Z] 05:41:01 6 35.28 0.00 4.55 0.30 0.10 59.77 [2024-10-07T05:50:00.164Z] 05:41:01 7 38.30 0.00 5.18 0.47 0.08 55.97 [2024-10-07T05:50:00.164Z] 05:42:01 all 2.15 0.00 0.90 0.88 0.02 96.04 [2024-10-07T05:50:00.164Z] 05:42:01 0 1.77 0.00 0.72 0.00 0.02 97.50 [2024-10-07T05:50:00.164Z] 05:42:01 1 2.39 0.00 0.82 0.02 0.02 96.75 [2024-10-07T05:50:00.164Z] 05:42:01 2 2.59 0.00 1.02 0.02 0.02 96.36 [2024-10-07T05:50:00.164Z] 05:42:01 3 2.31 0.00 1.14 5.72 0.03 90.81 [2024-10-07T05:50:00.164Z] 05:42:01 4 2.13 0.00 0.77 0.02 0.02 97.07 [2024-10-07T05:50:00.164Z] 05:42:01 5 1.86 0.00 0.92 1.04 0.02 96.17 [2024-10-07T05:50:00.164Z] 05:42:01 6 2.44 0.00 0.99 0.27 0.03 96.27 [2024-10-07T05:50:00.164Z] 05:42:01 7 1.73 0.00 0.85 0.00 0.02 97.40 [2024-10-07T05:50:00.164Z] 05:43:01 all 0.08 0.00 0.01 0.00 0.01 99.91 [2024-10-07T05:50:00.164Z] 05:43:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2024-10-07T05:50:00.164Z] 05:43:01 1 0.43 0.00 0.02 0.00 0.02 99.53 [2024-10-07T05:50:00.164Z] 05:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-10-07T05:50:00.164Z] 05:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-10-07T05:50:00.164Z] 05:43:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-10-07T05:50:00.164Z] 05:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2024-10-07T05:50:00.164Z] 05:43:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-10-07T05:50:00.164Z] 05:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-10-07T05:50:00.164Z] 05:44:01 all 1.65 0.00 0.77 0.48 0.02 97.07 [2024-10-07T05:50:00.164Z] 05:44:01 0 1.03 0.00 0.83 0.03 0.03 98.06 [2024-10-07T05:50:00.164Z] 05:44:01 1 1.50 0.00 0.47 0.20 0.00 97.83 [2024-10-07T05:50:00.164Z] 05:44:01 2 1.90 0.00 0.33 0.03 0.02 97.71 [2024-10-07T05:50:00.164Z] 05:44:01 3 3.11 0.00 1.12 0.80 0.03 94.94 [2024-10-07T05:50:00.164Z] 05:44:01 4 1.53 0.00 0.58 0.12 0.03 97.73 [2024-10-07T05:50:00.164Z] 05:44:01 5 1.02 0.00 0.42 1.25 0.02 97.30 [2024-10-07T05:50:00.164Z] 05:44:01 6 1.24 0.00 1.67 0.05 0.03 97.01 [2024-10-07T05:50:00.164Z] 05:44:01 7 1.89 0.00 0.77 1.37 0.02 95.96 [2024-10-07T05:50:00.164Z] 05:45:01 all 0.84 0.00 0.52 0.15 0.01 98.49 [2024-10-07T05:50:00.164Z] 05:45:01 0 1.33 0.00 0.37 0.02 0.02 98.27 [2024-10-07T05:50:00.164Z] 05:45:01 1 0.59 0.00 0.27 0.03 0.02 99.10 [2024-10-07T05:50:00.164Z] 05:45:01 2 0.67 0.00 1.35 0.00 0.00 97.98 [2024-10-07T05:50:00.164Z] 05:45:01 3 1.30 0.00 0.85 0.43 0.02 97.40 [2024-10-07T05:50:00.164Z] 05:45:01 4 0.70 0.00 0.33 0.28 0.00 98.68 [2024-10-07T05:50:00.164Z] 05:45:01 5 0.72 0.00 0.25 0.38 0.02 98.63 [2024-10-07T05:50:00.164Z] 05:45:01 6 0.58 0.00 0.37 0.03 0.02 99.00 [2024-10-07T05:50:00.164Z] 05:45:01 7 0.80 0.00 0.35 0.02 0.00 98.83 [2024-10-07T05:50:00.164Z] 05:46:01 all 0.14 0.00 0.05 0.02 0.01 99.78 [2024-10-07T05:50:00.164Z] 05:46:01 0 0.10 0.00 0.05 0.00 0.02 99.83 [2024-10-07T05:50:00.164Z] 05:46:01 1 0.52 0.00 0.07 0.00 0.03 99.38 [2024-10-07T05:50:00.164Z] 05:46:01 2 0.00 0.00 0.05 0.05 0.00 99.90 [2024-10-07T05:50:00.164Z] 05:46:01 3 0.27 0.00 0.08 0.02 0.02 99.62 [2024-10-07T05:50:00.164Z] 05:46:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-10-07T05:50:00.164Z] 05:46:01 5 0.07 0.00 0.03 0.07 0.02 99.82 [2024-10-07T05:50:00.164Z] 05:46:01 6 0.07 0.00 0.03 0.03 0.00 99.87 [2024-10-07T05:50:00.164Z] 05:46:01 7 0.10 0.00 0.02 0.00 0.00 99.88 [2024-10-07T05:50:00.164Z] 05:47:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2024-10-07T05:50:00.164Z] 05:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-10-07T05:50:00.165Z] 05:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-10-07T05:50:00.165Z] 05:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-10-07T05:50:00.165Z] 05:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-10-07T05:50:00.165Z] 05:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-10-07T05:50:00.165Z] 05:47:01 5 0.03 0.00 0.00 0.03 0.02 99.92 [2024-10-07T05:50:00.165Z] 05:47:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2024-10-07T05:50:00.165Z] 05:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-10-07T05:50:00.165Z] 05:48:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2024-10-07T05:50:00.165Z] 05:48:01 0 0.07 0.00 0.07 0.00 0.03 99.83 [2024-10-07T05:50:00.165Z] 05:48:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2024-10-07T05:50:00.165Z] 05:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-10-07T05:50:00.165Z] 05:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-10-07T05:50:00.165Z] 05:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-10-07T05:50:00.165Z] 05:48:01 5 0.03 0.00 0.00 0.03 0.00 99.93 [2024-10-07T05:50:00.165Z] 05:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2024-10-07T05:50:00.165Z] 05:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-10-07T05:50:00.165Z] 05:49:01 all 0.06 0.00 0.01 0.01 0.01 99.92 [2024-10-07T05:50:00.165Z] 05:49:01 0 0.10 0.00 0.02 0.00 0.03 99.85 [2024-10-07T05:50:00.165Z] 05:49:01 1 0.30 0.00 0.00 0.00 0.02 99.68 [2024-10-07T05:50:00.165Z] 05:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-10-07T05:50:00.165Z] 05:49:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-10-07T05:50:00.165Z] 05:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-10-07T05:50:00.165Z] 05:49:01 5 0.02 0.00 0.00 0.05 0.00 99.93 [2024-10-07T05:50:00.165Z] 05:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-10-07T05:50:00.165Z] 05:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-10-07T05:50:00.165Z] Average: all 4.94 0.00 1.03 0.68 0.02 93.32 [2024-10-07T05:50:00.165Z] Average: 0 4.84 0.00 0.98 0.51 0.03 93.63 [2024-10-07T05:50:00.165Z] Average: 1 5.23 0.00 1.14 0.18 0.02 93.44 [2024-10-07T05:50:00.165Z] Average: 2 4.94 0.00 0.95 0.27 0.02 93.81 [2024-10-07T05:50:00.165Z] Average: 3 4.80 0.00 1.15 1.14 0.03 92.89 [2024-10-07T05:50:00.165Z] Average: 4 4.93 0.00 1.11 2.53 0.02 91.41 [2024-10-07T05:50:00.165Z] Average: 5 4.52 0.00 0.96 0.47 0.02 94.02 [2024-10-07T05:50:00.165Z] Average: 6 5.16 0.00 0.96 0.11 0.03 93.74 [2024-10-07T05:50:00.165Z] Average: 7 5.12 0.00 0.96 0.26 0.02 93.64 [2024-10-07T05:50:00.165Z] [2024-10-07T05:50:00.165Z] [2024-10-07T05:50:00.165Z]