Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 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-ssh5312464867951915989.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-ssh8986954161330025498.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2092042794242726704.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 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-ssh6516048064736929755.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12967474263841945325.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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-1845 in /w/workspace/edgexfoundry_git-semver_main [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_main # 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 > 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 Avoid second fetch Checking out Revision 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 (main) Commit message: "Merge pull request #74 from cherrycl/upgrade-python-version" > git config core.sparsecheckout # timeout=10 > git checkout -f 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 # timeout=10 > git rev-list --no-walk 2f4064f3f360ef7b23297cccadfc545ed317a0b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-20T06:32:58.601Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-20T06:32:58.662Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-20T06:32:58.687Z] ========================================================= [2025-05-20T06:32:58.687Z] EdgeX Global Pipelines Version Info [2025-05-20T06:32:58.687Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:32:59.785Z] ------------------- [2025-05-20T06:32:59.785Z] stable info: [2025-05-20T06:32:59.785Z] ------------------- [2025-05-20T06:32:59.785Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-20T06:32:59.785Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-20T06:32:59.785Z] Message: update stable to v1.0.274 [2025-05-20T06:33:00.051Z] ------------------- [2025-05-20T06:33:00.051Z] experimental info: [2025-05-20T06:33:00.051Z] ------------------- [2025-05-20T06:33:00.051Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-20T06:33:00.051Z] Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 [2025-05-20T06:33:00.051Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-05-20T06:33:00.153Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo [2025-05-20T06:33:00.174Z] [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo [2025-05-20T06:33:00.199Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2025-05-20T06:33:00.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-05-20T06:33:00.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-20T06:33:00.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo [2025-05-20T06:33:00.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2025-05-20T06:33:00.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-05-20T06:33:00.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-05-20T06:33:00.346Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-20T06:33:00.370Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-05-20T06:33:00.393Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo [2025-05-20T06:33:00.415Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-20T06:33:00.436Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-20T06:33:00.458Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo [2025-05-20T06:33:00.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo [2025-05-20T06:33:00.500Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-20T06:33:00.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-20T06:33:00.539Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-20T06:33:00.562Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] echo [2025-05-20T06:33:00.582Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e8ca9d [Pipeline] echo [2025-05-20T06:33:00.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T06:33:00.662Z] provisioning config files... [2025-05-20T06:33:00.676Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config2759203521777536796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:33:01.011Z] ---> ****-login.sh [2025-05-20T06:33:01.011Z] nexus3.edgexfoundry.org:10001 [2025-05-20T06:33:01.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:01.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:01.534Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:01.534Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:01.534Z] [2025-05-20T06:33:01.534Z] Login Succeeded [2025-05-20T06:33:01.534Z] nexus3.edgexfoundry.org:10002 [2025-05-20T06:33:01.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:01.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:01.534Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:01.534Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:01.534Z] [2025-05-20T06:33:01.534Z] Login Succeeded [2025-05-20T06:33:01.534Z] nexus3.edgexfoundry.org:10003 [2025-05-20T06:33:01.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:01.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:01.796Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:01.797Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:01.797Z] [2025-05-20T06:33:01.797Z] Login Succeeded [2025-05-20T06:33:01.797Z] nexus3.edgexfoundry.org:10004 [2025-05-20T06:33:01.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:01.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:01.797Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:01.797Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:01.797Z] [2025-05-20T06:33:01.797Z] Login Succeeded [2025-05-20T06:33:01.797Z] ****.io [2025-05-20T06:33:01.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:02.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:02.056Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:02.056Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:02.056Z] [2025-05-20T06:33:02.056Z] Login Succeeded [2025-05-20T06:33:02.056Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T06:33:02.064Z] 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-20T06:33:02.374Z] provisioning config files... [2025-05-20T06:33:02.384Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config8328905230315939622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:33:02.686Z] ---> ****-login.sh [2025-05-20T06:33:02.686Z] nexus3.edgexfoundry.org:10001 [2025-05-20T06:33:02.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:02.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:02.686Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:02.687Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:02.687Z] [2025-05-20T06:33:02.687Z] Login Succeeded [2025-05-20T06:33:02.687Z] nexus3.edgexfoundry.org:10002 [2025-05-20T06:33:02.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:02.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:02.687Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:02.687Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:02.687Z] [2025-05-20T06:33:02.687Z] Login Succeeded [2025-05-20T06:33:02.687Z] nexus3.edgexfoundry.org:10003 [2025-05-20T06:33:02.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:02.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:02.946Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:02.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:02.946Z] [2025-05-20T06:33:02.946Z] Login Succeeded [2025-05-20T06:33:02.946Z] nexus3.edgexfoundry.org:10004 [2025-05-20T06:33:02.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:02.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:02.946Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:02.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:02.946Z] [2025-05-20T06:33:02.946Z] Login Succeeded [2025-05-20T06:33:02.946Z] ****.io [2025-05-20T06:33:02.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:33:03.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:33:03.208Z] Configure a credential helper to remove this warning. See [2025-05-20T06:33:03.209Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:33:03.209Z] [2025-05-20T06:33:03.209Z] Login Succeeded [2025-05-20T06:33:03.209Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T06:33:03.219Z] 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-20T06:33:03.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-20T06:33:04.244Z] + ls -al . [2025-05-20T06:33:04.244Z] total 64 [2025-05-20T06:33:04.244Z] drwxrwxr-x 6 jenkins jenkins 4096 May 20 06:32 . [2025-05-20T06:33:04.244Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:32 .. [2025-05-20T06:33:04.244Z] drwxrwxr-x 8 jenkins jenkins 4096 May 20 06:32 .git [2025-05-20T06:33:04.244Z] drwxrwxr-x 2 jenkins jenkins 4096 May 20 06:32 .github [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 20 06:32 .gitignore [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 1242 May 20 06:32 Dockerfile [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 869 May 20 06:32 Jenkinsfile [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 20 06:32 README.md [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 20 06:32 build.py [2025-05-20T06:33:04.244Z] drwxrwxr-x 3 jenkins jenkins 4096 May 20 06:32 docs [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 275 May 20 06:32 entrypoint.sh [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 83 May 20 06:32 pyproject.toml [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 32 May 20 06:32 requirements.txt [2025-05-20T06:33:04.244Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 20 06:32 setup.py [2025-05-20T06:33:04.244Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:32 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:33:04.686Z] + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 --label arch=amd64 . [2025-05-20T06:33:04.686Z] Sending build context to Docker daemon 447.5kB [2025-05-20T06:33:04.686Z] Step 1/20 : FROM python:3.13-slim AS build-image [2025-05-20T06:33:04.945Z] 3.13-slim: Pulling from library/python [2025-05-20T06:33:05.203Z] 254e724d7786: Pulling fs layer [2025-05-20T06:33:05.203Z] f778d6c4f6e9: Pulling fs layer [2025-05-20T06:33:05.203Z] d2f62848b12d: Pulling fs layer [2025-05-20T06:33:05.203Z] 997762e48473: Pulling fs layer [2025-05-20T06:33:05.204Z] 997762e48473: Waiting [2025-05-20T06:33:05.204Z] f778d6c4f6e9: Verifying Checksum [2025-05-20T06:33:05.204Z] f778d6c4f6e9: Download complete [2025-05-20T06:33:05.204Z] d2f62848b12d: Download complete [2025-05-20T06:33:05.462Z] 997762e48473: Verifying Checksum [2025-05-20T06:33:05.462Z] 997762e48473: Download complete [2025-05-20T06:33:05.462Z] 254e724d7786: Verifying Checksum [2025-05-20T06:33:05.462Z] 254e724d7786: Download complete [2025-05-20T06:33:06.399Z] 254e724d7786: Pull complete [2025-05-20T06:33:06.657Z] f778d6c4f6e9: Pull complete [2025-05-20T06:33:07.226Z] d2f62848b12d: Pull complete [2025-05-20T06:33:07.226Z] 997762e48473: Pull complete [2025-05-20T06:33:07.226Z] Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b [2025-05-20T06:33:07.226Z] Status: Downloaded newer image for python:3.13-slim [2025-05-20T06:33:07.226Z] ---> 2cd5426fce28 [2025-05-20T06:33:07.226Z] Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-20T06:33:07.797Z] ---> Running in 06016b8b214b [2025-05-20T06:33:07.797Z] Removing intermediate container 06016b8b214b [2025-05-20T06:33:07.797Z] ---> aa800a946e21 [2025-05-20T06:33:07.797Z] Step 3/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-20T06:33:07.797Z] ---> Running in f738a7488293 [2025-05-20T06:33:07.797Z] Removing intermediate container f738a7488293 [2025-05-20T06:33:07.797Z] ---> abb9273ef5ad [2025-05-20T06:33:07.797Z] Step 4/20 : WORKDIR /code [2025-05-20T06:33:08.060Z] ---> Running in b36494d43706 [2025-05-20T06:33:08.060Z] Removing intermediate container b36494d43706 [2025-05-20T06:33:08.060Z] ---> f18ce13a2e8b [2025-05-20T06:33:08.060Z] Step 5/20 : COPY . /code/ [2025-05-20T06:33:08.322Z] ---> c612b4c63d07 [2025-05-20T06:33:08.322Z] Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-20T06:33:08.322Z] ---> Running in b0496d38501a [2025-05-20T06:33:08.580Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-20T06:33:08.580Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-20T06:33:08.580Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-20T06:33:08.838Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-20T06:33:08.838Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-20T06:33:08.838Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-20T06:33:09.775Z] Fetched 9307 kB in 1s (8389 kB/s) [2025-05-20T06:33:10.348Z] Reading package lists... [2025-05-20T06:33:10.607Z] Reading package lists... [2025-05-20T06:33:10.866Z] Building dependency tree... [2025-05-20T06:33:10.866Z] Reading state information... [2025-05-20T06:33:10.866Z] The following additional packages will be installed: [2025-05-20T06:33:10.866Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:33:10.866Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-20T06:33:10.866Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-20T06:33:10.866Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-20T06:33:10.866Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-20T06:33:10.866Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-20T06:33:10.866Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-20T06:33:10.866Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-20T06:33:10.866Z] libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 [2025-05-20T06:33:10.866Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term [2025-05-20T06:33:10.866Z] openssh-client openssh-server openssh-sftp-server openssl patch perl [2025-05-20T06:33:10.866Z] perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils [2025-05-20T06:33:10.866Z] systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-20T06:33:10.866Z] Suggested packages: [2025-05-20T06:33:10.866Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-20T06:33:10.866Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-20T06:33:10.866Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-20T06:33:10.866Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-20T06:33:10.866Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-20T06:33:10.866Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-20T06:33:10.866Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-20T06:33:10.866Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-20T06:33:10.866Z] libtss2-rc0 polkitd | policykit-1 [2025-05-20T06:33:11.435Z] The following NEW packages will be installed: [2025-05-20T06:33:11.435Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:33:11.435Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-20T06:33:11.435Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-20T06:33:11.435Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-20T06:33:11.435Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-20T06:33:11.435Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-20T06:33:11.435Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-20T06:33:11.435Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-20T06:33:11.435Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-20T06:33:11.435Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-20T06:33:11.435Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-20T06:33:11.435Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-20T06:33:11.435Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-20T06:33:11.435Z] xauth [2025-05-20T06:33:11.435Z] The following packages will be upgraded: [2025-05-20T06:33:11.435Z] libssl3 openssl [2025-05-20T06:33:11.435Z] 2 upgraded, 78 newly installed, 0 to remove and 9 not upgraded. [2025-05-20T06:33:11.435Z] Need to get 34.7 MB of archives. [2025-05-20T06:33:11.435Z] After this operation, 146 MB of additional disk space will be used. [2025-05-20T06:33:11.435Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-20T06:33:11.435Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-20T06:33:11.435Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-20T06:33:11.435Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-20T06:33:11.435Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.16-1~deb12u1 [2026 kB] [2025-05-20T06:33:11.435Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-20T06:33:11.435Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-20T06:33:11.435Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-20T06:33:11.435Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-20T06:33:11.435Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-20T06:33:11.435Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-20T06:33:11.435Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-20T06:33:11.435Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-20T06:33:11.435Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-20T06:33:11.435Z] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-20T06:33:11.435Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-20T06:33:11.435Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-20T06:33:11.435Z] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-20T06:33:11.435Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-20T06:33:11.435Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-20T06:33:11.435Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-20T06:33:11.435Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [2025-05-20T06:33:11.435Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] [2025-05-20T06:33:11.435Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] [2025-05-20T06:33:11.435Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-20T06:33:11.435Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-20T06:33:11.435Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-20T06:33:11.435Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-20T06:33:11.435Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-20T06:33:11.435Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-20T06:33:11.435Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-20T06:33:11.435Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-20T06:33:11.435Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-20T06:33:11.435Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-20T06:33:11.435Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-20T06:33:11.435Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-20T06:33:11.435Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-20T06:33:11.435Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-20T06:33:11.435Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-20T06:33:11.435Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-20T06:33:11.435Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-20T06:33:11.435Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-20T06:33:11.435Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-20T06:33:11.435Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-20T06:33:11.435Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-20T06:33:11.435Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] [2025-05-20T06:33:11.435Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-20T06:33:11.435Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-20T06:33:11.435Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-20T06:33:11.435Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-20T06:33:11.435Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-20T06:33:11.435Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-20T06:33:11.435Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-20T06:33:11.435Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-20T06:33:11.435Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-20T06:33:11.435Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-20T06:33:11.435Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-20T06:33:11.435Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-20T06:33:11.435Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-20T06:33:11.435Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-20T06:33:11.435Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-20T06:33:11.694Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-20T06:33:11.695Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-20T06:33:11.695Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-20T06:33:11.695Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] [2025-05-20T06:33:11.695Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-20T06:33:11.695Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-20T06:33:11.695Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-20T06:33:11.695Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-20T06:33:11.695Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-20T06:33:11.695Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-20T06:33:11.695Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-20T06:33:11.695Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-20T06:33:11.695Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-20T06:33:11.695Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.16-1~deb12u1 [1427 kB] [2025-05-20T06:33:11.695Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [2025-05-20T06:33:11.695Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-20T06:33:11.695Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-20T06:33:11.695Z] Get:79 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-20T06:33:11.695Z] Get:80 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-20T06:33:11.695Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-20T06:33:11.695Z] Fetched 34.7 MB in 0s (126 MB/s) [2025-05-20T06:33:11.954Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-20T06:33:11.954Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6632 files and directories currently installed.) [2025-05-20T06:33:11.954Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-20T06:33:11.954Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:33:11.954Z] Selecting previously unselected package dmsetup. [2025-05-20T06:33:11.954Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-20T06:33:11.954Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-20T06:33:11.954Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-20T06:33:11.954Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-20T06:33:11.954Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-20T06:33:11.954Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-20T06:33:11.954Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-20T06:33:11.954Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-20T06:33:12.214Z] Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_amd64.deb ... [2025-05-20T06:33:12.214Z] Unpacking libssl3:amd64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:33:12.473Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-20T06:33:12.473Z] Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-20T06:33:12.473Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:33:12.473Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-20T06:33:12.473Z] Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-20T06:33:12.473Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-20T06:33:12.473Z] Selecting previously unselected package libkmod2:amd64. [2025-05-20T06:33:12.473Z] Preparing to unpack .../07-libkmod2_30+20221128-1_amd64.deb ... [2025-05-20T06:33:12.473Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-20T06:33:12.473Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-20T06:33:12.473Z] Preparing to unpack .../08-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-20T06:33:12.473Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-20T06:33:12.735Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-20T06:33:12.735Z] Preparing to unpack .../09-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-20T06:33:12.735Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-20T06:33:12.735Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-20T06:33:12.735Z] Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:33:12.735Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:33:12.735Z] Setting up libssl3:amd64 (3.0.16-1~deb12u1) ... [2025-05-20T06:33:12.994Z] Selecting previously unselected package systemd. [2025-05-20T06:33:12.994Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6706 files and directories currently installed.) [2025-05-20T06:33:12.994Z] Preparing to unpack .../systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:33:12.994Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-20T06:33:13.255Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:33:13.255Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-20T06:33:13.255Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-20T06:33:13.255Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-20T06:33:13.255Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-20T06:33:13.255Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-20T06:33:13.255Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:33:13.255Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-20T06:33:13.255Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:33:13.255Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-20T06:33:13.514Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-20T06:33:13.514Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-20T06:33:13.514Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-20T06:33:13.514Z] Initializing machine ID from random generator. [2025-05-20T06:33:13.514Z] Creating group 'systemd-journal' with GID 999. [2025-05-20T06:33:13.514Z] Creating group 'systemd-network' with GID 998. [2025-05-20T06:33:13.514Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-20T06:33:13.514Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-20T06:33:13.514Z] Selecting previously unselected package systemd-sysv. [2025-05-20T06:33:13.514Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7554 files and directories currently installed.) [2025-05-20T06:33:13.514Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:33:13.514Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:33:13.514Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-20T06:33:13.514Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:33:13.514Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-20T06:33:13.777Z] Selecting previously unselected package dbus-bin. [2025-05-20T06:33:13.777Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:33:13.777Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:33:13.777Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-20T06:33:13.777Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:33:13.777Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:33:13.777Z] Selecting previously unselected package libexpat1:amd64. [2025-05-20T06:33:13.777Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-20T06:33:13.777Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-20T06:33:13.777Z] Selecting previously unselected package dbus-daemon. [2025-05-20T06:33:13.777Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:33:13.777Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:33:14.037Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-20T06:33:14.037Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:33:14.037Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:33:14.037Z] Selecting previously unselected package dbus. [2025-05-20T06:33:14.037Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:33:14.037Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:33:14.037Z] Selecting previously unselected package perl-modules-5.36. [2025-05-20T06:33:14.037Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-20T06:33:14.037Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:33:14.295Z] Selecting previously unselected package libgdbm-compat4:amd64. [2025-05-20T06:33:14.295Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... [2025-05-20T06:33:14.295Z] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [2025-05-20T06:33:14.554Z] Selecting previously unselected package libperl5.36:amd64. [2025-05-20T06:33:14.554Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... [2025-05-20T06:33:14.554Z] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-20T06:33:14.813Z] Selecting previously unselected package perl. [2025-05-20T06:33:14.813Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... [2025-05-20T06:33:14.813Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-20T06:33:14.813Z] Selecting previously unselected package libbsd0:amd64. [2025-05-20T06:33:14.813Z] Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... [2025-05-20T06:33:15.073Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-20T06:33:15.073Z] Selecting previously unselected package libedit2:amd64. [2025-05-20T06:33:15.073Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-20T06:33:15.073Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-20T06:33:15.073Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-20T06:33:15.073Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-20T06:33:15.073Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-20T06:33:15.073Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-20T06:33:15.073Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-20T06:33:15.073Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-20T06:33:15.073Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-20T06:33:15.073Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:33:15.073Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:15.333Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-20T06:33:15.333Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:33:15.333Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:15.333Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-20T06:33:15.333Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-20T06:33:15.333Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-20T06:33:15.333Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-20T06:33:15.333Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:33:15.333Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:15.333Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-20T06:33:15.333Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:33:15.333Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:15.596Z] Selecting previously unselected package openssh-client. [2025-05-20T06:33:15.596Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-20T06:33:15.596Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:15.596Z] Selecting previously unselected package openssh-sftp-server. [2025-05-20T06:33:15.596Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-20T06:33:15.596Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:15.596Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-20T06:33:15.596Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-20T06:33:15.596Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-20T06:33:15.855Z] Selecting previously unselected package procps. [2025-05-20T06:33:15.855Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-20T06:33:15.855Z] Unpacking procps (2:4.0.2-3) ... [2025-05-20T06:33:15.855Z] Selecting previously unselected package sensible-utils. [2025-05-20T06:33:15.855Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-20T06:33:15.855Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:33:15.855Z] Selecting previously unselected package ucf. [2025-05-20T06:33:15.855Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-20T06:33:15.855Z] Moving old data out of the way [2025-05-20T06:33:15.855Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:33:15.855Z] Selecting previously unselected package runit-helper. [2025-05-20T06:33:15.855Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-20T06:33:16.122Z] Unpacking runit-helper (2.15.2) ... [2025-05-20T06:33:16.122Z] Selecting previously unselected package libtirpc-common. [2025-05-20T06:33:16.122Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-20T06:33:16.122Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:33:16.122Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-20T06:33:16.122Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-20T06:33:16.122Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-20T06:33:16.122Z] Selecting previously unselected package libnsl2:amd64. [2025-05-20T06:33:16.122Z] Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... [2025-05-20T06:33:16.122Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-20T06:33:16.122Z] Selecting previously unselected package libwrap0:amd64. [2025-05-20T06:33:16.122Z] Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... [2025-05-20T06:33:16.122Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-20T06:33:16.389Z] Selecting previously unselected package openssh-server. [2025-05-20T06:33:16.389Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-20T06:33:16.389Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:16.389Z] Selecting previously unselected package less. [2025-05-20T06:33:16.389Z] Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... [2025-05-20T06:33:16.389Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-20T06:33:16.389Z] Selecting previously unselected package krb5-locales. [2025-05-20T06:33:16.389Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-20T06:33:16.389Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:33:16.389Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-20T06:33:16.389Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:33:16.389Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:33:16.649Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-20T06:33:16.649Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:33:16.649Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:33:16.649Z] Selecting previously unselected package ncurses-term. [2025-05-20T06:33:16.649Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-20T06:33:16.649Z] Unpacking ncurses-term (6.4-4) ... [2025-05-20T06:33:16.907Z] Selecting previously unselected package netcat-traditional. [2025-05-20T06:33:16.907Z] Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... [2025-05-20T06:33:16.907Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-20T06:33:16.907Z] Selecting previously unselected package systemd-timesyncd. [2025-05-20T06:33:16.907Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:33:16.907Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:33:16.907Z] Selecting previously unselected package dbus-user-session. [2025-05-20T06:33:16.907Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:33:16.907Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:33:16.907Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-20T06:33:16.907Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-20T06:33:16.907Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-20T06:33:17.165Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-20T06:33:17.165Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-20T06:33:17.165Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:33:17.165Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-20T06:33:17.165Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-20T06:33:17.165Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:33:17.165Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-20T06:33:17.165Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-20T06:33:17.165Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-20T06:33:17.165Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-20T06:33:17.165Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-20T06:33:17.165Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-20T06:33:17.165Z] Selecting previously unselected package libpsl5:amd64. [2025-05-20T06:33:17.165Z] Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... [2025-05-20T06:33:17.165Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-20T06:33:17.165Z] Selecting previously unselected package librtmp1:amd64. [2025-05-20T06:33:17.165Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-20T06:33:17.165Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:33:17.318Z] Still waiting to schedule task [2025-05-20T06:33:17.319Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-20T06:33:17.425Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-20T06:33:17.425Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-20T06:33:17.425Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-20T06:33:17.425Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-20T06:33:17.425Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-20T06:33:17.425Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-20T06:33:17.425Z] Selecting previously unselected package liberror-perl. [2025-05-20T06:33:17.425Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-20T06:33:17.425Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-20T06:33:17.425Z] Selecting previously unselected package git-man. [2025-05-20T06:33:17.425Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-20T06:33:17.425Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:33:17.685Z] Selecting previously unselected package git. [2025-05-20T06:33:17.685Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... [2025-05-20T06:33:17.685Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:33:17.946Z] Selecting previously unselected package libldap-common. [2025-05-20T06:33:17.946Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-20T06:33:17.946Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:33:17.946Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-20T06:33:17.946Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-20T06:33:17.946Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:33:17.946Z] Selecting previously unselected package libxau6:amd64. [2025-05-20T06:33:17.946Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-20T06:33:17.946Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-20T06:33:17.946Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-20T06:33:17.946Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-20T06:33:18.207Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-20T06:33:18.207Z] Selecting previously unselected package libxcb1:amd64. [2025-05-20T06:33:18.207Z] Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... [2025-05-20T06:33:18.207Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-20T06:33:18.207Z] Selecting previously unselected package libx11-data. [2025-05-20T06:33:18.207Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-20T06:33:18.207Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:33:18.207Z] Selecting previously unselected package libx11-6:amd64. [2025-05-20T06:33:18.207Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-20T06:33:18.207Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:33:18.207Z] Selecting previously unselected package libxext6:amd64. [2025-05-20T06:33:18.207Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-20T06:33:18.207Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-20T06:33:18.465Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-20T06:33:18.465Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-20T06:33:18.465Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-20T06:33:18.465Z] Preparing to unpack .../62-openssl_3.0.16-1~deb12u1_amd64.deb ... [2025-05-20T06:33:18.465Z] Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:33:18.465Z] Selecting previously unselected package patch. [2025-05-20T06:33:18.465Z] Preparing to unpack .../63-patch_2.7.6-7_amd64.deb ... [2025-05-20T06:33:18.465Z] Unpacking patch (2.7.6-7) ... [2025-05-20T06:33:18.465Z] Selecting previously unselected package psmisc. [2025-05-20T06:33:18.465Z] Preparing to unpack .../64-psmisc_23.6-1_amd64.deb ... [2025-05-20T06:33:18.465Z] Unpacking psmisc (23.6-1) ... [2025-05-20T06:33:18.723Z] Selecting previously unselected package publicsuffix. [2025-05-20T06:33:18.723Z] Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... [2025-05-20T06:33:18.723Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-20T06:33:18.723Z] Selecting previously unselected package ssh. [2025-05-20T06:33:18.723Z] Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-20T06:33:18.723Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:18.723Z] Selecting previously unselected package xauth. [2025-05-20T06:33:18.723Z] Preparing to unpack .../67-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-20T06:33:18.723Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-20T06:33:18.723Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-20T06:33:18.723Z] Setting up runit-helper (2.15.2) ... [2025-05-20T06:33:18.723Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:33:18.723Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-20T06:33:18.723Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-20T06:33:18.723Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-20T06:33:18.723Z] Setting up netcat-traditional (1.10-47) ... [2025-05-20T06:33:18.723Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-20T06:33:18.723Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:33:18.723Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:33:18.723Z] Setting up psmisc (23.6-1) ... [2025-05-20T06:33:18.723Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:33:18.982Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-20T06:33:18.982Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-20T06:33:18.982Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:33:18.982Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-20T06:33:18.982Z] Setting up less (590-2.1~deb12u2) ... [2025-05-20T06:33:18.982Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:33:18.982Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:33:18.982Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:33:18.982Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:18.982Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:33:18.982Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:33:18.982Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:33:18.982Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:33:18.982Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-20T06:33:18.982Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-20T06:33:18.982Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:33:18.982Z] Creating group 'systemd-timesync' with GID 997. [2025-05-20T06:33:18.982Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-20T06:33:19.241Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:33:19.241Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:33:19.241Z] Setting up patch (2.7.6-7) ... [2025-05-20T06:33:19.241Z] Setting up libgdbm-compat4:amd64 (1.23-3) ... [2025-05-20T06:33:19.241Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:19.241Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:33:19.241Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:33:19.241Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:33:19.241Z] Setting up procps (2:4.0.2-3) ... [2025-05-20T06:33:19.241Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:33:19.241Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-20T06:33:19.241Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:19.241Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:33:19.502Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-20T06:33:19.502Z] Setting up openssl (3.0.16-1~deb12u1) ... [2025-05-20T06:33:19.502Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-20T06:33:19.502Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-20T06:33:19.502Z] Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-20T06:33:19.502Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:33:19.502Z] Setting up ncurses-term (6.4-4) ... [2025-05-20T06:33:19.502Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-20T06:33:19.502Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-20T06:33:19.502Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-20T06:33:19.502Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:33:19.502Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-20T06:33:19.502Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-20T06:33:19.502Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:33:19.502Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:33:19.502Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:33:19.502Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:33:19.502Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:33:19.762Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:33:19.762Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:33:19.762Z] debconf: falling back to frontend: Readline [2025-05-20T06:33:19.762Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:33:19.762Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:33:19.762Z] debconf: falling back to frontend: Teletype [2025-05-20T06:33:19.762Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:33:19.762Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:33:19.762Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:33:19.762Z] debconf: falling back to frontend: Readline [2025-05-20T06:33:19.762Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:33:19.762Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:33:19.762Z] debconf: falling back to frontend: Teletype [2025-05-20T06:33:19.762Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:33:19.762Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-20T06:33:19.762Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-20T06:33:19.762Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:20.020Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-20T06:33:20.020Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-20T06:33:20.020Z] Setting up liberror-perl (0.17029-2) ... [2025-05-20T06:33:20.020Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:33:20.020Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:33:20.020Z] Setting up xauth (1:1.1.2-1) ... [2025-05-20T06:33:20.020Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-20T06:33:20.020Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:20.020Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-20T06:33:20.020Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:20.279Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:33:20.279Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:33:20.279Z] debconf: falling back to frontend: Readline [2025-05-20T06:33:20.279Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:33:20.279Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:33:20.279Z] debconf: falling back to frontend: Teletype [2025-05-20T06:33:20.279Z] [2025-05-20T06:33:20.279Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-20T06:33:21.214Z] Creating SSH2 RSA key; this may take some time ... [2025-05-20T06:33:21.214Z] 3072 SHA256:CKNK97HsI+HD2967iv6KvyAG9uNWeq8rR2ECRtxEcrc root@b0496d38501a (RSA) [2025-05-20T06:33:21.214Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-20T06:33:21.214Z] 256 SHA256:s+Mi9pnDWmLcu/HP4w0DZP9zpWCx9TzoyI8hU32SvrQ root@b0496d38501a (ECDSA) [2025-05-20T06:33:21.214Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-20T06:33:21.214Z] 256 SHA256:a1rTyO0T5TVb2LvyZu68n04T3ABq8g0iVYGsV+/VtCI root@b0496d38501a (ED25519) [2025-05-20T06:33:21.214Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:33:21.214Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:33:21.214Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-20T06:33:21.214Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-20T06:33:21.214Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:33:21.474Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-20T06:33:25.662Z] Removing intermediate container b0496d38501a [2025-05-20T06:33:25.662Z] ---> a83fd1ccdc1e [2025-05-20T06:33:25.662Z] Step 7/20 : RUN pip install pybuilder [2025-05-20T06:33:25.662Z] ---> Running in 047dd0d95ba9 [2025-05-20T06:33:26.596Z] Collecting pybuilder [2025-05-20T06:33:26.596Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-20T06:33:26.596Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-20T06:33:27.164Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 15.6 MB/s eta 0:00:00 [2025-05-20T06:33:27.164Z] Installing collected packages: pybuilder [2025-05-20T06:33:27.732Z] Successfully installed pybuilder-0.13.15 [2025-05-20T06:33:27.732Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-20T06:33:27.732Z]  [2025-05-20T06:33:27.732Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-20T06:33:27.732Z] [notice] To update, run: pip install --upgrade pip [2025-05-20T06:33:28.668Z] Removing intermediate container 047dd0d95ba9 [2025-05-20T06:33:28.668Z] ---> b5af1022cedc [2025-05-20T06:33:28.668Z] Step 8/20 : RUN pyb install [2025-05-20T06:33:28.668Z] ---> Running in 053103ea55ce [2025-05-20T06:33:46.772Z] PyBuilder version 0.13.15 [2025-05-20T06:33:46.772Z] Build started at 2025-05-20 06:33:29 [2025-05-20T06:33:46.772Z] ------------------------------------------------------------ [2025-05-20T06:33:46.772Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-20T06:33:46.772Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-20T06:33:46.772Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Building pygsver version 0.1.4 [2025-05-20T06:33:46.772Z] [INFO] Executing build in /code [2025-05-20T06:33:46.772Z] [INFO] Going to execute task install [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-20T06:33:46.772Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-20T06:33:46.772Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-20T06:33:46.772Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-20T06:33:46.772Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-20T06:33:46.772Z] [INFO] Running unit tests [2025-05-20T06:33:46.772Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-20T06:33:47.710Z] 2025-05-20 06:33:47,584 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-20T06:33:47.710Z] ERROR: something bad happened [2025-05-20T06:33:47.710Z] 1.2.3-dev.1 [2025-05-20T06:33:47.710Z] 2025-05-20 06:33:47,613 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:33:47.710Z] 2025-05-20 06:33:47,621 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:33:47.710Z] 2025-05-20 06:33:47,641 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,653 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,664 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,671 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,679 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,690 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,690 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,704 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,705 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,705 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,705 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,706 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,707 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,707 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,707 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,708 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,708 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,708 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,709 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-20T06:33:47.711Z] 2025-05-20 06:33:47,709 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,739 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,746 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,755 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,761 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,795 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,806 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,821 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,826 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,832 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,832 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,845 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,853 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,866 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,866 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,866 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,872 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-20T06:33:47.976Z] 2025-05-20 06:33:47,873 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:33:48.235Z] [INFO] Executed 39 unit tests [2025-05-20T06:33:48.235Z] [INFO] All unit tests passed. [2025-05-20T06:33:48.235Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 [2025-05-20T06:33:48.235Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts [2025-05-20T06:33:48.235Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py [2025-05-20T06:33:48.235Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-20T06:33:48.235Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-20T06:33:48.235Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-20T06:33:48.235Z] [INFO] Running unit tests [2025-05-20T06:33:48.235Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:48,925 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-20T06:33:49.175Z] ERROR: something bad happened [2025-05-20T06:33:49.175Z] 1.2.3-dev.1 [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:48,967 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:48,979 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:48,999 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,013 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,021 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,031 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,041 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,055 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,055 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,068 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-20T06:33:49.175Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,069 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,070 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,071 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,072 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,100 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,109 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,119 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,127 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-20T06:33:49.176Z] 2025-05-20 06:33:49,168 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,178 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,192 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,198 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,206 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,206 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,221 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,229 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,244 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,245 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,245 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,253 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-20T06:33:49.435Z] 2025-05-20 06:33:49,254 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:33:59.410Z] [INFO] Executed 39 unit tests [2025-05-20T06:33:59.410Z] [INFO] All unit tests passed. [2025-05-20T06:33:59.410Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-20T06:33:59.410Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-20T06:33:59.410Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-20T06:33:59.410Z] [INFO] Overall pygsver coverage is 100% [2025-05-20T06:33:59.410Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-20T06:33:59.410Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-20T06:33:59.410Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 [2025-05-20T06:33:59.410Z] [INFO] Running Twine check for generated artifacts [2025-05-20T06:33:59.410Z] [INFO] Installing project pygsver-0.1.4 [2025-05-20T06:33:59.410Z] ------------------------------------------------------------ [2025-05-20T06:33:59.410Z] BUILD SUCCESSFUL [2025-05-20T06:33:59.410Z] ------------------------------------------------------------ [2025-05-20T06:33:59.410Z] Build Summary [2025-05-20T06:33:59.410Z] Project: pygsver [2025-05-20T06:33:59.410Z] Version: 0.1.4 [2025-05-20T06:33:59.410Z] Base directory: /code [2025-05-20T06:33:59.410Z] Environments: [2025-05-20T06:33:59.410Z] Tasks: prepare [11930 ms] compile_sources [0 ms] run_unit_tests [1188 ms] package [3 ms] run_integration_tests [0 ms] verify [0 ms] coverage [1827 ms] publish [2257 ms] install [5875 ms] [2025-05-20T06:33:59.410Z] Build finished at 2025-05-20 06:33:57 [2025-05-20T06:33:59.410Z] Build took 28 seconds (28592 ms) [2025-05-20T06:34:01.945Z] Removing intermediate container 053103ea55ce [2025-05-20T06:34:01.945Z] ---> 8aa71ac6d0c0 [2025-05-20T06:34:01.945Z] Step 9/20 : FROM python:3.13-slim [2025-05-20T06:34:01.945Z] ---> 2cd5426fce28 [2025-05-20T06:34:01.945Z] Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-20T06:34:01.945Z] ---> Using cache [2025-05-20T06:34:01.945Z] ---> aa800a946e21 [2025-05-20T06:34:01.945Z] Step 11/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-20T06:34:01.945Z] ---> Using cache [2025-05-20T06:34:01.945Z] ---> abb9273ef5ad [2025-05-20T06:34:01.945Z] Step 12/20 : WORKDIR /opt/pygsver [2025-05-20T06:34:01.945Z] ---> Running in 983da45598eb [2025-05-20T06:34:02.205Z] Removing intermediate container 983da45598eb [2025-05-20T06:34:02.205Z] ---> 6731c91b560e [2025-05-20T06:34:02.205Z] Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu [2025-05-20T06:34:02.205Z] ---> Running in e9783e02f912 [2025-05-20T06:34:02.464Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-20T06:34:02.464Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-20T06:34:02.464Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-20T06:34:02.464Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-20T06:34:02.743Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-20T06:34:02.743Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-20T06:34:03.685Z] Fetched 9307 kB in 1s (8398 kB/s) [2025-05-20T06:34:03.946Z] Reading package lists... [2025-05-20T06:34:04.515Z] Reading package lists... [2025-05-20T06:34:04.515Z] Building dependency tree... [2025-05-20T06:34:04.515Z] Reading state information... [2025-05-20T06:34:04.775Z] The following additional packages will be installed: [2025-05-20T06:34:04.775Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:34:04.775Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-20T06:34:04.775Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-20T06:34:04.775Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-20T06:34:04.775Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-20T06:34:04.775Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-20T06:34:04.775Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-20T06:34:04.775Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-20T06:34:04.775Z] libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 [2025-05-20T06:34:04.775Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term [2025-05-20T06:34:04.775Z] openssh-client openssh-server openssh-sftp-server openssl patch perl [2025-05-20T06:34:04.775Z] perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils [2025-05-20T06:34:04.775Z] systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-20T06:34:04.775Z] Suggested packages: [2025-05-20T06:34:04.775Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-20T06:34:04.775Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-20T06:34:04.775Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-20T06:34:04.775Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-20T06:34:04.775Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-20T06:34:04.775Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-20T06:34:04.775Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-20T06:34:04.775Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-20T06:34:04.775Z] libtss2-rc0 polkitd | policykit-1 [2025-05-20T06:34:05.035Z] The following NEW packages will be installed: [2025-05-20T06:34:05.035Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:34:05.035Z] dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 [2025-05-20T06:34:05.035Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-20T06:34:05.035Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-20T06:34:05.035Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-20T06:34:05.035Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-20T06:34:05.035Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-20T06:34:05.035Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-20T06:34:05.035Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-20T06:34:05.035Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-20T06:34:05.035Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-20T06:34:05.035Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-20T06:34:05.035Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-20T06:34:05.035Z] xauth [2025-05-20T06:34:05.035Z] The following packages will be upgraded: [2025-05-20T06:34:05.035Z] libssl3 openssl [2025-05-20T06:34:05.298Z] 2 upgraded, 79 newly installed, 0 to remove and 9 not upgraded. [2025-05-20T06:34:05.298Z] Need to get 35.5 MB of archives. [2025-05-20T06:34:05.298Z] After this operation, 148 MB of additional disk space will be used. [2025-05-20T06:34:05.298Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-20T06:34:05.298Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-20T06:34:05.298Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-20T06:34:05.298Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-20T06:34:05.298Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.16-1~deb12u1 [2026 kB] [2025-05-20T06:34:05.298Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-20T06:34:05.298Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-20T06:34:05.298Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-20T06:34:05.298Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-20T06:34:05.298Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-20T06:34:05.298Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-20T06:34:05.298Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-20T06:34:05.298Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-20T06:34:05.298Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-20T06:34:05.298Z] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-20T06:34:05.298Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-20T06:34:05.298Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-20T06:34:05.298Z] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-20T06:34:05.298Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-20T06:34:05.298Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-20T06:34:05.298Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-20T06:34:05.298Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [2025-05-20T06:34:05.298Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] [2025-05-20T06:34:05.298Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] [2025-05-20T06:34:05.298Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-20T06:34:05.298Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-20T06:34:05.298Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-20T06:34:05.298Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-20T06:34:05.298Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-20T06:34:05.298Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-20T06:34:05.298Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-20T06:34:05.298Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-20T06:34:05.298Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-20T06:34:05.298Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-20T06:34:05.298Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-20T06:34:05.298Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-20T06:34:05.298Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-20T06:34:05.298Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-20T06:34:05.298Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-20T06:34:05.298Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-20T06:34:05.298Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-20T06:34:05.299Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-20T06:34:05.299Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-20T06:34:05.299Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-20T06:34:05.299Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-20T06:34:05.299Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] [2025-05-20T06:34:05.299Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-20T06:34:05.299Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-20T06:34:05.299Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-20T06:34:05.299Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-20T06:34:05.299Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-20T06:34:05.299Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-20T06:34:05.299Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-20T06:34:05.299Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-20T06:34:05.299Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-20T06:34:05.299Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-20T06:34:05.299Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-20T06:34:05.299Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-20T06:34:05.299Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-20T06:34:05.299Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-20T06:34:05.299Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-20T06:34:05.299Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-20T06:34:05.299Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-20T06:34:05.299Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-20T06:34:05.299Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] [2025-05-20T06:34:05.558Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] [2025-05-20T06:34:05.558Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-20T06:34:05.558Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-20T06:34:05.558Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-20T06:34:05.558Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-20T06:34:05.558Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-20T06:34:05.558Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-20T06:34:05.558Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-20T06:34:05.558Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-20T06:34:05.558Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-20T06:34:05.558Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.16-1~deb12u1 [1427 kB] [2025-05-20T06:34:05.558Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [2025-05-20T06:34:05.558Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-20T06:34:05.558Z] Get:79 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-20T06:34:05.558Z] Get:80 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-20T06:34:05.558Z] Get:81 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-20T06:34:05.558Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-20T06:34:05.558Z] Fetched 35.5 MB in 0s (109 MB/s) [2025-05-20T06:34:05.817Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-20T06:34:05.817Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6632 files and directories currently installed.) [2025-05-20T06:34:05.817Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-20T06:34:05.817Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:34:05.817Z] Selecting previously unselected package dmsetup. [2025-05-20T06:34:05.817Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-20T06:34:05.817Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-20T06:34:05.817Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-20T06:34:05.817Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-20T06:34:05.817Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-20T06:34:05.817Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-20T06:34:05.817Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-20T06:34:05.817Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-20T06:34:05.817Z] Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_amd64.deb ... [2025-05-20T06:34:05.817Z] Unpacking libssl3:amd64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:34:06.076Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-20T06:34:06.076Z] Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-20T06:34:06.076Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:34:06.076Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-20T06:34:06.076Z] Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-20T06:34:06.076Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-20T06:34:06.335Z] Selecting previously unselected package libkmod2:amd64. [2025-05-20T06:34:06.335Z] Preparing to unpack .../07-libkmod2_30+20221128-1_amd64.deb ... [2025-05-20T06:34:06.335Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-20T06:34:06.335Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-20T06:34:06.335Z] Preparing to unpack .../08-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-20T06:34:06.335Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-20T06:34:06.335Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-20T06:34:06.335Z] Preparing to unpack .../09-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-20T06:34:06.335Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-20T06:34:06.335Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-20T06:34:06.335Z] Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:34:06.335Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:34:06.594Z] Setting up libssl3:amd64 (3.0.16-1~deb12u1) ... [2025-05-20T06:34:06.594Z] Selecting previously unselected package systemd. [2025-05-20T06:34:06.594Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6706 files and directories currently installed.) [2025-05-20T06:34:06.594Z] Preparing to unpack .../systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:34:06.594Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-20T06:34:06.854Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:34:06.854Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-20T06:34:06.854Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-20T06:34:06.854Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-20T06:34:06.854Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-20T06:34:06.854Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-20T06:34:06.854Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:34:06.854Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-20T06:34:06.854Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:34:06.854Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-20T06:34:06.854Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-20T06:34:06.854Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-20T06:34:06.854Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-20T06:34:06.854Z] Initializing machine ID from random generator. [2025-05-20T06:34:07.113Z] Creating group 'systemd-journal' with GID 999. [2025-05-20T06:34:07.113Z] Creating group 'systemd-network' with GID 998. [2025-05-20T06:34:07.113Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-20T06:34:07.113Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-20T06:34:07.113Z] Selecting previously unselected package systemd-sysv. [2025-05-20T06:34:07.113Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7554 files and directories currently installed.) [2025-05-20T06:34:07.113Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:34:07.113Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:34:07.113Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-20T06:34:07.113Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:34:07.113Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-20T06:34:07.113Z] Selecting previously unselected package dbus-bin. [2025-05-20T06:34:07.113Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:34:07.113Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:34:07.113Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-20T06:34:07.113Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:34:07.113Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:34:07.370Z] Selecting previously unselected package libexpat1:amd64. [2025-05-20T06:34:07.370Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-20T06:34:07.370Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-20T06:34:07.370Z] Selecting previously unselected package dbus-daemon. [2025-05-20T06:34:07.370Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:34:07.370Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:34:07.370Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-20T06:34:07.370Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:34:07.370Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:34:07.370Z] Selecting previously unselected package dbus. [2025-05-20T06:34:07.370Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:34:07.370Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:34:07.370Z] Selecting previously unselected package perl-modules-5.36. [2025-05-20T06:34:07.370Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-20T06:34:07.370Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:34:07.628Z] Selecting previously unselected package libgdbm-compat4:amd64. [2025-05-20T06:34:07.628Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... [2025-05-20T06:34:07.628Z] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [2025-05-20T06:34:07.628Z] Selecting previously unselected package libperl5.36:amd64. [2025-05-20T06:34:07.628Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... [2025-05-20T06:34:07.628Z] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-20T06:34:08.208Z] Selecting previously unselected package perl. [2025-05-20T06:34:08.208Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... [2025-05-20T06:34:08.208Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-20T06:34:08.208Z] Selecting previously unselected package libbsd0:amd64. [2025-05-20T06:34:08.208Z] Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... [2025-05-20T06:34:08.208Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-20T06:34:08.208Z] Selecting previously unselected package libedit2:amd64. [2025-05-20T06:34:08.208Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-20T06:34:08.208Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-20T06:34:08.208Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-20T06:34:08.208Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-20T06:34:08.208Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-20T06:34:08.208Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-20T06:34:08.208Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-20T06:34:08.208Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-20T06:34:08.467Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-20T06:34:08.467Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:34:08.467Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:08.467Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-20T06:34:08.467Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:34:08.467Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:08.467Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-20T06:34:08.467Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-20T06:34:08.467Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-20T06:34:08.467Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-20T06:34:08.467Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:34:08.467Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:08.467Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-20T06:34:08.467Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-20T06:34:08.467Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:08.467Z] Selecting previously unselected package openssh-client. [2025-05-20T06:34:08.467Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-20T06:34:08.467Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:08.726Z] Selecting previously unselected package openssh-sftp-server. [2025-05-20T06:34:08.726Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-20T06:34:08.726Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:08.726Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-20T06:34:08.726Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-20T06:34:08.726Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-20T06:34:08.726Z] Selecting previously unselected package procps. [2025-05-20T06:34:08.726Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-20T06:34:08.726Z] Unpacking procps (2:4.0.2-3) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package sensible-utils. [2025-05-20T06:34:08.986Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-20T06:34:08.986Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package ucf. [2025-05-20T06:34:08.986Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-20T06:34:08.986Z] Moving old data out of the way [2025-05-20T06:34:08.986Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package runit-helper. [2025-05-20T06:34:08.986Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-20T06:34:08.986Z] Unpacking runit-helper (2.15.2) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package libtirpc-common. [2025-05-20T06:34:08.986Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-20T06:34:08.986Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-20T06:34:08.986Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-20T06:34:08.986Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package libnsl2:amd64. [2025-05-20T06:34:08.986Z] Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... [2025-05-20T06:34:08.986Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-20T06:34:08.986Z] Selecting previously unselected package libwrap0:amd64. [2025-05-20T06:34:08.986Z] Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... [2025-05-20T06:34:08.986Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-20T06:34:09.244Z] Selecting previously unselected package openssh-server. [2025-05-20T06:34:09.244Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-20T06:34:09.245Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:09.245Z] Selecting previously unselected package less. [2025-05-20T06:34:09.245Z] Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... [2025-05-20T06:34:09.245Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-20T06:34:09.245Z] Selecting previously unselected package krb5-locales. [2025-05-20T06:34:09.245Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-20T06:34:09.245Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:34:09.245Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-20T06:34:09.245Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:34:09.245Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:34:09.245Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-20T06:34:09.245Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:34:09.245Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:34:09.503Z] Selecting previously unselected package ncurses-term. [2025-05-20T06:34:09.503Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-20T06:34:09.503Z] Unpacking ncurses-term (6.4-4) ... [2025-05-20T06:34:09.762Z] Selecting previously unselected package netcat-traditional. [2025-05-20T06:34:09.762Z] Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... [2025-05-20T06:34:09.762Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-20T06:34:09.762Z] Selecting previously unselected package systemd-timesyncd. [2025-05-20T06:34:09.762Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-20T06:34:09.762Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:34:09.762Z] Selecting previously unselected package dbus-user-session. [2025-05-20T06:34:09.762Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-20T06:34:09.762Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:34:09.762Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-20T06:34:09.762Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-20T06:34:09.762Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-20T06:34:09.762Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-20T06:34:09.762Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-20T06:34:09.762Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:34:09.762Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-20T06:34:09.762Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-20T06:34:09.762Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:34:10.021Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-20T06:34:10.021Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-20T06:34:10.021Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-20T06:34:10.021Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-20T06:34:10.021Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-20T06:34:10.021Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-20T06:34:10.021Z] Selecting previously unselected package libpsl5:amd64. [2025-05-20T06:34:10.021Z] Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... [2025-05-20T06:34:10.021Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-20T06:34:10.021Z] Selecting previously unselected package librtmp1:amd64. [2025-05-20T06:34:10.021Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-20T06:34:10.021Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:34:10.021Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-20T06:34:10.021Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-20T06:34:10.021Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-20T06:34:10.021Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-20T06:34:10.021Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-20T06:34:10.021Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-20T06:34:10.278Z] Selecting previously unselected package liberror-perl. [2025-05-20T06:34:10.278Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-20T06:34:10.278Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-20T06:34:10.278Z] Selecting previously unselected package git-man. [2025-05-20T06:34:10.278Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-20T06:34:10.278Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:34:10.278Z] Selecting previously unselected package git. [2025-05-20T06:34:10.278Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... [2025-05-20T06:34:10.278Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package gosu. [2025-05-20T06:34:10.846Z] Preparing to unpack .../53-gosu_1.14-1+b10_amd64.deb ... [2025-05-20T06:34:10.846Z] Unpacking gosu (1.14-1+b10) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package libldap-common. [2025-05-20T06:34:10.846Z] Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-20T06:34:10.846Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-20T06:34:10.846Z] Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-20T06:34:10.846Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package libxau6:amd64. [2025-05-20T06:34:10.846Z] Preparing to unpack .../56-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-20T06:34:10.846Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-20T06:34:10.846Z] Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-20T06:34:10.846Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package libxcb1:amd64. [2025-05-20T06:34:10.846Z] Preparing to unpack .../58-libxcb1_1.15-1_amd64.deb ... [2025-05-20T06:34:10.846Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-20T06:34:10.846Z] Selecting previously unselected package libx11-data. [2025-05-20T06:34:10.846Z] Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-20T06:34:10.846Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:34:11.106Z] Selecting previously unselected package libx11-6:amd64. [2025-05-20T06:34:11.106Z] Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-20T06:34:11.106Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:34:11.106Z] Selecting previously unselected package libxext6:amd64. [2025-05-20T06:34:11.106Z] Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-20T06:34:11.107Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-20T06:34:11.107Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-20T06:34:11.107Z] Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-20T06:34:11.107Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-20T06:34:11.107Z] Preparing to unpack .../63-openssl_3.0.16-1~deb12u1_amd64.deb ... [2025-05-20T06:34:11.107Z] Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:34:11.365Z] Selecting previously unselected package patch. [2025-05-20T06:34:11.365Z] Preparing to unpack .../64-patch_2.7.6-7_amd64.deb ... [2025-05-20T06:34:11.365Z] Unpacking patch (2.7.6-7) ... [2025-05-20T06:34:11.365Z] Selecting previously unselected package psmisc. [2025-05-20T06:34:11.365Z] Preparing to unpack .../65-psmisc_23.6-1_amd64.deb ... [2025-05-20T06:34:11.365Z] Unpacking psmisc (23.6-1) ... [2025-05-20T06:34:11.365Z] Selecting previously unselected package publicsuffix. [2025-05-20T06:34:11.365Z] Preparing to unpack .../66-publicsuffix_20230209.2326-1_all.deb ... [2025-05-20T06:34:11.365Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-20T06:34:11.624Z] Selecting previously unselected package ssh. [2025-05-20T06:34:11.624Z] Preparing to unpack .../67-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-20T06:34:11.624Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:11.624Z] Selecting previously unselected package xauth. [2025-05-20T06:34:11.624Z] Preparing to unpack .../68-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-20T06:34:11.624Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-20T06:34:11.624Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-20T06:34:11.624Z] Setting up runit-helper (2.15.2) ... [2025-05-20T06:34:11.624Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:34:11.624Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-20T06:34:11.624Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-20T06:34:11.624Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-20T06:34:11.624Z] Setting up netcat-traditional (1.10-47) ... [2025-05-20T06:34:11.624Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-20T06:34:11.624Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:34:11.624Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:34:11.624Z] Setting up psmisc (23.6-1) ... [2025-05-20T06:34:11.624Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:34:11.624Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-20T06:34:11.624Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-20T06:34:11.624Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:34:11.624Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-20T06:34:11.624Z] Setting up less (590-2.1~deb12u2) ... [2025-05-20T06:34:11.624Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:34:11.624Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:34:11.624Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:34:11.883Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:11.883Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:34:11.883Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:34:11.883Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:34:11.883Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:34:11.883Z] Setting up gosu (1.14-1+b10) ... [2025-05-20T06:34:11.883Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-20T06:34:11.883Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-20T06:34:11.883Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:34:11.883Z] Creating group 'systemd-timesync' with GID 997. [2025-05-20T06:34:11.883Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-20T06:34:11.883Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:34:11.883Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:34:11.883Z] Setting up patch (2.7.6-7) ... [2025-05-20T06:34:11.883Z] Setting up libgdbm-compat4:amd64 (1.23-3) ... [2025-05-20T06:34:11.883Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:11.883Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-20T06:34:11.883Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:34:12.141Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:34:12.141Z] Setting up procps (2:4.0.2-3) ... [2025-05-20T06:34:12.141Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:34:12.141Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-20T06:34:12.141Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:12.141Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:34:12.141Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-20T06:34:12.141Z] Setting up openssl (3.0.16-1~deb12u1) ... [2025-05-20T06:34:12.141Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-20T06:34:12.141Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-20T06:34:12.141Z] Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-20T06:34:12.141Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:34:12.141Z] Setting up ncurses-term (6.4-4) ... [2025-05-20T06:34:12.141Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-20T06:34:12.141Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-20T06:34:12.141Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-20T06:34:12.141Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:34:12.141Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-20T06:34:12.141Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-20T06:34:12.400Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:34:12.400Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:34:12.400Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:34:12.400Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-20T06:34:12.400Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:34:12.400Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:34:12.400Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:34:12.400Z] debconf: falling back to frontend: Readline [2025-05-20T06:34:12.400Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:34:12.400Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:34:12.400Z] debconf: falling back to frontend: Teletype [2025-05-20T06:34:12.400Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-20T06:34:12.400Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:34:12.400Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:34:12.400Z] debconf: falling back to frontend: Readline [2025-05-20T06:34:12.659Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:34:12.659Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:34:12.659Z] debconf: falling back to frontend: Teletype [2025-05-20T06:34:12.659Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:34:12.659Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-20T06:34:12.659Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-20T06:34:12.659Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:12.659Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-20T06:34:12.659Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-20T06:34:12.659Z] Setting up liberror-perl (0.17029-2) ... [2025-05-20T06:34:12.659Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:34:12.659Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:34:12.659Z] Setting up xauth (1:1.1.2-1) ... [2025-05-20T06:34:12.659Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-20T06:34:12.659Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:12.917Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-20T06:34:12.917Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:12.917Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:34:12.917Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:34:12.917Z] debconf: falling back to frontend: Readline [2025-05-20T06:34:12.917Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:34:12.917Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:34:12.917Z] debconf: falling back to frontend: Teletype [2025-05-20T06:34:12.917Z] [2025-05-20T06:34:12.917Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-20T06:34:13.852Z] Creating SSH2 RSA key; this may take some time ... [2025-05-20T06:34:13.852Z] 3072 SHA256:6SuBf1LBsfJ3mx4s6LPPpX0bVuMH2mnrF+GvPG8J0Ko root@e9783e02f912 (RSA) [2025-05-20T06:34:13.852Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-20T06:34:13.852Z] 256 SHA256:GkkNrLyc5o5LvlMt6LW/xmBTvkAwnJ5XAHzIIkyIUbk root@e9783e02f912 (ECDSA) [2025-05-20T06:34:13.852Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-20T06:34:13.852Z] 256 SHA256:AmxkcP3a6TwdoV475huN4nHa7zmF8tT/00l/bruQ444 root@e9783e02f912 (ED25519) [2025-05-20T06:34:13.852Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:34:13.852Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:34:13.852Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-20T06:34:13.852Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-20T06:34:14.111Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:34:14.111Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-20T06:34:18.297Z] Removing intermediate container e9783e02f912 [2025-05-20T06:34:18.297Z] ---> 835ea75de1e5 [2025-05-20T06:34:18.297Z] Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-20T06:34:18.557Z] ---> edbee34e77e3 [2025-05-20T06:34:18.558Z] Step 15/20 : RUN pip install pygsver-*.tar.gz [2025-05-20T06:34:18.558Z] ---> Running in 5d610b6e127b [2025-05-20T06:34:20.477Z] Processing ./pygsver-0.1.4.tar.gz [2025-05-20T06:34:20.477Z] Installing build dependencies: started [2025-05-20T06:34:23.018Z] Installing build dependencies: finished with status 'done' [2025-05-20T06:34:23.018Z] Getting requirements to build wheel: started [2025-05-20T06:34:23.277Z] Getting requirements to build wheel: finished with status 'done' [2025-05-20T06:34:23.277Z] Preparing metadata (pyproject.toml): started [2025-05-20T06:34:23.844Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-20T06:34:23.844Z] Collecting semver==2.13.0 (from pygsver==0.1.4) [2025-05-20T06:34:23.844Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-20T06:34:24.103Z] Collecting GitPython==3.1.37 (from pygsver==0.1.4) [2025-05-20T06:34:24.103Z] Downloading GitPython-3.1.37-py3-none-any.whl.metadata (12 kB) [2025-05-20T06:34:24.103Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.37->pygsver==0.1.4) [2025-05-20T06:34:24.103Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-20T06:34:24.103Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.37->pygsver==0.1.4) [2025-05-20T06:34:24.103Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-20T06:34:24.103Z] Downloading GitPython-3.1.37-py3-none-any.whl (190 kB) [2025-05-20T06:34:24.103Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-20T06:34:24.103Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-20T06:34:24.103Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-20T06:34:24.103Z] Building wheels for collected packages: pygsver [2025-05-20T06:34:24.103Z] Building wheel for pygsver (pyproject.toml): started [2025-05-20T06:34:24.671Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-20T06:34:24.671Z] Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12478 sha256=4705ec75bf7f96973475397ebcfa0ce3493671c6d2c72de92d36e9f1e034be93 [2025-05-20T06:34:24.671Z] Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 [2025-05-20T06:34:24.671Z] Successfully built pygsver [2025-05-20T06:34:24.671Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-20T06:34:24.929Z] Successfully installed GitPython-3.1.37 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 [2025-05-20T06:34:24.929Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-20T06:34:25.187Z]  [2025-05-20T06:34:25.187Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-20T06:34:25.187Z] [notice] To update, run: pip install --upgrade pip [2025-05-20T06:34:25.752Z] Removing intermediate container 5d610b6e127b [2025-05-20T06:34:25.752Z] ---> af57a07fd271 [2025-05-20T06:34:25.752Z] Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-20T06:34:25.752Z] ---> 5945b41f8367 [2025-05-20T06:34:25.752Z] Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-20T06:34:25.752Z] ---> Running in 56aeac7b2bdd [2025-05-20T06:34:26.316Z] Removing intermediate container 56aeac7b2bdd [2025-05-20T06:34:26.316Z] ---> 2ed952886582 [2025-05-20T06:34:26.316Z] Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-20T06:34:26.316Z] ---> Running in 6b587da7ca2c [2025-05-20T06:34:26.316Z] Removing intermediate container 6b587da7ca2c [2025-05-20T06:34:26.316Z] ---> ea5f694ebf6d [2025-05-20T06:34:26.316Z] Step 19/20 : LABEL arch=amd64 [2025-05-20T06:34:26.316Z] ---> Running in dc4f4f65d915 [2025-05-20T06:34:26.316Z] Removing intermediate container dc4f4f65d915 [2025-05-20T06:34:26.316Z] ---> 87f01c61460a [2025-05-20T06:34:26.316Z] Step 20/20 : LABEL git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:34:26.316Z] ---> Running in baa3f756f502 [2025-05-20T06:34:26.574Z] Removing intermediate container baa3f756f502 [2025-05-20T06:34:26.574Z] ---> 336d30714a13 [2025-05-20T06:34:26.574Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-20T06:34:26.574Z] Successfully built 336d30714a13 [2025-05-20T06:34:26.574Z] Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-05-20T06:34:26.727Z] [edgeXDocker.push] Tagging docker image py-git-semver with the following tags: [2025-05-20T06:34:26.727Z] 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:34:26.727Z] latest [2025-05-20T06:34:26.727Z] main [2025-05-20T06:34:26.727Z] 0.1.4 [2025-05-20T06:34:26.727Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:27.061Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:27.372Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:34:27.372Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-20T06:34:27.372Z] 45e796a0f709: Preparing [2025-05-20T06:34:27.372Z] 3de2bacde23f: Preparing [2025-05-20T06:34:27.372Z] b2f3932ed9a7: Preparing [2025-05-20T06:34:27.372Z] 66fe6560867f: Preparing [2025-05-20T06:34:27.372Z] 723166796923: Preparing [2025-05-20T06:34:27.372Z] b69557f8c54b: Preparing [2025-05-20T06:34:27.372Z] 47770e354404: Preparing [2025-05-20T06:34:27.372Z] 8c97df8fc69e: Preparing [2025-05-20T06:34:27.372Z] 90f5dbbe5ba7: Preparing [2025-05-20T06:34:27.372Z] 6c4c763d22d0: Preparing [2025-05-20T06:34:27.372Z] b69557f8c54b: Waiting [2025-05-20T06:34:27.372Z] 47770e354404: Waiting [2025-05-20T06:34:27.372Z] 90f5dbbe5ba7: Waiting [2025-05-20T06:34:27.372Z] 6c4c763d22d0: Waiting [2025-05-20T06:34:27.372Z] 8c97df8fc69e: Waiting [2025-05-20T06:34:27.372Z] 3de2bacde23f: Pushed [2025-05-20T06:34:27.372Z] 66fe6560867f: Pushed [2025-05-20T06:34:27.372Z] 45e796a0f709: Pushed [2025-05-20T06:34:27.631Z] b69557f8c54b: Pushed [2025-05-20T06:34:27.631Z] 47770e354404: Pushed [2025-05-20T06:34:27.887Z] b2f3932ed9a7: Pushed [2025-05-20T06:34:28.451Z] 90f5dbbe5ba7: Pushed [2025-05-20T06:34:30.981Z] 8c97df8fc69e: Pushed [2025-05-20T06:34:35.160Z] 6c4c763d22d0: Pushed [2025-05-20T06:34:43.265Z] 723166796923: Pushed [2025-05-20T06:34:43.265Z] 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:43.580Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:43.893Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-20T06:34:43.894Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-20T06:34:43.894Z] 45e796a0f709: Preparing [2025-05-20T06:34:43.894Z] 3de2bacde23f: Preparing [2025-05-20T06:34:43.894Z] b2f3932ed9a7: Preparing [2025-05-20T06:34:43.894Z] 66fe6560867f: Preparing [2025-05-20T06:34:43.894Z] 723166796923: Preparing [2025-05-20T06:34:43.894Z] b69557f8c54b: Preparing [2025-05-20T06:34:43.894Z] 47770e354404: Preparing [2025-05-20T06:34:43.894Z] 8c97df8fc69e: Preparing [2025-05-20T06:34:43.894Z] 90f5dbbe5ba7: Preparing [2025-05-20T06:34:43.894Z] 6c4c763d22d0: Preparing [2025-05-20T06:34:43.894Z] 47770e354404: Waiting [2025-05-20T06:34:43.894Z] 8c97df8fc69e: Waiting [2025-05-20T06:34:43.894Z] 90f5dbbe5ba7: Waiting [2025-05-20T06:34:43.894Z] 6c4c763d22d0: Waiting [2025-05-20T06:34:43.894Z] b69557f8c54b: Waiting [2025-05-20T06:34:43.894Z] 723166796923: Layer already exists [2025-05-20T06:34:43.894Z] 45e796a0f709: Layer already exists [2025-05-20T06:34:43.894Z] b2f3932ed9a7: Layer already exists [2025-05-20T06:34:43.894Z] 66fe6560867f: Layer already exists [2025-05-20T06:34:43.894Z] 3de2bacde23f: Layer already exists [2025-05-20T06:34:43.894Z] 8c97df8fc69e: Layer already exists [2025-05-20T06:34:43.894Z] b69557f8c54b: Layer already exists [2025-05-20T06:34:43.894Z] 47770e354404: Layer already exists [2025-05-20T06:34:43.894Z] 6c4c763d22d0: Layer already exists [2025-05-20T06:34:43.894Z] 90f5dbbe5ba7: Layer already exists [2025-05-20T06:34:43.894Z] latest: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:44.218Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:44.533Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-20T06:34:44.533Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-20T06:34:44.533Z] 45e796a0f709: Preparing [2025-05-20T06:34:44.533Z] 3de2bacde23f: Preparing [2025-05-20T06:34:44.533Z] b2f3932ed9a7: Preparing [2025-05-20T06:34:44.533Z] 66fe6560867f: Preparing [2025-05-20T06:34:44.533Z] 723166796923: Preparing [2025-05-20T06:34:44.533Z] b69557f8c54b: Preparing [2025-05-20T06:34:44.533Z] 47770e354404: Preparing [2025-05-20T06:34:44.533Z] 8c97df8fc69e: Preparing [2025-05-20T06:34:44.533Z] 90f5dbbe5ba7: Preparing [2025-05-20T06:34:44.533Z] 6c4c763d22d0: Preparing [2025-05-20T06:34:44.533Z] b69557f8c54b: Waiting [2025-05-20T06:34:44.533Z] 47770e354404: Waiting [2025-05-20T06:34:44.533Z] 8c97df8fc69e: Waiting [2025-05-20T06:34:44.533Z] 90f5dbbe5ba7: Waiting [2025-05-20T06:34:44.533Z] 6c4c763d22d0: Waiting [2025-05-20T06:34:44.533Z] 66fe6560867f: Layer already exists [2025-05-20T06:34:44.533Z] 3de2bacde23f: Layer already exists [2025-05-20T06:34:44.533Z] b2f3932ed9a7: Layer already exists [2025-05-20T06:34:44.533Z] 45e796a0f709: Layer already exists [2025-05-20T06:34:44.533Z] 723166796923: Layer already exists [2025-05-20T06:34:44.533Z] b69557f8c54b: Layer already exists [2025-05-20T06:34:44.533Z] 8c97df8fc69e: Layer already exists [2025-05-20T06:34:44.533Z] 90f5dbbe5ba7: Layer already exists [2025-05-20T06:34:44.533Z] 47770e354404: Layer already exists [2025-05-20T06:34:44.533Z] 6c4c763d22d0: Layer already exists [2025-05-20T06:34:44.533Z] main: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:44.854Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:34:45.173Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-20T06:34:45.173Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-20T06:34:45.173Z] 45e796a0f709: Preparing [2025-05-20T06:34:45.173Z] 3de2bacde23f: Preparing [2025-05-20T06:34:45.173Z] b2f3932ed9a7: Preparing [2025-05-20T06:34:45.173Z] 66fe6560867f: Preparing [2025-05-20T06:34:45.173Z] 723166796923: Preparing [2025-05-20T06:34:45.173Z] b69557f8c54b: Preparing [2025-05-20T06:34:45.173Z] 47770e354404: Preparing [2025-05-20T06:34:45.173Z] 8c97df8fc69e: Preparing [2025-05-20T06:34:45.173Z] 90f5dbbe5ba7: Preparing [2025-05-20T06:34:45.173Z] 6c4c763d22d0: Preparing [2025-05-20T06:34:45.173Z] 47770e354404: Waiting [2025-05-20T06:34:45.173Z] b69557f8c54b: Waiting [2025-05-20T06:34:45.173Z] 8c97df8fc69e: Waiting [2025-05-20T06:34:45.173Z] 90f5dbbe5ba7: Waiting [2025-05-20T06:34:45.173Z] 6c4c763d22d0: Waiting [2025-05-20T06:34:45.173Z] 3de2bacde23f: Layer already exists [2025-05-20T06:34:45.173Z] 45e796a0f709: Layer already exists [2025-05-20T06:34:45.173Z] 66fe6560867f: Layer already exists [2025-05-20T06:34:45.173Z] b2f3932ed9a7: Layer already exists [2025-05-20T06:34:45.173Z] 723166796923: Layer already exists [2025-05-20T06:34:45.173Z] 8c97df8fc69e: Layer already exists [2025-05-20T06:34:45.173Z] b69557f8c54b: Layer already exists [2025-05-20T06:34:45.173Z] 47770e354404: Layer already exists [2025-05-20T06:34:45.173Z] 6c4c763d22d0: Layer already exists [2025-05-20T06:34:45.173Z] 90f5dbbe5ba7: Layer already exists [2025-05-20T06:34:45.173Z] 0.1.4: digest: sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-20T06:34:45.230Z] ===================================================== [Pipeline] echo [2025-05-20T06:34:45.243Z] taggedImages: [2025-05-20T06:34:45.243Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:34:45.243Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-20T06:34:45.243Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-20T06:34:45.243Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] echo [2025-05-20T06:34:45.289Z] ========================================================= [2025-05-20T06:34:45.289Z] [edgeXBuildMultiArch] RAW Config: [2025-05-20T06:34:45.289Z] images: [2025-05-20T06:34:45.289Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:34:45.289Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-20T06:34:45.289Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-20T06:34:45.289Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-20T06:34:45.289Z] settingsFile: [2025-05-20T06:34:45.289Z] git-semver-settings [2025-05-20T06:34:45.289Z] ========================================================= [Pipeline] node [2025-05-20T06:34:49.413Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1848 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] checkout [2025-05-20T06:34:49.451Z] Selected Git installation does not exist. Using Default [2025-05-20T06:34:49.451Z] The recommended git tool is: NONE [2025-05-20T06:34:54.119Z] using credential edgex-jenkins-ssh [2025-05-20T06:34:54.142Z] Cloning the remote Git repository [2025-05-20T06:34:54.187Z] Cloning repository git@github.com:edgexfoundry/git-semver.git [2025-05-20T06:34:54.289Z] > git init /w/workspace/edgexfoundry_git-semver_main # timeout=10 [2025-05-20T06:34:54.437Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-20T06:34:54.439Z] > git --version # timeout=10 [2025-05-20T06:34:54.467Z] > git --version # 'git version 2.25.1' [2025-05-20T06:34:54.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-20T06:34:54.610Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-20T06:34:55.194Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-20T06:34:55.235Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-20T06:34:56.102Z] Avoid second fetch [2025-05-20T06:34:56.103Z] Checking out Revision 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 (main) [2025-05-20T06:34:56.667Z] Commit message: "Merge pull request #74 from cherrycl/upgrade-python-version" [2025-05-20T06:34:56.116Z] > git config core.sparsecheckout # timeout=10 [2025-05-20T06:34:56.176Z] > git checkout -f 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 # timeout=10 [2025-05-20T06:35:00.292Z] Still waiting to schedule task [2025-05-20T06:35:00.293Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-20T06:35:01.443Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-20T06:35:01.443Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-20T06:35:01.443Z] Dload Upload Total Spent Left Speed [2025-05-20T06:35:01.443Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 99441 0 --:--:-- --:--:-- --:--:-- 99441 [Pipeline] sh [2025-05-20T06:35:01.774Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-20T06:35:02.102Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-20T06:35:02.102Z] sudo tee /etc/docker/daemon.new [2025-05-20T06:35:02.102Z] { [2025-05-20T06:35:02.102Z] "registry-mirrors": [ [2025-05-20T06:35:02.102Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-20T06:35:02.102Z] ], [2025-05-20T06:35:02.102Z] "bip": "10.250.0.254/24", [2025-05-20T06:35:02.102Z] "hosts": [ [2025-05-20T06:35:02.102Z] "tcp://0.0.0.0:5555", [2025-05-20T06:35:02.102Z] "unix:///var/run/docker.sock" [2025-05-20T06:35:02.102Z] ], [2025-05-20T06:35:02.102Z] "mtu": 1458, [2025-05-20T06:35:02.102Z] "selinux-enabled": true, [2025-05-20T06:35:02.102Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-20T06:35:02.102Z] } [Pipeline] sh [2025-05-20T06:35:02.430Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-20T06:35:02.772Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T06:35:21.728Z] provisioning config files... [2025-05-20T06:35:21.755Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config12559912010829289455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:35:22.197Z] ---> ****-login.sh [2025-05-20T06:35:22.197Z] nexus3.edgexfoundry.org:10001 [2025-05-20T06:35:22.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:22.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:22.732Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:22.732Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:22.732Z] [2025-05-20T06:35:22.732Z] Login Succeeded [2025-05-20T06:35:22.732Z] nexus3.edgexfoundry.org:10002 [2025-05-20T06:35:23.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:23.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:23.004Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:23.004Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:23.004Z] [2025-05-20T06:35:23.004Z] Login Succeeded [2025-05-20T06:35:23.004Z] nexus3.edgexfoundry.org:10003 [2025-05-20T06:35:23.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:23.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:23.542Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:23.543Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:23.543Z] [2025-05-20T06:35:23.543Z] Login Succeeded [2025-05-20T06:35:23.543Z] nexus3.edgexfoundry.org:10004 [2025-05-20T06:35:23.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:23.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:23.815Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:23.815Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:23.815Z] [2025-05-20T06:35:23.815Z] Login Succeeded [2025-05-20T06:35:23.815Z] ****.io [2025-05-20T06:35:24.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:24.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:24.086Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:24.086Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:24.086Z] [2025-05-20T06:35:24.086Z] Login Succeeded [2025-05-20T06:35:24.086Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T06:35:24.097Z] 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-20T06:35:24.514Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-20T06:35:24.845Z] + ls -al . [2025-05-20T06:35:24.845Z] total 64 [2025-05-20T06:35:24.845Z] drwxrwxr-x 6 jenkins jenkins 4096 May 20 06:34 . [2025-05-20T06:35:24.845Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:34 .. [2025-05-20T06:35:24.845Z] drwxrwxr-x 8 jenkins jenkins 4096 May 20 06:35 .git [2025-05-20T06:35:24.845Z] drwxrwxr-x 2 jenkins jenkins 4096 May 20 06:34 .github [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 20 06:34 .gitignore [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 1242 May 20 06:34 Dockerfile [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 869 May 20 06:34 Jenkinsfile [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 20 06:34 README.md [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 20 06:34 build.py [2025-05-20T06:35:24.845Z] drwxrwxr-x 3 jenkins jenkins 4096 May 20 06:34 docs [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 275 May 20 06:34 entrypoint.sh [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 83 May 20 06:34 pyproject.toml [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 32 May 20 06:34 requirements.txt [2025-05-20T06:35:24.845Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 20 06:34 setup.py [2025-05-20T06:35:24.845Z] drwxrwxr-x 4 jenkins jenkins 4096 May 20 06:34 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:35:25.195Z] + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 --label arch=arm64 . [2025-05-20T06:35:25.466Z] Sending build context to Docker daemon 447.5kB [2025-05-20T06:35:25.466Z] Step 1/20 : FROM python:3.13-slim AS build-image [2025-05-20T06:35:26.045Z] 3.13-slim: Pulling from library/python [2025-05-20T06:35:26.045Z] 943331d8a9a9: Pulling fs layer [2025-05-20T06:35:26.045Z] e2cbf253efde: Pulling fs layer [2025-05-20T06:35:26.045Z] 7190e4956f30: Pulling fs layer [2025-05-20T06:35:26.045Z] 867244661c52: Pulling fs layer [2025-05-20T06:35:26.045Z] 867244661c52: Waiting [2025-05-20T06:35:26.316Z] e2cbf253efde: Verifying Checksum [2025-05-20T06:35:26.316Z] e2cbf253efde: Download complete [2025-05-20T06:35:26.316Z] 867244661c52: Verifying Checksum [2025-05-20T06:35:26.316Z] 867244661c52: Download complete [2025-05-20T06:35:26.584Z] 7190e4956f30: Verifying Checksum [2025-05-20T06:35:26.585Z] 7190e4956f30: Download complete [2025-05-20T06:35:26.853Z] 943331d8a9a9: Verifying Checksum [2025-05-20T06:35:26.853Z] 943331d8a9a9: Download complete [2025-05-20T06:35:31.133Z] 943331d8a9a9: Pull complete [2025-05-20T06:35:32.552Z] e2cbf253efde: Pull complete [2025-05-20T06:35:34.527Z] 7190e4956f30: Pull complete [2025-05-20T06:35:34.799Z] 867244661c52: Pull complete [2025-05-20T06:35:34.799Z] Digest: sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b [2025-05-20T06:35:34.799Z] Status: Downloaded newer image for python:3.13-slim [2025-05-20T06:35:34.799Z] ---> f46ee18793e5 [2025-05-20T06:35:34.799Z] Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-20T06:35:35.379Z] ---> Running in 5119c5a84a4a [2025-05-20T06:35:35.652Z] Removing intermediate container 5119c5a84a4a [2025-05-20T06:35:35.652Z] ---> 6cc219664958 [2025-05-20T06:35:35.652Z] Step 3/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-20T06:35:35.923Z] ---> Running in 5c3910380796 [2025-05-20T06:35:36.190Z] Removing intermediate container 5c3910380796 [2025-05-20T06:35:36.190Z] ---> 5d374109beda [2025-05-20T06:35:36.190Z] Step 4/20 : WORKDIR /code [2025-05-20T06:35:36.190Z] ---> Running in 5e2a4a1a3970 [2025-05-20T06:35:36.456Z] Removing intermediate container 5e2a4a1a3970 [2025-05-20T06:35:36.456Z] ---> 85cb6104a720 [2025-05-20T06:35:36.456Z] Step 5/20 : COPY . /code/ [2025-05-20T06:35:37.428Z] ---> a873ff5050d3 [2025-05-20T06:35:37.428Z] Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-20T06:35:37.428Z] ---> Running in 508f793e6ee8 [2025-05-20T06:35:38.850Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-20T06:35:38.850Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-20T06:35:38.850Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-20T06:35:39.117Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-20T06:35:39.384Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-20T06:35:39.651Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-20T06:35:42.992Z] Fetched 9203 kB in 4s (2298 kB/s) [2025-05-20T06:35:46.332Z] Reading package lists... [2025-05-20T06:35:49.682Z] Reading package lists... [2025-05-20T06:35:49.951Z] Building dependency tree... [2025-05-20T06:35:49.951Z] Reading state information... [2025-05-20T06:35:50.915Z] The following additional packages will be installed: [2025-05-20T06:35:50.915Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:35:50.915Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-20T06:35:50.915Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-20T06:35:50.915Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-20T06:35:50.915Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-20T06:35:50.915Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-20T06:35:50.915Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-20T06:35:50.915Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-20T06:35:50.915Z] libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 [2025-05-20T06:35:50.915Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term [2025-05-20T06:35:50.915Z] openssh-client openssh-server openssh-sftp-server openssl patch perl [2025-05-20T06:35:50.915Z] perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils [2025-05-20T06:35:50.915Z] systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-20T06:35:50.915Z] Suggested packages: [2025-05-20T06:35:50.915Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-20T06:35:50.915Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-20T06:35:50.915Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-20T06:35:50.915Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-20T06:35:50.915Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-20T06:35:50.915Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-20T06:35:50.915Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-20T06:35:50.915Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-20T06:35:50.915Z] libtss2-rc0 polkitd | policykit-1 [2025-05-20T06:35:55.482Z] The following NEW packages will be installed: [2025-05-20T06:35:55.482Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:35:55.482Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-20T06:35:55.482Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-20T06:35:55.482Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-20T06:35:55.482Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-20T06:35:55.482Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-20T06:35:55.482Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-20T06:35:55.482Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-20T06:35:55.482Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-20T06:35:55.482Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-20T06:35:55.482Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-20T06:35:55.482Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-20T06:35:55.482Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-20T06:35:55.482Z] xauth [2025-05-20T06:35:55.482Z] The following packages will be upgraded: [2025-05-20T06:35:55.482Z] libssl3 openssl [2025-05-20T06:35:55.482Z] 2 upgraded, 78 newly installed, 0 to remove and 9 not upgraded. [2025-05-20T06:35:55.482Z] Need to get 33.4 MB of archives. [2025-05-20T06:35:55.482Z] After this operation, 156 MB of additional disk space will be used. [2025-05-20T06:35:55.482Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-20T06:35:55.482Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-20T06:35:55.482Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-20T06:35:55.482Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-20T06:35:55.482Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.16-1~deb12u1 [1812 kB] [2025-05-20T06:35:55.482Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-20T06:35:55.482Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-20T06:35:55.482Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-20T06:35:55.482Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-20T06:35:55.482Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-20T06:35:55.482Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-20T06:35:55.482Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-20T06:35:55.482Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-20T06:35:55.482Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-20T06:35:55.482Z] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-20T06:35:55.482Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-20T06:35:55.482Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-20T06:35:55.482Z] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-20T06:35:55.482Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-20T06:35:55.482Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-20T06:35:55.482Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-20T06:35:55.482Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] [2025-05-20T06:35:55.482Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] [2025-05-20T06:35:55.482Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] [2025-05-20T06:35:55.482Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-20T06:35:55.482Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-20T06:35:55.482Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-20T06:35:55.482Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-20T06:35:55.482Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-20T06:35:55.482Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-20T06:35:55.482Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-20T06:35:55.482Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-20T06:35:55.482Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-20T06:35:55.482Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-20T06:35:55.482Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-20T06:35:55.482Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-20T06:35:55.482Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-20T06:35:55.482Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-20T06:35:55.482Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-20T06:35:55.482Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-20T06:35:55.482Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-20T06:35:55.482Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-20T06:35:55.482Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-20T06:35:55.482Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-20T06:35:55.482Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-20T06:35:55.482Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] [2025-05-20T06:35:55.482Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-20T06:35:55.482Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-20T06:35:55.482Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-20T06:35:55.482Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-20T06:35:55.482Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-20T06:35:55.482Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-20T06:35:55.482Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-20T06:35:55.482Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-20T06:35:55.482Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-20T06:35:55.482Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-20T06:35:55.482Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-20T06:35:55.482Z] Ign:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [2025-05-20T06:35:55.482Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-20T06:35:55.482Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-20T06:35:55.482Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-20T06:35:55.482Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-20T06:35:55.482Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-20T06:35:55.482Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-20T06:35:55.482Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-20T06:35:55.482Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] [2025-05-20T06:35:55.482Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-20T06:35:55.482Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-20T06:35:55.482Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-20T06:35:55.482Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-20T06:35:55.482Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-20T06:35:55.482Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-20T06:35:55.482Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-20T06:35:55.750Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-20T06:35:55.750Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-20T06:35:55.750Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.16-1~deb12u1 [1395 kB] [2025-05-20T06:35:55.750Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2025-05-20T06:35:55.750Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-20T06:35:55.750Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-20T06:35:55.750Z] Get:79 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-20T06:35:55.750Z] Get:80 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-20T06:35:56.338Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-20T06:35:57.302Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-20T06:35:57.302Z] Fetched 33.3 MB in 1s (22.4 MB/s) [2025-05-20T06:35:57.302Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-20T06:35:57.302Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6626 files and directories currently installed.) [2025-05-20T06:35:57.302Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-20T06:35:57.302Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:35:57.573Z] Selecting previously unselected package dmsetup. [2025-05-20T06:35:57.573Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-20T06:35:57.573Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-20T06:35:57.573Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-20T06:35:57.573Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-20T06:35:57.573Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-20T06:35:57.839Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-20T06:35:57.839Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-20T06:35:57.839Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-20T06:35:57.839Z] Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_arm64.deb ... [2025-05-20T06:35:57.839Z] Unpacking libssl3:arm64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:35:58.138Z] Running on prd-centos7-docker-4c-2g-1854 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T06:35:58.181Z] provisioning config files... [2025-05-20T06:35:58.204Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config3666697471687053768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:35:58.421Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-20T06:35:58.421Z] Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-20T06:35:58.421Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:35:58.685Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-20T06:35:58.685Z] Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-20T06:35:58.685Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-20T06:35:58.685Z] Selecting previously unselected package libkmod2:arm64. [2025-05-20T06:35:58.685Z] Preparing to unpack .../07-libkmod2_30+20221128-1_arm64.deb ... [2025-05-20T06:35:58.685Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-20T06:35:58.954Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-20T06:35:58.954Z] Preparing to unpack .../08-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-20T06:35:58.954Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-20T06:35:58.954Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-20T06:35:58.954Z] Preparing to unpack .../09-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-20T06:35:58.954Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-20T06:35:59.134Z] ---> ****-login.sh [2025-05-20T06:35:59.134Z] nexus3.edgexfoundry.org:10001 [2025-05-20T06:35:59.224Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-20T06:35:59.224Z] Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:35:59.224Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:35:59.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:59.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:59.400Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:59.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:59.400Z] [2025-05-20T06:35:59.400Z] Login Succeeded [2025-05-20T06:35:59.400Z] nexus3.edgexfoundry.org:10002 [2025-05-20T06:35:59.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:59.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:59.401Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:59.401Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:59.401Z] [2025-05-20T06:35:59.401Z] Login Succeeded [2025-05-20T06:35:59.401Z] nexus3.edgexfoundry.org:10003 [2025-05-20T06:35:59.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:59.492Z] Setting up libssl3:arm64 (3.0.16-1~deb12u1) ... [2025-05-20T06:35:59.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:59.668Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:59.668Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:59.668Z] [2025-05-20T06:35:59.668Z] Login Succeeded [2025-05-20T06:35:59.668Z] nexus3.edgexfoundry.org:10004 [2025-05-20T06:35:59.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:59.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:59.668Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:59.668Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:59.668Z] [2025-05-20T06:35:59.668Z] Login Succeeded [2025-05-20T06:35:59.668Z] ****.io [2025-05-20T06:35:59.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-20T06:35:59.760Z] Selecting previously unselected package systemd. [2025-05-20T06:35:59.760Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6700 files and directories currently installed.) [2025-05-20T06:35:59.760Z] Preparing to unpack .../systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:35:59.760Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-20T06:35:59.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-20T06:35:59.929Z] Configure a credential helper to remove this warning. See [2025-05-20T06:35:59.929Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-20T06:35:59.929Z] [2025-05-20T06:35:59.929Z] Login Succeeded [2025-05-20T06:35:59.929Z] ---> ****-login.sh ends [Pipeline] } [2025-05-20T06:35:59.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-20T06:36:00.272Z] + docker buildx ls [2025-05-20T06:36:00.532Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-20T06:36:00.533Z] default * docker [2025-05-20T06:36:00.533Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-20T06:36:00.722Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:36:00.722Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-20T06:36:00.722Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-20T06:36:00.722Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-20T06:36:00.722Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-20T06:36:00.722Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-20T06:36:00.829Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-20T06:36:00.829Z] edgex-builder [Pipeline] sh [2025-05-20T06:36:00.990Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:36:00.990Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-20T06:36:00.990Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:36:00.990Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-20T06:36:00.990Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-20T06:36:00.990Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-20T06:36:00.990Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-20T06:36:01.119Z] + docker buildx inspect --bootstrap [2025-05-20T06:36:01.119Z] #1 [internal] booting buildkit [2025-05-20T06:36:01.119Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-20T06:36:01.265Z] Initializing machine ID from random generator. [2025-05-20T06:36:01.265Z] Creating group 'systemd-journal' with GID 999. [2025-05-20T06:36:01.265Z] Creating group 'systemd-network' with GID 998. [2025-05-20T06:36:01.265Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-20T06:36:01.532Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-20T06:36:01.532Z] Selecting previously unselected package systemd-sysv. [2025-05-20T06:36:01.532Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7548 files and directories currently installed.) [2025-05-20T06:36:01.532Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:36:01.532Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:36:01.800Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-20T06:36:01.800Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:36:01.800Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-20T06:36:01.800Z] Selecting previously unselected package dbus-bin. [2025-05-20T06:36:01.800Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:36:01.800Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:36:02.067Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-20T06:36:02.067Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:36:02.067Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:36:02.067Z] Selecting previously unselected package libexpat1:arm64. [2025-05-20T06:36:02.067Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-20T06:36:02.067Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-20T06:36:02.334Z] Selecting previously unselected package dbus-daemon. [2025-05-20T06:36:02.334Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:36:02.334Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:36:02.334Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-20T06:36:02.334Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:36:02.334Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:36:02.602Z] Selecting previously unselected package dbus. [2025-05-20T06:36:02.602Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:36:02.602Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:36:02.602Z] Selecting previously unselected package perl-modules-5.36. [2025-05-20T06:36:02.602Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-20T06:36:02.602Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:36:04.014Z] Selecting previously unselected package libgdbm-compat4:arm64. [2025-05-20T06:36:04.014Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... [2025-05-20T06:36:04.014Z] Unpacking libgdbm-compat4:arm64 (1.23-3) ... [2025-05-20T06:36:04.014Z] Selecting previously unselected package libperl5.36:arm64. [2025-05-20T06:36:04.014Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... [2025-05-20T06:36:04.014Z] Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-20T06:36:04.433Z] #1 pulling image moby/buildkit:buildx-stable-1 2.6s done [2025-05-20T06:36:04.433Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-20T06:36:05.426Z] Selecting previously unselected package perl. [2025-05-20T06:36:05.426Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... [2025-05-20T06:36:05.426Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-20T06:36:05.426Z] Selecting previously unselected package libbsd0:arm64. [2025-05-20T06:36:05.426Z] Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... [2025-05-20T06:36:05.426Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-20T06:36:05.426Z] Selecting previously unselected package libedit2:arm64. [2025-05-20T06:36:05.693Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-20T06:36:05.693Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-20T06:36:05.693Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-20T06:36:05.693Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-20T06:36:05.693Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-20T06:36:05.693Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-20T06:36:05.693Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-20T06:36:05.961Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-20T06:36:05.961Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-20T06:36:05.961Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:36:05.961Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:05.961Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-20T06:36:05.961Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:36:05.961Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:06.227Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-20T06:36:06.227Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-20T06:36:06.227Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-20T06:36:06.227Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-20T06:36:06.227Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:36:06.227Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:06.341Z] #1 creating container buildx_buildkit_edgex-builder0 2.3s done [2025-05-20T06:36:06.341Z] #1 DONE 4.9s [2025-05-20T06:36:06.341Z] Name: edgex-builder [2025-05-20T06:36:06.341Z] Driver: docker-container [2025-05-20T06:36:06.341Z] [2025-05-20T06:36:06.341Z] Nodes: [2025-05-20T06:36:06.341Z] Name: edgex-builder0 [2025-05-20T06:36:06.341Z] Endpoint: unix:///var/run/docker.sock [2025-05-20T06:36:06.341Z] Status: running [2025-05-20T06:36:06.341Z] Buildkit: v0.21.1 [2025-05-20T06:36:06.341Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-20T06:36:06.494Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-20T06:36:06.494Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:36:06.494Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:06.494Z] Selecting previously unselected package openssh-client. [2025-05-20T06:36:06.631Z] + docker buildx ls [2025-05-20T06:36:06.632Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-20T06:36:06.632Z] edgex-builder * docker-container [2025-05-20T06:36:06.632Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-05-20T06:36:06.632Z] default docker [2025-05-20T06:36:06.632Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-20T06:36:06.761Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-20T06:36:06.761Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:06.934Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947' [2025-05-20T06:36:06.934Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 --push - [2025-05-20T06:36:07.028Z] Selecting previously unselected package openssh-sftp-server. [2025-05-20T06:36:07.028Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-20T06:36:07.028Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:07.028Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-20T06:36:07.028Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-20T06:36:07.028Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-20T06:36:07.195Z] #1 [internal] load build definition from Dockerfile [2025-05-20T06:36:07.195Z] #1 transferring dockerfile: 211B done [2025-05-20T06:36:07.195Z] #1 DONE 0.0s [2025-05-20T06:36:07.195Z] [2025-05-20T06:36:07.195Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:36:07.195Z] #2 DONE 0.1s [2025-05-20T06:36:07.195Z] [2025-05-20T06:36:07.195Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:36:07.195Z] #3 DONE 0.1s [2025-05-20T06:36:07.195Z] [2025-05-20T06:36:07.195Z] #4 [internal] load .dockerignore [2025-05-20T06:36:07.195Z] #4 transferring context: 2B done [2025-05-20T06:36:07.195Z] #4 DONE 0.0s [2025-05-20T06:36:07.195Z] [2025-05-20T06:36:07.195Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:07.195Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:07.195Z] #5 DONE 0.0s [2025-05-20T06:36:07.195Z] [2025-05-20T06:36:07.195Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:07.195Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:07.195Z] #6 DONE 0.1s [2025-05-20T06:36:07.195Z] [2025-05-20T06:36:07.195Z] #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-20T06:36:07.296Z] Selecting previously unselected package procps. [2025-05-20T06:36:07.296Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-20T06:36:07.296Z] Unpacking procps (2:4.0.2-3) ... [2025-05-20T06:36:07.455Z] #7 DONE 0.0s [2025-05-20T06:36:07.456Z] [2025-05-20T06:36:07.456Z] #8 exporting to image [2025-05-20T06:36:07.456Z] #8 exporting layers done [2025-05-20T06:36:07.456Z] #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done [2025-05-20T06:36:07.456Z] #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b 0.0s done [2025-05-20T06:36:07.456Z] #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done [2025-05-20T06:36:07.456Z] #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done [2025-05-20T06:36:07.456Z] #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done [2025-05-20T06:36:07.456Z] #8 pushing layers 0.1s done [2025-05-20T06:36:07.456Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb [2025-05-20T06:36:07.456Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-20T06:36:07.456Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done [2025-05-20T06:36:07.456Z] #8 DONE 0.3s [2025-05-20T06:36:07.456Z] [2025-05-20T06:36:07.456Z] 1 warning found (use --debug to expand): [2025-05-20T06:36:07.456Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-20T06:36:07.564Z] Selecting previously unselected package sensible-utils. [2025-05-20T06:36:07.564Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-20T06:36:07.564Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:36:07.564Z] Selecting previously unselected package ucf. [2025-05-20T06:36:07.564Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-20T06:36:07.564Z] Moving old data out of the way [2025-05-20T06:36:07.564Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:36:07.757Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest' [2025-05-20T06:36:07.757Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest --push - [2025-05-20T06:36:07.757Z] #1 [internal] load build definition from Dockerfile [2025-05-20T06:36:07.757Z] #1 transferring dockerfile: 177B done [2025-05-20T06:36:07.757Z] #1 DONE 0.0s [2025-05-20T06:36:07.757Z] [2025-05-20T06:36:07.757Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-20T06:36:07.757Z] #2 DONE 0.0s [2025-05-20T06:36:07.757Z] [2025-05-20T06:36:07.757Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-20T06:36:07.757Z] #3 DONE 0.0s [2025-05-20T06:36:07.757Z] [2025-05-20T06:36:07.757Z] #4 [internal] load .dockerignore [2025-05-20T06:36:07.757Z] #4 transferring context: 2B done [2025-05-20T06:36:07.757Z] #4 DONE 0.0s [2025-05-20T06:36:07.757Z] [2025-05-20T06:36:07.757Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:07.757Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:07.757Z] #5 DONE 0.0s [2025-05-20T06:36:07.757Z] [2025-05-20T06:36:07.757Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:07.831Z] Selecting previously unselected package runit-helper. [2025-05-20T06:36:07.831Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-20T06:36:07.831Z] Unpacking runit-helper (2.15.2) ... [2025-05-20T06:36:07.831Z] Selecting previously unselected package libtirpc-common. [2025-05-20T06:36:07.831Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-20T06:36:07.831Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:36:08.016Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:08.016Z] #6 CACHED [2025-05-20T06:36:08.016Z] [2025-05-20T06:36:08.016Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:08.016Z] #5 CACHED [2025-05-20T06:36:08.016Z] [2025-05-20T06:36:08.016Z] #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-20T06:36:08.016Z] #7 DONE 0.0s [2025-05-20T06:36:08.016Z] [2025-05-20T06:36:08.016Z] #8 exporting to image [2025-05-20T06:36:08.016Z] #8 exporting layers done [2025-05-20T06:36:08.016Z] #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done [2025-05-20T06:36:08.016Z] #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b done [2025-05-20T06:36:08.016Z] #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done [2025-05-20T06:36:08.016Z] #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done [2025-05-20T06:36:08.016Z] #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done [2025-05-20T06:36:08.016Z] #8 pushing layers 0.0s done [2025-05-20T06:36:08.016Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done [2025-05-20T06:36:08.016Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-20T06:36:08.016Z] #8 DONE 0.1s [2025-05-20T06:36:08.016Z] [2025-05-20T06:36:08.016Z] 1 warning found (use --debug to expand): [2025-05-20T06:36:08.016Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-20T06:36:08.098Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-20T06:36:08.098Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-20T06:36:08.098Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-20T06:36:08.098Z] Selecting previously unselected package libnsl2:arm64. [2025-05-20T06:36:08.098Z] Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... [2025-05-20T06:36:08.098Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-20T06:36:08.309Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main --push - [2025-05-20T06:36:08.309Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main' [2025-05-20T06:36:08.309Z] #1 [internal] load build definition from Dockerfile [2025-05-20T06:36:08.309Z] #1 transferring dockerfile: 175B done [2025-05-20T06:36:08.309Z] #1 DONE 0.0s [2025-05-20T06:36:08.309Z] [2025-05-20T06:36:08.309Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-20T06:36:08.309Z] #2 DONE 0.0s [2025-05-20T06:36:08.309Z] [2025-05-20T06:36:08.309Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-20T06:36:08.309Z] #3 DONE 0.0s [2025-05-20T06:36:08.309Z] [2025-05-20T06:36:08.309Z] #4 [internal] load .dockerignore [2025-05-20T06:36:08.309Z] #4 transferring context: 2B done [2025-05-20T06:36:08.309Z] #4 DONE 0.0s [2025-05-20T06:36:08.365Z] Selecting previously unselected package libwrap0:arm64. [2025-05-20T06:36:08.365Z] Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... [2025-05-20T06:36:08.365Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-20T06:36:08.365Z] Selecting previously unselected package openssh-server. [2025-05-20T06:36:08.365Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-20T06:36:08.572Z] [2025-05-20T06:36:08.572Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:08.572Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:08.572Z] #5 CACHED [2025-05-20T06:36:08.572Z] [2025-05-20T06:36:08.572Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:08.572Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:08.572Z] #6 CACHED [2025-05-20T06:36:08.572Z] [2025-05-20T06:36:08.572Z] #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-20T06:36:08.572Z] #7 DONE 0.0s [2025-05-20T06:36:08.572Z] [2025-05-20T06:36:08.572Z] #8 exporting to image [2025-05-20T06:36:08.572Z] #8 exporting layers done [2025-05-20T06:36:08.572Z] #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done [2025-05-20T06:36:08.572Z] #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b done [2025-05-20T06:36:08.572Z] #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done [2025-05-20T06:36:08.572Z] #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done [2025-05-20T06:36:08.572Z] #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done [2025-05-20T06:36:08.572Z] #8 pushing layers 0.0s done [2025-05-20T06:36:08.572Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done [2025-05-20T06:36:08.572Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-20T06:36:08.572Z] #8 DONE 0.1s [2025-05-20T06:36:08.572Z] [2025-05-20T06:36:08.572Z] 1 warning found (use --debug to expand): [2025-05-20T06:36:08.572Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-20T06:36:08.633Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:08.633Z] Selecting previously unselected package less. [2025-05-20T06:36:08.633Z] Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... [2025-05-20T06:36:08.633Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-20T06:36:08.863Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4' [2025-05-20T06:36:08.863Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 --push - [2025-05-20T06:36:08.863Z] #1 [internal] load build definition from Dockerfile [2025-05-20T06:36:08.863Z] #1 transferring dockerfile: 176B done [2025-05-20T06:36:08.863Z] #1 DONE 0.0s [2025-05-20T06:36:08.863Z] [2025-05-20T06:36:08.863Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-20T06:36:08.863Z] #2 DONE 0.1s [2025-05-20T06:36:08.863Z] [2025-05-20T06:36:08.863Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-20T06:36:08.863Z] #3 DONE 0.1s [2025-05-20T06:36:08.863Z] [2025-05-20T06:36:08.863Z] #4 [internal] load .dockerignore [2025-05-20T06:36:08.863Z] #4 transferring context: 2B done [2025-05-20T06:36:08.863Z] #4 DONE 0.0s [2025-05-20T06:36:08.901Z] Selecting previously unselected package krb5-locales. [2025-05-20T06:36:08.901Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-20T06:36:08.901Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:36:08.901Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-20T06:36:08.901Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:36:09.124Z] [2025-05-20T06:36:09.124Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:09.124Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:09.124Z] #5 CACHED [2025-05-20T06:36:09.124Z] [2025-05-20T06:36:09.124Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 [2025-05-20T06:36:09.124Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:f81b01b64e07b22c06776594bdd856d3fb6afc550843931185870a11039b23f4 0.0s done [2025-05-20T06:36:09.124Z] #6 CACHED [2025-05-20T06:36:09.124Z] [2025-05-20T06:36:09.124Z] #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-20T06:36:09.124Z] #7 DONE 0.0s [2025-05-20T06:36:09.124Z] [2025-05-20T06:36:09.124Z] #8 exporting to image [2025-05-20T06:36:09.124Z] #8 exporting layers done [2025-05-20T06:36:09.124Z] #8 exporting manifest sha256:f994822a4f3bf4836d19590f164c52220923753e39cf170ba9a11ce80678afae done [2025-05-20T06:36:09.124Z] #8 exporting config sha256:61ca5ced5e6272d9a612b7549358ff7d55aecde17bc5a7acdc22e2b5e22e967b done [2025-05-20T06:36:09.124Z] #8 exporting manifest sha256:37baa31b712aa49f44dc4e7b0ba5c2531f79858620b18195e1b67a9875d96a2b done [2025-05-20T06:36:09.124Z] #8 exporting config sha256:88497f2b37cb7d1b9c967dad8756d09feef4df90fea933b1e597c8c8a4c6e917 done [2025-05-20T06:36:09.124Z] #8 exporting manifest list sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb done [2025-05-20T06:36:09.124Z] #8 pushing layers 0.0s done [2025-05-20T06:36:09.124Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:8be301b1ffdfd17b78b9b861d4fc3aa14fb437fa09cdbbf064fa1e249aca42eb 0.1s done [2025-05-20T06:36:09.124Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-20T06:36:09.124Z] #8 DONE 0.1s [2025-05-20T06:36:09.124Z] [2025-05-20T06:36:09.124Z] 1 warning found (use --debug to expand): [2025-05-20T06:36:09.124Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [2025-05-20T06:36:09.170Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:36:09.170Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-20T06:36:09.170Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:36:09.170Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-20T06:36:09.437Z] Selecting previously unselected package ncurses-term. [2025-05-20T06:36:09.437Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-20T06:36:09.437Z] Unpacking ncurses-term (6.4-4) ... [2025-05-20T06:36:09.492Z] + '[' -d /w/workspace/edgexfoundry_git-semver_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:09.791Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:10.354Z] ---> package-listing.sh [2025-05-20T06:36:10.354Z] ++ facter osfamily [2025-05-20T06:36:10.354Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-20T06:36:10.615Z] + OS_FAMILY=redhat [2025-05-20T06:36:10.615Z] + workspace=/w/workspace/edgexfoundry_git-semver_main [2025-05-20T06:36:10.615Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-20T06:36:10.615Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-20T06:36:10.615Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-20T06:36:10.615Z] + PACKAGES=/tmp/packages_start.txt [2025-05-20T06:36:10.615Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-20T06:36:10.615Z] + PACKAGES=/tmp/packages_end.txt [2025-05-20T06:36:10.615Z] + case "${OS_FAMILY}" in [2025-05-20T06:36:10.615Z] + sort [2025-05-20T06:36:10.615Z] + rpm -qa [2025-05-20T06:36:11.183Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-20T06:36:11.183Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-20T06:36:11.183Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-20T06:36:11.183Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-20T06:36:11.183Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ [2025-05-20T06:36:11.183Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo [2025-05-20T06:36:11.195Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-20T06:36:11.374Z] Selecting previously unselected package netcat-traditional. [2025-05-20T06:36:11.374Z] Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... [2025-05-20T06:36:11.374Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-20T06:36:11.374Z] Selecting previously unselected package systemd-timesyncd. [2025-05-20T06:36:11.374Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:36:11.374Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:36:11.487Z] + facter operatingsystem [2025-05-20T06:36:11.638Z] Selecting previously unselected package dbus-user-session. [2025-05-20T06:36:11.638Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:36:11.638Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:36:11.638Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-20T06:36:11.638Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-20T06:36:11.638Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:36:11.910Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-20T06:36:11.910Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-20T06:36:11.910Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:36:11.910Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-20T06:36:11.910Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-20T06:36:11.910Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:36:12.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:36:12.066Z] [2025-05-20T06:36:12.066Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:36:12.179Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-20T06:36:12.179Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-20T06:36:12.179Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-20T06:36:12.179Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-20T06:36:12.179Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-20T06:36:12.179Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-20T06:36:12.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:36:12.378Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-20T06:36:12.378Z] 5eb5b503b376: Pulling fs layer [2025-05-20T06:36:12.378Z] 5c69ac0246d0: Pulling fs layer [2025-05-20T06:36:12.378Z] ec43610c2a17: Pulling fs layer [2025-05-20T06:36:12.378Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-20T06:36:12.378Z] 33b1e0a273af: Pulling fs layer [2025-05-20T06:36:12.378Z] 5d3b04190fa2: Pulling fs layer [2025-05-20T06:36:12.378Z] 2f39f015ded8: Pulling fs layer [2025-05-20T06:36:12.378Z] 3a2ae6a8a46f: Waiting [2025-05-20T06:36:12.378Z] 33b1e0a273af: Waiting [2025-05-20T06:36:12.378Z] 5d3b04190fa2: Waiting [2025-05-20T06:36:12.378Z] 2f39f015ded8: Waiting [2025-05-20T06:36:12.379Z] 5c69ac0246d0: Verifying Checksum [2025-05-20T06:36:12.379Z] 5c69ac0246d0: Download complete [2025-05-20T06:36:12.379Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-20T06:36:12.379Z] 3a2ae6a8a46f: Download complete [2025-05-20T06:36:12.379Z] ec43610c2a17: Verifying Checksum [2025-05-20T06:36:12.379Z] ec43610c2a17: Download complete [2025-05-20T06:36:12.379Z] 33b1e0a273af: Verifying Checksum [2025-05-20T06:36:12.379Z] 33b1e0a273af: Download complete [2025-05-20T06:36:12.379Z] 5d3b04190fa2: Verifying Checksum [2025-05-20T06:36:12.379Z] 5d3b04190fa2: Download complete [2025-05-20T06:36:12.450Z] Selecting previously unselected package libpsl5:arm64. [2025-05-20T06:36:12.450Z] Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... [2025-05-20T06:36:12.450Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-20T06:36:12.450Z] Selecting previously unselected package librtmp1:arm64. [2025-05-20T06:36:12.450Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-20T06:36:12.450Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:36:12.450Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-20T06:36:12.450Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-20T06:36:12.450Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-20T06:36:12.642Z] 5eb5b503b376: Verifying Checksum [2025-05-20T06:36:12.642Z] 5eb5b503b376: Download complete [2025-05-20T06:36:12.722Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-20T06:36:12.722Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-20T06:36:12.722Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-20T06:36:12.722Z] Selecting previously unselected package liberror-perl. [2025-05-20T06:36:12.722Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-20T06:36:12.991Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-20T06:36:12.991Z] Selecting previously unselected package git-man. [2025-05-20T06:36:12.991Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-20T06:36:12.991Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:36:13.215Z] 2f39f015ded8: Verifying Checksum [2025-05-20T06:36:13.215Z] 2f39f015ded8: Download complete [2025-05-20T06:36:13.259Z] Selecting previously unselected package git. [2025-05-20T06:36:13.259Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... [2025-05-20T06:36:13.259Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:36:13.804Z] 5eb5b503b376: Pull complete [2025-05-20T06:36:14.066Z] 5c69ac0246d0: Pull complete [2025-05-20T06:36:14.339Z] ec43610c2a17: Pull complete [2025-05-20T06:36:14.339Z] 3a2ae6a8a46f: Pull complete [2025-05-20T06:36:14.597Z] 33b1e0a273af: Pull complete [2025-05-20T06:36:14.597Z] 5d3b04190fa2: Pull complete [2025-05-20T06:36:14.667Z] Selecting previously unselected package libldap-common. [2025-05-20T06:36:14.667Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-20T06:36:14.667Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:36:14.667Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-20T06:36:14.667Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-20T06:36:14.667Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:36:14.935Z] Selecting previously unselected package libxau6:arm64. [2025-05-20T06:36:14.935Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-20T06:36:14.935Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-20T06:36:14.935Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-20T06:36:14.935Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-20T06:36:14.935Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-20T06:36:14.935Z] Selecting previously unselected package libxcb1:arm64. [2025-05-20T06:36:15.204Z] Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... [2025-05-20T06:36:15.204Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-20T06:36:15.204Z] Selecting previously unselected package libx11-data. [2025-05-20T06:36:15.204Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-20T06:36:15.204Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:36:15.471Z] Selecting previously unselected package libx11-6:arm64. [2025-05-20T06:36:15.471Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-20T06:36:15.471Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:36:15.737Z] Selecting previously unselected package libxext6:arm64. [2025-05-20T06:36:15.737Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-20T06:36:15.737Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-20T06:36:15.737Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-20T06:36:15.737Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-20T06:36:15.737Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-20T06:36:16.004Z] Preparing to unpack .../62-openssl_3.0.16-1~deb12u1_arm64.deb ... [2025-05-20T06:36:16.004Z] Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:36:16.276Z] Selecting previously unselected package patch. [2025-05-20T06:36:16.276Z] Preparing to unpack .../63-patch_2.7.6-7_arm64.deb ... [2025-05-20T06:36:16.276Z] Unpacking patch (2.7.6-7) ... [2025-05-20T06:36:16.276Z] Selecting previously unselected package psmisc. [2025-05-20T06:36:16.544Z] Preparing to unpack .../64-psmisc_23.6-1_arm64.deb ... [2025-05-20T06:36:16.544Z] Unpacking psmisc (23.6-1) ... [2025-05-20T06:36:16.544Z] Selecting previously unselected package publicsuffix. [2025-05-20T06:36:16.544Z] Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... [2025-05-20T06:36:16.544Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-20T06:36:16.812Z] Selecting previously unselected package ssh. [2025-05-20T06:36:16.812Z] Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-20T06:36:16.812Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:16.812Z] Selecting previously unselected package xauth. [2025-05-20T06:36:16.812Z] Preparing to unpack .../67-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-20T06:36:16.812Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-20T06:36:17.079Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-20T06:36:17.079Z] Setting up runit-helper (2.15.2) ... [2025-05-20T06:36:17.079Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:36:17.079Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-20T06:36:17.079Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-20T06:36:17.079Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-20T06:36:17.079Z] Setting up netcat-traditional (1.10-47) ... [2025-05-20T06:36:17.079Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-20T06:36:17.079Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:36:17.079Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:36:17.079Z] Setting up psmisc (23.6-1) ... [2025-05-20T06:36:17.079Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:36:17.079Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-20T06:36:17.345Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-20T06:36:17.345Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:36:17.345Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-20T06:36:17.345Z] Setting up less (590-2.1~deb12u2) ... [2025-05-20T06:36:17.345Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:36:17.345Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:36:17.345Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:36:17.345Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:17.345Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:36:17.614Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:36:17.614Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:36:17.614Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:36:17.614Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-20T06:36:17.614Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-20T06:36:17.614Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:36:17.614Z] Creating group 'systemd-timesync' with GID 997. [2025-05-20T06:36:17.614Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-20T06:36:18.585Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:36:18.586Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:36:18.586Z] Setting up patch (2.7.6-7) ... [2025-05-20T06:36:18.586Z] Setting up libgdbm-compat4:arm64 (1.23-3) ... [2025-05-20T06:36:18.586Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:18.586Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:36:18.586Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:36:18.586Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:36:18.586Z] Setting up procps (2:4.0.2-3) ... [2025-05-20T06:36:18.804Z] 2f39f015ded8: Pull complete [2025-05-20T06:36:18.804Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-20T06:36:18.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:36:18.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T06:36:18.853Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:36:18.853Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-20T06:36:18.853Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:18.853Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:36:19.021Z] prd-centos7-docker-4c-2g-1854 does not seem to be running inside a container [2025-05-20T06:36:19.054Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-20T06:36:19.123Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-20T06:36:19.123Z] Setting up openssl (3.0.16-1~deb12u1) ... [2025-05-20T06:36:19.390Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-20T06:36:19.390Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-20T06:36:19.390Z] Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-20T06:36:19.390Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:36:19.390Z] Setting up ncurses-term (6.4-4) ... [2025-05-20T06:36:19.390Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-20T06:36:19.390Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-20T06:36:19.390Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-20T06:36:19.390Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:36:19.390Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-20T06:36:19.390Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-20T06:36:19.657Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:36:19.657Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:36:19.657Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:36:19.657Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:36:19.657Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:36:20.241Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:36:20.241Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:36:20.241Z] debconf: falling back to frontend: Readline [2025-05-20T06:36:20.241Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:36:20.241Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:36:20.241Z] debconf: falling back to frontend: Teletype [2025-05-20T06:36:20.241Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:36:20.828Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:36:20.828Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:36:20.828Z] debconf: falling back to frontend: Readline [2025-05-20T06:36:20.828Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:36:20.828Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:36:20.828Z] debconf: falling back to frontend: Teletype [2025-05-20T06:36:21.098Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:36:21.098Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-20T06:36:21.098Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-20T06:36:21.098Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:21.684Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-20T06:36:21.684Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-20T06:36:21.684Z] Setting up liberror-perl (0.17029-2) ... [2025-05-20T06:36:21.684Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:36:21.684Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:36:21.684Z] Setting up xauth (1:1.1.2-1) ... [2025-05-20T06:36:21.684Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-20T06:36:21.684Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:21.684Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-20T06:36:21.684Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:22.267Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:36:22.268Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:36:22.268Z] debconf: falling back to frontend: Readline [2025-05-20T06:36:22.268Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:36:22.268Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:36:22.268Z] debconf: falling back to frontend: Teletype [2025-05-20T06:36:22.535Z] [2025-05-20T06:36:22.535Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-20T06:36:24.260Z] $ docker top 1cef552b2f9a8627015db84777bb4e9c79860b9fafbee0c8f35d57c3e5be242a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-20T06:36:24.610Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-20T06:36:24.902Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-20T06:36:25.201Z] + ls /var/log/sa-host [2025-05-20T06:36:25.201Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T06:36:25.373Z] provisioning config files... [2025-05-20T06:36:25.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config8516994501428419938tmp [Pipeline] { [Pipeline] echo [2025-05-20T06:36:25.398Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:25.691Z] ---> create-netrc.sh [Pipeline] } [2025-05-20T06:36:25.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:26.048Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-20T06:36:26.058Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:26.343Z] ---> sudo-logs.sh [2025-05-20T06:36:26.343Z] Archiving 'sudo' log.. [2025-05-20T06:36:26.343Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1854.novalocal: Name or service not known [2025-05-20T06:36:26.343Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1854.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-05-20T06:36:26.366Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:26.661Z] ---> job-cost.sh [2025-05-20T06:36:26.661Z] lf-activate-venv: SKIPPING [2025-05-20T06:36:26.661Z] INFO: No Stack... [2025-05-20T06:36:26.920Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-05-20T06:36:27.180Z] INFO: Archiving Costs [Pipeline] echo [2025-05-20T06:36:27.194Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:27.484Z] ---> logs-deploy.sh [2025-05-20T06:36:27.484Z] lf-activate-venv: SKIPPING [2025-05-20T06:36:27.484Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/6 [2025-05-20T06:36:27.484Z] INFO: archiving workspace using pattern(s): [2025-05-20T06:36:28.861Z] Archives upload complete. [2025-05-20T06:36:28.861Z] INFO: archiving logs to Nexus [2025-05-20T06:36:29.430Z] ---> uname -a: [2025-05-20T06:36:29.430Z] Linux prd-centos7-docker-4c-2g-1854.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] ---> lscpu: [2025-05-20T06:36:29.430Z] Architecture: x86_64 [2025-05-20T06:36:29.430Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-20T06:36:29.430Z] Byte Order: Little Endian [2025-05-20T06:36:29.430Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-20T06:36:29.430Z] CPU(s): 2 [2025-05-20T06:36:29.430Z] On-line CPU(s) list: 0,1 [2025-05-20T06:36:29.430Z] Thread(s) per core: 1 [2025-05-20T06:36:29.430Z] Core(s) per socket: 1 [2025-05-20T06:36:29.430Z] Socket(s): 2 [2025-05-20T06:36:29.430Z] NUMA node(s): 1 [2025-05-20T06:36:29.430Z] Vendor ID: AuthenticAMD [2025-05-20T06:36:29.430Z] CPU family: 23 [2025-05-20T06:36:29.430Z] Model: 49 [2025-05-20T06:36:29.430Z] Model name: AMD EPYC-Rome Processor [2025-05-20T06:36:29.430Z] Stepping: 0 [2025-05-20T06:36:29.430Z] CPU MHz: 2800.000 [2025-05-20T06:36:29.430Z] BogoMIPS: 5600.00 [2025-05-20T06:36:29.430Z] Virtualization: AMD-V [2025-05-20T06:36:29.430Z] Hypervisor vendor: KVM [2025-05-20T06:36:29.430Z] Virtualization type: full [2025-05-20T06:36:29.430Z] L1d cache: 64 KiB [2025-05-20T06:36:29.430Z] L1i cache: 64 KiB [2025-05-20T06:36:29.430Z] L2 cache: 1 MiB [2025-05-20T06:36:29.430Z] L3 cache: 32 MiB [2025-05-20T06:36:29.430Z] NUMA node0 CPU(s): 0,1 [2025-05-20T06:36:29.430Z] Vulnerability Itlb multihit: Not affected [2025-05-20T06:36:29.430Z] Vulnerability L1tf: Not affected [2025-05-20T06:36:29.430Z] Vulnerability Mds: Not affected [2025-05-20T06:36:29.430Z] Vulnerability Meltdown: Not affected [2025-05-20T06:36:29.430Z] Vulnerability Mmio stale data: Not affected [2025-05-20T06:36:29.430Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-20T06:36:29.430Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-05-20T06:36:29.430Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-05-20T06:36:29.430Z] Vulnerability Srbds: Not affected [2025-05-20T06:36:29.430Z] Vulnerability Tsx async abort: Not affected [2025-05-20T06:36:29.430Z] 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] ---> nproc: [2025-05-20T06:36:29.430Z] 2 [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] ---> df -h: [2025-05-20T06:36:29.430Z] Filesystem Size Used Avail Use% Mounted on [2025-05-20T06:36:29.430Z] overlay 40G 7.3G 33G 19% / [2025-05-20T06:36:29.430Z] tmpfs 64M 0 64M 0% /dev [2025-05-20T06:36:29.430Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-05-20T06:36:29.430Z] shm 64M 0 64M 0% /dev/shm [2025-05-20T06:36:29.430Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] [2025-05-20T06:36:29.430Z] Cannot open /var/log/sysstat/sa20: No such file or directory [2025-05-20T06:36:29.430Z] Please check if data collecting is enabled [2025-05-20T06:36:29.430Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-20T06:36:29.716Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-20T06:36:29.715Z] $ docker stop --time=1 1cef552b2f9a8627015db84777bb4e9c79860b9fafbee0c8f35d57c3e5be242a [2025-05-20T06:36:30.859Z] $ docker rm -f --volumes 1cef552b2f9a8627015db84777bb4e9c79860b9fafbee0c8f35d57c3e5be242a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-20T06:36:30.958Z] [WS-CLEANUP] Deleting project workspace... [2025-05-20T06:36:30.958Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-20T06:36:30.979Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:36:31.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:36:31.404Z] [2025-05-20T06:36:31.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:36:31.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:36:31.709Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-20T06:36:31.709Z] 5eb5b503b376: Pulling fs layer [2025-05-20T06:36:31.709Z] 5c69ac0246d0: Pulling fs layer [2025-05-20T06:36:31.709Z] ec43610c2a17: Pulling fs layer [2025-05-20T06:36:31.709Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-20T06:36:31.709Z] 33b1e0a273af: Pulling fs layer [2025-05-20T06:36:31.709Z] 5d3b04190fa2: Pulling fs layer [2025-05-20T06:36:31.709Z] 2f39f015ded8: Pulling fs layer [2025-05-20T06:36:31.709Z] 3a2ae6a8a46f: Waiting [2025-05-20T06:36:31.709Z] 33b1e0a273af: Waiting [2025-05-20T06:36:31.709Z] 5d3b04190fa2: Waiting [2025-05-20T06:36:31.709Z] 5c69ac0246d0: Verifying Checksum [2025-05-20T06:36:31.709Z] 5c69ac0246d0: Download complete [2025-05-20T06:36:31.709Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-20T06:36:31.709Z] 3a2ae6a8a46f: Download complete [2025-05-20T06:36:31.709Z] 33b1e0a273af: Verifying Checksum [2025-05-20T06:36:31.709Z] 33b1e0a273af: Download complete [2025-05-20T06:36:31.709Z] ec43610c2a17: Verifying Checksum [2025-05-20T06:36:31.709Z] ec43610c2a17: Download complete [2025-05-20T06:36:31.709Z] 5d3b04190fa2: Download complete [2025-05-20T06:36:31.969Z] 5eb5b503b376: Verifying Checksum [2025-05-20T06:36:31.969Z] 5eb5b503b376: Download complete [2025-05-20T06:36:32.538Z] 2f39f015ded8: Verifying Checksum [2025-05-20T06:36:32.538Z] 2f39f015ded8: Download complete [2025-05-20T06:36:33.105Z] 5eb5b503b376: Pull complete [2025-05-20T06:36:33.105Z] 5c69ac0246d0: Pull complete [2025-05-20T06:36:33.365Z] ec43610c2a17: Pull complete [2025-05-20T06:36:33.623Z] 3a2ae6a8a46f: Pull complete [2025-05-20T06:36:33.623Z] 33b1e0a273af: Pull complete [2025-05-20T06:36:33.623Z] 5d3b04190fa2: Pull complete [2025-05-20T06:36:37.554Z] Creating SSH2 RSA key; this may take some time ... [2025-05-20T06:36:37.554Z] 3072 SHA256:lHiAR16/TXCgdGcdSYW6R3lIX3s6zYm9ZkpWHNC/f5Q root@508f793e6ee8 (RSA) [2025-05-20T06:36:37.554Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-20T06:36:37.554Z] 256 SHA256:BOuEFNJJXoF+jab5+Sfl7wsAxSPfovFyLB94nliSMHc root@508f793e6ee8 (ECDSA) [2025-05-20T06:36:37.554Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-20T06:36:37.554Z] 256 SHA256:nOXxvt7zsrzC4zhFaMHpADQcQVyFhmkvyp+e0gNa3eA root@508f793e6ee8 (ED25519) [2025-05-20T06:36:37.554Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:36:37.554Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:36:37.554Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-20T06:36:37.554Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-20T06:36:37.554Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:36:37.554Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-20T06:36:37.804Z] 2f39f015ded8: Pull complete [2025-05-20T06:36:37.804Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-20T06:36:37.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:36:37.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T06:36:37.922Z] prd-ubuntu20.04-docker-8c-8g-1845 does not seem to be running inside a container [2025-05-20T06:36:37.946Z] $ 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_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-20T06:36:40.986Z] $ docker top 92fdd57a51907713531a3dc99a5870f912c150da0e5b91ac8dd2e3ae4de5c987 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:36:41.371Z] ---> job-cost.sh [2025-05-20T06:36:41.371Z] lf-activate-venv: SKIPPING [2025-05-20T06:36:41.371Z] INFO: No Stack... [2025-05-20T06:36:41.630Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-20T06:36:41.889Z] INFO: Archiving Costs [Pipeline] sh [2025-05-20T06:36:42.177Z] + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv [2025-05-20T06:36:42.177Z] + cut -d, -f6 [Pipeline] lock [2025-05-20T06:36:42.211Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [2025-05-20T06:36:42.219Z] Resource [jenkins-edgexfoundry-git-semver-main-6-stack-cost] did not exist. Created. [2025-05-20T06:36:42.225Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-20T06:36:42.617Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-20T06:36:42.834Z] Stashed 1 file(s) [Pipeline] } [2025-05-20T06:36:42.845Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-20T06:36:42.867Z] $ docker stop --time=1 92fdd57a51907713531a3dc99a5870f912c150da0e5b91ac8dd2e3ae4de5c987 [2025-05-20T06:36:44.011Z] $ docker rm -f --volumes 92fdd57a51907713531a3dc99a5870f912c150da0e5b91ac8dd2e3ae4de5c987 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-20T06:36:49.880Z] Removing intermediate container 508f793e6ee8 [2025-05-20T06:36:49.880Z] ---> 5c1364185134 [2025-05-20T06:36:49.880Z] Step 7/20 : RUN pip install pybuilder [2025-05-20T06:36:49.880Z] ---> Running in 0db4c4251771 [2025-05-20T06:37:02.214Z] Collecting pybuilder [2025-05-20T06:37:02.214Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-20T06:37:02.214Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-20T06:37:02.214Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 22.2 MB/s eta 0:00:00 [2025-05-20T06:37:02.214Z] Installing collected packages: pybuilder [2025-05-20T06:37:07.571Z] Successfully installed pybuilder-0.13.15 [2025-05-20T06:37:07.571Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-20T06:37:08.152Z]  [2025-05-20T06:37:08.152Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-20T06:37:08.152Z] [notice] To update, run: pip install --upgrade pip [2025-05-20T06:37:11.506Z] Removing intermediate container 0db4c4251771 [2025-05-20T06:37:11.506Z] ---> f9e50b5bd249 [2025-05-20T06:37:11.506Z] Step 8/20 : RUN pyb install [2025-05-20T06:37:11.506Z] ---> Running in ba8f93a87876 [2025-05-20T06:39:48.439Z] PyBuilder version 0.13.15 [2025-05-20T06:39:48.439Z] Build started at 2025-05-20 06:37:15 [2025-05-20T06:39:48.439Z] ------------------------------------------------------------ [2025-05-20T06:39:48.439Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-20T06:39:48.439Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-20T06:39:48.439Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Building pygsver version 0.1.4 [2025-05-20T06:39:48.439Z] [INFO] Executing build in /code [2025-05-20T06:39:48.439Z] [INFO] Going to execute task install [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-20T06:39:48.439Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-20T06:39:48.439Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-20T06:39:48.439Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-20T06:39:48.439Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-20T06:39:48.439Z] [INFO] Running unit tests [2025-05-20T06:39:48.439Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,360 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-20T06:39:48.439Z] ERROR: something bad happened [2025-05-20T06:39:48.439Z] 1.2.3-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,602 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,604 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,606 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,667 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,669 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,669 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,670 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,672 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,782 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,838 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,896 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:43,898 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,021 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,083 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,191 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,259 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,337 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,393 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,631 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,688 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,810 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:44,896 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,010 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,104 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,144 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,204 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,263 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,328 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,330 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,416 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,417 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,417 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,418 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,419 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,419 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,420 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,420 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,421 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,422 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,422 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,423 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,423 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,424 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,424 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,425 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,426 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,426 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,427 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,428 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,428 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,429 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,429 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,430 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,431 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,431 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,432 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,432 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,433 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,433 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,434 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,435 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,435 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,436 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,436 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,437 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,438 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,438 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-20T06:39:48.439Z] 2025-05-20 06:39:45,439 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-20T06:39:48.439Z] [INFO] Executed 39 unit tests [2025-05-20T06:39:48.439Z] [INFO] All unit tests passed. [2025-05-20T06:39:48.439Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 [2025-05-20T06:39:48.439Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts [2025-05-20T06:39:48.439Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py [2025-05-20T06:39:48.439Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-20T06:39:48.439Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-20T06:39:48.439Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-20T06:39:48.439Z] [INFO] Running unit tests [2025-05-20T06:39:48.439Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,012 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-20T06:39:55.096Z] ERROR: something bad happened [2025-05-20T06:39:55.096Z] 1.2.3-dev.1 [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,343 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,346 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,350 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,425 MainThread pygsver.push [run_push] DEBUG push [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,429 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,430 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,431 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,435 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,549 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,600 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,650 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,652 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,768 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,825 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:54,960 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-20T06:39:55.096Z] 2025-05-20 06:39:55,077 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-20T06:39:55.363Z] 2025-05-20 06:39:55,178 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-20T06:39:55.363Z] 2025-05-20 06:39:55,284 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-20T06:39:55.955Z] 2025-05-20 06:39:55,700 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:39:55.955Z] 2025-05-20 06:39:55,780 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-20T06:39:55.955Z] 2025-05-20 06:39:55,905 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:39:56.224Z] 2025-05-20 06:39:56,007 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-20T06:39:56.224Z] 2025-05-20 06:39:56,194 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:39:56.493Z] 2025-05-20 06:39:56,326 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-20T06:39:56.494Z] 2025-05-20 06:39:56,391 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-20T06:39:56.763Z] 2025-05-20 06:39:56,520 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-20T06:39:56.763Z] 2025-05-20 06:39:56,630 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:39:56.763Z] 2025-05-20 06:39:56,705 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-20T06:39:56.763Z] 2025-05-20 06:39:56,707 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,805 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,806 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,807 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,808 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,808 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,809 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,810 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,811 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,812 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,813 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,819 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,819 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,820 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,821 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,821 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,822 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,823 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,824 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,824 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,825 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,826 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,827 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,827 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,828 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,829 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,829 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,830 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,839 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,840 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,840 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,841 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,842 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,843 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,844 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,845 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,846 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,855 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,855 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-20T06:39:57.031Z] 2025-05-20 06:39:56,856 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-20T06:41:04.921Z] [INFO] Executed 39 unit tests [2025-05-20T06:41:04.921Z] [INFO] All unit tests passed. [2025-05-20T06:41:04.921Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-20T06:41:04.921Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-20T06:41:04.921Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-20T06:41:04.921Z] [INFO] Overall pygsver coverage is 100% [2025-05-20T06:41:04.921Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-20T06:41:04.921Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-20T06:41:04.921Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 [2025-05-20T06:41:04.921Z] [INFO] Running Twine check for generated artifacts [2025-05-20T06:41:04.921Z] [INFO] Installing project pygsver-0.1.4 [2025-05-20T06:41:04.921Z] ------------------------------------------------------------ [2025-05-20T06:41:04.921Z] BUILD SUCCESSFUL [2025-05-20T06:41:04.921Z] ------------------------------------------------------------ [2025-05-20T06:41:04.921Z] Build Summary [2025-05-20T06:41:04.921Z] Project: pygsver [2025-05-20T06:41:04.921Z] Version: 0.1.4 [2025-05-20T06:41:04.921Z] Base directory: /code [2025-05-20T06:41:04.921Z] Environments: [2025-05-20T06:41:04.921Z] Tasks: prepare [94784 ms] compile_sources [0 ms] run_unit_tests [10884 ms] package [14 ms] run_integration_tests [0 ms] verify [0 ms] coverage [16319 ms] publish [19309 ms] install [37448 ms] [2025-05-20T06:41:04.921Z] Build finished at 2025-05-20 06:40:59 [2025-05-20T06:41:04.922Z] Build took 223 seconds (223323 ms) [2025-05-20T06:41:11.588Z] Removing intermediate container ba8f93a87876 [2025-05-20T06:41:11.588Z] ---> baf8e3505cd1 [2025-05-20T06:41:11.588Z] Step 9/20 : FROM python:3.13-slim [2025-05-20T06:41:11.588Z] ---> f46ee18793e5 [2025-05-20T06:41:11.588Z] Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-20T06:41:11.588Z] ---> Using cache [2025-05-20T06:41:11.588Z] ---> 6cc219664958 [2025-05-20T06:41:11.588Z] Step 11/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-20T06:41:11.588Z] ---> Using cache [2025-05-20T06:41:11.588Z] ---> 5d374109beda [2025-05-20T06:41:11.588Z] Step 12/20 : WORKDIR /opt/pygsver [2025-05-20T06:41:11.856Z] ---> Running in c3077ba495ce [2025-05-20T06:41:12.122Z] Removing intermediate container c3077ba495ce [2025-05-20T06:41:12.122Z] ---> 27882b8357ac [2025-05-20T06:41:12.122Z] Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu [2025-05-20T06:41:12.122Z] ---> Running in 4452f3d25a37 [2025-05-20T06:41:13.082Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-20T06:41:13.348Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-20T06:41:13.348Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-20T06:41:13.614Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-20T06:41:13.881Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-20T06:41:14.146Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-20T06:41:16.721Z] Fetched 9203 kB in 3s (2645 kB/s) [2025-05-20T06:41:20.059Z] Reading package lists... [2025-05-20T06:41:23.383Z] Reading package lists... [2025-05-20T06:41:23.962Z] Building dependency tree... [2025-05-20T06:41:23.962Z] Reading state information... [2025-05-20T06:41:25.366Z] The following additional packages will be installed: [2025-05-20T06:41:25.366Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:41:25.366Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-20T06:41:25.366Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-20T06:41:25.366Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-20T06:41:25.366Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-20T06:41:25.366Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-20T06:41:25.366Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-20T06:41:25.366Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-20T06:41:25.366Z] libssl3 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 [2025-05-20T06:41:25.366Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term [2025-05-20T06:41:25.366Z] openssh-client openssh-server openssh-sftp-server openssl patch perl [2025-05-20T06:41:25.366Z] perl-modules-5.36 procps psmisc publicsuffix runit-helper sensible-utils [2025-05-20T06:41:25.366Z] systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-20T06:41:25.366Z] Suggested packages: [2025-05-20T06:41:25.366Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-20T06:41:25.366Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-20T06:41:25.366Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-20T06:41:25.366Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-20T06:41:25.366Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-20T06:41:25.366Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-20T06:41:25.366Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-20T06:41:25.366Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-20T06:41:25.366Z] libtss2-rc0 polkitd | policykit-1 [2025-05-20T06:41:29.607Z] The following NEW packages will be installed: [2025-05-20T06:41:29.607Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-20T06:41:29.607Z] dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 [2025-05-20T06:41:29.607Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-20T06:41:29.607Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-20T06:41:29.607Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-20T06:41:29.607Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-20T06:41:29.607Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-20T06:41:29.607Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-20T06:41:29.607Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-20T06:41:29.607Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-20T06:41:29.607Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-20T06:41:29.607Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-20T06:41:29.607Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-20T06:41:29.607Z] xauth [2025-05-20T06:41:29.607Z] The following packages will be upgraded: [2025-05-20T06:41:29.607Z] libssl3 openssl [2025-05-20T06:41:29.873Z] 2 upgraded, 79 newly installed, 0 to remove and 9 not upgraded. [2025-05-20T06:41:29.873Z] Need to get 34.1 MB of archives. [2025-05-20T06:41:29.873Z] After this operation, 158 MB of additional disk space will be used. [2025-05-20T06:41:29.873Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-20T06:41:29.873Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-20T06:41:29.873Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-20T06:41:29.873Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-20T06:41:29.873Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.16-1~deb12u1 [1812 kB] [2025-05-20T06:41:29.873Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-20T06:41:29.873Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-20T06:41:29.873Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-20T06:41:29.873Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-20T06:41:29.873Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-20T06:41:29.873Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-20T06:41:29.873Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-20T06:41:29.873Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-20T06:41:29.873Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-20T06:41:29.873Z] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-20T06:41:29.873Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-20T06:41:29.873Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-20T06:41:29.873Z] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-20T06:41:29.873Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-20T06:41:29.873Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-20T06:41:30.142Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-20T06:41:30.142Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] [2025-05-20T06:41:30.142Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] [2025-05-20T06:41:30.142Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] [2025-05-20T06:41:30.142Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-20T06:41:30.142Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-20T06:41:30.142Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-20T06:41:30.142Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-20T06:41:30.142Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-20T06:41:30.142Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-20T06:41:30.142Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-20T06:41:30.142Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-20T06:41:30.142Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-20T06:41:30.142Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-20T06:41:30.142Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-20T06:41:30.143Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-20T06:41:30.143Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-20T06:41:30.143Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-20T06:41:30.143Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-20T06:41:30.143Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-20T06:41:30.143Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-20T06:41:30.143Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-20T06:41:30.143Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-20T06:41:30.143Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-20T06:41:30.143Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-20T06:41:30.143Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] [2025-05-20T06:41:30.143Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-20T06:41:30.143Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-20T06:41:30.143Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-20T06:41:30.143Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-20T06:41:30.143Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-20T06:41:30.143Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-20T06:41:30.143Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-20T06:41:30.143Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-20T06:41:30.143Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-20T06:41:30.143Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-20T06:41:30.143Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-20T06:41:30.143Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-20T06:41:30.143Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-20T06:41:30.143Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-20T06:41:30.143Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-20T06:41:30.411Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-20T06:41:30.411Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-20T06:41:30.411Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-20T06:41:30.411Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] [2025-05-20T06:41:30.411Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] [2025-05-20T06:41:30.411Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-20T06:41:30.411Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-20T06:41:30.411Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-20T06:41:30.411Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-20T06:41:30.411Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-20T06:41:30.411Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-20T06:41:30.411Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-20T06:41:30.411Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-20T06:41:30.411Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-20T06:41:30.411Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.16-1~deb12u1 [1395 kB] [2025-05-20T06:41:30.679Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2025-05-20T06:41:30.679Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-20T06:41:30.679Z] Get:79 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-20T06:41:30.679Z] Get:80 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-20T06:41:30.679Z] Get:81 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-20T06:41:31.261Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-20T06:41:31.526Z] Fetched 34.1 MB in 1s (37.5 MB/s) [2025-05-20T06:41:31.526Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-20T06:41:31.526Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6626 files and directories currently installed.) [2025-05-20T06:41:31.526Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-20T06:41:31.526Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:41:31.792Z] Selecting previously unselected package dmsetup. [2025-05-20T06:41:31.792Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-20T06:41:31.792Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-20T06:41:31.792Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-20T06:41:31.792Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-20T06:41:31.792Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-20T06:41:31.792Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-20T06:41:32.062Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-20T06:41:32.062Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-20T06:41:32.062Z] Preparing to unpack .../04-libssl3_3.0.16-1~deb12u1_arm64.deb ... [2025-05-20T06:41:32.062Z] Unpacking libssl3:arm64 (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:41:32.646Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-20T06:41:32.646Z] Preparing to unpack .../05-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-20T06:41:32.646Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:41:32.646Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-20T06:41:32.646Z] Preparing to unpack .../06-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-20T06:41:32.646Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-20T06:41:32.646Z] Selecting previously unselected package libkmod2:arm64. [2025-05-20T06:41:32.646Z] Preparing to unpack .../07-libkmod2_30+20221128-1_arm64.deb ... [2025-05-20T06:41:32.646Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-20T06:41:32.912Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-20T06:41:32.913Z] Preparing to unpack .../08-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-20T06:41:32.913Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-20T06:41:32.913Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-20T06:41:32.913Z] Preparing to unpack .../09-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-20T06:41:32.913Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-20T06:41:32.913Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-20T06:41:32.913Z] Preparing to unpack .../10-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:41:32.913Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:41:33.497Z] Setting up libssl3:arm64 (3.0.16-1~deb12u1) ... [2025-05-20T06:41:33.497Z] Selecting previously unselected package systemd. [2025-05-20T06:41:33.497Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6700 files and directories currently installed.) [2025-05-20T06:41:33.497Z] Preparing to unpack .../systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:41:33.497Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-20T06:41:34.453Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-20T06:41:34.453Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-20T06:41:34.453Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-20T06:41:34.453Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-20T06:41:34.453Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-20T06:41:34.453Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-20T06:41:34.453Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:41:34.453Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-20T06:41:34.453Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-20T06:41:34.453Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-20T06:41:34.721Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-20T06:41:34.721Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-20T06:41:34.721Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-20T06:41:34.721Z] Initializing machine ID from random generator. [2025-05-20T06:41:34.721Z] Creating group 'systemd-journal' with GID 999. [2025-05-20T06:41:34.988Z] Creating group 'systemd-network' with GID 998. [2025-05-20T06:41:34.988Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-20T06:41:34.988Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-20T06:41:34.988Z] Selecting previously unselected package systemd-sysv. [2025-05-20T06:41:35.258Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7548 files and directories currently installed.) [2025-05-20T06:41:35.258Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:41:35.258Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:41:35.258Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-20T06:41:35.258Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:41:35.258Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-20T06:41:35.258Z] Selecting previously unselected package dbus-bin. [2025-05-20T06:41:35.258Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:41:35.258Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:41:35.524Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-20T06:41:35.524Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:41:35.524Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:41:35.524Z] Selecting previously unselected package libexpat1:arm64. [2025-05-20T06:41:35.524Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-20T06:41:35.524Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-20T06:41:35.524Z] Selecting previously unselected package dbus-daemon. [2025-05-20T06:41:35.524Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:41:35.524Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:41:35.788Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-20T06:41:35.788Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-20T06:41:35.788Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:41:35.788Z] Selecting previously unselected package dbus. [2025-05-20T06:41:35.788Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:41:35.788Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:41:35.788Z] Selecting previously unselected package perl-modules-5.36. [2025-05-20T06:41:35.788Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-20T06:41:36.054Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:41:37.457Z] Selecting previously unselected package libgdbm-compat4:arm64. [2025-05-20T06:41:37.457Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... [2025-05-20T06:41:37.457Z] Unpacking libgdbm-compat4:arm64 (1.23-3) ... [2025-05-20T06:41:37.457Z] Selecting previously unselected package libperl5.36:arm64. [2025-05-20T06:41:37.457Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... [2025-05-20T06:41:37.457Z] Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-20T06:41:38.420Z] Selecting previously unselected package perl. [2025-05-20T06:41:38.420Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... [2025-05-20T06:41:38.420Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-20T06:41:38.420Z] Selecting previously unselected package libbsd0:arm64. [2025-05-20T06:41:38.420Z] Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... [2025-05-20T06:41:38.420Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-20T06:41:38.685Z] Selecting previously unselected package libedit2:arm64. [2025-05-20T06:41:38.686Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-20T06:41:38.686Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-20T06:41:38.686Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-20T06:41:38.686Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-20T06:41:38.686Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-20T06:41:38.686Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-20T06:41:38.686Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-20T06:41:38.686Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-20T06:41:38.951Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-20T06:41:38.951Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:41:38.951Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:38.951Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-20T06:41:38.951Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:41:38.951Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:39.218Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-20T06:41:39.218Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-20T06:41:39.218Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-20T06:41:39.218Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-20T06:41:39.218Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:41:39.218Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:39.218Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-20T06:41:39.218Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-20T06:41:39.218Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:39.485Z] Selecting previously unselected package openssh-client. [2025-05-20T06:41:39.485Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-20T06:41:39.485Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:39.750Z] Selecting previously unselected package openssh-sftp-server. [2025-05-20T06:41:39.750Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-20T06:41:39.750Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:39.750Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-20T06:41:39.750Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-20T06:41:39.750Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-20T06:41:40.016Z] Selecting previously unselected package procps. [2025-05-20T06:41:40.016Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-20T06:41:40.016Z] Unpacking procps (2:4.0.2-3) ... [2025-05-20T06:41:40.283Z] Selecting previously unselected package sensible-utils. [2025-05-20T06:41:40.283Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-20T06:41:40.283Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:41:40.283Z] Selecting previously unselected package ucf. [2025-05-20T06:41:40.283Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-20T06:41:40.283Z] Moving old data out of the way [2025-05-20T06:41:40.283Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:41:40.283Z] Selecting previously unselected package runit-helper. [2025-05-20T06:41:40.283Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-20T06:41:40.283Z] Unpacking runit-helper (2.15.2) ... [2025-05-20T06:41:40.549Z] Selecting previously unselected package libtirpc-common. [2025-05-20T06:41:40.549Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-20T06:41:40.549Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:41:40.549Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-20T06:41:40.549Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-20T06:41:40.549Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-20T06:41:40.549Z] Selecting previously unselected package libnsl2:arm64. [2025-05-20T06:41:40.549Z] Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... [2025-05-20T06:41:40.549Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-20T06:41:40.814Z] Selecting previously unselected package libwrap0:arm64. [2025-05-20T06:41:40.814Z] Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... [2025-05-20T06:41:40.814Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-20T06:41:40.814Z] Selecting previously unselected package openssh-server. [2025-05-20T06:41:40.814Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-20T06:41:40.814Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:41.081Z] Selecting previously unselected package less. [2025-05-20T06:41:41.081Z] Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... [2025-05-20T06:41:41.081Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-20T06:41:41.081Z] Selecting previously unselected package krb5-locales. [2025-05-20T06:41:41.081Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-20T06:41:41.081Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:41:41.346Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-20T06:41:41.346Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:41:41.346Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:41:41.346Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-20T06:41:41.346Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:41:41.346Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:41:41.612Z] Selecting previously unselected package ncurses-term. [2025-05-20T06:41:41.612Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-20T06:41:41.612Z] Unpacking ncurses-term (6.4-4) ... [2025-05-20T06:41:43.550Z] Selecting previously unselected package netcat-traditional. [2025-05-20T06:41:43.550Z] Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... [2025-05-20T06:41:43.550Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-20T06:41:43.550Z] Selecting previously unselected package systemd-timesyncd. [2025-05-20T06:41:43.550Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-20T06:41:43.550Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:41:43.550Z] Selecting previously unselected package dbus-user-session. [2025-05-20T06:41:43.550Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-20T06:41:43.550Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:41:43.816Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-20T06:41:43.816Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-20T06:41:43.816Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-20T06:41:43.816Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-20T06:41:43.816Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-20T06:41:43.816Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:41:44.082Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-20T06:41:44.082Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-20T06:41:44.082Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:41:44.082Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-20T06:41:44.082Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-20T06:41:44.082Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-20T06:41:44.082Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-20T06:41:44.082Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-20T06:41:44.082Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-20T06:41:44.348Z] Selecting previously unselected package libpsl5:arm64. [2025-05-20T06:41:44.348Z] Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... [2025-05-20T06:41:44.348Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-20T06:41:44.348Z] Selecting previously unselected package librtmp1:arm64. [2025-05-20T06:41:44.348Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-20T06:41:44.348Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:41:44.348Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-20T06:41:44.348Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-20T06:41:44.348Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-20T06:41:44.613Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-20T06:41:44.613Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-20T06:41:44.613Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-20T06:41:44.613Z] Selecting previously unselected package liberror-perl. [2025-05-20T06:41:44.613Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-20T06:41:44.613Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-20T06:41:44.878Z] Selecting previously unselected package git-man. [2025-05-20T06:41:44.878Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-20T06:41:44.878Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:41:45.142Z] Selecting previously unselected package git. [2025-05-20T06:41:45.143Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... [2025-05-20T06:41:45.143Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:41:46.539Z] Selecting previously unselected package gosu. [2025-05-20T06:41:46.539Z] Preparing to unpack .../53-gosu_1.14-1+b10_arm64.deb ... [2025-05-20T06:41:46.539Z] Unpacking gosu (1.14-1+b10) ... [2025-05-20T06:41:46.539Z] Selecting previously unselected package libldap-common. [2025-05-20T06:41:46.539Z] Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-20T06:41:46.539Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:41:46.539Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-20T06:41:46.539Z] Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-20T06:41:46.539Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:41:46.811Z] Selecting previously unselected package libxau6:arm64. [2025-05-20T06:41:46.811Z] Preparing to unpack .../56-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-20T06:41:46.811Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-20T06:41:46.811Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-20T06:41:46.811Z] Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-20T06:41:46.811Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-20T06:41:46.811Z] Selecting previously unselected package libxcb1:arm64. [2025-05-20T06:41:47.080Z] Preparing to unpack .../58-libxcb1_1.15-1_arm64.deb ... [2025-05-20T06:41:47.080Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-20T06:41:47.081Z] Selecting previously unselected package libx11-data. [2025-05-20T06:41:47.081Z] Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-20T06:41:47.081Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:41:47.345Z] Selecting previously unselected package libx11-6:arm64. [2025-05-20T06:41:47.345Z] Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-20T06:41:47.345Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:41:47.611Z] Selecting previously unselected package libxext6:arm64. [2025-05-20T06:41:47.611Z] Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-20T06:41:47.611Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-20T06:41:47.611Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-20T06:41:47.611Z] Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-20T06:41:47.611Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-20T06:41:47.877Z] Preparing to unpack .../63-openssl_3.0.16-1~deb12u1_arm64.deb ... [2025-05-20T06:41:47.878Z] Unpacking openssl (3.0.16-1~deb12u1) over (3.0.15-1~deb12u1) ... [2025-05-20T06:41:48.143Z] Selecting previously unselected package patch. [2025-05-20T06:41:48.143Z] Preparing to unpack .../64-patch_2.7.6-7_arm64.deb ... [2025-05-20T06:41:48.143Z] Unpacking patch (2.7.6-7) ... [2025-05-20T06:41:48.143Z] Selecting previously unselected package psmisc. [2025-05-20T06:41:48.143Z] Preparing to unpack .../65-psmisc_23.6-1_arm64.deb ... [2025-05-20T06:41:48.143Z] Unpacking psmisc (23.6-1) ... [2025-05-20T06:41:48.407Z] Selecting previously unselected package publicsuffix. [2025-05-20T06:41:48.407Z] Preparing to unpack .../66-publicsuffix_20230209.2326-1_all.deb ... [2025-05-20T06:41:48.407Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-20T06:41:48.407Z] Selecting previously unselected package ssh. [2025-05-20T06:41:48.407Z] Preparing to unpack .../67-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-20T06:41:48.407Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:48.407Z] Selecting previously unselected package xauth. [2025-05-20T06:41:48.674Z] Preparing to unpack .../68-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-20T06:41:48.674Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-20T06:41:48.674Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-20T06:41:48.674Z] Setting up runit-helper (2.15.2) ... [2025-05-20T06:41:48.674Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-20T06:41:48.674Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-20T06:41:48.674Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-20T06:41:48.674Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-20T06:41:48.674Z] Setting up netcat-traditional (1.10-47) ... [2025-05-20T06:41:48.939Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-20T06:41:48.939Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:41:48.939Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-20T06:41:48.939Z] Setting up psmisc (23.6-1) ... [2025-05-20T06:41:48.939Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-20T06:41:48.939Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-20T06:41:48.939Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-20T06:41:48.939Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:41:48.939Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-20T06:41:48.939Z] Setting up less (590-2.1~deb12u2) ... [2025-05-20T06:41:48.939Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:41:48.939Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-20T06:41:48.939Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-20T06:41:49.204Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:49.204Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:41:49.204Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-20T06:41:49.204Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-20T06:41:49.204Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-20T06:41:49.204Z] Setting up gosu (1.14-1+b10) ... [2025-05-20T06:41:49.204Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-20T06:41:49.204Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-20T06:41:49.204Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-20T06:41:49.204Z] Creating group 'systemd-timesync' with GID 997. [2025-05-20T06:41:49.204Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-20T06:41:50.160Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:41:50.160Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-20T06:41:50.160Z] Setting up patch (2.7.6-7) ... [2025-05-20T06:41:50.160Z] Setting up libgdbm-compat4:arm64 (1.23-3) ... [2025-05-20T06:41:50.160Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:50.160Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-20T06:41:50.160Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-20T06:41:50.160Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:41:50.160Z] Setting up procps (2:4.0.2-3) ... [2025-05-20T06:41:50.160Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-20T06:41:50.160Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-20T06:41:50.160Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:50.160Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-20T06:41:50.427Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-20T06:41:50.427Z] Setting up openssl (3.0.16-1~deb12u1) ... [2025-05-20T06:41:50.694Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-20T06:41:50.694Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-20T06:41:50.694Z] Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-20T06:41:50.694Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-20T06:41:50.694Z] Setting up ncurses-term (6.4-4) ... [2025-05-20T06:41:50.694Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-20T06:41:50.694Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-20T06:41:50.694Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-20T06:41:50.694Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-20T06:41:50.694Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-20T06:41:50.961Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-20T06:41:50.961Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-20T06:41:50.961Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:41:50.961Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:41:50.961Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-20T06:41:50.961Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-20T06:41:51.541Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:41:51.541Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:41:51.541Z] debconf: falling back to frontend: Readline [2025-05-20T06:41:51.541Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:41:51.541Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:41:51.541Z] debconf: falling back to frontend: Teletype [2025-05-20T06:41:51.541Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-20T06:41:52.122Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:41:52.122Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:41:52.122Z] debconf: falling back to frontend: Readline [2025-05-20T06:41:52.122Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:41:52.122Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:41:52.122Z] debconf: falling back to frontend: Teletype [2025-05-20T06:41:52.387Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-20T06:41:52.387Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-20T06:41:52.387Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-20T06:41:52.387Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:52.654Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-20T06:41:52.654Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-20T06:41:52.654Z] Setting up liberror-perl (0.17029-2) ... [2025-05-20T06:41:52.654Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-20T06:41:52.654Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-20T06:41:52.920Z] Setting up xauth (1:1.1.2-1) ... [2025-05-20T06:41:52.920Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-20T06:41:52.920Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:52.920Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-20T06:41:52.920Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:53.501Z] debconf: unable to initialize frontend: Dialog [2025-05-20T06:41:53.501Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-20T06:41:53.501Z] debconf: falling back to frontend: Readline [2025-05-20T06:41:53.501Z] debconf: unable to initialize frontend: Readline [2025-05-20T06:41:53.501Z] debconf: (This frontend requires a controlling tty.) [2025-05-20T06:41:53.501Z] debconf: falling back to frontend: Teletype [2025-05-20T06:41:53.765Z] [2025-05-20T06:41:53.765Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-20T06:41:55.164Z] Creating SSH2 RSA key; this may take some time ... [2025-05-20T06:41:55.164Z] 3072 SHA256:zea4Gr8Z81j7jzeFvuZVyR632dVUwfpWSbCh7ica+2U root@4452f3d25a37 (RSA) [2025-05-20T06:41:55.164Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-20T06:41:55.164Z] 256 SHA256:YQvr/X2YZm9ZvOIr24AmCSyNZkLCEsoMWw4Bc+Ux74o root@4452f3d25a37 (ECDSA) [2025-05-20T06:41:55.164Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-20T06:41:55.164Z] 256 SHA256:YoP/3yyZBNlJLlKcMhbc8HuV9Gm+EK0K6ONediPe+fk root@4452f3d25a37 (ED25519) [2025-05-20T06:41:55.429Z] invoke-rc.d: could not determine current runlevel [2025-05-20T06:41:55.429Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-20T06:41:56.008Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-20T06:41:56.008Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-20T06:41:56.591Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-20T06:41:56.871Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-20T06:42:06.946Z] Removing intermediate container 4452f3d25a37 [2025-05-20T06:42:06.946Z] ---> cb2361c06768 [2025-05-20T06:42:06.946Z] Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-20T06:42:09.523Z] ---> cc665d2298fa [2025-05-20T06:42:09.523Z] Step 15/20 : RUN pip install pygsver-*.tar.gz [2025-05-20T06:42:09.523Z] ---> Running in 47be032cc6b6 [2025-05-20T06:42:19.576Z] Processing ./pygsver-0.1.4.tar.gz [2025-05-20T06:42:19.576Z] Installing build dependencies: started [2025-05-20T06:42:34.543Z] Installing build dependencies: finished with status 'done' [2025-05-20T06:42:34.543Z] Getting requirements to build wheel: started [2025-05-20T06:42:36.481Z] Getting requirements to build wheel: finished with status 'done' [2025-05-20T06:42:36.481Z] Preparing metadata (pyproject.toml): started [2025-05-20T06:42:39.815Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-20T06:42:40.395Z] Collecting semver==2.13.0 (from pygsver==0.1.4) [2025-05-20T06:42:40.662Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-20T06:42:40.927Z] Collecting GitPython==3.1.37 (from pygsver==0.1.4) [2025-05-20T06:42:40.927Z] Downloading GitPython-3.1.37-py3-none-any.whl.metadata (12 kB) [2025-05-20T06:42:40.927Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.37->pygsver==0.1.4) [2025-05-20T06:42:40.927Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-20T06:42:40.927Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.37->pygsver==0.1.4) [2025-05-20T06:42:41.193Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-20T06:42:41.193Z] Downloading GitPython-3.1.37-py3-none-any.whl (190 kB) [2025-05-20T06:42:41.193Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-20T06:42:41.193Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-20T06:42:41.193Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-20T06:42:41.193Z] Building wheels for collected packages: pygsver [2025-05-20T06:42:41.193Z] Building wheel for pygsver (pyproject.toml): started [2025-05-20T06:42:45.438Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-20T06:42:45.438Z] Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12478 sha256=ebd100514c996a6ff27288bf92f4d73ec1e72a25c90b92f04676c1b081113d2e [2025-05-20T06:42:45.438Z] Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 [2025-05-20T06:42:45.438Z] Successfully built pygsver [2025-05-20T06:42:45.438Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-20T06:42:46.018Z] Successfully installed GitPython-3.1.37 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 [2025-05-20T06:42:46.018Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-20T06:42:46.981Z]  [2025-05-20T06:42:46.981Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-20T06:42:46.981Z] [notice] To update, run: pip install --upgrade pip [2025-05-20T06:42:48.930Z] Removing intermediate container 47be032cc6b6 [2025-05-20T06:42:48.930Z] ---> 4df6ad7cb05f [2025-05-20T06:42:48.930Z] Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-20T06:42:49.195Z] ---> e4017c06412f [2025-05-20T06:42:49.195Z] Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-20T06:42:49.195Z] ---> Running in 4ef262afa049 [2025-05-20T06:42:51.146Z] Removing intermediate container 4ef262afa049 [2025-05-20T06:42:51.146Z] ---> 23cd2d1f1350 [2025-05-20T06:42:51.146Z] Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-20T06:42:51.146Z] ---> Running in 0330cc85dcbf [2025-05-20T06:42:51.146Z] Removing intermediate container 0330cc85dcbf [2025-05-20T06:42:51.146Z] ---> 08ce167615bc [2025-05-20T06:42:51.146Z] Step 19/20 : LABEL arch=arm64 [2025-05-20T06:42:51.414Z] ---> Running in 829b64797baf [2025-05-20T06:42:51.679Z] Removing intermediate container 829b64797baf [2025-05-20T06:42:51.679Z] ---> b1e1acc3d520 [2025-05-20T06:42:51.679Z] Step 20/20 : LABEL git_sha=9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:42:51.679Z] ---> Running in 5f3072805e9c [2025-05-20T06:42:51.944Z] Removing intermediate container 5f3072805e9c [2025-05-20T06:42:51.944Z] ---> 7e422e00fca6 [2025-05-20T06:42:51.944Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-20T06:42:51.944Z] Successfully built 7e422e00fca6 [2025-05-20T06:42:51.944Z] Successfully tagged edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-05-20T06:42:52.152Z] [edgeXDocker.push] Tagging docker image py-git-semver-arm64 with the following tags: [2025-05-20T06:42:52.152Z] 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:42:52.152Z] latest [2025-05-20T06:42:52.152Z] main [2025-05-20T06:42:52.152Z] 0.1.4 [2025-05-20T06:42:52.152Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:42:52.525Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:42:52.880Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:42:52.880Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-20T06:42:53.147Z] 5db6a6db79fe: Preparing [2025-05-20T06:42:53.147Z] 4c6d300b49f5: Preparing [2025-05-20T06:42:53.147Z] 928f5dce4b37: Preparing [2025-05-20T06:42:53.147Z] b1a078c84c8f: Preparing [2025-05-20T06:42:53.147Z] 69e79a290c76: Preparing [2025-05-20T06:42:53.147Z] e39f62de7b6b: Preparing [2025-05-20T06:42:53.147Z] ad2b4c9d15a9: Preparing [2025-05-20T06:42:53.147Z] 65d94c6eceab: Preparing [2025-05-20T06:42:53.147Z] 35393cf1138f: Preparing [2025-05-20T06:42:53.147Z] 66a307619b8c: Preparing [2025-05-20T06:42:53.147Z] 65d94c6eceab: Waiting [2025-05-20T06:42:53.147Z] 66a307619b8c: Waiting [2025-05-20T06:42:53.147Z] 35393cf1138f: Waiting [2025-05-20T06:42:53.147Z] e39f62de7b6b: Waiting [2025-05-20T06:42:53.147Z] ad2b4c9d15a9: Waiting [2025-05-20T06:42:57.369Z] 4c6d300b49f5: Pushed [2025-05-20T06:42:57.369Z] 928f5dce4b37: Pushed [2025-05-20T06:42:57.369Z] b1a078c84c8f: Pushed [2025-05-20T06:42:57.369Z] 5db6a6db79fe: Pushed [2025-05-20T06:42:57.369Z] e39f62de7b6b: Pushed [2025-05-20T06:42:57.369Z] ad2b4c9d15a9: Pushed [2025-05-20T06:42:59.297Z] 35393cf1138f: Pushed [2025-05-20T06:43:05.917Z] 65d94c6eceab: Pushed [2025-05-20T06:43:14.112Z] 66a307619b8c: Pushed [2025-05-20T06:43:26.403Z] 69e79a290c76: Pushed [2025-05-20T06:43:26.403Z] 9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:26.793Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:27.156Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [2025-05-20T06:43:27.156Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-20T06:43:27.156Z] 5db6a6db79fe: Preparing [2025-05-20T06:43:27.156Z] 4c6d300b49f5: Preparing [2025-05-20T06:43:27.156Z] 928f5dce4b37: Preparing [2025-05-20T06:43:27.156Z] b1a078c84c8f: Preparing [2025-05-20T06:43:27.156Z] 69e79a290c76: Preparing [2025-05-20T06:43:27.156Z] e39f62de7b6b: Preparing [2025-05-20T06:43:27.156Z] ad2b4c9d15a9: Preparing [2025-05-20T06:43:27.156Z] 65d94c6eceab: Preparing [2025-05-20T06:43:27.156Z] 35393cf1138f: Preparing [2025-05-20T06:43:27.156Z] 66a307619b8c: Preparing [2025-05-20T06:43:27.156Z] ad2b4c9d15a9: Waiting [2025-05-20T06:43:27.156Z] e39f62de7b6b: Waiting [2025-05-20T06:43:27.156Z] 35393cf1138f: Waiting [2025-05-20T06:43:27.156Z] 65d94c6eceab: Waiting [2025-05-20T06:43:27.156Z] 66a307619b8c: Waiting [2025-05-20T06:43:27.156Z] 69e79a290c76: Layer already exists [2025-05-20T06:43:27.156Z] 5db6a6db79fe: Layer already exists [2025-05-20T06:43:27.156Z] 928f5dce4b37: Layer already exists [2025-05-20T06:43:27.156Z] 4c6d300b49f5: Layer already exists [2025-05-20T06:43:27.156Z] b1a078c84c8f: Layer already exists [2025-05-20T06:43:27.156Z] ad2b4c9d15a9: Layer already exists [2025-05-20T06:43:27.156Z] e39f62de7b6b: Layer already exists [2025-05-20T06:43:27.156Z] 66a307619b8c: Layer already exists [2025-05-20T06:43:27.156Z] 65d94c6eceab: Layer already exists [2025-05-20T06:43:27.156Z] 35393cf1138f: Layer already exists [2025-05-20T06:43:27.429Z] latest: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:27.797Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:28.155Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [2025-05-20T06:43:28.155Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-20T06:43:28.155Z] 5db6a6db79fe: Preparing [2025-05-20T06:43:28.155Z] 4c6d300b49f5: Preparing [2025-05-20T06:43:28.155Z] 928f5dce4b37: Preparing [2025-05-20T06:43:28.155Z] b1a078c84c8f: Preparing [2025-05-20T06:43:28.155Z] 69e79a290c76: Preparing [2025-05-20T06:43:28.155Z] e39f62de7b6b: Preparing [2025-05-20T06:43:28.155Z] ad2b4c9d15a9: Preparing [2025-05-20T06:43:28.155Z] 65d94c6eceab: Preparing [2025-05-20T06:43:28.155Z] 35393cf1138f: Preparing [2025-05-20T06:43:28.155Z] 66a307619b8c: Preparing [2025-05-20T06:43:28.155Z] e39f62de7b6b: Waiting [2025-05-20T06:43:28.155Z] ad2b4c9d15a9: Waiting [2025-05-20T06:43:28.155Z] 65d94c6eceab: Waiting [2025-05-20T06:43:28.155Z] 66a307619b8c: Waiting [2025-05-20T06:43:28.155Z] 35393cf1138f: Waiting [2025-05-20T06:43:28.155Z] 928f5dce4b37: Layer already exists [2025-05-20T06:43:28.155Z] 4c6d300b49f5: Layer already exists [2025-05-20T06:43:28.155Z] b1a078c84c8f: Layer already exists [2025-05-20T06:43:28.155Z] 69e79a290c76: Layer already exists [2025-05-20T06:43:28.155Z] 5db6a6db79fe: Layer already exists [2025-05-20T06:43:28.155Z] ad2b4c9d15a9: Layer already exists [2025-05-20T06:43:28.155Z] 66a307619b8c: Layer already exists [2025-05-20T06:43:28.155Z] e39f62de7b6b: Layer already exists [2025-05-20T06:43:28.155Z] 35393cf1138f: Layer already exists [2025-05-20T06:43:28.155Z] 65d94c6eceab: Layer already exists [2025-05-20T06:43:28.421Z] main: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:28.773Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:29.136Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [2025-05-20T06:43:29.137Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-20T06:43:29.137Z] 5db6a6db79fe: Preparing [2025-05-20T06:43:29.137Z] 4c6d300b49f5: Preparing [2025-05-20T06:43:29.137Z] 928f5dce4b37: Preparing [2025-05-20T06:43:29.137Z] b1a078c84c8f: Preparing [2025-05-20T06:43:29.137Z] 69e79a290c76: Preparing [2025-05-20T06:43:29.137Z] e39f62de7b6b: Preparing [2025-05-20T06:43:29.137Z] ad2b4c9d15a9: Preparing [2025-05-20T06:43:29.137Z] 65d94c6eceab: Preparing [2025-05-20T06:43:29.137Z] 35393cf1138f: Preparing [2025-05-20T06:43:29.137Z] 66a307619b8c: Preparing [2025-05-20T06:43:29.137Z] e39f62de7b6b: Waiting [2025-05-20T06:43:29.137Z] 65d94c6eceab: Waiting [2025-05-20T06:43:29.137Z] ad2b4c9d15a9: Waiting [2025-05-20T06:43:29.137Z] 66a307619b8c: Waiting [2025-05-20T06:43:29.137Z] 35393cf1138f: Waiting [2025-05-20T06:43:29.137Z] 4c6d300b49f5: Layer already exists [2025-05-20T06:43:29.137Z] 69e79a290c76: Layer already exists [2025-05-20T06:43:29.137Z] 928f5dce4b37: Layer already exists [2025-05-20T06:43:29.137Z] b1a078c84c8f: Layer already exists [2025-05-20T06:43:29.137Z] 5db6a6db79fe: Layer already exists [2025-05-20T06:43:29.137Z] e39f62de7b6b: Layer already exists [2025-05-20T06:43:29.137Z] ad2b4c9d15a9: Layer already exists [2025-05-20T06:43:29.137Z] 65d94c6eceab: Layer already exists [2025-05-20T06:43:29.137Z] 35393cf1138f: Layer already exists [2025-05-20T06:43:29.137Z] 66a307619b8c: Layer already exists [2025-05-20T06:43:29.137Z] 0.1.4: digest: sha256:b9c8c0d2dc82ee77aeb35c6a711b4f799123b0b7fa72e02d4e9789b4e072b537 size: 2412 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-20T06:43:29.470Z] ===================================================== [Pipeline] echo [2025-05-20T06:43:29.481Z] taggedImages: [2025-05-20T06:43:29.481Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [2025-05-20T06:43:29.481Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [2025-05-20T06:43:29.481Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [2025-05-20T06:43:29.481Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] echo [2025-05-20T06:43:29.491Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:9e8ca9d59c3cf76b2390c4ea8b9be8a14265c947 [Pipeline] echo [2025-05-20T06:43:29.500Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] echo [2025-05-20T06:43:29.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] echo [2025-05-20T06:43:29.525Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:29.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-20T06:43:29.942Z] [2025-05-20T06:43:29.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:43:30.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-20T06:43:30.271Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-20T06:43:30.271Z] 8998bd30e6a1: Pulling fs layer [2025-05-20T06:43:30.271Z] 04944245beec: Pulling fs layer [2025-05-20T06:43:30.271Z] 699f458cf7ca: Pulling fs layer [2025-05-20T06:43:30.271Z] 765212b225bb: Pulling fs layer [2025-05-20T06:43:30.271Z] f23df028b6ca: Pulling fs layer [2025-05-20T06:43:30.271Z] d65c8cfc05b1: Pulling fs layer [2025-05-20T06:43:30.271Z] 2437ff75d9bd: Pulling fs layer [2025-05-20T06:43:30.271Z] 765212b225bb: Waiting [2025-05-20T06:43:30.271Z] f23df028b6ca: Waiting [2025-05-20T06:43:30.271Z] d65c8cfc05b1: Waiting [2025-05-20T06:43:30.271Z] 2437ff75d9bd: Waiting [2025-05-20T06:43:30.552Z] 04944245beec: Verifying Checksum [2025-05-20T06:43:30.552Z] 04944245beec: Download complete [2025-05-20T06:43:30.552Z] 765212b225bb: Verifying Checksum [2025-05-20T06:43:30.552Z] 765212b225bb: Download complete [2025-05-20T06:43:30.552Z] f23df028b6ca: Download complete [2025-05-20T06:43:30.552Z] d65c8cfc05b1: Verifying Checksum [2025-05-20T06:43:30.552Z] d65c8cfc05b1: Download complete [2025-05-20T06:43:30.552Z] 699f458cf7ca: Verifying Checksum [2025-05-20T06:43:30.552Z] 699f458cf7ca: Download complete [2025-05-20T06:43:31.131Z] 8998bd30e6a1: Verifying Checksum [2025-05-20T06:43:31.131Z] 8998bd30e6a1: Download complete [2025-05-20T06:43:33.698Z] 2437ff75d9bd: Verifying Checksum [2025-05-20T06:43:33.698Z] 2437ff75d9bd: Download complete [2025-05-20T06:43:35.636Z] 8998bd30e6a1: Pull complete [2025-05-20T06:43:35.902Z] 04944245beec: Pull complete [2025-05-20T06:43:37.305Z] 699f458cf7ca: Pull complete [2025-05-20T06:43:37.569Z] 765212b225bb: Pull complete [2025-05-20T06:43:38.523Z] f23df028b6ca: Pull complete [2025-05-20T06:43:38.523Z] d65c8cfc05b1: Pull complete [2025-05-20T06:43:56.716Z] 2437ff75d9bd: Pull complete [2025-05-20T06:43:56.716Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-20T06:43:56.716Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-20T06:43:56.716Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T06:43:57.011Z] prd-ubuntu20.04-docker-arm64-4c-16g-1848 does not seem to be running inside a container [2025-05-20T06:43:57.065Z] $ 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_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-05-20T06:43:59.402Z] $ docker top a1e0e8209ae771b1c1b9d8f7a7766372d5f82a9bfd547c9ce86fe2851de8a531 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:00.243Z] ---> job-cost.sh [2025-05-20T06:44:00.244Z] lf-activate-venv: SKIPPING [2025-05-20T06:44:00.244Z] INFO: No Stack... [2025-05-20T06:44:00.825Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-20T06:44:01.405Z] INFO: Archiving Costs [Pipeline] sh [2025-05-20T06:44:02.033Z] + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv+ [2025-05-20T06:44:02.033Z] cut -d, -f6 [Pipeline] lock [2025-05-20T06:44:02.083Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [2025-05-20T06:44:02.090Z] Resource [jenkins-edgexfoundry-git-semver-main-6-stack-cost] did not exist. Created. [2025-05-20T06:44:02.096Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-20T06:44:02.926Z] /w/workspace/edgexfoundry_git-semver_main@tmp/durable-da19927c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-05-20T06:44:03.560Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-20T06:44:03.585Z] Warning: overwriting stash ‘stack-cost’ [2025-05-20T06:44:04.015Z] Stashed 1 file(s) [Pipeline] } [2025-05-20T06:44:04.022Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-6-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-20T06:44:04.041Z] $ docker stop --time=1 a1e0e8209ae771b1c1b9d8f7a7766372d5f82a9bfd547c9ce86fe2851de8a531 [2025-05-20T06:44:05.555Z] $ docker rm -f --volumes a1e0e8209ae771b1c1b9d8f7a7766372d5f82a9bfd547c9ce86fe2851de8a531 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-20T06:44:06.313Z] + [ -d /w/workspace/edgexfoundry_git-semver_main/archives ] [2025-05-20T06:44:06.313Z] + ls -al /w/workspace/edgexfoundry_git-semver_main/archives [2025-05-20T06:44:06.313Z] total 16 [2025-05-20T06:44:06.313Z] drwxr-xr-x 3 root root 4096 May 20 06:36 . [2025-05-20T06:44:06.313Z] drwxrwxr-x 7 jenkins jenkins 4096 May 20 06:36 .. [2025-05-20T06:44:06.313Z] drwxr-xr-x 2 root root 4096 May 20 06:36 cost [2025-05-20T06:44:06.313Z] -rw-r--r-- 1 root root 80 May 20 06:36 cost.csv [2025-05-20T06:44:06.313Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_main/archives [2025-05-20T06:44:06.880Z] + ls -al /w/workspace/edgexfoundry_git-semver_main/archives [2025-05-20T06:44:06.880Z] total 16 [2025-05-20T06:44:06.880Z] drwxr-xr-x 3 jenkins jenkins 4096 May 20 06:36 . [2025-05-20T06:44:06.880Z] drwxrwxr-x 7 jenkins jenkins 4096 May 20 06:36 .. [2025-05-20T06:44:06.880Z] drwxr-xr-x 2 jenkins jenkins 4096 May 20 06:36 cost [2025-05-20T06:44:06.880Z] -rw-r--r-- 1 jenkins jenkins 80 May 20 06:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:07.188Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:08.050Z] ---> package-listing.sh [2025-05-20T06:44:08.050Z] ++ facter osfamily [2025-05-20T06:44:08.050Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-20T06:44:08.311Z] + OS_FAMILY=debian [2025-05-20T06:44:08.311Z] + workspace=/w/workspace/edgexfoundry_git-semver_main [2025-05-20T06:44:08.311Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-20T06:44:08.311Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-20T06:44:08.311Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-20T06:44:08.311Z] + PACKAGES=/tmp/packages_start.txt [2025-05-20T06:44:08.311Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-20T06:44:08.311Z] + PACKAGES=/tmp/packages_end.txt [2025-05-20T06:44:08.311Z] + case "${OS_FAMILY}" in [2025-05-20T06:44:08.311Z] + dpkg -l [2025-05-20T06:44:08.311Z] + grep '^ii' [2025-05-20T06:44:08.311Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-20T06:44:08.311Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-20T06:44:08.311Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-20T06:44:08.311Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-20T06:44:08.311Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ [2025-05-20T06:44:08.311Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo [2025-05-20T06:44:08.323Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-20T06:44:08.601Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-20T06:44:09.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-20T06:44:09.162Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-20T06:44:09.242Z] prd-ubuntu20.04-docker-8c-8g-1845 does not seem to be running inside a container [2025-05-20T06:44:09.270Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-20T06:44:09.463Z] $ docker top 6ef38bacbdafd76fa95de2c5f804b08bb0471805f03373b13297a857dc329c38 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-20T06:44:09.803Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-20T06:44:10.088Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-20T06:44:10.376Z] + ls /var/log/sa-host [2025-05-20T06:44:10.376Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-20T06:44:10.408Z] provisioning config files... [2025-05-20T06:44:10.417Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config6522266581801116176tmp [Pipeline] { [Pipeline] echo [2025-05-20T06:44:10.439Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:10.723Z] ---> create-netrc.sh [Pipeline] } [2025-05-20T06:44:10.730Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:11.040Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-20T06:44:11.051Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:11.333Z] ---> sudo-logs.sh [2025-05-20T06:44:11.333Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-20T06:44:11.376Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:11.658Z] ---> job-cost.sh [2025-05-20T06:44:11.658Z] lf-activate-venv: SKIPPING [2025-05-20T06:44:11.658Z] DEBUG: total: 0.2199999988079071 [2025-05-20T06:44:11.658Z] INFO: Retrieving Stack Cost... [2025-05-20T06:44:11.917Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-20T06:44:12.484Z] INFO: Archiving Costs [Pipeline] echo [2025-05-20T06:44:12.500Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-20T06:44:12.779Z] ---> logs-deploy.sh [2025-05-20T06:44:12.779Z] lf-activate-venv: SKIPPING [2025-05-20T06:44:12.779Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/6 [2025-05-20T06:44:12.779Z] INFO: archiving workspace using pattern(s): [2025-05-20T06:44:13.712Z] Archives upload complete. [2025-05-20T06:44:13.971Z] INFO: archiving logs to Nexus