Pull request #74 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/git-semver Obtained Jenkinsfile from 36c3a1623f2da7903249add2273d5ac3d08574df+2f4064f3f360ef7b23297cccadfc545ed317a0b4 (576f536caae802a53b1a52da323dc8d221c2eb71) 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-ssh15616989064085085991.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh8375899932782595346.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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/git-semver/branches/PR-74/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/git-semver/branches/PR-74/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17742939705718674337.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/git-semver/branches/PR-74/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15446290517137134178.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh9562473718551213281.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/git-semver/branches/PR-74/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/git-semver/branches/PR-74/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5975991250571450007.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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 ========================================================= [edgeXBuildDocker] RAW Config: [project:py-git-semver, mavenSettings:git-semver-settings, dockerImageName:py-git-semver, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.1.4], releaseBranchOverride:python] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: git-semver-settings PROJECT: py-git-semver USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: py-git-semver DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: py-git-semver-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: python DOCKER_CUSTOM_TAGS: 0.1.4 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1835 in /w/workspace/edgexfoundry_git-semver_PR-74 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/git-semver.git > git init /w/workspace/edgexfoundry_git-semver_PR-74 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.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/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2f4064f3f360ef7b23297cccadfc545ed317a0b4 into PR head commit 36c3a1623f2da7903249add2273d5ac3d08574df Merge succeeded, producing 36c3a1623f2da7903249add2273d5ac3d08574df Checking out Revision 36c3a1623f2da7903249add2273d5ac3d08574df (PR-74) > git config remote.origin.url git@github.com:edgexfoundry/git-semver.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/git-semver.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f4064f3f360ef7b23297cccadfc545ed317a0b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 Commit message: "ci: update to python 3.13 and GitPython 3.1.37" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-20T03:49:14.067Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-20T03:49:14.254Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-20T03:49:14.349Z] ========================================================= [2025-05-20T03:49:14.349Z] EdgeX Global Pipelines Version Info [2025-05-20T03:49:14.350Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:49:15.480Z] ------------------- [2025-05-20T03:49:15.481Z] stable info: [2025-05-20T03:49:15.481Z] ------------------- [2025-05-20T03:49:15.481Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-20T03:49:15.481Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-20T03:49:15.481Z] Message: update stable to v1.0.274 [2025-05-20T03:49:15.742Z] ------------------- [2025-05-20T03:49:15.742Z] experimental info: [2025-05-20T03:49:15.742Z] ------------------- [2025-05-20T03:49:15.742Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-20T03:49:15.742Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-05-20T03:49:15.742Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-05-20T03:49:15.991Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo [2025-05-20T03:49:16.037Z] [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo [2025-05-20T03:49:16.086Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2025-05-20T03:49:16.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-05-20T03:49:16.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-20T03:49:16.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo [2025-05-20T03:49:16.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2025-05-20T03:49:16.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-05-20T03:49:16.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-05-20T03:49:16.421Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-20T03:49:16.478Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-05-20T03:49:16.526Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo [2025-05-20T03:49:16.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-20T03:49:16.624Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-20T03:49:16.673Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo [2025-05-20T03:49:16.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo [2025-05-20T03:49:16.765Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-74 [Pipeline] echo [2025-05-20T03:49:16.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-74 [Pipeline] echo [2025-05-20T03:49:16.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-74 [Pipeline] echo [2025-05-20T03:49:16.897Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 36c3a1623f2da7903249add2273d5ac3d08574df [Pipeline] echo [2025-05-20T03:49:16.946Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 36c3a16 [Pipeline] echo [2025-05-20T03:49:16.991Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T03:49:17.116Z] provisioning config files... [2025-05-20T03:49:17.131Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config17186939426931360119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:49:17.518Z] ---> ****-login.sh [2025-05-20T03:49:17.518Z] nexus3.edgexfoundry.org:10001 [2025-05-20T03:49:17.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:18.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:18.076Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:18.076Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:18.076Z] [2025-05-20T03:49:18.076Z] Login Succeeded [2025-05-20T03:49:18.076Z] nexus3.edgexfoundry.org:10002 [2025-05-20T03:49:18.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:18.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:18.337Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:18.337Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:18.337Z] [2025-05-20T03:49:18.337Z] Login Succeeded [2025-05-20T03:49:18.337Z] nexus3.edgexfoundry.org:10003 [2025-05-20T03:49:18.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:18.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:18.338Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:18.338Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:18.338Z] [2025-05-20T03:49:18.338Z] Login Succeeded [2025-05-20T03:49:18.338Z] nexus3.edgexfoundry.org:10004 [2025-05-20T03:49:18.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:18.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:18.599Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:18.599Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:18.599Z] [2025-05-20T03:49:18.599Z] Login Succeeded [2025-05-20T03:49:18.599Z] ****.io [2025-05-20T03:49:18.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:18.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:18.861Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:18.861Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:18.861Z] [2025-05-20T03:49:18.861Z] Login Succeeded [2025-05-20T03:49:18.861Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T03:49:18.886Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T03:49:19.759Z] provisioning config files... [2025-05-20T03:49:19.771Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config16050292268292113003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:49:20.130Z] ---> ****-login.sh [2025-05-20T03:49:20.130Z] nexus3.edgexfoundry.org:10001 [2025-05-20T03:49:20.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:20.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:20.130Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:20.130Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:20.130Z] [2025-05-20T03:49:20.130Z] Login Succeeded [2025-05-20T03:49:20.130Z] nexus3.edgexfoundry.org:10002 [2025-05-20T03:49:20.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:20.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:20.131Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:20.131Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:20.131Z] [2025-05-20T03:49:20.131Z] Login Succeeded [2025-05-20T03:49:20.131Z] nexus3.edgexfoundry.org:10003 [2025-05-20T03:49:20.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:20.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:20.396Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:20.396Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:20.396Z] [2025-05-20T03:49:20.396Z] Login Succeeded [2025-05-20T03:49:20.396Z] nexus3.edgexfoundry.org:10004 [2025-05-20T03:49:20.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:20.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:20.396Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:20.396Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:20.396Z] [2025-05-20T03:49:20.396Z] Login Succeeded [2025-05-20T03:49:20.396Z] ****.io [2025-05-20T03:49:20.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:49:20.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:49:20.656Z] Configure a credential helper to remove this warning. See [2025-05-20T03:49:20.656Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:49:20.656Z] [2025-05-20T03:49:20.656Z] Login Succeeded [2025-05-20T03:49:20.656Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T03:49:20.686Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-20T03:49:21.722Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-20T03:49:22.044Z] + ls -al . [2025-05-20T03:49:22.044Z] total 64 [2025-05-20T03:49:22.044Z] drwxrwxr-x 6 jenkins jenkins 4096 May 20 03:49 . [2025-05-20T03:49:22.044Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:49 .. [2025-05-20T03:49:22.044Z] drwxrwxr-x 8 jenkins jenkins 4096 May 20 03:49 .git [2025-05-20T03:49:22.044Z] drwxrwxr-x 2 jenkins jenkins 4096 May 20 03:49 .github [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 20 03:49 .gitignore [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 1218 May 20 03:49 Dockerfile [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 869 May 20 03:49 Jenkinsfile [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 20 03:49 README.md [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 20 03:49 build.py [2025-05-20T03:49:22.044Z] drwxrwxr-x 3 jenkins jenkins 4096 May 20 03:49 docs [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 275 May 20 03:49 entrypoint.sh [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 83 May 20 03:49 pyproject.toml [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 32 May 20 03:49 requirements.txt [2025-05-20T03:49:22.044Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 20 03:49 setup.py [2025-05-20T03:49:22.044Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:49 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:49:22.667Z] + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=36c3a1623f2da7903249add2273d5ac3d08574df --label arch=amd64 . [2025-05-20T03:49:22.668Z] Sending build context to Docker daemon 453.1kB [2025-05-20T03:49:22.668Z] Step 1/20 : FROM python:3.13-slim AS build-image [2025-05-20T03:49:22.929Z] 3.13-slim: Pulling from library/python [2025-05-20T03:49:23.191Z] 254e724d7786: Pulling fs layer [2025-05-20T03:49:23.191Z] f778d6c4f6e9: Pulling fs layer [2025-05-20T03:49:23.191Z] d2f62848b12d: Pulling fs layer [2025-05-20T03:49:23.191Z] 997762e48473: Pulling fs layer [2025-05-20T03:49:23.191Z] 997762e48473: Waiting [2025-05-20T03:49:23.451Z] f778d6c4f6e9: Verifying Checksum [2025-05-20T03:49:23.451Z] f778d6c4f6e9: Download complete [2025-05-20T03:49:23.451Z] d2f62848b12d: Verifying Checksum [2025-05-20T03:49:23.451Z] d2f62848b12d: Download complete [2025-05-20T03:49:23.451Z] 997762e48473: Verifying Checksum [2025-05-20T03:49:23.451Z] 997762e48473: Download complete [2025-05-20T03:49:23.451Z] 254e724d7786: Verifying Checksum [2025-05-20T03:49:23.451Z] 254e724d7786: Download complete [2025-05-20T03:49:24.828Z] 254e724d7786: Pull complete [2025-05-20T03:49:24.828Z] f778d6c4f6e9: Pull complete [2025-05-20T03:49:25.399Z] d2f62848b12d: Pull complete [2025-05-20T03:49:25.659Z] 997762e48473: Pull complete [2025-05-20T03:49:25.659Z] Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b [2025-05-20T03:49:25.659Z] Status: Downloaded newer image for python:3.13-slim [2025-05-20T03:49:25.659Z] ---> 2cd5426fce28 [2025-05-20T03:49:25.659Z] Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-20T03:49:26.598Z] ---> Running in a235bf4505cb [2025-05-20T03:49:26.858Z] Removing intermediate container a235bf4505cb [2025-05-20T03:49:26.858Z] ---> 97b8f517998e [2025-05-20T03:49:26.858Z] Step 3/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-20T03:49:26.858Z] ---> Running in c2b377ab63a0 [2025-05-20T03:49:27.117Z] Removing intermediate container c2b377ab63a0 [2025-05-20T03:49:27.117Z] ---> 9b34688df9ee [2025-05-20T03:49:27.117Z] Step 4/20 : WORKDIR /code [2025-05-20T03:49:27.117Z] ---> Running in f037b1219138 [2025-05-20T03:49:27.380Z] Removing intermediate container f037b1219138 [2025-05-20T03:49:27.380Z] ---> 1149946f229e [2025-05-20T03:49:27.380Z] Step 5/20 : COPY . /code/ [2025-05-20T03:49:27.380Z] ---> c77caafed42c [2025-05-20T03:49:27.380Z] Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat git [2025-05-20T03:49:27.640Z] ---> Running in 0aa66e7d5540 [2025-05-20T03:49:28.265Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-20T03:49:28.265Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-20T03:49:28.265Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-20T03:49:28.265Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-20T03:49:28.265Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-20T03:49:28.265Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-20T03:49:29.215Z] Fetched 9307 kB in 1s (8033 kB/s) [2025-05-20T03:49:29.784Z] Reading package lists... [2025-05-20T03:49:30.354Z] Reading package lists... [2025-05-20T03:49:30.354Z] Building dependency tree... [2025-05-20T03:49:30.354Z] Reading state information... [2025-05-20T03:49:30.354Z] Package netcat is a virtual package provided by: [2025-05-20T03:49:30.354Z] netcat-openbsd 1.219-1 [2025-05-20T03:49:30.354Z] netcat-traditional 1.10-47 [2025-05-20T03:49:30.354Z] [2025-05-20T03:49:30.354Z] E: Package 'netcat' has no installation candidate [2025-05-20T03:49:30.615Z] The command '/bin/sh -c apt-get update && apt-get install -y ssh netcat git' returned a non-zero code: 100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:49:31.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T03:49:31.677Z] [2025-05-20T03:49:31.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:49:32.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T03:49:32.073Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-20T03:49:32.073Z] 5eb5b503b376: Pulling fs layer [2025-05-20T03:49:32.073Z] 5c69ac0246d0: Pulling fs layer [2025-05-20T03:49:32.073Z] ec43610c2a17: Pulling fs layer [2025-05-20T03:49:32.073Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-20T03:49:32.073Z] 33b1e0a273af: Pulling fs layer [2025-05-20T03:49:32.073Z] 5d3b04190fa2: Pulling fs layer [2025-05-20T03:49:32.073Z] 2f39f015ded8: Pulling fs layer [2025-05-20T03:49:32.073Z] 33b1e0a273af: Waiting [2025-05-20T03:49:32.073Z] 3a2ae6a8a46f: Waiting [2025-05-20T03:49:32.073Z] 5d3b04190fa2: Waiting [2025-05-20T03:49:32.073Z] 2f39f015ded8: Waiting [2025-05-20T03:49:32.073Z] 5c69ac0246d0: Verifying Checksum [2025-05-20T03:49:32.073Z] 5c69ac0246d0: Download complete [2025-05-20T03:49:32.073Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-20T03:49:32.073Z] 3a2ae6a8a46f: Download complete [2025-05-20T03:49:32.073Z] 33b1e0a273af: Verifying Checksum [2025-05-20T03:49:32.073Z] 33b1e0a273af: Download complete [2025-05-20T03:49:32.073Z] 5d3b04190fa2: Download complete [2025-05-20T03:49:32.347Z] ec43610c2a17: Verifying Checksum [2025-05-20T03:49:32.347Z] ec43610c2a17: Download complete [2025-05-20T03:49:32.347Z] 5eb5b503b376: Verifying Checksum [2025-05-20T03:49:32.347Z] 5eb5b503b376: Download complete [2025-05-20T03:49:33.283Z] 2f39f015ded8: Download complete [2025-05-20T03:49:33.542Z] 5eb5b503b376: Pull complete [2025-05-20T03:49:33.801Z] 5c69ac0246d0: Pull complete [2025-05-20T03:49:34.369Z] ec43610c2a17: Pull complete [2025-05-20T03:49:34.369Z] 3a2ae6a8a46f: Pull complete [2025-05-20T03:49:34.505Z] Still waiting to schedule task [2025-05-20T03:49:34.505Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-20T03:49:34.629Z] 33b1e0a273af: Pull complete [2025-05-20T03:49:34.629Z] 5d3b04190fa2: Pull complete [2025-05-20T03:49:38.840Z] 2f39f015ded8: Pull complete [2025-05-20T03:49:38.840Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-20T03:49:38.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T03:49:38.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T03:49:39.104Z] prd-ubuntu20.04-docker-8c-8g-1835 does not seem to be running inside a container [2025-05-20T03:49:39.134Z] $ 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/edgexfoundry_git-semver_PR-74 -v /w/workspace/edgexfoundry_git-semver_PR-74:/w/workspace/edgexfoundry_git-semver_PR-74:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-74@tmp:/w/workspace/edgexfoundry_git-semver_PR-74@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-20T03:49:42.458Z] $ docker top e5270e2904db5a625853e51afdadd79720466988d6a969d61b61c9a7f8548304 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:49:42.942Z] ---> job-cost.sh [2025-05-20T03:49:42.943Z] lf-activate-venv: SKIPPING [2025-05-20T03:49:42.943Z] INFO: No Stack... [2025-05-20T03:49:43.203Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-20T03:49:43.464Z] INFO: Archiving Costs [Pipeline] sh [2025-05-20T03:49:43.777Z] + cat /w/workspace/edgexfoundry_git-semver_PR-74/archives/cost.csv [2025-05-20T03:49:43.777Z] + cut -d, -f6 [Pipeline] lock [2025-05-20T03:49:43.826Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [2025-05-20T03:49:43.831Z] Resource [jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] did not exist. Created. [2025-05-20T03:49:43.836Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-20T03:49:44.236Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-20T03:49:44.467Z] Stashed 1 file(s) [Pipeline] } [2025-05-20T03:49:44.484Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-20T03:49:44.553Z] $ docker stop --time=1 e5270e2904db5a625853e51afdadd79720466988d6a969d61b61c9a7f8548304 [2025-05-20T03:49:45.757Z] $ docker rm -f --volumes e5270e2904db5a625853e51afdadd79720466988d6a969d61b61c9a7f8548304 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-20T03:49:46.124Z] Failed in branch amd64 [2025-05-20T03:51:16.320Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1836 in /w/workspace/edgexfoundry_git-semver_PR-74 [Pipeline] { [Pipeline] checkout [2025-05-20T03:51:19.479Z] Selected Git installation does not exist. Using Default [2025-05-20T03:51:19.479Z] The recommended git tool is: NONE [2025-05-20T03:51:24.463Z] using credential edgex-jenkins-ssh [2025-05-20T03:51:24.485Z] Cloning the remote Git repository [2025-05-20T03:51:24.525Z] Cloning repository git@github.com:edgexfoundry/git-semver.git [2025-05-20T03:51:24.614Z] > git init /w/workspace/edgexfoundry_git-semver_PR-74 # timeout=10 [2025-05-20T03:51:24.747Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-20T03:51:24.748Z] > git --version # timeout=10 [2025-05-20T03:51:24.769Z] > git --version # 'git version 2.25.1' [2025-05-20T03:51:24.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-20T03:51:24.916Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-20T03:51:25.507Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-20T03:51:25.533Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-20T03:51:26.948Z] Merging remotes/origin/main commit 2f4064f3f360ef7b23297cccadfc545ed317a0b4 into PR head commit 36c3a1623f2da7903249add2273d5ac3d08574df [2025-05-20T03:51:26.310Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-20T03:51:26.343Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-20T03:51:26.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-20T03:51:26.422Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/74/head:refs/remotes/origin/PR-74 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2025-05-20T03:51:26.962Z] > git config core.sparsecheckout # timeout=10 [2025-05-20T03:51:27.019Z] > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 [2025-05-20T03:51:27.096Z] > git remote # timeout=10 [2025-05-20T03:51:27.122Z] > git config --get remote.origin.url # timeout=10 [2025-05-20T03:51:27.208Z] Merge succeeded, producing 36c3a1623f2da7903249add2273d5ac3d08574df [2025-05-20T03:51:27.208Z] Checking out Revision 36c3a1623f2da7903249add2273d5ac3d08574df (PR-74) [2025-05-20T03:51:27.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-20T03:51:27.169Z] > git merge 2f4064f3f360ef7b23297cccadfc545ed317a0b4 # timeout=10 [2025-05-20T03:51:27.192Z] > git rev-parse HEAD^{commit} # timeout=10 [2025-05-20T03:51:27.211Z] > git config core.sparsecheckout # timeout=10 [2025-05-20T03:51:27.223Z] > git checkout -f 36c3a1623f2da7903249add2273d5ac3d08574df # timeout=10 [2025-05-20T03:51:30.772Z] Commit message: "ci: update to python 3.13 and GitPython 3.1.37" [2025-05-20T03:51:30.822Z] > git --version # timeout=10 [2025-05-20T03:51:30.832Z] > git --version # 'git version 2.25.1' [2025-05-20T03:51:30.844Z] fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-20T03:51:32.747Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-20T03:51:32.748Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-20T03:51:32.748Z] Dload Upload Total Spent Left Speed [2025-05-20T03:51:32.748Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 92287 0 --:--:-- --:--:-- --:--:-- 91628 100 12828 100 12828 0 0 90978 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh [2025-05-20T03:51:33.096Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-20T03:51:33.439Z] + sudo tee /etc/docker/daemon.new [2025-05-20T03:51:33.439Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-20T03:51:33.439Z] { [2025-05-20T03:51:33.439Z] "registry-mirrors": [ [2025-05-20T03:51:33.439Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-20T03:51:33.439Z] ], [2025-05-20T03:51:33.439Z] "bip": "10.250.0.254/24", [2025-05-20T03:51:33.439Z] "hosts": [ [2025-05-20T03:51:33.439Z] "tcp://0.0.0.0:5555", [2025-05-20T03:51:33.439Z] "unix:///var/run/docker.sock" [2025-05-20T03:51:33.439Z] ], [2025-05-20T03:51:33.439Z] "mtu": 1458, [2025-05-20T03:51:33.439Z] "selinux-enabled": true, [2025-05-20T03:51:33.439Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-20T03:51:33.439Z] } [Pipeline] sh [2025-05-20T03:51:33.785Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-20T03:51:34.128Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T03:51:52.459Z] provisioning config files... [2025-05-20T03:51:52.484Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config18155613361471485688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:51:52.978Z] ---> ****-login.sh [2025-05-20T03:51:52.978Z] nexus3.edgexfoundry.org:10001 [2025-05-20T03:51:53.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:51:53.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:51:53.520Z] Configure a credential helper to remove this warning. See [2025-05-20T03:51:53.520Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:51:53.520Z] [2025-05-20T03:51:53.520Z] Login Succeeded [2025-05-20T03:51:53.520Z] nexus3.edgexfoundry.org:10002 [2025-05-20T03:51:53.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:51:53.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:51:53.789Z] Configure a credential helper to remove this warning. See [2025-05-20T03:51:53.789Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:51:53.789Z] [2025-05-20T03:51:53.789Z] Login Succeeded [2025-05-20T03:51:53.789Z] nexus3.edgexfoundry.org:10003 [2025-05-20T03:51:54.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:51:54.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:51:54.057Z] Configure a credential helper to remove this warning. See [2025-05-20T03:51:54.058Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:51:54.058Z] [2025-05-20T03:51:54.058Z] Login Succeeded [2025-05-20T03:51:54.329Z] nexus3.edgexfoundry.org:10004 [2025-05-20T03:51:54.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:51:54.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:51:54.599Z] Configure a credential helper to remove this warning. See [2025-05-20T03:51:54.599Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:51:54.599Z] [2025-05-20T03:51:54.599Z] Login Succeeded [2025-05-20T03:51:54.599Z] ****.io [2025-05-20T03:51:54.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T03:51:55.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T03:51:55.133Z] Configure a credential helper to remove this warning. See [2025-05-20T03:51:55.133Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T03:51:55.133Z] [2025-05-20T03:51:55.133Z] Login Succeeded [2025-05-20T03:51:55.133Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T03:51:55.165Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-20T03:51:55.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-20T03:51:56.219Z] + ls -al . [2025-05-20T03:51:56.219Z] total 64 [2025-05-20T03:51:56.219Z] drwxrwxr-x 6 jenkins jenkins 4096 May 20 03:51 . [2025-05-20T03:51:56.219Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:51 .. [2025-05-20T03:51:56.219Z] drwxrwxr-x 8 jenkins jenkins 4096 May 20 03:51 .git [2025-05-20T03:51:56.219Z] drwxrwxr-x 2 jenkins jenkins 4096 May 20 03:51 .github [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 20 03:51 .gitignore [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 1218 May 20 03:51 Dockerfile [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 869 May 20 03:51 Jenkinsfile [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 20 03:51 README.md [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 20 03:51 build.py [2025-05-20T03:51:56.219Z] drwxrwxr-x 3 jenkins jenkins 4096 May 20 03:51 docs [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 275 May 20 03:51 entrypoint.sh [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 83 May 20 03:51 pyproject.toml [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 32 May 20 03:51 requirements.txt [2025-05-20T03:51:56.219Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 20 03:51 setup.py [2025-05-20T03:51:56.219Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 03:51 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:51:56.641Z] + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=36c3a1623f2da7903249add2273d5ac3d08574df --label arch=arm64 . [2025-05-20T03:51:56.908Z] Sending build context to Docker daemon 453.1kB [2025-05-20T03:51:56.908Z] Step 1/20 : FROM python:3.13-slim AS build-image [2025-05-20T03:51:57.864Z] 3.13-slim: Pulling from library/python [2025-05-20T03:51:57.864Z] 943331d8a9a9: Pulling fs layer [2025-05-20T03:51:57.864Z] e2cbf253efde: Pulling fs layer [2025-05-20T03:51:57.864Z] 7190e4956f30: Pulling fs layer [2025-05-20T03:51:57.864Z] 867244661c52: Pulling fs layer [2025-05-20T03:51:57.864Z] 867244661c52: Waiting [2025-05-20T03:51:58.446Z] e2cbf253efde: Verifying Checksum [2025-05-20T03:51:58.446Z] e2cbf253efde: Download complete [2025-05-20T03:51:58.446Z] 867244661c52: Verifying Checksum [2025-05-20T03:51:58.446Z] 867244661c52: Download complete [2025-05-20T03:51:58.446Z] 7190e4956f30: Verifying Checksum [2025-05-20T03:51:58.446Z] 7190e4956f30: Download complete [2025-05-20T03:51:58.713Z] 943331d8a9a9: Verifying Checksum [2025-05-20T03:51:58.713Z] 943331d8a9a9: Download complete [2025-05-20T03:52:04.064Z] 943331d8a9a9: Pull complete [2025-05-20T03:52:04.064Z] e2cbf253efde: Pull complete [2025-05-20T03:52:06.007Z] 7190e4956f30: Pull complete [2025-05-20T03:52:06.275Z] 867244661c52: Pull complete [2025-05-20T03:52:06.275Z] Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b [2025-05-20T03:52:06.275Z] Status: Downloaded newer image for python:3.13-slim [2025-05-20T03:52:06.275Z] ---> f46ee18793e5 [2025-05-20T03:52:06.275Z] Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-20T03:52:06.857Z] ---> Running in 0a5eebf5e543 [2025-05-20T03:52:07.123Z] Removing intermediate container 0a5eebf5e543 [2025-05-20T03:52:07.123Z] ---> 811038a01c08 [2025-05-20T03:52:07.123Z] Step 3/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-20T03:52:07.123Z] ---> Running in 6f2e520e2048 [2025-05-20T03:52:07.395Z] Removing intermediate container 6f2e520e2048 [2025-05-20T03:52:07.395Z] ---> 07cfd692bcc6 [2025-05-20T03:52:07.395Z] Step 4/20 : WORKDIR /code [2025-05-20T03:52:07.395Z] ---> Running in 9aceb41adc84 [2025-05-20T03:52:07.662Z] Removing intermediate container 9aceb41adc84 [2025-05-20T03:52:07.662Z] ---> c988ebd73afa [2025-05-20T03:52:07.662Z] Step 5/20 : COPY . /code/ [2025-05-20T03:52:08.627Z] ---> b07c019aa04b [2025-05-20T03:52:08.627Z] Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat git [2025-05-20T03:52:08.627Z] ---> Running in a0bbf354b9f1 [2025-05-20T03:52:10.050Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-20T03:52:10.050Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-20T03:52:10.050Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-20T03:52:10.050Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-20T03:52:10.320Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-20T03:52:10.586Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-20T03:52:13.162Z] Fetched 9203 kB in 3s (2762 kB/s) [2025-05-20T03:52:16.491Z] Reading package lists... [2025-05-20T03:52:19.076Z] Reading package lists... [2025-05-20T03:52:19.663Z] Building dependency tree... [2025-05-20T03:52:19.663Z] Reading state information... [2025-05-20T03:52:19.663Z] Package netcat is a virtual package provided by: [2025-05-20T03:52:19.663Z] netcat-openbsd 1.219-1 [2025-05-20T03:52:19.663Z] netcat-traditional 1.10-47 [2025-05-20T03:52:19.663Z] [2025-05-20T03:52:19.663Z] E: Package 'netcat' has no installation candidate [2025-05-20T03:52:20.251Z] The command '/bin/sh -c apt-get update && apt-get install -y ssh netcat git' returned a non-zero code: 100 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:52:21.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-20T03:52:21.308Z] [2025-05-20T03:52:21.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:52:21.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-20T03:52:21.713Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-20T03:52:21.713Z] 8998bd30e6a1: Pulling fs layer [2025-05-20T03:52:21.713Z] 04944245beec: Pulling fs layer [2025-05-20T03:52:21.713Z] 699f458cf7ca: Pulling fs layer [2025-05-20T03:52:21.713Z] 765212b225bb: Pulling fs layer [2025-05-20T03:52:21.713Z] f23df028b6ca: Pulling fs layer [2025-05-20T03:52:21.713Z] d65c8cfc05b1: Pulling fs layer [2025-05-20T03:52:21.713Z] 2437ff75d9bd: Pulling fs layer [2025-05-20T03:52:21.713Z] 765212b225bb: Waiting [2025-05-20T03:52:21.713Z] f23df028b6ca: Waiting [2025-05-20T03:52:21.713Z] d65c8cfc05b1: Waiting [2025-05-20T03:52:21.713Z] 2437ff75d9bd: Waiting [2025-05-20T03:52:21.990Z] 04944245beec: Verifying Checksum [2025-05-20T03:52:21.990Z] 04944245beec: Download complete [2025-05-20T03:52:21.990Z] 765212b225bb: Verifying Checksum [2025-05-20T03:52:21.990Z] 765212b225bb: Download complete [2025-05-20T03:52:21.990Z] f23df028b6ca: Verifying Checksum [2025-05-20T03:52:21.990Z] f23df028b6ca: Download complete [2025-05-20T03:52:22.258Z] d65c8cfc05b1: Verifying Checksum [2025-05-20T03:52:22.258Z] d65c8cfc05b1: Download complete [2025-05-20T03:52:22.258Z] 699f458cf7ca: Verifying Checksum [2025-05-20T03:52:22.258Z] 699f458cf7ca: Download complete [2025-05-20T03:52:22.525Z] 8998bd30e6a1: Download complete [2025-05-20T03:52:25.112Z] 2437ff75d9bd: Verifying Checksum [2025-05-20T03:52:25.112Z] 2437ff75d9bd: Download complete [2025-05-20T03:52:27.063Z] 8998bd30e6a1: Pull complete [2025-05-20T03:52:27.650Z] 04944245beec: Pull complete [2025-05-20T03:52:29.064Z] 699f458cf7ca: Pull complete [2025-05-20T03:52:29.333Z] 765212b225bb: Pull complete [2025-05-20T03:52:30.751Z] f23df028b6ca: Pull complete [2025-05-20T03:52:31.016Z] d65c8cfc05b1: Pull complete [2025-05-20T03:52:49.216Z] 2437ff75d9bd: Pull complete [2025-05-20T03:52:49.216Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-20T03:52:49.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-20T03:52:49.216Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T03:52:49.614Z] prd-ubuntu20.04-docker-arm64-4c-16g-1836 does not seem to be running inside a container [2025-05-20T03:52:49.671Z] $ 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/edgexfoundry_git-semver_PR-74 -v /w/workspace/edgexfoundry_git-semver_PR-74:/w/workspace/edgexfoundry_git-semver_PR-74:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-74@tmp:/w/workspace/edgexfoundry_git-semver_PR-74@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-05-20T03:52:52.100Z] $ docker top cad5395202fc4d190095e364ec1c41f3d930dea48388279d5dfb70cc01191d85 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:52:53.088Z] ---> job-cost.sh [2025-05-20T03:52:53.088Z] lf-activate-venv: SKIPPING [2025-05-20T03:52:53.088Z] INFO: No Stack... [2025-05-20T03:52:53.363Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-20T03:52:54.334Z] INFO: Archiving Costs [Pipeline] sh [2025-05-20T03:52:54.987Z] + cat /w/workspace/edgexfoundry_git-semver_PR-74/archives/cost.csv [2025-05-20T03:52:54.988Z] + cut -d, -f6 [Pipeline] lock [2025-05-20T03:52:55.065Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [2025-05-20T03:52:55.070Z] Resource [jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] did not exist. Created. [2025-05-20T03:52:55.075Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-20T03:52:55.949Z] /w/workspace/edgexfoundry_git-semver_PR-74@tmp/durable-8de27efe/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-05-20T03:52:56.619Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-20T03:52:56.659Z] Warning: overwriting stash ‘stack-cost’ [2025-05-20T03:52:57.072Z] Stashed 1 file(s) [Pipeline] } [2025-05-20T03:52:57.095Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-74-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-20T03:52:57.177Z] $ docker stop --time=1 cad5395202fc4d190095e364ec1c41f3d930dea48388279d5dfb70cc01191d85 [2025-05-20T03:52:58.679Z] $ docker rm -f --volumes cad5395202fc4d190095e364ec1c41f3d930dea48388279d5dfb70cc01191d85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-20T03:52:59.324Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-20T03:53:00.584Z] + [ -d /w/workspace/edgexfoundry_git-semver_PR-74/archives ] [2025-05-20T03:53:00.584Z] + ls -al /w/workspace/edgexfoundry_git-semver_PR-74/archives [2025-05-20T03:53:00.584Z] total 16 [2025-05-20T03:53:00.584Z] drwxr-xr-x 3 root root 4096 May 20 03:49 . [2025-05-20T03:53:00.584Z] drwxrwxr-x 7 jenkins jenkins 4096 May 20 03:49 .. [2025-05-20T03:53:00.584Z] drwxr-xr-x 2 root root 4096 May 20 03:49 cost [2025-05-20T03:53:00.584Z] -rw-r--r-- 1 root root 80 May 20 03:49 cost.csv [2025-05-20T03:53:00.584Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_PR-74/archives [2025-05-20T03:53:00.584Z] + ls -al /w/workspace/edgexfoundry_git-semver_PR-74/archives [2025-05-20T03:53:00.584Z] total 16 [2025-05-20T03:53:00.584Z] drwxr-xr-x 3 jenkins jenkins 4096 May 20 03:49 . [2025-05-20T03:53:00.584Z] drwxrwxr-x 7 jenkins jenkins 4096 May 20 03:49 .. [2025-05-20T03:53:00.584Z] drwxr-xr-x 2 jenkins jenkins 4096 May 20 03:49 cost [2025-05-20T03:53:00.584Z] -rw-r--r-- 1 jenkins jenkins 80 May 20 03:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:00.919Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:01.816Z] ---> package-listing.sh [2025-05-20T03:53:01.816Z] ++ facter osfamily [2025-05-20T03:53:01.816Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-20T03:53:02.078Z] + OS_FAMILY=debian [2025-05-20T03:53:02.078Z] + workspace=/w/workspace/edgexfoundry_git-semver_PR-74 [2025-05-20T03:53:02.078Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-20T03:53:02.078Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-20T03:53:02.078Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-20T03:53:02.078Z] + PACKAGES=/tmp/packages_start.txt [2025-05-20T03:53:02.078Z] + '[' /w/workspace/edgexfoundry_git-semver_PR-74 ']' [2025-05-20T03:53:02.078Z] + PACKAGES=/tmp/packages_end.txt [2025-05-20T03:53:02.078Z] + case "${OS_FAMILY}" in [2025-05-20T03:53:02.078Z] + dpkg -l [2025-05-20T03:53:02.078Z] + grep '^ii' [2025-05-20T03:53:02.078Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-20T03:53:02.078Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-20T03:53:02.078Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-20T03:53:02.078Z] + '[' /w/workspace/edgexfoundry_git-semver_PR-74 ']' [2025-05-20T03:53:02.078Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_PR-74/archives/ [2025-05-20T03:53:02.078Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_PR-74/archives/ [Pipeline] echo [2025-05-20T03:53:02.117Z] 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/edgexfoundry_git-semver_PR-74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-20T03:53:02.412Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T03:53:03.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T03:53:03.049Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T03:53:03.210Z] prd-ubuntu20.04-docker-8c-8g-1835 does not seem to be running inside a container [2025-05-20T03:53:03.245Z] $ 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/edgexfoundry_git-semver_PR-74/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-74 -v /w/workspace/edgexfoundry_git-semver_PR-74:/w/workspace/edgexfoundry_git-semver_PR-74:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-74@tmp:/w/workspace/edgexfoundry_git-semver_PR-74@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-20T03:53:03.675Z] $ docker top 1c72462f29f873bf31b78904d49bdb38bb6939a3046bdbc8d008d48804f9369f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-20T03:53:04.088Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-20T03:53:04.405Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-20T03:53:04.722Z] + ls /var/log/sa-host [2025-05-20T03:53:04.722Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T03:53:04.955Z] provisioning config files... [2025-05-20T03:53:04.964Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-74@tmp/config14525791343996757941tmp [Pipeline] { [Pipeline] echo [2025-05-20T03:53:05.021Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:05.335Z] ---> create-netrc.sh [Pipeline] } [2025-05-20T03:53:05.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:05.766Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-20T03:53:05.804Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:06.123Z] ---> sudo-logs.sh [2025-05-20T03:53:06.123Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-20T03:53:06.216Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:06.532Z] ---> job-cost.sh [2025-05-20T03:53:06.532Z] lf-activate-venv: SKIPPING [2025-05-20T03:53:06.532Z] DEBUG: total: 0.2199999988079071 [2025-05-20T03:53:06.532Z] INFO: Retrieving Stack Cost... [2025-05-20T03:53:07.102Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-20T03:53:07.362Z] INFO: Archiving Costs [Pipeline] echo [2025-05-20T03:53:07.397Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T03:53:07.717Z] ---> logs-deploy.sh [2025-05-20T03:53:07.717Z] lf-activate-venv: SKIPPING [2025-05-20T03:53:07.717Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/PR-74/1 [2025-05-20T03:53:07.717Z] INFO: archiving workspace using pattern(s): [2025-05-20T03:53:09.097Z] Archives upload complete. [2025-05-20T03:53:09.097Z] INFO: archiving logs to Nexus [2025-05-20T03:53:09.665Z] ---> uname -a: [2025-05-20T03:53:09.665Z] Linux prd-ubuntu20-04-docker-8c-8g-1835 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-05-20T03:53:09.665Z] [2025-05-20T03:53:09.665Z] [2025-05-20T03:53:09.665Z] ---> lscpu: [2025-05-20T03:53:09.665Z] Architecture: x86_64 [2025-05-20T03:53:09.665Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-20T03:53:09.665Z] Byte Order: Little Endian [2025-05-20T03:53:09.665Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-20T03:53:09.665Z] CPU(s): 8 [2025-05-20T03:53:09.665Z] On-line CPU(s) list: 0-7 [2025-05-20T03:53:09.665Z] Thread(s) per core: 1 [2025-05-20T03:53:09.665Z] Core(s) per socket: 1 [2025-05-20T03:53:09.665Z] Socket(s): 8 [2025-05-20T03:53:09.665Z] NUMA node(s): 1 [2025-05-20T03:53:09.665Z] Vendor ID: AuthenticAMD [2025-05-20T03:53:09.665Z] CPU family: 23 [2025-05-20T03:53:09.665Z] Model: 49 [2025-05-20T03:53:09.665Z] Model name: AMD EPYC-Rome Processor [2025-05-20T03:53:09.665Z] Stepping: 0 [2025-05-20T03:53:09.665Z] CPU MHz: 2799.998 [2025-05-20T03:53:09.665Z] BogoMIPS: 5599.99 [2025-05-20T03:53:09.665Z] Virtualization: AMD-V [2025-05-20T03:53:09.665Z] Hypervisor vendor: KVM [2025-05-20T03:53:09.665Z] Virtualization type: full [2025-05-20T03:53:09.665Z] L1d cache: 256 KiB [2025-05-20T03:53:09.665Z] L1i cache: 256 KiB [2025-05-20T03:53:09.665Z] L2 cache: 4 MiB [2025-05-20T03:53:09.665Z] L3 cache: 128 MiB [2025-05-20T03:53:09.665Z] NUMA node0 CPU(s): 0-7 [2025-05-20T03:53:09.665Z] Vulnerability Itlb multihit: Not affected [2025-05-20T03:53:09.665Z] Vulnerability L1tf: Not affected [2025-05-20T03:53:09.665Z] Vulnerability Mds: Not affected [2025-05-20T03:53:09.665Z] Vulnerability Meltdown: Not affected [2025-05-20T03:53:09.665Z] Vulnerability Mmio stale data: Not affected [2025-05-20T03:53:09.665Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-20T03:53:09.665Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-05-20T03:53:09.665Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2025-05-20T03:53:09.665Z] Vulnerability Srbds: Not affected [2025-05-20T03:53:09.665Z] Vulnerability Tsx async abort: Not affected [2025-05-20T03:53:09.665Z] 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 [2025-05-20T03:53:09.665Z] [2025-05-20T03:53:09.665Z] [2025-05-20T03:53:09.665Z] ---> nproc: [2025-05-20T03:53:09.665Z] 8 [2025-05-20T03:53:09.665Z] [2025-05-20T03:53:09.665Z] [2025-05-20T03:53:09.665Z] ---> df -h: [2025-05-20T03:53:09.666Z] Filesystem Size Used Avail Use% Mounted on [2025-05-20T03:53:09.666Z] overlay 155G 9.7G 146G 7% / [2025-05-20T03:53:09.666Z] tmpfs 64M 0 64M 0% /dev [2025-05-20T03:53:09.666Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-05-20T03:53:09.666Z] shm 64M 0 64M 0% /dev/shm [2025-05-20T03:53:09.666Z] /dev/vda1 155G 9.7G 146G 7% /facter-os [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] ---> sar -b -r -n DEV: [2025-05-20T03:53:09.666Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1835) 05/20/25 _x86_64_ (8 CPU) [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] 03:48:27 LINUX RESTART (8 CPU) [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] 03:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-05-20T03:53:09.666Z] 03:50:01 251.59 15.33 236.26 0.00 1955.01 99158.01 0.00 [2025-05-20T03:53:09.666Z] 03:51:01 6.43 0.00 6.43 0.00 0.00 35904.30 0.00 [2025-05-20T03:53:09.666Z] 03:52:01 1.00 0.00 1.00 0.00 0.00 11.73 0.00 [2025-05-20T03:53:09.666Z] 03:53:01 1.35 0.05 1.30 0.00 4.67 16.13 0.00 [2025-05-20T03:53:09.666Z] Average: 65.09 3.85 61.25 0.00 489.90 33771.14 0.00 [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] 03:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-05-20T03:53:09.666Z] 03:50:01 29542940 31553852 781372 2.38 73064 2217256 1744992 5.14 1033232 1939824 452 [2025-05-20T03:53:09.666Z] 03:51:01 29543676 31554700 780176 2.37 73136 2217252 1744992 5.14 1032420 1939824 140 [2025-05-20T03:53:09.666Z] 03:52:01 29544408 31555532 778636 2.37 73172 2217260 1744992 5.14 1031700 1939816 156 [2025-05-20T03:53:09.666Z] 03:53:01 29549276 31560556 773432 2.35 73216 2217364 1729200 5.10 1027736 1939560 68 [2025-05-20T03:53:09.666Z] Average: 29545075 31556160 778404 2.37 73147 2217283 1741044 5.13 1031272 1939756 204 [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] 03:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-05-20T03:53:09.666Z] 03:50:01 lo 5.93 5.93 0.59 0.59 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:50:01 docker0 3.60 5.23 0.21 152.91 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:50:01 ens3 343.48 226.15 3720.60 85.25 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:51:01 ens3 0.68 0.18 0.15 0.07 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:52:01 ens3 0.38 0.25 0.26 0.20 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:53:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] 03:53:01 ens3 3.52 1.93 4.86 1.02 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] Average: lo 1.62 1.62 0.16 0.16 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] Average: docker0 0.90 1.31 0.05 38.23 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] Average: ens3 87.01 57.13 931.43 21.64 0.00 0.00 0.00 0.00 [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] ---> sar -P ALL: [2025-05-20T03:53:09.666Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1835) 05/20/25 _x86_64_ (8 CPU) [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] 03:48:27 LINUX RESTART (8 CPU) [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] 03:49:01 CPU %user %nice %system %iowait %steal %idle [2025-05-20T03:53:09.666Z] 03:50:01 all 6.76 0.00 2.14 1.95 0.04 89.11 [2025-05-20T03:53:09.666Z] 03:50:01 0 6.47 0.00 1.87 2.99 0.03 88.63 [2025-05-20T03:53:09.666Z] 03:50:01 1 6.97 0.00 2.06 0.91 0.05 90.01 [2025-05-20T03:53:09.666Z] 03:50:01 2 7.37 0.00 2.26 0.30 0.05 90.01 [2025-05-20T03:53:09.666Z] 03:50:01 3 5.26 0.00 2.24 0.27 0.03 92.19 [2025-05-20T03:53:09.666Z] 03:50:01 4 7.78 0.00 2.62 5.40 0.05 84.15 [2025-05-20T03:53:09.666Z] 03:50:01 5 8.89 0.00 1.49 0.27 0.03 89.31 [2025-05-20T03:53:09.666Z] 03:50:01 6 5.49 0.00 1.48 1.14 0.03 91.85 [2025-05-20T03:53:09.666Z] 03:50:01 7 5.84 0.00 3.10 4.30 0.05 86.71 [2025-05-20T03:53:09.666Z] 03:51:01 all 0.22 0.00 0.01 0.01 0.00 99.75 [2025-05-20T03:53:09.666Z] 03:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-05-20T03:53:09.666Z] 03:51:01 1 0.07 0.00 0.00 0.07 0.00 99.87 [2025-05-20T03:53:09.666Z] 03:51:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-20T03:53:09.666Z] 03:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-20T03:53:09.666Z] 03:51:01 4 0.00 0.00 0.03 0.02 0.00 99.95 [2025-05-20T03:53:09.666Z] 03:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-05-20T03:53:09.666Z] 03:51:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-05-20T03:53:09.666Z] 03:51:01 7 1.58 0.00 0.00 0.00 0.00 98.42 [2025-05-20T03:53:09.666Z] 03:52:01 all 0.28 0.00 0.01 0.01 0.00 99.70 [2025-05-20T03:53:09.666Z] 03:52:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-05-20T03:53:09.666Z] 03:52:01 1 0.08 0.00 0.02 0.07 0.02 99.82 [2025-05-20T03:53:09.666Z] 03:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2025-05-20T03:53:09.666Z] 03:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-05-20T03:53:09.666Z] 03:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-20T03:53:09.666Z] 03:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-05-20T03:53:09.666Z] 03:52:01 6 0.03 0.00 0.02 0.03 0.02 99.90 [2025-05-20T03:53:09.666Z] 03:52:01 7 1.97 0.00 0.00 0.00 0.00 98.03 [2025-05-20T03:53:09.666Z] 03:53:01 all 0.38 0.00 0.04 0.01 0.01 99.57 [2025-05-20T03:53:09.666Z] 03:53:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2025-05-20T03:53:09.666Z] 03:53:01 1 0.25 0.00 0.03 0.03 0.02 99.67 [2025-05-20T03:53:09.666Z] 03:53:01 2 0.37 0.00 0.07 0.00 0.02 99.55 [2025-05-20T03:53:09.666Z] 03:53:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2025-05-20T03:53:09.666Z] 03:53:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2025-05-20T03:53:09.666Z] 03:53:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-05-20T03:53:09.666Z] 03:53:01 6 0.03 0.00 0.07 0.02 0.00 99.88 [2025-05-20T03:53:09.666Z] 03:53:01 7 2.18 0.00 0.03 0.00 0.00 97.78 [2025-05-20T03:53:09.666Z] Average: all 1.90 0.00 0.55 0.49 0.01 97.05 [2025-05-20T03:53:09.666Z] Average: 0 1.65 0.00 0.48 0.75 0.01 97.12 [2025-05-20T03:53:09.666Z] Average: 1 1.83 0.00 0.53 0.27 0.02 97.35 [2025-05-20T03:53:09.666Z] Average: 2 1.95 0.00 0.58 0.08 0.02 97.38 [2025-05-20T03:53:09.666Z] Average: 3 1.34 0.00 0.58 0.07 0.01 98.01 [2025-05-20T03:53:09.666Z] Average: 4 1.94 0.00 0.66 1.35 0.01 96.03 [2025-05-20T03:53:09.666Z] Average: 5 2.22 0.00 0.38 0.07 0.01 97.32 [2025-05-20T03:53:09.666Z] Average: 6 1.39 0.00 0.39 0.30 0.01 97.91 [2025-05-20T03:53:09.666Z] Average: 7 2.87 0.00 0.77 1.05 0.01 95.29 [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z] [2025-05-20T03:53:09.666Z]