Pull request #76 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 778ad286d77c0099cacf3756caaf600d52afaeb4+2f807f817482b20fd449fccd171f6d664adfae4f (cb1d2a55dbbd516b014f271f7daba21cb4a3648b) 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-ssh7185663495330003682.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-ssh3197522771718929839.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-76/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-76/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11167649096461020824.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-76/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13835315876199438359.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-ssh4869260536020422282.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-76/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-76/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh747359015007176005.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:py-git-semver, mavenSettings:git-semver-settings, dockerImageName:py-git-semver, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.1.4], releaseBranchOverride:python] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: git-semver-settings PROJECT: py-git-semver USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: py-git-semver DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: py-git-semver-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: python DOCKER_CUSTOM_TAGS: 0.1.4 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2121 in /w/workspace/edgexfoundry_git-semver_PR-76 [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-76 # 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 2f807f817482b20fd449fccd171f6d664adfae4f into PR head commit 778ad286d77c0099cacf3756caaf600d52afaeb4 Merge succeeded, producing 778ad286d77c0099cacf3756caaf600d52afaeb4 Checking out Revision 778ad286d77c0099cacf3756caaf600d52afaeb4 (PR-76) > 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/76/head:refs/remotes/origin/PR-76 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 778ad286d77c0099cacf3756caaf600d52afaeb4 # 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 2f807f817482b20fd449fccd171f6d664adfae4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 778ad286d77c0099cacf3756caaf600d52afaeb4 # timeout=10 Commit message: "fix: use git version 2.31.1" 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-23T11:06:29.561Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-23T11:06:29.737Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-23T11:06:29.848Z] ========================================================= [2025-05-23T11:06:29.849Z] EdgeX Global Pipelines Version Info [2025-05-23T11:06:29.849Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:06:30.633Z] ------------------- [2025-05-23T11:06:30.633Z] stable info: [2025-05-23T11:06:30.633Z] ------------------- [2025-05-23T11:06:30.633Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-23T11:06:30.633Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-23T11:06:30.633Z] Message: update stable to v1.0.274 [2025-05-23T11:06:31.578Z] ------------------- [2025-05-23T11:06:31.578Z] experimental info: [2025-05-23T11:06:31.578Z] ------------------- [2025-05-23T11:06:31.578Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-05-23T11:06:31.578Z] Commit SHA: 93b5288f6f1fb07399a9ef886c447460d49ecb8d [2025-05-23T11:06:31.578Z] Message: update experimental to test-semver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-05-23T11:06:31.851Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo [2025-05-23T11:06:31.900Z] [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo [2025-05-23T11:06:31.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2025-05-23T11:06:32.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-05-23T11:06:32.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-23T11:06:32.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo [2025-05-23T11:06:32.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2025-05-23T11:06:32.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-05-23T11:06:32.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-05-23T11:06:32.308Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-23T11:06:32.357Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-05-23T11:06:32.404Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo [2025-05-23T11:06:32.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-23T11:06:32.499Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-23T11:06:32.548Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo [2025-05-23T11:06:32.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo [2025-05-23T11:06:32.642Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-76 [Pipeline] echo [2025-05-23T11:06:32.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-76 [Pipeline] echo [2025-05-23T11:06:32.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-76 [Pipeline] echo [2025-05-23T11:06:32.793Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 778ad286d77c0099cacf3756caaf600d52afaeb4 [Pipeline] echo [2025-05-23T11:06:32.852Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 778ad28 [Pipeline] echo [2025-05-23T11:06:32.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-23T11:06:33.054Z] provisioning config files... [2025-05-23T11:06:33.072Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config3093315991453616664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:06:33.456Z] ---> ****-login.sh [2025-05-23T11:06:33.456Z] nexus3.edgexfoundry.org:10001 [2025-05-23T11:06:33.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:33.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:33.717Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:33.717Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:33.717Z] [2025-05-23T11:06:33.717Z] Login Succeeded [2025-05-23T11:06:33.717Z] nexus3.edgexfoundry.org:10002 [2025-05-23T11:06:33.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:33.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:33.978Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:33.978Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:33.978Z] [2025-05-23T11:06:33.978Z] Login Succeeded [2025-05-23T11:06:33.978Z] nexus3.edgexfoundry.org:10003 [2025-05-23T11:06:33.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:33.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:33.978Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:33.978Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:33.978Z] [2025-05-23T11:06:33.978Z] Login Succeeded [2025-05-23T11:06:33.978Z] nexus3.edgexfoundry.org:10004 [2025-05-23T11:06:34.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:34.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:34.239Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:34.239Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:34.239Z] [2025-05-23T11:06:34.239Z] Login Succeeded [2025-05-23T11:06:34.239Z] ****.io [2025-05-23T11:06:34.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:34.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:34.500Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:34.500Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:34.500Z] [2025-05-23T11:06:34.500Z] Login Succeeded [2025-05-23T11:06:34.500Z] ---> ****-login.sh ends [Pipeline] } [2025-05-23T11:06:34.543Z] 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-23T11:06:35.362Z] provisioning config files... [2025-05-23T11:06:35.371Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config15739210408213720734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:06:35.735Z] ---> ****-login.sh [2025-05-23T11:06:35.735Z] nexus3.edgexfoundry.org:10001 [2025-05-23T11:06:35.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:35.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:35.735Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:35.735Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:35.735Z] [2025-05-23T11:06:35.735Z] Login Succeeded [2025-05-23T11:06:35.735Z] nexus3.edgexfoundry.org:10002 [2025-05-23T11:06:35.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:35.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:35.736Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:35.736Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:35.736Z] [2025-05-23T11:06:35.736Z] Login Succeeded [2025-05-23T11:06:35.736Z] nexus3.edgexfoundry.org:10003 [2025-05-23T11:06:35.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:35.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:35.997Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:35.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:35.997Z] [2025-05-23T11:06:35.997Z] Login Succeeded [2025-05-23T11:06:35.997Z] nexus3.edgexfoundry.org:10004 [2025-05-23T11:06:35.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:35.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:35.997Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:35.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:35.997Z] [2025-05-23T11:06:35.997Z] Login Succeeded [2025-05-23T11:06:35.997Z] ****.io [2025-05-23T11:06:36.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:06:36.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:06:36.258Z] Configure a credential helper to remove this warning. See [2025-05-23T11:06:36.258Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:06:36.258Z] [2025-05-23T11:06:36.258Z] Login Succeeded [2025-05-23T11:06:36.258Z] ---> ****-login.sh ends [Pipeline] } [2025-05-23T11:06:36.286Z] 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-23T11:06:37.381Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-23T11:06:37.703Z] + ls -al . [2025-05-23T11:06:37.703Z] total 64 [2025-05-23T11:06:37.703Z] drwxrwxr-x 6 jenkins jenkins 4096 May 23 11:06 . [2025-05-23T11:06:37.703Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:06 .. [2025-05-23T11:06:37.703Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 11:06 .git [2025-05-23T11:06:37.703Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 11:06 .github [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 23 11:06 .gitignore [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 1654 May 23 11:06 Dockerfile [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 869 May 23 11:06 Jenkinsfile [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 23 11:06 README.md [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 23 11:06 build.py [2025-05-23T11:06:37.703Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 11:06 docs [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 275 May 23 11:06 entrypoint.sh [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 83 May 23 11:06 pyproject.toml [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 32 May 23 11:06 requirements.txt [2025-05-23T11:06:37.703Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 23 11:06 setup.py [2025-05-23T11:06:37.703Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:06 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T11:06:38.241Z] + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 --label arch=amd64 . [2025-05-23T11:06:38.241Z] Sending build context to Docker daemon 456.2kB [2025-05-23T11:06:38.241Z] Step 1/21 : FROM python:3.13-slim AS build-image [2025-05-23T11:06:38.502Z] 3.13-slim: Pulling from library/python [2025-05-23T11:06:38.763Z] 61320b01ae5e: Pulling fs layer [2025-05-23T11:06:38.763Z] 6bf1a483ea7c: Pulling fs layer [2025-05-23T11:06:38.763Z] f5dfc541a4d3: Pulling fs layer [2025-05-23T11:06:38.763Z] 461d9e800cba: Pulling fs layer [2025-05-23T11:06:38.763Z] 461d9e800cba: Waiting [2025-05-23T11:06:38.763Z] 6bf1a483ea7c: Verifying Checksum [2025-05-23T11:06:38.763Z] 6bf1a483ea7c: Download complete [2025-05-23T11:06:38.763Z] f5dfc541a4d3: Verifying Checksum [2025-05-23T11:06:38.763Z] f5dfc541a4d3: Download complete [2025-05-23T11:06:39.024Z] 461d9e800cba: Verifying Checksum [2025-05-23T11:06:39.024Z] 461d9e800cba: Download complete [2025-05-23T11:06:39.024Z] 61320b01ae5e: Verifying Checksum [2025-05-23T11:06:39.024Z] 61320b01ae5e: Download complete [2025-05-23T11:06:40.403Z] 61320b01ae5e: Pull complete [2025-05-23T11:06:40.403Z] 6bf1a483ea7c: Pull complete [2025-05-23T11:06:40.973Z] f5dfc541a4d3: Pull complete [2025-05-23T11:06:40.974Z] 461d9e800cba: Pull complete [2025-05-23T11:06:40.974Z] Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc [2025-05-23T11:06:40.974Z] Status: Downloaded newer image for python:3.13-slim [2025-05-23T11:06:40.974Z] ---> 26fa9b6e2848 [2025-05-23T11:06:40.974Z] Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T11:06:41.548Z] ---> Running in feb7dc0a2104 [2025-05-23T11:06:41.548Z] Removing intermediate container feb7dc0a2104 [2025-05-23T11:06:41.548Z] ---> 5aae4f308342 [2025-05-23T11:06:41.548Z] Step 3/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T11:06:41.548Z] ---> Running in 4ead00595b25 [2025-05-23T11:06:41.808Z] Removing intermediate container 4ead00595b25 [2025-05-23T11:06:41.808Z] ---> b7f2a3bdbdf6 [2025-05-23T11:06:41.808Z] Step 4/21 : WORKDIR /code [2025-05-23T11:06:41.808Z] ---> Running in dbc829e4f51f [2025-05-23T11:06:41.808Z] Removing intermediate container dbc829e4f51f [2025-05-23T11:06:41.808Z] ---> dc26f55559cd [2025-05-23T11:06:41.808Z] Step 5/21 : COPY . /code/ [2025-05-23T11:06:42.069Z] ---> 2529dda6d980 [2025-05-23T11:06:42.069Z] Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-23T11:06:42.069Z] ---> Running in dc26baf4a9d0 [2025-05-23T11:06:42.639Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T11:06:42.639Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T11:06:42.639Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T11:06:42.639Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-23T11:06:42.639Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-23T11:06:42.902Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-23T11:06:43.844Z] Fetched 9307 kB in 1s (7790 kB/s) [2025-05-23T11:06:44.104Z] Reading package lists... [2025-05-23T11:06:44.624Z] Reading package lists... [2025-05-23T11:06:44.882Z] Building dependency tree... [2025-05-23T11:06:44.882Z] Reading state information... [2025-05-23T11:06:45.141Z] The following additional packages will be installed: [2025-05-23T11:06:45.141Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T11:06:45.141Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-23T11:06:45.142Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-23T11:06:45.142Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-23T11:06:45.142Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-23T11:06:45.142Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T11:06:45.142Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-23T11:06:45.142Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T11:06:45.142Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-23T11:06:45.142Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-23T11:06:45.142Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-23T11:06:45.142Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-23T11:06:45.142Z] systemd-timesyncd ucf xauth [2025-05-23T11:06:45.142Z] Suggested packages: [2025-05-23T11:06:45.142Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-23T11:06:45.142Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-23T11:06:45.142Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T11:06:45.142Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-23T11:06:45.142Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-23T11:06:45.142Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-23T11:06:45.142Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-23T11:06:45.142Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-23T11:06:45.142Z] libtss2-rc0 polkitd | policykit-1 [2025-05-23T11:06:45.712Z] The following NEW packages will be installed: [2025-05-23T11:06:45.712Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T11:06:45.712Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-23T11:06:45.712Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-23T11:06:45.712Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-23T11:06:45.712Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-23T11:06:45.712Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-23T11:06:45.712Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-23T11:06:45.712Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-23T11:06:45.712Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-23T11:06:45.712Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-23T11:06:45.712Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-23T11:06:45.712Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-23T11:06:45.712Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-23T11:06:45.712Z] xauth [2025-05-23T11:06:45.712Z] 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T11:06:45.712Z] Need to get 31.3 MB of archives. [2025-05-23T11:06:45.712Z] After this operation, 146 MB of additional disk space will be used. [2025-05-23T11:06:45.712Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-23T11:06:45.712Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-23T11:06:45.712Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-23T11:06:45.712Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-23T11:06:45.712Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-23T11:06:45.712Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-23T11:06:45.712Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-23T11:06:45.712Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-23T11:06:45.712Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-23T11:06:45.712Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-23T11:06:45.712Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-23T11:06:45.712Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T11:06:45.712Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-23T11:06:45.712Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-23T11:06:45.712Z] 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-23T11:06:45.712Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-23T11:06:45.712Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-23T11:06:45.712Z] 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-23T11:06:45.712Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-23T11:06:45.712Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-23T11:06:45.712Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [2025-05-23T11:06:45.712Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] [2025-05-23T11:06:45.712Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] [2025-05-23T11:06:45.712Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-23T11:06:45.712Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-23T11:06:45.712Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-23T11:06:45.712Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-23T11:06:45.712Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-23T11:06:45.712Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-23T11:06:45.712Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-23T11:06:45.712Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-23T11:06:45.712Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-23T11:06:45.712Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-23T11:06:45.712Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-23T11:06:45.712Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-23T11:06:45.712Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-23T11:06:45.712Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T11:06:45.712Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T11:06:45.712Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-23T11:06:45.712Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T11:06:45.712Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-23T11:06:45.712Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-23T11:06:45.712Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-23T11:06:45.712Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-23T11:06:45.712Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] [2025-05-23T11:06:45.712Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T11:06:45.712Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-23T11:06:45.712Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-23T11:06:45.712Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T11:06:45.712Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-23T11:06:45.712Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-23T11:06:45.712Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T11:06:45.712Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-23T11:06:45.712Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-23T11:06:45.712Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-23T11:06:45.712Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-23T11:06:45.712Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-23T11:06:45.712Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-23T11:06:45.712Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-23T11:06:45.712Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-23T11:06:45.712Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-23T11:06:45.712Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-23T11:06:45.712Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-23T11:06:45.712Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] [2025-05-23T11:06:45.712Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T11:06:45.712Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-23T11:06:45.712Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-23T11:06:45.712Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-23T11:06:45.712Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-23T11:06:45.712Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T11:06:45.712Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-23T11:06:45.712Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-23T11:06:45.712Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-23T11:06:45.712Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [2025-05-23T11:06:45.712Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-23T11:06:45.712Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T11:06:45.712Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T11:06:45.712Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-23T11:06:45.974Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-23T11:06:45.974Z] Fetched 31.3 MB in 0s (133 MB/s) [2025-05-23T11:06:45.974Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-23T11:06:45.974Z] (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-23T11:06:45.974Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-23T11:06:45.974Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:06:45.974Z] Selecting previously unselected package dmsetup. [2025-05-23T11:06:45.974Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-23T11:06:45.974Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T11:06:46.236Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-23T11:06:46.236Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-23T11:06:46.236Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T11:06:46.236Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-23T11:06:46.236Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-23T11:06:46.236Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-23T11:06:46.236Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-23T11:06:46.236Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-23T11:06:46.236Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:06:46.236Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-23T11:06:46.236Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-23T11:06:46.236Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T11:06:46.498Z] Selecting previously unselected package libkmod2:amd64. [2025-05-23T11:06:46.498Z] Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... [2025-05-23T11:06:46.498Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-23T11:06:46.498Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-23T11:06:46.498Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-23T11:06:46.498Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T11:06:46.498Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-23T11:06:46.498Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-23T11:06:46.498Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T11:06:46.498Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-23T11:06:46.498Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:06:46.498Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:06:46.758Z] Selecting previously unselected package systemd. [2025-05-23T11:06:46.758Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:06:46.758Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T11:06:47.018Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:06:47.018Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-23T11:06:47.279Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T11:06:47.279Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-23T11:06:47.279Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T11:06:47.279Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T11:06:47.279Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:06:47.279Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T11:06:47.279Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:06:47.279Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T11:06:47.279Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T11:06:47.279Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T11:06:47.279Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T11:06:47.279Z] Initializing machine ID from random generator. [2025-05-23T11:06:47.538Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T11:06:47.538Z] Creating group 'systemd-network' with GID 998. [2025-05-23T11:06:47.538Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T11:06:47.538Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T11:06:47.538Z] Selecting previously unselected package systemd-sysv. [2025-05-23T11:06:47.538Z] (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-23T11:06:47.538Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:06:47.800Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:06:47.800Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-23T11:06:47.800Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:06:47.800Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T11:06:47.800Z] Selecting previously unselected package dbus-bin. [2025-05-23T11:06:47.800Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:06:47.800Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:06:47.800Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T11:06:47.800Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:06:47.800Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:06:48.060Z] Selecting previously unselected package libexpat1:amd64. [2025-05-23T11:06:48.060Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-23T11:06:48.060Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T11:06:48.060Z] Selecting previously unselected package dbus-daemon. [2025-05-23T11:06:48.060Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:06:48.060Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:06:48.060Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T11:06:48.060Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:06:48.060Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:06:48.060Z] Selecting previously unselected package dbus. [2025-05-23T11:06:48.060Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:06:48.321Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:06:48.321Z] Selecting previously unselected package perl-modules-5.36. [2025-05-23T11:06:48.321Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-23T11:06:48.321Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T11:06:48.582Z] Selecting previously unselected package libgdbm-compat4:amd64. [2025-05-23T11:06:48.582Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... [2025-05-23T11:06:48.582Z] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [2025-05-23T11:06:48.582Z] Selecting previously unselected package libperl5.36:amd64. [2025-05-23T11:06:48.582Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... [2025-05-23T11:06:48.582Z] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-23T11:06:49.154Z] Selecting previously unselected package perl. [2025-05-23T11:06:49.154Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... [2025-05-23T11:06:49.154Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-23T11:06:49.154Z] Selecting previously unselected package libbsd0:amd64. [2025-05-23T11:06:49.154Z] Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... [2025-05-23T11:06:49.154Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-23T11:06:49.154Z] Selecting previously unselected package libedit2:amd64. [2025-05-23T11:06:49.154Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-23T11:06:49.154Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T11:06:49.414Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-23T11:06:49.415Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-23T11:06:49.415Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T11:06:49.415Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-23T11:06:49.415Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-23T11:06:49.415Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T11:06:49.415Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-23T11:06:49.415Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:06:49.415Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:49.415Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-23T11:06:49.415Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:06:49.415Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:49.674Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-23T11:06:49.674Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-23T11:06:49.674Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T11:06:49.674Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-23T11:06:49.674Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:06:49.674Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:49.674Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-23T11:06:49.674Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:06:49.674Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:49.674Z] Selecting previously unselected package openssh-client. [2025-05-23T11:06:49.674Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T11:06:49.933Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:49.934Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T11:06:49.934Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T11:06:49.934Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:49.934Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-23T11:06:49.934Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-23T11:06:49.934Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T11:06:49.934Z] Selecting previously unselected package procps. [2025-05-23T11:06:50.125Z] Still waiting to schedule task [2025-05-23T11:06:50.125Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-05-23T11:06:50.193Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-23T11:06:50.193Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T11:06:50.193Z] Selecting previously unselected package sensible-utils. [2025-05-23T11:06:50.193Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T11:06:50.193Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:06:50.193Z] Selecting previously unselected package ucf. [2025-05-23T11:06:50.193Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T11:06:50.193Z] Moving old data out of the way [2025-05-23T11:06:50.193Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:06:50.457Z] Selecting previously unselected package runit-helper. [2025-05-23T11:06:50.457Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-23T11:06:50.457Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T11:06:50.457Z] Selecting previously unselected package libtirpc-common. [2025-05-23T11:06:50.457Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T11:06:50.457Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:06:50.457Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-23T11:06:50.457Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-23T11:06:50.457Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T11:06:50.457Z] Selecting previously unselected package libnsl2:amd64. [2025-05-23T11:06:50.457Z] Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... [2025-05-23T11:06:50.457Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-23T11:06:50.457Z] Selecting previously unselected package libwrap0:amd64. [2025-05-23T11:06:50.457Z] Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... [2025-05-23T11:06:50.457Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-23T11:06:50.717Z] Selecting previously unselected package openssh-server. [2025-05-23T11:06:50.717Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T11:06:50.717Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:50.717Z] Selecting previously unselected package less. [2025-05-23T11:06:50.717Z] Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... [2025-05-23T11:06:50.717Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-23T11:06:50.717Z] Selecting previously unselected package krb5-locales. [2025-05-23T11:06:50.717Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T11:06:50.717Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:06:50.978Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-23T11:06:50.978Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:06:50.978Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:06:50.978Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-23T11:06:50.978Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:06:50.978Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:06:51.238Z] Selecting previously unselected package ncurses-term. [2025-05-23T11:06:51.238Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-23T11:06:51.238Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T11:06:51.238Z] Selecting previously unselected package netcat-traditional. [2025-05-23T11:06:51.499Z] Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... [2025-05-23T11:06:51.499Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T11:06:51.499Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T11:06:51.499Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:06:51.499Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:06:51.499Z] Selecting previously unselected package dbus-user-session. [2025-05-23T11:06:51.499Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:06:51.499Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:06:51.499Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-23T11:06:51.499Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-23T11:06:51.499Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T11:06:51.499Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-23T11:06:51.499Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T11:06:51.766Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:06:51.766Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-23T11:06:51.766Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T11:06:51.766Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:06:51.766Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-23T11:06:51.766Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-23T11:06:51.766Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T11:06:51.766Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-23T11:06:51.766Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-23T11:06:51.766Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T11:06:51.766Z] Selecting previously unselected package libpsl5:amd64. [2025-05-23T11:06:51.766Z] Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... [2025-05-23T11:06:51.766Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-23T11:06:51.766Z] Selecting previously unselected package librtmp1:amd64. [2025-05-23T11:06:51.766Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-23T11:06:51.766Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:06:52.027Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-23T11:06:52.027Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-23T11:06:52.027Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T11:06:52.027Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-23T11:06:52.027Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T11:06:52.027Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:06:52.027Z] Selecting previously unselected package liberror-perl. [2025-05-23T11:06:52.027Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-23T11:06:52.027Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-23T11:06:52.027Z] Selecting previously unselected package git-man. [2025-05-23T11:06:52.027Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-23T11:06:52.027Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T11:06:52.295Z] Selecting previously unselected package git. [2025-05-23T11:06:52.295Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... [2025-05-23T11:06:52.295Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-23T11:06:52.561Z] Selecting previously unselected package libldap-common. [2025-05-23T11:06:52.561Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T11:06:52.561Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:06:52.821Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-23T11:06:52.821Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T11:06:52.821Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:06:52.821Z] Selecting previously unselected package libxau6:amd64. [2025-05-23T11:06:52.821Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-23T11:06:52.821Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T11:06:52.821Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-23T11:06:52.821Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-23T11:06:52.821Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T11:06:52.821Z] Selecting previously unselected package libxcb1:amd64. [2025-05-23T11:06:52.821Z] Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... [2025-05-23T11:06:52.821Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-23T11:06:52.821Z] Selecting previously unselected package libx11-data. [2025-05-23T11:06:52.821Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T11:06:52.821Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:06:53.088Z] Selecting previously unselected package libx11-6:amd64. [2025-05-23T11:06:53.088Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-23T11:06:53.088Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:06:53.088Z] Selecting previously unselected package libxext6:amd64. [2025-05-23T11:06:53.088Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-23T11:06:53.088Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T11:06:53.088Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-23T11:06:53.088Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-23T11:06:53.088Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T11:06:53.088Z] Selecting previously unselected package patch. [2025-05-23T11:06:53.088Z] Preparing to unpack .../62-patch_2.7.6-7_amd64.deb ... [2025-05-23T11:06:53.088Z] Unpacking patch (2.7.6-7) ... [2025-05-23T11:06:53.358Z] Selecting previously unselected package psmisc. [2025-05-23T11:06:53.358Z] Preparing to unpack .../63-psmisc_23.6-1_amd64.deb ... [2025-05-23T11:06:53.358Z] Unpacking psmisc (23.6-1) ... [2025-05-23T11:06:53.358Z] Selecting previously unselected package publicsuffix. [2025-05-23T11:06:53.358Z] Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T11:06:53.358Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T11:06:53.358Z] Selecting previously unselected package ssh. [2025-05-23T11:06:53.358Z] Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T11:06:53.358Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:53.358Z] Selecting previously unselected package xauth. [2025-05-23T11:06:53.358Z] Preparing to unpack .../66-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-23T11:06:53.358Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T11:06:53.358Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T11:06:53.358Z] Setting up runit-helper (2.15.2) ... [2025-05-23T11:06:53.358Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:06:53.358Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T11:06:53.619Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T11:06:53.619Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-23T11:06:53.619Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T11:06:53.619Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T11:06:53.619Z] 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-23T11:06:53.619Z] 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-23T11:06:53.619Z] Setting up psmisc (23.6-1) ... [2025-05-23T11:06:53.619Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:06:53.619Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T11:06:53.619Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T11:06:53.619Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:06:53.619Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T11:06:53.619Z] Setting up less (590-2.1~deb12u2) ... [2025-05-23T11:06:53.619Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:06:53.619Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:06:53.619Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:06:53.619Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:53.619Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:06:53.619Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T11:06:53.619Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:06:53.619Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:06:53.619Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T11:06:53.619Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T11:06:53.619Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:06:53.619Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T11:06:53.619Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T11:06:53.878Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:06:53.878Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:06:53.878Z] Setting up patch (2.7.6-7) ... [2025-05-23T11:06:53.878Z] Setting up libgdbm-compat4:amd64 (1.23-3) ... [2025-05-23T11:06:53.878Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:53.878Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:06:53.878Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:06:53.878Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:06:53.878Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T11:06:53.878Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T11:06:53.878Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T11:06:53.878Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:53.878Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:06:54.136Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T11:06:54.136Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-23T11:06:54.136Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T11:06:54.137Z] Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-23T11:06:54.137Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:06:54.137Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T11:06:54.137Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T11:06:54.137Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-23T11:06:54.137Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T11:06:54.137Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:06:54.137Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T11:06:54.137Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-23T11:06:54.137Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:06:54.137Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:06:54.397Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:06:54.397Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:06:54.397Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:06:54.397Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:06:54.397Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:06:54.397Z] debconf: falling back to frontend: Readline [2025-05-23T11:06:54.397Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:06:54.397Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T11:06:54.397Z] debconf: falling back to frontend: Teletype [2025-05-23T11:06:54.397Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:06:54.657Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:06:54.657Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:06:54.657Z] debconf: falling back to frontend: Readline [2025-05-23T11:06:54.657Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:06:54.657Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T11:06:54.657Z] debconf: falling back to frontend: Teletype [2025-05-23T11:06:54.657Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:06:54.657Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T11:06:54.657Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T11:06:54.657Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:54.657Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T11:06:54.657Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:06:54.916Z] Setting up liberror-perl (0.17029-2) ... [2025-05-23T11:06:54.916Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:06:54.916Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-23T11:06:54.916Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T11:06:54.916Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-23T11:06:54.916Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:54.916Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-23T11:06:54.916Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:54.916Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:06:54.916Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:06:54.916Z] debconf: falling back to frontend: Readline [2025-05-23T11:06:54.916Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:06:54.916Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T11:06:54.917Z] debconf: falling back to frontend: Teletype [2025-05-23T11:06:55.177Z] [2025-05-23T11:06:55.177Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T11:06:56.115Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T11:06:56.115Z] 3072 SHA256:5C4+e1htzYKS4Nan+3C52o90AmTdAwUtrh+gq2AUSi4 root@dc26baf4a9d0 (RSA) [2025-05-23T11:06:56.116Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T11:06:56.116Z] 256 SHA256:1ynablV+TLy5v1QX6ntA+rbcv9VyiCPZbq0fPl8f7d0 root@dc26baf4a9d0 (ECDSA) [2025-05-23T11:06:56.116Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T11:06:56.116Z] 256 SHA256:aYa2hBaTOk0aq4ay5ZvSMHsXQcBRug1WeyXnNY5eTF0 root@dc26baf4a9d0 (ED25519) [2025-05-23T11:06:56.116Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:06:56.116Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:06:56.376Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T11:06:56.376Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T11:06:56.376Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:06:56.376Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T11:06:59.667Z] Removing intermediate container dc26baf4a9d0 [2025-05-23T11:06:59.667Z] ---> 3607e2a9c990 [2025-05-23T11:06:59.667Z] Step 7/21 : RUN pip install pybuilder [2025-05-23T11:06:59.667Z] ---> Running in 00250b164829 [2025-05-23T11:07:01.578Z] Collecting pybuilder [2025-05-23T11:07:01.578Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-23T11:07:01.578Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-23T11:07:01.578Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 97.4 MB/s eta 0:00:00 [2025-05-23T11:07:01.578Z] Installing collected packages: pybuilder [2025-05-23T11:07:02.148Z] Successfully installed pybuilder-0.13.15 [2025-05-23T11:07:02.148Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-23T11:07:02.148Z]  [2025-05-23T11:07:02.148Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T11:07:02.148Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T11:07:03.090Z] Removing intermediate container 00250b164829 [2025-05-23T11:07:03.090Z] ---> f5540d8fbbc5 [2025-05-23T11:07:03.090Z] Step 8/21 : RUN pyb install [2025-05-23T11:07:03.090Z] ---> Running in ba0f45046f4e [2025-05-23T11:07:25.038Z] PyBuilder version 0.13.15 [2025-05-23T11:07:25.038Z] Build started at 2025-05-23 11:07:03 [2025-05-23T11:07:25.038Z] ------------------------------------------------------------ [2025-05-23T11:07:25.038Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-23T11:07:25.038Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-23T11:07:25.038Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Building pygsver version 0.1.4 [2025-05-23T11:07:25.038Z] [INFO] Executing build in /code [2025-05-23T11:07:25.038Z] [INFO] Going to execute task install [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-23T11:07:25.038Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-23T11:07:25.038Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-23T11:07:25.038Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T11:07:25.038Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-23T11:07:25.038Z] [INFO] Running unit tests [2025-05-23T11:07:25.038Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,107 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T11:07:25.038Z] ERROR: something bad happened [2025-05-23T11:07:25.038Z] 1.2.3-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,135 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,143 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,160 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,172 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,177 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,186 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,194 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,207 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,208 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,222 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,222 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,222 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,226 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,226 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,226 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,226 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,251 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,257 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,265 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,273 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,309 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,316 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,329 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,335 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:07:25.038Z] 2025-05-23 11:07:22,341 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,341 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,352 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,359 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,371 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,372 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,372 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:07:25.039Z] [INFO] Executed 39 unit tests [2025-05-23T11:07:25.039Z] [INFO] All unit tests passed. [2025-05-23T11:07:25.039Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 [2025-05-23T11:07:25.039Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts [2025-05-23T11:07:25.039Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py [2025-05-23T11:07:25.039Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-23T11:07:25.039Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-23T11:07:25.039Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-23T11:07:25.039Z] [INFO] Running unit tests [2025-05-23T11:07:25.039Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,526 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T11:07:25.039Z] ERROR: something bad happened [2025-05-23T11:07:25.039Z] 1.2.3-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,564 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,577 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,597 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,617 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,626 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,636 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,646 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,657 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,657 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,710 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,720 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,731 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,739 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,783 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,793 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,809 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,817 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,829 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,829 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,844 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,853 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,869 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,869 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,869 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T11:07:25.039Z] 2025-05-23 11:07:23,879 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:07:33.181Z] [INFO] Executed 39 unit tests [2025-05-23T11:07:33.181Z] [INFO] All unit tests passed. [2025-05-23T11:07:33.181Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-23T11:07:33.181Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-23T11:07:33.181Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-23T11:07:33.181Z] [INFO] Overall pygsver coverage is 100% [2025-05-23T11:07:33.181Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-23T11:07:33.181Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-23T11:07:33.181Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 [2025-05-23T11:07:33.181Z] [INFO] Running Twine check for generated artifacts [2025-05-23T11:07:33.181Z] [INFO] Installing project pygsver-0.1.4 [2025-05-23T11:07:33.181Z] ------------------------------------------------------------ [2025-05-23T11:07:33.181Z] BUILD SUCCESSFUL [2025-05-23T11:07:33.181Z] ------------------------------------------------------------ [2025-05-23T11:07:33.181Z] Build Summary [2025-05-23T11:07:33.181Z] Project: pygsver [2025-05-23T11:07:33.181Z] Version: 0.1.4 [2025-05-23T11:07:33.181Z] Base directory: /code [2025-05-23T11:07:33.181Z] Environments: [2025-05-23T11:07:33.181Z] Tasks: prepare [12111 ms] compile_sources [0 ms] run_unit_tests [1254 ms] package [3 ms] run_integration_tests [0 ms] verify [0 ms] coverage [1949 ms] publish [2325 ms] install [6093 ms] [2025-05-23T11:07:33.181Z] Build finished at 2025-05-23 11:07:32 [2025-05-23T11:07:33.181Z] Build took 29 seconds (29272 ms) [2025-05-23T11:07:36.469Z] Removing intermediate container ba0f45046f4e [2025-05-23T11:07:36.469Z] ---> cac34b23c230 [2025-05-23T11:07:36.469Z] Step 9/21 : FROM python:3.13-slim [2025-05-23T11:07:36.469Z] ---> 26fa9b6e2848 [2025-05-23T11:07:36.469Z] Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T11:07:36.469Z] ---> Using cache [2025-05-23T11:07:36.469Z] ---> 5aae4f308342 [2025-05-23T11:07:36.469Z] Step 11/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T11:07:36.469Z] ---> Using cache [2025-05-23T11:07:36.469Z] ---> b7f2a3bdbdf6 [2025-05-23T11:07:36.469Z] Step 12/21 : WORKDIR /opt/pygsver [2025-05-23T11:07:36.469Z] ---> Running in 78c689557935 [2025-05-23T11:07:36.469Z] Removing intermediate container 78c689557935 [2025-05-23T11:07:36.469Z] ---> 597c506641db [2025-05-23T11:07:36.469Z] Step 13/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional curl gosu ca-certificates libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev make gcc [2025-05-23T11:07:36.469Z] ---> Running in 79d3b33e28e1 [2025-05-23T11:07:36.732Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T11:07:36.732Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T11:07:36.732Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T11:07:36.732Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-23T11:07:36.732Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-23T11:07:36.732Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] [2025-05-23T11:07:37.669Z] Fetched 9307 kB in 1s (8340 kB/s) [2025-05-23T11:07:38.239Z] Reading package lists... [2025-05-23T11:07:38.807Z] Reading package lists... [2025-05-23T11:07:38.807Z] Building dependency tree... [2025-05-23T11:07:38.807Z] Reading state information... [2025-05-23T11:07:39.067Z] ca-certificates is already the newest version (20230311). [2025-05-23T11:07:39.067Z] The following additional packages will be installed: [2025-05-23T11:07:39.067Z] binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 dbus dbus-bin [2025-05-23T11:07:39.067Z] dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session [2025-05-23T11:07:39.067Z] dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales [2025-05-23T11:07:39.067Z] libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 [2025-05-23T11:07:39.067Z] libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools [2025-05-23T11:07:39.067Z] libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 [2025-05-23T11:07:39.067Z] libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 [2025-05-23T11:07:39.067Z] libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 [2025-05-23T11:07:39.067Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-23T11:07:39.067Z] libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 [2025-05-23T11:07:39.067Z] libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 [2025-05-23T11:07:39.067Z] libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 [2025-05-23T11:07:39.067Z] liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd [2025-05-23T11:07:39.067Z] libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 [2025-05-23T11:07:39.067Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T11:07:39.067Z] libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev [2025-05-23T11:07:39.067Z] libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data [2025-05-23T11:07:39.067Z] libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 [2025-05-23T11:07:39.067Z] libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client [2025-05-23T11:07:39.067Z] openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto [2025-05-23T11:07:39.067Z] runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-23T11:07:39.067Z] Suggested packages: [2025-05-23T11:07:39.067Z] binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf [2025-05-23T11:07:39.067Z] automake libtool flex bison gdb gcc-doc gcc-12-multilib gcc-12-doc autopoint [2025-05-23T11:07:39.067Z] gettext-doc libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc [2025-05-23T11:07:39.067Z] libgnutls28-dev libidn-dev libkrb5-dev libldap2-dev librtmp-dev [2025-05-23T11:07:39.067Z] libssh2-1-dev pkg-config libgd-tools krb5-doc krb5-user [2025-05-23T11:07:39.067Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T11:07:39.067Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc [2025-05-23T11:07:39.067Z] make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass [2025-05-23T11:07:39.067Z] molly-guard ufw systemd-container systemd-homed systemd-userdbd systemd-boot [2025-05-23T11:07:39.067Z] systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 [2025-05-23T11:07:39.067Z] polkitd | policykit-1 [2025-05-23T11:07:39.636Z] The following NEW packages will be installed: [2025-05-23T11:07:39.636Z] binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 curl dbus [2025-05-23T11:07:39.636Z] dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T11:07:39.636Z] dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 [2025-05-23T11:07:39.636Z] gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 [2025-05-23T11:07:39.636Z] libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 [2025-05-23T11:07:39.636Z] libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev [2025-05-23T11:07:39.636Z] libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 [2025-05-23T11:07:39.636Z] libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 [2025-05-23T11:07:39.636Z] libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 [2025-05-23T11:07:39.636Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-23T11:07:39.636Z] libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 [2025-05-23T11:07:39.636Z] libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 [2025-05-23T11:07:39.636Z] libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 [2025-05-23T11:07:39.636Z] liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd [2025-05-23T11:07:39.636Z] libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 [2025-05-23T11:07:39.636Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T11:07:39.636Z] libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common [2025-05-23T11:07:39.636Z] libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 [2025-05-23T11:07:39.636Z] libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2025-05-23T11:07:39.636Z] libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term [2025-05-23T11:07:39.636Z] netcat-traditional openssh-client openssh-server openssh-sftp-server procps [2025-05-23T11:07:39.636Z] psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd [2025-05-23T11:07:39.636Z] systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev [2025-05-23T11:07:39.636Z] 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T11:07:39.636Z] Need to get 97.1 MB of archives. [2025-05-23T11:07:39.636Z] After this operation, 371 MB of additional disk space will be used. [2025-05-23T11:07:39.636Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-23T11:07:39.636Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-23T11:07:39.636Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-23T11:07:39.636Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-23T11:07:39.636Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-23T11:07:39.636Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-23T11:07:39.636Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-23T11:07:39.636Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-23T11:07:39.636Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-23T11:07:39.636Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-23T11:07:39.636Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-23T11:07:39.636Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T11:07:39.636Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-23T11:07:39.636Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-23T11:07:39.636Z] 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-23T11:07:39.636Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-23T11:07:39.636Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-23T11:07:39.636Z] 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-23T11:07:39.636Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-23T11:07:39.636Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-23T11:07:39.636Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-23T11:07:39.636Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-23T11:07:39.636Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-23T11:07:39.636Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-23T11:07:39.636Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-23T11:07:39.636Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-23T11:07:39.636Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-23T11:07:39.636Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-23T11:07:39.636Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-23T11:07:39.636Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-23T11:07:39.636Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-23T11:07:39.636Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-23T11:07:39.636Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T11:07:39.636Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T11:07:39.636Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-23T11:07:39.636Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T11:07:39.636Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-23T11:07:39.636Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-23T11:07:39.636Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-23T11:07:39.637Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-23T11:07:39.637Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB] [2025-05-23T11:07:39.637Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T11:07:39.637Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-23T11:07:39.637Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-23T11:07:39.637Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.03-2 [1332 kB] [2025-05-23T11:07:39.637Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T11:07:39.637Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-23T11:07:39.637Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-23T11:07:39.637Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] [2025-05-23T11:07:39.637Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] [2025-05-23T11:07:39.637Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] [2025-05-23T11:07:39.637Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] [2025-05-23T11:07:39.637Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] [2025-05-23T11:07:39.637Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] [2025-05-23T11:07:39.637Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] [2025-05-23T11:07:39.637Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] [2025-05-23T11:07:39.637Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] [2025-05-23T11:07:39.637Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] [2025-05-23T11:07:39.637Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] [2025-05-23T11:07:39.637Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14+deb12u1 [9768 kB] [2025-05-23T11:07:39.897Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] [2025-05-23T11:07:39.897Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-23T11:07:39.897Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-23T11:07:39.897Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-23T11:07:39.897Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-23T11:07:39.897Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-23T11:07:39.897Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-23T11:07:39.897Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-23T11:07:39.897Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-23T11:07:39.897Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u12 [391 kB] [2025-05-23T11:07:39.897Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u12 [315 kB] [2025-05-23T11:07:39.897Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T11:07:39.897Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB] [2025-05-23T11:07:39.897Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB] [2025-05-23T11:07:39.897Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14+deb12u1 [41.7 kB] [2025-05-23T11:07:39.897Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14+deb12u1 [116 kB] [2025-05-23T11:07:39.897Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14+deb12u1 [26.1 kB] [2025-05-23T11:07:39.897Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14+deb12u1 [9376 B] [2025-05-23T11:07:39.897Z] Get:79 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14+deb12u1 [2193 kB] [2025-05-23T11:07:39.897Z] Get:80 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14+deb12u1 [969 kB] [2025-05-23T11:07:39.897Z] Get:81 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14+deb12u1 [2197 kB] [2025-05-23T11:07:39.897Z] Get:82 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14+deb12u1 [883 kB] [2025-05-23T11:07:39.897Z] Get:83 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 kB] [2025-05-23T11:07:39.897Z] Get:84 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14+deb12u1 [2437 kB] [2025-05-23T11:07:39.897Z] Get:85 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14+deb12u1 [19.3 MB] [2025-05-23T11:07:39.897Z] Get:86 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] [2025-05-23T11:07:39.897Z] Get:87 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] [2025-05-23T11:07:39.897Z] Get:88 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] [2025-05-23T11:07:39.897Z] Get:89 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB] [2025-05-23T11:07:39.897Z] Get:90 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] [2025-05-23T11:07:39.897Z] Get:91 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB] [2025-05-23T11:07:39.897Z] Get:92 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1+deb12u1 [1851 kB] [2025-05-23T11:07:39.897Z] Get:93 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB] [2025-05-23T11:07:39.897Z] Get:94 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] [2025-05-23T11:07:39.897Z] Get:95 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] [2025-05-23T11:07:39.897Z] Get:96 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB] [2025-05-23T11:07:39.897Z] Get:97 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] [2025-05-23T11:07:39.897Z] Get:98 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] [2025-05-23T11:07:39.897Z] Get:99 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] [2025-05-23T11:07:39.897Z] Get:100 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB] [2025-05-23T11:07:39.897Z] Get:101 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB] [2025-05-23T11:07:39.897Z] Get:102 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB] [2025-05-23T11:07:39.898Z] Get:103 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB] [2025-05-23T11:07:39.898Z] Get:104 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB] [2025-05-23T11:07:39.898Z] Get:105 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] [2025-05-23T11:07:39.898Z] Get:106 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB] [2025-05-23T11:07:39.898Z] Get:107 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1+deb12u1 [215 kB] [2025-05-23T11:07:39.898Z] Get:108 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] [2025-05-23T11:07:39.898Z] Get:109 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] [2025-05-23T11:07:40.157Z] Get:110 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] [2025-05-23T11:07:40.157Z] Get:111 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] [2025-05-23T11:07:40.157Z] Get:112 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u2 [316 kB] [2025-05-23T11:07:40.157Z] Get:113 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-23T11:07:40.157Z] Get:114 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-23T11:07:40.157Z] Get:115 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-23T11:07:40.157Z] Get:116 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T11:07:40.157Z] Get:117 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-23T11:07:40.157Z] Get:118 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB] [2025-05-23T11:07:40.157Z] Get:119 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] [2025-05-23T11:07:40.157Z] Get:120 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-9+deb12u10 [54.7 kB] [2025-05-23T11:07:40.157Z] Get:121 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.137-1 [2139 kB] [2025-05-23T11:07:40.157Z] Get:122 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] [2025-05-23T11:07:40.157Z] Get:123 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] [2025-05-23T11:07:40.157Z] Get:124 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] [2025-05-23T11:07:40.157Z] Get:125 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] [2025-05-23T11:07:40.157Z] Get:126 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB] [2025-05-23T11:07:40.157Z] Get:127 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-23T11:07:40.157Z] Get:128 http://deb.debian.org/debian bookworm/main amd64 libcurl4-gnutls-dev amd64 7.88.1-10+deb12u12 [487 kB] [2025-05-23T11:07:40.157Z] Get:129 http://deb.debian.org/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u1 [150 kB] [2025-05-23T11:07:40.157Z] Get:130 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T11:07:40.157Z] Get:131 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-23T11:07:40.157Z] Get:132 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.16-1~deb12u1 [2440 kB] [2025-05-23T11:07:40.157Z] Get:133 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-23T11:07:40.157Z] Get:134 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-23T11:07:40.157Z] Get:135 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] [2025-05-23T11:07:40.157Z] Get:136 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-2 [2030 kB] [2025-05-23T11:07:40.157Z] Get:137 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-23T11:07:40.157Z] Get:138 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T11:07:40.157Z] Get:139 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T11:07:40.157Z] Get:140 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-23T11:07:40.157Z] Get:141 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] [2025-05-23T11:07:40.157Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-23T11:07:40.417Z] Fetched 97.1 MB in 1s (175 MB/s) [2025-05-23T11:07:40.417Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-23T11:07:40.417Z] (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-23T11:07:40.417Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-23T11:07:40.417Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:07:40.417Z] Selecting previously unselected package dmsetup. [2025-05-23T11:07:40.417Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-23T11:07:40.417Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T11:07:40.417Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-23T11:07:40.417Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-23T11:07:40.417Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T11:07:40.417Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-23T11:07:40.417Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-23T11:07:40.417Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-23T11:07:40.417Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-23T11:07:40.417Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-23T11:07:40.417Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:07:40.676Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-23T11:07:40.676Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-23T11:07:40.676Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T11:07:40.676Z] Selecting previously unselected package libkmod2:amd64. [2025-05-23T11:07:40.676Z] Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... [2025-05-23T11:07:40.676Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-23T11:07:40.676Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-23T11:07:40.676Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-23T11:07:40.676Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T11:07:40.676Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-23T11:07:40.676Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-23T11:07:40.676Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T11:07:40.676Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-23T11:07:40.676Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:07:40.676Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:07:40.936Z] Selecting previously unselected package systemd. [2025-05-23T11:07:40.936Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:07:40.936Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T11:07:41.196Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:07:41.196Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-23T11:07:41.196Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-23T11:07:41.196Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-23T11:07:41.196Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-23T11:07:41.196Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-23T11:07:41.196Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:07:41.196Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-23T11:07:41.196Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:07:41.196Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T11:07:41.196Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T11:07:41.196Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T11:07:41.196Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T11:07:41.196Z] Initializing machine ID from random generator. [2025-05-23T11:07:41.455Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T11:07:41.455Z] Creating group 'systemd-network' with GID 998. [2025-05-23T11:07:41.455Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T11:07:41.455Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T11:07:41.455Z] Selecting previously unselected package systemd-sysv. [2025-05-23T11:07:41.455Z] (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-23T11:07:41.455Z] Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:07:41.455Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:07:41.455Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-23T11:07:41.455Z] Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:07:41.455Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T11:07:41.455Z] Selecting previously unselected package dbus-bin. [2025-05-23T11:07:41.455Z] Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:07:41.455Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:07:41.715Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T11:07:41.715Z] Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:07:41.715Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:07:41.715Z] Selecting previously unselected package libexpat1:amd64. [2025-05-23T11:07:41.715Z] Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-23T11:07:41.715Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T11:07:41.715Z] Selecting previously unselected package dbus-daemon. [2025-05-23T11:07:41.715Z] Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:07:41.715Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:07:41.715Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T11:07:41.715Z] Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:07:41.715Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:07:41.715Z] Selecting previously unselected package dbus. [2025-05-23T11:07:41.715Z] Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:07:41.715Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:07:41.715Z] Selecting previously unselected package libbsd0:amd64. [2025-05-23T11:07:41.715Z] Preparing to unpack .../008-libbsd0_0.11.7-2_amd64.deb ... [2025-05-23T11:07:41.975Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-23T11:07:41.975Z] Selecting previously unselected package libedit2:amd64. [2025-05-23T11:07:41.975Z] Preparing to unpack .../009-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-23T11:07:41.975Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T11:07:41.975Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-23T11:07:41.975Z] Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-23T11:07:41.975Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T11:07:41.975Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-23T11:07:41.975Z] Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-23T11:07:41.975Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T11:07:41.975Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-23T11:07:41.975Z] Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:07:41.975Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:41.975Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-23T11:07:41.975Z] Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:07:41.975Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:42.236Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-23T11:07:42.236Z] Preparing to unpack .../014-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-23T11:07:42.236Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T11:07:42.236Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-23T11:07:42.236Z] Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:07:42.236Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:42.236Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-23T11:07:42.236Z] Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-23T11:07:42.236Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:42.236Z] Selecting previously unselected package openssh-client. [2025-05-23T11:07:42.236Z] Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T11:07:42.236Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:42.495Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T11:07:42.495Z] Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T11:07:42.495Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:42.495Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-23T11:07:42.495Z] Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-23T11:07:42.495Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T11:07:42.495Z] Selecting previously unselected package procps. [2025-05-23T11:07:42.495Z] Preparing to unpack .../020-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-23T11:07:42.495Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T11:07:42.495Z] Selecting previously unselected package sensible-utils. [2025-05-23T11:07:42.495Z] Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T11:07:42.495Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:07:42.755Z] Selecting previously unselected package ucf. [2025-05-23T11:07:42.755Z] Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T11:07:42.755Z] Moving old data out of the way [2025-05-23T11:07:42.755Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:07:42.755Z] Selecting previously unselected package runit-helper. [2025-05-23T11:07:42.755Z] Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... [2025-05-23T11:07:42.755Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T11:07:42.755Z] Selecting previously unselected package libtirpc-common. [2025-05-23T11:07:42.755Z] Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T11:07:42.755Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:07:42.755Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-23T11:07:42.755Z] Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-23T11:07:42.755Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T11:07:42.755Z] Selecting previously unselected package libnsl2:amd64. [2025-05-23T11:07:42.755Z] Preparing to unpack .../026-libnsl2_1.3.0-2_amd64.deb ... [2025-05-23T11:07:42.755Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-23T11:07:42.755Z] Selecting previously unselected package libwrap0:amd64. [2025-05-23T11:07:42.755Z] Preparing to unpack .../027-libwrap0_7.6.q-32_amd64.deb ... [2025-05-23T11:07:42.756Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-23T11:07:43.017Z] Selecting previously unselected package openssh-server. [2025-05-23T11:07:43.017Z] Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-23T11:07:43.017Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:43.017Z] Selecting previously unselected package gettext-base. [2025-05-23T11:07:43.017Z] Preparing to unpack .../029-gettext-base_0.21-12_amd64.deb ... [2025-05-23T11:07:43.017Z] Unpacking gettext-base (0.21-12) ... [2025-05-23T11:07:43.017Z] Selecting previously unselected package krb5-locales. [2025-05-23T11:07:43.017Z] Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T11:07:43.017Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:07:43.017Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-23T11:07:43.017Z] Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:07:43.017Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:07:43.284Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-23T11:07:43.284Z] Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:07:43.284Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:07:43.284Z] Selecting previously unselected package manpages. [2025-05-23T11:07:43.284Z] Preparing to unpack .../033-manpages_6.03-2_all.deb ... [2025-05-23T11:07:43.284Z] Unpacking manpages (6.03-2) ... [2025-05-23T11:07:43.284Z] Selecting previously unselected package ncurses-term. [2025-05-23T11:07:43.284Z] Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... [2025-05-23T11:07:43.284Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T11:07:43.544Z] Selecting previously unselected package netcat-traditional. [2025-05-23T11:07:43.544Z] Preparing to unpack .../035-netcat-traditional_1.10-47_amd64.deb ... [2025-05-23T11:07:43.544Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T11:07:43.544Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T11:07:43.544Z] Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-23T11:07:43.544Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:07:43.803Z] Selecting previously unselected package binutils-common:amd64. [2025-05-23T11:07:43.803Z] Preparing to unpack .../037-binutils-common_2.40-2_amd64.deb ... [2025-05-23T11:07:43.803Z] Unpacking binutils-common:amd64 (2.40-2) ... [2025-05-23T11:07:43.803Z] Selecting previously unselected package libbinutils:amd64. [2025-05-23T11:07:43.803Z] Preparing to unpack .../038-libbinutils_2.40-2_amd64.deb ... [2025-05-23T11:07:43.803Z] Unpacking libbinutils:amd64 (2.40-2) ... [2025-05-23T11:07:44.061Z] Selecting previously unselected package libctf-nobfd0:amd64. [2025-05-23T11:07:44.061Z] Preparing to unpack .../039-libctf-nobfd0_2.40-2_amd64.deb ... [2025-05-23T11:07:44.061Z] Unpacking libctf-nobfd0:amd64 (2.40-2) ... [2025-05-23T11:07:44.061Z] Selecting previously unselected package libctf0:amd64. [2025-05-23T11:07:44.061Z] Preparing to unpack .../040-libctf0_2.40-2_amd64.deb ... [2025-05-23T11:07:44.061Z] Unpacking libctf0:amd64 (2.40-2) ... [2025-05-23T11:07:44.061Z] Selecting previously unselected package libgprofng0:amd64. [2025-05-23T11:07:44.061Z] Preparing to unpack .../041-libgprofng0_2.40-2_amd64.deb ... [2025-05-23T11:07:44.061Z] Unpacking libgprofng0:amd64 (2.40-2) ... [2025-05-23T11:07:44.321Z] Selecting previously unselected package libjansson4:amd64. [2025-05-23T11:07:44.321Z] Preparing to unpack .../042-libjansson4_2.14-2_amd64.deb ... [2025-05-23T11:07:44.321Z] Unpacking libjansson4:amd64 (2.14-2) ... [2025-05-23T11:07:44.321Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2025-05-23T11:07:44.321Z] Preparing to unpack .../043-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... [2025-05-23T11:07:44.321Z] Unpacking binutils-x86-64-linux-gnu (2.40-2) ... [2025-05-23T11:07:44.579Z] Selecting previously unselected package binutils. [2025-05-23T11:07:44.579Z] Preparing to unpack .../044-binutils_2.40-2_amd64.deb ... [2025-05-23T11:07:44.579Z] Unpacking binutils (2.40-2) ... [2025-05-23T11:07:44.579Z] Selecting previously unselected package libisl23:amd64. [2025-05-23T11:07:44.579Z] Preparing to unpack .../045-libisl23_0.25-1.1_amd64.deb ... [2025-05-23T11:07:44.579Z] Unpacking libisl23:amd64 (0.25-1.1) ... [2025-05-23T11:07:44.579Z] Selecting previously unselected package libmpfr6:amd64. [2025-05-23T11:07:44.579Z] Preparing to unpack .../046-libmpfr6_4.2.0-1_amd64.deb ... [2025-05-23T11:07:44.579Z] Unpacking libmpfr6:amd64 (4.2.0-1) ... [2025-05-23T11:07:44.579Z] Selecting previously unselected package libmpc3:amd64. [2025-05-23T11:07:44.579Z] Preparing to unpack .../047-libmpc3_1.3.1-1_amd64.deb ... [2025-05-23T11:07:44.579Z] Unpacking libmpc3:amd64 (1.3.1-1) ... [2025-05-23T11:07:44.837Z] Selecting previously unselected package cpp-12. [2025-05-23T11:07:44.837Z] Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:44.837Z] Unpacking cpp-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:45.405Z] Selecting previously unselected package cpp. [2025-05-23T11:07:45.405Z] Preparing to unpack .../049-cpp_4%3a12.2.0-3_amd64.deb ... [2025-05-23T11:07:45.405Z] Unpacking cpp (4:12.2.0-3) ... [2025-05-23T11:07:45.405Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-23T11:07:45.405Z] Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-23T11:07:45.405Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T11:07:45.405Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-23T11:07:45.405Z] Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T11:07:45.405Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:07:45.405Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-23T11:07:45.405Z] Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T11:07:45.405Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:07:45.665Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-23T11:07:45.665Z] Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-23T11:07:45.665Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T11:07:45.665Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-23T11:07:45.665Z] Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-23T11:07:45.665Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T11:07:45.665Z] Selecting previously unselected package libpsl5:amd64. [2025-05-23T11:07:45.665Z] Preparing to unpack .../055-libpsl5_0.21.2-1_amd64.deb ... [2025-05-23T11:07:45.665Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-23T11:07:45.665Z] Selecting previously unselected package librtmp1:amd64. [2025-05-23T11:07:45.665Z] Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-23T11:07:45.665Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:07:45.665Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-23T11:07:45.665Z] Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-23T11:07:45.665Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T11:07:45.925Z] Selecting previously unselected package libcurl4:amd64. [2025-05-23T11:07:45.925Z] Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T11:07:45.925Z] Unpacking libcurl4:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:07:45.925Z] Selecting previously unselected package curl. [2025-05-23T11:07:45.925Z] Preparing to unpack .../059-curl_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T11:07:45.925Z] Unpacking curl (7.88.1-10+deb12u12) ... [2025-05-23T11:07:45.925Z] Selecting previously unselected package dbus-user-session. [2025-05-23T11:07:45.925Z] Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-23T11:07:45.925Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:07:45.925Z] Selecting previously unselected package fonts-dejavu-core. [2025-05-23T11:07:45.925Z] Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... [2025-05-23T11:07:45.925Z] Unpacking fonts-dejavu-core (2.37-6) ... [2025-05-23T11:07:46.183Z] Selecting previously unselected package fontconfig-config. [2025-05-23T11:07:46.183Z] Preparing to unpack .../062-fontconfig-config_2.14.1-4_amd64.deb ... [2025-05-23T11:07:46.183Z] Unpacking fontconfig-config (2.14.1-4) ... [2025-05-23T11:07:46.183Z] Selecting previously unselected package libcc1-0:amd64. [2025-05-23T11:07:46.183Z] Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.183Z] Unpacking libcc1-0:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.442Z] Selecting previously unselected package libgomp1:amd64. [2025-05-23T11:07:46.442Z] Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.442Z] Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.442Z] Selecting previously unselected package libitm1:amd64. [2025-05-23T11:07:46.442Z] Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.442Z] Unpacking libitm1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.442Z] Selecting previously unselected package libatomic1:amd64. [2025-05-23T11:07:46.442Z] Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.442Z] Unpacking libatomic1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.442Z] Selecting previously unselected package libasan8:amd64. [2025-05-23T11:07:46.442Z] Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.442Z] Unpacking libasan8:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.701Z] Selecting previously unselected package liblsan0:amd64. [2025-05-23T11:07:46.701Z] Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.701Z] Unpacking liblsan0:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.701Z] Selecting previously unselected package libtsan2:amd64. [2025-05-23T11:07:46.701Z] Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.701Z] Unpacking libtsan2:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:46.961Z] Selecting previously unselected package libubsan1:amd64. [2025-05-23T11:07:46.961Z] Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:46.961Z] Unpacking libubsan1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:47.233Z] Selecting previously unselected package libquadmath0:amd64. [2025-05-23T11:07:47.233Z] Preparing to unpack .../071-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:47.233Z] Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:47.233Z] Selecting previously unselected package libgcc-12-dev:amd64. [2025-05-23T11:07:47.233Z] Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:47.233Z] Unpacking libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:47.493Z] Selecting previously unselected package gcc-12. [2025-05-23T11:07:47.493Z] Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_amd64.deb ... [2025-05-23T11:07:47.493Z] Unpacking gcc-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:48.060Z] Selecting previously unselected package gcc. [2025-05-23T11:07:48.061Z] Preparing to unpack .../074-gcc_4%3a12.2.0-3_amd64.deb ... [2025-05-23T11:07:48.061Z] Unpacking gcc (4:12.2.0-3) ... [2025-05-23T11:07:48.320Z] Selecting previously unselected package libicu72:amd64. [2025-05-23T11:07:48.320Z] Preparing to unpack .../075-libicu72_72.1-3_amd64.deb ... [2025-05-23T11:07:48.320Z] Unpacking libicu72:amd64 (72.1-3) ... [2025-05-23T11:07:48.889Z] Selecting previously unselected package libxml2:amd64. [2025-05-23T11:07:48.889Z] Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... [2025-05-23T11:07:48.889Z] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-23T11:07:48.889Z] Selecting previously unselected package gettext. [2025-05-23T11:07:48.889Z] Preparing to unpack .../077-gettext_0.21-12_amd64.deb ... [2025-05-23T11:07:48.889Z] Unpacking gettext (0.21-12) ... [2025-05-23T11:07:48.889Z] Selecting previously unselected package gosu. [2025-05-23T11:07:49.149Z] Preparing to unpack .../078-gosu_1.14-1+b10_amd64.deb ... [2025-05-23T11:07:49.149Z] Unpacking gosu (1.14-1+b10) ... [2025-05-23T11:07:49.149Z] Selecting previously unselected package libabsl20220623:amd64. [2025-05-23T11:07:49.149Z] Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ... [2025-05-23T11:07:49.149Z] Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ... [2025-05-23T11:07:49.149Z] Selecting previously unselected package libaom3:amd64. [2025-05-23T11:07:49.149Z] Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_amd64.deb ... [2025-05-23T11:07:49.149Z] Unpacking libaom3:amd64 (3.6.0-1+deb12u1) ... [2025-05-23T11:07:49.409Z] Selecting previously unselected package libdav1d6:amd64. [2025-05-23T11:07:49.409Z] Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_amd64.deb ... [2025-05-23T11:07:49.409Z] Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ... [2025-05-23T11:07:49.409Z] Selecting previously unselected package libgav1-1:amd64. [2025-05-23T11:07:49.409Z] Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_amd64.deb ... [2025-05-23T11:07:49.409Z] Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... [2025-05-23T11:07:49.668Z] Selecting previously unselected package librav1e0:amd64. [2025-05-23T11:07:49.668Z] Preparing to unpack .../083-librav1e0_0.5.1-6_amd64.deb ... [2025-05-23T11:07:49.668Z] Unpacking librav1e0:amd64 (0.5.1-6) ... [2025-05-23T11:07:49.668Z] Selecting previously unselected package libsvtav1enc1:amd64. [2025-05-23T11:07:49.668Z] Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... [2025-05-23T11:07:49.668Z] Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... [2025-05-23T11:07:49.927Z] Selecting previously unselected package libjpeg62-turbo:amd64. [2025-05-23T11:07:49.927Z] Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... [2025-05-23T11:07:49.927Z] Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... [2025-05-23T11:07:49.927Z] Selecting previously unselected package libyuv0:amd64. [2025-05-23T11:07:49.927Z] Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... [2025-05-23T11:07:49.927Z] Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... [2025-05-23T11:07:49.927Z] Selecting previously unselected package libavif15:amd64. [2025-05-23T11:07:49.927Z] Preparing to unpack .../087-libavif15_0.11.1-1_amd64.deb ... [2025-05-23T11:07:49.927Z] Unpacking libavif15:amd64 (0.11.1-1) ... [2025-05-23T11:07:50.186Z] Selecting previously unselected package libc-dev-bin. [2025-05-23T11:07:50.186Z] Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_amd64.deb ... [2025-05-23T11:07:50.186Z] Unpacking libc-dev-bin (2.36-9+deb12u10) ... [2025-05-23T11:07:50.186Z] Selecting previously unselected package libpng16-16:amd64. [2025-05-23T11:07:50.186Z] Preparing to unpack .../089-libpng16-16_1.6.39-2_amd64.deb ... [2025-05-23T11:07:50.186Z] Unpacking libpng16-16:amd64 (1.6.39-2) ... [2025-05-23T11:07:50.186Z] Selecting previously unselected package libfreetype6:amd64. [2025-05-23T11:07:50.186Z] Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ... [2025-05-23T11:07:50.186Z] Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-23T11:07:50.186Z] Selecting previously unselected package libfontconfig1:amd64. [2025-05-23T11:07:50.186Z] Preparing to unpack .../091-libfontconfig1_2.14.1-4_amd64.deb ... [2025-05-23T11:07:50.186Z] Unpacking libfontconfig1:amd64 (2.14.1-4) ... [2025-05-23T11:07:50.186Z] Selecting previously unselected package libde265-0:amd64. [2025-05-23T11:07:50.186Z] Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_amd64.deb ... [2025-05-23T11:07:50.186Z] Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ... [2025-05-23T11:07:50.445Z] Selecting previously unselected package libnuma1:amd64. [2025-05-23T11:07:50.445Z] Preparing to unpack .../093-libnuma1_2.0.16-1_amd64.deb ... [2025-05-23T11:07:50.445Z] Unpacking libnuma1:amd64 (2.0.16-1) ... [2025-05-23T11:07:50.445Z] Selecting previously unselected package libx265-199:amd64. [2025-05-23T11:07:50.445Z] Preparing to unpack .../094-libx265-199_3.5-2+b1_amd64.deb ... [2025-05-23T11:07:50.445Z] Unpacking libx265-199:amd64 (3.5-2+b1) ... [2025-05-23T11:07:50.445Z] Selecting previously unselected package libheif1:amd64. [2025-05-23T11:07:50.445Z] Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_amd64.deb ... [2025-05-23T11:07:50.445Z] Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ... [2025-05-23T11:07:50.703Z] Selecting previously unselected package libdeflate0:amd64. [2025-05-23T11:07:50.703Z] Preparing to unpack .../096-libdeflate0_1.14-1_amd64.deb ... [2025-05-23T11:07:50.703Z] Unpacking libdeflate0:amd64 (1.14-1) ... [2025-05-23T11:07:50.703Z] Selecting previously unselected package libjbig0:amd64. [2025-05-23T11:07:50.703Z] Preparing to unpack .../097-libjbig0_2.1-6.1_amd64.deb ... [2025-05-23T11:07:50.703Z] Unpacking libjbig0:amd64 (2.1-6.1) ... [2025-05-23T11:07:50.703Z] Selecting previously unselected package liblerc4:amd64. [2025-05-23T11:07:50.703Z] Preparing to unpack .../098-liblerc4_4.0.0+ds-2_amd64.deb ... [2025-05-23T11:07:50.703Z] Unpacking liblerc4:amd64 (4.0.0+ds-2) ... [2025-05-23T11:07:50.703Z] Selecting previously unselected package libwebp7:amd64. [2025-05-23T11:07:50.703Z] Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... [2025-05-23T11:07:50.703Z] Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... [2025-05-23T11:07:50.963Z] Selecting previously unselected package libtiff6:amd64. [2025-05-23T11:07:50.963Z] Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_amd64.deb ... [2025-05-23T11:07:50.963Z] Unpacking libtiff6:amd64 (4.5.0-6+deb12u2) ... [2025-05-23T11:07:50.963Z] Selecting previously unselected package libxau6:amd64. [2025-05-23T11:07:50.963Z] Preparing to unpack .../101-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-23T11:07:50.963Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T11:07:50.963Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-23T11:07:50.963Z] Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-23T11:07:50.963Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T11:07:50.963Z] Selecting previously unselected package libxcb1:amd64. [2025-05-23T11:07:50.963Z] Preparing to unpack .../103-libxcb1_1.15-1_amd64.deb ... [2025-05-23T11:07:50.963Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-23T11:07:50.963Z] Selecting previously unselected package libx11-data. [2025-05-23T11:07:50.963Z] Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T11:07:50.963Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:07:51.224Z] Selecting previously unselected package libx11-6:amd64. [2025-05-23T11:07:51.224Z] Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-23T11:07:51.224Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:07:51.224Z] Selecting previously unselected package libxpm4:amd64. [2025-05-23T11:07:51.224Z] Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ... [2025-05-23T11:07:51.224Z] Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... [2025-05-23T11:07:51.224Z] Selecting previously unselected package libgd3:amd64. [2025-05-23T11:07:51.224Z] Preparing to unpack .../107-libgd3_2.3.3-9_amd64.deb ... [2025-05-23T11:07:51.224Z] Unpacking libgd3:amd64 (2.3.3-9) ... [2025-05-23T11:07:51.483Z] Selecting previously unselected package libc-devtools. [2025-05-23T11:07:51.483Z] Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_amd64.deb ... [2025-05-23T11:07:51.483Z] Unpacking libc-devtools (2.36-9+deb12u10) ... [2025-05-23T11:07:51.483Z] Selecting previously unselected package linux-libc-dev:amd64. [2025-05-23T11:07:51.483Z] Preparing to unpack .../109-linux-libc-dev_6.1.137-1_amd64.deb ... [2025-05-23T11:07:51.483Z] Unpacking linux-libc-dev:amd64 (6.1.137-1) ... [2025-05-23T11:07:51.483Z] Selecting previously unselected package libcrypt-dev:amd64. [2025-05-23T11:07:51.483Z] Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... [2025-05-23T11:07:51.483Z] Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... [2025-05-23T11:07:51.742Z] Selecting previously unselected package libtirpc-dev:amd64. [2025-05-23T11:07:51.742Z] Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_amd64.deb ... [2025-05-23T11:07:51.742Z] Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... [2025-05-23T11:07:51.742Z] Selecting previously unselected package libnsl-dev:amd64. [2025-05-23T11:07:51.742Z] Preparing to unpack .../112-libnsl-dev_1.3.0-2_amd64.deb ... [2025-05-23T11:07:51.742Z] Unpacking libnsl-dev:amd64 (1.3.0-2) ... [2025-05-23T11:07:51.742Z] Selecting previously unselected package rpcsvc-proto. [2025-05-23T11:07:51.742Z] Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_amd64.deb ... [2025-05-23T11:07:51.742Z] Unpacking rpcsvc-proto (1.4.3-1) ... [2025-05-23T11:07:51.742Z] Selecting previously unselected package libc6-dev:amd64. [2025-05-23T11:07:51.742Z] Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_amd64.deb ... [2025-05-23T11:07:51.742Z] Unpacking libc6-dev:amd64 (2.36-9+deb12u10) ... [2025-05-23T11:07:52.001Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-23T11:07:52.001Z] Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T11:07:52.001Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:07:52.001Z] Selecting previously unselected package libcurl4-gnutls-dev:amd64. [2025-05-23T11:07:52.001Z] Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_amd64.deb ... [2025-05-23T11:07:52.002Z] Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:07:52.260Z] Selecting previously unselected package libexpat1-dev:amd64. [2025-05-23T11:07:52.260Z] Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_amd64.deb ... [2025-05-23T11:07:52.260Z] Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T11:07:52.260Z] Selecting previously unselected package libldap-common. [2025-05-23T11:07:52.260Z] Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T11:07:52.260Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:07:52.260Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-23T11:07:52.260Z] Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-23T11:07:52.260Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:07:52.260Z] Selecting previously unselected package libssl-dev:amd64. [2025-05-23T11:07:52.260Z] Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_amd64.deb ... [2025-05-23T11:07:52.260Z] Unpacking libssl-dev:amd64 (3.0.16-1~deb12u1) ... [2025-05-23T11:07:52.519Z] Selecting previously unselected package libxext6:amd64. [2025-05-23T11:07:52.519Z] Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-23T11:07:52.519Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T11:07:52.519Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-23T11:07:52.519Z] Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-23T11:07:52.519Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T11:07:52.778Z] Selecting previously unselected package make. [2025-05-23T11:07:52.778Z] Preparing to unpack .../123-make_4.3-4.1_amd64.deb ... [2025-05-23T11:07:52.778Z] Unpacking make (4.3-4.1) ... [2025-05-23T11:07:52.778Z] Selecting previously unselected package manpages-dev. [2025-05-23T11:07:52.778Z] Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... [2025-05-23T11:07:52.778Z] Unpacking manpages-dev (6.03-2) ... [2025-05-23T11:07:53.038Z] Selecting previously unselected package psmisc. [2025-05-23T11:07:53.038Z] Preparing to unpack .../125-psmisc_23.6-1_amd64.deb ... [2025-05-23T11:07:53.038Z] Unpacking psmisc (23.6-1) ... [2025-05-23T11:07:53.038Z] Selecting previously unselected package publicsuffix. [2025-05-23T11:07:53.038Z] Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T11:07:53.038Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T11:07:53.038Z] Selecting previously unselected package ssh. [2025-05-23T11:07:53.298Z] Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T11:07:53.298Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:53.298Z] Selecting previously unselected package xauth. [2025-05-23T11:07:53.298Z] Preparing to unpack .../128-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-23T11:07:53.298Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T11:07:53.298Z] Selecting previously unselected package zlib1g-dev:amd64. [2025-05-23T11:07:53.298Z] Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... [2025-05-23T11:07:53.298Z] Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... [2025-05-23T11:07:53.298Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T11:07:53.298Z] Setting up runit-helper (2.15.2) ... [2025-05-23T11:07:53.298Z] Setting up libaom3:amd64 (3.6.0-1+deb12u1) ... [2025-05-23T11:07:53.298Z] Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ... [2025-05-23T11:07:53.298Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:07:53.298Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-23T11:07:53.298Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-23T11:07:53.298Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-23T11:07:53.298Z] Setting up libicu72:amd64 (72.1-3) ... [2025-05-23T11:07:53.298Z] Setting up liblerc4:amd64 (4.0.0+ds-2) ... [2025-05-23T11:07:53.298Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T11:07:53.298Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T11:07:53.298Z] 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-23T11:07:53.298Z] 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-23T11:07:53.298Z] Setting up psmisc (23.6-1) ... [2025-05-23T11:07:53.632Z] Setting up manpages (6.03-2) ... [2025-05-23T11:07:53.632Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:07:53.632Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-23T11:07:53.632Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-23T11:07:53.632Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:07:53.632Z] Setting up binutils-common:amd64 (2.40-2) ... [2025-05-23T11:07:53.632Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-23T11:07:53.633Z] Setting up libdeflate0:amd64 (1.14-1) ... [2025-05-23T11:07:53.633Z] Setting up linux-libc-dev:amd64 (6.1.137-1) ... [2025-05-23T11:07:53.633Z] Setting up libctf-nobfd0:amd64 (2.40-2) ... [2025-05-23T11:07:53.633Z] Setting up gettext-base (0.21-12) ... [2025-05-23T11:07:53.633Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:07:53.633Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:07:53.633Z] Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... [2025-05-23T11:07:53.633Z] Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:53.633Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:07:53.633Z] Setting up libjbig0:amd64 (2.1-6.1) ... [2025-05-23T11:07:53.633Z] Setting up librav1e0:amd64 (0.5.1-6) ... [2025-05-23T11:07:53.633Z] Setting up libjansson4:amd64 (2.14-2) ... [2025-05-23T11:07:53.633Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:53.633Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:07:53.633Z] Setting up rpcsvc-proto (1.4.3-1) ... [2025-05-23T11:07:53.633Z] Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... [2025-05-23T11:07:53.633Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:07:53.633Z] Setting up make (4.3-4.1) ... [2025-05-23T11:07:53.633Z] Setting up libmpfr6:amd64 (4.2.0-1) ... [2025-05-23T11:07:53.633Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:07:53.633Z] Setting up gosu (1.14-1+b10) ... [2025-05-23T11:07:53.633Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-23T11:07:53.633Z] Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:53.633Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-23T11:07:53.633Z] Setting up libssl-dev:amd64 (3.0.16-1~deb12u1) ... [2025-05-23T11:07:53.633Z] Setting up libpng16-16:amd64 (1.6.39-2) ... [2025-05-23T11:07:53.633Z] Setting up libmpc3:amd64 (1.3.1-1) ... [2025-05-23T11:07:53.633Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:07:53.892Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T11:07:53.892Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T11:07:53.892Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:07:53.892Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:07:53.892Z] Setting up libatomic1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:53.892Z] Setting up fonts-dejavu-core (2.37-6) ... [2025-05-23T11:07:53.892Z] Setting up libgav1-1:amd64 (0.18.0-1+b1) ... [2025-05-23T11:07:53.892Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:53.892Z] Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ... [2025-05-23T11:07:53.892Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-23T11:07:53.892Z] Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... [2025-05-23T11:07:54.151Z] Setting up libubsan1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.152Z] Setting up libnuma1:amd64 (2.0.16-1) ... [2025-05-23T11:07:54.152Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:07:54.152Z] Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... [2025-05-23T11:07:54.410Z] Setting up libtiff6:amd64 (4.5.0-6+deb12u2) ... [2025-05-23T11:07:54.410Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:07:54.410Z] Setting up libasan8:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.410Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T11:07:54.410Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-23T11:07:54.410Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:54.410Z] Setting up libtsan2:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.410Z] Setting up libbinutils:amd64 (2.40-2) ... [2025-05-23T11:07:54.410Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-23T11:07:54.669Z] Setting up libisl23:amd64 (0.25-1.1) ... [2025-05-23T11:07:54.669Z] Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ... [2025-05-23T11:07:54.669Z] Setting up libc-dev-bin (2.36-9+deb12u10) ... [2025-05-23T11:07:54.669Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-23T11:07:54.669Z] Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... [2025-05-23T11:07:54.669Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T11:07:54.669Z] Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up libcc1-0:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up liblsan0:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up libitm1:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T11:07:54.669Z] Setting up libctf0:amd64 (2.40-2) ... [2025-05-23T11:07:54.669Z] Setting up manpages-dev (6.03-2) ... [2025-05-23T11:07:54.669Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-23T11:07:54.669Z] Setting up cpp-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:54.669Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-23T11:07:54.669Z] Setting up gettext (0.21-12) ... [2025-05-23T11:07:54.669Z] Setting up libavif15:amd64 (0.11.1-1) ... [2025-05-23T11:07:54.669Z] Setting up fontconfig-config (2.14.1-4) ... [2025-05-23T11:07:54.930Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:07:54.930Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:07:54.930Z] debconf: falling back to frontend: Readline [2025-05-23T11:07:54.930Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:07:54.930Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:07:54.930Z] debconf: falling back to frontend: Teletype [2025-05-23T11:07:54.930Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-23T11:07:54.930Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:07:54.930Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-23T11:07:54.930Z] Setting up libgprofng0:amd64 (2.40-2) ... [2025-05-23T11:07:54.930Z] Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-23T11:07:55.191Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:07:55.191Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:07:55.191Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:07:55.191Z] Setting up libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:55.191Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-23T11:07:55.191Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:07:55.191Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:07:55.191Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:07:55.191Z] debconf: falling back to frontend: Readline [2025-05-23T11:07:55.191Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:07:55.191Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:07:55.191Z] debconf: falling back to frontend: Teletype [2025-05-23T11:07:55.191Z] Setting up libx265-199:amd64 (3.5-2+b1) ... [2025-05-23T11:07:55.191Z] Setting up cpp (4:12.2.0-3) ... [2025-05-23T11:07:55.191Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-23T11:07:55.452Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:07:55.452Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:07:55.452Z] debconf: falling back to frontend: Readline [2025-05-23T11:07:55.452Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:07:55.452Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:07:55.452Z] debconf: falling back to frontend: Teletype [2025-05-23T11:07:55.452Z] Setting up libcurl4:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:07:55.452Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:07:55.452Z] Setting up curl (7.88.1-10+deb12u12) ... [2025-05-23T11:07:55.452Z] Setting up libfontconfig1:amd64 (2.14.1-4) ... [2025-05-23T11:07:55.452Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-23T11:07:55.452Z] Setting up binutils-x86-64-linux-gnu (2.40-2) ... [2025-05-23T11:07:55.452Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-23T11:07:55.452Z] Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... [2025-05-23T11:07:55.452Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:55.452Z] Setting up libheif1:amd64 (1.15.1-1+deb12u1) ... [2025-05-23T11:07:55.452Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-23T11:07:55.713Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:07:55.713Z] Setting up binutils (2.40-2) ... [2025-05-23T11:07:55.713Z] Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... [2025-05-23T11:07:55.713Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:07:55.713Z] Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... [2025-05-23T11:07:55.713Z] Setting up gcc-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:07:55.713Z] Setting up libgd3:amd64 (2.3.3-9) ... [2025-05-23T11:07:55.713Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T11:07:55.713Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-23T11:07:55.713Z] Setting up libc-devtools (2.36-9+deb12u10) ... [2025-05-23T11:07:55.713Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:55.713Z] Setting up gcc (4:12.2.0-3) ... [2025-05-23T11:07:55.713Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-23T11:07:55.713Z] Setting up libnsl-dev:amd64 (1.3.0-2) ... [2025-05-23T11:07:55.713Z] Setting up libc6-dev:amd64 (2.36-9+deb12u10) ... [2025-05-23T11:07:55.713Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:55.713Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:07:55.713Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:07:55.713Z] debconf: falling back to frontend: Readline [2025-05-23T11:07:55.713Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:07:55.713Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:07:55.713Z] debconf: falling back to frontend: Teletype [2025-05-23T11:07:55.973Z] [2025-05-23T11:07:55.973Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T11:07:56.232Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T11:07:56.232Z] 3072 SHA256:DELkf2x+uLvdOTP6svxQsGNawogHNNDmzx9dWEiQkH0 root@79d3b33e28e1 (RSA) [2025-05-23T11:07:56.232Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T11:07:56.232Z] 256 SHA256:A2Eq8+fpsG3YGGlaDdH98aNd4l24xyR1wi+R0ok4v0Q root@79d3b33e28e1 (ECDSA) [2025-05-23T11:07:56.232Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T11:07:56.232Z] 256 SHA256:AJnpv2NXGRrn8cSVHBc4TGBGtJUN5NhnIst9swkMBss root@79d3b33e28e1 (ED25519) [2025-05-23T11:07:56.232Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:07:56.232Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:07:56.493Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T11:07:56.493Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T11:07:56.493Z] Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... [2025-05-23T11:07:56.493Z] Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... [2025-05-23T11:07:56.493Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:07:56.493Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T11:08:01.774Z] Removing intermediate container 79d3b33e28e1 [2025-05-23T11:08:01.774Z] ---> 5e38acf8752d [2025-05-23T11:08:01.774Z] Step 14/21 : RUN curl -LO https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.1.tar.gz && tar -xzf git-2.31.1.tar.gz && cd git-2.31.1 && make prefix=/usr/local all && make prefix=/usr/local install && cd .. && rm -rf git-2.31.1 git-2.31.1.tar.gz [2025-05-23T11:08:01.774Z] ---> Running in d38e98818adf [2025-05-23T11:08:02.125Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-23T11:08:02.125Z] Dload Upload Total Spent Left Speed [2025-05-23T11:08:02.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9890k 100 9890k 0 0 43.5M 0 --:--:-- --:--:-- --:--:-- 43.7M [2025-05-23T11:08:02.649Z] GIT_VERSION = 2.31.1 [2025-05-23T11:08:02.649Z]  * new build flags [2025-05-23T11:08:02.649Z]  CC fuzz-commit-graph.o [2025-05-23T11:08:02.906Z] CC fuzz-pack-headers.o [2025-05-23T11:08:02.906Z] CC fuzz-pack-idx.o [2025-05-23T11:08:03.164Z] CC daemon.o [2025-05-23T11:08:03.731Z]  * new link flags [2025-05-23T11:08:03.731Z]  CC common-main.o [2025-05-23T11:08:03.731Z] CC abspath.o [2025-05-23T11:08:03.991Z] CC add-interactive.o [2025-05-23T11:08:04.560Z] CC add-patch.o [2025-05-23T11:08:05.128Z] CC advice.o [2025-05-23T11:08:05.388Z] CC alias.o [2025-05-23T11:08:05.647Z] CC alloc.o [2025-05-23T11:08:05.905Z] CC apply.o [2025-05-23T11:08:07.808Z] CC archive-tar.o [2025-05-23T11:08:07.808Z] CC archive-zip.o [2025-05-23T11:08:08.378Z] CC archive.o [2025-05-23T11:08:08.637Z]  * new prefix flags [2025-05-23T11:08:08.637Z]  CC attr.o [2025-05-23T11:08:09.206Z] CC base85.o [2025-05-23T11:08:09.206Z] CC bisect.o [2025-05-23T11:08:09.774Z] CC blame.o [2025-05-23T11:08:10.713Z] CC blob.o [2025-05-23T11:08:10.713Z] CC bloom.o [2025-05-23T11:08:10.980Z] CC branch.o [2025-05-23T11:08:11.238Z] CC bulk-checkin.o [2025-05-23T11:08:11.498Z] CC bundle.o [2025-05-23T11:08:11.757Z] CC cache-tree.o [2025-05-23T11:08:12.325Z] CC chdir-notify.o [2025-05-23T11:08:12.325Z] CC checkout.o [2025-05-23T11:08:12.584Z] CC chunk-format.o [2025-05-23T11:08:12.844Z] CC color.o [2025-05-23T11:08:13.104Z] CC column.o [2025-05-23T11:08:13.364Z] CC combine-diff.o [2025-05-23T11:08:14.301Z] CC commit-graph.o [2025-05-23T11:08:15.239Z] CC commit-reach.o [2025-05-23T11:08:15.499Z] CC commit.o [2025-05-23T11:08:16.433Z] CC compat/obstack.o [2025-05-23T11:08:16.433Z] CC compat/terminal.o [2025-05-23T11:08:16.695Z] CC config.o [2025-05-23T11:08:18.070Z] CC connect.o [2025-05-23T11:08:18.329Z] CC connected.o [2025-05-23T11:08:18.329Z] CC convert.o [2025-05-23T11:08:19.264Z] CC copy.o [2025-05-23T11:08:19.264Z] CC credential.o [2025-05-23T11:08:19.523Z] CC csum-file.o [2025-05-23T11:08:19.784Z] CC ctype.o [2025-05-23T11:08:19.784Z] CC date.o [2025-05-23T11:08:20.349Z] CC decorate.o [2025-05-23T11:08:20.606Z] CC delta-islands.o [2025-05-23T11:08:21.172Z] CC diff-delta.o [2025-05-23T11:08:21.430Z] CC diff-merges.o [2025-05-23T11:08:21.430Z] CC diff-lib.o [2025-05-23T11:08:22.011Z] CC diff-no-index.o [2025-05-23T11:08:22.011Z] CC diff.o [2025-05-23T11:08:25.299Z] CC diffcore-break.o [2025-05-23T11:08:25.299Z] CC diffcore-delta.o [2025-05-23T11:08:25.299Z] CC diffcore-order.o [2025-05-23T11:08:25.558Z] CC diffcore-pickaxe.o [2025-05-23T11:08:25.818Z] CC diffcore-rename.o [2025-05-23T11:08:26.077Z] CC diffcore-rotate.o [2025-05-23T11:08:26.335Z] CC dir-iterator.o [2025-05-23T11:08:26.335Z] CC dir.o [2025-05-23T11:08:27.714Z] CC editor.o [2025-05-23T11:08:27.714Z] CC entry.o [2025-05-23T11:08:27.975Z] CC environment.o [2025-05-23T11:08:28.233Z] CC ewah/bitmap.o [2025-05-23T11:08:28.494Z] CC ewah/ewah_bitmap.o [2025-05-23T11:08:28.754Z] CC ewah/ewah_io.o [2025-05-23T11:08:29.013Z] CC ewah/ewah_rlw.o [2025-05-23T11:08:29.013Z] CC exec-cmd.o [2025-05-23T11:08:29.271Z] CC fetch-negotiator.o [2025-05-23T11:08:29.271Z] CC fetch-pack.o [2025-05-23T11:08:30.203Z] CC fmt-merge-msg.o [2025-05-23T11:08:30.461Z] CC fsck.o [2025-05-23T11:08:31.395Z] CC fsmonitor.o [2025-05-23T11:08:31.395Z] CC gettext.o [2025-05-23T11:08:31.653Z] CC gpg-interface.o [2025-05-23T11:08:31.911Z] CC graph.o [2025-05-23T11:08:32.169Z] CC grep.o [2025-05-23T11:08:33.104Z] CC hash-lookup.o [2025-05-23T11:08:33.104Z] CC hashmap.o [2025-05-23T11:08:33.362Z] GEN command-list.h [2025-05-23T11:08:33.927Z] CC help.o [2025-05-23T11:08:34.491Z] CC hex.o [2025-05-23T11:08:34.749Z] CC ident.o [2025-05-23T11:08:35.007Z] CC json-writer.o [2025-05-23T11:08:35.070Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2122 in /w/workspace/edgexfoundry_git-semver_PR-76 [Pipeline] { [Pipeline] checkout [2025-05-23T11:08:35.265Z] CC kwset.o [2025-05-23T11:08:35.832Z] CC levenshtein.o [2025-05-23T11:08:36.090Z] CC line-log.o [2025-05-23T11:08:36.656Z] CC line-range.o [2025-05-23T11:08:36.656Z] CC linear-assignment.o [2025-05-23T11:08:36.913Z] CC list-objects-filter-options.o [2025-05-23T11:08:37.171Z] CC list-objects-filter.o [2025-05-23T11:08:37.431Z] CC list-objects.o [2025-05-23T11:08:37.689Z] CC ll-merge.o [2025-05-23T11:08:37.947Z] CC lockfile.o [2025-05-23T11:08:38.167Z] Selected Git installation does not exist. Using Default [2025-05-23T11:08:38.168Z] The recommended git tool is: NONE [2025-05-23T11:08:38.205Z] CC log-tree.o [2025-05-23T11:08:38.772Z] CC ls-refs.o [2025-05-23T11:08:38.772Z] CC mailinfo.o [2025-05-23T11:08:39.338Z] CC mailmap.o [2025-05-23T11:08:39.596Z] CC match-trees.o [2025-05-23T11:08:39.854Z] CC mem-pool.o [2025-05-23T11:08:39.854Z] CC merge-blobs.o [2025-05-23T11:08:40.112Z] CC merge-ort.o [2025-05-23T11:08:41.047Z] CC merge-ort-wrappers.o [2025-05-23T11:08:41.306Z] CC merge-recursive.o [2025-05-23T11:08:42.682Z] CC merge.o [2025-05-23T11:08:42.682Z] CC mergesort.o [2025-05-23T11:08:42.682Z] CC midx.o [2025-05-23T11:08:42.919Z] using credential edgex-jenkins-ssh [2025-05-23T11:08:42.943Z] Cloning the remote Git repository [2025-05-23T11:08:42.985Z] Cloning repository git@github.com:edgexfoundry/git-semver.git [2025-05-23T11:08:43.070Z] > git init /w/workspace/edgexfoundry_git-semver_PR-76 # timeout=10 [2025-05-23T11:08:43.266Z] CC name-hash.o [2025-05-23T11:08:43.524Z] CC negotiator/default.o [2025-05-23T11:08:43.783Z] CC negotiator/noop.o [2025-05-23T11:08:44.041Z] CC negotiator/skipping.o [2025-05-23T11:08:44.041Z] CC notes-cache.o [2025-05-23T11:08:44.301Z] CC notes-merge.o [2025-05-23T11:08:43.206Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-23T11:08:43.207Z] > git --version # timeout=10 [2025-05-23T11:08:43.228Z] > git --version # 'git version 2.25.1' [2025-05-23T11:08:43.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-23T11:08:43.366Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-23T11:08:43.984Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-23T11:08:44.013Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-23T11:08:44.866Z] CC notes-utils.o [2025-05-23T11:08:44.866Z] CC notes.o [2025-05-23T11:08:45.430Z] CC object-file.o [2025-05-23T11:08:45.562Z] Merging remotes/origin/main commit 2f807f817482b20fd449fccd171f6d664adfae4f into PR head commit 778ad286d77c0099cacf3756caaf600d52afaeb4 [2025-05-23T11:08:44.873Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-23T11:08:44.967Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-23T11:08:44.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-23T11:08:45.018Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/pull/76/head:refs/remotes/origin/PR-76 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2025-05-23T11:08:45.584Z] > git config core.sparsecheckout # timeout=10 [2025-05-23T11:08:45.845Z] Merge succeeded, producing 778ad286d77c0099cacf3756caaf600d52afaeb4 [2025-05-23T11:08:45.845Z] Checking out Revision 778ad286d77c0099cacf3756caaf600d52afaeb4 (PR-76) [2025-05-23T11:08:46.363Z] CC object-name.o [2025-05-23T11:08:46.928Z] CC object.o [2025-05-23T11:08:45.670Z] > git checkout -f 778ad286d77c0099cacf3756caaf600d52afaeb4 # timeout=10 [2025-05-23T11:08:45.748Z] > git remote # timeout=10 [2025-05-23T11:08:45.767Z] > git config --get remote.origin.url # timeout=10 [2025-05-23T11:08:45.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-23T11:08:45.809Z] > git merge 2f807f817482b20fd449fccd171f6d664adfae4f # timeout=10 [2025-05-23T11:08:45.831Z] > git rev-parse HEAD^{commit} # timeout=10 [2025-05-23T11:08:45.854Z] > git config core.sparsecheckout # timeout=10 [2025-05-23T11:08:45.865Z] > git checkout -f 778ad286d77c0099cacf3756caaf600d52afaeb4 # timeout=10 [2025-05-23T11:08:47.188Z] CC oid-array.o [2025-05-23T11:08:47.447Z] CC oidmap.o [2025-05-23T11:08:47.706Z] CC oidset.o [2025-05-23T11:08:47.965Z] CC pack-bitmap-write.o [2025-05-23T11:08:48.223Z] CC pack-bitmap.o [2025-05-23T11:08:48.792Z] CC pack-check.o [2025-05-23T11:08:49.050Z] CC pack-objects.o [2025-05-23T11:08:49.310Z] CC pack-revindex.o [2025-05-23T11:08:49.425Z] Commit message: "fix: use git version 2.31.1" [2025-05-23T11:08:49.484Z] > git --version # timeout=10 [2025-05-23T11:08:49.495Z] > git --version # 'git version 2.25.1' [2025-05-23T11:08:49.509Z] fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-23T11:08:49.570Z] CC pack-write.o [2025-05-23T11:08:49.828Z] CC packfile.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2025-05-23T11:08:50.761Z] CC pager.o [2025-05-23T11:08:50.761Z] CC parse-options-cb.o [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-23T11:08:51.020Z] CC parse-options.o [2025-05-23T11:08:51.449Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-23T11:08:51.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-23T11:08:51.449Z] Dload Upload Total Spent Left Speed [2025-05-23T11:08:51.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 82761 0 --:--:-- --:--:-- --:--:-- 82761 [Pipeline] sh [2025-05-23T11:08:51.584Z] CC patch-delta.o [2025-05-23T11:08:51.584Z] CC patch-ids.o [2025-05-23T11:08:51.802Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-23T11:08:51.842Z] CC path.o [2025-05-23T11:08:52.144Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-23T11:08:52.144Z] + sudo tee /etc/docker/daemon.new [2025-05-23T11:08:52.144Z] { [2025-05-23T11:08:52.144Z] "registry-mirrors": [ [2025-05-23T11:08:52.145Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-23T11:08:52.145Z] ], [2025-05-23T11:08:52.145Z] "bip": "10.250.0.254/24", [2025-05-23T11:08:52.145Z] "hosts": [ [2025-05-23T11:08:52.145Z] "tcp://0.0.0.0:5555", [2025-05-23T11:08:52.145Z] "unix:///var/run/docker.sock" [2025-05-23T11:08:52.145Z] ], [2025-05-23T11:08:52.145Z] "mtu": 1458, [2025-05-23T11:08:52.145Z] "selinux-enabled": true, [2025-05-23T11:08:52.145Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-23T11:08:52.145Z] } [Pipeline] sh [2025-05-23T11:08:52.410Z] CC pathspec.o [2025-05-23T11:08:52.491Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-23T11:08:52.668Z] CC pkt-line.o [2025-05-23T11:08:52.842Z] + sudo service docker restart [2025-05-23T11:08:53.232Z] CC preload-index.o [2025-05-23T11:08:53.232Z] CC pretty.o [2025-05-23T11:08:54.168Z] CC prio-queue.o [2025-05-23T11:08:54.168Z] CC progress.o [2025-05-23T11:08:54.429Z] CC promisor-remote.o [2025-05-23T11:08:54.689Z] CC prompt.o [2025-05-23T11:08:54.689Z] CC protocol.o [2025-05-23T11:08:54.947Z] CC prune-packed.o [2025-05-23T11:08:54.947Z] CC quote.o [2025-05-23T11:08:55.514Z] CC range-diff.o [2025-05-23T11:08:55.773Z] CC reachable.o [2025-05-23T11:08:56.031Z] CC read-cache.o [2025-05-23T11:08:57.406Z] CC rebase-interactive.o [2025-05-23T11:08:57.406Z] CC rebase.o [2025-05-23T11:08:57.664Z] CC ref-filter.o [2025-05-23T11:08:58.614Z] CC reflog-walk.o [2025-05-23T11:08:58.614Z] CC refs.o [2025-05-23T11:08:59.548Z] CC refs/debug.o [2025-05-23T11:08:59.807Z] CC refs/files-backend.o [2025-05-23T11:09:00.740Z] CC refs/iterator.o [2025-05-23T11:09:00.740Z] CC refs/packed-backend.o [2025-05-23T11:09:01.321Z] CC refs/ref-cache.o [2025-05-23T11:09:01.579Z] CC refspec.o [2025-05-23T11:09:01.838Z] CC remote.o [2025-05-23T11:09:02.773Z] CC replace-object.o [2025-05-23T11:09:02.773Z] CC repo-settings.o [2025-05-23T11:09:03.031Z] CC repository.o [2025-05-23T11:09:03.289Z] CC rerere.o [2025-05-23T11:09:03.855Z] CC reset.o [2025-05-23T11:09:03.855Z] CC resolve-undo.o [2025-05-23T11:09:04.113Z] CC revision.o [2025-05-23T11:09:05.491Z] CC run-command.o [2025-05-23T11:09:06.059Z] CC send-pack.o [2025-05-23T11:09:06.317Z] CC sequencer.o [2025-05-23T11:09:08.845Z] CC serve.o [2025-05-23T11:09:08.845Z] CC server-info.o [2025-05-23T11:09:09.103Z] CC setup.o [2025-05-23T11:09:09.668Z] CC shallow.o [2025-05-23T11:09:10.235Z] CC sideband.o [2025-05-23T11:09:10.235Z] CC sigchain.o [2025-05-23T11:09:10.494Z] CC split-index.o [2025-05-23T11:09:10.752Z] CC stable-qsort.o [2025-05-23T11:09:10.752Z] CC strbuf.o [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-23T11:09:11.184Z] provisioning config files... [2025-05-23T11:09:11.208Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config18145744630899637800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:09:11.690Z] CC streaming.o [2025-05-23T11:09:11.690Z] CC string-list.o [2025-05-23T11:09:11.702Z] ---> ****-login.sh [2025-05-23T11:09:11.702Z] nexus3.edgexfoundry.org:10001 [2025-05-23T11:09:11.950Z] CC strmap.o [2025-05-23T11:09:11.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:09:12.209Z] CC strvec.o [2025-05-23T11:09:12.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:09:12.243Z] Configure a credential helper to remove this warning. See [2025-05-23T11:09:12.243Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:09:12.243Z] [2025-05-23T11:09:12.243Z] Login Succeeded [2025-05-23T11:09:12.243Z] nexus3.edgexfoundry.org:10002 [2025-05-23T11:09:12.467Z] CC sub-process.o [2025-05-23T11:09:12.467Z] CC submodule-config.o [2025-05-23T11:09:12.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:09:12.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:09:12.512Z] Configure a credential helper to remove this warning. See [2025-05-23T11:09:12.512Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:09:12.512Z] [2025-05-23T11:09:12.512Z] Login Succeeded [2025-05-23T11:09:12.782Z] nexus3.edgexfoundry.org:10003 [2025-05-23T11:09:12.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:09:13.034Z] CC submodule.o [2025-05-23T11:09:13.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:09:13.055Z] Configure a credential helper to remove this warning. See [2025-05-23T11:09:13.055Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:09:13.055Z] [2025-05-23T11:09:13.055Z] Login Succeeded [2025-05-23T11:09:13.055Z] nexus3.edgexfoundry.org:10004 [2025-05-23T11:09:13.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:09:13.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:09:13.323Z] Configure a credential helper to remove this warning. See [2025-05-23T11:09:13.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:09:13.323Z] [2025-05-23T11:09:13.323Z] Login Succeeded [2025-05-23T11:09:13.323Z] ****.io [2025-05-23T11:09:13.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-23T11:09:13.603Z] CC symlinks.o [2025-05-23T11:09:13.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-23T11:09:13.856Z] Configure a credential helper to remove this warning. See [2025-05-23T11:09:13.856Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-23T11:09:13.856Z] [2025-05-23T11:09:13.856Z] Login Succeeded [2025-05-23T11:09:13.856Z] ---> ****-login.sh ends [2025-05-23T11:09:13.862Z] CC tag.o [2025-05-23T11:09:13.862Z] CC tempfile.o [Pipeline] } [2025-05-23T11:09:13.903Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2025-05-23T11:09:14.122Z] CC thread-utils.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2025-05-23T11:09:14.380Z] CC tmp-objdir.o [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-23T11:09:14.640Z] CC trace.o [2025-05-23T11:09:14.762Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-23T11:09:14.898Z] CC trace2.o [2025-05-23T11:09:15.099Z] + ls -al . [2025-05-23T11:09:15.099Z] total 64 [2025-05-23T11:09:15.099Z] drwxrwxr-x 6 jenkins jenkins 4096 May 23 11:08 . [2025-05-23T11:09:15.099Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:08 .. [2025-05-23T11:09:15.099Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 11:08 .git [2025-05-23T11:09:15.099Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 11:08 .github [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 23 11:08 .gitignore [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 1654 May 23 11:08 Dockerfile [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 869 May 23 11:08 Jenkinsfile [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 23 11:08 README.md [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 23 11:08 build.py [2025-05-23T11:09:15.099Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 11:08 docs [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 275 May 23 11:08 entrypoint.sh [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 83 May 23 11:08 pyproject.toml [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 32 May 23 11:08 requirements.txt [2025-05-23T11:09:15.099Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 23 11:08 setup.py [2025-05-23T11:09:15.099Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:08 src [Pipeline] isUnix [2025-05-23T11:09:15.156Z] CC trace2/tr2_cfg.o [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T11:09:15.413Z] CC trace2/tr2_cmd_name.o [2025-05-23T11:09:15.414Z] CC trace2/tr2_dst.o [2025-05-23T11:09:15.551Z] + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 --label arch=arm64 . [2025-05-23T11:09:15.677Z] CC trace2/tr2_sid.o [2025-05-23T11:09:15.820Z] Sending build context to Docker daemon 456.2kB [2025-05-23T11:09:15.820Z] Step 1/21 : FROM python:3.13-slim AS build-image [2025-05-23T11:09:15.935Z] CC trace2/tr2_sysenv.o [2025-05-23T11:09:15.936Z] CC trace2/tr2_tbuf.o [2025-05-23T11:09:16.195Z] CC trace2/tr2_tgt_event.o [2025-05-23T11:09:16.414Z] 3.13-slim: Pulling from library/python [2025-05-23T11:09:16.414Z] b16f1b166780: Pulling fs layer [2025-05-23T11:09:16.414Z] a83bc4269c1b: Pulling fs layer [2025-05-23T11:09:16.414Z] 6834df5f0b1a: Pulling fs layer [2025-05-23T11:09:16.414Z] b4626800aece: Pulling fs layer [2025-05-23T11:09:16.414Z] b4626800aece: Waiting [2025-05-23T11:09:16.453Z] CC trace2/tr2_tgt_normal.o [2025-05-23T11:09:16.682Z] a83bc4269c1b: Verifying Checksum [2025-05-23T11:09:16.682Z] a83bc4269c1b: Download complete [2025-05-23T11:09:16.682Z] b4626800aece: Verifying Checksum [2025-05-23T11:09:16.682Z] b4626800aece: Download complete [2025-05-23T11:09:16.711Z] CC trace2/tr2_tgt_perf.o [2025-05-23T11:09:16.950Z] 6834df5f0b1a: Verifying Checksum [2025-05-23T11:09:16.950Z] 6834df5f0b1a: Download complete [2025-05-23T11:09:16.970Z] CC trace2/tr2_tls.o [2025-05-23T11:09:17.218Z] b16f1b166780: Download complete [2025-05-23T11:09:17.230Z] CC trailer.o [2025-05-23T11:09:17.798Z] CC transport-helper.o [2025-05-23T11:09:18.058Z] CC transport.o [2025-05-23T11:09:18.628Z] CC tree-diff.o [2025-05-23T11:09:19.195Z] CC tree-walk.o [2025-05-23T11:09:19.454Z] CC tree.o [2025-05-23T11:09:19.713Z] CC unpack-trees.o [2025-05-23T11:09:20.646Z] CC upload-pack.o [2025-05-23T11:09:21.213Z] CC url.o [2025-05-23T11:09:21.213Z] CC urlmatch.o [2025-05-23T11:09:21.483Z] b16f1b166780: Pull complete [2025-05-23T11:09:21.783Z] CC usage.o [2025-05-23T11:09:21.783Z] CC userdiff.o [2025-05-23T11:09:22.041Z] CC utf8.o [2025-05-23T11:09:22.066Z] a83bc4269c1b: Pull complete [2025-05-23T11:09:22.300Z] CC varint.o [2025-05-23T11:09:22.558Z] CC version.o [2025-05-23T11:09:22.558Z] CC versioncmp.o [2025-05-23T11:09:22.817Z] CC walker.o [2025-05-23T11:09:23.074Z] CC wildmatch.o [2025-05-23T11:09:23.332Z] CC worktree.o [2025-05-23T11:09:23.592Z] CC wrapper.o [2025-05-23T11:09:24.005Z] 6834df5f0b1a: Pull complete [2025-05-23T11:09:24.160Z] CC write-or-die.o [2025-05-23T11:09:24.160Z] CC ws.o [2025-05-23T11:09:24.277Z] b4626800aece: Pull complete [2025-05-23T11:09:24.277Z] Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc [2025-05-23T11:09:24.277Z] Status: Downloaded newer image for python:3.13-slim [2025-05-23T11:09:24.277Z] ---> 2e2ecad80adb [2025-05-23T11:09:24.277Z] Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T11:09:24.421Z] CC wt-status.o [2025-05-23T11:09:24.884Z] ---> Running in a3f626de4863 [2025-05-23T11:09:25.151Z] Removing intermediate container a3f626de4863 [2025-05-23T11:09:25.151Z] ---> 9a0bc8d9d39f [2025-05-23T11:09:25.151Z] Step 3/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T11:09:25.361Z] CC xdiff-interface.o [2025-05-23T11:09:25.430Z] ---> Running in 1c5fed907b88 [2025-05-23T11:09:25.620Z] CC zlib.o [2025-05-23T11:09:25.699Z] Removing intermediate container 1c5fed907b88 [2025-05-23T11:09:25.699Z] ---> 98afcabe118a [2025-05-23T11:09:25.699Z] Step 4/21 : WORKDIR /code [2025-05-23T11:09:25.699Z] ---> Running in 8fd855788bc2 [2025-05-23T11:09:25.880Z] CC unix-socket.o [2025-05-23T11:09:25.880Z] CC sha1dc_git.o [2025-05-23T11:09:25.969Z] Removing intermediate container 8fd855788bc2 [2025-05-23T11:09:25.969Z] ---> e3123b306fa9 [2025-05-23T11:09:25.969Z] Step 5/21 : COPY . /code/ [2025-05-23T11:09:26.138Z] CC sha1dc/sha1.o [2025-05-23T11:09:26.706Z] CC sha1dc/ubc_check.o [2025-05-23T11:09:26.941Z] ---> fc238c26b4e4 [2025-05-23T11:09:26.941Z] Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-23T11:09:26.941Z] ---> Running in 2506c9e055b1 [2025-05-23T11:09:26.966Z] CC sha256/block/sha256.o [2025-05-23T11:09:27.533Z] CC compat/fopen.o [2025-05-23T11:09:27.533Z] CC compat/strlcpy.o [2025-05-23T11:09:27.792Z] CC compat/qsort_s.o [2025-05-23T11:09:27.792Z] AR libgit.a [2025-05-23T11:09:27.896Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T11:09:28.050Z] CC xdiff/xdiffi.o [2025-05-23T11:09:28.161Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T11:09:28.161Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T11:09:28.308Z] CC xdiff/xemit.o [2025-05-23T11:09:28.426Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-23T11:09:28.567Z] CC xdiff/xhistogram.o [2025-05-23T11:09:28.692Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-23T11:09:28.692Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-23T11:09:28.825Z] CC xdiff/xmerge.o [2025-05-23T11:09:29.084Z] CC xdiff/xpatience.o [2025-05-23T11:09:29.342Z] CC xdiff/xprepare.o [2025-05-23T11:09:29.600Z] CC xdiff/xutils.o [2025-05-23T11:09:29.858Z] AR xdiff/lib.a [2025-05-23T11:09:29.858Z] LINK git-daemon [2025-05-23T11:09:30.117Z] CC http-backend.o [2025-05-23T11:09:30.376Z] LINK git-http-backend [2025-05-23T11:09:30.634Z] CC imap-send.o [2025-05-23T11:09:31.201Z] CC http.o [2025-05-23T11:09:31.201Z] http.c: In function 'get_curl_handle': [2025-05-23T11:09:31.201Z] http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-23T11:09:31.201Z] 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, [2025-05-23T11:09:31.201Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:31.201Z] In file included from http.h:6, [2025-05-23T11:09:31.201Z] from http.c:2: [2025-05-23T11:09:31.201Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here [2025-05-23T11:09:31.201Z] 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, [2025-05-23T11:09:31.201Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:31.201Z] http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-23T11:09:31.201Z] 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, [2025-05-23T11:09:31.201Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:31.201Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1749:3: note: declared here [2025-05-23T11:09:31.201Z] 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, [2025-05-23T11:09:31.201Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:31.277Z] Fetched 9203 kB in 3s (2748 kB/s) [2025-05-23T11:09:31.460Z] http.c: In function 'run_active_slot': [2025-05-23T11:09:31.460Z] http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] [2025-05-23T11:09:31.460Z] 1477 | slot->finished = &finished; [2025-05-23T11:09:31.460Z] | ~~~~~~~~~~~~~~~^~~~~~~~~~~ [2025-05-23T11:09:31.460Z] http.c:1475:13: note: 'finished' declared here [2025-05-23T11:09:31.460Z] 1475 | int finished = 0; [2025-05-23T11:09:31.460Z] | ^~~~~~~~ [2025-05-23T11:09:31.460Z] http.c:1475:13: note: 'slot' declared here [2025-05-23T11:09:32.027Z]  LINK git-imap-send [2025-05-23T11:09:32.284Z] CC sh-i18n--envsubst.o [2025-05-23T11:09:32.542Z] LINK git-sh-i18n--envsubst [2025-05-23T11:09:32.542Z] CC shell.o [2025-05-23T11:09:32.801Z] LINK git-shell [2025-05-23T11:09:33.060Z] CC http-walker.o [2025-05-23T11:09:33.321Z] CC http-fetch.o [2025-05-23T11:09:33.579Z] LINK git-http-fetch [2025-05-23T11:09:33.579Z] CC http-push.o [2025-05-23T11:09:33.836Z] http-push.c: In function 'curl_setup_http': [2025-05-23T11:09:33.836Z] http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] [2025-05-23T11:09:33.836Z] 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); [2025-05-23T11:09:33.836Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:33.836Z] In file included from http.h:6, [2025-05-23T11:09:33.836Z] from http-push.c:6: [2025-05-23T11:09:33.836Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1286:3: note: declared here [2025-05-23T11:09:33.836Z] 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, [2025-05-23T11:09:33.836Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:33.836Z] http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-23T11:09:33.836Z] 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); [2025-05-23T11:09:33.836Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:33.836Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-23T11:09:33.836Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-23T11:09:33.836Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:33.836Z] http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-23T11:09:33.836Z] 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); [2025-05-23T11:09:33.836Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:33.836Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-23T11:09:33.836Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-23T11:09:33.836Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:34.402Z]  LINK git-http-push [2025-05-23T11:09:34.402Z] CC remote-curl.o [2025-05-23T11:09:34.663Z] remote-curl.c: In function 'post_rpc': [2025-05-23T11:09:34.663Z] remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-23T11:09:34.663Z] 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); [2025-05-23T11:09:34.663Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:34.663Z] In file included from http.h:6, [2025-05-23T11:09:34.663Z] from remote-curl.c:7: [2025-05-23T11:09:34.663Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-23T11:09:34.663Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-23T11:09:34.663Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:34.663Z] remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-23T11:09:34.663Z] 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); [2025-05-23T11:09:34.663Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:09:34.663Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-23T11:09:34.663Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-23T11:09:34.663Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:09:35.244Z]  LINK git-remote-http [2025-05-23T11:09:35.503Z] LN/CP git-remote-https [2025-05-23T11:09:35.503Z] LN/CP git-remote-ftp [2025-05-23T11:09:35.503Z] LN/CP git-remote-ftps [2025-05-23T11:09:35.503Z]  * new script parameters [2025-05-23T11:09:35.503Z]  GEN git-bisect [2025-05-23T11:09:35.503Z] GEN git-difftool--helper [2025-05-23T11:09:35.503Z] GEN git-filter-branch [2025-05-23T11:09:35.503Z] GEN git-merge-octopus [2025-05-23T11:09:35.503Z] GEN git-merge-one-file [2025-05-23T11:09:35.503Z] GEN git-merge-resolve [2025-05-23T11:09:35.503Z] GEN git-mergetool [2025-05-23T11:09:35.503Z] GEN git-quiltimport [2025-05-23T11:09:35.503Z] GEN git-request-pull [2025-05-23T11:09:35.503Z] GEN git-submodule [2025-05-23T11:09:35.503Z] GEN git-web--browse [2025-05-23T11:09:35.503Z]  * new perl-specific parameters [2025-05-23T11:09:35.503Z]  GEN GIT-PERL-HEADER [2025-05-23T11:09:35.503Z] GEN git-add--interactive [2025-05-23T11:09:35.503Z] GEN git-archimport [2025-05-23T11:09:35.503Z] GEN git-cvsexportcommit [2025-05-23T11:09:35.503Z] GEN git-cvsimport [2025-05-23T11:09:35.503Z] GEN git-cvsserver [2025-05-23T11:09:35.503Z] GEN git-send-email [2025-05-23T11:09:35.503Z] GEN git-svn [2025-05-23T11:09:35.503Z]  * new Python interpreter location [2025-05-23T11:09:35.503Z]  GEN git-p4 [2025-05-23T11:09:35.503Z] GEN git-instaweb [2025-05-23T11:09:35.503Z] CC git.o [2025-05-23T11:09:35.545Z] Reading package lists... [2025-05-23T11:09:36.072Z] CC builtin/add.o [2025-05-23T11:09:36.332Z] CC builtin/am.o [2025-05-23T11:09:37.274Z] CC builtin/annotate.o [2025-05-23T11:09:37.274Z] CC builtin/apply.o [2025-05-23T11:09:37.533Z] CC builtin/archive.o [2025-05-23T11:09:37.533Z] CC builtin/bisect--helper.o [2025-05-23T11:09:38.099Z] CC builtin/blame.o [2025-05-23T11:09:38.134Z] Reading package lists... [2025-05-23T11:09:38.399Z] Building dependency tree... [2025-05-23T11:09:38.399Z] Reading state information... [2025-05-23T11:09:38.666Z] CC builtin/branch.o [2025-05-23T11:09:39.233Z] CC builtin/bugreport.o [2025-05-23T11:09:39.233Z] CC builtin/bundle.o [2025-05-23T11:09:39.354Z] The following additional packages will be installed: [2025-05-23T11:09:39.354Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T11:09:39.354Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-23T11:09:39.354Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-23T11:09:39.354Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-23T11:09:39.354Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-23T11:09:39.354Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T11:09:39.354Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-23T11:09:39.354Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T11:09:39.354Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-23T11:09:39.354Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-23T11:09:39.354Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-23T11:09:39.354Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-23T11:09:39.354Z] systemd-timesyncd ucf xauth [2025-05-23T11:09:39.354Z] Suggested packages: [2025-05-23T11:09:39.354Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-23T11:09:39.354Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-23T11:09:39.354Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-23T11:09:39.354Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-23T11:09:39.354Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-23T11:09:39.354Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-23T11:09:39.354Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-23T11:09:39.354Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-23T11:09:39.354Z] libtss2-rc0 polkitd | policykit-1 [2025-05-23T11:09:39.517Z] CC builtin/cat-file.o [2025-05-23T11:09:39.777Z] CC builtin/check-attr.o [2025-05-23T11:09:40.035Z] CC builtin/check-ignore.o [2025-05-23T11:09:40.292Z] CC builtin/check-mailmap.o [2025-05-23T11:09:40.293Z] CC builtin/check-ref-format.o [2025-05-23T11:09:40.551Z] CC builtin/checkout-index.o [2025-05-23T11:09:40.810Z] CC builtin/checkout.o [2025-05-23T11:09:41.383Z] CC builtin/clean.o [2025-05-23T11:09:41.956Z] CC builtin/clone.o [2025-05-23T11:09:42.214Z] In function 'guess_dir_name', [2025-05-23T11:09:42.214Z] inlined from 'cmd_clone' at builtin/clone.c:1035:9: [2025-05-23T11:09:42.214Z] builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] [2025-05-23T11:09:42.214Z] 261 | if (memchr(start, '/', end - start) == NULL [2025-05-23T11:09:42.214Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-05-23T11:09:42.472Z]  CC builtin/column.o [2025-05-23T11:09:42.730Z] CC builtin/commit-graph.o [2025-05-23T11:09:42.989Z] CC builtin/commit-tree.o [2025-05-23T11:09:42.989Z] CC builtin/commit.o [2025-05-23T11:09:43.623Z] The following NEW packages will be installed: [2025-05-23T11:09:43.623Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T11:09:43.623Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-23T11:09:43.623Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-23T11:09:43.623Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-23T11:09:43.623Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-23T11:09:43.623Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-23T11:09:43.623Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-23T11:09:43.623Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-23T11:09:43.623Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-23T11:09:43.623Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-23T11:09:43.623Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-23T11:09:43.623Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-23T11:09:43.623Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-23T11:09:43.623Z] xauth [2025-05-23T11:09:43.623Z] 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T11:09:43.623Z] Need to get 30.2 MB of archives. [2025-05-23T11:09:43.623Z] After this operation, 156 MB of additional disk space will be used. [2025-05-23T11:09:43.623Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-23T11:09:43.623Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-23T11:09:43.623Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-23T11:09:43.623Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-23T11:09:43.623Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-23T11:09:43.623Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-23T11:09:43.623Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-23T11:09:43.623Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-23T11:09:43.623Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-23T11:09:43.623Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-23T11:09:43.623Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-23T11:09:43.623Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T11:09:43.623Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-23T11:09:43.623Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-23T11:09:43.623Z] 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-23T11:09:43.623Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-23T11:09:43.623Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-23T11:09:43.623Z] 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-23T11:09:43.623Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-23T11:09:43.623Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-23T11:09:43.623Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] [2025-05-23T11:09:43.623Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] [2025-05-23T11:09:43.623Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] [2025-05-23T11:09:43.623Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-23T11:09:43.623Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-23T11:09:43.623Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-23T11:09:43.623Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-23T11:09:43.623Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-23T11:09:43.623Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-23T11:09:43.623Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-23T11:09:43.623Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-23T11:09:43.623Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-23T11:09:43.623Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-23T11:09:43.623Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-23T11:09:43.623Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-23T11:09:43.623Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-23T11:09:43.623Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T11:09:43.623Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T11:09:43.623Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-23T11:09:43.623Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T11:09:43.623Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-23T11:09:43.623Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-23T11:09:43.623Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-23T11:09:43.623Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-23T11:09:43.623Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] [2025-05-23T11:09:43.623Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T11:09:43.623Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-23T11:09:43.623Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-23T11:09:43.623Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T11:09:43.623Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-23T11:09:43.623Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-23T11:09:43.623Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T11:09:43.623Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-23T11:09:43.623Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-23T11:09:43.624Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-23T11:09:43.624Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-23T11:09:43.624Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-23T11:09:43.624Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-23T11:09:43.624Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-23T11:09:43.624Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-23T11:09:43.624Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-23T11:09:43.624Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-23T11:09:43.624Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-23T11:09:43.624Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] [2025-05-23T11:09:43.892Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T11:09:43.892Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-23T11:09:43.892Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-23T11:09:43.892Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-23T11:09:43.892Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-23T11:09:43.892Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T11:09:43.892Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-23T11:09:43.892Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-23T11:09:43.892Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-23T11:09:43.892Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2025-05-23T11:09:43.892Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-23T11:09:43.892Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T11:09:43.892Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T11:09:43.892Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-23T11:09:43.932Z] CC builtin/config.o [2025-05-23T11:09:44.192Z] CC builtin/count-objects.o [2025-05-23T11:09:44.192Z] CC builtin/credential-cache--daemon.o [2025-05-23T11:09:44.452Z] CC builtin/credential-cache.o [2025-05-23T11:09:44.615Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-23T11:09:44.615Z] Fetched 30.2 MB in 1s (42.6 MB/s) [2025-05-23T11:09:44.615Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-23T11:09:44.615Z] (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-23T11:09:44.615Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-23T11:09:44.615Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:09:44.718Z] CC builtin/credential-store.o [2025-05-23T11:09:44.891Z] Selecting previously unselected package dmsetup. [2025-05-23T11:09:44.891Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-23T11:09:44.891Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T11:09:44.891Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-23T11:09:44.891Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-23T11:09:44.891Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T11:09:44.977Z] CC builtin/credential.o [2025-05-23T11:09:44.977Z] CC builtin/describe.o [2025-05-23T11:09:45.158Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-23T11:09:45.158Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-23T11:09:45.158Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-23T11:09:45.158Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-23T11:09:45.158Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-23T11:09:45.158Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:09:45.426Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-23T11:09:45.426Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-23T11:09:45.426Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T11:09:45.426Z] Selecting previously unselected package libkmod2:arm64. [2025-05-23T11:09:45.426Z] Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2025-05-23T11:09:45.426Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-23T11:09:45.543Z] CC builtin/diff-files.o [2025-05-23T11:09:45.701Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-23T11:09:45.701Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-23T11:09:45.701Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T11:09:45.701Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-23T11:09:45.701Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-23T11:09:45.701Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T11:09:45.701Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-23T11:09:45.701Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:09:45.701Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:09:45.804Z] CC builtin/diff-index.o [2025-05-23T11:09:45.804Z] CC builtin/diff-tree.o [2025-05-23T11:09:46.067Z] CC builtin/diff.o [2025-05-23T11:09:46.290Z] Selecting previously unselected package systemd. [2025-05-23T11:09:46.290Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:09:46.290Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T11:09:46.336Z] CC builtin/difftool.o [2025-05-23T11:09:46.904Z] CC builtin/env--helper.o [2025-05-23T11:09:46.904Z] CC builtin/fast-export.o [2025-05-23T11:09:47.255Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:09:47.255Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-23T11:09:47.255Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T11:09:47.255Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-23T11:09:47.255Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T11:09:47.255Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T11:09:47.255Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:09:47.255Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T11:09:47.255Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:09:47.255Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T11:09:47.255Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T11:09:47.255Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T11:09:47.472Z] CC builtin/fast-import.o [2025-05-23T11:09:47.522Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T11:09:47.522Z] Initializing machine ID from random generator. [2025-05-23T11:09:47.522Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T11:09:47.522Z] Creating group 'systemd-network' with GID 998. [2025-05-23T11:09:47.522Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T11:09:47.789Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T11:09:47.789Z] Selecting previously unselected package systemd-sysv. [2025-05-23T11:09:47.789Z] (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-23T11:09:47.789Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:09:47.789Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:09:48.054Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-23T11:09:48.054Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:09:48.054Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T11:09:48.054Z] Selecting previously unselected package dbus-bin. [2025-05-23T11:09:48.054Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:09:48.054Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:09:48.054Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T11:09:48.055Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:09:48.055Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:09:48.494Z] Selecting previously unselected package libexpat1:arm64. [2025-05-23T11:09:48.494Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-23T11:09:48.494Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T11:09:48.494Z] Selecting previously unselected package dbus-daemon. [2025-05-23T11:09:48.494Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:09:48.494Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:09:48.494Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T11:09:48.494Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:09:48.494Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:09:48.494Z] Selecting previously unselected package dbus. [2025-05-23T11:09:48.494Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:09:48.494Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:09:48.766Z] Selecting previously unselected package perl-modules-5.36. [2025-05-23T11:09:48.766Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-23T11:09:48.766Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T11:09:48.923Z] CC builtin/fetch-pack.o [2025-05-23T11:09:49.184Z] CC builtin/fetch.o [2025-05-23T11:09:49.762Z] CC builtin/fmt-merge-msg.o [2025-05-23T11:09:50.024Z] CC builtin/for-each-ref.o [2025-05-23T11:09:50.176Z] Selecting previously unselected package libgdbm-compat4:arm64. [2025-05-23T11:09:50.176Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... [2025-05-23T11:09:50.176Z] Unpacking libgdbm-compat4:arm64 (1.23-3) ... [2025-05-23T11:09:50.176Z] Selecting previously unselected package libperl5.36:arm64. [2025-05-23T11:09:50.176Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... [2025-05-23T11:09:50.176Z] Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-23T11:09:50.289Z] CC builtin/for-each-repo.o [2025-05-23T11:09:50.289Z] CC builtin/fsck.o [2025-05-23T11:09:50.857Z] CC builtin/gc.o [2025-05-23T11:09:51.141Z] Selecting previously unselected package perl. [2025-05-23T11:09:51.141Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... [2025-05-23T11:09:51.141Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-23T11:09:51.413Z] Selecting previously unselected package libbsd0:arm64. [2025-05-23T11:09:51.413Z] Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... [2025-05-23T11:09:51.413Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-23T11:09:51.413Z] Selecting previously unselected package libedit2:arm64. [2025-05-23T11:09:51.413Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-23T11:09:51.413Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T11:09:51.413Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-23T11:09:51.413Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-23T11:09:51.428Z] CC builtin/get-tar-commit-id.o [2025-05-23T11:09:51.428Z] CC builtin/grep.o [2025-05-23T11:09:51.681Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T11:09:51.681Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-23T11:09:51.681Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-23T11:09:51.681Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T11:09:51.681Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-23T11:09:51.681Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:09:51.681Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:09:51.951Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-23T11:09:51.951Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:09:51.951Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:09:51.951Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-23T11:09:51.951Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-23T11:09:51.951Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T11:09:51.951Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-23T11:09:51.951Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:09:51.951Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:09:52.229Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-23T11:09:52.229Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:09:52.229Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:09:52.229Z] Selecting previously unselected package openssh-client. [2025-05-23T11:09:52.229Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T11:09:52.378Z] CC builtin/hash-object.o [2025-05-23T11:09:52.378Z] GEN config-list.h [2025-05-23T11:09:52.378Z] CC builtin/help.o [2025-05-23T11:09:52.501Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:09:52.637Z] CC builtin/index-pack.o [2025-05-23T11:09:52.771Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T11:09:52.771Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T11:09:52.771Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:09:52.771Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-23T11:09:52.771Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-23T11:09:52.771Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T11:09:52.771Z] Selecting previously unselected package procps. [2025-05-23T11:09:52.771Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-23T11:09:52.771Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T11:09:53.039Z] Selecting previously unselected package sensible-utils. [2025-05-23T11:09:53.039Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T11:09:53.039Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:09:53.307Z] Selecting previously unselected package ucf. [2025-05-23T11:09:53.307Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T11:09:53.307Z] Moving old data out of the way [2025-05-23T11:09:53.307Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:09:53.307Z] Selecting previously unselected package runit-helper. [2025-05-23T11:09:53.307Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-23T11:09:53.307Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T11:09:53.307Z] Selecting previously unselected package libtirpc-common. [2025-05-23T11:09:53.307Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T11:09:53.307Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:09:53.573Z] CC builtin/init-db.o [2025-05-23T11:09:53.581Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-23T11:09:53.581Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-23T11:09:53.581Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T11:09:53.581Z] Selecting previously unselected package libnsl2:arm64. [2025-05-23T11:09:53.581Z] Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... [2025-05-23T11:09:53.581Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-23T11:09:53.581Z] Selecting previously unselected package libwrap0:arm64. [2025-05-23T11:09:53.581Z] Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... [2025-05-23T11:09:53.581Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-23T11:09:53.832Z] CC builtin/interpret-trailers.o [2025-05-23T11:09:53.850Z] Selecting previously unselected package openssh-server. [2025-05-23T11:09:53.850Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T11:09:53.850Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:09:54.092Z] CC builtin/log.o [2025-05-23T11:09:54.121Z] Selecting previously unselected package less. [2025-05-23T11:09:54.121Z] Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... [2025-05-23T11:09:54.121Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-23T11:09:54.121Z] Selecting previously unselected package krb5-locales. [2025-05-23T11:09:54.121Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T11:09:54.121Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:09:54.121Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-23T11:09:54.121Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:09:54.121Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:09:54.389Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-23T11:09:54.389Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:09:54.389Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:09:54.389Z] Selecting previously unselected package ncurses-term. [2025-05-23T11:09:54.389Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-23T11:09:54.389Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T11:09:55.030Z] CC builtin/ls-files.o [2025-05-23T11:09:55.290Z] CC builtin/ls-remote.o [2025-05-23T11:09:55.559Z] CC builtin/ls-tree.o [2025-05-23T11:09:55.824Z] CC builtin/mailinfo.o [2025-05-23T11:09:55.824Z] CC builtin/mailsplit.o [2025-05-23T11:09:56.084Z] CC builtin/merge-base.o [2025-05-23T11:09:56.337Z] Selecting previously unselected package netcat-traditional. [2025-05-23T11:09:56.337Z] Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... [2025-05-23T11:09:56.337Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T11:09:56.337Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T11:09:56.337Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:09:56.337Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:09:56.343Z] CC builtin/merge-file.o [2025-05-23T11:09:56.602Z] CC builtin/merge-index.o [2025-05-23T11:09:56.602Z] CC builtin/merge-ours.o [2025-05-23T11:09:56.604Z] Selecting previously unselected package dbus-user-session. [2025-05-23T11:09:56.605Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:09:56.605Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:09:56.605Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-23T11:09:56.605Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-23T11:09:56.605Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T11:09:56.862Z] CC builtin/merge-recursive.o [2025-05-23T11:09:56.862Z] CC builtin/merge-tree.o [2025-05-23T11:09:56.872Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-23T11:09:56.872Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T11:09:56.872Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:09:56.872Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-23T11:09:56.872Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T11:09:56.872Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:09:56.872Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-23T11:09:56.872Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-23T11:09:56.872Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T11:09:57.120Z] CC builtin/merge.o [2025-05-23T11:09:57.137Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-23T11:09:57.137Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-23T11:09:57.137Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T11:09:57.137Z] Selecting previously unselected package libpsl5:arm64. [2025-05-23T11:09:57.137Z] Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... [2025-05-23T11:09:57.137Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-23T11:09:57.403Z] Selecting previously unselected package librtmp1:arm64. [2025-05-23T11:09:57.403Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-23T11:09:57.403Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:09:57.403Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-23T11:09:57.403Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-23T11:09:57.403Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T11:09:57.670Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-23T11:09:57.670Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T11:09:57.670Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:09:57.670Z] Selecting previously unselected package liberror-perl. [2025-05-23T11:09:57.670Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-23T11:09:57.670Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-23T11:09:57.670Z] Selecting previously unselected package git-man. [2025-05-23T11:09:57.670Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-23T11:09:57.670Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T11:09:57.948Z] Selecting previously unselected package git. [2025-05-23T11:09:57.948Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... [2025-05-23T11:09:57.948Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-23T11:09:58.052Z] CC builtin/mktag.o [2025-05-23T11:09:58.052Z] CC builtin/mktree.o [2025-05-23T11:09:58.313Z] CC builtin/multi-pack-index.o [2025-05-23T11:09:58.313Z] CC builtin/mv.o [2025-05-23T11:09:58.572Z] CC builtin/name-rev.o [2025-05-23T11:09:59.140Z] CC builtin/notes.o [2025-05-23T11:09:59.360Z] Selecting previously unselected package libldap-common. [2025-05-23T11:09:59.360Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T11:09:59.360Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:09:59.360Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-23T11:09:59.360Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T11:09:59.360Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:09:59.400Z] CC builtin/pack-objects.o [2025-05-23T11:09:59.632Z] Selecting previously unselected package libxau6:arm64. [2025-05-23T11:09:59.632Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-23T11:09:59.632Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T11:09:59.632Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-23T11:09:59.632Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-23T11:09:59.632Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T11:09:59.632Z] Selecting previously unselected package libxcb1:arm64. [2025-05-23T11:09:59.632Z] Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... [2025-05-23T11:09:59.632Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-23T11:09:59.907Z] Selecting previously unselected package libx11-data. [2025-05-23T11:09:59.907Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T11:09:59.907Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:10:00.178Z] Selecting previously unselected package libx11-6:arm64. [2025-05-23T11:10:00.178Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-23T11:10:00.178Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:10:00.451Z] Selecting previously unselected package libxext6:arm64. [2025-05-23T11:10:00.451Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-23T11:10:00.451Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T11:10:00.451Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-23T11:10:00.451Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-23T11:10:00.451Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T11:10:00.451Z] Selecting previously unselected package patch. [2025-05-23T11:10:00.451Z] Preparing to unpack .../62-patch_2.7.6-7_arm64.deb ... [2025-05-23T11:10:00.451Z] Unpacking patch (2.7.6-7) ... [2025-05-23T11:10:00.717Z] Selecting previously unselected package psmisc. [2025-05-23T11:10:00.717Z] Preparing to unpack .../63-psmisc_23.6-1_arm64.deb ... [2025-05-23T11:10:00.717Z] Unpacking psmisc (23.6-1) ... [2025-05-23T11:10:00.717Z] Selecting previously unselected package publicsuffix. [2025-05-23T11:10:00.717Z] Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T11:10:00.717Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T11:10:01.045Z] Selecting previously unselected package ssh. [2025-05-23T11:10:01.045Z] Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T11:10:01.045Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:10:01.045Z] Selecting previously unselected package xauth. [2025-05-23T11:10:01.045Z] Preparing to unpack .../66-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-23T11:10:01.045Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T11:10:01.301Z] CC builtin/pack-redundant.o [2025-05-23T11:10:01.301Z] CC builtin/pack-refs.o [2025-05-23T11:10:01.329Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T11:10:01.329Z] Setting up runit-helper (2.15.2) ... [2025-05-23T11:10:01.329Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:10:01.329Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T11:10:01.329Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T11:10:01.329Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-23T11:10:01.329Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T11:10:01.329Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T11:10:01.329Z] 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-23T11:10:01.329Z] 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-23T11:10:01.329Z] Setting up psmisc (23.6-1) ... [2025-05-23T11:10:01.329Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:10:01.329Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T11:10:01.329Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T11:10:01.329Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:10:01.567Z] CC builtin/patch-id.o [2025-05-23T11:10:01.567Z] CC builtin/prune-packed.o [2025-05-23T11:10:01.603Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T11:10:01.603Z] Setting up less (590-2.1~deb12u2) ... [2025-05-23T11:10:01.603Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:10:01.603Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:10:01.603Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:10:01.603Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:10:01.603Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:10:01.603Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-23T11:10:01.603Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:10:01.603Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:10:01.603Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T11:10:01.603Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T11:10:01.827Z] CC builtin/prune.o [2025-05-23T11:10:01.881Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:10:01.881Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T11:10:01.881Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T11:10:02.089Z] CC builtin/pull.o [2025-05-23T11:10:02.356Z] CC builtin/push.o [2025-05-23T11:10:02.476Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:10:02.476Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:10:02.923Z] CC builtin/range-diff.o [2025-05-23T11:10:02.924Z] CC builtin/read-tree.o [2025-05-23T11:10:03.073Z] Setting up patch (2.7.6-7) ... [2025-05-23T11:10:03.073Z] Setting up libgdbm-compat4:arm64 (1.23-3) ... [2025-05-23T11:10:03.073Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:10:03.073Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:10:03.073Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:10:03.073Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:10:03.073Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T11:10:03.182Z] CC builtin/rebase.o [2025-05-23T11:10:03.342Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-23T11:10:03.342Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T11:10:03.342Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:10:03.342Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:10:03.610Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T11:10:03.610Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-23T11:10:03.610Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T11:10:03.610Z] Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-23T11:10:03.610Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:10:03.610Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T11:10:03.610Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T11:10:03.876Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-23T11:10:03.876Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T11:10:03.876Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:10:03.876Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T11:10:03.876Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-23T11:10:03.876Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:10:04.119Z] CC builtin/receive-pack.o [2025-05-23T11:10:04.142Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:10:04.142Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:10:04.142Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:10:04.142Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:10:04.407Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:10:04.407Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:10:04.407Z] debconf: falling back to frontend: Readline [2025-05-23T11:10:04.407Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:10:04.407Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T11:10:04.407Z] debconf: falling back to frontend: Teletype [2025-05-23T11:10:04.674Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:10:04.941Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:10:04.941Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:10:04.941Z] debconf: falling back to frontend: Readline [2025-05-23T11:10:04.941Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:10:04.941Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T11:10:04.941Z] debconf: falling back to frontend: Teletype [2025-05-23T11:10:05.052Z] CC builtin/reflog.o [2025-05-23T11:10:05.207Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:10:05.207Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T11:10:05.207Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T11:10:05.207Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:10:05.312Z] CC builtin/remote-ext.o [2025-05-23T11:10:05.475Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T11:10:05.475Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:10:05.475Z] Setting up liberror-perl (0.17029-2) ... [2025-05-23T11:10:05.475Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:10:05.475Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-23T11:10:05.570Z] CC builtin/remote-fd.o [2025-05-23T11:10:05.743Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T11:10:05.744Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-23T11:10:05.744Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:10:05.744Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-23T11:10:05.744Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:10:05.831Z] CC builtin/remote.o [2025-05-23T11:10:06.009Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:10:06.009Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:10:06.009Z] debconf: falling back to frontend: Readline [2025-05-23T11:10:06.275Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:10:06.275Z] debconf: (This frontend requires a controlling tty.) [2025-05-23T11:10:06.275Z] debconf: falling back to frontend: Teletype [2025-05-23T11:10:06.400Z] CC builtin/repack.o [2025-05-23T11:10:06.540Z] [2025-05-23T11:10:06.540Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T11:10:06.969Z] CC builtin/replace.o [2025-05-23T11:10:07.227Z] CC builtin/rerere.o [2025-05-23T11:10:07.228Z] CC builtin/reset.o [2025-05-23T11:10:07.799Z] CC builtin/rev-list.o [2025-05-23T11:10:08.059Z] CC builtin/rev-parse.o [2025-05-23T11:10:08.627Z] CC builtin/revert.o [2025-05-23T11:10:08.627Z] CC builtin/rm.o [2025-05-23T11:10:08.885Z] CC builtin/send-pack.o [2025-05-23T11:10:09.144Z] CC builtin/shortlog.o [2025-05-23T11:10:09.715Z] CC builtin/show-branch.o [2025-05-23T11:10:09.978Z] CC builtin/show-index.o [2025-05-23T11:10:10.239Z] CC builtin/show-ref.o [2025-05-23T11:10:10.499Z] CC builtin/sparse-checkout.o [2025-05-23T11:10:10.762Z] CC builtin/stash.o [2025-05-23T11:10:11.340Z] CC builtin/stripspace.o [2025-05-23T11:10:11.340Z] CC builtin/submodule--helper.o [2025-05-23T11:10:12.294Z] CC builtin/symbolic-ref.o [2025-05-23T11:10:12.558Z] CC builtin/tag.o [2025-05-23T11:10:12.820Z] CC builtin/unpack-file.o [2025-05-23T11:10:13.081Z] CC builtin/unpack-objects.o [2025-05-23T11:10:13.343Z] CC builtin/update-index.o [2025-05-23T11:10:13.920Z] CC builtin/update-ref.o [2025-05-23T11:10:14.181Z] CC builtin/update-server-info.o [2025-05-23T11:10:14.181Z] CC builtin/upload-archive.o [2025-05-23T11:10:14.440Z] CC builtin/upload-pack.o [2025-05-23T11:10:14.699Z] CC builtin/var.o [2025-05-23T11:10:14.700Z] CC builtin/verify-commit.o [2025-05-23T11:10:14.958Z] CC builtin/verify-pack.o [2025-05-23T11:10:15.216Z] CC builtin/verify-tag.o [2025-05-23T11:10:15.216Z] CC builtin/worktree.o [2025-05-23T11:10:15.783Z] CC builtin/write-tree.o [2025-05-23T11:10:15.783Z] LINK git [2025-05-23T11:10:16.043Z] BUILTIN git-add [2025-05-23T11:10:16.043Z] BUILTIN git-am [2025-05-23T11:10:16.043Z] BUILTIN git-annotate [2025-05-23T11:10:16.043Z] BUILTIN git-apply [2025-05-23T11:10:16.043Z] BUILTIN git-archive [2025-05-23T11:10:16.043Z] BUILTIN git-bisect--helper [2025-05-23T11:10:16.043Z] BUILTIN git-blame [2025-05-23T11:10:16.043Z] BUILTIN git-branch [2025-05-23T11:10:16.043Z] BUILTIN git-bugreport [2025-05-23T11:10:16.043Z] BUILTIN git-bundle [2025-05-23T11:10:16.043Z] BUILTIN git-cat-file [2025-05-23T11:10:16.043Z] BUILTIN git-check-attr [2025-05-23T11:10:16.043Z] BUILTIN git-check-ignore [2025-05-23T11:10:16.043Z] BUILTIN git-check-mailmap [2025-05-23T11:10:16.043Z] BUILTIN git-check-ref-format [2025-05-23T11:10:16.043Z] BUILTIN git-checkout-index [2025-05-23T11:10:16.043Z] BUILTIN git-checkout [2025-05-23T11:10:16.043Z] BUILTIN git-clean [2025-05-23T11:10:16.043Z] BUILTIN git-clone [2025-05-23T11:10:16.043Z] BUILTIN git-column [2025-05-23T11:10:16.043Z] BUILTIN git-commit-graph [2025-05-23T11:10:16.043Z] BUILTIN git-commit-tree [2025-05-23T11:10:16.043Z] BUILTIN git-commit [2025-05-23T11:10:16.043Z] BUILTIN git-config [2025-05-23T11:10:16.043Z] BUILTIN git-count-objects [2025-05-23T11:10:16.043Z] BUILTIN git-credential-cache--daemon [2025-05-23T11:10:16.303Z] BUILTIN git-credential-cache [2025-05-23T11:10:16.303Z] BUILTIN git-credential-store [2025-05-23T11:10:16.303Z] BUILTIN git-credential [2025-05-23T11:10:16.303Z] BUILTIN git-describe [2025-05-23T11:10:16.303Z] BUILTIN git-diff-files [2025-05-23T11:10:16.303Z] BUILTIN git-diff-index [2025-05-23T11:10:16.303Z] BUILTIN git-diff-tree [2025-05-23T11:10:16.303Z] BUILTIN git-diff [2025-05-23T11:10:16.303Z] BUILTIN git-difftool [2025-05-23T11:10:16.303Z] BUILTIN git-env--helper [2025-05-23T11:10:16.303Z] BUILTIN git-fast-export [2025-05-23T11:10:16.303Z] BUILTIN git-fast-import [2025-05-23T11:10:16.303Z] BUILTIN git-fetch-pack [2025-05-23T11:10:16.303Z] BUILTIN git-fetch [2025-05-23T11:10:16.303Z] BUILTIN git-fmt-merge-msg [2025-05-23T11:10:16.303Z] BUILTIN git-for-each-ref [2025-05-23T11:10:16.303Z] BUILTIN git-for-each-repo [2025-05-23T11:10:16.303Z] BUILTIN git-fsck [2025-05-23T11:10:16.303Z] BUILTIN git-gc [2025-05-23T11:10:16.303Z] BUILTIN git-get-tar-commit-id [2025-05-23T11:10:16.303Z] BUILTIN git-grep [2025-05-23T11:10:16.303Z] BUILTIN git-hash-object [2025-05-23T11:10:16.303Z] BUILTIN git-help [2025-05-23T11:10:16.303Z] BUILTIN git-index-pack [2025-05-23T11:10:16.303Z] BUILTIN git-init-db [2025-05-23T11:10:16.303Z] BUILTIN git-interpret-trailers [2025-05-23T11:10:16.303Z] BUILTIN git-log [2025-05-23T11:10:16.303Z] BUILTIN git-ls-files [2025-05-23T11:10:16.303Z] BUILTIN git-ls-remote [2025-05-23T11:10:16.303Z] BUILTIN git-ls-tree [2025-05-23T11:10:16.303Z] BUILTIN git-mailinfo [2025-05-23T11:10:16.303Z] BUILTIN git-mailsplit [2025-05-23T11:10:16.303Z] BUILTIN git-merge-base [2025-05-23T11:10:16.303Z] BUILTIN git-merge-file [2025-05-23T11:10:16.303Z] BUILTIN git-merge-index [2025-05-23T11:10:16.303Z] BUILTIN git-merge-ours [2025-05-23T11:10:16.303Z] BUILTIN git-merge-recursive [2025-05-23T11:10:16.303Z] BUILTIN git-merge-tree [2025-05-23T11:10:16.303Z] BUILTIN git-merge [2025-05-23T11:10:16.303Z] BUILTIN git-mktag [2025-05-23T11:10:16.303Z] BUILTIN git-mktree [2025-05-23T11:10:16.303Z] BUILTIN git-multi-pack-index [2025-05-23T11:10:16.303Z] BUILTIN git-mv [2025-05-23T11:10:16.303Z] BUILTIN git-name-rev [2025-05-23T11:10:16.303Z] BUILTIN git-notes [2025-05-23T11:10:16.303Z] BUILTIN git-pack-objects [2025-05-23T11:10:16.303Z] BUILTIN git-pack-redundant [2025-05-23T11:10:16.303Z] BUILTIN git-pack-refs [2025-05-23T11:10:16.303Z] BUILTIN git-patch-id [2025-05-23T11:10:16.303Z] BUILTIN git-prune-packed [2025-05-23T11:10:16.303Z] BUILTIN git-prune [2025-05-23T11:10:16.303Z] BUILTIN git-pull [2025-05-23T11:10:16.303Z] BUILTIN git-push [2025-05-23T11:10:16.303Z] BUILTIN git-range-diff [2025-05-23T11:10:16.303Z] BUILTIN git-read-tree [2025-05-23T11:10:16.303Z] BUILTIN git-rebase [2025-05-23T11:10:16.303Z] BUILTIN git-receive-pack [2025-05-23T11:10:16.303Z] BUILTIN git-reflog [2025-05-23T11:10:16.303Z] BUILTIN git-remote-ext [2025-05-23T11:10:16.303Z] BUILTIN git-remote-fd [2025-05-23T11:10:16.303Z] BUILTIN git-remote [2025-05-23T11:10:16.303Z] BUILTIN git-repack [2025-05-23T11:10:16.303Z] BUILTIN git-replace [2025-05-23T11:10:16.303Z] BUILTIN git-rerere [2025-05-23T11:10:16.303Z] BUILTIN git-reset [2025-05-23T11:10:16.303Z] BUILTIN git-rev-list [2025-05-23T11:10:16.303Z] BUILTIN git-rev-parse [2025-05-23T11:10:16.303Z] BUILTIN git-revert [2025-05-23T11:10:16.303Z] BUILTIN git-rm [2025-05-23T11:10:16.303Z] BUILTIN git-send-pack [2025-05-23T11:10:16.303Z] BUILTIN git-shortlog [2025-05-23T11:10:16.303Z] BUILTIN git-show-branch [2025-05-23T11:10:16.303Z] BUILTIN git-show-index [2025-05-23T11:10:16.303Z] BUILTIN git-show-ref [2025-05-23T11:10:16.303Z] BUILTIN git-sparse-checkout [2025-05-23T11:10:16.303Z] BUILTIN git-stash [2025-05-23T11:10:16.303Z] BUILTIN git-stripspace [2025-05-23T11:10:16.303Z] BUILTIN git-submodule--helper [2025-05-23T11:10:16.303Z] BUILTIN git-symbolic-ref [2025-05-23T11:10:16.303Z] BUILTIN git-tag [2025-05-23T11:10:16.303Z] BUILTIN git-unpack-file [2025-05-23T11:10:16.303Z] BUILTIN git-unpack-objects [2025-05-23T11:10:16.303Z] BUILTIN git-update-index [2025-05-23T11:10:16.303Z] BUILTIN git-update-ref [2025-05-23T11:10:16.303Z] BUILTIN git-update-server-info [2025-05-23T11:10:16.303Z] BUILTIN git-upload-archive [2025-05-23T11:10:16.303Z] BUILTIN git-upload-pack [2025-05-23T11:10:16.303Z] BUILTIN git-var [2025-05-23T11:10:16.303Z] BUILTIN git-verify-commit [2025-05-23T11:10:16.303Z] BUILTIN git-verify-pack [2025-05-23T11:10:16.303Z] BUILTIN git-verify-tag [2025-05-23T11:10:16.303Z] BUILTIN git-worktree [2025-05-23T11:10:16.303Z] BUILTIN git-write-tree [2025-05-23T11:10:16.303Z] BUILTIN git-cherry [2025-05-23T11:10:16.303Z] BUILTIN git-cherry-pick [2025-05-23T11:10:16.303Z] BUILTIN git-format-patch [2025-05-23T11:10:16.303Z] BUILTIN git-fsck-objects [2025-05-23T11:10:16.303Z] BUILTIN git-init [2025-05-23T11:10:16.303Z] BUILTIN git-maintenance [2025-05-23T11:10:16.303Z] BUILTIN git-merge-subtree [2025-05-23T11:10:16.303Z] BUILTIN git-restore [2025-05-23T11:10:16.303Z] BUILTIN git-show [2025-05-23T11:10:16.303Z] BUILTIN git-stage [2025-05-23T11:10:16.303Z] BUILTIN git-status [2025-05-23T11:10:16.303Z] BUILTIN git-switch [2025-05-23T11:10:16.303Z] BUILTIN git-whatchanged [2025-05-23T11:10:16.303Z] GEN git-mergetool--lib [2025-05-23T11:10:16.303Z] GEN git-rebase--preserve-merges [2025-05-23T11:10:16.303Z] GEN git-sh-i18n [2025-05-23T11:10:16.303Z] GEN git-sh-setup [2025-05-23T11:10:16.564Z] SUBDIR git-gui [2025-05-23T11:10:16.564Z] GITGUI_VERSION = 0.21.0.99.gdf4f9e [2025-05-23T11:10:16.564Z]  * new locations or Tcl/Tk interpreter [2025-05-23T11:10:16.564Z]  GEN git-gui [2025-05-23T11:10:16.564Z] INDEX lib/ [2025-05-23T11:10:16.564Z]  * tclsh failed; using unoptimized loading [2025-05-23T11:10:16.564Z]  MSGFMT po/bg.msg 565 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/de.msg 579 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. [2025-05-23T11:10:16.564Z] MSGFMT po/fr.msg 520 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/hu.msg 514 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/it.msg 519 translated, 1 untranslated. [2025-05-23T11:10:16.564Z] MSGFMT po/ja.msg 546 translated, 1 untranslated. [2025-05-23T11:10:16.564Z] MSGFMT po/nb.msg 474 translated, 39 untranslated. [2025-05-23T11:10:16.564Z] MSGFMT po/pt_br.msg 520 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/pt_pt.msg 550 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/ru.msg 579 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/sv.msg 547 translated. [2025-05-23T11:10:16.564Z] MSGFMT po/vi.msg 543 translated. [2025-05-23T11:10:16.623Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T11:10:16.623Z] 3072 SHA256:d1O9i/yi1xp3A73zkaHpegKVnwbHZIKWdmo9+TuSq9c root@2506c9e055b1 (RSA) [2025-05-23T11:10:16.623Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T11:10:16.623Z] 256 SHA256:NC09l9LdoCCVNuOX8zMsMMbTm/1QNhF4NozkG6RrvTQ root@2506c9e055b1 (ECDSA) [2025-05-23T11:10:16.623Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T11:10:16.623Z] 256 SHA256:ZNu64AAJXcFNMyL94DXPJHxp/2aLrd15skyoja9hFwo root@2506c9e055b1 (ED25519) [2025-05-23T11:10:16.623Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:10:16.623Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:10:16.623Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T11:10:16.623Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T11:10:16.823Z] MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. [2025-05-23T11:10:16.823Z] SUBDIR gitk-git [2025-05-23T11:10:16.823Z]  * new Tcl/Tk interpreter location [2025-05-23T11:10:16.823Z]  GEN gitk-wish [2025-05-23T11:10:16.823Z] Generating catalog po/bg.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/bg.po -l bg -d po/ [2025-05-23T11:10:16.823Z] 317 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/ca.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/ca.po -l ca -d po/ [2025-05-23T11:10:16.823Z] 307 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/de.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/de.po -l de -d po/ [2025-05-23T11:10:16.823Z] 307 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/es.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/es.po -l es -d po/ [2025-05-23T11:10:16.823Z] 184 translated messages, 46 fuzzy translations, 77 untranslated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/fr.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/fr.po -l fr -d po/ [2025-05-23T11:10:16.823Z] 311 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/hu.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/hu.po -l hu -d po/ [2025-05-23T11:10:16.823Z] 277 translated messages, 18 fuzzy translations, 12 untranslated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/it.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/it.po -l it -d po/ [2025-05-23T11:10:16.823Z] 274 translated messages, 17 fuzzy translations, 16 untranslated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/ja.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/ja.po -l ja -d po/ [2025-05-23T11:10:16.823Z] 311 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/pt_br.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ [2025-05-23T11:10:16.823Z] 279 translated messages, 16 fuzzy translations, 12 untranslated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/pt_pt.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ [2025-05-23T11:10:16.823Z] 311 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/ru.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/ru.po -l ru -d po/ [2025-05-23T11:10:16.823Z] 317 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/sv.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/sv.po -l sv -d po/ [2025-05-23T11:10:16.823Z] 311 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/vi.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/vi.po -l vi -d po/ [2025-05-23T11:10:16.823Z] 307 translated messages. [2025-05-23T11:10:16.823Z] Generating catalog po/zh_cn.msg [2025-05-23T11:10:16.823Z] msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ [2025-05-23T11:10:16.823Z] 317 translated messages. [2025-05-23T11:10:16.823Z]  SUBDIR templates [2025-05-23T11:10:16.823Z] MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo [2025-05-23T11:10:17.082Z] 5104 translated messages. [2025-05-23T11:10:17.082Z]  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo [2025-05-23T11:10:17.082Z] 4386 translated messages, 652 fuzzy translations. [2025-05-23T11:10:17.082Z]  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo [2025-05-23T11:10:17.082Z] 5104 translated messages. [2025-05-23T11:10:17.082Z]  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo [2025-05-23T11:10:17.210Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:10:17.210Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T11:10:17.340Z] 1038 translated messages, 3325 untranslated messages. [2025-05-23T11:10:17.340Z]  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo [2025-05-23T11:10:17.340Z] 5104 translated messages. [2025-05-23T11:10:17.340Z]  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo [2025-05-23T11:10:17.340Z] 5104 translated messages. [2025-05-23T11:10:17.340Z]  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo [2025-05-23T11:10:17.340Z] 583 translated messages, 4521 untranslated messages. [2025-05-23T11:10:17.340Z]  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo [2025-05-23T11:10:17.340Z] 14 translated messages. [2025-05-23T11:10:17.340Z]  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo [2025-05-23T11:10:17.598Z] 5013 translated messages. [2025-05-23T11:10:17.598Z]  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo [2025-05-23T11:10:17.598Z] 3608 translated messages. [2025-05-23T11:10:17.598Z]  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo [2025-05-23T11:10:17.598Z] 5103 translated messages. [2025-05-23T11:10:17.598Z]  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo [2025-05-23T11:10:17.856Z] 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. [2025-05-23T11:10:17.856Z]  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo [2025-05-23T11:10:17.856Z] 3441 translated messages, 1596 untranslated messages. [2025-05-23T11:10:17.856Z]  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo [2025-05-23T11:10:17.856Z] 5104 translated messages. [2025-05-23T11:10:17.856Z]  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo [2025-05-23T11:10:17.856Z] 5104 translated messages. [2025-05-23T11:10:17.856Z]  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo [2025-05-23T11:10:18.114Z] 5104 translated messages. [2025-05-23T11:10:18.114Z]  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo [2025-05-23T11:10:18.114Z] 5104 translated messages. [2025-05-23T11:10:18.114Z]  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo [2025-05-23T11:10:18.114Z] 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. [2025-05-23T11:10:18.114Z]  GEN perl/build/lib/Git.pm [2025-05-23T11:10:18.114Z] GEN perl/build/lib/Git/I18N.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/IndexInfo.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/LoadCPAN.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/Packet.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/LoadCPAN/Error.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/Editor.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/Fetcher.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/GlobSpec.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/Log.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/Migration.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/Prompt.pm [2025-05-23T11:10:18.115Z] GEN perl/build/lib/Git/SVN/Ra.pm [2025-05-23T11:10:18.375Z] GEN perl/build/lib/Git/SVN/Utils.pm [2025-05-23T11:10:18.375Z] GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm [2025-05-23T11:10:18.375Z] GEN perl/build/lib/Git/SVN/Memoize/YAML.pm [2025-05-23T11:10:18.375Z] GEN perl/build/lib/FromCPAN/Error.pm [2025-05-23T11:10:18.375Z] GEN perl/build/lib/FromCPAN/Mail/Address.pm [2025-05-23T11:10:18.375Z] CC t/helper/test-fake-ssh.o [2025-05-23T11:10:18.375Z] LINK t/helper/test-fake-ssh [2025-05-23T11:10:18.632Z] CC t/helper/test-tool.o [2025-05-23T11:10:18.632Z] CC t/helper/test-advise.o [2025-05-23T11:10:18.891Z] CC t/helper/test-bloom.o [2025-05-23T11:10:18.891Z] CC t/helper/test-chmtime.o [2025-05-23T11:10:19.149Z] CC t/helper/test-config.o [2025-05-23T11:10:19.409Z] CC t/helper/test-crontab.o [2025-05-23T11:10:19.409Z] CC t/helper/test-ctype.o [2025-05-23T11:10:19.668Z] CC t/helper/test-date.o [2025-05-23T11:10:19.668Z] CC t/helper/test-delta.o [2025-05-23T11:10:19.926Z] CC t/helper/test-dir-iterator.o [2025-05-23T11:10:19.926Z] CC t/helper/test-drop-caches.o [2025-05-23T11:10:20.187Z] CC t/helper/test-dump-cache-tree.o [2025-05-23T11:10:20.447Z] CC t/helper/test-dump-fsmonitor.o [2025-05-23T11:10:20.447Z] CC t/helper/test-dump-split-index.o [2025-05-23T11:10:20.706Z] CC t/helper/test-dump-untracked-cache.o [2025-05-23T11:10:20.706Z] CC t/helper/test-example-decorate.o [2025-05-23T11:10:20.968Z] CC t/helper/test-fast-rebase.o [2025-05-23T11:10:21.228Z] CC t/helper/test-genrandom.o [2025-05-23T11:10:21.228Z] CC t/helper/test-genzeros.o [2025-05-23T11:10:21.489Z] CC t/helper/test-hash-speed.o [2025-05-23T11:10:21.489Z] CC t/helper/test-hash.o [2025-05-23T11:10:21.750Z] CC t/helper/test-hashmap.o [2025-05-23T11:10:21.750Z] CC t/helper/test-index-version.o [2025-05-23T11:10:22.008Z] CC t/helper/test-json-writer.o [2025-05-23T11:10:22.271Z] CC t/helper/test-lazy-init-name-hash.o [2025-05-23T11:10:22.530Z] CC t/helper/test-match-trees.o [2025-05-23T11:10:22.530Z] CC t/helper/test-mergesort.o [2025-05-23T11:10:22.791Z] CC t/helper/test-mktemp.o [2025-05-23T11:10:22.791Z] CC t/helper/test-oid-array.o [2025-05-23T11:10:23.050Z] CC t/helper/test-oidmap.o [2025-05-23T11:10:23.310Z] CC t/helper/test-online-cpus.o [2025-05-23T11:10:23.310Z] CC t/helper/test-parse-options.o [2025-05-23T11:10:23.570Z] CC t/helper/test-parse-pathspec-file.o [2025-05-23T11:10:23.829Z] CC t/helper/test-path-utils.o [2025-05-23T11:10:24.089Z] CC t/helper/test-pcre2-config.o [2025-05-23T11:10:24.089Z] CC t/helper/test-pkt-line.o [2025-05-23T11:10:24.349Z] CC t/helper/test-prio-queue.o [2025-05-23T11:10:24.349Z] CC t/helper/test-proc-receive.o [2025-05-23T11:10:24.677Z] CC t/helper/test-progress.o [2025-05-23T11:10:24.677Z] CC t/helper/test-reach.o [2025-05-23T11:10:24.951Z] CC t/helper/test-read-cache.o [2025-05-23T11:10:25.229Z] CC t/helper/test-read-graph.o [2025-05-23T11:10:25.229Z] CC t/helper/test-read-midx.o [2025-05-23T11:10:25.523Z] CC t/helper/test-ref-store.o [2025-05-23T11:10:25.523Z] CC t/helper/test-regex.o [2025-05-23T11:10:25.808Z] CC t/helper/test-repository.o [2025-05-23T11:10:25.808Z] CC t/helper/test-revision-walking.o [2025-05-23T11:10:26.079Z] CC t/helper/test-run-command.o [2025-05-23T11:10:26.356Z] CC t/helper/test-scrap-cache-tree.o [2025-05-23T11:10:26.356Z] CC t/helper/test-serve-v2.o [2025-05-23T11:10:26.628Z] CC t/helper/test-sha1.o [2025-05-23T11:10:26.628Z] CC t/helper/test-sha256.o [2025-05-23T11:10:26.909Z] CC t/helper/test-sigchain.o [2025-05-23T11:10:26.909Z] CC t/helper/test-strcmp-offset.o [2025-05-23T11:10:27.196Z] CC t/helper/test-string-list.o [2025-05-23T11:10:27.279Z] Removing intermediate container 2506c9e055b1 [2025-05-23T11:10:27.279Z] ---> 549dcd70702c [2025-05-23T11:10:27.279Z] Step 7/21 : RUN pip install pybuilder [2025-05-23T11:10:27.279Z] ---> Running in 5cea166f93da [2025-05-23T11:10:27.496Z] CC t/helper/test-submodule-config.o [2025-05-23T11:10:27.496Z] CC t/helper/test-submodule-nested-repo-config.o [2025-05-23T11:10:27.785Z] CC t/helper/test-subprocess.o [2025-05-23T11:10:27.785Z] CC t/helper/test-trace2.o [2025-05-23T11:10:28.072Z] CC t/helper/test-urlmatch-normalization.o [2025-05-23T11:10:28.072Z] CC t/helper/test-wildmatch.o [2025-05-23T11:10:28.336Z] CC t/helper/test-windows-named-pipe.o [2025-05-23T11:10:28.336Z] CC t/helper/test-write-cache.o [2025-05-23T11:10:28.595Z] CC t/helper/test-xml-encode.o [2025-05-23T11:10:28.595Z] LINK t/helper/test-tool [2025-05-23T11:10:28.854Z] GEN bin-wrappers/git [2025-05-23T11:10:28.854Z] GEN bin-wrappers/git-receive-pack [2025-05-23T11:10:28.854Z] GEN bin-wrappers/git-shell [2025-05-23T11:10:28.854Z] GEN bin-wrappers/git-upload-archive [2025-05-23T11:10:28.854Z] GEN bin-wrappers/git-upload-pack [2025-05-23T11:10:28.854Z] GEN bin-wrappers/git-cvsserver [2025-05-23T11:10:28.854Z] GEN bin-wrappers/test-fake-ssh [2025-05-23T11:10:28.854Z] GEN bin-wrappers/test-tool [2025-05-23T11:10:28.854Z] SUBDIR git-gui [2025-05-23T11:10:29.112Z] SUBDIR gitk-git [2025-05-23T11:10:29.112Z] SUBDIR templates [2025-05-23T11:10:29.112Z] install -d -m 755 '/usr/local/bin' [2025-05-23T11:10:29.112Z] install -d -m 755 '/usr/local/libexec/git-core' [2025-05-23T11:10:29.112Z] install git-daemon git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-http-fetch git-http-push git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-bisect git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-request-pull git-submodule git-web--browse git-add--interactive git-archimport git-cvsexportcommit git-cvsimport git-cvsserver git-send-email git-svn git-p4 git-instaweb '/usr/local/libexec/git-core' [2025-05-23T11:10:29.112Z] install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' [2025-05-23T11:10:29.112Z] install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' [2025-05-23T11:10:29.112Z] make -C templates DESTDIR='' install [2025-05-23T11:10:29.112Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' [2025-05-23T11:10:29.112Z] install -d -m 755 '/usr/local/share/git-core/templates' [2025-05-23T11:10:29.112Z] (cd blt && tar cf - .) | \ [2025-05-23T11:10:29.112Z] (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) [2025-05-23T11:10:29.112Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' [2025-05-23T11:10:29.112Z] install -d -m 755 '/usr/local/libexec/git-core/mergetools' [2025-05-23T11:10:29.112Z] install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' [2025-05-23T11:10:29.112Z] install -d -m 755 '/usr/local/share/locale' [2025-05-23T11:10:29.112Z] (cd po/build/locale && tar cf - .) | \ [2025-05-23T11:10:29.112Z] (cd '/usr/local/share/locale' && umask 022 && tar xof -) [2025-05-23T11:10:29.112Z] install -d -m 755 '/usr/local/share/perl5' [2025-05-23T11:10:29.112Z] (cd perl/build/lib && tar cf - .) | \ [2025-05-23T11:10:29.112Z] (cd '/usr/local/share/perl5' && umask 022 && tar xof -) [2025-05-23T11:10:29.112Z] make -C gitweb install [2025-05-23T11:10:29.112Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-23T11:10:29.112Z] make[2]: Entering directory '/opt/pygsver/git-2.31.1' [2025-05-23T11:10:29.377Z] make[2]: 'GIT-VERSION-FILE' is up to date. [2025-05-23T11:10:29.377Z] make[2]: Leaving directory '/opt/pygsver/git-2.31.1' [2025-05-23T11:10:29.377Z] GEN gitweb.cgi [2025-05-23T11:10:29.377Z] GEN static/gitweb.js [2025-05-23T11:10:29.377Z] install -d -m 755 '/usr/local/share/gitweb' [2025-05-23T11:10:29.377Z] install -m 755 gitweb.cgi '/usr/local/share/gitweb' [2025-05-23T11:10:29.377Z] install -d -m 755 '/usr/local/share/gitweb/static' [2025-05-23T11:10:29.377Z] install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' [2025-05-23T11:10:29.377Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-23T11:10:29.377Z] make -C gitk-git install [2025-05-23T11:10:29.377Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-23T11:10:29.377Z] install -d -m 755 '/usr/local/bin' [2025-05-23T11:10:29.377Z] install -m 755 gitk-wish '/usr/local/bin'/gitk [2025-05-23T11:10:29.377Z] install -d -m 755 '/usr/local/share/gitk/lib/msgs' [2025-05-23T11:10:29.377Z] install -m 644 po/bg.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ca.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/de.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/es.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/fr.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/hu.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/it.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ja.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_br.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_pt.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ru.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/sv.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/vi.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/zh_cn.msg '/usr/local/share/gitk/lib/msgs' && true [2025-05-23T11:10:29.377Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-23T11:10:29.377Z] make -C git-gui gitexecdir='/usr/local/libexec/git-core' install [2025-05-23T11:10:29.377Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-23T11:10:29.377Z] DEST /usr/local/libexec/git-core [2025-05-23T11:10:29.377Z] INSTALL 755 git-gui [2025-05-23T11:10:29.377Z] INSTALL 755 git-gui--askpass [2025-05-23T11:10:29.377Z] LINK git-citool -> git-gui [2025-05-23T11:10:29.377Z] DEST /usr/local/share/git-gui/lib [2025-05-23T11:10:29.377Z] INSTALL 644 tclIndex [2025-05-23T11:10:29.377Z] INSTALL 644 about.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 blame.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 branch.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 branch_checkout.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 branch_create.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 branch_delete.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 branch_rename.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 browser.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 checkout_op.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 choose_font.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 choose_repository.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 choose_rev.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 chord.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 class.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 commit.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 console.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 database.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 date.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 diff.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 encoding.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 error.tcl [2025-05-23T11:10:29.377Z] INSTALL 644 index.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 line.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 logo.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 merge.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 mergetool.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 option.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 remote.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 remote_add.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 remote_branch_delete.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 search.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 shortcut.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 spellcheck.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 sshkey.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 status_bar.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 themed.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 tools.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 tools_dlg.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 transport.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 win32.tcl [2025-05-23T11:10:29.636Z] INSTALL 644 git-gui.ico [2025-05-23T11:10:29.636Z] INSTALL 644 win32_shortcut.js [2025-05-23T11:10:29.636Z] DEST /usr/local/share/git-gui/lib/msgs [2025-05-23T11:10:29.636Z] INSTALL 644 bg.msg [2025-05-23T11:10:29.636Z] INSTALL 644 de.msg [2025-05-23T11:10:29.636Z] INSTALL 644 el.msg [2025-05-23T11:10:29.636Z] INSTALL 644 fr.msg [2025-05-23T11:10:29.636Z] INSTALL 644 hu.msg [2025-05-23T11:10:29.636Z] INSTALL 644 it.msg [2025-05-23T11:10:29.636Z] INSTALL 644 ja.msg [2025-05-23T11:10:29.636Z] INSTALL 644 nb.msg [2025-05-23T11:10:29.636Z] INSTALL 644 pt_br.msg [2025-05-23T11:10:29.636Z] INSTALL 644 pt_pt.msg [2025-05-23T11:10:29.636Z] INSTALL 644 ru.msg [2025-05-23T11:10:29.636Z] INSTALL 644 sv.msg [2025-05-23T11:10:29.636Z] INSTALL 644 vi.msg [2025-05-23T11:10:29.636Z] INSTALL 644 zh_cn.msg [2025-05-23T11:10:29.637Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-23T11:10:29.637Z] bindir=$(cd '/usr/local/bin' && pwd) && \ [2025-05-23T11:10:29.637Z] execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ [2025-05-23T11:10:29.637Z] destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ [2025-05-23T11:10:29.637Z] { test "$bindir/" = "$execdir/" || \ [2025-05-23T11:10:29.637Z] for p in git git-shell git-cvsserver; do \ [2025-05-23T11:10:29.637Z] rm -f "$execdir/$p" && \ [2025-05-23T11:10:29.637Z] test -n "" && \ [2025-05-23T11:10:29.637Z] ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ [2025-05-23T11:10:29.637Z] { test -z "" && \ [2025-05-23T11:10:29.637Z] ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] cp "$bindir/$p" "$execdir/$p" || exit; } \ [2025-05-23T11:10:29.637Z] done; \ [2025-05-23T11:10:29.637Z] } && \ [2025-05-23T11:10:29.637Z] for p in git-receive-pack git-upload-archive git-upload-pack; do \ [2025-05-23T11:10:29.637Z] rm -f "$bindir/$p" && \ [2025-05-23T11:10:29.637Z] test -n "" && \ [2025-05-23T11:10:29.637Z] ln -s "git" "$bindir/$p" || \ [2025-05-23T11:10:29.637Z] { test -z "" && \ [2025-05-23T11:10:29.637Z] ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] ln -s "git" "$bindir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] cp "$bindir/git" "$bindir/$p" || exit; }; \ [2025-05-23T11:10:29.637Z] done && \ [2025-05-23T11:10:29.637Z] for p in git-add git-am git-annotate git-apply git-archive git-bisect--helper git-blame git-branch git-bugreport git-bundle git-cat-file git-check-attr git-check-ignore git-check-mailmap git-check-ref-format git-checkout-index git-checkout git-clean git-clone git-column git-commit-graph git-commit-tree git-commit git-config git-count-objects git-credential-cache--daemon git-credential-cache git-credential-store git-credential git-describe git-diff-files git-diff-index git-diff-tree git-diff git-difftool git-env--helper git-fast-export git-fast-import git-fetch-pack git-fetch git-fmt-merge-msg git-for-each-ref git-for-each-repo git-fsck git-gc git-get-tar-commit-id git-grep git-hash-object git-help git-index-pack git-init-db git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree git-mailinfo git-mailsplit git-merge-base git-merge-file git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-merge git-mktag git-mktree git-multi-pack-index git-mv git-name-rev git-notes git-pack-objects git-pack-redundant git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push git-range-diff git-read-tree git-rebase git-receive-pack git-reflog git-remote-ext git-remote-fd git-remote git-repack git-replace git-rerere git-reset git-rev-list git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch git-show-index git-show-ref git-sparse-checkout git-stash git-stripspace git-submodule--helper git-symbolic-ref git-tag git-unpack-file git-unpack-objects git-update-index git-update-ref git-update-server-info git-upload-archive git-upload-pack git-var git-verify-commit git-verify-pack git-verify-tag git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch git-fsck-objects git-init git-maintenance git-merge-subtree git-restore git-show git-stage git-status git-switch git-whatchanged; do \ [2025-05-23T11:10:29.637Z] rm -f "$execdir/$p" && \ [2025-05-23T11:10:29.637Z] if test -z ""; \ [2025-05-23T11:10:29.637Z] then \ [2025-05-23T11:10:29.637Z] test -n "" && \ [2025-05-23T11:10:29.637Z] ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ [2025-05-23T11:10:29.637Z] { test -z "" && \ [2025-05-23T11:10:29.637Z] ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] ln -s "git" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] cp "$execdir/git" "$execdir/$p" || exit; }; \ [2025-05-23T11:10:29.637Z] fi \ [2025-05-23T11:10:29.637Z] done && \ [2025-05-23T11:10:29.637Z] remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ [2025-05-23T11:10:29.637Z] for p in $remote_curl_aliases; do \ [2025-05-23T11:10:29.637Z] rm -f "$execdir/$p" && \ [2025-05-23T11:10:29.637Z] test -n "" && \ [2025-05-23T11:10:29.637Z] ln -s "git-remote-http" "$execdir/$p" || \ [2025-05-23T11:10:29.637Z] { test -z "" && \ [2025-05-23T11:10:29.637Z] ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:10:29.637Z] cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ [2025-05-23T11:10:29.637Z] done && \ [2025-05-23T11:10:29.637Z] ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" [2025-05-23T11:10:32.169Z] Removing intermediate container d38e98818adf [2025-05-23T11:10:32.169Z] ---> 236a23cfdecc [2025-05-23T11:10:32.169Z] Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-23T11:10:32.169Z] ---> f7e4398e63d7 [2025-05-23T11:10:32.169Z] Step 16/21 : RUN pip install pygsver-*.tar.gz [2025-05-23T11:10:32.169Z] ---> Running in e20a6353b976 [2025-05-23T11:10:33.548Z] Processing ./pygsver-0.1.4.tar.gz [2025-05-23T11:10:33.548Z] Installing build dependencies: started [2025-05-23T11:10:35.477Z] Collecting pybuilder [2025-05-23T11:10:35.477Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-23T11:10:36.081Z] Installing build dependencies: finished with status 'done' [2025-05-23T11:10:36.081Z] Getting requirements to build wheel: started [2025-05-23T11:10:36.435Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-23T11:10:36.648Z] Getting requirements to build wheel: finished with status 'done' [2025-05-23T11:10:36.648Z] Preparing metadata (pyproject.toml): started [2025-05-23T11:10:36.702Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 30.1 MB/s eta 0:00:00 [2025-05-23T11:10:36.966Z] Installing collected packages: pybuilder [2025-05-23T11:10:37.216Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-23T11:10:37.216Z] Collecting semver==2.13.0 (from pygsver==0.1.4) [2025-05-23T11:10:37.475Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-23T11:10:37.475Z] Collecting GitPython==3.1.41 (from pygsver==0.1.4) [2025-05-23T11:10:37.475Z] Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) [2025-05-23T11:10:37.475Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) [2025-05-23T11:10:37.475Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-23T11:10:37.475Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) [2025-05-23T11:10:37.475Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-23T11:10:37.475Z] Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) [2025-05-23T11:10:37.475Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-23T11:10:37.475Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-23T11:10:37.475Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-23T11:10:37.475Z] Building wheels for collected packages: pygsver [2025-05-23T11:10:37.475Z] Building wheel for pygsver (pyproject.toml): started [2025-05-23T11:10:38.411Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-23T11:10:38.411Z] Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=a41156bb6bfd4d3d07b0c54428fd617862adefe6d0733525a63c7c76b899ea10 [2025-05-23T11:10:38.411Z] Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 [2025-05-23T11:10:38.411Z] Successfully built pygsver [2025-05-23T11:10:38.411Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-23T11:10:38.411Z] Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 [2025-05-23T11:10:38.411Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-23T11:10:38.671Z]  [2025-05-23T11:10:38.671Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T11:10:38.671Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T11:10:38.929Z] Removing intermediate container e20a6353b976 [2025-05-23T11:10:38.929Z] ---> 9bd9a640207e [2025-05-23T11:10:38.929Z] Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-23T11:10:39.188Z] ---> 4a696f8ec456 [2025-05-23T11:10:39.188Z] Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-23T11:10:39.188Z] ---> Running in 49682a7505b8 [2025-05-23T11:10:39.756Z] Removing intermediate container 49682a7505b8 [2025-05-23T11:10:39.756Z] ---> 2eeaf20b4b4b [2025-05-23T11:10:39.756Z] Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-23T11:10:39.756Z] ---> Running in 4b57af15b5fe [2025-05-23T11:10:39.756Z] Removing intermediate container 4b57af15b5fe [2025-05-23T11:10:39.756Z] ---> b887447d885c [2025-05-23T11:10:39.756Z] Step 20/21 : LABEL arch=amd64 [2025-05-23T11:10:39.756Z] ---> Running in f17588199830 [2025-05-23T11:10:39.756Z] Removing intermediate container f17588199830 [2025-05-23T11:10:39.756Z] ---> c1c991207554 [2025-05-23T11:10:39.756Z] Step 21/21 : LABEL git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 [2025-05-23T11:10:39.756Z] ---> Running in f0bab47de15a [2025-05-23T11:10:40.015Z] Removing intermediate container f0bab47de15a [2025-05-23T11:10:40.015Z] ---> 305d46d5a3fc [2025-05-23T11:10:40.015Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-23T11:10:40.015Z] Successfully built 305d46d5a3fc [2025-05-23T11:10:40.015Z] Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2025-05-23T11:10:40.296Z] Successfully installed pybuilder-0.13.15 [2025-05-23T11:10:40.296Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 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-23T11:10:40.875Z]  [2025-05-23T11:10:40.875Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T11:10:40.875Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T11:10:40.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T11:10:40.985Z] [2025-05-23T11:10:40.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T11:10:41.367Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T11:10:41.367Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-23T11:10:41.367Z] 5eb5b503b376: Pulling fs layer [2025-05-23T11:10:41.367Z] 5c69ac0246d0: Pulling fs layer [2025-05-23T11:10:41.367Z] ec43610c2a17: Pulling fs layer [2025-05-23T11:10:41.367Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-23T11:10:41.367Z] 33b1e0a273af: Pulling fs layer [2025-05-23T11:10:41.367Z] 5d3b04190fa2: Pulling fs layer [2025-05-23T11:10:41.367Z] 2f39f015ded8: Pulling fs layer [2025-05-23T11:10:41.367Z] 33b1e0a273af: Waiting [2025-05-23T11:10:41.367Z] 5d3b04190fa2: Waiting [2025-05-23T11:10:41.367Z] 2f39f015ded8: Waiting [2025-05-23T11:10:41.367Z] 3a2ae6a8a46f: Waiting [2025-05-23T11:10:41.367Z] 5c69ac0246d0: Download complete [2025-05-23T11:10:41.367Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-23T11:10:41.367Z] 3a2ae6a8a46f: Download complete [2025-05-23T11:10:41.367Z] 33b1e0a273af: Verifying Checksum [2025-05-23T11:10:41.367Z] 33b1e0a273af: Download complete [2025-05-23T11:10:41.626Z] 5d3b04190fa2: Verifying Checksum [2025-05-23T11:10:41.626Z] 5d3b04190fa2: Download complete [2025-05-23T11:10:41.626Z] ec43610c2a17: Verifying Checksum [2025-05-23T11:10:41.626Z] 5eb5b503b376: Verifying Checksum [2025-05-23T11:10:41.626Z] 5eb5b503b376: Download complete [2025-05-23T11:10:42.193Z] 2f39f015ded8: Download complete [2025-05-23T11:10:42.761Z] 5eb5b503b376: Pull complete [2025-05-23T11:10:43.020Z] 5c69ac0246d0: Pull complete [2025-05-23T11:10:43.278Z] ec43610c2a17: Pull complete [2025-05-23T11:10:43.475Z] Removing intermediate container 5cea166f93da [2025-05-23T11:10:43.476Z] ---> 62abf2af21cf [2025-05-23T11:10:43.476Z] Step 8/21 : RUN pyb install [2025-05-23T11:10:43.476Z] ---> Running in 2f405efa684e [2025-05-23T11:10:43.537Z] 3a2ae6a8a46f: Pull complete [2025-05-23T11:10:43.795Z] 33b1e0a273af: Pull complete [2025-05-23T11:10:43.795Z] 5d3b04190fa2: Pull complete [2025-05-23T11:10:47.983Z] 2f39f015ded8: Pull complete [2025-05-23T11:10:47.983Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-23T11:10:47.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T11:10:47.983Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-23T11:10:48.258Z] prd-ubuntu20.04-docker-8c-8g-2121 does not seem to be running inside a container [2025-05-23T11:10:48.289Z] $ 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-76 -v /w/workspace/edgexfoundry_git-semver_PR-76:/w/workspace/edgexfoundry_git-semver_PR-76:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-76@tmp:/w/workspace/edgexfoundry_git-semver_PR-76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-23T11:10:50.610Z] $ docker top 4c1fa0a7108e92dea2f5be4e9991f841423279726c555f89f1470d60802c3814 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:10:51.102Z] ---> job-cost.sh [2025-05-23T11:10:51.102Z] lf-activate-venv: SKIPPING [2025-05-23T11:10:51.102Z] INFO: No Stack... [2025-05-23T11:10:51.362Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-23T11:10:51.622Z] INFO: Archiving Costs [Pipeline] sh [2025-05-23T11:10:51.937Z] + cat /w/workspace/edgexfoundry_git-semver_PR-76/archives/cost.csv [2025-05-23T11:10:51.937Z] + cut -d, -f6 [Pipeline] lock [2025-05-23T11:10:51.996Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [2025-05-23T11:10:52.001Z] Resource [jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] did not exist. Created. [2025-05-23T11:10:52.007Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-23T11:10:52.401Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-23T11:10:52.649Z] Stashed 1 file(s) [Pipeline] } [2025-05-23T11:10:52.670Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-23T11:10:52.746Z] $ docker stop --time=1 4c1fa0a7108e92dea2f5be4e9991f841423279726c555f89f1470d60802c3814 [2025-05-23T11:10:53.919Z] $ docker rm -f --volumes 4c1fa0a7108e92dea2f5be4e9991f841423279726c555f89f1470d60802c3814 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-23T11:12:20.108Z] PyBuilder version 0.13.15 [2025-05-23T11:12:20.108Z] Build started at 2025-05-23 11:10:46 [2025-05-23T11:12:20.108Z] ------------------------------------------------------------ [2025-05-23T11:12:20.108Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-23T11:12:20.108Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-23T11:12:20.108Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Building pygsver version 0.1.4 [2025-05-23T11:12:20.108Z] [INFO] Executing build in /code [2025-05-23T11:12:20.108Z] [INFO] Going to execute task install [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-23T11:12:20.108Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-23T11:12:20.108Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-23T11:12:20.108Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-23T11:12:20.108Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-23T11:12:20.108Z] [INFO] Running unit tests [2025-05-23T11:12:20.108Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:23,939 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T11:12:24.348Z] ERROR: something bad happened [2025-05-23T11:12:24.348Z] 1.2.3-dev.1 [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,073 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,074 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,075 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,111 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,112 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,113 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,114 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,115 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,180 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,213 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,246 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,246 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,312 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T11:12:24.348Z] 2025-05-23 11:12:24,349 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T11:12:24.614Z] 2025-05-23 11:12:24,417 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T11:12:24.614Z] 2025-05-23 11:12:24,455 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T11:12:24.614Z] 2025-05-23 11:12:24,495 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T11:12:24.614Z] 2025-05-23 11:12:24,535 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T11:12:24.880Z] 2025-05-23 11:12:24,724 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:12:24.880Z] 2025-05-23 11:12:24,785 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:12:24.880Z] 2025-05-23 11:12:24,865 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:12:25.145Z] 2025-05-23 11:12:24,927 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:12:25.145Z] 2025-05-23 11:12:25,008 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:12:25.145Z] 2025-05-23 11:12:25,076 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:12:25.145Z] 2025-05-23 11:12:25,112 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,156 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,197 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,238 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,238 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,302 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,302 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,303 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,303 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,304 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,305 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,306 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,306 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,307 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,308 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,308 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,309 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,310 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,310 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,311 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,312 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,313 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,313 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,314 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,315 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,316 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,316 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,317 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,317 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,318 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,319 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,320 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,320 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,321 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,322 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,323 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,323 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,324 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,325 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,326 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,326 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,327 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,327 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T11:12:25.413Z] 2025-05-23 11:12:25,328 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T11:12:25.993Z] [INFO] Executed 39 unit tests [2025-05-23T11:12:25.993Z] [INFO] All unit tests passed. [2025-05-23T11:12:25.993Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 [2025-05-23T11:12:25.993Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts [2025-05-23T11:12:25.993Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py [2025-05-23T11:12:25.993Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-23T11:12:25.993Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-23T11:12:25.993Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-23T11:12:25.993Z] [INFO] Running unit tests [2025-05-23T11:12:25.993Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,089 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-23T11:12:31.327Z] ERROR: something bad happened [2025-05-23T11:12:31.327Z] 1.2.3-dev.1 [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,260 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,263 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,265 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,306 MainThread pygsver.push [run_push] DEBUG push [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,308 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,308 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,309 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-23T11:12:31.327Z] 2025-05-23 11:12:31,313 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-23T11:12:31.591Z] 2025-05-23 11:12:31,384 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:12:31.591Z] 2025-05-23 11:12:31,422 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:12:31.591Z] 2025-05-23 11:12:31,460 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-23T11:12:31.591Z] 2025-05-23 11:12:31,462 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-23T11:12:31.591Z] 2025-05-23 11:12:31,539 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-23T11:12:31.591Z] 2025-05-23 11:12:31,581 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-23T11:12:31.854Z] 2025-05-23 11:12:31,657 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-23T11:12:31.854Z] 2025-05-23 11:12:31,702 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-23T11:12:31.854Z] 2025-05-23 11:12:31,751 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-23T11:12:31.854Z] 2025-05-23 11:12:31,795 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-23T11:12:32.119Z] 2025-05-23 11:12:32,006 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:12:32.119Z] 2025-05-23 11:12:32,054 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-23T11:12:32.383Z] 2025-05-23 11:12:32,147 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:12:32.383Z] 2025-05-23 11:12:32,204 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-23T11:12:32.383Z] 2025-05-23 11:12:32,305 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:12:32.383Z] 2025-05-23 11:12:32,383 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,423 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,474 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,524 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,574 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,576 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,642 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,643 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,644 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,645 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,646 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,647 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,649 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,650 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,651 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,652 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-23T11:12:32.650Z] 2025-05-23 11:12:32,653 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,654 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,656 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,657 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,658 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,659 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,661 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,661 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,663 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,664 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,665 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,666 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,667 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,668 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,670 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,671 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,672 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,673 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,674 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,675 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,680 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,681 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,682 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,683 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,684 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-23T11:12:32.916Z] 2025-05-23 11:12:32,685 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-23T11:13:29.259Z] [INFO] Executed 39 unit tests [2025-05-23T11:13:29.259Z] [INFO] All unit tests passed. [2025-05-23T11:13:29.259Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-23T11:13:29.259Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-23T11:13:29.259Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-23T11:13:29.259Z] [INFO] Overall pygsver coverage is 100% [2025-05-23T11:13:29.259Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-23T11:13:29.259Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-23T11:13:29.259Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 [2025-05-23T11:13:29.259Z] [INFO] Running Twine check for generated artifacts [2025-05-23T11:13:29.259Z] [INFO] Installing project pygsver-0.1.4 [2025-05-23T11:13:29.259Z] ------------------------------------------------------------ [2025-05-23T11:13:29.259Z] BUILD SUCCESSFUL [2025-05-23T11:13:29.259Z] ------------------------------------------------------------ [2025-05-23T11:13:29.259Z] Build Summary [2025-05-23T11:13:29.259Z] Project: pygsver [2025-05-23T11:13:29.259Z] Version: 0.1.4 [2025-05-23T11:13:29.259Z] Base directory: /code [2025-05-23T11:13:29.259Z] Environments: [2025-05-23T11:13:29.259Z] Tasks: prepare [64107 ms] compile_sources [0 ms] run_unit_tests [6156 ms] package [13 ms] run_integration_tests [0 ms] verify [0 ms] coverage [9991 ms] publish [12648 ms] install [31488 ms] [2025-05-23T11:13:29.259Z] Build finished at 2025-05-23 11:13:19 [2025-05-23T11:13:29.259Z] Build took 153 seconds (153093 ms) [2025-05-23T11:13:31.834Z] Removing intermediate container 2f405efa684e [2025-05-23T11:13:31.834Z] ---> 0adf6193d8f9 [2025-05-23T11:13:31.834Z] Step 9/21 : FROM python:3.13-slim [2025-05-23T11:13:31.834Z] ---> 2e2ecad80adb [2025-05-23T11:13:31.834Z] Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-23T11:13:31.834Z] ---> Using cache [2025-05-23T11:13:31.834Z] ---> 9a0bc8d9d39f [2025-05-23T11:13:31.834Z] Step 11/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-23T11:13:31.834Z] ---> Using cache [2025-05-23T11:13:31.834Z] ---> 98afcabe118a [2025-05-23T11:13:31.834Z] Step 12/21 : WORKDIR /opt/pygsver [2025-05-23T11:13:31.834Z] ---> Running in ba939d52b32b [2025-05-23T11:13:32.098Z] Removing intermediate container ba939d52b32b [2025-05-23T11:13:32.098Z] ---> 96279fbc8ff1 [2025-05-23T11:13:32.098Z] Step 13/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional curl gosu ca-certificates libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev make gcc [2025-05-23T11:13:32.362Z] ---> Running in 45c7185f8b85 [2025-05-23T11:13:33.327Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-23T11:13:33.327Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-23T11:13:33.327Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-23T11:13:33.594Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-23T11:13:33.860Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-23T11:13:34.134Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] [2025-05-23T11:13:36.703Z] Fetched 9203 kB in 3s (2696 kB/s) [2025-05-23T11:13:40.037Z] Reading package lists... [2025-05-23T11:13:43.368Z] Reading package lists... [2025-05-23T11:13:43.368Z] Building dependency tree... [2025-05-23T11:13:43.368Z] Reading state information... [2025-05-23T11:13:44.324Z] ca-certificates is already the newest version (20230311). [2025-05-23T11:13:44.324Z] The following additional packages will be installed: [2025-05-23T11:13:44.324Z] binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 dbus dbus-bin [2025-05-23T11:13:44.324Z] dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session [2025-05-23T11:13:44.324Z] dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales [2025-05-23T11:13:44.324Z] libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 [2025-05-23T11:13:44.324Z] libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools [2025-05-23T11:13:44.324Z] libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 [2025-05-23T11:13:44.324Z] libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 [2025-05-23T11:13:44.324Z] libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 [2025-05-23T11:13:44.324Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-23T11:13:44.324Z] libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 [2025-05-23T11:13:44.324Z] libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 [2025-05-23T11:13:44.324Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T11:13:44.324Z] liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 [2025-05-23T11:13:44.324Z] libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 [2025-05-23T11:13:44.324Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T11:13:44.324Z] libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev [2025-05-23T11:13:44.324Z] libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data [2025-05-23T11:13:44.324Z] libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 [2025-05-23T11:13:44.324Z] libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client [2025-05-23T11:13:44.324Z] openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto [2025-05-23T11:13:44.324Z] runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-23T11:13:44.324Z] Suggested packages: [2025-05-23T11:13:44.324Z] binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf [2025-05-23T11:13:44.324Z] automake libtool flex bison gdb gcc-doc gcc-12-doc autopoint gettext-doc [2025-05-23T11:13:44.324Z] libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc libgnutls28-dev [2025-05-23T11:13:44.324Z] libidn-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev pkg-config [2025-05-23T11:13:44.324Z] libgd-tools krb5-doc krb5-user libsasl2-modules-gssapi-mit [2025-05-23T11:13:44.324Z] | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp [2025-05-23T11:13:44.324Z] libsasl2-modules-sql libssl-doc make-doc man-browser keychain libpam-ssh [2025-05-23T11:13:44.324Z] monkeysphere ssh-askpass molly-guard ufw systemd-container systemd-homed [2025-05-23T11:13:44.324Z] systemd-userdbd systemd-boot systemd-resolved libqrencode4 [2025-05-23T11:13:44.324Z] libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 [2025-05-23T11:13:50.966Z] The following NEW packages will be installed: [2025-05-23T11:13:50.966Z] binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 curl dbus [2025-05-23T11:13:50.966Z] dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-23T11:13:50.966Z] dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 [2025-05-23T11:13:50.966Z] gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 [2025-05-23T11:13:50.966Z] libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 [2025-05-23T11:13:50.966Z] libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev [2025-05-23T11:13:50.966Z] libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 [2025-05-23T11:13:50.966Z] libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 [2025-05-23T11:13:50.966Z] libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 [2025-05-23T11:13:50.966Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-23T11:13:50.966Z] libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 [2025-05-23T11:13:50.966Z] libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 [2025-05-23T11:13:50.966Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-23T11:13:50.966Z] liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 [2025-05-23T11:13:50.966Z] libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 [2025-05-23T11:13:50.966Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-23T11:13:50.966Z] libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common [2025-05-23T11:13:50.966Z] libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 [2025-05-23T11:13:50.966Z] libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2025-05-23T11:13:50.966Z] libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term [2025-05-23T11:13:50.966Z] netcat-traditional openssh-client openssh-server openssh-sftp-server procps [2025-05-23T11:13:50.966Z] psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd [2025-05-23T11:13:50.966Z] systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev [2025-05-23T11:13:50.966Z] 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. [2025-05-23T11:13:50.966Z] Need to get 87.4 MB of archives. [2025-05-23T11:13:50.966Z] After this operation, 346 MB of additional disk space will be used. [2025-05-23T11:13:50.966Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-23T11:13:50.966Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-23T11:13:50.966Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-23T11:13:50.966Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-23T11:13:50.966Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-23T11:13:50.966Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-23T11:13:50.966Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-23T11:13:50.966Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-23T11:13:50.966Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-23T11:13:50.966Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-23T11:13:50.966Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-23T11:13:50.966Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-23T11:13:50.966Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-23T11:13:50.966Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-23T11:13:50.966Z] 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-23T11:13:50.966Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-23T11:13:50.966Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-23T11:13:50.966Z] 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-23T11:13:50.966Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-23T11:13:50.966Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-23T11:13:50.966Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-23T11:13:50.966Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-23T11:13:50.966Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-23T11:13:50.966Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-23T11:13:50.966Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-23T11:13:50.966Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-23T11:13:50.966Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-23T11:13:50.966Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-23T11:13:50.966Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-23T11:13:50.966Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-23T11:13:50.966Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-23T11:13:50.966Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-23T11:13:50.966Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-23T11:13:50.966Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-23T11:13:50.966Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-23T11:13:50.966Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-23T11:13:50.966Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-23T11:13:50.966Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-23T11:13:50.966Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-23T11:13:50.966Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-23T11:13:50.966Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-12 [159 kB] [2025-05-23T11:13:50.966Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-23T11:13:50.966Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-23T11:13:50.966Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-23T11:13:50.966Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB] [2025-05-23T11:13:50.966Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-23T11:13:50.966Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-23T11:13:50.966Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-23T11:13:50.966Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB] [2025-05-23T11:13:50.966Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB] [2025-05-23T11:13:50.966Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB] [2025-05-23T11:13:50.966Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB] [2025-05-23T11:13:50.966Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB] [2025-05-23T11:13:50.966Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB] [2025-05-23T11:13:50.966Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB] [2025-05-23T11:13:50.966Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB] [2025-05-23T11:13:50.966Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB] [2025-05-23T11:13:50.966Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB] [2025-05-23T11:13:50.966Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB] [2025-05-23T11:13:50.966Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14+deb12u1 [8228 kB] [2025-05-23T11:13:50.966Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B] [2025-05-23T11:13:50.966Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-23T11:13:50.966Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-23T11:13:50.966Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-23T11:13:50.966Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-23T11:13:50.966Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-23T11:13:50.966Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-23T11:13:50.966Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-23T11:13:50.966Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-23T11:13:50.966Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u12 [367 kB] [2025-05-23T11:13:50.966Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u12 [309 kB] [2025-05-23T11:13:50.966Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-23T11:13:50.966Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB] [2025-05-23T11:13:50.966Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB] [2025-05-23T11:13:50.966Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14+deb12u1 [37.7 kB] [2025-05-23T11:13:50.966Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14+deb12u1 [104 kB] [2025-05-23T11:13:50.966Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14+deb12u1 [24.0 kB] [2025-05-23T11:13:50.966Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14+deb12u1 [9568 B] [2025-05-23T11:13:50.966Z] Get:79 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14+deb12u1 [2096 kB] [2025-05-23T11:13:50.966Z] Get:80 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14+deb12u1 [926 kB] [2025-05-23T11:13:51.233Z] Get:81 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14+deb12u1 [2178 kB] [2025-05-23T11:13:51.233Z] Get:82 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14+deb12u1 [862 kB] [2025-05-23T11:13:51.233Z] Get:83 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14+deb12u1 [999 kB] [2025-05-23T11:13:51.233Z] Get:84 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14+deb12u1 [956 kB] [2025-05-23T11:13:51.233Z] Get:85 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14+deb12u1 [16.3 MB] [2025-05-23T11:13:51.499Z] Get:86 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B] [2025-05-23T11:13:51.499Z] Get:87 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2025-05-23T11:13:51.767Z] Get:88 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] [2025-05-23T11:13:51.767Z] Get:89 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-12 [1248 kB] [2025-05-23T11:13:51.767Z] Get:90 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] [2025-05-23T11:13:51.767Z] Get:91 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1+deb12u2 [363 kB] [2025-05-23T11:13:51.767Z] Get:92 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB] [2025-05-23T11:13:51.767Z] Get:93 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB] [2025-05-23T11:13:51.767Z] Get:94 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB] [2025-05-23T11:13:51.767Z] Get:95 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB] [2025-05-23T11:13:51.767Z] Get:96 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB] [2025-05-23T11:13:51.767Z] Get:97 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB] [2025-05-23T11:13:51.767Z] Get:98 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB] [2025-05-23T11:13:51.767Z] Get:99 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB] [2025-05-23T11:13:51.767Z] Get:100 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u10 [46.2 kB] [2025-05-23T11:13:51.767Z] Get:101 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB] [2025-05-23T11:13:52.034Z] Get:102 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u4 [368 kB] [2025-05-23T11:13:52.034Z] Get:103 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB] [2025-05-23T11:13:52.034Z] Get:104 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB] [2025-05-23T11:13:52.034Z] Get:105 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB] [2025-05-23T11:13:52.034Z] Get:106 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB] [2025-05-23T11:13:52.034Z] Get:107 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1+deb12u1 [191 kB] [2025-05-23T11:13:52.034Z] Get:108 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB] [2025-05-23T11:13:52.034Z] Get:109 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB] [2025-05-23T11:13:52.034Z] Get:110 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB] [2025-05-23T11:13:52.034Z] Get:111 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB] [2025-05-23T11:13:52.034Z] Get:112 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u2 [301 kB] [2025-05-23T11:13:52.034Z] Get:113 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-23T11:13:52.034Z] Get:114 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-23T11:13:52.034Z] Get:115 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-23T11:13:52.034Z] Get:116 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-23T11:13:52.034Z] Get:117 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-23T11:13:52.034Z] Get:118 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB] [2025-05-23T11:13:52.034Z] Get:119 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB] [2025-05-23T11:13:52.034Z] Get:120 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u10 [53.4 kB] [2025-05-23T11:13:52.034Z] Get:121 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.137-1 [2115 kB] [2025-05-23T11:13:52.034Z] Get:122 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB] [2025-05-23T11:13:52.034Z] Get:123 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB] [2025-05-23T11:13:52.035Z] Get:124 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB] [2025-05-23T11:13:52.035Z] Get:125 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB] [2025-05-23T11:13:52.035Z] Get:126 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u10 [1431 kB] [2025-05-23T11:13:52.035Z] Get:127 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-23T11:13:52.035Z] Get:128 http://deb.debian.org/debian bookworm/main arm64 libcurl4-gnutls-dev arm64 7.88.1-10+deb12u12 [472 kB] [2025-05-23T11:13:52.035Z] Get:129 http://deb.debian.org/debian bookworm/main arm64 libexpat1-dev arm64 2.5.0-1+deb12u1 [134 kB] [2025-05-23T11:13:52.035Z] Get:130 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-23T11:13:52.035Z] Get:131 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-23T11:13:52.035Z] Get:132 http://deb.debian.org/debian bookworm/main arm64 libssl-dev arm64 3.0.16-1~deb12u1 [2310 kB] [2025-05-23T11:13:52.301Z] Get:133 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-23T11:13:52.302Z] Get:134 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-23T11:13:52.302Z] Get:135 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB] [2025-05-23T11:13:52.302Z] Get:136 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB] [2025-05-23T11:13:52.302Z] Get:137 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-23T11:13:52.302Z] Get:138 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-23T11:13:52.302Z] Get:139 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-23T11:13:52.302Z] Get:140 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-23T11:13:52.302Z] Get:141 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2025-05-23T11:13:52.884Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-23T11:13:52.884Z] Fetched 87.4 MB in 2s (43.8 MB/s) [2025-05-23T11:13:53.156Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-23T11:13:53.156Z] (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-23T11:13:53.156Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-23T11:13:53.156Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:13:53.156Z] Selecting previously unselected package dmsetup. [2025-05-23T11:13:53.156Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-23T11:13:53.156Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-23T11:13:53.156Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-23T11:13:53.156Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-23T11:13:53.156Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T11:13:53.424Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-23T11:13:53.424Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-23T11:13:53.424Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-23T11:13:53.424Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-23T11:13:53.424Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-23T11:13:53.424Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:13:53.692Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-23T11:13:53.692Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-23T11:13:53.692Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T11:13:53.692Z] Selecting previously unselected package libkmod2:arm64. [2025-05-23T11:13:53.692Z] Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2025-05-23T11:13:53.692Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-23T11:13:53.960Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-23T11:13:53.960Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-23T11:13:53.960Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T11:13:53.960Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-23T11:13:53.960Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-23T11:13:53.960Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T11:13:53.960Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-23T11:13:53.960Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:13:53.960Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:13:54.549Z] Selecting previously unselected package systemd. [2025-05-23T11:13:54.549Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:13:54.549Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-23T11:13:55.132Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-23T11:13:55.132Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-23T11:13:55.402Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-23T11:13:55.402Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-23T11:13:55.402Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-23T11:13:55.402Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-23T11:13:55.402Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:13:55.402Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-23T11:13:55.402Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-23T11:13:55.402Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-23T11:13:55.402Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-23T11:13:55.402Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-23T11:13:55.668Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-23T11:13:55.668Z] Initializing machine ID from random generator. [2025-05-23T11:13:55.668Z] Creating group 'systemd-journal' with GID 999. [2025-05-23T11:13:55.668Z] Creating group 'systemd-network' with GID 998. [2025-05-23T11:13:55.668Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-23T11:13:55.936Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-23T11:13:55.936Z] Selecting previously unselected package systemd-sysv. [2025-05-23T11:13:55.936Z] (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-23T11:13:55.936Z] Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:13:55.936Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:13:56.201Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-23T11:13:56.201Z] Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:13:56.201Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T11:13:56.201Z] Selecting previously unselected package dbus-bin. [2025-05-23T11:13:56.201Z] Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:13:56.201Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:13:56.201Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-23T11:13:56.201Z] Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:13:56.201Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:13:56.472Z] Selecting previously unselected package libexpat1:arm64. [2025-05-23T11:13:56.473Z] Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-23T11:13:56.473Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T11:13:56.473Z] Selecting previously unselected package dbus-daemon. [2025-05-23T11:13:56.473Z] Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:13:56.473Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:13:56.473Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-23T11:13:56.738Z] Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-23T11:13:56.738Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:13:56.738Z] Selecting previously unselected package dbus. [2025-05-23T11:13:56.738Z] Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:13:56.738Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:13:56.738Z] Selecting previously unselected package libbsd0:arm64. [2025-05-23T11:13:56.738Z] Preparing to unpack .../008-libbsd0_0.11.7-2_arm64.deb ... [2025-05-23T11:13:56.738Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-23T11:13:57.008Z] Selecting previously unselected package libedit2:arm64. [2025-05-23T11:13:57.008Z] Preparing to unpack .../009-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-23T11:13:57.008Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T11:13:57.008Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-23T11:13:57.008Z] Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-23T11:13:57.008Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T11:13:57.008Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-23T11:13:57.008Z] Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-23T11:13:57.008Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T11:13:57.275Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-23T11:13:57.275Z] Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:13:57.275Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:13:57.275Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-23T11:13:57.275Z] Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:13:57.275Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:13:57.275Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-23T11:13:57.275Z] Preparing to unpack .../014-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-23T11:13:57.542Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T11:13:57.542Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-23T11:13:57.542Z] Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:13:57.542Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:13:57.542Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-23T11:13:57.542Z] Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-23T11:13:57.542Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:13:57.808Z] Selecting previously unselected package openssh-client. [2025-05-23T11:13:57.808Z] Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T11:13:57.808Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:13:58.074Z] Selecting previously unselected package openssh-sftp-server. [2025-05-23T11:13:58.074Z] Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T11:13:58.074Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:13:58.074Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-23T11:13:58.074Z] Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-23T11:13:58.074Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T11:13:58.340Z] Selecting previously unselected package procps. [2025-05-23T11:13:58.340Z] Preparing to unpack .../020-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-23T11:13:58.340Z] Unpacking procps (2:4.0.2-3) ... [2025-05-23T11:13:58.340Z] Selecting previously unselected package sensible-utils. [2025-05-23T11:13:58.340Z] Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-23T11:13:58.340Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:13:58.604Z] Selecting previously unselected package ucf. [2025-05-23T11:13:58.604Z] Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-23T11:13:58.604Z] Moving old data out of the way [2025-05-23T11:13:58.604Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:13:58.604Z] Selecting previously unselected package runit-helper. [2025-05-23T11:13:58.604Z] Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... [2025-05-23T11:13:58.604Z] Unpacking runit-helper (2.15.2) ... [2025-05-23T11:13:58.604Z] Selecting previously unselected package libtirpc-common. [2025-05-23T11:13:58.604Z] Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-23T11:13:58.604Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:13:58.868Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-23T11:13:58.868Z] Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-23T11:13:58.868Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T11:13:58.868Z] Selecting previously unselected package libnsl2:arm64. [2025-05-23T11:13:58.868Z] Preparing to unpack .../026-libnsl2_1.3.0-2_arm64.deb ... [2025-05-23T11:13:58.868Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-23T11:13:58.868Z] Selecting previously unselected package libwrap0:arm64. [2025-05-23T11:13:58.868Z] Preparing to unpack .../027-libwrap0_7.6.q-32_arm64.deb ... [2025-05-23T11:13:58.868Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-23T11:13:59.134Z] Selecting previously unselected package openssh-server. [2025-05-23T11:13:59.134Z] Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-23T11:13:59.134Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:13:59.134Z] Selecting previously unselected package gettext-base. [2025-05-23T11:13:59.134Z] Preparing to unpack .../029-gettext-base_0.21-12_arm64.deb ... [2025-05-23T11:13:59.134Z] Unpacking gettext-base (0.21-12) ... [2025-05-23T11:13:59.399Z] Selecting previously unselected package krb5-locales. [2025-05-23T11:13:59.399Z] Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-23T11:13:59.399Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:13:59.399Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-23T11:13:59.399Z] Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:13:59.399Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:13:59.667Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-23T11:13:59.667Z] Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:13:59.667Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:13:59.667Z] Selecting previously unselected package manpages. [2025-05-23T11:13:59.667Z] Preparing to unpack .../033-manpages_6.03-2_all.deb ... [2025-05-23T11:13:59.667Z] Unpacking manpages (6.03-2) ... [2025-05-23T11:13:59.932Z] Selecting previously unselected package ncurses-term. [2025-05-23T11:13:59.932Z] Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... [2025-05-23T11:13:59.932Z] Unpacking ncurses-term (6.4-4) ... [2025-05-23T11:14:01.862Z] Selecting previously unselected package netcat-traditional. [2025-05-23T11:14:01.862Z] Preparing to unpack .../035-netcat-traditional_1.10-47_arm64.deb ... [2025-05-23T11:14:01.862Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-23T11:14:02.127Z] Selecting previously unselected package systemd-timesyncd. [2025-05-23T11:14:02.127Z] Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-23T11:14:02.127Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:14:02.127Z] Selecting previously unselected package binutils-common:arm64. [2025-05-23T11:14:02.127Z] Preparing to unpack .../037-binutils-common_2.40-2_arm64.deb ... [2025-05-23T11:14:02.127Z] Unpacking binutils-common:arm64 (2.40-2) ... [2025-05-23T11:14:02.707Z] Selecting previously unselected package libbinutils:arm64. [2025-05-23T11:14:02.708Z] Preparing to unpack .../038-libbinutils_2.40-2_arm64.deb ... [2025-05-23T11:14:02.708Z] Unpacking libbinutils:arm64 (2.40-2) ... [2025-05-23T11:14:02.972Z] Selecting previously unselected package libctf-nobfd0:arm64. [2025-05-23T11:14:02.972Z] Preparing to unpack .../039-libctf-nobfd0_2.40-2_arm64.deb ... [2025-05-23T11:14:02.972Z] Unpacking libctf-nobfd0:arm64 (2.40-2) ... [2025-05-23T11:14:02.972Z] Selecting previously unselected package libctf0:arm64. [2025-05-23T11:14:02.972Z] Preparing to unpack .../040-libctf0_2.40-2_arm64.deb ... [2025-05-23T11:14:02.972Z] Unpacking libctf0:arm64 (2.40-2) ... [2025-05-23T11:14:03.236Z] Selecting previously unselected package libgprofng0:arm64. [2025-05-23T11:14:03.236Z] Preparing to unpack .../041-libgprofng0_2.40-2_arm64.deb ... [2025-05-23T11:14:03.236Z] Unpacking libgprofng0:arm64 (2.40-2) ... [2025-05-23T11:14:03.507Z] Selecting previously unselected package libjansson4:arm64. [2025-05-23T11:14:03.507Z] Preparing to unpack .../042-libjansson4_2.14-2_arm64.deb ... [2025-05-23T11:14:03.507Z] Unpacking libjansson4:arm64 (2.14-2) ... [2025-05-23T11:14:03.507Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2025-05-23T11:14:03.507Z] Preparing to unpack .../043-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ... [2025-05-23T11:14:03.507Z] Unpacking binutils-aarch64-linux-gnu (2.40-2) ... [2025-05-23T11:14:04.462Z] Selecting previously unselected package binutils. [2025-05-23T11:14:04.462Z] Preparing to unpack .../044-binutils_2.40-2_arm64.deb ... [2025-05-23T11:14:04.462Z] Unpacking binutils (2.40-2) ... [2025-05-23T11:14:04.462Z] Selecting previously unselected package libisl23:arm64. [2025-05-23T11:14:04.462Z] Preparing to unpack .../045-libisl23_0.25-1.1_arm64.deb ... [2025-05-23T11:14:04.462Z] Unpacking libisl23:arm64 (0.25-1.1) ... [2025-05-23T11:14:04.726Z] Selecting previously unselected package libmpfr6:arm64. [2025-05-23T11:14:04.726Z] Preparing to unpack .../046-libmpfr6_4.2.0-1_arm64.deb ... [2025-05-23T11:14:04.726Z] Unpacking libmpfr6:arm64 (4.2.0-1) ... [2025-05-23T11:14:04.726Z] Selecting previously unselected package libmpc3:arm64. [2025-05-23T11:14:04.726Z] Preparing to unpack .../047-libmpc3_1.3.1-1_arm64.deb ... [2025-05-23T11:14:04.726Z] Unpacking libmpc3:arm64 (1.3.1-1) ... [2025-05-23T11:14:04.727Z] Selecting previously unselected package cpp-12. [2025-05-23T11:14:04.727Z] Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:04.727Z] Unpacking cpp-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:06.656Z] Selecting previously unselected package cpp. [2025-05-23T11:14:06.656Z] Preparing to unpack .../049-cpp_4%3a12.2.0-3_arm64.deb ... [2025-05-23T11:14:06.656Z] Unpacking cpp (4:12.2.0-3) ... [2025-05-23T11:14:06.656Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-23T11:14:06.656Z] Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-23T11:14:06.656Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T11:14:06.656Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-23T11:14:06.656Z] Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T11:14:06.656Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:14:06.656Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-23T11:14:06.656Z] Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T11:14:06.656Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:14:06.656Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-23T11:14:06.656Z] Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-23T11:14:06.656Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T11:14:06.919Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-23T11:14:06.919Z] Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-23T11:14:06.919Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T11:14:06.919Z] Selecting previously unselected package libpsl5:arm64. [2025-05-23T11:14:06.919Z] Preparing to unpack .../055-libpsl5_0.21.2-1_arm64.deb ... [2025-05-23T11:14:06.919Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-23T11:14:06.919Z] Selecting previously unselected package librtmp1:arm64. [2025-05-23T11:14:06.919Z] Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-23T11:14:06.919Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:14:07.182Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-23T11:14:07.182Z] Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-23T11:14:07.182Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T11:14:07.182Z] Selecting previously unselected package libcurl4:arm64. [2025-05-23T11:14:07.182Z] Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T11:14:07.182Z] Unpacking libcurl4:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:14:07.447Z] Selecting previously unselected package curl. [2025-05-23T11:14:07.447Z] Preparing to unpack .../059-curl_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T11:14:07.447Z] Unpacking curl (7.88.1-10+deb12u12) ... [2025-05-23T11:14:07.447Z] Selecting previously unselected package dbus-user-session. [2025-05-23T11:14:07.447Z] Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-23T11:14:07.447Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:14:07.447Z] Selecting previously unselected package fonts-dejavu-core. [2025-05-23T11:14:07.447Z] Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... [2025-05-23T11:14:07.711Z] Unpacking fonts-dejavu-core (2.37-6) ... [2025-05-23T11:14:07.711Z] Selecting previously unselected package fontconfig-config. [2025-05-23T11:14:07.711Z] Preparing to unpack .../062-fontconfig-config_2.14.1-4_arm64.deb ... [2025-05-23T11:14:08.291Z] Unpacking fontconfig-config (2.14.1-4) ... [2025-05-23T11:14:08.291Z] Selecting previously unselected package libcc1-0:arm64. [2025-05-23T11:14:08.291Z] Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:08.291Z] Unpacking libcc1-0:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:08.291Z] Selecting previously unselected package libgomp1:arm64. [2025-05-23T11:14:08.291Z] Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:08.556Z] Unpacking libgomp1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:08.556Z] Selecting previously unselected package libitm1:arm64. [2025-05-23T11:14:08.556Z] Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:08.556Z] Unpacking libitm1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:08.556Z] Selecting previously unselected package libatomic1:arm64. [2025-05-23T11:14:08.556Z] Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:08.556Z] Unpacking libatomic1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:08.556Z] Selecting previously unselected package libasan8:arm64. [2025-05-23T11:14:08.556Z] Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:08.556Z] Unpacking libasan8:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:09.134Z] Selecting previously unselected package liblsan0:arm64. [2025-05-23T11:14:09.134Z] Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:09.134Z] Unpacking liblsan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:09.398Z] Selecting previously unselected package libtsan2:arm64. [2025-05-23T11:14:09.398Z] Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:09.398Z] Unpacking libtsan2:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:09.975Z] Selecting previously unselected package libubsan1:arm64. [2025-05-23T11:14:09.975Z] Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:09.975Z] Unpacking libubsan1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:09.975Z] Selecting previously unselected package libhwasan0:arm64. [2025-05-23T11:14:09.975Z] Preparing to unpack .../071-libhwasan0_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:09.975Z] Unpacking libhwasan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:10.240Z] Selecting previously unselected package libgcc-12-dev:arm64. [2025-05-23T11:14:10.240Z] Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:10.240Z] Unpacking libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:10.818Z] Selecting previously unselected package gcc-12. [2025-05-23T11:14:10.818Z] Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_arm64.deb ... [2025-05-23T11:14:10.818Z] Unpacking gcc-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:12.744Z] Selecting previously unselected package gcc. [2025-05-23T11:14:12.744Z] Preparing to unpack .../074-gcc_4%3a12.2.0-3_arm64.deb ... [2025-05-23T11:14:12.744Z] Unpacking gcc (4:12.2.0-3) ... [2025-05-23T11:14:12.744Z] Selecting previously unselected package libicu72:arm64. [2025-05-23T11:14:12.744Z] Preparing to unpack .../075-libicu72_72.1-3_arm64.deb ... [2025-05-23T11:14:12.744Z] Unpacking libicu72:arm64 (72.1-3) ... [2025-05-23T11:14:14.138Z] Selecting previously unselected package libxml2:arm64. [2025-05-23T11:14:14.138Z] Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... [2025-05-23T11:14:14.138Z] Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-23T11:14:14.138Z] Selecting previously unselected package gettext. [2025-05-23T11:14:14.138Z] Preparing to unpack .../077-gettext_0.21-12_arm64.deb ... [2025-05-23T11:14:14.138Z] Unpacking gettext (0.21-12) ... [2025-05-23T11:14:14.404Z] Selecting previously unselected package gosu. [2025-05-23T11:14:14.404Z] Preparing to unpack .../078-gosu_1.14-1+b10_arm64.deb ... [2025-05-23T11:14:14.404Z] Unpacking gosu (1.14-1+b10) ... [2025-05-23T11:14:14.404Z] Selecting previously unselected package libabsl20220623:arm64. [2025-05-23T11:14:14.669Z] Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_arm64.deb ... [2025-05-23T11:14:14.669Z] Unpacking libabsl20220623:arm64 (20220623.1-1+deb12u2) ... [2025-05-23T11:14:14.669Z] Selecting previously unselected package libaom3:arm64. [2025-05-23T11:14:14.934Z] Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_arm64.deb ... [2025-05-23T11:14:14.934Z] Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ... [2025-05-23T11:14:15.198Z] Selecting previously unselected package libdav1d6:arm64. [2025-05-23T11:14:15.198Z] Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_arm64.deb ... [2025-05-23T11:14:15.198Z] Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ... [2025-05-23T11:14:15.198Z] Selecting previously unselected package libgav1-1:arm64. [2025-05-23T11:14:15.198Z] Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_arm64.deb ... [2025-05-23T11:14:15.198Z] Unpacking libgav1-1:arm64 (0.18.0-1+b1) ... [2025-05-23T11:14:15.463Z] Selecting previously unselected package librav1e0:arm64. [2025-05-23T11:14:15.463Z] Preparing to unpack .../083-librav1e0_0.5.1-6_arm64.deb ... [2025-05-23T11:14:15.463Z] Unpacking librav1e0:arm64 (0.5.1-6) ... [2025-05-23T11:14:15.731Z] Selecting previously unselected package libsvtav1enc1:arm64. [2025-05-23T11:14:15.731Z] Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ... [2025-05-23T11:14:15.731Z] Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... [2025-05-23T11:14:16.004Z] Selecting previously unselected package libjpeg62-turbo:arm64. [2025-05-23T11:14:16.004Z] Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ... [2025-05-23T11:14:16.004Z] Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ... [2025-05-23T11:14:16.004Z] Selecting previously unselected package libyuv0:arm64. [2025-05-23T11:14:16.004Z] Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ... [2025-05-23T11:14:16.269Z] Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... [2025-05-23T11:14:16.269Z] Selecting previously unselected package libavif15:arm64. [2025-05-23T11:14:16.269Z] Preparing to unpack .../087-libavif15_0.11.1-1_arm64.deb ... [2025-05-23T11:14:16.269Z] Unpacking libavif15:arm64 (0.11.1-1) ... [2025-05-23T11:14:16.269Z] Selecting previously unselected package libc-dev-bin. [2025-05-23T11:14:16.269Z] Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_arm64.deb ... [2025-05-23T11:14:16.269Z] Unpacking libc-dev-bin (2.36-9+deb12u10) ... [2025-05-23T11:14:16.533Z] Selecting previously unselected package libpng16-16:arm64. [2025-05-23T11:14:16.533Z] Preparing to unpack .../089-libpng16-16_1.6.39-2_arm64.deb ... [2025-05-23T11:14:16.533Z] Unpacking libpng16-16:arm64 (1.6.39-2) ... [2025-05-23T11:14:16.533Z] Selecting previously unselected package libfreetype6:arm64. [2025-05-23T11:14:16.533Z] Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_arm64.deb ... [2025-05-23T11:14:16.533Z] Unpacking libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-23T11:14:16.796Z] Selecting previously unselected package libfontconfig1:arm64. [2025-05-23T11:14:16.796Z] Preparing to unpack .../091-libfontconfig1_2.14.1-4_arm64.deb ... [2025-05-23T11:14:16.796Z] Unpacking libfontconfig1:arm64 (2.14.1-4) ... [2025-05-23T11:14:16.796Z] Selecting previously unselected package libde265-0:arm64. [2025-05-23T11:14:16.796Z] Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_arm64.deb ... [2025-05-23T11:14:16.796Z] Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ... [2025-05-23T11:14:17.059Z] Selecting previously unselected package libnuma1:arm64. [2025-05-23T11:14:17.059Z] Preparing to unpack .../093-libnuma1_2.0.16-1_arm64.deb ... [2025-05-23T11:14:17.059Z] Unpacking libnuma1:arm64 (2.0.16-1) ... [2025-05-23T11:14:17.059Z] Selecting previously unselected package libx265-199:arm64. [2025-05-23T11:14:17.059Z] Preparing to unpack .../094-libx265-199_3.5-2+b1_arm64.deb ... [2025-05-23T11:14:17.059Z] Unpacking libx265-199:arm64 (3.5-2+b1) ... [2025-05-23T11:14:17.323Z] Selecting previously unselected package libheif1:arm64. [2025-05-23T11:14:17.323Z] Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_arm64.deb ... [2025-05-23T11:14:17.323Z] Unpacking libheif1:arm64 (1.15.1-1+deb12u1) ... [2025-05-23T11:14:17.323Z] Selecting previously unselected package libdeflate0:arm64. [2025-05-23T11:14:17.323Z] Preparing to unpack .../096-libdeflate0_1.14-1_arm64.deb ... [2025-05-23T11:14:17.323Z] Unpacking libdeflate0:arm64 (1.14-1) ... [2025-05-23T11:14:17.587Z] Selecting previously unselected package libjbig0:arm64. [2025-05-23T11:14:17.587Z] Preparing to unpack .../097-libjbig0_2.1-6.1_arm64.deb ... [2025-05-23T11:14:17.587Z] Unpacking libjbig0:arm64 (2.1-6.1) ... [2025-05-23T11:14:17.587Z] Selecting previously unselected package liblerc4:arm64. [2025-05-23T11:14:17.587Z] Preparing to unpack .../098-liblerc4_4.0.0+ds-2_arm64.deb ... [2025-05-23T11:14:17.587Z] Unpacking liblerc4:arm64 (4.0.0+ds-2) ... [2025-05-23T11:14:17.587Z] Selecting previously unselected package libwebp7:arm64. [2025-05-23T11:14:17.587Z] Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ... [2025-05-23T11:14:17.587Z] Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ... [2025-05-23T11:14:17.851Z] Selecting previously unselected package libtiff6:arm64. [2025-05-23T11:14:17.851Z] Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_arm64.deb ... [2025-05-23T11:14:17.851Z] Unpacking libtiff6:arm64 (4.5.0-6+deb12u2) ... [2025-05-23T11:14:17.851Z] Selecting previously unselected package libxau6:arm64. [2025-05-23T11:14:17.851Z] Preparing to unpack .../101-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-23T11:14:17.851Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T11:14:18.115Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-23T11:14:18.115Z] Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-23T11:14:18.115Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T11:14:18.115Z] Selecting previously unselected package libxcb1:arm64. [2025-05-23T11:14:18.115Z] Preparing to unpack .../103-libxcb1_1.15-1_arm64.deb ... [2025-05-23T11:14:18.115Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-23T11:14:18.115Z] Selecting previously unselected package libx11-data. [2025-05-23T11:14:18.115Z] Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-23T11:14:18.115Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:14:18.378Z] Selecting previously unselected package libx11-6:arm64. [2025-05-23T11:14:18.378Z] Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-23T11:14:18.378Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:14:18.641Z] Selecting previously unselected package libxpm4:arm64. [2025-05-23T11:14:18.641Z] Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ... [2025-05-23T11:14:18.641Z] Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... [2025-05-23T11:14:18.641Z] Selecting previously unselected package libgd3:arm64. [2025-05-23T11:14:18.641Z] Preparing to unpack .../107-libgd3_2.3.3-9_arm64.deb ... [2025-05-23T11:14:18.641Z] Unpacking libgd3:arm64 (2.3.3-9) ... [2025-05-23T11:14:18.905Z] Selecting previously unselected package libc-devtools. [2025-05-23T11:14:18.905Z] Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_arm64.deb ... [2025-05-23T11:14:18.905Z] Unpacking libc-devtools (2.36-9+deb12u10) ... [2025-05-23T11:14:18.905Z] Selecting previously unselected package linux-libc-dev:arm64. [2025-05-23T11:14:18.905Z] Preparing to unpack .../109-linux-libc-dev_6.1.137-1_arm64.deb ... [2025-05-23T11:14:18.905Z] Unpacking linux-libc-dev:arm64 (6.1.137-1) ... [2025-05-23T11:14:19.856Z] Selecting previously unselected package libcrypt-dev:arm64. [2025-05-23T11:14:19.856Z] Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_arm64.deb ... [2025-05-23T11:14:19.856Z] Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ... [2025-05-23T11:14:19.856Z] Selecting previously unselected package libtirpc-dev:arm64. [2025-05-23T11:14:19.856Z] Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_arm64.deb ... [2025-05-23T11:14:19.856Z] Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... [2025-05-23T11:14:20.123Z] Selecting previously unselected package libnsl-dev:arm64. [2025-05-23T11:14:20.123Z] Preparing to unpack .../112-libnsl-dev_1.3.0-2_arm64.deb ... [2025-05-23T11:14:20.123Z] Unpacking libnsl-dev:arm64 (1.3.0-2) ... [2025-05-23T11:14:20.123Z] Selecting previously unselected package rpcsvc-proto. [2025-05-23T11:14:20.123Z] Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_arm64.deb ... [2025-05-23T11:14:20.123Z] Unpacking rpcsvc-proto (1.4.3-1) ... [2025-05-23T11:14:20.123Z] Selecting previously unselected package libc6-dev:arm64. [2025-05-23T11:14:20.123Z] Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_arm64.deb ... [2025-05-23T11:14:20.123Z] Unpacking libc6-dev:arm64 (2.36-9+deb12u10) ... [2025-05-23T11:14:20.700Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-23T11:14:20.700Z] Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T11:14:20.700Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:14:20.966Z] Selecting previously unselected package libcurl4-gnutls-dev:arm64. [2025-05-23T11:14:20.966Z] Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_arm64.deb ... [2025-05-23T11:14:20.966Z] Unpacking libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:14:20.967Z] Selecting previously unselected package libexpat1-dev:arm64. [2025-05-23T11:14:20.967Z] Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_arm64.deb ... [2025-05-23T11:14:20.967Z] Unpacking libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T11:14:21.230Z] Selecting previously unselected package libldap-common. [2025-05-23T11:14:21.230Z] Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-23T11:14:21.230Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:14:21.230Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-23T11:14:21.230Z] Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-23T11:14:21.230Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:14:21.494Z] Selecting previously unselected package libssl-dev:arm64. [2025-05-23T11:14:21.494Z] Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_arm64.deb ... [2025-05-23T11:14:21.494Z] Unpacking libssl-dev:arm64 (3.0.16-1~deb12u1) ... [2025-05-23T11:14:22.072Z] Selecting previously unselected package libxext6:arm64. [2025-05-23T11:14:22.072Z] Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-23T11:14:22.072Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T11:14:22.072Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-23T11:14:22.072Z] Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-23T11:14:22.072Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T11:14:22.072Z] Selecting previously unselected package make. [2025-05-23T11:14:22.072Z] Preparing to unpack .../123-make_4.3-4.1_arm64.deb ... [2025-05-23T11:14:22.072Z] Unpacking make (4.3-4.1) ... [2025-05-23T11:14:22.336Z] Selecting previously unselected package manpages-dev. [2025-05-23T11:14:22.336Z] Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... [2025-05-23T11:14:22.336Z] Unpacking manpages-dev (6.03-2) ... [2025-05-23T11:14:22.914Z] Selecting previously unselected package psmisc. [2025-05-23T11:14:22.914Z] Preparing to unpack .../125-psmisc_23.6-1_arm64.deb ... [2025-05-23T11:14:22.914Z] Unpacking psmisc (23.6-1) ... [2025-05-23T11:14:23.178Z] Selecting previously unselected package publicsuffix. [2025-05-23T11:14:23.178Z] Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... [2025-05-23T11:14:23.178Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-23T11:14:23.178Z] Selecting previously unselected package ssh. [2025-05-23T11:14:23.178Z] Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-23T11:14:23.178Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:14:23.448Z] Selecting previously unselected package xauth. [2025-05-23T11:14:23.448Z] Preparing to unpack .../128-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-23T11:14:23.448Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-23T11:14:23.448Z] Selecting previously unselected package zlib1g-dev:arm64. [2025-05-23T11:14:23.448Z] Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... [2025-05-23T11:14:23.448Z] Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2025-05-23T11:14:23.711Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T11:14:23.711Z] Setting up runit-helper (2.15.2) ... [2025-05-23T11:14:23.711Z] Setting up libaom3:arm64 (3.6.0-1+deb12u1) ... [2025-05-23T11:14:23.711Z] Setting up libabsl20220623:arm64 (20220623.1-1+deb12u2) ... [2025-05-23T11:14:23.711Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-23T11:14:23.711Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-23T11:14:23.711Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-23T11:14:23.711Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-23T11:14:23.711Z] Setting up libicu72:arm64 (72.1-3) ... [2025-05-23T11:14:23.711Z] Setting up liblerc4:arm64 (4.0.0+ds-2) ... [2025-05-23T11:14:23.711Z] Setting up netcat-traditional (1.10-47) ... [2025-05-23T11:14:23.711Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-23T11:14:23.711Z] 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-23T11:14:23.711Z] 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-23T11:14:23.711Z] Setting up psmisc (23.6-1) ... [2025-05-23T11:14:23.711Z] Setting up manpages (6.03-2) ... [2025-05-23T11:14:23.974Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-23T11:14:23.974Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-23T11:14:23.974Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-23T11:14:23.974Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:14:23.974Z] Setting up binutils-common:arm64 (2.40-2) ... [2025-05-23T11:14:23.974Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-23T11:14:23.974Z] Setting up libdeflate0:arm64 (1.14-1) ... [2025-05-23T11:14:23.974Z] Setting up linux-libc-dev:arm64 (6.1.137-1) ... [2025-05-23T11:14:23.974Z] Setting up libctf-nobfd0:arm64 (2.40-2) ... [2025-05-23T11:14:23.974Z] Setting up gettext-base (0.21-12) ... [2025-05-23T11:14:23.974Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:14:23.974Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-23T11:14:23.974Z] Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... [2025-05-23T11:14:23.974Z] Setting up libgomp1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:24.239Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-23T11:14:24.239Z] Setting up libjbig0:arm64 (2.1-6.1) ... [2025-05-23T11:14:24.239Z] Setting up librav1e0:arm64 (0.5.1-6) ... [2025-05-23T11:14:24.239Z] Setting up libjansson4:arm64 (2.14-2) ... [2025-05-23T11:14:24.239Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:14:24.239Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:14:24.239Z] Setting up rpcsvc-proto (1.4.3-1) ... [2025-05-23T11:14:24.239Z] Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ... [2025-05-23T11:14:24.239Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-23T11:14:24.239Z] Setting up make (4.3-4.1) ... [2025-05-23T11:14:24.239Z] Setting up libmpfr6:arm64 (4.2.0-1) ... [2025-05-23T11:14:24.239Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-23T11:14:24.239Z] Setting up gosu (1.14-1+b10) ... [2025-05-23T11:14:24.239Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-23T11:14:24.239Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-23T11:14:24.239Z] Setting up libssl-dev:arm64 (3.0.16-1~deb12u1) ... [2025-05-23T11:14:24.239Z] Setting up libpng16-16:arm64 (1.6.39-2) ... [2025-05-23T11:14:24.503Z] Setting up libmpc3:arm64 (1.3.1-1) ... [2025-05-23T11:14:24.503Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-23T11:14:24.503Z] Creating group 'systemd-timesync' with GID 997. [2025-05-23T11:14:24.503Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-23T11:14:25.081Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:14:25.081Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-23T11:14:25.081Z] Setting up libatomic1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:25.081Z] Setting up fonts-dejavu-core (2.37-6) ... [2025-05-23T11:14:25.081Z] Setting up libgav1-1:arm64 (0.18.0-1+b1) ... [2025-05-23T11:14:25.081Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:14:25.081Z] Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ... [2025-05-23T11:14:25.081Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-23T11:14:25.081Z] Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ... [2025-05-23T11:14:25.346Z] Setting up libubsan1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:25.346Z] Setting up libnuma1:arm64 (2.0.16-1) ... [2025-05-23T11:14:25.346Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-23T11:14:25.346Z] Setting up libhwasan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:25.346Z] Setting up libcrypt-dev:arm64 (1:4.4.33-2) ... [2025-05-23T11:14:25.346Z] Setting up libtiff6:arm64 (4.5.0-6+deb12u2) ... [2025-05-23T11:14:25.346Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:14:25.346Z] Setting up libasan8:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:25.346Z] Setting up procps (2:4.0.2-3) ... [2025-05-23T11:14:25.609Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-23T11:14:25.609Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:14:25.609Z] Setting up libtsan2:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:25.609Z] Setting up libbinutils:arm64 (2.40-2) ... [2025-05-23T11:14:25.609Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-23T11:14:25.874Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-23T11:14:25.874Z] Setting up libisl23:arm64 (0.25-1.1) ... [2025-05-23T11:14:25.874Z] Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ... [2025-05-23T11:14:25.874Z] Setting up libc-dev-bin (2.36-9+deb12u10) ... [2025-05-23T11:14:25.874Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-23T11:14:25.874Z] Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... [2025-05-23T11:14:25.874Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-23T11:14:25.874Z] Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-23T11:14:25.874Z] Setting up libcc1-0:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:25.874Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-23T11:14:26.139Z] Setting up liblsan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:26.139Z] Setting up libitm1:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:26.139Z] Setting up ncurses-term (6.4-4) ... [2025-05-23T11:14:26.139Z] Setting up libctf0:arm64 (2.40-2) ... [2025-05-23T11:14:26.139Z] Setting up manpages-dev (6.03-2) ... [2025-05-23T11:14:26.139Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-23T11:14:26.139Z] Setting up cpp-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:26.139Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-23T11:14:26.139Z] Setting up gettext (0.21-12) ... [2025-05-23T11:14:26.139Z] Setting up libavif15:arm64 (0.11.1-1) ... [2025-05-23T11:14:26.139Z] Setting up fontconfig-config (2.14.1-4) ... [2025-05-23T11:14:26.726Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:14:26.726Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:14:26.726Z] debconf: falling back to frontend: Readline [2025-05-23T11:14:26.726Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:14:26.726Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:14:26.726Z] debconf: falling back to frontend: Teletype [2025-05-23T11:14:26.992Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-23T11:14:26.992Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-23T11:14:27.259Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-23T11:14:27.259Z] Setting up libgprofng0:arm64 (2.40-2) ... [2025-05-23T11:14:27.259Z] Setting up libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-23T11:14:27.259Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-23T11:14:27.259Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:14:27.259Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:14:27.259Z] Setting up libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:27.259Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-23T11:14:27.259Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-23T11:14:27.840Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:14:27.840Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:14:27.840Z] debconf: falling back to frontend: Readline [2025-05-23T11:14:27.840Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:14:27.840Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:14:27.840Z] debconf: falling back to frontend: Teletype [2025-05-23T11:14:27.840Z] Setting up libx265-199:arm64 (3.5-2+b1) ... [2025-05-23T11:14:27.840Z] Setting up cpp (4:12.2.0-3) ... [2025-05-23T11:14:27.840Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-23T11:14:28.421Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:14:28.421Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:14:28.421Z] debconf: falling back to frontend: Readline [2025-05-23T11:14:28.421Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:14:28.421Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:14:28.421Z] debconf: falling back to frontend: Teletype [2025-05-23T11:14:28.685Z] Setting up libcurl4:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:14:28.685Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-23T11:14:28.685Z] Setting up curl (7.88.1-10+deb12u12) ... [2025-05-23T11:14:28.685Z] Setting up libfontconfig1:arm64 (2.14.1-4) ... [2025-05-23T11:14:28.685Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-23T11:14:28.685Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-23T11:14:28.685Z] Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... [2025-05-23T11:14:28.685Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-23T11:14:28.949Z] Setting up libheif1:arm64 (1.15.1-1+deb12u1) ... [2025-05-23T11:14:28.950Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-23T11:14:28.950Z] Setting up binutils-aarch64-linux-gnu (2.40-2) ... [2025-05-23T11:14:29.213Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:14:29.213Z] Setting up binutils (2.40-2) ... [2025-05-23T11:14:29.213Z] Setting up libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... [2025-05-23T11:14:29.213Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-23T11:14:29.213Z] Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... [2025-05-23T11:14:29.213Z] Setting up gcc-12 (12.2.0-14+deb12u1) ... [2025-05-23T11:14:29.213Z] Setting up libgd3:arm64 (2.3.3-9) ... [2025-05-23T11:14:29.213Z] Setting up xauth (1:1.1.2-1) ... [2025-05-23T11:14:29.213Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-23T11:14:29.213Z] Setting up libc-devtools (2.36-9+deb12u10) ... [2025-05-23T11:14:29.213Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:14:29.213Z] Setting up gcc (4:12.2.0-3) ... [2025-05-23T11:14:29.213Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-23T11:14:29.477Z] Setting up libnsl-dev:arm64 (1.3.0-2) ... [2025-05-23T11:14:29.477Z] Setting up libc6-dev:arm64 (2.36-9+deb12u10) ... [2025-05-23T11:14:29.477Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-23T11:14:29.742Z] debconf: unable to initialize frontend: Dialog [2025-05-23T11:14:29.742Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-23T11:14:29.742Z] debconf: falling back to frontend: Readline [2025-05-23T11:14:29.742Z] debconf: unable to initialize frontend: Readline [2025-05-23T11:14:29.742Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-23T11:14:29.742Z] debconf: falling back to frontend: Teletype [2025-05-23T11:14:30.007Z] [2025-05-23T11:14:30.007Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-23T11:14:32.834Z] Creating SSH2 RSA key; this may take some time ... [2025-05-23T11:14:32.834Z] 3072 SHA256:E2mavEAuAfWraYogAZ/8nyaWvh2Mj2VFvT0SgV3agEU root@45c7185f8b85 (RSA) [2025-05-23T11:14:32.834Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-23T11:14:32.834Z] 256 SHA256:gRjHnkjO+TYsJgThSWupVVGiiZhOVDY0MFHxWXwqAKQ root@45c7185f8b85 (ECDSA) [2025-05-23T11:14:33.098Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-23T11:14:33.098Z] 256 SHA256:YEOi3g/4vqCpds9YVImo59L7sN/CHf2wGv/xwuanwM0 root@45c7185f8b85 (ED25519) [2025-05-23T11:14:33.367Z] invoke-rc.d: could not determine current runlevel [2025-05-23T11:14:33.367Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-23T11:14:33.944Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-23T11:14:33.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-23T11:14:34.209Z] Setting up libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... [2025-05-23T11:14:34.209Z] Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2025-05-23T11:14:34.209Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-23T11:14:34.209Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-23T11:14:49.179Z] Removing intermediate container 45c7185f8b85 [2025-05-23T11:14:49.179Z] ---> 3f31901f2c0e [2025-05-23T11:14:49.179Z] Step 14/21 : RUN curl -LO https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.1.tar.gz && tar -xzf git-2.31.1.tar.gz && cd git-2.31.1 && make prefix=/usr/local all && make prefix=/usr/local install && cd .. && rm -rf git-2.31.1 git-2.31.1.tar.gz [2025-05-23T11:14:49.179Z] ---> Running in de1ad319ac52 [2025-05-23T11:14:49.179Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-23T11:14:49.179Z] Dload Upload Total Spent Left Speed [2025-05-23T11:14:49.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 9890k 1 111k  0 0 370k 0 0:00:26 --:--:-- 0:00:26 370k 100 9890k 100 9890k 0  0 17.3M 0 --:--:-- --:--:-- --:--:-- 17.3M [2025-05-23T11:14:51.116Z] GIT_VERSION = 2.31.1 [2025-05-23T11:14:51.381Z]  * new build flags [2025-05-23T11:14:51.381Z]  CC fuzz-commit-graph.o [2025-05-23T11:14:52.412Z] CC fuzz-pack-headers.o [2025-05-23T11:14:53.842Z] CC fuzz-pack-idx.o [2025-05-23T11:14:54.834Z] CC daemon.o [2025-05-23T11:14:58.211Z]  * new link flags [2025-05-23T11:14:58.211Z]  CC common-main.o [2025-05-23T11:14:59.169Z] CC abspath.o [2025-05-23T11:15:00.576Z] CC add-interactive.o [2025-05-23T11:15:03.903Z] CC add-patch.o [2025-05-23T11:15:09.237Z] CC advice.o [2025-05-23T11:15:10.633Z] CC alias.o [2025-05-23T11:15:12.040Z] CC alloc.o [2025-05-23T11:15:13.437Z] CC apply.o [2025-05-23T11:15:25.705Z] CC archive-tar.o [2025-05-23T11:15:27.099Z] CC archive-zip.o [2025-05-23T11:15:29.660Z] CC archive.o [2025-05-23T11:15:32.221Z]  * new prefix flags [2025-05-23T11:15:32.221Z]  CC attr.o [2025-05-23T11:15:34.784Z] CC base85.o [2025-05-23T11:15:35.734Z] CC bisect.o [2025-05-23T11:15:39.050Z] CC blame.o [2025-05-23T11:15:45.666Z] CC blob.o [2025-05-23T11:15:45.666Z] CC bloom.o [2025-05-23T11:15:47.597Z] CC branch.o [2025-05-23T11:15:48.993Z] CC bulk-checkin.o [2025-05-23T11:15:50.391Z] CC bundle.o [2025-05-23T11:15:52.954Z] CC cache-tree.o [2025-05-23T11:15:55.515Z] CC chdir-notify.o [2025-05-23T11:15:56.472Z] CC checkout.o [2025-05-23T11:15:57.870Z] CC chunk-format.o [2025-05-23T11:15:59.278Z] CC color.o [2025-05-23T11:16:00.674Z] CC column.o [2025-05-23T11:16:02.605Z] CC combine-diff.o [2025-05-23T11:16:07.924Z] CC commit-graph.o [2025-05-23T11:16:14.548Z] CC commit-reach.o [2025-05-23T11:16:17.116Z] CC commit.o [2025-05-23T11:16:21.354Z] CC compat/obstack.o [2025-05-23T11:16:22.318Z] CC compat/terminal.o [2025-05-23T11:16:23.278Z] CC config.o [2025-05-23T11:16:31.457Z] CC connect.o [2025-05-23T11:16:34.794Z] CC connected.o [2025-05-23T11:16:35.761Z] CC convert.o [2025-05-23T11:16:39.997Z] CC copy.o [2025-05-23T11:16:40.954Z] CC credential.o [2025-05-23T11:16:42.890Z] CC csum-file.o [2025-05-23T11:16:44.291Z] CC ctype.o [2025-05-23T11:16:44.872Z] CC date.o [2025-05-23T11:16:48.200Z] CC decorate.o [2025-05-23T11:16:49.600Z] CC delta-islands.o [2025-05-23T11:16:52.931Z] CC diff-delta.o [2025-05-23T11:16:54.334Z] CC diff-merges.o [2025-05-23T11:16:55.737Z] CC diff-lib.o [2025-05-23T11:16:58.305Z] CC diff-no-index.o [2025-05-23T11:17:00.236Z] CC diff.o [2025-05-23T11:17:18.416Z] CC diffcore-break.o [2025-05-23T11:17:19.369Z] CC diffcore-delta.o [2025-05-23T11:17:20.772Z] CC diffcore-order.o [2025-05-23T11:17:22.175Z] CC diffcore-pickaxe.o [2025-05-23T11:17:23.788Z] CC diffcore-rename.o [2025-05-23T11:17:26.390Z] CC diffcore-rotate.o [2025-05-23T11:17:27.793Z] CC dir-iterator.o [2025-05-23T11:17:29.198Z] CC dir.o [2025-05-23T11:17:35.828Z] CC editor.o [2025-05-23T11:17:37.234Z] CC entry.o [2025-05-23T11:17:39.167Z] CC environment.o [2025-05-23T11:17:40.687Z] CC ewah/bitmap.o [2025-05-23T11:17:42.231Z] CC ewah/ewah_bitmap.o [2025-05-23T11:17:44.204Z] CC ewah/ewah_io.o [2025-05-23T11:17:45.611Z] CC ewah/ewah_rlw.o [2025-05-23T11:17:46.567Z] CC exec-cmd.o [2025-05-23T11:17:47.972Z] CC fetch-negotiator.o [2025-05-23T11:17:48.926Z] CC fetch-pack.o [2025-05-23T11:17:54.673Z] CC fmt-merge-msg.o [2025-05-23T11:17:58.005Z] CC fsck.o [2025-05-23T11:18:02.244Z] CC fsmonitor.o [2025-05-23T11:18:03.645Z] CC gettext.o [2025-05-23T11:18:04.601Z] CC gpg-interface.o [2025-05-23T11:18:06.614Z] CC graph.o [2025-05-23T11:18:09.945Z] CC grep.o [2025-05-23T11:18:14.191Z] CC hash-lookup.o [2025-05-23T11:18:14.775Z] CC hashmap.o [2025-05-23T11:18:16.402Z] GEN command-list.h [2025-05-23T11:18:19.331Z] CC help.o [2025-05-23T11:18:21.925Z] CC hex.o [2025-05-23T11:18:23.326Z] CC ident.o [2025-05-23T11:18:25.895Z] CC json-writer.o [2025-05-23T11:18:27.297Z] CC kwset.o [2025-05-23T11:18:31.535Z] CC levenshtein.o [2025-05-23T11:18:32.492Z] CC line-log.o [2025-05-23T11:18:35.809Z] CC line-range.o [2025-05-23T11:18:37.205Z] CC linear-assignment.o [2025-05-23T11:18:38.601Z] CC list-objects-filter-options.o [2025-05-23T11:18:41.004Z] CC list-objects-filter.o [2025-05-23T11:18:42.397Z] CC list-objects.o [2025-05-23T11:18:44.328Z] CC ll-merge.o [2025-05-23T11:18:45.719Z] CC lockfile.o [2025-05-23T11:18:47.112Z] CC log-tree.o [2025-05-23T11:18:49.671Z] CC ls-refs.o [2025-05-23T11:18:51.068Z] CC mailinfo.o [2025-05-23T11:18:54.385Z] CC mailmap.o [2025-05-23T11:18:56.104Z] CC match-trees.o [2025-05-23T11:18:57.510Z] CC mem-pool.o [2025-05-23T11:18:58.465Z] CC merge-blobs.o [2025-05-23T11:18:59.415Z] CC merge-ort.o [2025-05-23T11:19:05.648Z] CC merge-ort-wrappers.o [2025-05-23T11:19:07.052Z] CC merge-recursive.o [2025-05-23T11:19:15.250Z] CC merge.o [2025-05-23T11:19:16.207Z] CC mergesort.o [2025-05-23T11:19:17.167Z] CC midx.o [2025-05-23T11:19:21.404Z] CC name-hash.o [2025-05-23T11:19:22.801Z] CC negotiator/default.o [2025-05-23T11:19:24.201Z] CC negotiator/noop.o [2025-05-23T11:19:25.157Z] CC negotiator/skipping.o [2025-05-23T11:19:26.561Z] CC notes-cache.o [2025-05-23T11:19:27.517Z] CC notes-merge.o [2025-05-23T11:19:30.849Z] CC notes-utils.o [2025-05-23T11:19:32.248Z] CC notes.o [2025-05-23T11:19:35.578Z] CC object-file.o [2025-05-23T11:19:40.897Z] CC object-name.o [2025-05-23T11:19:45.116Z] CC object.o [2025-05-23T11:19:46.516Z] CC oid-array.o [2025-05-23T11:19:47.920Z] CC oidmap.o [2025-05-23T11:19:48.873Z] CC oidset.o [2025-05-23T11:19:50.816Z] CC pack-bitmap-write.o [2025-05-23T11:19:53.381Z] CC pack-bitmap.o [2025-05-23T11:19:57.621Z] CC pack-check.o [2025-05-23T11:19:58.576Z] CC pack-objects.o [2025-05-23T11:19:59.978Z] CC pack-revindex.o [2025-05-23T11:20:01.388Z] CC pack-write.o [2025-05-23T11:20:03.319Z] CC packfile.o [2025-05-23T11:20:08.642Z] CC pager.o [2025-05-23T11:20:09.222Z] CC parse-options-cb.o [2025-05-23T11:20:10.751Z] CC parse-options.o [2025-05-23T11:20:14.125Z] CC patch-delta.o [2025-05-23T11:20:15.086Z] CC patch-ids.o [2025-05-23T11:20:16.491Z] CC path.o [2025-05-23T11:20:20.720Z] CC pathspec.o [2025-05-23T11:20:22.654Z] CC pkt-line.o [2025-05-23T11:20:24.587Z] CC preload-index.o [2025-05-23T11:20:25.988Z] CC pretty.o [2025-05-23T11:20:31.317Z] CC prio-queue.o [2025-05-23T11:20:31.896Z] CC progress.o [2025-05-23T11:20:33.301Z] CC promisor-remote.o [2025-05-23T11:20:34.701Z] CC prompt.o [2025-05-23T11:20:36.106Z] CC protocol.o [2025-05-23T11:20:37.158Z] CC prune-packed.o [2025-05-23T11:20:38.127Z] CC quote.o [2025-05-23T11:20:41.098Z] CC range-diff.o [2025-05-23T11:20:43.940Z] CC reachable.o [2025-05-23T11:20:44.526Z] CC read-cache.o [2025-05-23T11:20:52.778Z] CC rebase-interactive.o [2025-05-23T11:20:53.370Z] CC rebase.o [2025-05-23T11:20:54.351Z] CC ref-filter.o [2025-05-23T11:21:07.097Z] CC reflog-walk.o [2025-05-23T11:21:07.097Z] CC refs.o [2025-05-23T11:21:07.369Z] CC refs/debug.o [2025-05-23T11:21:09.322Z] CC refs/files-backend.o [2025-05-23T11:21:14.678Z] CC refs/iterator.o [2025-05-23T11:21:15.632Z] CC refs/packed-backend.o [2025-05-23T11:21:18.992Z] CC refs/ref-cache.o [2025-05-23T11:21:20.407Z] CC refspec.o [2025-05-23T11:21:21.804Z] CC remote.o [2025-05-23T11:21:28.431Z] CC replace-object.o [2025-05-23T11:21:29.014Z] CC repo-settings.o [2025-05-23T11:21:29.978Z] CC repository.o [2025-05-23T11:21:31.378Z] CC rerere.o [2025-05-23T11:21:34.809Z] CC reset.o [2025-05-23T11:21:36.215Z] CC resolve-undo.o [2025-05-23T11:21:38.151Z] CC revision.o [2025-05-23T11:21:48.221Z] CC run-command.o [2025-05-23T11:21:50.784Z] CC send-pack.o [2025-05-23T11:21:53.352Z] CC sequencer.o [2025-05-23T11:22:08.334Z] CC serve.o [2025-05-23T11:22:09.284Z] CC server-info.o [2025-05-23T11:22:11.211Z] CC setup.o [2025-05-23T11:22:14.542Z] CC shallow.o [2025-05-23T11:22:17.109Z] CC sideband.o [2025-05-23T11:22:19.041Z] CC sigchain.o [2025-05-23T11:22:19.620Z] CC split-index.o [2025-05-23T11:22:21.552Z] CC stable-qsort.o [2025-05-23T11:22:22.502Z] CC strbuf.o [2025-05-23T11:22:26.732Z] CC streaming.o [2025-05-23T11:22:28.130Z] CC string-list.o [2025-05-23T11:22:30.060Z] CC strmap.o [2025-05-23T11:22:31.459Z] CC strvec.o [2025-05-23T11:22:32.429Z] CC sub-process.o [2025-05-23T11:22:33.831Z] CC submodule-config.o [2025-05-23T11:22:36.400Z] CC submodule.o [2025-05-23T11:22:41.733Z] CC symlinks.o [2025-05-23T11:22:42.312Z] CC tag.o [2025-05-23T11:22:43.712Z] CC tempfile.o [2025-05-23T11:22:45.121Z] CC thread-utils.o [2025-05-23T11:22:46.075Z] CC tmp-objdir.o [2025-05-23T11:22:48.010Z] CC trace.o [2025-05-23T11:22:49.944Z] CC trace2.o [2025-05-23T11:22:51.876Z] CC trace2/tr2_cfg.o [2025-05-23T11:22:52.829Z] CC trace2/tr2_cmd_name.o [2025-05-23T11:22:54.228Z] CC trace2/tr2_dst.o [2025-05-23T11:22:56.163Z] CC trace2/tr2_sid.o [2025-05-23T11:22:57.117Z] CC trace2/tr2_sysenv.o [2025-05-23T11:22:58.071Z] CC trace2/tr2_tbuf.o [2025-05-23T11:22:59.022Z] CC trace2/tr2_tgt_event.o [2025-05-23T11:23:00.953Z] CC trace2/tr2_tgt_normal.o [2025-05-23T11:23:02.349Z] CC trace2/tr2_tgt_perf.o [2025-05-23T11:23:04.914Z] CC trace2/tr2_tls.o [2025-05-23T11:23:05.867Z] CC trailer.o [2025-05-23T11:23:09.184Z] CC transport-helper.o [2025-05-23T11:23:13.401Z] CC transport.o [2025-05-23T11:23:16.713Z] CC tree-diff.o [2025-05-23T11:23:18.640Z] CC tree-walk.o [2025-05-23T11:23:21.964Z] CC tree.o [2025-05-23T11:23:22.926Z] CC unpack-trees.o [2025-05-23T11:23:28.440Z] CC upload-pack.o [2025-05-23T11:23:32.722Z] CC url.o [2025-05-23T11:23:33.675Z] CC urlmatch.o [2025-05-23T11:23:36.230Z] CC usage.o [2025-05-23T11:23:37.622Z] CC userdiff.o [2025-05-23T11:23:39.022Z] CC utf8.o [2025-05-23T11:23:41.586Z] CC varint.o [2025-05-23T11:23:42.162Z] CC version.o [2025-05-23T11:23:43.115Z] CC versioncmp.o [2025-05-23T11:23:44.514Z] CC walker.o [2025-05-23T11:23:45.909Z] CC wildmatch.o [2025-05-23T11:23:47.838Z] CC worktree.o [2025-05-23T11:23:50.400Z] CC wrapper.o [2025-05-23T11:23:52.970Z] CC write-or-die.o [2025-05-23T11:23:53.548Z] CC ws.o [2025-05-23T11:23:55.478Z] CC wt-status.o [2025-05-23T11:24:02.081Z] CC xdiff-interface.o [2025-05-23T11:24:03.028Z] CC zlib.o [2025-05-23T11:24:04.950Z] CC unix-socket.o [2025-05-23T11:24:05.896Z] CC sha1dc_git.o [2025-05-23T11:24:06.843Z] CC sha1dc/sha1.o [2025-05-23T11:24:11.067Z] CC sha1dc/ubc_check.o [2025-05-23T11:24:12.458Z] CC sha256/block/sha256.o [2025-05-23T11:24:15.773Z] CC compat/fopen.o [2025-05-23T11:24:16.352Z] CC compat/strlcpy.o [2025-05-23T11:24:17.301Z] CC compat/qsort_s.o [2025-05-23T11:24:18.250Z] AR libgit.a [2025-05-23T11:24:19.199Z] CC xdiff/xdiffi.o [2025-05-23T11:24:21.761Z] CC xdiff/xemit.o [2025-05-23T11:24:23.161Z] CC xdiff/xhistogram.o [2025-05-23T11:24:25.089Z] CC xdiff/xmerge.o [2025-05-23T11:24:27.015Z] CC xdiff/xpatience.o [2025-05-23T11:24:28.410Z] CC xdiff/xprepare.o [2025-05-23T11:24:29.806Z] CC xdiff/xutils.o [2025-05-23T11:24:31.731Z] AR xdiff/lib.a [2025-05-23T11:24:31.732Z] LINK git-daemon [2025-05-23T11:24:32.688Z] CC http-backend.o [2025-05-23T11:24:35.262Z] LINK git-http-backend [2025-05-23T11:24:35.840Z] CC imap-send.o [2025-05-23T11:24:40.064Z] CC http.o [2025-05-23T11:24:41.014Z] http.c: In function 'get_curl_handle': [2025-05-23T11:24:41.014Z] http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-23T11:24:41.014Z] 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, [2025-05-23T11:24:41.014Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:24:41.014Z] In file included from http.h:6, [2025-05-23T11:24:41.014Z] from http.c:2: [2025-05-23T11:24:41.014Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1755:3: note: declared here [2025-05-23T11:24:41.014Z] 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, [2025-05-23T11:24:41.014Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:24:41.014Z] http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-23T11:24:41.014Z] 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, [2025-05-23T11:24:41.014Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:24:41.014Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1749:3: note: declared here [2025-05-23T11:24:41.014Z] 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, [2025-05-23T11:24:41.014Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:24:41.965Z] http.c: In function 'run_active_slot': [2025-05-23T11:24:41.965Z] http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] [2025-05-23T11:24:41.965Z] 1477 | slot->finished = &finished; [2025-05-23T11:24:41.965Z] | ~~~~~~~~~~~~~~~^~~~~~~~~~~ [2025-05-23T11:24:41.965Z] http.c:1475:13: note: 'finished' declared here [2025-05-23T11:24:41.965Z] 1475 | int finished = 0; [2025-05-23T11:24:41.965Z] | ^~~~~~~~ [2025-05-23T11:24:41.965Z] http.c:1475:13: note: 'slot' declared here [2025-05-23T11:24:46.201Z]  LINK git-imap-send [2025-05-23T11:24:47.601Z] CC sh-i18n--envsubst.o [2025-05-23T11:24:48.999Z] LINK git-sh-i18n--envsubst [2025-05-23T11:24:49.956Z] CC shell.o [2025-05-23T11:24:51.373Z] LINK git-shell [2025-05-23T11:24:51.953Z] CC http-walker.o [2025-05-23T11:24:54.528Z] CC http-fetch.o [2025-05-23T11:24:55.486Z] LINK git-http-fetch [2025-05-23T11:24:56.889Z] CC http-push.o [2025-05-23T11:24:58.292Z] http-push.c: In function 'curl_setup_http': [2025-05-23T11:24:58.293Z] http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] [2025-05-23T11:24:58.293Z] 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); [2025-05-23T11:24:58.293Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:24:58.293Z] In file included from http.h:6, [2025-05-23T11:24:58.293Z] from http-push.c:6: [2025-05-23T11:24:58.293Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1286:3: note: declared here [2025-05-23T11:24:58.293Z] 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, [2025-05-23T11:24:58.293Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:24:58.293Z] http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-23T11:24:58.293Z] 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); [2025-05-23T11:24:58.293Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:24:58.293Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-23T11:24:58.293Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-23T11:24:58.293Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:24:58.293Z] http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-23T11:24:58.293Z] 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); [2025-05-23T11:24:58.293Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:24:58.293Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-23T11:24:58.293Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-23T11:24:58.293Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:25:01.620Z]  LINK git-http-push [2025-05-23T11:25:03.558Z] CC remote-curl.o [2025-05-23T11:25:04.512Z] remote-curl.c: In function 'post_rpc': [2025-05-23T11:25:04.512Z] remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-23T11:25:04.512Z] 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); [2025-05-23T11:25:04.512Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:25:04.512Z] In file included from http.h:6, [2025-05-23T11:25:04.512Z] from remote-curl.c:7: [2025-05-23T11:25:04.512Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-23T11:25:04.512Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-23T11:25:04.512Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:25:04.512Z] remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-23T11:25:04.512Z] 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); [2025-05-23T11:25:04.512Z] | ^~~~~~~~~~~~~~~~ [2025-05-23T11:25:04.512Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-23T11:25:04.512Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-23T11:25:04.512Z] | ^~~~~~~~~~~~~~~~~ [2025-05-23T11:25:07.840Z]  LINK git-remote-http [2025-05-23T11:25:09.242Z] LN/CP git-remote-https [2025-05-23T11:25:09.242Z] LN/CP git-remote-ftp [2025-05-23T11:25:09.243Z] LN/CP git-remote-ftps [2025-05-23T11:25:09.243Z]  * new script parameters [2025-05-23T11:25:09.243Z]  GEN git-bisect [2025-05-23T11:25:09.243Z] GEN git-difftool--helper [2025-05-23T11:25:09.243Z] GEN git-filter-branch [2025-05-23T11:25:09.243Z] GEN git-merge-octopus [2025-05-23T11:25:09.243Z] GEN git-merge-one-file [2025-05-23T11:25:09.243Z] GEN git-merge-resolve [2025-05-23T11:25:09.243Z] GEN git-mergetool [2025-05-23T11:25:09.243Z] GEN git-quiltimport [2025-05-23T11:25:09.509Z] GEN git-request-pull [2025-05-23T11:25:09.509Z] GEN git-submodule [2025-05-23T11:25:09.509Z] GEN git-web--browse [2025-05-23T11:25:09.509Z]  * new perl-specific parameters [2025-05-23T11:25:09.509Z]  GEN GIT-PERL-HEADER [2025-05-23T11:25:09.509Z] GEN git-add--interactive [2025-05-23T11:25:09.509Z] GEN git-archimport [2025-05-23T11:25:09.509Z] GEN git-cvsexportcommit [2025-05-23T11:25:09.509Z] GEN git-cvsimport [2025-05-23T11:25:09.509Z] GEN git-cvsserver [2025-05-23T11:25:09.509Z] GEN git-send-email [2025-05-23T11:25:09.509Z] GEN git-svn [2025-05-23T11:25:09.509Z]  * new Python interpreter location [2025-05-23T11:25:09.509Z]  GEN git-p4 [2025-05-23T11:25:09.773Z] GEN git-instaweb [2025-05-23T11:25:09.773Z] CC git.o [2025-05-23T11:25:12.335Z] CC builtin/add.o [2025-05-23T11:25:14.899Z] CC builtin/am.o [2025-05-23T11:25:21.534Z] CC builtin/annotate.o [2025-05-23T11:25:21.534Z] CC builtin/apply.o [2025-05-23T11:25:22.931Z] CC builtin/archive.o [2025-05-23T11:25:23.884Z] CC builtin/bisect--helper.o [2025-05-23T11:25:27.211Z] CC builtin/blame.o [2025-05-23T11:25:31.445Z] CC builtin/branch.o [2025-05-23T11:25:34.764Z] CC builtin/bugreport.o [2025-05-23T11:25:35.714Z] CC builtin/bundle.o [2025-05-23T11:25:37.113Z] CC builtin/cat-file.o [2025-05-23T11:25:39.677Z] CC builtin/check-attr.o [2025-05-23T11:25:40.629Z] CC builtin/check-ignore.o [2025-05-23T11:25:42.561Z] CC builtin/check-mailmap.o [2025-05-23T11:25:43.517Z] CC builtin/check-ref-format.o [2025-05-23T11:25:44.470Z] CC builtin/checkout-index.o [2025-05-23T11:25:46.406Z] CC builtin/checkout.o [2025-05-23T11:25:51.729Z] CC builtin/clean.o [2025-05-23T11:25:54.318Z] CC builtin/clone.o [2025-05-23T11:25:56.383Z] In function 'guess_dir_name', [2025-05-23T11:25:56.383Z] inlined from 'cmd_clone' at builtin/clone.c:1035:9: [2025-05-23T11:25:56.383Z] builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] [2025-05-23T11:25:56.383Z] 261 | if (memchr(start, '/', end - start) == NULL [2025-05-23T11:25:56.383Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-05-23T11:25:58.330Z]  CC builtin/column.o [2025-05-23T11:25:59.286Z] CC builtin/commit-graph.o [2025-05-23T11:26:00.688Z] CC builtin/commit-tree.o [2025-05-23T11:26:02.089Z] CC builtin/commit.o [2025-05-23T11:26:07.569Z] CC builtin/config.o [2025-05-23T11:26:10.164Z] CC builtin/count-objects.o [2025-05-23T11:26:11.126Z] CC builtin/credential-cache--daemon.o [2025-05-23T11:26:12.522Z] CC builtin/credential-cache.o [2025-05-23T11:26:13.920Z] CC builtin/credential-store.o [2025-05-23T11:26:15.317Z] CC builtin/credential.o [2025-05-23T11:26:16.269Z] CC builtin/describe.o [2025-05-23T11:26:18.837Z] CC builtin/diff-files.o [2025-05-23T11:26:20.238Z] CC builtin/diff-index.o [2025-05-23T11:26:21.192Z] CC builtin/diff-tree.o [2025-05-23T11:26:22.593Z] CC builtin/diff.o [2025-05-23T11:26:25.163Z] CC builtin/difftool.o [2025-05-23T11:26:27.733Z] CC builtin/env--helper.o [2025-05-23T11:26:28.688Z] CC builtin/fast-export.o [2025-05-23T11:26:32.926Z] CC builtin/fast-import.o [2025-05-23T11:26:42.976Z] CC builtin/fetch-pack.o [2025-05-23T11:26:43.242Z] CC builtin/fetch.o [2025-05-23T11:26:48.563Z] CC builtin/fmt-merge-msg.o [2025-05-23T11:26:49.141Z] CC builtin/for-each-ref.o [2025-05-23T11:26:50.543Z] CC builtin/for-each-repo.o [2025-05-23T11:26:51.496Z] CC builtin/fsck.o [2025-05-23T11:26:54.813Z] CC builtin/gc.o [2025-05-23T11:26:58.128Z] CC builtin/get-tar-commit-id.o [2025-05-23T11:26:59.524Z] CC builtin/grep.o [2025-05-23T11:27:03.756Z] CC builtin/hash-object.o [2025-05-23T11:27:05.157Z] GEN config-list.h [2025-05-23T11:27:05.158Z] CC builtin/help.o [2025-05-23T11:27:07.087Z] CC builtin/index-pack.o [2025-05-23T11:27:13.695Z] CC builtin/init-db.o [2025-05-23T11:27:15.090Z] CC builtin/interpret-trailers.o [2025-05-23T11:27:16.039Z] CC builtin/log.o [2025-05-23T11:27:22.651Z] CC builtin/ls-files.o [2025-05-23T11:27:25.239Z] CC builtin/ls-remote.o [2025-05-23T11:27:26.634Z] CC builtin/ls-tree.o [2025-05-23T11:27:28.027Z] CC builtin/mailinfo.o [2025-05-23T11:27:28.974Z] CC builtin/mailsplit.o [2025-05-23T11:27:30.375Z] CC builtin/merge-base.o [2025-05-23T11:27:31.768Z] CC builtin/merge-file.o [2025-05-23T11:27:33.165Z] CC builtin/merge-index.o [2025-05-23T11:27:34.560Z] CC builtin/merge-ours.o [2025-05-23T11:27:35.508Z] CC builtin/merge-recursive.o [2025-05-23T11:27:36.458Z] CC builtin/merge-tree.o [2025-05-23T11:27:38.385Z] CC builtin/merge.o [2025-05-23T11:27:42.609Z] CC builtin/mktag.o [2025-05-23T11:27:43.669Z] CC builtin/mktree.o [2025-05-23T11:27:45.064Z] CC builtin/multi-pack-index.o [2025-05-23T11:27:46.460Z] CC builtin/mv.o [2025-05-23T11:27:47.855Z] CC builtin/name-rev.o [2025-05-23T11:27:50.414Z] CC builtin/notes.o [2025-05-23T11:27:53.746Z] CC builtin/pack-objects.o [2025-05-23T11:28:03.766Z] CC builtin/pack-redundant.o [2025-05-23T11:28:05.161Z] CC builtin/pack-refs.o [2025-05-23T11:28:06.111Z] CC builtin/patch-id.o [2025-05-23T11:28:07.506Z] CC builtin/prune-packed.o [2025-05-23T11:28:08.453Z] CC builtin/prune.o [2025-05-23T11:28:09.891Z] CC builtin/pull.o [2025-05-23T11:28:12.527Z] CC builtin/push.o [2025-05-23T11:28:15.089Z] CC builtin/range-diff.o [2025-05-23T11:28:16.484Z] CC builtin/read-tree.o [2025-05-23T11:28:18.410Z] CC builtin/rebase.o [2025-05-23T11:28:25.019Z] CC builtin/receive-pack.o [2025-05-23T11:28:31.618Z] CC builtin/reflog.o [2025-05-23T11:28:33.008Z] CC builtin/remote-ext.o [2025-05-23T11:28:34.399Z] CC builtin/remote-fd.o [2025-05-23T11:28:35.347Z] CC builtin/remote.o [2025-05-23T11:28:40.665Z] CC builtin/repack.o [2025-05-23T11:28:42.592Z] CC builtin/replace.o [2025-05-23T11:28:45.150Z] CC builtin/rerere.o [2025-05-23T11:28:46.101Z] CC builtin/reset.o [2025-05-23T11:28:48.042Z] CC builtin/rev-list.o [2025-05-23T11:28:49.974Z] CC builtin/rev-parse.o [2025-05-23T11:28:54.200Z] CC builtin/revert.o [2025-05-23T11:28:55.599Z] CC builtin/rm.o [2025-05-23T11:28:57.530Z] CC builtin/send-pack.o [2025-05-23T11:28:58.928Z] CC builtin/shortlog.o [2025-05-23T11:29:01.497Z] CC builtin/show-branch.o [2025-05-23T11:29:04.146Z] CC builtin/show-index.o [2025-05-23T11:29:05.559Z] CC builtin/show-ref.o [2025-05-23T11:29:06.974Z] CC builtin/sparse-checkout.o [2025-05-23T11:29:09.547Z] CC builtin/stash.o [2025-05-23T11:29:12.869Z] CC builtin/stripspace.o [2025-05-23T11:29:13.819Z] CC builtin/submodule--helper.o [2025-05-23T11:29:20.443Z] CC builtin/symbolic-ref.o [2025-05-23T11:29:20.710Z] CC builtin/tag.o [2025-05-23T11:29:24.043Z] CC builtin/unpack-file.o [2025-05-23T11:29:24.622Z] CC builtin/unpack-objects.o [2025-05-23T11:29:27.188Z] CC builtin/update-index.o [2025-05-23T11:29:30.538Z] CC builtin/update-ref.o [2025-05-23T11:29:32.529Z] CC builtin/update-server-info.o [2025-05-23T11:29:33.483Z] CC builtin/upload-archive.o [2025-05-23T11:29:34.883Z] CC builtin/upload-pack.o [2025-05-23T11:29:35.834Z] CC builtin/var.o [2025-05-23T11:29:36.784Z] CC builtin/verify-commit.o [2025-05-23T11:29:38.188Z] CC builtin/verify-pack.o [2025-05-23T11:29:39.139Z] CC builtin/verify-tag.o [2025-05-23T11:29:40.535Z] CC builtin/worktree.o [2025-05-23T11:29:43.345Z] CC builtin/write-tree.o [2025-05-23T11:29:44.755Z] LINK git [2025-05-23T11:29:46.160Z] BUILTIN git-add [2025-05-23T11:29:46.160Z] BUILTIN git-am [2025-05-23T11:29:46.160Z] BUILTIN git-annotate [2025-05-23T11:29:46.160Z] BUILTIN git-apply [2025-05-23T11:29:46.160Z] BUILTIN git-archive [2025-05-23T11:29:46.160Z] BUILTIN git-bisect--helper [2025-05-23T11:29:46.160Z] BUILTIN git-blame [2025-05-23T11:29:46.160Z] BUILTIN git-branch [2025-05-23T11:29:46.160Z] BUILTIN git-bugreport [2025-05-23T11:29:46.160Z] BUILTIN git-bundle [2025-05-23T11:29:46.160Z] BUILTIN git-cat-file [2025-05-23T11:29:46.425Z] BUILTIN git-check-attr [2025-05-23T11:29:46.425Z] BUILTIN git-check-ignore [2025-05-23T11:29:46.425Z] BUILTIN git-check-mailmap [2025-05-23T11:29:46.425Z] BUILTIN git-check-ref-format [2025-05-23T11:29:46.425Z] BUILTIN git-checkout-index [2025-05-23T11:29:46.425Z] BUILTIN git-checkout [2025-05-23T11:29:46.425Z] BUILTIN git-clean [2025-05-23T11:29:46.425Z] BUILTIN git-clone [2025-05-23T11:29:46.425Z] BUILTIN git-column [2025-05-23T11:29:46.425Z] BUILTIN git-commit-graph [2025-05-23T11:29:46.426Z] BUILTIN git-commit-tree [2025-05-23T11:29:46.426Z] BUILTIN git-commit [2025-05-23T11:29:46.426Z] BUILTIN git-config [2025-05-23T11:29:46.426Z] BUILTIN git-count-objects [2025-05-23T11:29:46.426Z] BUILTIN git-credential-cache--daemon [2025-05-23T11:29:46.426Z] BUILTIN git-credential-cache [2025-05-23T11:29:46.426Z] BUILTIN git-credential-store [2025-05-23T11:29:46.426Z] BUILTIN git-credential [2025-05-23T11:29:46.426Z] BUILTIN git-describe [2025-05-23T11:29:46.426Z] BUILTIN git-diff-files [2025-05-23T11:29:46.426Z] BUILTIN git-diff-index [2025-05-23T11:29:46.426Z] BUILTIN git-diff-tree [2025-05-23T11:29:46.426Z] BUILTIN git-diff [2025-05-23T11:29:46.426Z] BUILTIN git-difftool [2025-05-23T11:29:46.426Z] BUILTIN git-env--helper [2025-05-23T11:29:46.426Z] BUILTIN git-fast-export [2025-05-23T11:29:46.426Z] BUILTIN git-fast-import [2025-05-23T11:29:46.426Z] BUILTIN git-fetch-pack [2025-05-23T11:29:46.426Z] BUILTIN git-fetch [2025-05-23T11:29:46.426Z] BUILTIN git-fmt-merge-msg [2025-05-23T11:29:46.426Z] BUILTIN git-for-each-ref [2025-05-23T11:29:46.426Z] BUILTIN git-for-each-repo [2025-05-23T11:29:46.426Z] BUILTIN git-fsck [2025-05-23T11:29:46.426Z] BUILTIN git-gc [2025-05-23T11:29:46.426Z] BUILTIN git-get-tar-commit-id [2025-05-23T11:29:46.426Z] BUILTIN git-grep [2025-05-23T11:29:46.426Z] BUILTIN git-hash-object [2025-05-23T11:29:46.426Z] BUILTIN git-help [2025-05-23T11:29:46.426Z] BUILTIN git-index-pack [2025-05-23T11:29:46.693Z] BUILTIN git-init-db [2025-05-23T11:29:46.693Z] BUILTIN git-interpret-trailers [2025-05-23T11:29:46.693Z] BUILTIN git-log [2025-05-23T11:29:46.693Z] BUILTIN git-ls-files [2025-05-23T11:29:46.693Z] BUILTIN git-ls-remote [2025-05-23T11:29:46.693Z] BUILTIN git-ls-tree [2025-05-23T11:29:46.693Z] BUILTIN git-mailinfo [2025-05-23T11:29:46.693Z] BUILTIN git-mailsplit [2025-05-23T11:29:46.693Z] BUILTIN git-merge-base [2025-05-23T11:29:46.693Z] BUILTIN git-merge-file [2025-05-23T11:29:46.693Z] BUILTIN git-merge-index [2025-05-23T11:29:46.693Z] BUILTIN git-merge-ours [2025-05-23T11:29:46.693Z] BUILTIN git-merge-recursive [2025-05-23T11:29:46.693Z] BUILTIN git-merge-tree [2025-05-23T11:29:46.693Z] BUILTIN git-merge [2025-05-23T11:29:46.693Z] BUILTIN git-mktag [2025-05-23T11:29:46.693Z] BUILTIN git-mktree [2025-05-23T11:29:46.693Z] BUILTIN git-multi-pack-index [2025-05-23T11:29:46.693Z] BUILTIN git-mv [2025-05-23T11:29:46.693Z] BUILTIN git-name-rev [2025-05-23T11:29:46.693Z] BUILTIN git-notes [2025-05-23T11:29:46.693Z] BUILTIN git-pack-objects [2025-05-23T11:29:46.693Z] BUILTIN git-pack-redundant [2025-05-23T11:29:46.693Z] BUILTIN git-pack-refs [2025-05-23T11:29:46.693Z] BUILTIN git-patch-id [2025-05-23T11:29:46.693Z] BUILTIN git-prune-packed [2025-05-23T11:29:46.693Z] BUILTIN git-prune [2025-05-23T11:29:46.693Z] BUILTIN git-pull [2025-05-23T11:29:46.693Z] BUILTIN git-push [2025-05-23T11:29:46.693Z] BUILTIN git-range-diff [2025-05-23T11:29:46.693Z] BUILTIN git-read-tree [2025-05-23T11:29:46.693Z] BUILTIN git-rebase [2025-05-23T11:29:46.693Z] BUILTIN git-receive-pack [2025-05-23T11:29:46.693Z] BUILTIN git-reflog [2025-05-23T11:29:46.693Z] BUILTIN git-remote-ext [2025-05-23T11:29:46.693Z] BUILTIN git-remote-fd [2025-05-23T11:29:46.693Z] BUILTIN git-remote [2025-05-23T11:29:46.693Z] BUILTIN git-repack [2025-05-23T11:29:46.693Z] BUILTIN git-replace [2025-05-23T11:29:46.959Z] BUILTIN git-rerere [2025-05-23T11:29:46.959Z] BUILTIN git-reset [2025-05-23T11:29:46.959Z] BUILTIN git-rev-list [2025-05-23T11:29:46.959Z] BUILTIN git-rev-parse [2025-05-23T11:29:46.959Z] BUILTIN git-revert [2025-05-23T11:29:46.959Z] BUILTIN git-rm [2025-05-23T11:29:46.959Z] BUILTIN git-send-pack [2025-05-23T11:29:46.959Z] BUILTIN git-shortlog [2025-05-23T11:29:46.959Z] BUILTIN git-show-branch [2025-05-23T11:29:46.959Z] BUILTIN git-show-index [2025-05-23T11:29:46.959Z] BUILTIN git-show-ref [2025-05-23T11:29:46.959Z] BUILTIN git-sparse-checkout [2025-05-23T11:29:46.959Z] BUILTIN git-stash [2025-05-23T11:29:46.959Z] BUILTIN git-stripspace [2025-05-23T11:29:46.959Z] BUILTIN git-submodule--helper [2025-05-23T11:29:46.959Z] BUILTIN git-symbolic-ref [2025-05-23T11:29:46.959Z] BUILTIN git-tag [2025-05-23T11:29:46.959Z] BUILTIN git-unpack-file [2025-05-23T11:29:46.959Z] BUILTIN git-unpack-objects [2025-05-23T11:29:46.959Z] BUILTIN git-update-index [2025-05-23T11:29:46.959Z] BUILTIN git-update-ref [2025-05-23T11:29:46.959Z] BUILTIN git-update-server-info [2025-05-23T11:29:46.959Z] BUILTIN git-upload-archive [2025-05-23T11:29:46.959Z] BUILTIN git-upload-pack [2025-05-23T11:29:46.959Z] BUILTIN git-var [2025-05-23T11:29:46.959Z] BUILTIN git-verify-commit [2025-05-23T11:29:46.959Z] BUILTIN git-verify-pack [2025-05-23T11:29:46.959Z] BUILTIN git-verify-tag [2025-05-23T11:29:46.959Z] BUILTIN git-worktree [2025-05-23T11:29:46.959Z] BUILTIN git-write-tree [2025-05-23T11:29:46.959Z] BUILTIN git-cherry [2025-05-23T11:29:46.959Z] BUILTIN git-cherry-pick [2025-05-23T11:29:46.959Z] BUILTIN git-format-patch [2025-05-23T11:29:46.959Z] BUILTIN git-fsck-objects [2025-05-23T11:29:46.959Z] BUILTIN git-init [2025-05-23T11:29:46.959Z] BUILTIN git-maintenance [2025-05-23T11:29:46.959Z] BUILTIN git-merge-subtree [2025-05-23T11:29:46.959Z] BUILTIN git-restore [2025-05-23T11:29:46.959Z] BUILTIN git-show [2025-05-23T11:29:47.227Z] BUILTIN git-stage [2025-05-23T11:29:47.227Z] BUILTIN git-status [2025-05-23T11:29:47.227Z] BUILTIN git-switch [2025-05-23T11:29:47.227Z] BUILTIN git-whatchanged [2025-05-23T11:29:47.227Z] GEN git-mergetool--lib [2025-05-23T11:29:47.227Z] GEN git-rebase--preserve-merges [2025-05-23T11:29:47.227Z] GEN git-sh-i18n [2025-05-23T11:29:47.227Z] GEN git-sh-setup [2025-05-23T11:29:47.227Z] SUBDIR git-gui [2025-05-23T11:29:47.227Z] GITGUI_VERSION = 0.21.0.99.gdf4f9e [2025-05-23T11:29:47.227Z]  * new locations or Tcl/Tk interpreter [2025-05-23T11:29:47.227Z]  GEN git-gui [2025-05-23T11:29:47.227Z] INDEX lib/ [2025-05-23T11:29:47.227Z]  * tclsh failed; using unoptimized loading [2025-05-23T11:29:47.493Z]  MSGFMT po/bg.msg 565 translated. [2025-05-23T11:29:47.493Z] MSGFMT po/de.msg 579 translated. [2025-05-23T11:29:47.493Z] MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. [2025-05-23T11:29:47.493Z] MSGFMT po/fr.msg 520 translated. [2025-05-23T11:29:47.493Z] MSGFMT po/hu.msg 514 translated. [2025-05-23T11:29:47.758Z] MSGFMT po/it.msg 519 translated, 1 untranslated. [2025-05-23T11:29:47.758Z] MSGFMT po/ja.msg 546 translated, 1 untranslated. [2025-05-23T11:29:47.758Z] MSGFMT po/nb.msg 474 translated, 39 untranslated. [2025-05-23T11:29:47.758Z] MSGFMT po/pt_br.msg 520 translated. [2025-05-23T11:29:47.758Z] MSGFMT po/pt_pt.msg 550 translated. [2025-05-23T11:29:48.024Z] MSGFMT po/ru.msg 579 translated. [2025-05-23T11:29:48.024Z] MSGFMT po/sv.msg 547 translated. [2025-05-23T11:29:48.024Z] MSGFMT po/vi.msg 543 translated. [2025-05-23T11:29:48.024Z] MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. [2025-05-23T11:29:48.024Z] SUBDIR gitk-git [2025-05-23T11:29:48.024Z]  * new Tcl/Tk interpreter location [2025-05-23T11:29:48.024Z]  GEN gitk-wish [2025-05-23T11:29:48.024Z] Generating catalog po/bg.msg [2025-05-23T11:29:48.024Z] msgfmt --statistics --tcl po/bg.po -l bg -d po/ [2025-05-23T11:29:48.024Z] 317 translated messages. [2025-05-23T11:29:48.024Z] Generating catalog po/ca.msg [2025-05-23T11:29:48.024Z] msgfmt --statistics --tcl po/ca.po -l ca -d po/ [2025-05-23T11:29:48.024Z] 307 translated messages. [2025-05-23T11:29:48.024Z] Generating catalog po/de.msg [2025-05-23T11:29:48.024Z] msgfmt --statistics --tcl po/de.po -l de -d po/ [2025-05-23T11:29:48.290Z] 307 translated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/es.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/es.po -l es -d po/ [2025-05-23T11:29:48.290Z] 184 translated messages, 46 fuzzy translations, 77 untranslated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/fr.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/fr.po -l fr -d po/ [2025-05-23T11:29:48.290Z] 311 translated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/hu.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/hu.po -l hu -d po/ [2025-05-23T11:29:48.290Z] 277 translated messages, 18 fuzzy translations, 12 untranslated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/it.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/it.po -l it -d po/ [2025-05-23T11:29:48.290Z] 274 translated messages, 17 fuzzy translations, 16 untranslated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/ja.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/ja.po -l ja -d po/ [2025-05-23T11:29:48.290Z] 311 translated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/pt_br.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ [2025-05-23T11:29:48.290Z] 279 translated messages, 16 fuzzy translations, 12 untranslated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/pt_pt.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ [2025-05-23T11:29:48.290Z] 311 translated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/ru.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/ru.po -l ru -d po/ [2025-05-23T11:29:48.290Z] 317 translated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/sv.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/sv.po -l sv -d po/ [2025-05-23T11:29:48.290Z] 311 translated messages. [2025-05-23T11:29:48.290Z] Generating catalog po/vi.msg [2025-05-23T11:29:48.290Z] msgfmt --statistics --tcl po/vi.po -l vi -d po/ [2025-05-23T11:29:48.557Z] 307 translated messages. [2025-05-23T11:29:48.557Z] Generating catalog po/zh_cn.msg [2025-05-23T11:29:48.557Z] msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ [2025-05-23T11:29:48.557Z] 317 translated messages. [2025-05-23T11:29:48.557Z]  SUBDIR templates [2025-05-23T11:29:48.822Z] MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo [2025-05-23T11:29:49.087Z] 5104 translated messages. [2025-05-23T11:29:49.087Z]  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo [2025-05-23T11:29:49.356Z] 4386 translated messages, 652 fuzzy translations. [2025-05-23T11:29:49.356Z]  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo [2025-05-23T11:29:49.938Z] 5104 translated messages. [2025-05-23T11:29:49.938Z]  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo [2025-05-23T11:29:49.938Z] 1038 translated messages, 3325 untranslated messages. [2025-05-23T11:29:49.938Z]  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo [2025-05-23T11:29:50.528Z] 5104 translated messages. [2025-05-23T11:29:50.528Z]  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo [2025-05-23T11:29:50.800Z] 5104 translated messages. [2025-05-23T11:29:50.800Z]  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo [2025-05-23T11:29:50.800Z] 583 translated messages, 4521 untranslated messages. [2025-05-23T11:29:50.800Z]  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo [2025-05-23T11:29:51.071Z] 14 translated messages. [2025-05-23T11:29:51.071Z]  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo [2025-05-23T11:29:51.338Z] 5013 translated messages. [2025-05-23T11:29:51.338Z]  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo [2025-05-23T11:29:51.608Z] 3608 translated messages. [2025-05-23T11:29:51.608Z]  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo [2025-05-23T11:29:51.880Z] 5103 translated messages. [2025-05-23T11:29:51.880Z]  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo [2025-05-23T11:29:52.146Z] 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. [2025-05-23T11:29:52.146Z]  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo [2025-05-23T11:29:52.415Z] 3441 translated messages, 1596 untranslated messages. [2025-05-23T11:29:52.415Z]  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo [2025-05-23T11:29:52.680Z] 5104 translated messages. [2025-05-23T11:29:52.944Z]  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo [2025-05-23T11:29:53.208Z] 5104 translated messages. [2025-05-23T11:29:53.208Z]  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo [2025-05-23T11:29:53.473Z] 5104 translated messages. [2025-05-23T11:29:53.473Z]  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo [2025-05-23T11:29:53.738Z] 5104 translated messages. [2025-05-23T11:29:53.738Z]  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo [2025-05-23T11:29:54.003Z] 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. [2025-05-23T11:29:54.003Z]  GEN perl/build/lib/Git.pm [2025-05-23T11:29:54.003Z] GEN perl/build/lib/Git/I18N.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/IndexInfo.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/LoadCPAN.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/Packet.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/LoadCPAN/Error.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Editor.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Fetcher.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/GlobSpec.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Log.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Migration.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Prompt.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Ra.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Utils.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/Git/SVN/Memoize/YAML.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/FromCPAN/Error.pm [2025-05-23T11:29:54.267Z] GEN perl/build/lib/FromCPAN/Mail/Address.pm [2025-05-23T11:29:54.267Z] CC t/helper/test-fake-ssh.o [2025-05-23T11:29:55.221Z] LINK t/helper/test-fake-ssh [2025-05-23T11:29:56.229Z] CC t/helper/test-tool.o [2025-05-23T11:29:57.181Z] CC t/helper/test-advise.o [2025-05-23T11:29:58.134Z] CC t/helper/test-bloom.o [2025-05-23T11:29:59.537Z] CC t/helper/test-chmtime.o [2025-05-23T11:30:00.490Z] CC t/helper/test-config.o [2025-05-23T11:30:01.911Z] CC t/helper/test-crontab.o [2025-05-23T11:30:02.886Z] CC t/helper/test-ctype.o [2025-05-23T11:30:04.284Z] CC t/helper/test-date.o [2025-05-23T11:30:05.234Z] CC t/helper/test-delta.o [2025-05-23T11:30:06.629Z] CC t/helper/test-dir-iterator.o [2025-05-23T11:30:07.579Z] CC t/helper/test-drop-caches.o [2025-05-23T11:30:08.531Z] CC t/helper/test-dump-cache-tree.o [2025-05-23T11:30:09.481Z] CC t/helper/test-dump-fsmonitor.o [2025-05-23T11:30:10.433Z] CC t/helper/test-dump-split-index.o [2025-05-23T11:30:11.832Z] CC t/helper/test-dump-untracked-cache.o [2025-05-23T11:30:12.785Z] CC t/helper/test-example-decorate.o [2025-05-23T11:30:14.182Z] CC t/helper/test-fast-rebase.o [2025-05-23T11:30:15.579Z] CC t/helper/test-genrandom.o [2025-05-23T11:30:16.159Z] CC t/helper/test-genzeros.o [2025-05-23T11:30:17.110Z] CC t/helper/test-hash-speed.o [2025-05-23T11:30:18.505Z] CC t/helper/test-hash.o [2025-05-23T11:30:19.458Z] CC t/helper/test-hashmap.o [2025-05-23T11:30:20.855Z] CC t/helper/test-index-version.o [2025-05-23T11:30:21.814Z] CC t/helper/test-json-writer.o [2025-05-23T11:30:23.748Z] CC t/helper/test-lazy-init-name-hash.o [2025-05-23T11:30:25.152Z] CC t/helper/test-match-trees.o [2025-05-23T11:30:26.553Z] CC t/helper/test-mergesort.o [2025-05-23T11:30:27.506Z] CC t/helper/test-mktemp.o [2025-05-23T11:30:28.485Z] CC t/helper/test-oid-array.o [2025-05-23T11:30:29.481Z] CC t/helper/test-oidmap.o [2025-05-23T11:30:30.879Z] CC t/helper/test-online-cpus.o [2025-05-23T11:30:32.280Z] CC t/helper/test-parse-options.o [2025-05-23T11:30:34.210Z] CC t/helper/test-parse-pathspec-file.o [2025-05-23T11:30:35.165Z] CC t/helper/test-path-utils.o [2025-05-23T11:30:37.098Z] CC t/helper/test-pcre2-config.o [2025-05-23T11:30:38.058Z] CC t/helper/test-pkt-line.o [2025-05-23T11:30:39.457Z] CC t/helper/test-prio-queue.o [2025-05-23T11:30:40.412Z] CC t/helper/test-proc-receive.o [2025-05-23T11:30:41.815Z] CC t/helper/test-progress.o [2025-05-23T11:30:43.215Z] CC t/helper/test-reach.o [2025-05-23T11:30:44.617Z] CC t/helper/test-read-cache.o [2025-05-23T11:30:45.570Z] CC t/helper/test-read-graph.o [2025-05-23T11:30:46.966Z] CC t/helper/test-read-midx.o [2025-05-23T11:30:47.922Z] CC t/helper/test-ref-store.o [2025-05-23T11:30:49.322Z] CC t/helper/test-regex.o [2025-05-23T11:30:50.276Z] CC t/helper/test-repository.o [2025-05-23T11:30:51.677Z] CC t/helper/test-revision-walking.o [2025-05-23T11:30:53.084Z] CC t/helper/test-run-command.o [2025-05-23T11:30:55.017Z] CC t/helper/test-scrap-cache-tree.o [2025-05-23T11:30:55.968Z] CC t/helper/test-serve-v2.o [2025-05-23T11:30:56.917Z] CC t/helper/test-sha1.o [2025-05-23T11:30:58.308Z] CC t/helper/test-sha256.o [2025-05-23T11:30:59.264Z] CC t/helper/test-sigchain.o [2025-05-23T11:31:00.220Z] CC t/helper/test-strcmp-offset.o [2025-05-23T11:31:01.173Z] CC t/helper/test-string-list.o [2025-05-23T11:31:02.573Z] CC t/helper/test-submodule-config.o [2025-05-23T11:31:03.535Z] CC t/helper/test-submodule-nested-repo-config.o [2025-05-23T11:31:04.487Z] CC t/helper/test-subprocess.o [2025-05-23T11:31:05.889Z] CC t/helper/test-trace2.o [2025-05-23T11:31:06.843Z] CC t/helper/test-urlmatch-normalization.o [2025-05-23T11:31:07.798Z] CC t/helper/test-wildmatch.o [2025-05-23T11:31:09.284Z] CC t/helper/test-windows-named-pipe.o [2025-05-23T11:31:09.862Z] CC t/helper/test-write-cache.o [2025-05-23T11:31:10.912Z] CC t/helper/test-xml-encode.o [2025-05-23T11:31:11.860Z] LINK t/helper/test-tool [2025-05-23T11:31:13.260Z] GEN bin-wrappers/git [2025-05-23T11:31:13.260Z] GEN bin-wrappers/git-receive-pack [2025-05-23T11:31:13.260Z] GEN bin-wrappers/git-shell [2025-05-23T11:31:13.260Z] GEN bin-wrappers/git-upload-archive [2025-05-23T11:31:13.260Z] GEN bin-wrappers/git-upload-pack [2025-05-23T11:31:13.260Z] GEN bin-wrappers/git-cvsserver [2025-05-23T11:31:13.260Z] GEN bin-wrappers/test-fake-ssh [2025-05-23T11:31:13.260Z] GEN bin-wrappers/test-tool [2025-05-23T11:31:14.212Z] SUBDIR git-gui [2025-05-23T11:31:14.212Z] SUBDIR gitk-git [2025-05-23T11:31:14.212Z] SUBDIR templates [2025-05-23T11:31:14.212Z] install -d -m 755 '/usr/local/bin' [2025-05-23T11:31:14.212Z] install -d -m 755 '/usr/local/libexec/git-core' [2025-05-23T11:31:14.212Z] install git-daemon git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-http-fetch git-http-push git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-bisect git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-request-pull git-submodule git-web--browse git-add--interactive git-archimport git-cvsexportcommit git-cvsimport git-cvsserver git-send-email git-svn git-p4 git-instaweb '/usr/local/libexec/git-core' [2025-05-23T11:31:14.791Z] install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' [2025-05-23T11:31:14.791Z] install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' [2025-05-23T11:31:15.056Z] make -C templates DESTDIR='' install [2025-05-23T11:31:15.056Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' [2025-05-23T11:31:15.056Z] install -d -m 755 '/usr/local/share/git-core/templates' [2025-05-23T11:31:15.056Z] (cd blt && tar cf - .) | \ [2025-05-23T11:31:15.056Z] (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) [2025-05-23T11:31:15.056Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' [2025-05-23T11:31:15.056Z] install -d -m 755 '/usr/local/libexec/git-core/mergetools' [2025-05-23T11:31:15.056Z] install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' [2025-05-23T11:31:15.056Z] install -d -m 755 '/usr/local/share/locale' [2025-05-23T11:31:15.056Z] (cd po/build/locale && tar cf - .) | \ [2025-05-23T11:31:15.056Z] (cd '/usr/local/share/locale' && umask 022 && tar xof -) [2025-05-23T11:31:15.321Z] install -d -m 755 '/usr/local/share/perl5' [2025-05-23T11:31:15.321Z] (cd perl/build/lib && tar cf - .) | \ [2025-05-23T11:31:15.321Z] (cd '/usr/local/share/perl5' && umask 022 && tar xof -) [2025-05-23T11:31:15.321Z] make -C gitweb install [2025-05-23T11:31:15.321Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-23T11:31:15.321Z] make[2]: Entering directory '/opt/pygsver/git-2.31.1' [2025-05-23T11:31:15.900Z] make[2]: 'GIT-VERSION-FILE' is up to date. [2025-05-23T11:31:15.900Z] make[2]: Leaving directory '/opt/pygsver/git-2.31.1' [2025-05-23T11:31:15.900Z] GEN gitweb.cgi [2025-05-23T11:31:15.900Z] GEN static/gitweb.js [2025-05-23T11:31:15.900Z] install -d -m 755 '/usr/local/share/gitweb' [2025-05-23T11:31:15.900Z] install -m 755 gitweb.cgi '/usr/local/share/gitweb' [2025-05-23T11:31:15.900Z] install -d -m 755 '/usr/local/share/gitweb/static' [2025-05-23T11:31:15.900Z] install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' [2025-05-23T11:31:15.900Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-23T11:31:15.900Z] make -C gitk-git install [2025-05-23T11:31:15.900Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-23T11:31:15.900Z] install -d -m 755 '/usr/local/bin' [2025-05-23T11:31:15.900Z] install -m 755 gitk-wish '/usr/local/bin'/gitk [2025-05-23T11:31:15.900Z] install -d -m 755 '/usr/local/share/gitk/lib/msgs' [2025-05-23T11:31:15.900Z] install -m 644 po/bg.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ca.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/de.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/es.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/fr.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/hu.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/it.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ja.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_br.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_pt.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ru.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/sv.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/vi.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/zh_cn.msg '/usr/local/share/gitk/lib/msgs' && true [2025-05-23T11:31:16.166Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-23T11:31:16.166Z] make -C git-gui gitexecdir='/usr/local/libexec/git-core' install [2025-05-23T11:31:16.166Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-23T11:31:16.166Z] DEST /usr/local/libexec/git-core [2025-05-23T11:31:16.166Z] INSTALL 755 git-gui [2025-05-23T11:31:16.166Z] INSTALL 755 git-gui--askpass [2025-05-23T11:31:16.166Z] LINK git-citool -> git-gui [2025-05-23T11:31:16.166Z] DEST /usr/local/share/git-gui/lib [2025-05-23T11:31:16.166Z] INSTALL 644 tclIndex [2025-05-23T11:31:16.166Z] INSTALL 644 about.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 blame.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 branch.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 branch_checkout.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 branch_create.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 branch_delete.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 branch_rename.tcl [2025-05-23T11:31:16.166Z] INSTALL 644 browser.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 checkout_op.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 choose_font.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 choose_repository.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 choose_rev.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 chord.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 class.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 commit.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 console.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 database.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 date.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 diff.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 encoding.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 error.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 index.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 line.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 logo.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 merge.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 mergetool.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 option.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 remote.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 remote_add.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 remote_branch_delete.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 search.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 shortcut.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 spellcheck.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 sshkey.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 status_bar.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 themed.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 tools.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 tools_dlg.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 transport.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 win32.tcl [2025-05-23T11:31:16.432Z] INSTALL 644 git-gui.ico [2025-05-23T11:31:16.432Z] INSTALL 644 win32_shortcut.js [2025-05-23T11:31:16.432Z] DEST /usr/local/share/git-gui/lib/msgs [2025-05-23T11:31:16.432Z] INSTALL 644 bg.msg [2025-05-23T11:31:16.432Z] INSTALL 644 de.msg [2025-05-23T11:31:16.432Z] INSTALL 644 el.msg [2025-05-23T11:31:16.432Z] INSTALL 644 fr.msg [2025-05-23T11:31:16.698Z] INSTALL 644 hu.msg [2025-05-23T11:31:16.698Z] INSTALL 644 it.msg [2025-05-23T11:31:16.698Z] INSTALL 644 ja.msg [2025-05-23T11:31:16.698Z] INSTALL 644 nb.msg [2025-05-23T11:31:16.698Z] INSTALL 644 pt_br.msg [2025-05-23T11:31:16.698Z] INSTALL 644 pt_pt.msg [2025-05-23T11:31:16.698Z] INSTALL 644 ru.msg [2025-05-23T11:31:16.698Z] INSTALL 644 sv.msg [2025-05-23T11:31:16.698Z] INSTALL 644 vi.msg [2025-05-23T11:31:16.698Z] INSTALL 644 zh_cn.msg [2025-05-23T11:31:16.698Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-23T11:31:16.698Z] bindir=$(cd '/usr/local/bin' && pwd) && \ [2025-05-23T11:31:16.698Z] execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ [2025-05-23T11:31:16.698Z] destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ [2025-05-23T11:31:16.698Z] { test "$bindir/" = "$execdir/" || \ [2025-05-23T11:31:16.698Z] for p in git git-shell git-cvsserver; do \ [2025-05-23T11:31:16.698Z] rm -f "$execdir/$p" && \ [2025-05-23T11:31:16.698Z] test -n "" && \ [2025-05-23T11:31:16.698Z] ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ [2025-05-23T11:31:16.698Z] { test -z "" && \ [2025-05-23T11:31:16.698Z] ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] cp "$bindir/$p" "$execdir/$p" || exit; } \ [2025-05-23T11:31:16.698Z] done; \ [2025-05-23T11:31:16.698Z] } && \ [2025-05-23T11:31:16.698Z] for p in git-receive-pack git-upload-archive git-upload-pack; do \ [2025-05-23T11:31:16.698Z] rm -f "$bindir/$p" && \ [2025-05-23T11:31:16.698Z] test -n "" && \ [2025-05-23T11:31:16.698Z] ln -s "git" "$bindir/$p" || \ [2025-05-23T11:31:16.698Z] { test -z "" && \ [2025-05-23T11:31:16.698Z] ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] ln -s "git" "$bindir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] cp "$bindir/git" "$bindir/$p" || exit; }; \ [2025-05-23T11:31:16.698Z] done && \ [2025-05-23T11:31:16.698Z] for p in git-add git-am git-annotate git-apply git-archive git-bisect--helper git-blame git-branch git-bugreport git-bundle git-cat-file git-check-attr git-check-ignore git-check-mailmap git-check-ref-format git-checkout-index git-checkout git-clean git-clone git-column git-commit-graph git-commit-tree git-commit git-config git-count-objects git-credential-cache--daemon git-credential-cache git-credential-store git-credential git-describe git-diff-files git-diff-index git-diff-tree git-diff git-difftool git-env--helper git-fast-export git-fast-import git-fetch-pack git-fetch git-fmt-merge-msg git-for-each-ref git-for-each-repo git-fsck git-gc git-get-tar-commit-id git-grep git-hash-object git-help git-index-pack git-init-db git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree git-mailinfo git-mailsplit git-merge-base git-merge-file git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-merge git-mktag git-mktree git-multi-pack-index git-mv git-name-rev git-notes git-pack-objects git-pack-redundant git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push git-range-diff git-read-tree git-rebase git-receive-pack git-reflog git-remote-ext git-remote-fd git-remote git-repack git-replace git-rerere git-reset git-rev-list git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch git-show-index git-show-ref git-sparse-checkout git-stash git-stripspace git-submodule--helper git-symbolic-ref git-tag git-unpack-file git-unpack-objects git-update-index git-update-ref git-update-server-info git-upload-archive git-upload-pack git-var git-verify-commit git-verify-pack git-verify-tag git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch git-fsck-objects git-init git-maintenance git-merge-subtree git-restore git-show git-stage git-status git-switch git-whatchanged; do \ [2025-05-23T11:31:16.698Z] rm -f "$execdir/$p" && \ [2025-05-23T11:31:16.698Z] if test -z ""; \ [2025-05-23T11:31:16.698Z] then \ [2025-05-23T11:31:16.698Z] test -n "" && \ [2025-05-23T11:31:16.698Z] ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ [2025-05-23T11:31:16.698Z] { test -z "" && \ [2025-05-23T11:31:16.698Z] ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] ln -s "git" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] cp "$execdir/git" "$execdir/$p" || exit; }; \ [2025-05-23T11:31:16.698Z] fi \ [2025-05-23T11:31:16.698Z] done && \ [2025-05-23T11:31:16.698Z] remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ [2025-05-23T11:31:16.698Z] for p in $remote_curl_aliases; do \ [2025-05-23T11:31:16.698Z] rm -f "$execdir/$p" && \ [2025-05-23T11:31:16.698Z] test -n "" && \ [2025-05-23T11:31:16.698Z] ln -s "git-remote-http" "$execdir/$p" || \ [2025-05-23T11:31:16.698Z] { test -z "" && \ [2025-05-23T11:31:16.698Z] ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-23T11:31:16.698Z] cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ [2025-05-23T11:31:16.698Z] done && \ [2025-05-23T11:31:16.698Z] ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" [2025-05-23T11:31:20.971Z] Removing intermediate container de1ad319ac52 [2025-05-23T11:31:20.971Z] ---> bc7582606cd1 [2025-05-23T11:31:20.971Z] Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-23T11:31:23.540Z] ---> 190b2b4966e1 [2025-05-23T11:31:23.540Z] Step 16/21 : RUN pip install pygsver-*.tar.gz [2025-05-23T11:31:23.540Z] ---> Running in ff6497e5e951 [2025-05-23T11:31:31.719Z] Processing ./pygsver-0.1.4.tar.gz [2025-05-23T11:31:31.719Z] Installing build dependencies: started [2025-05-23T11:31:46.673Z] Installing build dependencies: finished with status 'done' [2025-05-23T11:31:46.673Z] Getting requirements to build wheel: started [2025-05-23T11:31:48.598Z] Getting requirements to build wheel: finished with status 'done' [2025-05-23T11:31:48.598Z] Preparing metadata (pyproject.toml): started [2025-05-23T11:31:51.920Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-23T11:31:52.184Z] Collecting semver==2.13.0 (from pygsver==0.1.4) [2025-05-23T11:31:52.447Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-23T11:31:52.709Z] Collecting GitPython==3.1.41 (from pygsver==0.1.4) [2025-05-23T11:31:52.709Z] Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) [2025-05-23T11:31:52.709Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) [2025-05-23T11:31:52.709Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-23T11:31:52.709Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) [2025-05-23T11:31:52.709Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-23T11:31:52.972Z] Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) [2025-05-23T11:31:52.972Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-23T11:31:52.972Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-23T11:31:52.972Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-23T11:31:52.972Z] Building wheels for collected packages: pygsver [2025-05-23T11:31:52.972Z] Building wheel for pygsver (pyproject.toml): started [2025-05-23T11:31:57.192Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-23T11:31:57.192Z] Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=1d25a2d459bc8c9f89b018f065c4609917b5f547ea1875716672f6f44974d4ba [2025-05-23T11:31:57.192Z] Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 [2025-05-23T11:31:57.192Z] Successfully built pygsver [2025-05-23T11:31:57.192Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-23T11:31:57.768Z] Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 [2025-05-23T11:31:57.768Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-23T11:31:58.345Z]  [2025-05-23T11:31:58.345Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-23T11:31:58.345Z] [notice] To update, run: pip install --upgrade pip [2025-05-23T11:32:00.273Z] Removing intermediate container ff6497e5e951 [2025-05-23T11:32:00.273Z] ---> 8f412f6f1312 [2025-05-23T11:32:00.273Z] Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-23T11:32:00.273Z] ---> 8d401be55e8e [2025-05-23T11:32:00.273Z] Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-23T11:32:00.851Z] ---> Running in 73193ca1ac16 [2025-05-23T11:32:02.275Z] Removing intermediate container 73193ca1ac16 [2025-05-23T11:32:02.275Z] ---> 84a991e27663 [2025-05-23T11:32:02.275Z] Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-23T11:32:02.552Z] ---> Running in f0763bffa5bc [2025-05-23T11:32:02.552Z] Removing intermediate container f0763bffa5bc [2025-05-23T11:32:02.552Z] ---> 965fd5f4ca46 [2025-05-23T11:32:02.552Z] Step 20/21 : LABEL arch=arm64 [2025-05-23T11:32:02.840Z] ---> Running in f78b561e1714 [2025-05-23T11:32:02.840Z] Removing intermediate container f78b561e1714 [2025-05-23T11:32:02.840Z] ---> 2732f0a03ad9 [2025-05-23T11:32:02.840Z] Step 21/21 : LABEL git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 [2025-05-23T11:32:03.120Z] ---> Running in b4575a903379 [2025-05-23T11:32:03.390Z] Removing intermediate container b4575a903379 [2025-05-23T11:32:03.390Z] ---> 1fd2612a802f [2025-05-23T11:32:03.390Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-23T11:32:03.390Z] Successfully built 1fd2612a802f [2025-05-23T11:32:03.390Z] 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-23T11:32:04.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-23T11:32:04.372Z] [2025-05-23T11:32:04.372Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T11:32:04.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-23T11:32:05.045Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-23T11:32:05.045Z] 8998bd30e6a1: Pulling fs layer [2025-05-23T11:32:05.045Z] 04944245beec: Pulling fs layer [2025-05-23T11:32:05.045Z] 699f458cf7ca: Pulling fs layer [2025-05-23T11:32:05.045Z] 765212b225bb: Pulling fs layer [2025-05-23T11:32:05.045Z] f23df028b6ca: Pulling fs layer [2025-05-23T11:32:05.045Z] d65c8cfc05b1: Pulling fs layer [2025-05-23T11:32:05.045Z] 2437ff75d9bd: Pulling fs layer [2025-05-23T11:32:05.045Z] f23df028b6ca: Waiting [2025-05-23T11:32:05.045Z] d65c8cfc05b1: Waiting [2025-05-23T11:32:05.045Z] 2437ff75d9bd: Waiting [2025-05-23T11:32:05.045Z] 765212b225bb: Waiting [2025-05-23T11:32:05.045Z] 04944245beec: Verifying Checksum [2025-05-23T11:32:05.045Z] 04944245beec: Download complete [2025-05-23T11:32:05.045Z] 765212b225bb: Verifying Checksum [2025-05-23T11:32:05.045Z] 765212b225bb: Download complete [2025-05-23T11:32:05.045Z] f23df028b6ca: Verifying Checksum [2025-05-23T11:32:05.045Z] f23df028b6ca: Download complete [2025-05-23T11:32:05.045Z] d65c8cfc05b1: Verifying Checksum [2025-05-23T11:32:05.045Z] d65c8cfc05b1: Download complete [2025-05-23T11:32:05.311Z] 699f458cf7ca: Verifying Checksum [2025-05-23T11:32:05.311Z] 699f458cf7ca: Download complete [2025-05-23T11:32:05.578Z] 8998bd30e6a1: Verifying Checksum [2025-05-23T11:32:05.578Z] 8998bd30e6a1: Download complete [2025-05-23T11:32:08.148Z] 2437ff75d9bd: Verifying Checksum [2025-05-23T11:32:08.148Z] 2437ff75d9bd: Download complete [2025-05-23T11:32:10.088Z] 8998bd30e6a1: Pull complete [2025-05-23T11:32:10.669Z] 04944245beec: Pull complete [2025-05-23T11:32:12.070Z] 699f458cf7ca: Pull complete [2025-05-23T11:32:12.335Z] 765212b225bb: Pull complete [2025-05-23T11:32:13.289Z] f23df028b6ca: Pull complete [2025-05-23T11:32:13.289Z] d65c8cfc05b1: Pull complete [2025-05-23T11:32:31.469Z] 2437ff75d9bd: Pull complete [2025-05-23T11:32:31.469Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-23T11:32:31.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-23T11:32:31.469Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-23T11:32:31.795Z] prd-ubuntu20.04-docker-arm64-4c-16g-2122 does not seem to be running inside a container [2025-05-23T11:32:31.885Z] $ 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-76 -v /w/workspace/edgexfoundry_git-semver_PR-76:/w/workspace/edgexfoundry_git-semver_PR-76:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-76@tmp:/w/workspace/edgexfoundry_git-semver_PR-76@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-23T11:32:34.204Z] $ docker top b20388140df175eec1ba478693d4e2bcfef3d561313303c98a965cbb5f21c04a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:35.127Z] ---> job-cost.sh [2025-05-23T11:32:35.127Z] lf-activate-venv: SKIPPING [2025-05-23T11:32:35.127Z] INFO: No Stack... [2025-05-23T11:32:35.705Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-23T11:32:36.282Z] INFO: Archiving Costs [Pipeline] sh [2025-05-23T11:32:36.932Z] + cat /w/workspace/edgexfoundry_git-semver_PR-76/archives/cost.csv+ [2025-05-23T11:32:36.932Z] cut -d, -f6 [Pipeline] lock [2025-05-23T11:32:36.984Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [2025-05-23T11:32:36.989Z] Resource [jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] did not exist. Created. [2025-05-23T11:32:36.994Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-23T11:32:37.853Z] /w/workspace/edgexfoundry_git-semver_PR-76@tmp/durable-11777ab0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-05-23T11:32:38.510Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-23T11:32:38.553Z] Warning: overwriting stash ‘stack-cost’ [2025-05-23T11:32:39.020Z] Stashed 1 file(s) [Pipeline] } [2025-05-23T11:32:39.039Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-23T11:32:39.135Z] $ docker stop --time=1 b20388140df175eec1ba478693d4e2bcfef3d561313303c98a965cbb5f21c04a [2025-05-23T11:32:40.643Z] $ docker rm -f --volumes b20388140df175eec1ba478693d4e2bcfef3d561313303c98a965cbb5f21c04a [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-23T11:32:42.463Z] + [ -d /w/workspace/edgexfoundry_git-semver_PR-76/archives ] [2025-05-23T11:32:42.463Z] + ls -al /w/workspace/edgexfoundry_git-semver_PR-76/archives [2025-05-23T11:32:42.463Z] total 16 [2025-05-23T11:32:42.463Z] drwxr-xr-x 3 root root 4096 May 23 11:10 . [2025-05-23T11:32:42.463Z] drwxrwxr-x 7 jenkins jenkins 4096 May 23 11:10 .. [2025-05-23T11:32:42.463Z] drwxr-xr-x 2 root root 4096 May 23 11:10 cost [2025-05-23T11:32:42.463Z] -rw-r--r-- 1 root root 81 May 23 11:10 cost.csv [2025-05-23T11:32:42.463Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_PR-76/archives [2025-05-23T11:32:42.463Z] + ls -al /w/workspace/edgexfoundry_git-semver_PR-76/archives [2025-05-23T11:32:42.463Z] total 16 [2025-05-23T11:32:42.463Z] drwxr-xr-x 3 jenkins jenkins 4096 May 23 11:10 . [2025-05-23T11:32:42.463Z] drwxrwxr-x 7 jenkins jenkins 4096 May 23 11:10 .. [2025-05-23T11:32:42.463Z] drwxr-xr-x 2 jenkins jenkins 4096 May 23 11:10 cost [2025-05-23T11:32:42.463Z] -rw-r--r-- 1 jenkins jenkins 81 May 23 11:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:42.805Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:43.700Z] ---> package-listing.sh [2025-05-23T11:32:43.700Z] ++ facter osfamily [2025-05-23T11:32:43.700Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-23T11:32:43.959Z] + OS_FAMILY=debian [2025-05-23T11:32:43.959Z] + workspace=/w/workspace/edgexfoundry_git-semver_PR-76 [2025-05-23T11:32:43.959Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-23T11:32:43.959Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-23T11:32:43.959Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-23T11:32:43.959Z] + PACKAGES=/tmp/packages_start.txt [2025-05-23T11:32:43.959Z] + '[' /w/workspace/edgexfoundry_git-semver_PR-76 ']' [2025-05-23T11:32:43.959Z] + PACKAGES=/tmp/packages_end.txt [2025-05-23T11:32:43.959Z] + case "${OS_FAMILY}" in [2025-05-23T11:32:43.959Z] + dpkg -l [2025-05-23T11:32:43.959Z] + grep '^ii' [2025-05-23T11:32:43.959Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-23T11:32:43.959Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-23T11:32:43.959Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-23T11:32:43.959Z] + '[' /w/workspace/edgexfoundry_git-semver_PR-76 ']' [2025-05-23T11:32:43.959Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_PR-76/archives/ [2025-05-23T11:32:43.959Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_PR-76/archives/ [Pipeline] echo [2025-05-23T11:32:43.998Z] 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-76/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-23T11:32:44.292Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-23T11:32:44.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-23T11:32:44.925Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-23T11:32:45.069Z] prd-ubuntu20.04-docker-8c-8g-2121 does not seem to be running inside a container [2025-05-23T11:32:45.095Z] $ 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-76/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-76 -v /w/workspace/edgexfoundry_git-semver_PR-76:/w/workspace/edgexfoundry_git-semver_PR-76:rw,z -v /w/workspace/edgexfoundry_git-semver_PR-76@tmp:/w/workspace/edgexfoundry_git-semver_PR-76@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-23T11:32:45.298Z] $ docker top fa1cd9d101808edac9c5ef098e42719b9c2127cbbb4c3ba0aefbdef30c3602a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-23T11:32:45.708Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-23T11:32:46.014Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-23T11:32:46.325Z] + ls /var/log/sa-host [2025-05-23T11:32:46.326Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-23T11:32:46.570Z] provisioning config files... [2025-05-23T11:32:46.579Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config14065017414803016716tmp [Pipeline] { [Pipeline] echo [2025-05-23T11:32:46.640Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:46.952Z] ---> create-netrc.sh [Pipeline] } [2025-05-23T11:32:46.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:47.392Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-23T11:32:47.426Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:47.738Z] ---> sudo-logs.sh [2025-05-23T11:32:47.738Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-23T11:32:47.833Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:48.145Z] ---> job-cost.sh [2025-05-23T11:32:48.145Z] lf-activate-venv: SKIPPING [2025-05-23T11:32:48.145Z] DEBUG: total: 0.2199999988079071 [2025-05-23T11:32:48.145Z] INFO: Retrieving Stack Cost... [2025-05-23T11:32:48.404Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-23T11:32:48.970Z] INFO: Archiving Costs [Pipeline] echo [2025-05-23T11:32:49.005Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-23T11:32:49.318Z] ---> logs-deploy.sh [2025-05-23T11:32:49.318Z] lf-activate-venv: SKIPPING [2025-05-23T11:32:49.318Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/PR-76/1 [2025-05-23T11:32:49.318Z] INFO: archiving workspace using pattern(s): [2025-05-23T11:32:50.252Z] Archives upload complete. [2025-05-23T11:32:50.252Z] INFO: archiving logs to Nexus