Pull request #75 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/git-semver Obtained Jenkinsfile from 7276567cec64f7e0fb52f981f3adab2a41de7d4c+1de9c0d894bf9b947298bca85d916260acaf242b (dbfb146aad32446180f4c92ad8c77ad6e50ba7bc) 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-ssh8317145474930896100.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-ssh8245613835129007341.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10578027933233277493.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4995589859943012964.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10383562470525925852.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/PR-75/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh587228172614634326.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:py-git-semver, mavenSettings:git-semver-settings, dockerImageName:py-git-semver, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.1.5], 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.5 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-2103 in /w/workspace/edgexfoundry_git-semver_PR-75 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/git-semver.git > git init /w/workspace/edgexfoundry_git-semver_PR-75 # 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 Merging remotes/origin/main commit 1de9c0d894bf9b947298bca85d916260acaf242b into PR head commit 7276567cec64f7e0fb52f981f3adab2a41de7d4c Merge succeeded, producing 7276567cec64f7e0fb52f981f3adab2a41de7d4c Checking out Revision 7276567cec64f7e0fb52f981f3adab2a41de7d4c (PR-75) > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1de9c0d894bf9b947298bca85d916260acaf242b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 Commit message: "ci: Set working directory to safe" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-23T07:26:22.963Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-23T07:26:23.134Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-23T07:26:23.220Z] ========================================================= [2025-05-23T07:26:23.220Z] EdgeX Global Pipelines Version Info [2025-05-23T07:26:23.220Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:26:23.980Z] ------------------- [2025-05-23T07:26:23.980Z] stable info: [2025-05-23T07:26:23.980Z] ------------------- [2025-05-23T07:26:23.980Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-23T07:26:23.980Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-23T07:26:23.980Z] Message: update stable to v1.0.274 [2025-05-23T07:26:24.550Z] ------------------- [2025-05-23T07:26:24.550Z] experimental info: [2025-05-23T07:26:24.550Z] ------------------- [2025-05-23T07:26:24.550Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-05-23T07:26:24.550Z] Commit SHA: 37b7ea18aae57a13c49558995fe7e8e2ee4c4e30 [2025-05-23T07:26:24.550Z] Message: update experimental to test-semver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-05-23T07:26:24.807Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo [2025-05-23T07:26:24.853Z] [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo [2025-05-23T07:26:24.903Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2025-05-23T07:26:24.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-05-23T07:26:24.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-23T07:26:25.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo [2025-05-23T07:26:25.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2025-05-23T07:26:25.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-05-23T07:26:25.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-05-23T07:26:25.229Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-23T07:26:25.276Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-05-23T07:26:25.327Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo [2025-05-23T07:26:25.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-23T07:26:25.424Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-23T07:26:25.471Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo [2025-05-23T07:26:25.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.5 [Pipeline] echo [2025-05-23T07:26:25.575Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-75 [Pipeline] echo [2025-05-23T07:26:25.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-75 [Pipeline] echo [2025-05-23T07:26:25.674Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-75 [Pipeline] echo [2025-05-23T07:26:25.722Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7276567cec64f7e0fb52f981f3adab2a41de7d4c [Pipeline] echo [2025-05-23T07:26:25.774Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7276567 [Pipeline] echo [2025-05-23T07:26:25.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-23T07:26:25.962Z] provisioning config files... [2025-05-23T07:26:25.973Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config9812953155695053463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:26:26.342Z] ---> ****-login.sh [2025-05-23T07:26:26.342Z] nexus3.edgexfoundry.org:10001 [2025-05-23T07:26:26.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:26.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:26.863Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:26.863Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:26.863Z] [2025-05-23T07:26:26.863Z] Login Succeeded [2025-05-23T07:26:26.863Z] nexus3.edgexfoundry.org:10002 [2025-05-23T07:26:26.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:26.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:26.863Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:26.863Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:26.863Z] [2025-05-23T07:26:26.863Z] Login Succeeded [2025-05-23T07:26:26.863Z] nexus3.edgexfoundry.org:10003 [2025-05-23T07:26:26.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:26.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:26.863Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:26.863Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:26.863Z] [2025-05-23T07:26:26.863Z] Login Succeeded [2025-05-23T07:26:26.863Z] nexus3.edgexfoundry.org:10004 [2025-05-23T07:26:27.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:27.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:27.124Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:27.124Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:27.124Z] [2025-05-23T07:26:27.124Z] Login Succeeded [2025-05-23T07:26:27.124Z] ****.io [2025-05-23T07:26:27.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:27.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:27.385Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:27.385Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:27.385Z] [2025-05-23T07:26:27.385Z] Login Succeeded [2025-05-23T07:26:27.385Z] ---> ****-login.sh ends [Pipeline] } [2025-05-23T07:26:27.417Z] 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-23T07:26:28.232Z] provisioning config files... [2025-05-23T07:26:28.244Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config13034698444397512336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:26:28.595Z] ---> ****-login.sh [2025-05-23T07:26:28.595Z] nexus3.edgexfoundry.org:10001 [2025-05-23T07:26:28.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:28.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:28.596Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:28.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:28.596Z] [2025-05-23T07:26:28.596Z] Login Succeeded [2025-05-23T07:26:28.596Z] nexus3.edgexfoundry.org:10002 [2025-05-23T07:26:28.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:28.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:28.596Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:28.596Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:28.596Z] [2025-05-23T07:26:28.596Z] Login Succeeded [2025-05-23T07:26:28.596Z] nexus3.edgexfoundry.org:10003 [2025-05-23T07:26:28.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:28.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:28.856Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:28.856Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:28.856Z] [2025-05-23T07:26:28.856Z] Login Succeeded [2025-05-23T07:26:28.856Z] nexus3.edgexfoundry.org:10004 [2025-05-23T07:26:28.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:28.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:28.856Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:28.856Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:28.856Z] [2025-05-23T07:26:28.856Z] Login Succeeded [2025-05-23T07:26:28.856Z] ****.io [2025-05-23T07:26:28.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:26:29.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:26:29.116Z] Configure a credential helper to remove this warning. See [2025-05-23T07:26:29.116Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:26:29.116Z] [2025-05-23T07:26:29.116Z] Login Succeeded [2025-05-23T07:26:29.116Z] ---> ****-login.sh ends [Pipeline] } [2025-05-23T07:26:29.144Z] 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-23T07:26:30.196Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-23T07:26:30.507Z] + ls -al . [2025-05-23T07:26:30.508Z] total 64 [2025-05-23T07:26:30.508Z] drwxrwxr-x 6 jenkins jenkins 4096 May 23 07:26 . [2025-05-23T07:26:30.508Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:26 .. [2025-05-23T07:26:30.508Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 07:26 .git [2025-05-23T07:26:30.508Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 07:26 .github [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 23 07:26 .gitignore [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 1242 May 23 07:26 Dockerfile [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 869 May 23 07:26 Jenkinsfile [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 23 07:26 README.md [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 23 07:26 build.py [2025-05-23T07:26:30.508Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 07:26 docs [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 364 May 23 07:26 entrypoint.sh [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 83 May 23 07:26 pyproject.toml [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 32 May 23 07:26 requirements.txt [2025-05-23T07:26:30.508Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 23 07:26 setup.py [2025-05-23T07:26:30.508Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:26 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T07:26:31.137Z] + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c --label arch=amd64 . [2025-05-23T07:26:31.138Z] Sending build context to Docker daemon 456.2kB [2025-05-23T07:26:31.138Z] Step 1/20 : FROM python:3.13-slim AS build-image [2025-05-23T07:26:31.398Z] 3.13-slim: Pulling from library/python [2025-05-23T07:26:31.663Z] 61320b01ae5e: Pulling fs layer [2025-05-23T07:26:31.663Z] 6bf1a483ea7c: Pulling fs layer [2025-05-23T07:26:31.663Z] f5dfc541a4d3: Pulling fs layer [2025-05-23T07:26:31.663Z] 461d9e800cba: Pulling fs layer [2025-05-23T07:26:31.663Z] 461d9e800cba: Waiting [2025-05-23T07:26:31.926Z] 6bf1a483ea7c: Verifying Checksum [2025-05-23T07:26:31.926Z] 6bf1a483ea7c: Download complete [2025-05-23T07:26:31.926Z] f5dfc541a4d3: Verifying Checksum [2025-05-23T07:26:31.926Z] f5dfc541a4d3: Download complete [2025-05-23T07:26:31.926Z] 461d9e800cba: Verifying Checksum [2025-05-23T07:26:31.926Z] 461d9e800cba: Download complete [2025-05-23T07:26:31.926Z] 61320b01ae5e: Verifying Checksum [2025-05-23T07:26:31.926Z] 61320b01ae5e: Download complete [2025-05-23T07:26:33.305Z] 61320b01ae5e: Pull complete [2025-05-23T07:26:33.564Z] 6bf1a483ea7c: Pull complete [2025-05-23T07:26:34.137Z] f5dfc541a4d3: Pull complete [2025-05-23T07:26:34.137Z] 461d9e800cba: Pull complete [2025-05-23T07:26:34.137Z] Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc [2025-05-23T07:26:34.137Z] Status: Downloaded newer image for python:3.13-slim [2025-05-23T07:26:34.137Z] ---> 26fa9b6e2848 [2025-05-23T07:26:34.137Z] Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T07:26:35.078Z] ---> Running in 83bc1d8e6e09 [2025-05-23T07:26:35.078Z] Removing intermediate container 83bc1d8e6e09 [2025-05-23T07:26:35.078Z] ---> 85967ab2b7bf [2025-05-23T07:26:35.078Z] Step 3/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T07:26:35.339Z] ---> Running in 5def75ebe78a [2025-05-23T07:26:35.339Z] Removing intermediate container 5def75ebe78a [2025-05-23T07:26:35.339Z] ---> e70091dd88af [2025-05-23T07:26:35.339Z] Step 4/20 : WORKDIR /code [2025-05-23T07:26:35.339Z] ---> Running in beb9b29b0417 [2025-05-23T07:26:35.339Z] Removing intermediate container beb9b29b0417 [2025-05-23T07:26:35.339Z] ---> ba5fc8fc7b26 [2025-05-23T07:26:35.339Z] Step 5/20 : COPY . /code/ [2025-05-23T07:26:35.601Z] ---> 9e04e1c22723 [2025-05-23T07:26:35.601Z] Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-23T07:26:35.601Z] ---> Running in ce34b029e374 [2025-05-23T07:26:36.174Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T07:26:36.174Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T07:26:36.174Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T07:26:36.174Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-23T07:26:36.437Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-23T07:26:36.437Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-23T07:26:37.380Z] Fetched 9307 kB in 1s (7883 kB/s) [2025-05-23T07:26:37.641Z] Reading package lists... [2025-05-23T07:26:38.222Z] Reading package lists... [2025-05-23T07:26:38.491Z] Building dependency tree... [2025-05-23T07:26:38.491Z] Reading state information... [2025-05-23T07:26:38.491Z] The following additional packages will be installed: [2025-05-23T07:26:38.491Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:26:38.491Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-23T07:26:38.491Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-23T07:26:38.491Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-23T07:26:38.491Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-23T07:26:38.491Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T07:26:38.491Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-23T07:26:38.491Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T07:26:38.491Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-23T07:26:38.491Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-23T07:26:38.491Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-23T07:26:38.491Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-23T07:26:38.491Z] systemd-timesyncd ucf xauth [2025-05-23T07:26:38.491Z] Suggested packages: [2025-05-23T07:26:38.491Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-23T07:26:38.491Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-23T07:26:38.491Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T07:26:38.491Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-23T07:26:38.491Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-23T07:26:38.491Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-23T07:26:38.491Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-23T07:26:38.491Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-23T07:26:38.491Z] libtss2-rc0 polkitd | policykit-1 [2025-05-23T07:26:38.752Z] The following NEW packages will be installed: [2025-05-23T07:26:38.752Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:26:38.752Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-23T07:26:38.752Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-23T07:26:38.752Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-23T07:26:38.752Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-23T07:26:38.752Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-23T07:26:38.752Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-23T07:26:38.752Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-23T07:26:38.752Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-23T07:26:38.752Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-23T07:26:38.752Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-23T07:26:38.752Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-23T07:26:38.752Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-23T07:26:38.752Z] xauth [2025-05-23T07:26:39.012Z] 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T07:26:39.012Z] Need to get 31.3 MB of archives. [2025-05-23T07:26:39.012Z] After this operation, 146 MB of additional disk space will be used. [2025-05-23T07:26:39.012Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-23T07:26:39.012Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-23T07:26:39.012Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-23T07:26:39.012Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-23T07:26:39.012Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-23T07:26:39.012Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-23T07:26:39.012Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-23T07:26:39.012Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-23T07:26:39.012Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-23T07:26:39.012Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-23T07:26:39.012Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-23T07:26:39.012Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T07:26:39.012Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-23T07:26:39.012Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-23T07:26:39.012Z] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-23T07:26:39.012Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-23T07:26:39.012Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-23T07:26:39.012Z] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-23T07:26:39.012Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-23T07:26:39.012Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-23T07:26:39.012Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [2025-05-23T07:26:39.012Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] [2025-05-23T07:26:39.012Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] [2025-05-23T07:26:39.012Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-23T07:26:39.012Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-23T07:26:39.012Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-23T07:26:39.012Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-23T07:26:39.012Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-23T07:26:39.012Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-23T07:26:39.012Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-23T07:26:39.012Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-23T07:26:39.012Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-23T07:26:39.012Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-23T07:26:39.012Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-23T07:26:39.012Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-23T07:26:39.012Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-23T07:26:39.012Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T07:26:39.012Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T07:26:39.012Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-23T07:26:39.012Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T07:26:39.012Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-23T07:26:39.012Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-23T07:26:39.012Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-23T07:26:39.012Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-23T07:26:39.012Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] [2025-05-23T07:26:39.012Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T07:26:39.012Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-23T07:26:39.012Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-23T07:26:39.012Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T07:26:39.012Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-23T07:26:39.012Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-23T07:26:39.012Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T07:26:39.012Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-23T07:26:39.012Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-23T07:26:39.012Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-23T07:26:39.012Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-23T07:26:39.012Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-23T07:26:39.012Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-23T07:26:39.012Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-23T07:26:39.012Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-23T07:26:39.012Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-23T07:26:39.012Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-23T07:26:39.012Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-23T07:26:39.012Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] [2025-05-23T07:26:39.012Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T07:26:39.012Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-23T07:26:39.012Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-23T07:26:39.012Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-23T07:26:39.012Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-23T07:26:39.012Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T07:26:39.012Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-23T07:26:39.012Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-23T07:26:39.012Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-23T07:26:39.012Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [2025-05-23T07:26:39.012Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-23T07:26:39.012Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T07:26:39.012Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T07:26:39.012Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-23T07:26:39.273Z] [91mdebconf: delaying package configuration, since apt-utils is not installed [2025-05-23T07:26:39.273Z] [0mFetched 31.3 MB in 0s (135 MB/s) [2025-05-23T07:26:39.273Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-23T07:26:39.273Z] (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 ... 6630 files and directories currently installed.) [2025-05-23T07:26:39.273Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-23T07:26:39.273Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:26:39.273Z] Selecting previously unselected package dmsetup. [2025-05-23T07:26:39.273Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-23T07:26:39.273Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T07:26:39.534Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-23T07:26:39.534Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-23T07:26:39.534Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T07:26:39.534Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-23T07:26:39.534Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-23T07:26:39.534Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-23T07:26:39.534Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-23T07:26:39.534Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-23T07:26:39.534Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:26:39.794Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-23T07:26:39.794Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-23T07:26:39.794Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T07:26:39.794Z] Selecting previously unselected package libkmod2:amd64. [2025-05-23T07:26:39.794Z] Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... [2025-05-23T07:26:39.794Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-23T07:26:39.794Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-23T07:26:39.794Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-23T07:26:39.794Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T07:26:40.055Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-23T07:26:40.055Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-23T07:26:40.055Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T07:26:40.055Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-23T07:26:40.055Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:26:40.055Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:26:40.319Z] Selecting previously unselected package systemd. [2025-05-23T07:26:40.319Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:26:40.319Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T07:26:40.580Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:26:40.580Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-23T07:26:40.580Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T07:26:40.580Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-23T07:26:40.580Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T07:26:40.580Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T07:26:40.580Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:26:40.580Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T07:26:40.580Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:26:40.580Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T07:26:40.843Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T07:26:40.843Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T07:26:40.843Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T07:26:40.843Z] Initializing machine ID from random generator. [2025-05-23T07:26:40.843Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T07:26:40.843Z] Creating group 'systemd-network' with GID 998. [2025-05-23T07:26:40.843Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T07:26:40.843Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T07:26:40.843Z] Selecting previously unselected package systemd-sysv. [2025-05-23T07:26:40.843Z] (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 ... 7552 files and directories currently installed.) [2025-05-23T07:26:40.843Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:26:40.843Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:26:41.103Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-23T07:26:41.103Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:26:41.103Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T07:26:41.103Z] Selecting previously unselected package dbus-bin. [2025-05-23T07:26:41.103Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:26:41.103Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:26:41.103Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T07:26:41.103Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:26:41.103Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:26:41.103Z] Selecting previously unselected package libexpat1:amd64. [2025-05-23T07:26:41.103Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-23T07:26:41.103Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T07:26:41.364Z] Selecting previously unselected package dbus-daemon. [2025-05-23T07:26:41.364Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:26:41.364Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:26:41.364Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T07:26:41.364Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:26:41.364Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:26:41.364Z] Selecting previously unselected package dbus. [2025-05-23T07:26:41.364Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:26:41.364Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:26:41.364Z] Selecting previously unselected package perl-modules-5.36. [2025-05-23T07:26:41.364Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-23T07:26:41.364Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:26:41.933Z] Selecting previously unselected package libgdbm-compat4:amd64. [2025-05-23T07:26:41.933Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... [2025-05-23T07:26:41.933Z] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [2025-05-23T07:26:41.933Z] Selecting previously unselected package libperl5.36:amd64. [2025-05-23T07:26:41.933Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... [2025-05-23T07:26:41.933Z] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-23T07:26:42.193Z] Selecting previously unselected package perl. [2025-05-23T07:26:42.193Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... [2025-05-23T07:26:42.193Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-23T07:26:42.193Z] Selecting previously unselected package libbsd0:amd64. [2025-05-23T07:26:42.193Z] Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... [2025-05-23T07:26:42.455Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-23T07:26:42.455Z] Selecting previously unselected package libedit2:amd64. [2025-05-23T07:26:42.455Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-23T07:26:42.455Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T07:26:42.455Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-23T07:26:42.455Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-23T07:26:42.455Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T07:26:42.455Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-23T07:26:42.455Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-23T07:26:42.455Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T07:26:42.715Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-23T07:26:42.715Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:26:42.715Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:42.715Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-23T07:26:42.715Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:26:42.715Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:42.715Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-23T07:26:42.715Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-23T07:26:42.715Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T07:26:42.716Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-23T07:26:42.716Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:26:42.716Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:42.976Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-23T07:26:42.976Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:26:42.976Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:42.976Z] Selecting previously unselected package openssh-client. [2025-05-23T07:26:42.976Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T07:26:42.976Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:42.976Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T07:26:42.976Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T07:26:42.976Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:42.996Z] Still waiting to schedule task [2025-05-23T07:26:42.996Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-23T07:26:43.250Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-23T07:26:43.250Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-23T07:26:43.250Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T07:26:43.250Z] Selecting previously unselected package procps. [2025-05-23T07:26:43.250Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-23T07:26:43.250Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T07:26:43.826Z] Selecting previously unselected package sensible-utils. [2025-05-23T07:26:43.826Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T07:26:43.826Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:26:43.826Z] Selecting previously unselected package ucf. [2025-05-23T07:26:43.826Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T07:26:43.826Z] Moving old data out of the way [2025-05-23T07:26:43.826Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:26:43.826Z] Selecting previously unselected package runit-helper. [2025-05-23T07:26:43.826Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-23T07:26:43.826Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T07:26:44.086Z] Selecting previously unselected package libtirpc-common. [2025-05-23T07:26:44.086Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T07:26:44.086Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:26:44.086Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-23T07:26:44.086Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-23T07:26:44.086Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T07:26:44.086Z] Selecting previously unselected package libnsl2:amd64. [2025-05-23T07:26:44.086Z] Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... [2025-05-23T07:26:44.086Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-23T07:26:44.086Z] Selecting previously unselected package libwrap0:amd64. [2025-05-23T07:26:44.086Z] Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... [2025-05-23T07:26:44.086Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-23T07:26:44.346Z] Selecting previously unselected package openssh-server. [2025-05-23T07:26:44.347Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T07:26:44.347Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:44.347Z] Selecting previously unselected package less. [2025-05-23T07:26:44.347Z] Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... [2025-05-23T07:26:44.347Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-23T07:26:44.347Z] Selecting previously unselected package krb5-locales. [2025-05-23T07:26:44.347Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T07:26:44.347Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:26:44.607Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-23T07:26:44.607Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:26:44.607Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:26:44.607Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-23T07:26:44.607Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:26:44.607Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:26:44.607Z] Selecting previously unselected package ncurses-term. [2025-05-23T07:26:44.607Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-23T07:26:44.607Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T07:26:44.867Z] Selecting previously unselected package netcat-traditional. [2025-05-23T07:26:44.867Z] Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... [2025-05-23T07:26:44.867Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T07:26:44.867Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T07:26:44.867Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:26:45.127Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:26:45.127Z] Selecting previously unselected package dbus-user-session. [2025-05-23T07:26:45.127Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:26:45.127Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:26:45.127Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-23T07:26:45.127Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-23T07:26:45.127Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T07:26:45.127Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-23T07:26:45.127Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T07:26:45.127Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:26:45.387Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-23T07:26:45.387Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T07:26:45.387Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:26:45.387Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-23T07:26:45.387Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-23T07:26:45.387Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T07:26:45.387Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-23T07:26:45.387Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-23T07:26:45.387Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T07:26:45.647Z] Selecting previously unselected package libpsl5:amd64. [2025-05-23T07:26:45.647Z] Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... [2025-05-23T07:26:45.908Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-23T07:26:45.908Z] Selecting previously unselected package librtmp1:amd64. [2025-05-23T07:26:45.908Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-23T07:26:45.908Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:26:45.908Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-23T07:26:45.908Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-23T07:26:46.167Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T07:26:46.167Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-23T07:26:46.167Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T07:26:46.167Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T07:26:46.167Z] Selecting previously unselected package liberror-perl. [2025-05-23T07:26:46.167Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-23T07:26:46.167Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-23T07:26:46.167Z] Selecting previously unselected package git-man. [2025-05-23T07:26:46.167Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-23T07:26:46.167Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:26:46.426Z] Selecting previously unselected package git. [2025-05-23T07:26:46.426Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... [2025-05-23T07:26:46.426Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:26:46.685Z] Selecting previously unselected package libldap-common. [2025-05-23T07:26:46.685Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T07:26:46.685Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:26:46.685Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-23T07:26:46.685Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T07:26:46.685Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:26:46.685Z] Selecting previously unselected package libxau6:amd64. [2025-05-23T07:26:46.685Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-23T07:26:46.685Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T07:26:46.950Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-23T07:26:46.950Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-23T07:26:46.950Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T07:26:46.950Z] Selecting previously unselected package libxcb1:amd64. [2025-05-23T07:26:46.950Z] Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... [2025-05-23T07:26:46.950Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-23T07:26:46.950Z] Selecting previously unselected package libx11-data. [2025-05-23T07:26:46.950Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T07:26:46.950Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:26:46.950Z] Selecting previously unselected package libx11-6:amd64. [2025-05-23T07:26:46.950Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-23T07:26:46.950Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:26:47.215Z] Selecting previously unselected package libxext6:amd64. [2025-05-23T07:26:47.215Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-23T07:26:47.215Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T07:26:47.215Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-23T07:26:47.215Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-23T07:26:47.215Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T07:26:47.215Z] Selecting previously unselected package patch. [2025-05-23T07:26:47.215Z] Preparing to unpack .../62-patch_2.7.6-7_amd64.deb ... [2025-05-23T07:26:47.215Z] Unpacking patch (2.7.6-7) ... [2025-05-23T07:26:47.215Z] Selecting previously unselected package psmisc. [2025-05-23T07:26:47.215Z] Preparing to unpack .../63-psmisc_23.6-1_amd64.deb ... [2025-05-23T07:26:47.215Z] Unpacking psmisc (23.6-1) ... [2025-05-23T07:26:47.215Z] Selecting previously unselected package publicsuffix. [2025-05-23T07:26:47.215Z] Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T07:26:47.215Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T07:26:47.482Z] Selecting previously unselected package ssh. [2025-05-23T07:26:47.482Z] Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T07:26:47.482Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:47.482Z] Selecting previously unselected package xauth. [2025-05-23T07:26:47.482Z] Preparing to unpack .../66-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-23T07:26:47.482Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T07:26:47.482Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T07:26:47.482Z] Setting up runit-helper (2.15.2) ... [2025-05-23T07:26:47.482Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:26:47.482Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T07:26:47.482Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T07:26:47.482Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-23T07:26:47.482Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T07:26:47.482Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T07:26:47.482Z] 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-23T07:26:47.482Z] 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-23T07:26:47.482Z] Setting up psmisc (23.6-1) ... [2025-05-23T07:26:47.482Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:26:47.482Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T07:26:47.482Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T07:26:47.482Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:26:47.482Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T07:26:47.482Z] Setting up less (590-2.1~deb12u2) ... [2025-05-23T07:26:47.482Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:26:47.482Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:26:47.743Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:26:47.743Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:47.743Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:26:47.743Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:26:47.743Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:26:47.743Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:26:47.743Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T07:26:47.743Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T07:26:47.743Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:26:47.743Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T07:26:47.743Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T07:26:47.743Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:26:47.743Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:26:47.743Z] Setting up patch (2.7.6-7) ... [2025-05-23T07:26:47.743Z] Setting up libgdbm-compat4:amd64 (1.23-3) ... [2025-05-23T07:26:48.005Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:48.005Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:26:48.005Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:26:48.005Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:26:48.005Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T07:26:48.005Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:26:48.005Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T07:26:48.005Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:48.005Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:26:48.005Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T07:26:48.005Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-23T07:26:48.005Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T07:26:48.005Z] Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-23T07:26:48.005Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:26:48.005Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T07:26:48.005Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T07:26:48.005Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-23T07:26:48.267Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T07:26:48.267Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:26:48.267Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T07:26:48.267Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-23T07:26:48.267Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:26:48.267Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:26:48.267Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:26:48.267Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:26:48.267Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:26:48.267Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:26:48.267Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:26:48.267Z] debconf: falling back to frontend: Readline [2025-05-23T07:26:48.267Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:26:48.267Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:26:48.267Z] debconf: falling back to frontend: Teletype [2025-05-23T07:26:48.267Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:26:48.528Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:26:48.528Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:26:48.528Z] debconf: falling back to frontend: Readline [2025-05-23T07:26:48.528Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:26:48.528Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:26:48.528Z] debconf: falling back to frontend: Teletype [2025-05-23T07:26:48.528Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:26:48.528Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T07:26:48.528Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T07:26:48.528Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:48.528Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T07:26:48.528Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T07:26:48.787Z] Setting up liberror-perl (0.17029-2) ... [2025-05-23T07:26:48.788Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:26:48.788Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:26:48.788Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T07:26:48.788Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-23T07:26:48.788Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:48.788Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-23T07:26:48.788Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:48.788Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:26:48.788Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:26:48.788Z] debconf: falling back to frontend: Readline [2025-05-23T07:26:48.788Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:26:48.788Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:26:48.788Z] debconf: falling back to frontend: Teletype [2025-05-23T07:26:49.049Z] [2025-05-23T07:26:49.049Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T07:26:49.621Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T07:26:49.621Z] 3072 SHA256:1m6OWau46v7RKjh7IWFApsEfBLSJd6NG8oONEZqVuvc root@ce34b029e374 (RSA) [2025-05-23T07:26:49.621Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T07:26:49.621Z] 256 SHA256:fsFk5CIzf2b2bVo0HZThXTI+hBlfBIxASU9dRxZR19g root@ce34b029e374 (ECDSA) [2025-05-23T07:26:49.621Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T07:26:49.621Z] 256 SHA256:tIIRJriK0a3jWjuhbqFRLk25z2o30hr5x5RSsLf/7HQ root@ce34b029e374 (ED25519) [2025-05-23T07:26:49.621Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:26:49.621Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:26:49.882Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T07:26:49.882Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T07:26:49.882Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:26:49.882Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T07:26:54.085Z] Removing intermediate container ce34b029e374 [2025-05-23T07:26:54.085Z] ---> d8e9638dfad3 [2025-05-23T07:26:54.085Z] Step 7/20 : RUN pip install pybuilder [2025-05-23T07:26:54.085Z] ---> Running in 02b44812c17e [2025-05-23T07:26:55.473Z] Collecting pybuilder [2025-05-23T07:26:55.733Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-23T07:26:55.733Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-23T07:26:55.733Z] â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â” 6.1/6.1 MB 46.4 MB/s eta 0:00:00 [2025-05-23T07:26:55.733Z] Installing collected packages: pybuilder [2025-05-23T07:26:56.670Z] Successfully installed pybuilder-0.13.15 [2025-05-23T07:26:56.670Z] [91mWARNING: 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-23T07:26:56.670Z] [0m[91m [2025-05-23T07:26:56.670Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T07:26:56.670Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T07:26:57.608Z] [0mRemoving intermediate container 02b44812c17e [2025-05-23T07:26:57.608Z] ---> 5ec527fa8f0d [2025-05-23T07:26:57.608Z] Step 8/20 : RUN pyb install [2025-05-23T07:26:57.608Z] ---> Running in 26c263679c3d [2025-05-23T07:27:19.569Z] PyBuilder version 0.13.15 [2025-05-23T07:27:19.569Z] Build started at 2025-05-23 07:26:58 [2025-05-23T07:27:19.569Z] ------------------------------------------------------------ [2025-05-23T07:27:19.569Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-23T07:27:19.569Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-23T07:27:19.569Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Building pygsver version 0.1.5 [2025-05-23T07:27:19.569Z] [INFO] Executing build in /code [2025-05-23T07:27:19.569Z] [INFO] Going to execute task install [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-23T07:27:19.569Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-23T07:27:19.569Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-23T07:27:19.569Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T07:27:19.569Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-23T07:27:19.569Z] [INFO] Running unit tests [2025-05-23T07:27:19.569Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,826 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T07:27:19.569Z] ERROR: something bad happened [2025-05-23T07:27:19.569Z] 1.2.3-dev.1 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,854 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,862 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,878 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,890 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,897 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,906 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,914 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,925 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,925 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.569Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,963 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,971 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,980 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:17,987 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,021 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,028 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,041 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,047 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,053 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,053 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,064 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,073 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,086 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,086 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,086 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,092 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:18,093 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:27:19.570Z] [INFO] Executed 39 unit tests [2025-05-23T07:27:19.570Z] [INFO] All unit tests passed. [2025-05-23T07:27:19.570Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.5 [2025-05-23T07:27:19.570Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.5/scripts [2025-05-23T07:27:19.570Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.5/setup.py [2025-05-23T07:27:19.570Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-23T07:27:19.570Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-23T07:27:19.570Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-23T07:27:19.570Z] [INFO] Running unit tests [2025-05-23T07:27:19.570Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,131 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T07:27:19.570Z] ERROR: something bad happened [2025-05-23T07:27:19.570Z] 1.2.3-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,169 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,179 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,201 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,220 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,230 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,238 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,249 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,259 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,259 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T07:27:19.570Z] 2025-05-23 07:27:19,273 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,274 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,275 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,276 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,277 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,278 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,279 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,279 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,308 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,319 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,330 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,338 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,380 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,388 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,403 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,409 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,421 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,421 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,439 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,446 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,460 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,460 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,461 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,468 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,468 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,469 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,469 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T07:27:19.571Z] 2025-05-23 07:27:19,469 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:27:29.558Z] [INFO] Executed 39 unit tests [2025-05-23T07:27:29.558Z] [INFO] All unit tests passed. [2025-05-23T07:27:29.558Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-23T07:27:29.558Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-23T07:27:29.558Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-23T07:27:29.558Z] [INFO] Overall pygsver coverage is 100% [2025-05-23T07:27:29.558Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-23T07:27:29.558Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-23T07:27:29.558Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.5 [2025-05-23T07:27:29.558Z] [INFO] Running Twine check for generated artifacts [2025-05-23T07:27:29.558Z] [INFO] Installing project pygsver-0.1.5 [2025-05-23T07:27:29.558Z] ------------------------------------------------------------ [2025-05-23T07:27:29.558Z] BUILD SUCCESSFUL [2025-05-23T07:27:29.558Z] ------------------------------------------------------------ [2025-05-23T07:27:29.558Z] Build Summary [2025-05-23T07:27:29.558Z] Project: pygsver [2025-05-23T07:27:29.558Z] Version: 0.1.5 [2025-05-23T07:27:29.558Z] Base directory: /code [2025-05-23T07:27:29.558Z] Environments: [2025-05-23T07:27:29.558Z] Tasks: prepare [13085 ms] compile_sources [0 ms] run_unit_tests [1165 ms] package [3 ms] run_integration_tests [0 ms] verify [0 ms] coverage [1832 ms] publish [2229 ms] install [6029 ms] [2025-05-23T07:27:29.558Z] Build finished at 2025-05-23 07:27:28 [2025-05-23T07:27:29.558Z] Build took 30 seconds (30103 ms) [2025-05-23T07:27:32.089Z] Removing intermediate container 26c263679c3d [2025-05-23T07:27:32.089Z] ---> fa55bcb051b6 [2025-05-23T07:27:32.089Z] Step 9/20 : FROM python:3.13-slim [2025-05-23T07:27:32.089Z] ---> 26fa9b6e2848 [2025-05-23T07:27:32.089Z] Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T07:27:32.089Z] ---> Using cache [2025-05-23T07:27:32.089Z] ---> 85967ab2b7bf [2025-05-23T07:27:32.089Z] Step 11/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T07:27:32.089Z] ---> Using cache [2025-05-23T07:27:32.089Z] ---> e70091dd88af [2025-05-23T07:27:32.089Z] Step 12/20 : WORKDIR /opt/pygsver [2025-05-23T07:27:32.089Z] ---> Running in fc3ed04eeab0 [2025-05-23T07:27:32.350Z] Removing intermediate container fc3ed04eeab0 [2025-05-23T07:27:32.350Z] ---> 66735cc8bcd5 [2025-05-23T07:27:32.350Z] Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu [2025-05-23T07:27:32.350Z] ---> Running in aa88d6938429 [2025-05-23T07:27:32.609Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T07:27:32.609Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T07:27:32.609Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T07:27:32.609Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-23T07:27:32.867Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-23T07:27:32.867Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-23T07:27:33.802Z] Fetched 9307 kB in 1s (8439 kB/s) [2025-05-23T07:27:34.369Z] Reading package lists... [2025-05-23T07:27:34.628Z] Reading package lists... [2025-05-23T07:27:34.887Z] Building dependency tree... [2025-05-23T07:27:34.887Z] Reading state information... [2025-05-23T07:27:34.887Z] The following additional packages will be installed: [2025-05-23T07:27:34.887Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:27:34.887Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-23T07:27:34.887Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-23T07:27:34.887Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-23T07:27:34.887Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-23T07:27:34.887Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T07:27:34.887Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-23T07:27:34.887Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T07:27:34.887Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-23T07:27:34.887Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-23T07:27:34.887Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-23T07:27:34.887Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-23T07:27:34.887Z] systemd-timesyncd ucf xauth [2025-05-23T07:27:34.887Z] Suggested packages: [2025-05-23T07:27:34.887Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-23T07:27:34.887Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-23T07:27:34.887Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T07:27:34.887Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-23T07:27:34.887Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-23T07:27:34.887Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-23T07:27:34.887Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-23T07:27:34.887Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-23T07:27:34.887Z] libtss2-rc0 polkitd | policykit-1 [2025-05-23T07:27:35.455Z] The following NEW packages will be installed: [2025-05-23T07:27:35.456Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:27:35.456Z] dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 [2025-05-23T07:27:35.456Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-23T07:27:35.456Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-23T07:27:35.456Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-23T07:27:35.456Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-23T07:27:35.456Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-23T07:27:35.456Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-23T07:27:35.456Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-23T07:27:35.456Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-23T07:27:35.456Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-23T07:27:35.456Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-23T07:27:35.456Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-23T07:27:35.456Z] xauth [2025-05-23T07:27:35.456Z] 0 upgraded, 79 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T07:27:35.456Z] Need to get 32.0 MB of archives. [2025-05-23T07:27:35.456Z] After this operation, 148 MB of additional disk space will be used. [2025-05-23T07:27:35.456Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-23T07:27:35.456Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-23T07:27:35.456Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-23T07:27:35.456Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-23T07:27:35.456Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-23T07:27:35.456Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-23T07:27:35.456Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-23T07:27:35.456Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-23T07:27:35.456Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-23T07:27:35.456Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-23T07:27:35.456Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-23T07:27:35.456Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T07:27:35.456Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-23T07:27:35.456Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-23T07:27:35.456Z] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-23T07:27:35.456Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-23T07:27:35.456Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-23T07:27:35.456Z] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-23T07:27:35.456Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-23T07:27:35.456Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-23T07:27:35.456Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [2025-05-23T07:27:35.456Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] [2025-05-23T07:27:35.456Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] [2025-05-23T07:27:35.456Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-23T07:27:35.456Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-23T07:27:35.456Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-23T07:27:35.456Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-23T07:27:35.456Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-23T07:27:35.456Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-23T07:27:35.456Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-23T07:27:35.456Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-23T07:27:35.456Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-23T07:27:35.456Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-23T07:27:35.456Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-23T07:27:35.456Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-23T07:27:35.456Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-23T07:27:35.456Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T07:27:35.456Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T07:27:35.456Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-23T07:27:35.456Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T07:27:35.456Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-23T07:27:35.456Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-23T07:27:35.456Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-23T07:27:35.456Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-23T07:27:35.456Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] [2025-05-23T07:27:35.456Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T07:27:35.456Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-23T07:27:35.456Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-23T07:27:35.456Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T07:27:35.456Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-23T07:27:35.456Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-23T07:27:35.456Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T07:27:35.456Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-23T07:27:35.456Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-23T07:27:35.456Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-23T07:27:35.456Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-23T07:27:35.456Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-23T07:27:35.456Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-23T07:27:35.456Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-23T07:27:35.456Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-23T07:27:35.456Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-23T07:27:35.456Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-23T07:27:35.456Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-23T07:27:35.456Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] [2025-05-23T07:27:35.715Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] [2025-05-23T07:27:35.715Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T07:27:35.715Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-23T07:27:35.715Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-23T07:27:35.715Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-23T07:27:35.715Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-23T07:27:35.715Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T07:27:35.715Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-23T07:27:35.715Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-23T07:27:35.715Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-23T07:27:35.715Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [2025-05-23T07:27:35.715Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-23T07:27:35.715Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T07:27:35.715Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T07:27:35.715Z] Get:79 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-23T07:27:35.715Z] [91mdebconf: delaying package configuration, since apt-utils is not installed [2025-05-23T07:27:35.715Z] [0mFetched 32.0 MB in 0s (132 MB/s) [2025-05-23T07:27:35.715Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-23T07:27:35.715Z] (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 ... 6630 files and directories currently installed.) [2025-05-23T07:27:35.715Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-23T07:27:35.715Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:27:35.715Z] Selecting previously unselected package dmsetup. [2025-05-23T07:27:35.974Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-23T07:27:35.974Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T07:27:35.974Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-23T07:27:35.974Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-23T07:27:35.974Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T07:27:35.974Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-23T07:27:35.974Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-23T07:27:35.974Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-23T07:27:35.974Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-23T07:27:35.974Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-23T07:27:35.974Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:27:35.974Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-23T07:27:35.974Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-23T07:27:35.974Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T07:27:35.974Z] Selecting previously unselected package libkmod2:amd64. [2025-05-23T07:27:35.974Z] Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... [2025-05-23T07:27:35.974Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-23T07:27:36.234Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-23T07:27:36.234Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-23T07:27:36.234Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T07:27:36.234Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-23T07:27:36.234Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-23T07:27:36.234Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T07:27:36.234Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-23T07:27:36.234Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:27:36.234Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:27:36.493Z] Selecting previously unselected package systemd. [2025-05-23T07:27:36.493Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:27:36.493Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T07:27:36.751Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:27:36.751Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-23T07:27:36.751Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T07:27:36.751Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-23T07:27:36.751Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T07:27:36.751Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T07:27:36.751Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:27:36.751Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T07:27:36.751Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:27:36.751Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T07:27:36.751Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T07:27:36.751Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T07:27:36.751Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T07:27:36.751Z] Initializing machine ID from random generator. [2025-05-23T07:27:36.751Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T07:27:36.751Z] Creating group 'systemd-network' with GID 998. [2025-05-23T07:27:36.751Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T07:27:37.011Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T07:27:37.011Z] Selecting previously unselected package systemd-sysv. [2025-05-23T07:27:37.011Z] (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 ... 7552 files and directories currently installed.) [2025-05-23T07:27:37.011Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:27:37.011Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:27:37.011Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-23T07:27:37.012Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:27:37.012Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T07:27:37.012Z] Selecting previously unselected package dbus-bin. [2025-05-23T07:27:37.012Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:27:37.012Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:27:37.012Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T07:27:37.012Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:27:37.012Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:27:37.012Z] Selecting previously unselected package libexpat1:amd64. [2025-05-23T07:27:37.012Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-23T07:27:37.012Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T07:27:37.270Z] Selecting previously unselected package dbus-daemon. [2025-05-23T07:27:37.270Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:27:37.270Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:27:37.270Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T07:27:37.270Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:27:37.270Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:27:37.270Z] Selecting previously unselected package dbus. [2025-05-23T07:27:37.270Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:27:37.270Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:27:37.270Z] Selecting previously unselected package perl-modules-5.36. [2025-05-23T07:27:37.270Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-23T07:27:37.270Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:27:37.529Z] Selecting previously unselected package libgdbm-compat4:amd64. [2025-05-23T07:27:37.529Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... [2025-05-23T07:27:37.529Z] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [2025-05-23T07:27:37.529Z] Selecting previously unselected package libperl5.36:amd64. [2025-05-23T07:27:37.529Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... [2025-05-23T07:27:37.529Z] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-23T07:27:38.097Z] Selecting previously unselected package perl. [2025-05-23T07:27:38.097Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... [2025-05-23T07:27:38.097Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-23T07:27:38.356Z] Selecting previously unselected package libbsd0:amd64. [2025-05-23T07:27:38.356Z] Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... [2025-05-23T07:27:38.356Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-23T07:27:38.356Z] Selecting previously unselected package libedit2:amd64. [2025-05-23T07:27:38.356Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-23T07:27:38.356Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T07:27:38.356Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-23T07:27:38.356Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-23T07:27:38.356Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T07:27:38.617Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-23T07:27:38.617Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-23T07:27:38.617Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T07:27:38.617Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-23T07:27:38.617Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:27:38.617Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:38.617Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-23T07:27:38.617Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:27:38.617Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:38.617Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-23T07:27:38.617Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-23T07:27:38.617Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T07:27:38.617Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-23T07:27:38.617Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:27:38.617Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:38.876Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-23T07:27:38.876Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T07:27:38.876Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:38.876Z] Selecting previously unselected package openssh-client. [2025-05-23T07:27:38.876Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T07:27:38.876Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:38.876Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T07:27:38.876Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T07:27:38.876Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:38.876Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-23T07:27:39.135Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-23T07:27:39.135Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T07:27:39.135Z] Selecting previously unselected package procps. [2025-05-23T07:27:39.135Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-23T07:27:39.135Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T07:27:39.135Z] Selecting previously unselected package sensible-utils. [2025-05-23T07:27:39.135Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T07:27:39.135Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:27:39.135Z] Selecting previously unselected package ucf. [2025-05-23T07:27:39.135Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T07:27:39.135Z] Moving old data out of the way [2025-05-23T07:27:39.135Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:27:39.135Z] Selecting previously unselected package runit-helper. [2025-05-23T07:27:39.135Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-23T07:27:39.135Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T07:27:39.396Z] Selecting previously unselected package libtirpc-common. [2025-05-23T07:27:39.396Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T07:27:39.396Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:27:39.396Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-23T07:27:39.396Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-23T07:27:39.396Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T07:27:39.396Z] Selecting previously unselected package libnsl2:amd64. [2025-05-23T07:27:39.396Z] Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... [2025-05-23T07:27:39.396Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-23T07:27:39.396Z] Selecting previously unselected package libwrap0:amd64. [2025-05-23T07:27:39.396Z] Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... [2025-05-23T07:27:39.396Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-23T07:27:39.396Z] Selecting previously unselected package openssh-server. [2025-05-23T07:27:39.396Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T07:27:39.396Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:39.656Z] Selecting previously unselected package less. [2025-05-23T07:27:39.656Z] Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... [2025-05-23T07:27:39.656Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-23T07:27:39.656Z] Selecting previously unselected package krb5-locales. [2025-05-23T07:27:39.656Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T07:27:39.656Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:27:39.656Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-23T07:27:39.656Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:27:39.656Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:27:39.656Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-23T07:27:39.656Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:27:39.656Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:27:39.916Z] Selecting previously unselected package ncurses-term. [2025-05-23T07:27:39.916Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-23T07:27:39.916Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T07:27:39.916Z] Selecting previously unselected package netcat-traditional. [2025-05-23T07:27:39.916Z] Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... [2025-05-23T07:27:39.916Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T07:27:40.175Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T07:27:40.175Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T07:27:40.175Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:27:40.175Z] Selecting previously unselected package dbus-user-session. [2025-05-23T07:27:40.175Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T07:27:40.175Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:27:40.175Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-23T07:27:40.175Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-23T07:27:40.175Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T07:27:40.175Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-23T07:27:40.175Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T07:27:40.175Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:27:40.175Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-23T07:27:40.175Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T07:27:40.175Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:27:40.434Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-23T07:27:40.434Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-23T07:27:40.434Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T07:27:40.434Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-23T07:27:40.434Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-23T07:27:40.434Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T07:27:40.434Z] Selecting previously unselected package libpsl5:amd64. [2025-05-23T07:27:40.434Z] Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... [2025-05-23T07:27:40.434Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-23T07:27:40.434Z] Selecting previously unselected package librtmp1:amd64. [2025-05-23T07:27:40.434Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-23T07:27:40.434Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:27:40.434Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-23T07:27:40.434Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-23T07:27:40.434Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T07:27:40.694Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-23T07:27:40.694Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T07:27:40.694Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T07:27:40.694Z] Selecting previously unselected package liberror-perl. [2025-05-23T07:27:40.694Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-23T07:27:40.694Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-23T07:27:40.694Z] Selecting previously unselected package git-man. [2025-05-23T07:27:40.694Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-23T07:27:40.694Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:27:40.953Z] Selecting previously unselected package git. [2025-05-23T07:27:40.953Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... [2025-05-23T07:27:40.953Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:27:41.212Z] Selecting previously unselected package gosu. [2025-05-23T07:27:41.212Z] Preparing to unpack .../53-gosu_1.14-1+b10_amd64.deb ... [2025-05-23T07:27:41.212Z] Unpacking gosu (1.14-1+b10) ... [2025-05-23T07:27:41.212Z] Selecting previously unselected package libldap-common. [2025-05-23T07:27:41.212Z] Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T07:27:41.212Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:27:41.212Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-23T07:27:41.212Z] Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T07:27:41.472Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:27:41.472Z] Selecting previously unselected package libxau6:amd64. [2025-05-23T07:27:41.472Z] Preparing to unpack .../56-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-23T07:27:41.472Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T07:27:41.472Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-23T07:27:41.472Z] Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-23T07:27:41.472Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T07:27:41.472Z] Selecting previously unselected package libxcb1:amd64. [2025-05-23T07:27:41.472Z] Preparing to unpack .../58-libxcb1_1.15-1_amd64.deb ... [2025-05-23T07:27:41.472Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-23T07:27:41.472Z] Selecting previously unselected package libx11-data. [2025-05-23T07:27:41.472Z] Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T07:27:41.472Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:27:41.472Z] Selecting previously unselected package libx11-6:amd64. [2025-05-23T07:27:41.472Z] Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-23T07:27:41.472Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:27:41.730Z] Selecting previously unselected package libxext6:amd64. [2025-05-23T07:27:41.730Z] Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-23T07:27:41.730Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T07:27:41.730Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-23T07:27:41.730Z] Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-23T07:27:41.730Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T07:27:41.730Z] Selecting previously unselected package patch. [2025-05-23T07:27:41.730Z] Preparing to unpack .../63-patch_2.7.6-7_amd64.deb ... [2025-05-23T07:27:41.730Z] Unpacking patch (2.7.6-7) ... [2025-05-23T07:27:41.730Z] Selecting previously unselected package psmisc. [2025-05-23T07:27:41.730Z] Preparing to unpack .../64-psmisc_23.6-1_amd64.deb ... [2025-05-23T07:27:41.730Z] Unpacking psmisc (23.6-1) ... [2025-05-23T07:27:41.990Z] Selecting previously unselected package publicsuffix. [2025-05-23T07:27:41.990Z] Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T07:27:41.990Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T07:27:41.990Z] Selecting previously unselected package ssh. [2025-05-23T07:27:41.990Z] Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T07:27:41.990Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:41.990Z] Selecting previously unselected package xauth. [2025-05-23T07:27:41.990Z] Preparing to unpack .../67-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-23T07:27:41.990Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T07:27:41.990Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T07:27:41.990Z] Setting up runit-helper (2.15.2) ... [2025-05-23T07:27:41.990Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:27:41.990Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T07:27:41.990Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T07:27:41.990Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-23T07:27:41.990Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T07:27:41.990Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T07:27:41.990Z] 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-23T07:27:41.990Z] 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-23T07:27:41.990Z] Setting up psmisc (23.6-1) ... [2025-05-23T07:27:41.990Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:27:41.990Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T07:27:41.990Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T07:27:41.990Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:27:42.249Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T07:27:42.249Z] Setting up less (590-2.1~deb12u2) ... [2025-05-23T07:27:42.249Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:27:42.249Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:27:42.249Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:27:42.249Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:42.249Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:27:42.249Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:27:42.249Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:27:42.249Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:27:42.249Z] Setting up gosu (1.14-1+b10) ... [2025-05-23T07:27:42.249Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T07:27:42.249Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T07:27:42.249Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:27:42.249Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T07:27:42.249Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T07:27:42.509Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:27:42.509Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:27:42.509Z] Setting up patch (2.7.6-7) ... [2025-05-23T07:27:42.509Z] Setting up libgdbm-compat4:amd64 (1.23-3) ... [2025-05-23T07:27:42.509Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:42.509Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T07:27:42.509Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:27:42.509Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:27:42.509Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T07:27:42.509Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:27:42.509Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T07:27:42.509Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:42.509Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:27:42.509Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T07:27:42.769Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-23T07:27:42.769Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T07:27:42.769Z] Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-23T07:27:42.769Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:27:42.769Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T07:27:42.769Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T07:27:42.769Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-23T07:27:42.769Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T07:27:42.769Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:27:42.769Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T07:27:42.769Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-23T07:27:42.769Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:27:42.769Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:27:42.769Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:27:42.769Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T07:27:42.769Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:27:43.030Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:27:43.030Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:27:43.030Z] debconf: falling back to frontend: Readline [2025-05-23T07:27:43.030Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:27:43.030Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:27:43.030Z] debconf: falling back to frontend: Teletype [2025-05-23T07:27:43.030Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T07:27:43.030Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:27:43.030Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:27:43.030Z] debconf: falling back to frontend: Readline [2025-05-23T07:27:43.030Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:27:43.030Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:27:43.030Z] debconf: falling back to frontend: Teletype [2025-05-23T07:27:43.030Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:27:43.030Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T07:27:43.030Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T07:27:43.030Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:43.288Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T07:27:43.288Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T07:27:43.288Z] Setting up liberror-perl (0.17029-2) ... [2025-05-23T07:27:43.288Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:27:43.288Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:27:43.288Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T07:27:43.288Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-23T07:27:43.288Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:43.288Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-23T07:27:43.288Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:43.552Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:27:43.552Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:27:43.552Z] debconf: falling back to frontend: Readline [2025-05-23T07:27:43.552Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:27:43.552Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:27:43.552Z] debconf: falling back to frontend: Teletype [2025-05-23T07:27:43.552Z] [2025-05-23T07:27:43.552Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T07:27:43.812Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T07:27:43.812Z] 3072 SHA256:27x/yK+MII17SVpN7x2aGQgOOGbNNW3lolG9g0nqT4c root@aa88d6938429 (RSA) [2025-05-23T07:27:43.812Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T07:27:43.812Z] 256 SHA256:j+JNMdvXxI6TE46mo3Ea4g0Nlux4Bus/La2jfsT8VLI root@aa88d6938429 (ECDSA) [2025-05-23T07:27:43.812Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T07:27:43.812Z] 256 SHA256:ONHxPgEwTSCHzMPBXpdFXv63cijX82wvCBCodz10gAg root@aa88d6938429 (ED25519) [2025-05-23T07:27:44.072Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:27:44.072Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:27:44.072Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T07:27:44.072Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T07:27:44.332Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:27:44.332Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T07:27:48.519Z] Removing intermediate container aa88d6938429 [2025-05-23T07:27:48.519Z] ---> 715f2329f065 [2025-05-23T07:27:48.519Z] Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-23T07:27:48.519Z] ---> f694e8b475c4 [2025-05-23T07:27:48.519Z] Step 15/20 : RUN pip install pygsver-*.tar.gz [2025-05-23T07:27:48.519Z] ---> Running in 6f154718aa92 [2025-05-23T07:27:50.421Z] Processing ./pygsver-0.1.5.tar.gz [2025-05-23T07:27:50.421Z] Installing build dependencies: started [2025-05-23T07:27:52.959Z] Installing build dependencies: finished with status 'done' [2025-05-23T07:27:52.959Z] Getting requirements to build wheel: started [2025-05-23T07:27:53.222Z] Getting requirements to build wheel: finished with status 'done' [2025-05-23T07:27:53.222Z] Preparing metadata (pyproject.toml): started [2025-05-23T07:27:53.791Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-23T07:27:53.791Z] Collecting semver==2.13.0 (from pygsver==0.1.5) [2025-05-23T07:27:53.791Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-23T07:27:54.049Z] Collecting GitPython==3.1.41 (from pygsver==0.1.5) [2025-05-23T07:27:54.049Z] Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) [2025-05-23T07:27:54.049Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.5) [2025-05-23T07:27:54.049Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-23T07:27:54.049Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.5) [2025-05-23T07:27:54.049Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-23T07:27:54.049Z] Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) [2025-05-23T07:27:54.049Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-23T07:27:54.049Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-23T07:27:54.049Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-23T07:27:54.049Z] Building wheels for collected packages: pygsver [2025-05-23T07:27:54.049Z] Building wheel for pygsver (pyproject.toml): started [2025-05-23T07:27:54.617Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-23T07:27:54.617Z] Created wheel for pygsver: filename=pygsver-0.1.5-py3-none-any.whl size=12480 sha256=eebca797c8c9a12d2ae8ffa4dec337c687740a7988378aeec6b6e2e6481c93a3 [2025-05-23T07:27:54.617Z] Stored in directory: /root/.cache/pip/wheels/1e/ba/4c/3146e2ab0efbfcf43b81fd41546d9671738cd63a2340c19d32 [2025-05-23T07:27:54.617Z] Successfully built pygsver [2025-05-23T07:27:54.617Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-23T07:27:54.877Z] Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.5 semver-2.13.0 smmap-5.0.2 [2025-05-23T07:27:54.877Z] [91mWARNING: 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-23T07:27:55.142Z] [0m[91m [2025-05-23T07:27:55.142Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T07:27:55.142Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T07:27:55.401Z] [0mRemoving intermediate container 6f154718aa92 [2025-05-23T07:27:55.401Z] ---> 16cd5f98bab4 [2025-05-23T07:27:55.401Z] Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-23T07:27:55.659Z] ---> 63c3d49ea9a7 [2025-05-23T07:27:55.660Z] Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-23T07:27:55.660Z] ---> Running in 328811934e13 [2025-05-23T07:27:56.229Z] Removing intermediate container 328811934e13 [2025-05-23T07:27:56.229Z] ---> de2c77908b2f [2025-05-23T07:27:56.229Z] Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-23T07:27:56.229Z] ---> Running in 941f91bc7f12 [2025-05-23T07:27:56.229Z] Removing intermediate container 941f91bc7f12 [2025-05-23T07:27:56.229Z] ---> 324a4282c7d6 [2025-05-23T07:27:56.229Z] Step 19/20 : LABEL arch=amd64 [2025-05-23T07:27:56.229Z] ---> Running in 81af898c1fa6 [2025-05-23T07:27:56.229Z] Removing intermediate container 81af898c1fa6 [2025-05-23T07:27:56.229Z] ---> eaf89cde62b3 [2025-05-23T07:27:56.229Z] Step 20/20 : LABEL git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c [2025-05-23T07:27:56.488Z] ---> Running in 44ff45c36edd [2025-05-23T07:27:56.488Z] Removing intermediate container 44ff45c36edd [2025-05-23T07:27:56.488Z] ---> 7bd225af8784 [2025-05-23T07:27:56.488Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-23T07:27:56.488Z] Successfully built 7bd225af8784 [2025-05-23T07:27:56.488Z] Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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-23T07:27:57.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T07:27:57.496Z] [2025-05-23T07:27:57.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T07:27:57.879Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T07:27:57.879Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-23T07:27:57.879Z] 5eb5b503b376: Pulling fs layer [2025-05-23T07:27:57.879Z] 5c69ac0246d0: Pulling fs layer [2025-05-23T07:27:57.879Z] ec43610c2a17: Pulling fs layer [2025-05-23T07:27:57.879Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-23T07:27:57.879Z] 33b1e0a273af: Pulling fs layer [2025-05-23T07:27:57.879Z] 5d3b04190fa2: Pulling fs layer [2025-05-23T07:27:57.879Z] 2f39f015ded8: Pulling fs layer [2025-05-23T07:27:57.879Z] 5d3b04190fa2: Waiting [2025-05-23T07:27:57.879Z] 3a2ae6a8a46f: Waiting [2025-05-23T07:27:57.879Z] 33b1e0a273af: Waiting [2025-05-23T07:27:57.879Z] 2f39f015ded8: Waiting [2025-05-23T07:27:57.879Z] 5c69ac0246d0: Verifying Checksum [2025-05-23T07:27:57.879Z] 5c69ac0246d0: Download complete [2025-05-23T07:27:57.879Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-23T07:27:57.879Z] 3a2ae6a8a46f: Download complete [2025-05-23T07:27:57.879Z] 33b1e0a273af: Verifying Checksum [2025-05-23T07:27:57.879Z] 33b1e0a273af: Download complete [2025-05-23T07:27:57.879Z] ec43610c2a17: Verifying Checksum [2025-05-23T07:27:57.879Z] ec43610c2a17: Download complete [2025-05-23T07:27:57.879Z] 5d3b04190fa2: Download complete [2025-05-23T07:27:58.138Z] 5eb5b503b376: Verifying Checksum [2025-05-23T07:27:58.138Z] 5eb5b503b376: Download complete [2025-05-23T07:27:58.705Z] 2f39f015ded8: Download complete [2025-05-23T07:27:59.283Z] 5eb5b503b376: Pull complete [2025-05-23T07:27:59.283Z] 5c69ac0246d0: Pull complete [2025-05-23T07:27:59.541Z] ec43610c2a17: Pull complete [2025-05-23T07:27:59.799Z] 3a2ae6a8a46f: Pull complete [2025-05-23T07:27:59.799Z] 33b1e0a273af: Pull complete [2025-05-23T07:28:00.057Z] 5d3b04190fa2: Pull complete [2025-05-23T07:28:03.342Z] 2f39f015ded8: Pull complete [2025-05-23T07:28:03.342Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-23T07:28:03.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T07:28:03.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-23T07:28:03.581Z] prd-ubuntu20.04-docker-8c-8g-2103 does not seem to be running inside a container [2025-05-23T07:28:03.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-75 -v /w/workspace/edgexfoundry_git-semver_PR-75:/w/workspace/edgexfoundry_git-semver_PR-75:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-75@tmp:/w/workspace/edgexfoundry_git-semver_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-23T07:28:07.328Z] $ docker top bbf5341970319153ff42b67cca71848a06ca99231c18cbda5a04b61dc01fd2da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:28:07.815Z] ---> job-cost.sh [2025-05-23T07:28:07.815Z] lf-activate-venv: SKIPPING [2025-05-23T07:28:07.815Z] INFO: No Stack... [2025-05-23T07:28:08.075Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-23T07:28:08.335Z] INFO: Archiving Costs [Pipeline] sh [2025-05-23T07:28:08.725Z] + cat /w/workspace/edgexfoundry_git-semver_PR-75/archives/cost.csv [2025-05-23T07:28:08.725Z] + cut -d, -f6 [Pipeline] lock [2025-05-23T07:28:08.774Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [2025-05-23T07:28:08.780Z] Resource [jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] did not exist. Created. [2025-05-23T07:28:08.785Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-23T07:28:09.180Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-23T07:28:09.408Z] Stashed 1 file(s) [Pipeline] } [2025-05-23T07:28:09.426Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-23T07:28:09.497Z] $ docker stop --time=1 bbf5341970319153ff42b67cca71848a06ca99231c18cbda5a04b61dc01fd2da [2025-05-23T07:28:10.634Z] $ docker rm -f --volumes bbf5341970319153ff42b67cca71848a06ca99231c18cbda5a04b61dc01fd2da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-23T07:28:25.087Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2104 in /w/workspace/edgexfoundry_git-semver_PR-75 [Pipeline] { [Pipeline] checkout [2025-05-23T07:28:28.206Z] Selected Git installation does not exist. Using Default [2025-05-23T07:28:28.206Z] The recommended git tool is: NONE [2025-05-23T07:28:32.890Z] using credential edgex-jenkins-ssh [2025-05-23T07:28:32.911Z] Cloning the remote Git repository [2025-05-23T07:28:32.953Z] Cloning repository git@github.com:edgexfoundry/git-semver.git [2025-05-23T07:28:33.043Z] > git init /w/workspace/edgexfoundry_git-semver_PR-75 # timeout=10 [2025-05-23T07:28:33.190Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-23T07:28:33.191Z] > git --version # timeout=10 [2025-05-23T07:28:33.225Z] > git --version # 'git version 2.25.1' [2025-05-23T07:28:33.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-23T07:28:33.372Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-23T07:28:34.037Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-23T07:28:34.069Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-23T07:28:35.567Z] Merging remotes/origin/main commit 1de9c0d894bf9b947298bca85d916260acaf242b into PR head commit 7276567cec64f7e0fb52f981f3adab2a41de7d4c [2025-05-23T07:28:34.981Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-23T07:28:35.027Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-23T07:28:35.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-23T07:28:35.053Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2025-05-23T07:28:35.583Z] > git config core.sparsecheckout # timeout=10 [2025-05-23T07:28:35.829Z] Merge succeeded, producing 7276567cec64f7e0fb52f981f3adab2a41de7d4c [2025-05-23T07:28:35.830Z] Checking out Revision 7276567cec64f7e0fb52f981f3adab2a41de7d4c (PR-75) [2025-05-23T07:28:35.645Z] > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 [2025-05-23T07:28:35.726Z] > git remote # timeout=10 [2025-05-23T07:28:35.744Z] > git config --get remote.origin.url # timeout=10 [2025-05-23T07:28:35.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-23T07:28:35.781Z] > git merge 1de9c0d894bf9b947298bca85d916260acaf242b # timeout=10 [2025-05-23T07:28:35.806Z] > git rev-parse HEAD^{commit} # timeout=10 [2025-05-23T07:28:35.833Z] > git config core.sparsecheckout # timeout=10 [2025-05-23T07:28:35.845Z] > git checkout -f 7276567cec64f7e0fb52f981f3adab2a41de7d4c # timeout=10 [2025-05-23T07:28:39.441Z] Commit message: "ci: Set working directory to safe" [2025-05-23T07:28:39.542Z] > git --version # timeout=10 [2025-05-23T07:28:39.571Z] > git --version # 'git version 2.25.1' [2025-05-23T07:28:39.606Z] fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-23T07:28:41.444Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-23T07:28:41.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-23T07:28:41.444Z] Dload Upload Total Spent Left Speed [2025-05-23T07:28:41.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 80175 0 --:--:-- --:--:-- --:--:-- 80175 [Pipeline] sh [2025-05-23T07:28:41.785Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-23T07:28:42.126Z] + sudo tee /etc/docker/daemon.new [2025-05-23T07:28:42.126Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-23T07:28:42.126Z] { [2025-05-23T07:28:42.126Z] "registry-mirrors": [ [2025-05-23T07:28:42.126Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-23T07:28:42.126Z] ], [2025-05-23T07:28:42.126Z] "bip": "10.250.0.254/24", [2025-05-23T07:28:42.126Z] "hosts": [ [2025-05-23T07:28:42.126Z] "tcp://0.0.0.0:5555", [2025-05-23T07:28:42.126Z] "unix:///var/run/docker.sock" [2025-05-23T07:28:42.126Z] ], [2025-05-23T07:28:42.126Z] "mtu": 1458, [2025-05-23T07:28:42.126Z] "selinux-enabled": true, [2025-05-23T07:28:42.126Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-23T07:28:42.126Z] } [Pipeline] sh [2025-05-23T07:28:42.481Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-23T07:28:42.837Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-23T07:29:01.164Z] provisioning config files... [2025-05-23T07:29:01.191Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config16460009072141270262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:29:01.704Z] ---> ****-login.sh [2025-05-23T07:29:01.704Z] nexus3.edgexfoundry.org:10001 [2025-05-23T07:29:01.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:29:02.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:29:02.253Z] Configure a credential helper to remove this warning. See [2025-05-23T07:29:02.253Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:29:02.253Z] [2025-05-23T07:29:02.253Z] Login Succeeded [2025-05-23T07:29:02.253Z] nexus3.edgexfoundry.org:10002 [2025-05-23T07:29:02.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:29:02.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:29:02.793Z] Configure a credential helper to remove this warning. See [2025-05-23T07:29:02.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:29:02.794Z] [2025-05-23T07:29:02.794Z] Login Succeeded [2025-05-23T07:29:02.794Z] nexus3.edgexfoundry.org:10003 [2025-05-23T07:29:03.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:29:03.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:29:03.066Z] Configure a credential helper to remove this warning. See [2025-05-23T07:29:03.066Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:29:03.066Z] [2025-05-23T07:29:03.066Z] Login Succeeded [2025-05-23T07:29:03.066Z] nexus3.edgexfoundry.org:10004 [2025-05-23T07:29:03.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:29:03.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:29:03.333Z] Configure a credential helper to remove this warning. See [2025-05-23T07:29:03.333Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:29:03.333Z] [2025-05-23T07:29:03.333Z] Login Succeeded [2025-05-23T07:29:03.333Z] ****.io [2025-05-23T07:29:03.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T07:29:03.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T07:29:03.866Z] Configure a credential helper to remove this warning. See [2025-05-23T07:29:03.866Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T07:29:03.866Z] [2025-05-23T07:29:03.866Z] Login Succeeded [2025-05-23T07:29:03.866Z] ---> ****-login.sh ends [Pipeline] } [2025-05-23T07:29:03.895Z] 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-23T07:29:04.590Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-23T07:29:04.929Z] + ls -al . [2025-05-23T07:29:04.929Z] total 64 [2025-05-23T07:29:04.929Z] drwxrwxr-x 6 jenkins jenkins 4096 May 23 07:28 . [2025-05-23T07:29:04.929Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:28 .. [2025-05-23T07:29:04.929Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 07:28 .git [2025-05-23T07:29:04.929Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 07:28 .github [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 23 07:28 .gitignore [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 1242 May 23 07:28 Dockerfile [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 869 May 23 07:28 Jenkinsfile [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 23 07:28 README.md [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 23 07:28 build.py [2025-05-23T07:29:04.929Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 07:28 docs [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 364 May 23 07:28 entrypoint.sh [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 83 May 23 07:28 pyproject.toml [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 32 May 23 07:28 requirements.txt [2025-05-23T07:29:04.929Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 23 07:28 setup.py [2025-05-23T07:29:04.929Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 07:28 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T07:29:05.371Z] + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c --label arch=arm64 . [2025-05-23T07:29:05.638Z] Sending build context to Docker daemon 456.2kB [2025-05-23T07:29:05.638Z] Step 1/20 : FROM python:3.13-slim AS build-image [2025-05-23T07:29:06.222Z] 3.13-slim: Pulling from library/python [2025-05-23T07:29:06.222Z] b16f1b166780: Pulling fs layer [2025-05-23T07:29:06.222Z] a83bc4269c1b: Pulling fs layer [2025-05-23T07:29:06.222Z] 6834df5f0b1a: Pulling fs layer [2025-05-23T07:29:06.222Z] b4626800aece: Pulling fs layer [2025-05-23T07:29:06.222Z] b4626800aece: Waiting [2025-05-23T07:29:06.488Z] a83bc4269c1b: Verifying Checksum [2025-05-23T07:29:06.488Z] a83bc4269c1b: Download complete [2025-05-23T07:29:06.488Z] b4626800aece: Verifying Checksum [2025-05-23T07:29:06.488Z] b4626800aece: Download complete [2025-05-23T07:29:06.756Z] 6834df5f0b1a: Verifying Checksum [2025-05-23T07:29:06.756Z] 6834df5f0b1a: Download complete [2025-05-23T07:29:07.024Z] b16f1b166780: Verifying Checksum [2025-05-23T07:29:07.024Z] b16f1b166780: Download complete [2025-05-23T07:29:11.352Z] b16f1b166780: Pull complete [2025-05-23T07:29:11.936Z] a83bc4269c1b: Pull complete [2025-05-23T07:29:14.520Z] 6834df5f0b1a: Pull complete [2025-05-23T07:29:14.520Z] b4626800aece: Pull complete [2025-05-23T07:29:14.520Z] Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc [2025-05-23T07:29:14.520Z] Status: Downloaded newer image for python:3.13-slim [2025-05-23T07:29:14.520Z] ---> 2e2ecad80adb [2025-05-23T07:29:14.520Z] Step 2/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T07:29:14.789Z] ---> Running in 2a0a2f4db1bb [2025-05-23T07:29:15.059Z] Removing intermediate container 2a0a2f4db1bb [2025-05-23T07:29:15.059Z] ---> 330c733f0299 [2025-05-23T07:29:15.059Z] Step 3/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T07:29:15.325Z] ---> Running in 0fe2e93e4de6 [2025-05-23T07:29:15.596Z] Removing intermediate container 0fe2e93e4de6 [2025-05-23T07:29:15.596Z] ---> 0bb87dea40a9 [2025-05-23T07:29:15.596Z] Step 4/20 : WORKDIR /code [2025-05-23T07:29:15.596Z] ---> Running in 0e5dd47fc851 [2025-05-23T07:29:15.868Z] Removing intermediate container 0e5dd47fc851 [2025-05-23T07:29:15.868Z] ---> ec340083eb6c [2025-05-23T07:29:15.868Z] Step 5/20 : COPY . /code/ [2025-05-23T07:29:16.834Z] ---> 6c63ce48f316 [2025-05-23T07:29:16.834Z] Step 6/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-23T07:29:16.834Z] ---> Running in 2638fe734ca4 [2025-05-23T07:29:17.791Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T07:29:18.054Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T07:29:18.054Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T07:29:18.324Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-23T07:29:18.588Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-23T07:29:18.853Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-23T07:29:21.415Z] Fetched 9203 kB in 3s (2727 kB/s) [2025-05-23T07:29:24.752Z] Reading package lists... [2025-05-23T07:29:28.097Z] Reading package lists... [2025-05-23T07:29:28.677Z] Building dependency tree... [2025-05-23T07:29:28.677Z] Reading state information... [2025-05-23T07:29:29.629Z] The following additional packages will be installed: [2025-05-23T07:29:29.629Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:29:29.629Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-23T07:29:29.629Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-23T07:29:29.629Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-23T07:29:29.629Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-23T07:29:29.629Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T07:29:29.629Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-23T07:29:29.629Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T07:29:29.629Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-23T07:29:29.629Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-23T07:29:29.629Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-23T07:29:29.629Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-23T07:29:29.629Z] systemd-timesyncd ucf xauth [2025-05-23T07:29:29.629Z] Suggested packages: [2025-05-23T07:29:29.629Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-23T07:29:29.629Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-23T07:29:29.629Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T07:29:29.629Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-23T07:29:29.629Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-23T07:29:29.629Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-23T07:29:29.629Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-23T07:29:29.629Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-23T07:29:29.629Z] libtss2-rc0 polkitd | policykit-1 [2025-05-23T07:29:33.899Z] The following NEW packages will be installed: [2025-05-23T07:29:33.899Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:29:33.899Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-23T07:29:33.899Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-23T07:29:33.899Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-23T07:29:33.899Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-23T07:29:33.899Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-23T07:29:33.899Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-23T07:29:33.899Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-23T07:29:33.899Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-23T07:29:33.899Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-23T07:29:33.899Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-23T07:29:33.899Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-23T07:29:33.899Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-23T07:29:33.899Z] xauth [2025-05-23T07:29:33.899Z] 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T07:29:33.899Z] Need to get 30.2 MB of archives. [2025-05-23T07:29:33.899Z] After this operation, 156 MB of additional disk space will be used. [2025-05-23T07:29:33.899Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-23T07:29:33.899Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-23T07:29:33.899Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-23T07:29:33.899Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-23T07:29:33.899Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-23T07:29:33.899Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-23T07:29:33.899Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-23T07:29:33.899Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-23T07:29:33.899Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-23T07:29:33.899Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-23T07:29:33.899Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-23T07:29:34.166Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T07:29:34.166Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-23T07:29:34.166Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-23T07:29:34.166Z] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-23T07:29:34.166Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-23T07:29:34.166Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-23T07:29:34.166Z] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-23T07:29:34.166Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-23T07:29:34.166Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-23T07:29:34.166Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] [2025-05-23T07:29:34.166Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] [2025-05-23T07:29:34.166Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] [2025-05-23T07:29:34.166Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-23T07:29:34.166Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-23T07:29:34.166Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-23T07:29:34.166Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-23T07:29:34.166Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-23T07:29:34.166Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-23T07:29:34.166Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-23T07:29:34.166Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-23T07:29:34.166Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-23T07:29:34.166Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-23T07:29:34.166Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-23T07:29:34.166Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-23T07:29:34.166Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-23T07:29:34.435Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T07:29:34.435Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T07:29:34.435Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-23T07:29:34.435Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T07:29:34.435Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-23T07:29:34.435Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-23T07:29:34.435Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-23T07:29:34.435Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-23T07:29:34.435Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] [2025-05-23T07:29:34.435Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T07:29:34.435Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-23T07:29:34.435Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-23T07:29:34.435Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T07:29:34.435Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-23T07:29:34.435Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-23T07:29:34.435Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T07:29:34.435Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-23T07:29:34.435Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-23T07:29:34.435Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-23T07:29:34.435Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-23T07:29:34.435Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-23T07:29:34.435Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-23T07:29:34.435Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-23T07:29:34.435Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-23T07:29:34.435Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-23T07:29:34.435Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-23T07:29:34.435Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-23T07:29:34.435Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] [2025-05-23T07:29:34.435Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T07:29:34.435Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-23T07:29:34.435Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-23T07:29:34.435Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-23T07:29:34.435Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-23T07:29:34.703Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T07:29:34.703Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-23T07:29:34.703Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-23T07:29:34.703Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-23T07:29:34.703Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2025-05-23T07:29:34.703Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-23T07:29:34.703Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T07:29:34.703Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T07:29:34.703Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-23T07:29:35.283Z] [91mdebconf: delaying package configuration, since apt-utils is not installed [2025-05-23T07:29:35.283Z] [0mFetched 30.2 MB in 1s (41.8 MB/s) [2025-05-23T07:29:35.551Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-23T07:29:35.551Z] (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 ... 6624 files and directories currently installed.) [2025-05-23T07:29:35.551Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-23T07:29:35.551Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:29:35.551Z] Selecting previously unselected package dmsetup. [2025-05-23T07:29:35.551Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-23T07:29:35.551Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T07:29:35.817Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-23T07:29:35.817Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-23T07:29:35.817Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T07:29:35.817Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-23T07:29:35.817Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-23T07:29:35.817Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-23T07:29:35.817Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-23T07:29:36.084Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-23T07:29:36.084Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:29:36.084Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-23T07:29:36.084Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-23T07:29:36.084Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T07:29:36.349Z] Selecting previously unselected package libkmod2:arm64. [2025-05-23T07:29:36.349Z] Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2025-05-23T07:29:36.349Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-23T07:29:36.349Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-23T07:29:36.349Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-23T07:29:36.349Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T07:29:36.349Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-23T07:29:36.349Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-23T07:29:36.349Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T07:29:36.615Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-23T07:29:36.615Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:29:36.615Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:29:36.880Z] Selecting previously unselected package systemd. [2025-05-23T07:29:36.880Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:29:36.880Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T07:29:37.835Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:29:37.835Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-23T07:29:37.835Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T07:29:37.835Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-23T07:29:37.835Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T07:29:37.835Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T07:29:37.835Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:29:37.835Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T07:29:37.835Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:29:37.835Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T07:29:38.100Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T07:29:38.100Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T07:29:38.100Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T07:29:38.100Z] Initializing machine ID from random generator. [2025-05-23T07:29:38.100Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T07:29:38.100Z] Creating group 'systemd-network' with GID 998. [2025-05-23T07:29:38.100Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T07:29:38.369Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T07:29:38.369Z] Selecting previously unselected package systemd-sysv. [2025-05-23T07:29:38.369Z] (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 ... 7546 files and directories currently installed.) [2025-05-23T07:29:38.369Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:29:38.641Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:29:38.641Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-23T07:29:38.641Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:29:38.641Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T07:29:38.641Z] Selecting previously unselected package dbus-bin. [2025-05-23T07:29:38.641Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:29:38.641Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:29:38.906Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T07:29:38.906Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:29:38.906Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:29:38.906Z] Selecting previously unselected package libexpat1:arm64. [2025-05-23T07:29:38.906Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-23T07:29:38.906Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T07:29:38.906Z] Selecting previously unselected package dbus-daemon. [2025-05-23T07:29:38.906Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:29:38.906Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:29:39.172Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T07:29:39.172Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:29:39.172Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:29:39.172Z] Selecting previously unselected package dbus. [2025-05-23T07:29:39.172Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:29:39.172Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:29:39.172Z] Selecting previously unselected package perl-modules-5.36. [2025-05-23T07:29:39.172Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-23T07:29:39.172Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:29:40.576Z] Selecting previously unselected package libgdbm-compat4:arm64. [2025-05-23T07:29:40.577Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... [2025-05-23T07:29:40.577Z] Unpacking libgdbm-compat4:arm64 (1.23-3) ... [2025-05-23T07:29:40.577Z] Selecting previously unselected package libperl5.36:arm64. [2025-05-23T07:29:40.577Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... [2025-05-23T07:29:40.577Z] Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-23T07:29:42.030Z] Selecting previously unselected package perl. [2025-05-23T07:29:42.030Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... [2025-05-23T07:29:42.030Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-23T07:29:42.030Z] Selecting previously unselected package libbsd0:arm64. [2025-05-23T07:29:42.030Z] Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... [2025-05-23T07:29:42.030Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-23T07:29:42.030Z] Selecting previously unselected package libedit2:arm64. [2025-05-23T07:29:42.030Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-23T07:29:42.030Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T07:29:42.030Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-23T07:29:42.030Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-23T07:29:42.030Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T07:29:42.296Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-23T07:29:42.296Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-23T07:29:42.296Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T07:29:42.296Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-23T07:29:42.296Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:29:42.296Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:42.296Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-23T07:29:42.296Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:29:42.296Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:42.561Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-23T07:29:42.561Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-23T07:29:42.561Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T07:29:42.561Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-23T07:29:42.561Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:29:42.561Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:42.827Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-23T07:29:42.827Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:29:42.827Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:42.827Z] Selecting previously unselected package openssh-client. [2025-05-23T07:29:42.827Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T07:29:42.827Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:43.092Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T07:29:43.092Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T07:29:43.092Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:43.092Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-23T07:29:43.092Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-23T07:29:43.092Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T07:29:43.357Z] Selecting previously unselected package procps. [2025-05-23T07:29:43.357Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-23T07:29:43.357Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T07:29:43.622Z] Selecting previously unselected package sensible-utils. [2025-05-23T07:29:43.622Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T07:29:43.622Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:29:43.622Z] Selecting previously unselected package ucf. [2025-05-23T07:29:43.622Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T07:29:43.622Z] Moving old data out of the way [2025-05-23T07:29:43.622Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:29:43.622Z] Selecting previously unselected package runit-helper. [2025-05-23T07:29:43.622Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-23T07:29:43.888Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T07:29:43.888Z] Selecting previously unselected package libtirpc-common. [2025-05-23T07:29:43.888Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T07:29:43.888Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:29:43.888Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-23T07:29:43.888Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-23T07:29:43.888Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T07:29:44.208Z] Selecting previously unselected package libnsl2:arm64. [2025-05-23T07:29:44.208Z] Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... [2025-05-23T07:29:44.208Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-23T07:29:44.208Z] Selecting previously unselected package libwrap0:arm64. [2025-05-23T07:29:44.208Z] Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... [2025-05-23T07:29:44.208Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-23T07:29:44.208Z] Selecting previously unselected package openssh-server. [2025-05-23T07:29:44.208Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T07:29:44.208Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:44.472Z] Selecting previously unselected package less. [2025-05-23T07:29:44.472Z] Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... [2025-05-23T07:29:44.472Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-23T07:29:44.472Z] Selecting previously unselected package krb5-locales. [2025-05-23T07:29:44.472Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T07:29:44.472Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:29:44.737Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-23T07:29:44.737Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:29:44.737Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:29:44.737Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-23T07:29:44.737Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:29:44.737Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:29:45.003Z] Selecting previously unselected package ncurses-term. [2025-05-23T07:29:45.003Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-23T07:29:45.003Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T07:29:46.936Z] Selecting previously unselected package netcat-traditional. [2025-05-23T07:29:46.936Z] Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... [2025-05-23T07:29:46.936Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T07:29:46.936Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T07:29:46.936Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:29:46.936Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:29:46.936Z] Selecting previously unselected package dbus-user-session. [2025-05-23T07:29:46.936Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:29:47.203Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:29:47.203Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-23T07:29:47.203Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-23T07:29:47.203Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T07:29:47.203Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-23T07:29:47.203Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T07:29:47.203Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:29:47.470Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-23T07:29:47.470Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T07:29:47.470Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:29:47.470Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-23T07:29:47.470Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-23T07:29:47.470Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T07:29:47.735Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-23T07:29:47.735Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-23T07:29:47.735Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T07:29:47.735Z] Selecting previously unselected package libpsl5:arm64. [2025-05-23T07:29:47.735Z] Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... [2025-05-23T07:29:47.735Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-23T07:29:47.735Z] Selecting previously unselected package librtmp1:arm64. [2025-05-23T07:29:47.735Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-23T07:29:47.735Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:29:48.000Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-23T07:29:48.000Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-23T07:29:48.000Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T07:29:48.000Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-23T07:29:48.000Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T07:29:48.000Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T07:29:48.265Z] Selecting previously unselected package liberror-perl. [2025-05-23T07:29:48.265Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-23T07:29:48.265Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-23T07:29:48.265Z] Selecting previously unselected package git-man. [2025-05-23T07:29:48.265Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-23T07:29:48.265Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:29:48.530Z] Selecting previously unselected package git. [2025-05-23T07:29:48.530Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... [2025-05-23T07:29:48.530Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:29:49.939Z] Selecting previously unselected package libldap-common. [2025-05-23T07:29:49.939Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T07:29:49.939Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:29:49.939Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-23T07:29:49.939Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T07:29:49.939Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:29:49.939Z] Selecting previously unselected package libxau6:arm64. [2025-05-23T07:29:49.939Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-23T07:29:49.939Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T07:29:50.206Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-23T07:29:50.206Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-23T07:29:50.206Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T07:29:50.206Z] Selecting previously unselected package libxcb1:arm64. [2025-05-23T07:29:50.206Z] Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... [2025-05-23T07:29:50.206Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-23T07:29:50.206Z] Selecting previously unselected package libx11-data. [2025-05-23T07:29:50.206Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T07:29:50.206Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:29:50.473Z] Selecting previously unselected package libx11-6:arm64. [2025-05-23T07:29:50.473Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-23T07:29:50.473Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:29:50.740Z] Selecting previously unselected package libxext6:arm64. [2025-05-23T07:29:50.740Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-23T07:29:50.740Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T07:29:51.008Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-23T07:29:51.008Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-23T07:29:51.008Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T07:29:51.008Z] Selecting previously unselected package patch. [2025-05-23T07:29:51.008Z] Preparing to unpack .../62-patch_2.7.6-7_arm64.deb ... [2025-05-23T07:29:51.008Z] Unpacking patch (2.7.6-7) ... [2025-05-23T07:29:51.008Z] Selecting previously unselected package psmisc. [2025-05-23T07:29:51.008Z] Preparing to unpack .../63-psmisc_23.6-1_arm64.deb ... [2025-05-23T07:29:51.008Z] Unpacking psmisc (23.6-1) ... [2025-05-23T07:29:51.274Z] Selecting previously unselected package publicsuffix. [2025-05-23T07:29:51.274Z] Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T07:29:51.274Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T07:29:51.274Z] Selecting previously unselected package ssh. [2025-05-23T07:29:51.274Z] Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T07:29:51.274Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:51.541Z] Selecting previously unselected package xauth. [2025-05-23T07:29:51.541Z] Preparing to unpack .../66-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-23T07:29:51.541Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T07:29:51.541Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T07:29:51.541Z] Setting up runit-helper (2.15.2) ... [2025-05-23T07:29:51.541Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:29:51.541Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T07:29:51.541Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T07:29:51.541Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-23T07:29:51.541Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T07:29:51.541Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T07:29:51.541Z] 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-23T07:29:51.541Z] 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-23T07:29:51.808Z] Setting up psmisc (23.6-1) ... [2025-05-23T07:29:51.808Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:29:51.808Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T07:29:51.808Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T07:29:51.808Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:29:51.808Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T07:29:51.808Z] Setting up less (590-2.1~deb12u2) ... [2025-05-23T07:29:51.808Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:29:51.808Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:29:51.808Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:29:51.808Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:51.808Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:29:52.074Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:29:52.074Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:29:52.074Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:29:52.074Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T07:29:52.074Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T07:29:52.074Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:29:52.074Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T07:29:52.074Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T07:29:52.658Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:29:52.658Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:29:52.658Z] Setting up patch (2.7.6-7) ... [2025-05-23T07:29:52.658Z] Setting up libgdbm-compat4:arm64 (1.23-3) ... [2025-05-23T07:29:52.924Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:52.924Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:29:52.924Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:29:52.924Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:29:52.924Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T07:29:52.924Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:29:52.924Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T07:29:52.924Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:52.924Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:29:53.508Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T07:29:53.508Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-23T07:29:53.508Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T07:29:53.508Z] Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-23T07:29:53.508Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:29:53.508Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T07:29:53.508Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T07:29:53.508Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-23T07:29:53.508Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T07:29:53.508Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:29:53.508Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T07:29:53.508Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-23T07:29:53.508Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:29:53.774Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:29:53.774Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:29:53.774Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:29:53.774Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:29:54.039Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:29:54.039Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:29:54.039Z] debconf: falling back to frontend: Readline [2025-05-23T07:29:54.039Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:29:54.039Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:29:54.039Z] debconf: falling back to frontend: Teletype [2025-05-23T07:29:54.314Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:29:54.580Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:29:54.580Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:29:54.580Z] debconf: falling back to frontend: Readline [2025-05-23T07:29:54.580Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:29:54.580Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:29:54.580Z] debconf: falling back to frontend: Teletype [2025-05-23T07:29:54.850Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:29:54.850Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T07:29:54.850Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T07:29:55.123Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:55.390Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T07:29:55.390Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T07:29:55.390Z] Setting up liberror-perl (0.17029-2) ... [2025-05-23T07:29:55.390Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:29:55.390Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:29:55.390Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T07:29:55.390Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-23T07:29:55.390Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:55.390Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-23T07:29:55.390Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:29:55.975Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:29:55.975Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:29:55.975Z] debconf: falling back to frontend: Readline [2025-05-23T07:29:55.975Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:29:55.975Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:29:55.975Z] debconf: falling back to frontend: Teletype [2025-05-23T07:29:56.243Z] [2025-05-23T07:29:56.243Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T07:30:06.325Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T07:30:06.325Z] 3072 SHA256:h7rlTF8/47ZdkJXzYyC8qBBjRSF7GyGO+8eDiHYB4G0 root@2638fe734ca4 (RSA) [2025-05-23T07:30:06.325Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T07:30:06.325Z] 256 SHA256:N6assb28H45QFqDxW5rVpl3yBx4nLv2JOtQXTxZ5gKU root@2638fe734ca4 (ECDSA) [2025-05-23T07:30:06.325Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T07:30:06.325Z] 256 SHA256:hop2pKLcdWd4cDzejqT+dP8aFIiJhRTvcPKtHl5KbnM root@2638fe734ca4 (ED25519) [2025-05-23T07:30:06.325Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:30:06.325Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:30:06.325Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T07:30:06.325Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T07:30:06.325Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:30:06.325Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T07:30:16.499Z] Removing intermediate container 2638fe734ca4 [2025-05-23T07:30:16.499Z] ---> d694b2e8e9ba [2025-05-23T07:30:16.499Z] Step 7/20 : RUN pip install pybuilder [2025-05-23T07:30:16.499Z] ---> Running in fac9dfc152ba [2025-05-23T07:30:26.580Z] Collecting pybuilder [2025-05-23T07:30:26.580Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-23T07:30:26.580Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-23T07:30:26.580Z] â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â”â” 6.1/6.1 MB 30.8 MB/s eta 0:00:00 [2025-05-23T07:30:26.580Z] Installing collected packages: pybuilder [2025-05-23T07:30:29.173Z] Successfully installed pybuilder-0.13.15 [2025-05-23T07:30:29.173Z] [91mWARNING: 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-23T07:30:30.133Z] [0m[91m [2025-05-23T07:30:30.133Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T07:30:30.133Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T07:30:32.732Z] [0mRemoving intermediate container fac9dfc152ba [2025-05-23T07:30:32.732Z] ---> a47d670df600 [2025-05-23T07:30:32.732Z] Step 8/20 : RUN pyb install [2025-05-23T07:30:32.732Z] ---> Running in 44b56928113f [2025-05-23T07:32:09.514Z] PyBuilder version 0.13.15 [2025-05-23T07:32:09.514Z] Build started at 2025-05-23 07:30:36 [2025-05-23T07:32:09.514Z] ------------------------------------------------------------ [2025-05-23T07:32:09.514Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-23T07:32:09.514Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-23T07:32:09.514Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Building pygsver version 0.1.5 [2025-05-23T07:32:09.514Z] [INFO] Executing build in /code [2025-05-23T07:32:09.514Z] [INFO] Going to execute task install [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-23T07:32:09.514Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-23T07:32:09.514Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-23T07:32:09.514Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T07:32:09.514Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-23T07:32:09.514Z] [INFO] Running unit tests [2025-05-23T07:32:09.514Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:12,992 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T07:32:13.792Z] ERROR: something bad happened [2025-05-23T07:32:13.792Z] 1.2.3-dev.1 [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,128 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,130 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,131 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,166 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,167 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,168 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,169 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,170 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,234 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,268 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,301 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,302 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,369 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,406 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,472 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,510 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,550 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,589 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T07:32:13.792Z] 2025-05-23 07:32:13,768 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:32:14.062Z] 2025-05-23 07:32:13,827 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:32:14.062Z] 2025-05-23 07:32:13,901 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:32:14.062Z] 2025-05-23 07:32:13,958 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,059 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,129 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,165 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,205 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,246 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,287 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:32:14.327Z] 2025-05-23 07:32:14,288 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,354 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,355 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,356 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,357 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,358 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,358 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,359 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,360 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,361 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,362 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,362 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,363 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,364 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,365 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,366 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,367 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,367 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,368 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,369 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,370 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,371 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,371 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,372 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,373 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,374 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,375 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,375 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,376 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,377 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,377 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,378 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,379 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,379 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,380 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,381 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,381 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,382 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,383 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T07:32:14.594Z] 2025-05-23 07:32:14,384 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T07:32:15.171Z] [INFO] Executed 39 unit tests [2025-05-23T07:32:15.171Z] [INFO] All unit tests passed. [2025-05-23T07:32:15.171Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.5 [2025-05-23T07:32:15.171Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.5/scripts [2025-05-23T07:32:15.171Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.5/setup.py [2025-05-23T07:32:15.171Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-23T07:32:15.171Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-23T07:32:15.171Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-23T07:32:15.171Z] [INFO] Running unit tests [2025-05-23T07:32:15.171Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T07:32:20.502Z] 2025-05-23 07:32:20,286 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T07:32:20.502Z] ERROR: something bad happened [2025-05-23T07:32:20.502Z] 1.2.3-dev.1 [2025-05-23T07:32:20.502Z] 2025-05-23 07:32:20,467 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:32:20.502Z] 2025-05-23 07:32:20,469 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T07:32:20.502Z] 2025-05-23 07:32:20,472 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,516 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,517 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,518 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,519 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,522 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,593 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,632 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,673 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,674 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T07:32:20.767Z] 2025-05-23 07:32:20,753 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T07:32:21.035Z] 2025-05-23 07:32:20,798 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T07:32:21.035Z] 2025-05-23 07:32:20,877 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T07:32:21.035Z] 2025-05-23 07:32:20,923 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T07:32:21.035Z] 2025-05-23 07:32:20,973 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T07:32:21.035Z] 2025-05-23 07:32:21,018 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T07:32:21.301Z] 2025-05-23 07:32:21,241 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:32:21.301Z] 2025-05-23 07:32:21,291 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T07:32:21.566Z] 2025-05-23 07:32:21,390 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:32:21.566Z] 2025-05-23 07:32:21,449 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T07:32:21.566Z] 2025-05-23 07:32:21,557 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:32:21.829Z] 2025-05-23 07:32:21,643 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T07:32:21.829Z] 2025-05-23 07:32:21,682 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T07:32:21.829Z] 2025-05-23 07:32:21,735 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T07:32:21.829Z] 2025-05-23 07:32:21,785 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,841 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,843 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,911 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,912 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,913 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,914 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,915 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,916 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,917 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,918 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,919 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,920 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,921 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,922 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,923 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,924 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,925 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,926 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,927 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,928 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,929 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,930 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,931 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,932 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,932 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,933 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,934 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,935 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,936 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,937 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,938 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,939 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,940 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,941 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,942 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,943 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,944 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,945 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,946 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,947 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T07:32:22.094Z] 2025-05-23 07:32:21,948 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T07:33:18.463Z] [INFO] Executed 39 unit tests [2025-05-23T07:33:18.463Z] [INFO] All unit tests passed. [2025-05-23T07:33:18.463Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-23T07:33:18.463Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-23T07:33:18.463Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-23T07:33:18.463Z] [INFO] Overall pygsver coverage is 100% [2025-05-23T07:33:18.463Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-23T07:33:18.463Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-23T07:33:18.463Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.5 [2025-05-23T07:33:18.463Z] [INFO] Running Twine check for generated artifacts [2025-05-23T07:33:18.463Z] [INFO] Installing project pygsver-0.1.5 [2025-05-23T07:33:18.463Z] ------------------------------------------------------------ [2025-05-23T07:33:18.463Z] BUILD SUCCESSFUL [2025-05-23T07:33:18.463Z] ------------------------------------------------------------ [2025-05-23T07:33:18.463Z] Build Summary [2025-05-23T07:33:18.463Z] Project: pygsver [2025-05-23T07:33:18.463Z] Version: 0.1.5 [2025-05-23T07:33:18.463Z] Base directory: /code [2025-05-23T07:33:18.463Z] Environments: [2025-05-23T07:33:18.463Z] Tasks: prepare [63490 ms] compile_sources [0 ms] run_unit_tests [6733 ms] package [13 ms] run_integration_tests [0 ms] verify [0 ms] coverage [10375 ms] publish [13258 ms] install [32469 ms] [2025-05-23T07:33:18.463Z] Build finished at 2025-05-23 07:33:11 [2025-05-23T07:33:18.463Z] Build took 154 seconds (154715 ms) [2025-05-23T07:33:22.709Z] Removing intermediate container 44b56928113f [2025-05-23T07:33:22.709Z] ---> f3ced2169345 [2025-05-23T07:33:22.709Z] Step 9/20 : FROM python:3.13-slim [2025-05-23T07:33:22.709Z] ---> 2e2ecad80adb [2025-05-23T07:33:22.709Z] Step 10/20 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T07:33:22.709Z] ---> Using cache [2025-05-23T07:33:22.709Z] ---> 330c733f0299 [2025-05-23T07:33:22.709Z] Step 11/20 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T07:33:22.709Z] ---> Using cache [2025-05-23T07:33:22.709Z] ---> 0bb87dea40a9 [2025-05-23T07:33:22.709Z] Step 12/20 : WORKDIR /opt/pygsver [2025-05-23T07:33:22.976Z] ---> Running in ea306abced50 [2025-05-23T07:33:23.241Z] Removing intermediate container ea306abced50 [2025-05-23T07:33:23.242Z] ---> afc3bb403b71 [2025-05-23T07:33:23.242Z] Step 13/20 : RUN apt-get update && apt-get install -y ssh netcat-traditional git gosu [2025-05-23T07:33:23.242Z] ---> Running in 47d59182a056 [2025-05-23T07:33:24.199Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T07:33:24.199Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T07:33:24.199Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T07:33:24.466Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-23T07:33:24.733Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-23T07:33:24.998Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-23T07:33:27.565Z] Fetched 9203 kB in 3s (2783 kB/s) [2025-05-23T07:33:30.888Z] Reading package lists... [2025-05-23T07:33:34.213Z] Reading package lists... [2025-05-23T07:33:34.213Z] Building dependency tree... [2025-05-23T07:33:34.213Z] Reading state information... [2025-05-23T07:33:35.164Z] The following additional packages will be installed: [2025-05-23T07:33:35.164Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:33:35.164Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-23T07:33:35.164Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-23T07:33:35.164Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-23T07:33:35.164Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-23T07:33:35.164Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T07:33:35.164Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-23T07:33:35.164Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T07:33:35.164Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-23T07:33:35.164Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-23T07:33:35.164Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-23T07:33:35.164Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-23T07:33:35.164Z] systemd-timesyncd ucf xauth [2025-05-23T07:33:35.164Z] Suggested packages: [2025-05-23T07:33:35.164Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-23T07:33:35.164Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-23T07:33:35.164Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T07:33:35.164Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-23T07:33:35.164Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-23T07:33:35.164Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-23T07:33:35.164Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-23T07:33:35.164Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-23T07:33:35.164Z] libtss2-rc0 polkitd | policykit-1 [2025-05-23T07:33:39.393Z] The following NEW packages will be installed: [2025-05-23T07:33:39.393Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T07:33:39.393Z] dbus-user-session dmsetup git git-man gosu krb5-locales less libapparmor1 [2025-05-23T07:33:39.393Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-23T07:33:39.393Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-23T07:33:39.393Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-23T07:33:39.393Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-23T07:33:39.393Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-23T07:33:39.393Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-23T07:33:39.393Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-23T07:33:39.393Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-23T07:33:39.393Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-23T07:33:39.393Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-23T07:33:39.393Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-23T07:33:39.393Z] xauth [2025-05-23T07:33:39.393Z] 0 upgraded, 79 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T07:33:39.393Z] Need to get 30.9 MB of archives. [2025-05-23T07:33:39.393Z] After this operation, 158 MB of additional disk space will be used. [2025-05-23T07:33:39.393Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-23T07:33:39.393Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-23T07:33:39.393Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-23T07:33:39.393Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-23T07:33:39.393Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-23T07:33:39.393Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-23T07:33:39.393Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-23T07:33:39.393Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-23T07:33:39.393Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-23T07:33:39.393Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-23T07:33:39.393Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-23T07:33:39.393Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T07:33:39.393Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-23T07:33:39.393Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-23T07:33:39.393Z] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-23T07:33:39.393Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-23T07:33:39.393Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-23T07:33:39.393Z] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-23T07:33:39.393Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-23T07:33:39.393Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-23T07:33:39.393Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] [2025-05-23T07:33:39.393Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] [2025-05-23T07:33:39.659Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] [2025-05-23T07:33:39.659Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-23T07:33:39.659Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-23T07:33:39.659Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-23T07:33:39.659Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-23T07:33:39.659Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-23T07:33:39.659Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-23T07:33:39.659Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-23T07:33:39.659Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-23T07:33:39.659Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-23T07:33:39.659Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-23T07:33:39.659Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-23T07:33:39.659Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-23T07:33:39.659Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-23T07:33:39.659Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T07:33:39.659Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T07:33:39.659Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-23T07:33:39.659Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T07:33:39.659Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-23T07:33:39.659Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-23T07:33:39.659Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-23T07:33:39.659Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-23T07:33:39.659Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] [2025-05-23T07:33:39.659Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T07:33:39.659Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-23T07:33:39.659Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-23T07:33:39.659Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T07:33:39.659Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-23T07:33:39.659Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-23T07:33:39.659Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T07:33:39.659Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-23T07:33:39.659Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-23T07:33:39.659Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-23T07:33:39.923Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-23T07:33:39.923Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-23T07:33:39.923Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-23T07:33:39.923Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-23T07:33:39.923Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-23T07:33:39.923Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-23T07:33:39.923Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-23T07:33:39.923Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-23T07:33:39.923Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] [2025-05-23T07:33:39.923Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] [2025-05-23T07:33:39.923Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T07:33:39.923Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-23T07:33:39.923Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-23T07:33:39.923Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-23T07:33:39.923Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-23T07:33:39.923Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T07:33:40.189Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-23T07:33:40.189Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-23T07:33:40.189Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-23T07:33:40.189Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2025-05-23T07:33:40.189Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-23T07:33:40.189Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T07:33:40.189Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T07:33:40.189Z] Get:79 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-23T07:33:40.766Z] [91mdebconf: delaying package configuration, since apt-utils is not installed [2025-05-23T07:33:40.766Z] [0mFetched 30.9 MB in 1s (32.5 MB/s) [2025-05-23T07:33:41.031Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-23T07:33:41.031Z] (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 ... 6624 files and directories currently installed.) [2025-05-23T07:33:41.031Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-23T07:33:41.031Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:33:41.031Z] Selecting previously unselected package dmsetup. [2025-05-23T07:33:41.031Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-23T07:33:41.031Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T07:33:41.031Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-23T07:33:41.031Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-23T07:33:41.031Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T07:33:41.294Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-23T07:33:41.294Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-23T07:33:41.294Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-23T07:33:41.294Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-23T07:33:41.294Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-23T07:33:41.294Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:33:41.294Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-23T07:33:41.294Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-23T07:33:41.294Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T07:33:41.557Z] Selecting previously unselected package libkmod2:arm64. [2025-05-23T07:33:41.557Z] Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2025-05-23T07:33:41.557Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-23T07:33:41.557Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-23T07:33:41.557Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-23T07:33:41.557Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T07:33:41.821Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-23T07:33:41.821Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-23T07:33:41.821Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T07:33:41.821Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-23T07:33:41.821Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:33:41.821Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:33:42.085Z] Selecting previously unselected package systemd. [2025-05-23T07:33:42.085Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:33:42.085Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T07:33:43.037Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T07:33:43.037Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-23T07:33:43.037Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T07:33:43.037Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-23T07:33:43.037Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T07:33:43.037Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T07:33:43.037Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:33:43.302Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T07:33:43.302Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T07:33:43.302Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T07:33:43.302Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T07:33:43.302Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T07:33:43.302Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T07:33:43.302Z] Initializing machine ID from random generator. [2025-05-23T07:33:43.572Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T07:33:43.572Z] Creating group 'systemd-network' with GID 998. [2025-05-23T07:33:43.572Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T07:33:43.572Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T07:33:43.838Z] Selecting previously unselected package systemd-sysv. [2025-05-23T07:33:43.838Z] (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 ... 7546 files and directories currently installed.) [2025-05-23T07:33:43.838Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:33:43.838Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:33:43.838Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-23T07:33:43.838Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:33:43.838Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T07:33:44.103Z] Selecting previously unselected package dbus-bin. [2025-05-23T07:33:44.103Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:33:44.103Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:33:44.103Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T07:33:44.103Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:33:44.103Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:33:44.103Z] Selecting previously unselected package libexpat1:arm64. [2025-05-23T07:33:44.103Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-23T07:33:44.103Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T07:33:44.369Z] Selecting previously unselected package dbus-daemon. [2025-05-23T07:33:44.369Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:33:44.369Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:33:44.369Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T07:33:44.369Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T07:33:44.369Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:33:44.369Z] Selecting previously unselected package dbus. [2025-05-23T07:33:44.369Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:33:44.369Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:33:44.635Z] Selecting previously unselected package perl-modules-5.36. [2025-05-23T07:33:44.635Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-23T07:33:44.635Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:33:46.040Z] Selecting previously unselected package libgdbm-compat4:arm64. [2025-05-23T07:33:46.040Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... [2025-05-23T07:33:46.040Z] Unpacking libgdbm-compat4:arm64 (1.23-3) ... [2025-05-23T07:33:46.040Z] Selecting previously unselected package libperl5.36:arm64. [2025-05-23T07:33:46.040Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... [2025-05-23T07:33:46.040Z] Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-23T07:33:46.996Z] Selecting previously unselected package perl. [2025-05-23T07:33:46.996Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... [2025-05-23T07:33:46.996Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-23T07:33:46.996Z] Selecting previously unselected package libbsd0:arm64. [2025-05-23T07:33:46.996Z] Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... [2025-05-23T07:33:46.996Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-23T07:33:47.268Z] Selecting previously unselected package libedit2:arm64. [2025-05-23T07:33:47.268Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-23T07:33:47.268Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T07:33:47.268Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-23T07:33:47.268Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-23T07:33:47.268Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T07:33:47.533Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-23T07:33:47.533Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-23T07:33:47.533Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T07:33:47.533Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-23T07:33:47.533Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:33:47.533Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:47.533Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-23T07:33:47.533Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:33:47.533Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:47.797Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-23T07:33:47.797Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-23T07:33:47.797Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T07:33:47.797Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-23T07:33:47.797Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:33:47.797Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:48.061Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-23T07:33:48.061Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T07:33:48.061Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:48.061Z] Selecting previously unselected package openssh-client. [2025-05-23T07:33:48.061Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T07:33:48.061Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:33:48.327Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T07:33:48.327Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T07:33:48.327Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:33:48.327Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-23T07:33:48.592Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-23T07:33:48.592Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T07:33:48.592Z] Selecting previously unselected package procps. [2025-05-23T07:33:48.592Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-23T07:33:48.592Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T07:33:48.857Z] Selecting previously unselected package sensible-utils. [2025-05-23T07:33:48.857Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T07:33:48.857Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:33:48.857Z] Selecting previously unselected package ucf. [2025-05-23T07:33:48.857Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T07:33:48.857Z] Moving old data out of the way [2025-05-23T07:33:48.857Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:33:49.123Z] Selecting previously unselected package runit-helper. [2025-05-23T07:33:49.123Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-23T07:33:49.123Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T07:33:49.123Z] Selecting previously unselected package libtirpc-common. [2025-05-23T07:33:49.123Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T07:33:49.123Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:33:49.123Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-23T07:33:49.123Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-23T07:33:49.123Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T07:33:49.388Z] Selecting previously unselected package libnsl2:arm64. [2025-05-23T07:33:49.388Z] Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... [2025-05-23T07:33:49.388Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-23T07:33:49.388Z] Selecting previously unselected package libwrap0:arm64. [2025-05-23T07:33:49.388Z] Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... [2025-05-23T07:33:49.388Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-23T07:33:49.388Z] Selecting previously unselected package openssh-server. [2025-05-23T07:33:49.388Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T07:33:49.388Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:33:49.653Z] Selecting previously unselected package less. [2025-05-23T07:33:49.653Z] Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... [2025-05-23T07:33:49.653Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-23T07:33:49.653Z] Selecting previously unselected package krb5-locales. [2025-05-23T07:33:49.653Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T07:33:49.653Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:33:49.917Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-23T07:33:49.917Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:33:49.917Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:33:49.917Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-23T07:33:49.917Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:33:49.917Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:33:50.182Z] Selecting previously unselected package ncurses-term. [2025-05-23T07:33:50.182Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-23T07:33:50.182Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T07:33:52.112Z] Selecting previously unselected package netcat-traditional. [2025-05-23T07:33:52.112Z] Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... [2025-05-23T07:33:52.112Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T07:33:52.112Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T07:33:52.112Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T07:33:52.112Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:33:52.378Z] Selecting previously unselected package dbus-user-session. [2025-05-23T07:33:52.378Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T07:33:52.378Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:33:52.378Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-23T07:33:52.378Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-23T07:33:52.378Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T07:33:52.378Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-23T07:33:52.642Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T07:33:52.642Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:33:52.642Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-23T07:33:52.642Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T07:33:52.642Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:33:52.642Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-23T07:33:52.643Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-23T07:33:52.643Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T07:33:52.913Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-23T07:33:52.913Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-23T07:33:52.913Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T07:33:52.913Z] Selecting previously unselected package libpsl5:arm64. [2025-05-23T07:33:52.913Z] Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... [2025-05-23T07:33:52.913Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-23T07:33:52.913Z] Selecting previously unselected package librtmp1:arm64. [2025-05-23T07:33:52.913Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-23T07:33:52.913Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:33:53.179Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-23T07:33:53.179Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-23T07:33:53.179Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T07:33:53.179Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-23T07:33:53.179Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T07:33:53.179Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T07:33:53.444Z] Selecting previously unselected package liberror-perl. [2025-05-23T07:33:53.444Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-23T07:33:53.444Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-23T07:33:53.444Z] Selecting previously unselected package git-man. [2025-05-23T07:33:53.444Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-23T07:33:53.444Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:33:53.709Z] Selecting previously unselected package git. [2025-05-23T07:33:53.709Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... [2025-05-23T07:33:53.709Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:33:55.118Z] Selecting previously unselected package gosu. [2025-05-23T07:33:55.118Z] Preparing to unpack .../53-gosu_1.14-1+b10_arm64.deb ... [2025-05-23T07:33:55.118Z] Unpacking gosu (1.14-1+b10) ... [2025-05-23T07:33:55.118Z] Selecting previously unselected package libldap-common. [2025-05-23T07:33:55.118Z] Preparing to unpack .../54-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T07:33:55.385Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:33:55.385Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-23T07:33:55.385Z] Preparing to unpack .../55-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T07:33:55.385Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:33:55.385Z] Selecting previously unselected package libxau6:arm64. [2025-05-23T07:33:55.385Z] Preparing to unpack .../56-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-23T07:33:55.385Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T07:33:55.650Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-23T07:33:55.650Z] Preparing to unpack .../57-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-23T07:33:55.650Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T07:33:55.650Z] Selecting previously unselected package libxcb1:arm64. [2025-05-23T07:33:55.650Z] Preparing to unpack .../58-libxcb1_1.15-1_arm64.deb ... [2025-05-23T07:33:55.650Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-23T07:33:55.650Z] Selecting previously unselected package libx11-data. [2025-05-23T07:33:55.650Z] Preparing to unpack .../59-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T07:33:55.650Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:33:55.917Z] Selecting previously unselected package libx11-6:arm64. [2025-05-23T07:33:56.182Z] Preparing to unpack .../60-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-23T07:33:56.182Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:33:56.182Z] Selecting previously unselected package libxext6:arm64. [2025-05-23T07:33:56.182Z] Preparing to unpack .../61-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-23T07:33:56.182Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T07:33:56.449Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-23T07:33:56.449Z] Preparing to unpack .../62-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-23T07:33:56.449Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T07:33:56.449Z] Selecting previously unselected package patch. [2025-05-23T07:33:56.449Z] Preparing to unpack .../63-patch_2.7.6-7_arm64.deb ... [2025-05-23T07:33:56.449Z] Unpacking patch (2.7.6-7) ... [2025-05-23T07:33:56.449Z] Selecting previously unselected package psmisc. [2025-05-23T07:33:56.449Z] Preparing to unpack .../64-psmisc_23.6-1_arm64.deb ... [2025-05-23T07:33:56.449Z] Unpacking psmisc (23.6-1) ... [2025-05-23T07:33:56.716Z] Selecting previously unselected package publicsuffix. [2025-05-23T07:33:56.716Z] Preparing to unpack .../65-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T07:33:56.716Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T07:33:56.716Z] Selecting previously unselected package ssh. [2025-05-23T07:33:56.716Z] Preparing to unpack .../66-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T07:33:56.716Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:33:56.982Z] Selecting previously unselected package xauth. [2025-05-23T07:33:56.982Z] Preparing to unpack .../67-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-23T07:33:56.982Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T07:33:56.982Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T07:33:56.982Z] Setting up runit-helper (2.15.2) ... [2025-05-23T07:33:56.982Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T07:33:56.982Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T07:33:57.249Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T07:33:57.249Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-23T07:33:57.249Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T07:33:57.249Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T07:33:57.249Z] 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-23T07:33:57.249Z] 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-23T07:33:57.249Z] Setting up psmisc (23.6-1) ... [2025-05-23T07:33:57.249Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T07:33:57.249Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T07:33:57.249Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T07:33:57.249Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:33:57.249Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T07:33:57.249Z] Setting up less (590-2.1~deb12u2) ... [2025-05-23T07:33:57.249Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:33:57.515Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T07:33:57.515Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T07:33:57.515Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:57.515Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:33:57.515Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T07:33:57.515Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T07:33:57.515Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T07:33:57.515Z] Setting up gosu (1.14-1+b10) ... [2025-05-23T07:33:57.515Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T07:33:57.515Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T07:33:57.515Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T07:33:57.515Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T07:33:57.515Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T07:33:58.467Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:33:58.467Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T07:33:58.467Z] Setting up patch (2.7.6-7) ... [2025-05-23T07:33:58.467Z] Setting up libgdbm-compat4:arm64 (1.23-3) ... [2025-05-23T07:33:58.467Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:58.467Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T07:33:58.467Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T07:33:58.467Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:33:58.467Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T07:33:58.467Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T07:33:58.467Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T07:33:58.467Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:58.467Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T07:33:58.732Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T07:33:58.732Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-23T07:33:58.732Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T07:33:58.732Z] Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-23T07:33:58.998Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T07:33:58.998Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T07:33:58.998Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T07:33:58.998Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-23T07:33:58.998Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T07:33:58.998Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T07:33:58.998Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T07:33:58.998Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-23T07:33:58.998Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T07:33:59.263Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:33:59.263Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:33:59.263Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T07:33:59.263Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T07:33:59.528Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:33:59.528Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:33:59.528Z] debconf: falling back to frontend: Readline [2025-05-23T07:33:59.528Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:33:59.528Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:33:59.528Z] debconf: falling back to frontend: Teletype [2025-05-23T07:33:59.794Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T07:34:00.059Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:34:00.059Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:34:00.059Z] debconf: falling back to frontend: Readline [2025-05-23T07:34:00.059Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:34:00.059Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:34:00.059Z] debconf: falling back to frontend: Teletype [2025-05-23T07:34:00.326Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T07:34:00.326Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T07:34:00.326Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T07:34:00.593Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T07:34:00.859Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T07:34:00.859Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T07:34:00.859Z] Setting up liberror-perl (0.17029-2) ... [2025-05-23T07:34:00.859Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T07:34:00.859Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-23T07:34:00.859Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T07:34:00.859Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-23T07:34:00.859Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:34:00.859Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-23T07:34:00.859Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T07:34:01.442Z] debconf: unable to initialize frontend: Dialog [2025-05-23T07:34:01.442Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T07:34:01.442Z] debconf: falling back to frontend: Readline [2025-05-23T07:34:01.442Z] debconf: unable to initialize frontend: Readline [2025-05-23T07:34:01.442Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T07:34:01.442Z] debconf: falling back to frontend: Teletype [2025-05-23T07:34:01.708Z] [2025-05-23T07:34:01.708Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T07:34:08.349Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T07:34:08.349Z] 3072 SHA256:g21Db/kz2o9LlmurQQMScLmeAUZrF9xAVCx4ZEvzA40 root@47d59182a056 (RSA) [2025-05-23T07:34:08.349Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T07:34:08.349Z] 256 SHA256:txBY9zhnOc3C0zoOlodWZ1kIZEo8qG5lHx8KalHj0x8 root@47d59182a056 (ECDSA) [2025-05-23T07:34:08.349Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T07:34:08.349Z] 256 SHA256:1XNGrHhcizx+oO3kSROY8IU1AMl9lz49X47Q63KW8WY root@47d59182a056 (ED25519) [2025-05-23T07:34:08.349Z] invoke-rc.d: could not determine current runlevel [2025-05-23T07:34:08.349Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T07:34:08.614Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T07:34:08.614Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T07:34:09.194Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T07:34:09.194Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T07:34:19.250Z] Removing intermediate container 47d59182a056 [2025-05-23T07:34:19.250Z] ---> 3b4f84686819 [2025-05-23T07:34:19.250Z] Step 14/20 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-23T07:34:21.187Z] ---> a4b6a9a7eb67 [2025-05-23T07:34:21.187Z] Step 15/20 : RUN pip install pygsver-*.tar.gz [2025-05-23T07:34:21.187Z] ---> Running in e8bc1b7857ef [2025-05-23T07:34:29.368Z] Processing ./pygsver-0.1.5.tar.gz [2025-05-23T07:34:29.368Z] Installing build dependencies: started [2025-05-23T07:34:44.331Z] Installing build dependencies: finished with status 'done' [2025-05-23T07:34:44.331Z] Getting requirements to build wheel: started [2025-05-23T07:34:46.256Z] Getting requirements to build wheel: finished with status 'done' [2025-05-23T07:34:46.256Z] Preparing metadata (pyproject.toml): started [2025-05-23T07:34:49.585Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-23T07:34:49.850Z] Collecting semver==2.13.0 (from pygsver==0.1.5) [2025-05-23T07:34:50.114Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-23T07:34:50.377Z] Collecting GitPython==3.1.41 (from pygsver==0.1.5) [2025-05-23T07:34:50.377Z] Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) [2025-05-23T07:34:50.377Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.5) [2025-05-23T07:34:50.377Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-23T07:34:50.642Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.5) [2025-05-23T07:34:50.642Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-23T07:34:50.642Z] Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) [2025-05-23T07:34:50.642Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-23T07:34:50.642Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-23T07:34:50.642Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-23T07:34:50.642Z] Building wheels for collected packages: pygsver [2025-05-23T07:34:50.642Z] Building wheel for pygsver (pyproject.toml): started [2025-05-23T07:34:54.867Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-23T07:34:54.867Z] Created wheel for pygsver: filename=pygsver-0.1.5-py3-none-any.whl size=12480 sha256=7de368e69c11e90d128714f5d662e09fd5b650e95cad434e6bc99bfa57a30ca8 [2025-05-23T07:34:54.867Z] Stored in directory: /root/.cache/pip/wheels/1e/ba/4c/3146e2ab0efbfcf43b81fd41546d9671738cd63a2340c19d32 [2025-05-23T07:34:54.867Z] Successfully built pygsver [2025-05-23T07:34:54.867Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-23T07:34:55.444Z] Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.5 semver-2.13.0 smmap-5.0.2 [2025-05-23T07:34:55.444Z] [91mWARNING: 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-23T07:34:56.022Z] [0m[91m [2025-05-23T07:34:56.023Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T07:34:56.023Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T07:34:57.969Z] [0mRemoving intermediate container e8bc1b7857ef [2025-05-23T07:34:57.969Z] ---> c63d9c7270f3 [2025-05-23T07:34:57.969Z] Step 16/20 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-23T07:34:57.969Z] ---> 1f606cd5a599 [2025-05-23T07:34:57.969Z] Step 17/20 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-23T07:34:58.240Z] ---> Running in b4b9c99d8497 [2025-05-23T07:34:59.647Z] Removing intermediate container b4b9c99d8497 [2025-05-23T07:34:59.647Z] ---> 998f9e326a3c [2025-05-23T07:34:59.647Z] Step 18/20 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-23T07:34:59.647Z] ---> Running in db9c00b91bf4 [2025-05-23T07:34:59.914Z] Removing intermediate container db9c00b91bf4 [2025-05-23T07:34:59.914Z] ---> 8eacb6baba54 [2025-05-23T07:34:59.914Z] Step 19/20 : LABEL arch=arm64 [2025-05-23T07:35:00.178Z] ---> Running in e0675e972fe4 [2025-05-23T07:35:00.442Z] Removing intermediate container e0675e972fe4 [2025-05-23T07:35:00.442Z] ---> a07ef18efd48 [2025-05-23T07:35:00.442Z] Step 20/20 : LABEL git_sha=7276567cec64f7e0fb52f981f3adab2a41de7d4c [2025-05-23T07:35:00.442Z] ---> Running in d195579a0b5c [2025-05-23T07:35:00.706Z] Removing intermediate container d195579a0b5c [2025-05-23T07:35:00.706Z] ---> 4b52a5dfee87 [2025-05-23T07:35:00.706Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-23T07:35:00.706Z] Successfully built 4b52a5dfee87 [2025-05-23T07:35:00.706Z] Successfully tagged edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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-23T07:35:01.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-23T07:35:01.698Z] [2025-05-23T07:35:01.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T07:35:02.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-23T07:35:02.361Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-23T07:35:02.361Z] 8998bd30e6a1: Pulling fs layer [2025-05-23T07:35:02.361Z] 04944245beec: Pulling fs layer [2025-05-23T07:35:02.361Z] 699f458cf7ca: Pulling fs layer [2025-05-23T07:35:02.361Z] 765212b225bb: Pulling fs layer [2025-05-23T07:35:02.361Z] f23df028b6ca: Pulling fs layer [2025-05-23T07:35:02.361Z] d65c8cfc05b1: Pulling fs layer [2025-05-23T07:35:02.361Z] 2437ff75d9bd: Pulling fs layer [2025-05-23T07:35:02.361Z] 765212b225bb: Waiting [2025-05-23T07:35:02.361Z] f23df028b6ca: Waiting [2025-05-23T07:35:02.361Z] d65c8cfc05b1: Waiting [2025-05-23T07:35:02.361Z] 2437ff75d9bd: Waiting [2025-05-23T07:35:02.361Z] 04944245beec: Verifying Checksum [2025-05-23T07:35:02.361Z] 04944245beec: Download complete [2025-05-23T07:35:02.361Z] 765212b225bb: Download complete [2025-05-23T07:35:02.627Z] f23df028b6ca: Download complete [2025-05-23T07:35:02.627Z] d65c8cfc05b1: Verifying Checksum [2025-05-23T07:35:02.627Z] d65c8cfc05b1: Download complete [2025-05-23T07:35:02.627Z] 699f458cf7ca: Verifying Checksum [2025-05-23T07:35:02.627Z] 699f458cf7ca: Download complete [2025-05-23T07:35:02.894Z] 8998bd30e6a1: Download complete [2025-05-23T07:35:05.463Z] 2437ff75d9bd: Verifying Checksum [2025-05-23T07:35:05.463Z] 2437ff75d9bd: Download complete [2025-05-23T07:35:07.399Z] 8998bd30e6a1: Pull complete [2025-05-23T07:35:07.982Z] 04944245beec: Pull complete [2025-05-23T07:35:09.394Z] 699f458cf7ca: Pull complete [2025-05-23T07:35:09.662Z] 765212b225bb: Pull complete [2025-05-23T07:35:10.614Z] f23df028b6ca: Pull complete [2025-05-23T07:35:10.614Z] d65c8cfc05b1: Pull complete [2025-05-23T07:35:28.795Z] 2437ff75d9bd: Pull complete [2025-05-23T07:35:28.795Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-23T07:35:28.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-23T07:35:28.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-23T07:35:29.289Z] prd-ubuntu20.04-docker-arm64-4c-16g-2104 does not seem to be running inside a container [2025-05-23T07:35:29.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-75 -v /w/workspace/edgexfoundry_git-semver_PR-75:/w/workspace/edgexfoundry_git-semver_PR-75:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-75@tmp:/w/workspace/edgexfoundry_git-semver_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-05-23T07:35:31.769Z] $ docker top 013797dbe06457ebe2cef2570fe5af338a0e7c89381363d8de02215f083ec005 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:32.687Z] ---> job-cost.sh [2025-05-23T07:35:32.687Z] lf-activate-venv: SKIPPING [2025-05-23T07:35:32.687Z] INFO: No Stack... [2025-05-23T07:35:32.964Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-23T07:35:33.937Z] INFO: Archiving Costs [Pipeline] sh [2025-05-23T07:35:34.596Z] + cat /w/workspace/edgexfoundry_git-semver_PR-75/archives/cost.csv [2025-05-23T07:35:34.597Z] + cut -d, -f6 [Pipeline] lock [2025-05-23T07:35:34.671Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [2025-05-23T07:35:34.678Z] Resource [jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] did not exist. Created. [2025-05-23T07:35:34.685Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-23T07:35:35.569Z] /w/workspace/edgexfoundry_git-semver_PR-75@tmp/durable-533ec69e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-05-23T07:35:35.924Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-23T07:35:35.962Z] Warning: overwriting stash ‘stack-cost’ [2025-05-23T07:35:36.357Z] Stashed 1 file(s) [Pipeline] } [2025-05-23T07:35:36.375Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-75-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-23T07:35:36.449Z] $ docker stop --time=1 013797dbe06457ebe2cef2570fe5af338a0e7c89381363d8de02215f083ec005 [2025-05-23T07:35:37.928Z] $ docker rm -f --volumes 013797dbe06457ebe2cef2570fe5af338a0e7c89381363d8de02215f083ec005 [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-23T07:35:39.543Z] + [ -d /w/workspace/edgexfoundry_git-semver_PR-75/archives ] [2025-05-23T07:35:39.543Z] + ls -al /w/workspace/edgexfoundry_git-semver_PR-75/archives [2025-05-23T07:35:39.543Z] total 16 [2025-05-23T07:35:39.543Z] drwxr-xr-x 3 root root 4096 May 23 07:28 . [2025-05-23T07:35:39.543Z] drwxrwxr-x 7 jenkins jenkins 4096 May 23 07:28 .. [2025-05-23T07:35:39.543Z] drwxr-xr-x 2 root root 4096 May 23 07:28 cost [2025-05-23T07:35:39.543Z] -rw-r--r-- 1 root root 81 May 23 07:28 cost.csv [2025-05-23T07:35:39.543Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_PR-75/archives [2025-05-23T07:35:39.543Z] + ls -al /w/workspace/edgexfoundry_git-semver_PR-75/archives [2025-05-23T07:35:39.543Z] total 16 [2025-05-23T07:35:39.543Z] drwxr-xr-x 3 jenkins jenkins 4096 May 23 07:28 . [2025-05-23T07:35:39.543Z] drwxrwxr-x 7 jenkins jenkins 4096 May 23 07:28 .. [2025-05-23T07:35:39.543Z] drwxr-xr-x 2 jenkins jenkins 4096 May 23 07:28 cost [2025-05-23T07:35:39.543Z] -rw-r--r-- 1 jenkins jenkins 81 May 23 07:28 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:39.874Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:40.772Z] ---> package-listing.sh [2025-05-23T07:35:40.772Z] ++ facter osfamily [2025-05-23T07:35:40.772Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-23T07:35:41.032Z] + OS_FAMILY=debian [2025-05-23T07:35:41.032Z] + workspace=/w/workspace/edgexfoundry_git-semver_PR-75 [2025-05-23T07:35:41.032Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-23T07:35:41.032Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-23T07:35:41.032Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-23T07:35:41.032Z] + PACKAGES=/tmp/packages_start.txt [2025-05-23T07:35:41.032Z] + '[' /w/workspace/edgexfoundry_git-semver_PR-75 ']' [2025-05-23T07:35:41.032Z] + PACKAGES=/tmp/packages_end.txt [2025-05-23T07:35:41.032Z] + case "${OS_FAMILY}" in [2025-05-23T07:35:41.032Z] + dpkg -l [2025-05-23T07:35:41.032Z] + grep '^ii' [2025-05-23T07:35:41.032Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-23T07:35:41.032Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-23T07:35:41.032Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-23T07:35:41.032Z] + '[' /w/workspace/edgexfoundry_git-semver_PR-75 ']' [2025-05-23T07:35:41.032Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_PR-75/archives/ [2025-05-23T07:35:41.032Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_PR-75/archives/ [Pipeline] echo [2025-05-23T07:35:41.066Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-23T07:35:41.363Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T07:35:42.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T07:35:42.001Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-23T07:35:42.151Z] prd-ubuntu20.04-docker-8c-8g-2103 does not seem to be running inside a container [2025-05-23T07:35:42.182Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_PR-75 -v /w/workspace/edgexfoundry_git-semver_PR-75:/w/workspace/edgexfoundry_git-semver_PR-75:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-75@tmp:/w/workspace/edgexfoundry_git-semver_PR-75@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-23T07:35:42.381Z] $ docker top 59b6f7169d2035c1c5e155849f1ee9869e74551b9523642f0c1664d0a61cccca -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-23T07:35:42.775Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-23T07:35:43.087Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-23T07:35:43.394Z] + ls /var/log/sa-host [2025-05-23T07:35:43.394Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-23T07:35:43.635Z] provisioning config files... [2025-05-23T07:35:43.644Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-75@tmp/config10916432489192028755tmp [Pipeline] { [Pipeline] echo [2025-05-23T07:35:43.707Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:44.069Z] ---> create-netrc.sh [Pipeline] } [2025-05-23T07:35:44.094Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:44.540Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-23T07:35:44.574Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:44.887Z] ---> sudo-logs.sh [2025-05-23T07:35:44.887Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-23T07:35:44.975Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:45.297Z] ---> job-cost.sh [2025-05-23T07:35:45.297Z] lf-activate-venv: SKIPPING [2025-05-23T07:35:45.297Z] DEBUG: total: 0.2199999988079071 [2025-05-23T07:35:45.297Z] INFO: Retrieving Stack Cost... [2025-05-23T07:35:45.864Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-23T07:35:46.123Z] INFO: Archiving Costs [Pipeline] echo [2025-05-23T07:35:46.163Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T07:35:46.554Z] ---> logs-deploy.sh [2025-05-23T07:35:46.554Z] lf-activate-venv: SKIPPING [2025-05-23T07:35:46.554Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/PR-75/1 [2025-05-23T07:35:46.554Z] INFO: archiving workspace using pattern(s): [2025-05-23T07:35:47.516Z] Archives upload complete. [2025-05-23T07:35:47.516Z] INFO: archiving logs to Nexus