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 11:06:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:06:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:06:29 ========================================================= 11:06:29 EdgeX Global Pipelines Version Info 11:06:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:06:30 ------------------- 11:06:30 stable info: 11:06:30 ------------------- 11:06:30 Commited By: Ginny Guan ginny@iotechsys.com 11:06:30 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 11:06:30 Message: update stable to v1.0.274 11:06:31 ------------------- 11:06:31 experimental info: 11:06:31 ------------------- 11:06:31 Commited By: Cherry Wang cherry@iotechsys.com 11:06:31 Commit SHA: 93b5288f6f1fb07399a9ef886c447460d49ecb8d 11:06:31 Message: update experimental to test-semver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo 11:06:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-76 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-76 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-76 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 778ad286d77c0099cacf3756caaf600d52afaeb4 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 778ad28 [Pipeline] echo 11:06:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:06:33 provisioning config files... 11:06:33 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config3093315991453616664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:06:33 ---> ****-login.sh 11:06:33 nexus3.edgexfoundry.org:10001 11:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:33 Configure a credential helper to remove this warning. See 11:06:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:33 11:06:33 Login Succeeded 11:06:33 nexus3.edgexfoundry.org:10002 11:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:33 Configure a credential helper to remove this warning. See 11:06:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:33 11:06:33 Login Succeeded 11:06:33 nexus3.edgexfoundry.org:10003 11:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:33 Configure a credential helper to remove this warning. See 11:06:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:33 11:06:33 Login Succeeded 11:06:33 nexus3.edgexfoundry.org:10004 11:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:34 Configure a credential helper to remove this warning. See 11:06:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:34 11:06:34 Login Succeeded 11:06:34 ****.io 11:06:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:34 Configure a credential helper to remove this warning. See 11:06:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:34 11:06:34 Login Succeeded 11:06:34 ---> ****-login.sh ends [Pipeline] } 11:06:34 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 11:06:35 provisioning config files... 11:06:35 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config15739210408213720734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:06:35 ---> ****-login.sh 11:06:35 nexus3.edgexfoundry.org:10001 11:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:35 Configure a credential helper to remove this warning. See 11:06:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:35 11:06:35 Login Succeeded 11:06:35 nexus3.edgexfoundry.org:10002 11:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:35 Configure a credential helper to remove this warning. See 11:06:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:35 11:06:35 Login Succeeded 11:06:35 nexus3.edgexfoundry.org:10003 11:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:35 Configure a credential helper to remove this warning. See 11:06:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:35 11:06:35 Login Succeeded 11:06:35 nexus3.edgexfoundry.org:10004 11:06:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:35 Configure a credential helper to remove this warning. See 11:06:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:35 11:06:35 Login Succeeded 11:06:35 ****.io 11:06:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:06:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:06:36 Configure a credential helper to remove this warning. See 11:06:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:06:36 11:06:36 Login Succeeded 11:06:36 ---> ****-login.sh ends [Pipeline] } 11:06:36 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 11:06:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:06:37 + ls -al . 11:06:37 total 64 11:06:37 drwxrwxr-x 6 jenkins jenkins 4096 May 23 11:06 . 11:06:37 drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:06 .. 11:06:37 drwxrwxr-x 8 jenkins jenkins 4096 May 23 11:06 .git 11:06:37 drwxrwxr-x 2 jenkins jenkins 4096 May 23 11:06 .github 11:06:37 -rw-rw-r-- 1 jenkins jenkins 1056 May 23 11:06 .gitignore 11:06:37 -rw-rw-r-- 1 jenkins jenkins 1654 May 23 11:06 Dockerfile 11:06:37 -rw-rw-r-- 1 jenkins jenkins 869 May 23 11:06 Jenkinsfile 11:06:37 -rw-rw-r-- 1 jenkins jenkins 5651 May 23 11:06 README.md 11:06:37 -rw-rw-r-- 1 jenkins jenkins 2488 May 23 11:06 build.py 11:06:37 drwxrwxr-x 3 jenkins jenkins 4096 May 23 11:06 docs 11:06:37 -rw-rw-r-- 1 jenkins jenkins 275 May 23 11:06 entrypoint.sh 11:06:37 -rw-rw-r-- 1 jenkins jenkins 83 May 23 11:06 pyproject.toml 11:06:37 -rw-rw-r-- 1 jenkins jenkins 32 May 23 11:06 requirements.txt 11:06:37 -rw-rw-r-- 1 jenkins jenkins 2628 May 23 11:06 setup.py 11:06:37 drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:06 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:38 + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 --label arch=amd64 . 11:06:38 Sending build context to Docker daemon 456.2kB 11:06:38 Step 1/21 : FROM python:3.13-slim AS build-image 11:06:38 3.13-slim: Pulling from library/python 11:06:38 61320b01ae5e: Pulling fs layer 11:06:38 6bf1a483ea7c: Pulling fs layer 11:06:38 f5dfc541a4d3: Pulling fs layer 11:06:38 461d9e800cba: Pulling fs layer 11:06:38 461d9e800cba: Waiting 11:06:38 6bf1a483ea7c: Verifying Checksum 11:06:38 6bf1a483ea7c: Download complete 11:06:38 f5dfc541a4d3: Verifying Checksum 11:06:38 f5dfc541a4d3: Download complete 11:06:39 461d9e800cba: Verifying Checksum 11:06:39 461d9e800cba: Download complete 11:06:39 61320b01ae5e: Verifying Checksum 11:06:39 61320b01ae5e: Download complete 11:06:40 61320b01ae5e: Pull complete 11:06:40 6bf1a483ea7c: Pull complete 11:06:40 f5dfc541a4d3: Pull complete 11:06:40 461d9e800cba: Pull complete 11:06:40 Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc 11:06:40 Status: Downloaded newer image for python:3.13-slim 11:06:40 ---> 26fa9b6e2848 11:06:40 Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 11:06:41 ---> Running in feb7dc0a2104 11:06:41 Removing intermediate container feb7dc0a2104 11:06:41 ---> 5aae4f308342 11:06:41 Step 3/21 : ENV GIT_PYTHON_TRACE 1 11:06:41 ---> Running in 4ead00595b25 11:06:41 Removing intermediate container 4ead00595b25 11:06:41 ---> b7f2a3bdbdf6 11:06:41 Step 4/21 : WORKDIR /code 11:06:41 ---> Running in dbc829e4f51f 11:06:41 Removing intermediate container dbc829e4f51f 11:06:41 ---> dc26f55559cd 11:06:41 Step 5/21 : COPY . /code/ 11:06:42 ---> 2529dda6d980 11:06:42 Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 11:06:42 ---> Running in dc26baf4a9d0 11:06:42 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 11:06:42 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 11:06:42 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 11:06:42 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 11:06:42 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 11:06:42 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 11:06:43 Fetched 9307 kB in 1s (7790 kB/s) 11:06:44 Reading package lists... 11:06:44 Reading package lists... 11:06:44 Building dependency tree... 11:06:44 Reading state information... 11:06:45 The following additional packages will be installed: 11:06:45 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 11:06:45 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 11:06:45 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 11:06:45 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 11:06:45 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 11:06:45 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 11:06:45 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 11:06:45 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 11:06:45 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 11:06:45 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 11:06:45 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 11:06:45 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 11:06:45 systemd-timesyncd ucf xauth 11:06:45 Suggested packages: 11:06:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 11:06:45 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 11:06:45 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 11:06:45 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 11:06:45 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 11:06:45 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 11:06:45 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 11:06:45 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 11:06:45 libtss2-rc0 polkitd | policykit-1 11:06:45 The following NEW packages will be installed: 11:06:45 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 11:06:45 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 11:06:45 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 11:06:45 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 11:06:45 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 11:06:45 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 11:06:45 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 11:06:45 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 11:06:45 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 11:06:45 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 11:06:45 ncurses-term netcat-traditional openssh-client openssh-server 11:06:45 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 11:06:45 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 11:06:45 xauth 11:06:45 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 11:06:45 Need to get 31.3 MB of archives. 11:06:45 After this operation, 146 MB of additional disk space will be used. 11:06:45 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 11:06:45 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 11:06:45 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 11:06:45 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 11:06:45 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 11:06:45 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 11:06:45 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 11:06:45 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 11:06:45 Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 11:06:45 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 11:06:45 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 11:06:45 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 11:06:45 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 11:06:45 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 11:06:45 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 11:06:45 Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 11:06:45 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 11:06:45 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 11:06:45 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 11:06:45 Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 11:06:45 Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] 11:06:45 Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] 11:06:45 Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] 11:06:45 Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 11:06:45 Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 11:06:45 Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 11:06:45 Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 11:06:45 Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 11:06:45 Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 11:06:45 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 11:06:45 Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 11:06:45 Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 11:06:45 Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 11:06:45 Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 11:06:45 Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 11:06:45 Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 11:06:45 Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 11:06:45 Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 11:06:45 Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 11:06:45 Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 11:06:45 Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 11:06:45 Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 11:06:45 Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 11:06:45 Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 11:06:45 Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] 11:06:45 Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 11:06:45 Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 11:06:45 Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 11:06:45 Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 11:06:45 Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 11:06:45 Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 11:06:45 Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 11:06:45 Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 11:06:45 Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 11:06:45 Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 11:06:45 Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 11:06:45 Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 11:06:45 Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 11:06:45 Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 11:06:45 Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 11:06:45 Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 11:06:45 Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] 11:06:45 Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 11:06:45 Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] 11:06:45 Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 11:06:45 Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 11:06:45 Get:67 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 11:06:45 Get:68 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 11:06:45 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 11:06:45 Get:70 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 11:06:45 Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 11:06:45 Get:72 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 11:06:45 Get:73 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 11:06:45 Get:74 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] 11:06:45 Get:75 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 11:06:45 Get:76 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 11:06:45 Get:77 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 11:06:45 Get:78 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 11:06:45 debconf: delaying package configuration, since apt-utils is not installed 11:06:45 Fetched 31.3 MB in 0s (133 MB/s) 11:06:45 Selecting previously unselected package libargon2-1:amd64. 11:06:45 (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.) 11:06:45 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 11:06:45 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 11:06:45 Selecting previously unselected package dmsetup. 11:06:45 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 11:06:45 Unpacking dmsetup (2:1.02.185-2) ... 11:06:46 Selecting previously unselected package libdevmapper1.02.1:amd64. 11:06:46 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 11:06:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 11:06:46 Selecting previously unselected package libjson-c5:amd64. 11:06:46 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 11:06:46 Unpacking libjson-c5:amd64 (0.16-2) ... 11:06:46 Selecting previously unselected package libcryptsetup12:amd64. 11:06:46 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 11:06:46 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 11:06:46 Selecting previously unselected package libfdisk1:amd64. 11:06:46 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 11:06:46 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 11:06:46 Selecting previously unselected package libkmod2:amd64. 11:06:46 Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... 11:06:46 Unpacking libkmod2:amd64 (30+20221128-1) ... 11:06:46 Selecting previously unselected package libapparmor1:amd64. 11:06:46 Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... 11:06:46 Unpacking libapparmor1:amd64 (3.0.8-3) ... 11:06:46 Selecting previously unselected package libip4tc2:amd64. 11:06:46 Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... 11:06:46 Unpacking libip4tc2:amd64 (1.8.9-2) ... 11:06:46 Selecting previously unselected package libsystemd-shared:amd64. 11:06:46 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 11:06:46 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 11:06:46 Selecting previously unselected package systemd. 11:06:46 Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... 11:06:46 Unpacking systemd (252.36-1~deb12u1) ... 11:06:47 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 11:06:47 Setting up libjson-c5:amd64 (0.16-2) ... 11:06:47 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 11:06:47 Setting up libkmod2:amd64 (30+20221128-1) ... 11:06:47 Setting up libapparmor1:amd64 (3.0.8-3) ... 11:06:47 Setting up libip4tc2:amd64 (1.8.9-2) ... 11:06:47 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 11:06:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 11:06:47 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 11:06:47 Setting up systemd (252.36-1~deb12u1) ... 11:06:47 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 11:06:47 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 11:06:47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 11:06:47 Initializing machine ID from random generator. 11:06:47 Creating group 'systemd-journal' with GID 999. 11:06:47 Creating group 'systemd-network' with GID 998. 11:06:47 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 11:06:47 Setting up dmsetup (2:1.02.185-2) ... 11:06:47 Selecting previously unselected package systemd-sysv. 11:06:47 (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.) 11:06:47 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 11:06:47 Unpacking systemd-sysv (252.36-1~deb12u1) ... 11:06:47 Selecting previously unselected package libdbus-1-3:amd64. 11:06:47 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 11:06:47 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 11:06:47 Selecting previously unselected package dbus-bin. 11:06:47 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 11:06:47 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 11:06:47 Selecting previously unselected package dbus-session-bus-common. 11:06:47 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 11:06:47 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:06:48 Selecting previously unselected package libexpat1:amd64. 11:06:48 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 11:06:48 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 11:06:48 Selecting previously unselected package dbus-daemon. 11:06:48 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 11:06:48 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 11:06:48 Selecting previously unselected package dbus-system-bus-common. 11:06:48 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 11:06:48 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:06:48 Selecting previously unselected package dbus. 11:06:48 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... 11:06:48 Unpacking dbus (1.14.10-1~deb12u1) ... 11:06:48 Selecting previously unselected package perl-modules-5.36. 11:06:48 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 11:06:48 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 11:06:48 Selecting previously unselected package libgdbm-compat4:amd64. 11:06:48 Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... 11:06:48 Unpacking libgdbm-compat4:amd64 (1.23-3) ... 11:06:48 Selecting previously unselected package libperl5.36:amd64. 11:06:48 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... 11:06:48 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... 11:06:49 Selecting previously unselected package perl. 11:06:49 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... 11:06:49 Unpacking perl (5.36.0-7+deb12u2) ... 11:06:49 Selecting previously unselected package libbsd0:amd64. 11:06:49 Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... 11:06:49 Unpacking libbsd0:amd64 (0.11.7-2) ... 11:06:49 Selecting previously unselected package libedit2:amd64. 11:06:49 Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... 11:06:49 Unpacking libedit2:amd64 (3.1-20221030-2) ... 11:06:49 Selecting previously unselected package libcbor0.8:amd64. 11:06:49 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... 11:06:49 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 11:06:49 Selecting previously unselected package libfido2-1:amd64. 11:06:49 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... 11:06:49 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 11:06:49 Selecting previously unselected package libkrb5support0:amd64. 11:06:49 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 11:06:49 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 11:06:49 Selecting previously unselected package libk5crypto3:amd64. 11:06:49 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 11:06:49 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 11:06:49 Selecting previously unselected package libkeyutils1:amd64. 11:06:49 Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... 11:06:49 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 11:06:49 Selecting previously unselected package libkrb5-3:amd64. 11:06:49 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 11:06:49 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 11:06:49 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:06:49 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 11:06:49 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 11:06:49 Selecting previously unselected package openssh-client. 11:06:49 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 11:06:49 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 11:06:49 Selecting previously unselected package openssh-sftp-server. 11:06:49 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 11:06:49 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:06:49 Selecting previously unselected package libproc2-0:amd64. 11:06:49 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... 11:06:49 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 11:06:49 Selecting previously unselected package procps. 11:06:50 Still waiting to schedule task 11:06:50 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:06:50 Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... 11:06:50 Unpacking procps (2:4.0.2-3) ... 11:06:50 Selecting previously unselected package sensible-utils. 11:06:50 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 11:06:50 Unpacking sensible-utils (0.0.17+nmu1) ... 11:06:50 Selecting previously unselected package ucf. 11:06:50 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 11:06:50 Moving old data out of the way 11:06:50 Unpacking ucf (3.0043+nmu1+deb12u1) ... 11:06:50 Selecting previously unselected package runit-helper. 11:06:50 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 11:06:50 Unpacking runit-helper (2.15.2) ... 11:06:50 Selecting previously unselected package libtirpc-common. 11:06:50 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 11:06:50 Unpacking libtirpc-common (1.3.3+ds-1) ... 11:06:50 Selecting previously unselected package libtirpc3:amd64. 11:06:50 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... 11:06:50 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 11:06:50 Selecting previously unselected package libnsl2:amd64. 11:06:50 Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... 11:06:50 Unpacking libnsl2:amd64 (1.3.0-2) ... 11:06:50 Selecting previously unselected package libwrap0:amd64. 11:06:50 Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... 11:06:50 Unpacking libwrap0:amd64 (7.6.q-32) ... 11:06:50 Selecting previously unselected package openssh-server. 11:06:50 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 11:06:50 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 11:06:50 Selecting previously unselected package less. 11:06:50 Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... 11:06:50 Unpacking less (590-2.1~deb12u2) ... 11:06:50 Selecting previously unselected package krb5-locales. 11:06:50 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 11:06:50 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 11:06:50 Selecting previously unselected package libnss-systemd:amd64. 11:06:50 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 11:06:50 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 11:06:50 Selecting previously unselected package libpam-systemd:amd64. 11:06:50 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 11:06:50 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 11:06:51 Selecting previously unselected package ncurses-term. 11:06:51 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 11:06:51 Unpacking ncurses-term (6.4-4) ... 11:06:51 Selecting previously unselected package netcat-traditional. 11:06:51 Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... 11:06:51 Unpacking netcat-traditional (1.10-47) ... 11:06:51 Selecting previously unselected package systemd-timesyncd. 11:06:51 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 11:06:51 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 11:06:51 Selecting previously unselected package dbus-user-session. 11:06:51 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 11:06:51 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 11:06:51 Selecting previously unselected package libbrotli1:amd64. 11:06:51 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... 11:06:51 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 11:06:51 Selecting previously unselected package libsasl2-modules-db:amd64. 11:06:51 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 11:06:51 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 11:06:51 Selecting previously unselected package libsasl2-2:amd64. 11:06:51 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 11:06:51 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 11:06:51 Selecting previously unselected package libldap-2.5-0:amd64. 11:06:51 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 11:06:51 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 11:06:51 Selecting previously unselected package libnghttp2-14:amd64. 11:06:51 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 11:06:51 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 11:06:51 Selecting previously unselected package libpsl5:amd64. 11:06:51 Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... 11:06:51 Unpacking libpsl5:amd64 (0.21.2-1) ... 11:06:51 Selecting previously unselected package librtmp1:amd64. 11:06:51 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 11:06:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:06:52 Selecting previously unselected package libssh2-1:amd64. 11:06:52 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... 11:06:52 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 11:06:52 Selecting previously unselected package libcurl3-gnutls:amd64. 11:06:52 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 11:06:52 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 11:06:52 Selecting previously unselected package liberror-perl. 11:06:52 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 11:06:52 Unpacking liberror-perl (0.17029-2) ... 11:06:52 Selecting previously unselected package git-man. 11:06:52 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 11:06:52 Unpacking git-man (1:2.39.5-0+deb12u2) ... 11:06:52 Selecting previously unselected package git. 11:06:52 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... 11:06:52 Unpacking git (1:2.39.5-0+deb12u2) ... 11:06:52 Selecting previously unselected package libldap-common. 11:06:52 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 11:06:52 Unpacking libldap-common (2.5.13+dfsg-5) ... 11:06:52 Selecting previously unselected package libsasl2-modules:amd64. 11:06:52 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 11:06:52 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 11:06:52 Selecting previously unselected package libxau6:amd64. 11:06:52 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... 11:06:52 Unpacking libxau6:amd64 (1:1.0.9-1) ... 11:06:52 Selecting previously unselected package libxdmcp6:amd64. 11:06:52 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 11:06:52 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 11:06:52 Selecting previously unselected package libxcb1:amd64. 11:06:52 Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... 11:06:52 Unpacking libxcb1:amd64 (1.15-1) ... 11:06:52 Selecting previously unselected package libx11-data. 11:06:52 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 11:06:52 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 11:06:53 Selecting previously unselected package libx11-6:amd64. 11:06:53 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 11:06:53 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 11:06:53 Selecting previously unselected package libxext6:amd64. 11:06:53 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 11:06:53 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 11:06:53 Selecting previously unselected package libxmuu1:amd64. 11:06:53 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... 11:06:53 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 11:06:53 Selecting previously unselected package patch. 11:06:53 Preparing to unpack .../62-patch_2.7.6-7_amd64.deb ... 11:06:53 Unpacking patch (2.7.6-7) ... 11:06:53 Selecting previously unselected package psmisc. 11:06:53 Preparing to unpack .../63-psmisc_23.6-1_amd64.deb ... 11:06:53 Unpacking psmisc (23.6-1) ... 11:06:53 Selecting previously unselected package publicsuffix. 11:06:53 Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... 11:06:53 Unpacking publicsuffix (20230209.2326-1) ... 11:06:53 Selecting previously unselected package ssh. 11:06:53 Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 11:06:53 Unpacking ssh (1:9.2p1-2+deb12u6) ... 11:06:53 Selecting previously unselected package xauth. 11:06:53 Preparing to unpack .../66-xauth_1%3a1.1.2-1_amd64.deb ... 11:06:53 Unpacking xauth (1:1.1.2-1) ... 11:06:53 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 11:06:53 Setting up runit-helper (2.15.2) ... 11:06:53 Setting up systemd-sysv (252.36-1~deb12u1) ... 11:06:53 Setting up libxau6:amd64 (1:1.0.9-1) ... 11:06:53 Setting up libkeyutils1:amd64 (1.6.3-2) ... 11:06:53 Setting up libpsl5:amd64 (0.21.2-1) ... 11:06:53 Setting up netcat-traditional (1.10-47) ... 11:06:53 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 11:06:53 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 11:06:53 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 11:06:53 Setting up psmisc (23.6-1) ... 11:06:53 Setting up libtirpc-common (1.3.3+ds-1) ... 11:06:53 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 11:06:53 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 11:06:53 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 11:06:53 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 11:06:53 Setting up less (590-2.1~deb12u2) ... 11:06:53 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 11:06:53 Setting up krb5-locales (1.20.1-2+deb12u3) ... 11:06:53 Setting up libldap-common (2.5.13+dfsg-5) ... 11:06:53 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 11:06:53 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 11:06:53 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 11:06:53 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 11:06:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:06:53 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 11:06:53 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 11:06:53 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 11:06:53 Creating group 'systemd-timesync' with GID 997. 11:06:53 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 11:06:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 11:06:53 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 11:06:53 Setting up patch (2.7.6-7) ... 11:06:53 Setting up libgdbm-compat4:amd64 (1.23-3) ... 11:06:53 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 11:06:53 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 11:06:53 Setting up sensible-utils (0.0.17+nmu1) ... 11:06:53 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:06:53 Setting up procps (2:4.0.2-3) ... 11:06:53 Setting up git-man (1:2.39.5-0+deb12u2) ... 11:06:53 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 11:06:53 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 11:06:53 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:06:54 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 11:06:54 Setting up libbsd0:amd64 (0.11.7-2) ... 11:06:54 Setting up publicsuffix (20230209.2326-1) ... 11:06:54 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... 11:06:54 Setting up dbus-bin (1.14.10-1~deb12u1) ... 11:06:54 Setting up ncurses-term (6.4-4) ... 11:06:54 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 11:06:54 Setting up libxcb1:amd64 (1.15-1) ... 11:06:54 Setting up libedit2:amd64 (3.1-20221030-2) ... 11:06:54 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 11:06:54 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 11:06:54 Setting up perl (5.36.0-7+deb12u2) ... 11:06:54 Setting up dbus (1.14.10-1~deb12u1) ... 11:06:54 invoke-rc.d: could not determine current runlevel 11:06:54 invoke-rc.d: policy-rc.d denied execution of start. 11:06:54 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 11:06:54 Setting up ucf (3.0043+nmu1+deb12u1) ... 11:06:54 debconf: unable to initialize frontend: Dialog 11:06:54 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:06:54 debconf: falling back to frontend: Readline 11:06:54 debconf: unable to initialize frontend: Readline 11:06:54 debconf: (This frontend requires a controlling tty.) 11:06:54 debconf: falling back to frontend: Teletype 11:06:54 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 11:06:54 debconf: unable to initialize frontend: Dialog 11:06:54 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:06:54 debconf: falling back to frontend: Readline 11:06:54 debconf: unable to initialize frontend: Readline 11:06:54 debconf: (This frontend requires a controlling tty.) 11:06:54 debconf: falling back to frontend: Teletype 11:06:54 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 11:06:54 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 11:06:54 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 11:06:54 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 11:06:54 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 11:06:54 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 11:06:54 Setting up liberror-perl (0.17029-2) ... 11:06:54 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 11:06:54 Setting up git (1:2.39.5-0+deb12u2) ... 11:06:54 Setting up xauth (1:1.1.2-1) ... 11:06:54 Setting up libnsl2:amd64 (1.3.0-2) ... 11:06:54 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:06:54 Setting up libwrap0:amd64 (7.6.q-32) ... 11:06:54 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 11:06:54 debconf: unable to initialize frontend: Dialog 11:06:54 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:06:54 debconf: falling back to frontend: Readline 11:06:54 debconf: unable to initialize frontend: Readline 11:06:54 debconf: (This frontend requires a controlling tty.) 11:06:54 debconf: falling back to frontend: Teletype 11:06:55 11:06:55 Creating config file /etc/ssh/sshd_config with new version 11:06:56 Creating SSH2 RSA key; this may take some time ... 11:06:56 3072 SHA256:5C4+e1htzYKS4Nan+3C52o90AmTdAwUtrh+gq2AUSi4 root@dc26baf4a9d0 (RSA) 11:06:56 Creating SSH2 ECDSA key; this may take some time ... 11:06:56 256 SHA256:1ynablV+TLy5v1QX6ntA+rbcv9VyiCPZbq0fPl8f7d0 root@dc26baf4a9d0 (ECDSA) 11:06:56 Creating SSH2 ED25519 key; this may take some time ... 11:06:56 256 SHA256:aYa2hBaTOk0aq4ay5ZvSMHsXQcBRug1WeyXnNY5eTF0 root@dc26baf4a9d0 (ED25519) 11:06:56 invoke-rc.d: could not determine current runlevel 11:06:56 invoke-rc.d: policy-rc.d denied execution of start. 11:06:56 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 11:06:56 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 11:06:56 Setting up ssh (1:9.2p1-2+deb12u6) ... 11:06:56 Processing triggers for libc-bin (2.36-9+deb12u10) ... 11:06:59 Removing intermediate container dc26baf4a9d0 11:06:59 ---> 3607e2a9c990 11:06:59 Step 7/21 : RUN pip install pybuilder 11:06:59 ---> Running in 00250b164829 11:07:01 Collecting pybuilder 11:07:01 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 11:07:01 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 11:07:01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 97.4 MB/s eta 0:00:00 11:07:01 Installing collected packages: pybuilder 11:07:02 Successfully installed pybuilder-0.13.15 11:07:02 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. 11:07:02  11:07:02 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 11:07:02 [notice] To update, run: pip install --upgrade pip 11:07:03 Removing intermediate container 00250b164829 11:07:03 ---> f5540d8fbbc5 11:07:03 Step 8/21 : RUN pyb install 11:07:03 ---> Running in ba0f45046f4e 11:07:25 PyBuilder version 0.13.15 11:07:25 Build started at 2025-05-23 11:07:03 11:07:25 ------------------------------------------------------------ 11:07:25 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 11:07:25 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 11:07:25 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 11:07:25 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 11:07:25 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 11:07:25 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 11:07:25 [INFO] Building pygsver version 0.1.4 11:07:25 [INFO] Executing build in /code 11:07:25 [INFO] Going to execute task install 11:07:25 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 11:07:25 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 11:07:25 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 11:07:25 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 11:07:25 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 11:07:25 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 11:07:25 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 11:07:25 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 11:07:25 [INFO] Processing dependency packages 'mock' to be installed with {} 11:07:25 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 11:07:25 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 11:07:25 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 11:07:25 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 11:07:25 [INFO] Running unit tests 11:07:25 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 11:07:25 2025-05-23 11:07:22,107 MainThread pygsver.cli [main] ERROR something bad happened 11:07:25 ERROR: something bad happened 11:07:25 1.2.3-dev.1 11:07:25 2025-05-23 11:07:22,135 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:07:25 2025-05-23 11:07:22,143 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:07:25 2025-05-23 11:07:22,160 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:07:25 2025-05-23 11:07:22,172 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:07:25 2025-05-23 11:07:22,177 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 11:07:25 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 11:07:25 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 11:07:25 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 11:07:25 2025-05-23 11:07:22,208 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 11:07:25 2025-05-23 11:07:22,222 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 11:07:25 2025-05-23 11:07:22,222 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 11:07:25 2025-05-23 11:07:22,222 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 11:07:25 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 11:07:25 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 11:07:25 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:07:25 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 11:07:25 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 11:07:25 2025-05-23 11:07:22,223 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 11:07:25 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 11:07:25 2025-05-23 11:07:22,224 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 11:07:25 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,225 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,226 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 11:07:25 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 11:07:25 2025-05-23 11:07:22,226 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 11:07:25 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 11:07:25 2025-05-23 11:07:22,227 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 11:07:25 2025-05-23 11:07:22,228 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 11:07:25 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:22,229 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 11:07:25 2025-05-23 11:07:22,251 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 11:07:25 2025-05-23 11:07:22,257 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 11:07:25 2025-05-23 11:07:22,265 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 11:07:25 2025-05-23 11:07:22,273 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 11:07:25 2025-05-23 11:07:22,309 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:07:25 2025-05-23 11:07:22,316 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:07:25 2025-05-23 11:07:22,329 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:07:25 2025-05-23 11:07:22,335 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:07:25 2025-05-23 11:07:22,341 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:07:25 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 11:07:25 2025-05-23 11:07:22,352 MainThread pygsver.tag [run_tag] DEBUG tag force:True 11:07:25 2025-05-23 11:07:22,359 MainThread pygsver.tag [run_tag] DEBUG tag force:False 11:07:25 2025-05-23 11:07:22,371 MainThread pygsver.push [run_push] DEBUG push 11:07:25 2025-05-23 11:07:22,372 MainThread pygsver.push [run_push] DEBUG no remote changes detected 11:07:25 2025-05-23 11:07:22,372 MainThread pygsver.push [run_push] DEBUG push all version tags 11:07:25 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG push 11:07:25 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG remote changes detected 11:07:25 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 11:07:25 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 11:07:25 2025-05-23 11:07:22,378 MainThread pygsver.push [run_push] DEBUG push all version tags 11:07:25 [INFO] Executed 39 unit tests 11:07:25 [INFO] All unit tests passed. 11:07:25 [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 11:07:25 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts 11:07:25 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py 11:07:25 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 11:07:25 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 11:07:25 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 11:07:25 [INFO] Running unit tests 11:07:25 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 11:07:25 2025-05-23 11:07:23,526 MainThread pygsver.cli [main] ERROR something bad happened 11:07:25 ERROR: something bad happened 11:07:25 1.2.3-dev.1 11:07:25 2025-05-23 11:07:23,564 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:07:25 2025-05-23 11:07:23,577 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:07:25 2025-05-23 11:07:23,597 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:07:25 2025-05-23 11:07:23,617 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:07:25 2025-05-23 11:07:23,626 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 11:07:25 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 11:07:25 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 11:07:25 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 11:07:25 2025-05-23 11:07:23,657 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 11:07:25 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 11:07:25 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 11:07:25 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 11:07:25 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 11:07:25 2025-05-23 11:07:23,674 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 11:07:25 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:07:25 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 11:07:25 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 11:07:25 2025-05-23 11:07:23,675 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 11:07:25 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 11:07:25 2025-05-23 11:07:23,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 11:07:25 2025-05-23 11:07:23,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 11:07:25 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 11:07:25 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 11:07:25 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,678 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 11:07:25 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 11:07:25 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 11:07:25 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 11:07:25 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 11:07:25 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 11:07:25 2025-05-23 11:07:23,680 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 11:07:25 2025-05-23 11:07:23,710 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 11:07:25 2025-05-23 11:07:23,720 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 11:07:25 2025-05-23 11:07:23,731 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 11:07:25 2025-05-23 11:07:23,739 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 11:07:25 2025-05-23 11:07:23,783 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:07:25 2025-05-23 11:07:23,793 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:07:25 2025-05-23 11:07:23,809 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:07:25 2025-05-23 11:07:23,817 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:07:25 2025-05-23 11:07:23,829 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:07:25 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 11:07:25 2025-05-23 11:07:23,844 MainThread pygsver.tag [run_tag] DEBUG tag force:True 11:07:25 2025-05-23 11:07:23,853 MainThread pygsver.tag [run_tag] DEBUG tag force:False 11:07:25 2025-05-23 11:07:23,869 MainThread pygsver.push [run_push] DEBUG push 11:07:25 2025-05-23 11:07:23,869 MainThread pygsver.push [run_push] DEBUG no remote changes detected 11:07:25 2025-05-23 11:07:23,869 MainThread pygsver.push [run_push] DEBUG push all version tags 11:07:25 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG push 11:07:25 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG remote changes detected 11:07:25 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 11:07:25 2025-05-23 11:07:23,878 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 11:07:25 2025-05-23 11:07:23,879 MainThread pygsver.push [run_push] DEBUG push all version tags 11:07:33 [INFO] Executed 39 unit tests 11:07:33 [INFO] All unit tests passed. 11:07:33 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 11:07:33 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 11:07:33 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 11:07:33 [INFO] Overall pygsver coverage is 100% 11:07:33 [INFO] Overall pygsver branch coverage is 85% 11:07:33 [INFO] Overall pygsver partial branch coverage is 85% 11:07:33 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 11:07:33 [INFO] Running Twine check for generated artifacts 11:07:33 [INFO] Installing project pygsver-0.1.4 11:07:33 ------------------------------------------------------------ 11:07:33 BUILD SUCCESSFUL 11:07:33 ------------------------------------------------------------ 11:07:33 Build Summary 11:07:33 Project: pygsver 11:07:33 Version: 0.1.4 11:07:33 Base directory: /code 11:07:33 Environments: 11:07:33 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] 11:07:33 Build finished at 2025-05-23 11:07:32 11:07:33 Build took 29 seconds (29272 ms) 11:07:36 Removing intermediate container ba0f45046f4e 11:07:36 ---> cac34b23c230 11:07:36 Step 9/21 : FROM python:3.13-slim 11:07:36 ---> 26fa9b6e2848 11:07:36 Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 11:07:36 ---> Using cache 11:07:36 ---> 5aae4f308342 11:07:36 Step 11/21 : ENV GIT_PYTHON_TRACE 1 11:07:36 ---> Using cache 11:07:36 ---> b7f2a3bdbdf6 11:07:36 Step 12/21 : WORKDIR /opt/pygsver 11:07:36 ---> Running in 78c689557935 11:07:36 Removing intermediate container 78c689557935 11:07:36 ---> 597c506641db 11:07:36 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 11:07:36 ---> Running in 79d3b33e28e1 11:07:36 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 11:07:36 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 11:07:36 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 11:07:36 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 11:07:36 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 11:07:36 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] 11:07:37 Fetched 9307 kB in 1s (8340 kB/s) 11:07:38 Reading package lists... 11:07:38 Reading package lists... 11:07:38 Building dependency tree... 11:07:38 Reading state information... 11:07:39 ca-certificates is already the newest version (20230311). 11:07:39 The following additional packages will be installed: 11:07:39 binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 dbus dbus-bin 11:07:39 dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session 11:07:39 dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales 11:07:39 libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 11:07:39 libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools 11:07:39 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 11:07:39 libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 11:07:39 libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 11:07:39 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 11:07:39 libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 11:07:39 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 11:07:39 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 11:07:39 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd 11:07:39 libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 11:07:39 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 11:07:39 libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev 11:07:39 libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data 11:07:39 libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 11:07:39 libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client 11:07:39 openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto 11:07:39 runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth 11:07:39 Suggested packages: 11:07:39 binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf 11:07:39 automake libtool flex bison gdb gcc-doc gcc-12-multilib gcc-12-doc autopoint 11:07:39 gettext-doc libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc 11:07:39 libgnutls28-dev libidn-dev libkrb5-dev libldap2-dev librtmp-dev 11:07:39 libssh2-1-dev pkg-config libgd-tools krb5-doc krb5-user 11:07:39 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 11:07:39 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc 11:07:39 make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass 11:07:39 molly-guard ufw systemd-container systemd-homed systemd-userdbd systemd-boot 11:07:39 systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 11:07:39 polkitd | policykit-1 11:07:39 The following NEW packages will be installed: 11:07:39 binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 curl dbus 11:07:39 dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 11:07:39 dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 11:07:39 gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 11:07:39 libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 11:07:39 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev 11:07:39 libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 11:07:39 libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 11:07:39 libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 11:07:39 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 11:07:39 libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 11:07:39 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 11:07:39 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 11:07:39 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd 11:07:39 libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 11:07:39 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 11:07:39 libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common 11:07:39 libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 11:07:39 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 11:07:39 libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term 11:07:39 netcat-traditional openssh-client openssh-server openssh-sftp-server procps 11:07:39 psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd 11:07:39 systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev 11:07:39 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. 11:07:39 Need to get 97.1 MB of archives. 11:07:39 After this operation, 371 MB of additional disk space will be used. 11:07:39 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 11:07:39 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 11:07:39 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 11:07:39 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 11:07:39 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 11:07:39 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 11:07:39 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 11:07:39 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 11:07:39 Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 11:07:39 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 11:07:39 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 11:07:39 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 11:07:39 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 11:07:39 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 11:07:39 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 11:07:39 Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 11:07:39 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 11:07:39 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 11:07:39 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 11:07:39 Get:20 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 11:07:39 Get:21 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 11:07:39 Get:22 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 11:07:39 Get:23 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 11:07:39 Get:24 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 11:07:39 Get:25 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 11:07:39 Get:26 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 11:07:39 Get:27 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 11:07:39 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 11:07:39 Get:29 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 11:07:39 Get:30 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 11:07:39 Get:31 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 11:07:39 Get:32 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 11:07:39 Get:33 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 11:07:39 Get:34 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 11:07:39 Get:35 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 11:07:39 Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 11:07:39 Get:37 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 11:07:39 Get:38 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 11:07:39 Get:39 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 11:07:39 Get:40 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 11:07:39 Get:41 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB] 11:07:39 Get:42 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 11:07:39 Get:43 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 11:07:39 Get:44 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 11:07:39 Get:45 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.03-2 [1332 kB] 11:07:39 Get:46 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 11:07:39 Get:47 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 11:07:39 Get:48 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 11:07:39 Get:49 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] 11:07:39 Get:50 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] 11:07:39 Get:51 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] 11:07:39 Get:52 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] 11:07:39 Get:53 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] 11:07:39 Get:54 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] 11:07:39 Get:55 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] 11:07:39 Get:56 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] 11:07:39 Get:57 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] 11:07:39 Get:58 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] 11:07:39 Get:59 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] 11:07:39 Get:60 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14+deb12u1 [9768 kB] 11:07:39 Get:61 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] 11:07:39 Get:62 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 11:07:39 Get:63 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 11:07:39 Get:64 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 11:07:39 Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 11:07:39 Get:66 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 11:07:39 Get:67 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 11:07:39 Get:68 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 11:07:39 Get:69 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 11:07:39 Get:70 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u12 [391 kB] 11:07:39 Get:71 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u12 [315 kB] 11:07:39 Get:72 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 11:07:39 Get:73 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB] 11:07:39 Get:74 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB] 11:07:39 Get:75 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14+deb12u1 [41.7 kB] 11:07:39 Get:76 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14+deb12u1 [116 kB] 11:07:39 Get:77 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14+deb12u1 [26.1 kB] 11:07:39 Get:78 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14+deb12u1 [9376 B] 11:07:39 Get:79 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14+deb12u1 [2193 kB] 11:07:39 Get:80 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14+deb12u1 [969 kB] 11:07:39 Get:81 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14+deb12u1 [2197 kB] 11:07:39 Get:82 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14+deb12u1 [883 kB] 11:07:39 Get:83 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 kB] 11:07:39 Get:84 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14+deb12u1 [2437 kB] 11:07:39 Get:85 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14+deb12u1 [19.3 MB] 11:07:39 Get:86 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] 11:07:39 Get:87 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] 11:07:39 Get:88 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] 11:07:39 Get:89 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB] 11:07:39 Get:90 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] 11:07:39 Get:91 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB] 11:07:39 Get:92 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1+deb12u1 [1851 kB] 11:07:39 Get:93 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB] 11:07:39 Get:94 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] 11:07:39 Get:95 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] 11:07:39 Get:96 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB] 11:07:39 Get:97 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] 11:07:39 Get:98 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] 11:07:39 Get:99 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] 11:07:39 Get:100 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB] 11:07:39 Get:101 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB] 11:07:39 Get:102 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB] 11:07:39 Get:103 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB] 11:07:39 Get:104 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB] 11:07:39 Get:105 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] 11:07:39 Get:106 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB] 11:07:39 Get:107 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1+deb12u1 [215 kB] 11:07:39 Get:108 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] 11:07:39 Get:109 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] 11:07:40 Get:110 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] 11:07:40 Get:111 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] 11:07:40 Get:112 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u2 [316 kB] 11:07:40 Get:113 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 11:07:40 Get:114 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 11:07:40 Get:115 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 11:07:40 Get:116 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 11:07:40 Get:117 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 11:07:40 Get:118 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB] 11:07:40 Get:119 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] 11:07:40 Get:120 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-9+deb12u10 [54.7 kB] 11:07:40 Get:121 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.137-1 [2139 kB] 11:07:40 Get:122 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] 11:07:40 Get:123 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] 11:07:40 Get:124 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] 11:07:40 Get:125 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] 11:07:40 Get:126 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB] 11:07:40 Get:127 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 11:07:40 Get:128 http://deb.debian.org/debian bookworm/main amd64 libcurl4-gnutls-dev amd64 7.88.1-10+deb12u12 [487 kB] 11:07:40 Get:129 http://deb.debian.org/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u1 [150 kB] 11:07:40 Get:130 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 11:07:40 Get:131 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 11:07:40 Get:132 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.16-1~deb12u1 [2440 kB] 11:07:40 Get:133 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 11:07:40 Get:134 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 11:07:40 Get:135 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] 11:07:40 Get:136 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-2 [2030 kB] 11:07:40 Get:137 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 11:07:40 Get:138 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 11:07:40 Get:139 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 11:07:40 Get:140 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 11:07:40 Get:141 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] 11:07:40 debconf: delaying package configuration, since apt-utils is not installed 11:07:40 Fetched 97.1 MB in 1s (175 MB/s) 11:07:40 Selecting previously unselected package libargon2-1:amd64. 11:07:40 (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.) 11:07:40 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 11:07:40 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 11:07:40 Selecting previously unselected package dmsetup. 11:07:40 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 11:07:40 Unpacking dmsetup (2:1.02.185-2) ... 11:07:40 Selecting previously unselected package libdevmapper1.02.1:amd64. 11:07:40 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 11:07:40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 11:07:40 Selecting previously unselected package libjson-c5:amd64. 11:07:40 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 11:07:40 Unpacking libjson-c5:amd64 (0.16-2) ... 11:07:40 Selecting previously unselected package libcryptsetup12:amd64. 11:07:40 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 11:07:40 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 11:07:40 Selecting previously unselected package libfdisk1:amd64. 11:07:40 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 11:07:40 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 11:07:40 Selecting previously unselected package libkmod2:amd64. 11:07:40 Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... 11:07:40 Unpacking libkmod2:amd64 (30+20221128-1) ... 11:07:40 Selecting previously unselected package libapparmor1:amd64. 11:07:40 Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... 11:07:40 Unpacking libapparmor1:amd64 (3.0.8-3) ... 11:07:40 Selecting previously unselected package libip4tc2:amd64. 11:07:40 Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... 11:07:40 Unpacking libip4tc2:amd64 (1.8.9-2) ... 11:07:40 Selecting previously unselected package libsystemd-shared:amd64. 11:07:40 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 11:07:40 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 11:07:40 Selecting previously unselected package systemd. 11:07:40 Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... 11:07:40 Unpacking systemd (252.36-1~deb12u1) ... 11:07:41 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 11:07:41 Setting up libjson-c5:amd64 (0.16-2) ... 11:07:41 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 11:07:41 Setting up libkmod2:amd64 (30+20221128-1) ... 11:07:41 Setting up libapparmor1:amd64 (3.0.8-3) ... 11:07:41 Setting up libip4tc2:amd64 (1.8.9-2) ... 11:07:41 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 11:07:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 11:07:41 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 11:07:41 Setting up systemd (252.36-1~deb12u1) ... 11:07:41 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 11:07:41 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 11:07:41 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 11:07:41 Initializing machine ID from random generator. 11:07:41 Creating group 'systemd-journal' with GID 999. 11:07:41 Creating group 'systemd-network' with GID 998. 11:07:41 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 11:07:41 Setting up dmsetup (2:1.02.185-2) ... 11:07:41 Selecting previously unselected package systemd-sysv. 11:07:41 (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.) 11:07:41 Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 11:07:41 Unpacking systemd-sysv (252.36-1~deb12u1) ... 11:07:41 Selecting previously unselected package libdbus-1-3:amd64. 11:07:41 Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 11:07:41 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 11:07:41 Selecting previously unselected package dbus-bin. 11:07:41 Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 11:07:41 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 11:07:41 Selecting previously unselected package dbus-session-bus-common. 11:07:41 Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 11:07:41 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:07:41 Selecting previously unselected package libexpat1:amd64. 11:07:41 Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 11:07:41 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 11:07:41 Selecting previously unselected package dbus-daemon. 11:07:41 Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 11:07:41 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 11:07:41 Selecting previously unselected package dbus-system-bus-common. 11:07:41 Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 11:07:41 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:07:41 Selecting previously unselected package dbus. 11:07:41 Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_amd64.deb ... 11:07:41 Unpacking dbus (1.14.10-1~deb12u1) ... 11:07:41 Selecting previously unselected package libbsd0:amd64. 11:07:41 Preparing to unpack .../008-libbsd0_0.11.7-2_amd64.deb ... 11:07:41 Unpacking libbsd0:amd64 (0.11.7-2) ... 11:07:41 Selecting previously unselected package libedit2:amd64. 11:07:41 Preparing to unpack .../009-libedit2_3.1-20221030-2_amd64.deb ... 11:07:41 Unpacking libedit2:amd64 (3.1-20221030-2) ... 11:07:41 Selecting previously unselected package libcbor0.8:amd64. 11:07:41 Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_amd64.deb ... 11:07:41 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 11:07:41 Selecting previously unselected package libfido2-1:amd64. 11:07:41 Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_amd64.deb ... 11:07:41 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 11:07:41 Selecting previously unselected package libkrb5support0:amd64. 11:07:41 Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 11:07:41 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 11:07:41 Selecting previously unselected package libk5crypto3:amd64. 11:07:41 Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 11:07:41 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 11:07:42 Selecting previously unselected package libkeyutils1:amd64. 11:07:42 Preparing to unpack .../014-libkeyutils1_1.6.3-2_amd64.deb ... 11:07:42 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 11:07:42 Selecting previously unselected package libkrb5-3:amd64. 11:07:42 Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 11:07:42 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 11:07:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:07:42 Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 11:07:42 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 11:07:42 Selecting previously unselected package openssh-client. 11:07:42 Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 11:07:42 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 11:07:42 Selecting previously unselected package openssh-sftp-server. 11:07:42 Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 11:07:42 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:07:42 Selecting previously unselected package libproc2-0:amd64. 11:07:42 Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_amd64.deb ... 11:07:42 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 11:07:42 Selecting previously unselected package procps. 11:07:42 Preparing to unpack .../020-procps_2%3a4.0.2-3_amd64.deb ... 11:07:42 Unpacking procps (2:4.0.2-3) ... 11:07:42 Selecting previously unselected package sensible-utils. 11:07:42 Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... 11:07:42 Unpacking sensible-utils (0.0.17+nmu1) ... 11:07:42 Selecting previously unselected package ucf. 11:07:42 Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... 11:07:42 Moving old data out of the way 11:07:42 Unpacking ucf (3.0043+nmu1+deb12u1) ... 11:07:42 Selecting previously unselected package runit-helper. 11:07:42 Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... 11:07:42 Unpacking runit-helper (2.15.2) ... 11:07:42 Selecting previously unselected package libtirpc-common. 11:07:42 Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... 11:07:42 Unpacking libtirpc-common (1.3.3+ds-1) ... 11:07:42 Selecting previously unselected package libtirpc3:amd64. 11:07:42 Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_amd64.deb ... 11:07:42 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 11:07:42 Selecting previously unselected package libnsl2:amd64. 11:07:42 Preparing to unpack .../026-libnsl2_1.3.0-2_amd64.deb ... 11:07:42 Unpacking libnsl2:amd64 (1.3.0-2) ... 11:07:42 Selecting previously unselected package libwrap0:amd64. 11:07:42 Preparing to unpack .../027-libwrap0_7.6.q-32_amd64.deb ... 11:07:42 Unpacking libwrap0:amd64 (7.6.q-32) ... 11:07:43 Selecting previously unselected package openssh-server. 11:07:43 Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 11:07:43 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 11:07:43 Selecting previously unselected package gettext-base. 11:07:43 Preparing to unpack .../029-gettext-base_0.21-12_amd64.deb ... 11:07:43 Unpacking gettext-base (0.21-12) ... 11:07:43 Selecting previously unselected package krb5-locales. 11:07:43 Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... 11:07:43 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 11:07:43 Selecting previously unselected package libnss-systemd:amd64. 11:07:43 Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 11:07:43 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 11:07:43 Selecting previously unselected package libpam-systemd:amd64. 11:07:43 Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 11:07:43 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 11:07:43 Selecting previously unselected package manpages. 11:07:43 Preparing to unpack .../033-manpages_6.03-2_all.deb ... 11:07:43 Unpacking manpages (6.03-2) ... 11:07:43 Selecting previously unselected package ncurses-term. 11:07:43 Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... 11:07:43 Unpacking ncurses-term (6.4-4) ... 11:07:43 Selecting previously unselected package netcat-traditional. 11:07:43 Preparing to unpack .../035-netcat-traditional_1.10-47_amd64.deb ... 11:07:43 Unpacking netcat-traditional (1.10-47) ... 11:07:43 Selecting previously unselected package systemd-timesyncd. 11:07:43 Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 11:07:43 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 11:07:43 Selecting previously unselected package binutils-common:amd64. 11:07:43 Preparing to unpack .../037-binutils-common_2.40-2_amd64.deb ... 11:07:43 Unpacking binutils-common:amd64 (2.40-2) ... 11:07:43 Selecting previously unselected package libbinutils:amd64. 11:07:43 Preparing to unpack .../038-libbinutils_2.40-2_amd64.deb ... 11:07:43 Unpacking libbinutils:amd64 (2.40-2) ... 11:07:44 Selecting previously unselected package libctf-nobfd0:amd64. 11:07:44 Preparing to unpack .../039-libctf-nobfd0_2.40-2_amd64.deb ... 11:07:44 Unpacking libctf-nobfd0:amd64 (2.40-2) ... 11:07:44 Selecting previously unselected package libctf0:amd64. 11:07:44 Preparing to unpack .../040-libctf0_2.40-2_amd64.deb ... 11:07:44 Unpacking libctf0:amd64 (2.40-2) ... 11:07:44 Selecting previously unselected package libgprofng0:amd64. 11:07:44 Preparing to unpack .../041-libgprofng0_2.40-2_amd64.deb ... 11:07:44 Unpacking libgprofng0:amd64 (2.40-2) ... 11:07:44 Selecting previously unselected package libjansson4:amd64. 11:07:44 Preparing to unpack .../042-libjansson4_2.14-2_amd64.deb ... 11:07:44 Unpacking libjansson4:amd64 (2.14-2) ... 11:07:44 Selecting previously unselected package binutils-x86-64-linux-gnu. 11:07:44 Preparing to unpack .../043-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... 11:07:44 Unpacking binutils-x86-64-linux-gnu (2.40-2) ... 11:07:44 Selecting previously unselected package binutils. 11:07:44 Preparing to unpack .../044-binutils_2.40-2_amd64.deb ... 11:07:44 Unpacking binutils (2.40-2) ... 11:07:44 Selecting previously unselected package libisl23:amd64. 11:07:44 Preparing to unpack .../045-libisl23_0.25-1.1_amd64.deb ... 11:07:44 Unpacking libisl23:amd64 (0.25-1.1) ... 11:07:44 Selecting previously unselected package libmpfr6:amd64. 11:07:44 Preparing to unpack .../046-libmpfr6_4.2.0-1_amd64.deb ... 11:07:44 Unpacking libmpfr6:amd64 (4.2.0-1) ... 11:07:44 Selecting previously unselected package libmpc3:amd64. 11:07:44 Preparing to unpack .../047-libmpc3_1.3.1-1_amd64.deb ... 11:07:44 Unpacking libmpc3:amd64 (1.3.1-1) ... 11:07:44 Selecting previously unselected package cpp-12. 11:07:44 Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_amd64.deb ... 11:07:44 Unpacking cpp-12 (12.2.0-14+deb12u1) ... 11:07:45 Selecting previously unselected package cpp. 11:07:45 Preparing to unpack .../049-cpp_4%3a12.2.0-3_amd64.deb ... 11:07:45 Unpacking cpp (4:12.2.0-3) ... 11:07:45 Selecting previously unselected package libbrotli1:amd64. 11:07:45 Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_amd64.deb ... 11:07:45 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 11:07:45 Selecting previously unselected package libsasl2-modules-db:amd64. 11:07:45 Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 11:07:45 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 11:07:45 Selecting previously unselected package libsasl2-2:amd64. 11:07:45 Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 11:07:45 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 11:07:45 Selecting previously unselected package libldap-2.5-0:amd64. 11:07:45 Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 11:07:45 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 11:07:45 Selecting previously unselected package libnghttp2-14:amd64. 11:07:45 Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 11:07:45 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 11:07:45 Selecting previously unselected package libpsl5:amd64. 11:07:45 Preparing to unpack .../055-libpsl5_0.21.2-1_amd64.deb ... 11:07:45 Unpacking libpsl5:amd64 (0.21.2-1) ... 11:07:45 Selecting previously unselected package librtmp1:amd64. 11:07:45 Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 11:07:45 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:07:45 Selecting previously unselected package libssh2-1:amd64. 11:07:45 Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_amd64.deb ... 11:07:45 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 11:07:45 Selecting previously unselected package libcurl4:amd64. 11:07:45 Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_amd64.deb ... 11:07:45 Unpacking libcurl4:amd64 (7.88.1-10+deb12u12) ... 11:07:45 Selecting previously unselected package curl. 11:07:45 Preparing to unpack .../059-curl_7.88.1-10+deb12u12_amd64.deb ... 11:07:45 Unpacking curl (7.88.1-10+deb12u12) ... 11:07:45 Selecting previously unselected package dbus-user-session. 11:07:45 Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 11:07:45 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 11:07:45 Selecting previously unselected package fonts-dejavu-core. 11:07:45 Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... 11:07:45 Unpacking fonts-dejavu-core (2.37-6) ... 11:07:46 Selecting previously unselected package fontconfig-config. 11:07:46 Preparing to unpack .../062-fontconfig-config_2.14.1-4_amd64.deb ... 11:07:46 Unpacking fontconfig-config (2.14.1-4) ... 11:07:46 Selecting previously unselected package libcc1-0:amd64. 11:07:46 Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libcc1-0:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package libgomp1:amd64. 11:07:46 Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package libitm1:amd64. 11:07:46 Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libitm1:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package libatomic1:amd64. 11:07:46 Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libatomic1:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package libasan8:amd64. 11:07:46 Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libasan8:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package liblsan0:amd64. 11:07:46 Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking liblsan0:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package libtsan2:amd64. 11:07:46 Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libtsan2:amd64 (12.2.0-14+deb12u1) ... 11:07:46 Selecting previously unselected package libubsan1:amd64. 11:07:46 Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_amd64.deb ... 11:07:46 Unpacking libubsan1:amd64 (12.2.0-14+deb12u1) ... 11:07:47 Selecting previously unselected package libquadmath0:amd64. 11:07:47 Preparing to unpack .../071-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... 11:07:47 Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... 11:07:47 Selecting previously unselected package libgcc-12-dev:amd64. 11:07:47 Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_amd64.deb ... 11:07:47 Unpacking libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... 11:07:47 Selecting previously unselected package gcc-12. 11:07:47 Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_amd64.deb ... 11:07:47 Unpacking gcc-12 (12.2.0-14+deb12u1) ... 11:07:48 Selecting previously unselected package gcc. 11:07:48 Preparing to unpack .../074-gcc_4%3a12.2.0-3_amd64.deb ... 11:07:48 Unpacking gcc (4:12.2.0-3) ... 11:07:48 Selecting previously unselected package libicu72:amd64. 11:07:48 Preparing to unpack .../075-libicu72_72.1-3_amd64.deb ... 11:07:48 Unpacking libicu72:amd64 (72.1-3) ... 11:07:48 Selecting previously unselected package libxml2:amd64. 11:07:48 Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... 11:07:48 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... 11:07:48 Selecting previously unselected package gettext. 11:07:48 Preparing to unpack .../077-gettext_0.21-12_amd64.deb ... 11:07:48 Unpacking gettext (0.21-12) ... 11:07:48 Selecting previously unselected package gosu. 11:07:49 Preparing to unpack .../078-gosu_1.14-1+b10_amd64.deb ... 11:07:49 Unpacking gosu (1.14-1+b10) ... 11:07:49 Selecting previously unselected package libabsl20220623:amd64. 11:07:49 Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ... 11:07:49 Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ... 11:07:49 Selecting previously unselected package libaom3:amd64. 11:07:49 Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_amd64.deb ... 11:07:49 Unpacking libaom3:amd64 (3.6.0-1+deb12u1) ... 11:07:49 Selecting previously unselected package libdav1d6:amd64. 11:07:49 Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_amd64.deb ... 11:07:49 Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ... 11:07:49 Selecting previously unselected package libgav1-1:amd64. 11:07:49 Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_amd64.deb ... 11:07:49 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... 11:07:49 Selecting previously unselected package librav1e0:amd64. 11:07:49 Preparing to unpack .../083-librav1e0_0.5.1-6_amd64.deb ... 11:07:49 Unpacking librav1e0:amd64 (0.5.1-6) ... 11:07:49 Selecting previously unselected package libsvtav1enc1:amd64. 11:07:49 Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... 11:07:49 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... 11:07:49 Selecting previously unselected package libjpeg62-turbo:amd64. 11:07:49 Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... 11:07:49 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... 11:07:49 Selecting previously unselected package libyuv0:amd64. 11:07:49 Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... 11:07:49 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... 11:07:49 Selecting previously unselected package libavif15:amd64. 11:07:49 Preparing to unpack .../087-libavif15_0.11.1-1_amd64.deb ... 11:07:49 Unpacking libavif15:amd64 (0.11.1-1) ... 11:07:50 Selecting previously unselected package libc-dev-bin. 11:07:50 Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_amd64.deb ... 11:07:50 Unpacking libc-dev-bin (2.36-9+deb12u10) ... 11:07:50 Selecting previously unselected package libpng16-16:amd64. 11:07:50 Preparing to unpack .../089-libpng16-16_1.6.39-2_amd64.deb ... 11:07:50 Unpacking libpng16-16:amd64 (1.6.39-2) ... 11:07:50 Selecting previously unselected package libfreetype6:amd64. 11:07:50 Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ... 11:07:50 Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... 11:07:50 Selecting previously unselected package libfontconfig1:amd64. 11:07:50 Preparing to unpack .../091-libfontconfig1_2.14.1-4_amd64.deb ... 11:07:50 Unpacking libfontconfig1:amd64 (2.14.1-4) ... 11:07:50 Selecting previously unselected package libde265-0:amd64. 11:07:50 Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_amd64.deb ... 11:07:50 Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ... 11:07:50 Selecting previously unselected package libnuma1:amd64. 11:07:50 Preparing to unpack .../093-libnuma1_2.0.16-1_amd64.deb ... 11:07:50 Unpacking libnuma1:amd64 (2.0.16-1) ... 11:07:50 Selecting previously unselected package libx265-199:amd64. 11:07:50 Preparing to unpack .../094-libx265-199_3.5-2+b1_amd64.deb ... 11:07:50 Unpacking libx265-199:amd64 (3.5-2+b1) ... 11:07:50 Selecting previously unselected package libheif1:amd64. 11:07:50 Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_amd64.deb ... 11:07:50 Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ... 11:07:50 Selecting previously unselected package libdeflate0:amd64. 11:07:50 Preparing to unpack .../096-libdeflate0_1.14-1_amd64.deb ... 11:07:50 Unpacking libdeflate0:amd64 (1.14-1) ... 11:07:50 Selecting previously unselected package libjbig0:amd64. 11:07:50 Preparing to unpack .../097-libjbig0_2.1-6.1_amd64.deb ... 11:07:50 Unpacking libjbig0:amd64 (2.1-6.1) ... 11:07:50 Selecting previously unselected package liblerc4:amd64. 11:07:50 Preparing to unpack .../098-liblerc4_4.0.0+ds-2_amd64.deb ... 11:07:50 Unpacking liblerc4:amd64 (4.0.0+ds-2) ... 11:07:50 Selecting previously unselected package libwebp7:amd64. 11:07:50 Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... 11:07:50 Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... 11:07:50 Selecting previously unselected package libtiff6:amd64. 11:07:50 Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_amd64.deb ... 11:07:50 Unpacking libtiff6:amd64 (4.5.0-6+deb12u2) ... 11:07:50 Selecting previously unselected package libxau6:amd64. 11:07:50 Preparing to unpack .../101-libxau6_1%3a1.0.9-1_amd64.deb ... 11:07:50 Unpacking libxau6:amd64 (1:1.0.9-1) ... 11:07:50 Selecting previously unselected package libxdmcp6:amd64. 11:07:50 Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 11:07:50 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 11:07:50 Selecting previously unselected package libxcb1:amd64. 11:07:50 Preparing to unpack .../103-libxcb1_1.15-1_amd64.deb ... 11:07:50 Unpacking libxcb1:amd64 (1.15-1) ... 11:07:50 Selecting previously unselected package libx11-data. 11:07:50 Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 11:07:50 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 11:07:51 Selecting previously unselected package libx11-6:amd64. 11:07:51 Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 11:07:51 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 11:07:51 Selecting previously unselected package libxpm4:amd64. 11:07:51 Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ... 11:07:51 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... 11:07:51 Selecting previously unselected package libgd3:amd64. 11:07:51 Preparing to unpack .../107-libgd3_2.3.3-9_amd64.deb ... 11:07:51 Unpacking libgd3:amd64 (2.3.3-9) ... 11:07:51 Selecting previously unselected package libc-devtools. 11:07:51 Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_amd64.deb ... 11:07:51 Unpacking libc-devtools (2.36-9+deb12u10) ... 11:07:51 Selecting previously unselected package linux-libc-dev:amd64. 11:07:51 Preparing to unpack .../109-linux-libc-dev_6.1.137-1_amd64.deb ... 11:07:51 Unpacking linux-libc-dev:amd64 (6.1.137-1) ... 11:07:51 Selecting previously unselected package libcrypt-dev:amd64. 11:07:51 Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... 11:07:51 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... 11:07:51 Selecting previously unselected package libtirpc-dev:amd64. 11:07:51 Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_amd64.deb ... 11:07:51 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... 11:07:51 Selecting previously unselected package libnsl-dev:amd64. 11:07:51 Preparing to unpack .../112-libnsl-dev_1.3.0-2_amd64.deb ... 11:07:51 Unpacking libnsl-dev:amd64 (1.3.0-2) ... 11:07:51 Selecting previously unselected package rpcsvc-proto. 11:07:51 Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_amd64.deb ... 11:07:51 Unpacking rpcsvc-proto (1.4.3-1) ... 11:07:51 Selecting previously unselected package libc6-dev:amd64. 11:07:51 Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_amd64.deb ... 11:07:51 Unpacking libc6-dev:amd64 (2.36-9+deb12u10) ... 11:07:52 Selecting previously unselected package libcurl3-gnutls:amd64. 11:07:52 Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 11:07:52 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 11:07:52 Selecting previously unselected package libcurl4-gnutls-dev:amd64. 11:07:52 Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_amd64.deb ... 11:07:52 Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... 11:07:52 Selecting previously unselected package libexpat1-dev:amd64. 11:07:52 Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_amd64.deb ... 11:07:52 Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... 11:07:52 Selecting previously unselected package libldap-common. 11:07:52 Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... 11:07:52 Unpacking libldap-common (2.5.13+dfsg-5) ... 11:07:52 Selecting previously unselected package libsasl2-modules:amd64. 11:07:52 Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 11:07:52 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 11:07:52 Selecting previously unselected package libssl-dev:amd64. 11:07:52 Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_amd64.deb ... 11:07:52 Unpacking libssl-dev:amd64 (3.0.16-1~deb12u1) ... 11:07:52 Selecting previously unselected package libxext6:amd64. 11:07:52 Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 11:07:52 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 11:07:52 Selecting previously unselected package libxmuu1:amd64. 11:07:52 Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_amd64.deb ... 11:07:52 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 11:07:52 Selecting previously unselected package make. 11:07:52 Preparing to unpack .../123-make_4.3-4.1_amd64.deb ... 11:07:52 Unpacking make (4.3-4.1) ... 11:07:52 Selecting previously unselected package manpages-dev. 11:07:52 Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... 11:07:52 Unpacking manpages-dev (6.03-2) ... 11:07:53 Selecting previously unselected package psmisc. 11:07:53 Preparing to unpack .../125-psmisc_23.6-1_amd64.deb ... 11:07:53 Unpacking psmisc (23.6-1) ... 11:07:53 Selecting previously unselected package publicsuffix. 11:07:53 Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... 11:07:53 Unpacking publicsuffix (20230209.2326-1) ... 11:07:53 Selecting previously unselected package ssh. 11:07:53 Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 11:07:53 Unpacking ssh (1:9.2p1-2+deb12u6) ... 11:07:53 Selecting previously unselected package xauth. 11:07:53 Preparing to unpack .../128-xauth_1%3a1.1.2-1_amd64.deb ... 11:07:53 Unpacking xauth (1:1.1.2-1) ... 11:07:53 Selecting previously unselected package zlib1g-dev:amd64. 11:07:53 Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... 11:07:53 Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... 11:07:53 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 11:07:53 Setting up runit-helper (2.15.2) ... 11:07:53 Setting up libaom3:amd64 (3.6.0-1+deb12u1) ... 11:07:53 Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ... 11:07:53 Setting up systemd-sysv (252.36-1~deb12u1) ... 11:07:53 Setting up libxau6:amd64 (1:1.0.9-1) ... 11:07:53 Setting up libkeyutils1:amd64 (1.6.3-2) ... 11:07:53 Setting up libpsl5:amd64 (0.21.2-1) ... 11:07:53 Setting up libicu72:amd64 (72.1-3) ... 11:07:53 Setting up liblerc4:amd64 (4.0.0+ds-2) ... 11:07:53 Setting up netcat-traditional (1.10-47) ... 11:07:53 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 11:07:53 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 11:07:53 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 11:07:53 Setting up psmisc (23.6-1) ... 11:07:53 Setting up manpages (6.03-2) ... 11:07:53 Setting up libtirpc-common (1.3.3+ds-1) ... 11:07:53 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 11:07:53 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 11:07:53 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 11:07:53 Setting up binutils-common:amd64 (2.40-2) ... 11:07:53 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 11:07:53 Setting up libdeflate0:amd64 (1.14-1) ... 11:07:53 Setting up linux-libc-dev:amd64 (6.1.137-1) ... 11:07:53 Setting up libctf-nobfd0:amd64 (2.40-2) ... 11:07:53 Setting up gettext-base (0.21-12) ... 11:07:53 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 11:07:53 Setting up krb5-locales (1.20.1-2+deb12u3) ... 11:07:53 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... 11:07:53 Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ... 11:07:53 Setting up libldap-common (2.5.13+dfsg-5) ... 11:07:53 Setting up libjbig0:amd64 (2.1-6.1) ... 11:07:53 Setting up librav1e0:amd64 (0.5.1-6) ... 11:07:53 Setting up libjansson4:amd64 (2.14-2) ... 11:07:53 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 11:07:53 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 11:07:53 Setting up rpcsvc-proto (1.4.3-1) ... 11:07:53 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... 11:07:53 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 11:07:53 Setting up make (4.3-4.1) ... 11:07:53 Setting up libmpfr6:amd64 (4.2.0-1) ... 11:07:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:07:53 Setting up gosu (1.14-1+b10) ... 11:07:53 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 11:07:53 Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ... 11:07:53 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 11:07:53 Setting up libssl-dev:amd64 (3.0.16-1~deb12u1) ... 11:07:53 Setting up libpng16-16:amd64 (1.6.39-2) ... 11:07:53 Setting up libmpc3:amd64 (1.3.1-1) ... 11:07:53 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 11:07:53 Creating group 'systemd-timesync' with GID 997. 11:07:53 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 11:07:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 11:07:53 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 11:07:53 Setting up libatomic1:amd64 (12.2.0-14+deb12u1) ... 11:07:53 Setting up fonts-dejavu-core (2.37-6) ... 11:07:53 Setting up libgav1-1:amd64 (0.18.0-1+b1) ... 11:07:53 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 11:07:53 Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ... 11:07:53 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 11:07:53 Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... 11:07:54 Setting up libubsan1:amd64 (12.2.0-14+deb12u1) ... 11:07:54 Setting up libnuma1:amd64 (2.0.16-1) ... 11:07:54 Setting up sensible-utils (0.0.17+nmu1) ... 11:07:54 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... 11:07:54 Setting up libtiff6:amd64 (4.5.0-6+deb12u2) ... 11:07:54 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:07:54 Setting up libasan8:amd64 (12.2.0-14+deb12u1) ... 11:07:54 Setting up procps (2:4.0.2-3) ... 11:07:54 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 11:07:54 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 11:07:54 Setting up libtsan2:amd64 (12.2.0-14+deb12u1) ... 11:07:54 Setting up libbinutils:amd64 (2.40-2) ... 11:07:54 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:07:54 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 11:07:54 Setting up libisl23:amd64 (0.25-1.1) ... 11:07:54 Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ... 11:07:54 Setting up libc-dev-bin (2.36-9+deb12u10) ... 11:07:54 Setting up libbsd0:amd64 (0.11.7-2) ... 11:07:54 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... 11:07:54 Setting up publicsuffix (20230209.2326-1) ... 11:07:54 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... 11:07:54 Setting up libcc1-0:amd64 (12.2.0-14+deb12u1) ... 11:07:54 Setting up dbus-bin (1.14.10-1~deb12u1) ... 11:07:54 Setting up liblsan0:amd64 (12.2.0-14+deb12u1) ... 11:07:54 Setting up libitm1:amd64 (12.2.0-14+deb12u1) ... 11:07:54 Setting up ncurses-term (6.4-4) ... 11:07:54 Setting up libctf0:amd64 (2.40-2) ... 11:07:54 Setting up manpages-dev (6.03-2) ... 11:07:54 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 11:07:54 Setting up cpp-12 (12.2.0-14+deb12u1) ... 11:07:54 Setting up libxcb1:amd64 (1.15-1) ... 11:07:54 Setting up gettext (0.21-12) ... 11:07:54 Setting up libavif15:amd64 (0.11.1-1) ... 11:07:54 Setting up fontconfig-config (2.14.1-4) ... 11:07:54 debconf: unable to initialize frontend: Dialog 11:07:54 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:07:54 debconf: falling back to frontend: Readline 11:07:54 debconf: unable to initialize frontend: Readline 11:07:54 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.) 11:07:54 debconf: falling back to frontend: Teletype 11:07:54 Setting up libedit2:amd64 (3.1-20221030-2) ... 11:07:54 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 11:07:54 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 11:07:54 Setting up libgprofng0:amd64 (2.40-2) ... 11:07:54 Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... 11:07:55 Setting up dbus (1.14.10-1~deb12u1) ... 11:07:55 invoke-rc.d: could not determine current runlevel 11:07:55 invoke-rc.d: policy-rc.d denied execution of start. 11:07:55 Setting up libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... 11:07:55 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 11:07:55 Setting up ucf (3.0043+nmu1+deb12u1) ... 11:07:55 debconf: unable to initialize frontend: Dialog 11:07:55 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:07:55 debconf: falling back to frontend: Readline 11:07:55 debconf: unable to initialize frontend: Readline 11:07:55 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.) 11:07:55 debconf: falling back to frontend: Teletype 11:07:55 Setting up libx265-199:amd64 (3.5-2+b1) ... 11:07:55 Setting up cpp (4:12.2.0-3) ... 11:07:55 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 11:07:55 debconf: unable to initialize frontend: Dialog 11:07:55 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:07:55 debconf: falling back to frontend: Readline 11:07:55 debconf: unable to initialize frontend: Readline 11:07:55 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.) 11:07:55 debconf: falling back to frontend: Teletype 11:07:55 Setting up libcurl4:amd64 (7.88.1-10+deb12u12) ... 11:07:55 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 11:07:55 Setting up curl (7.88.1-10+deb12u12) ... 11:07:55 Setting up libfontconfig1:amd64 (2.14.1-4) ... 11:07:55 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 11:07:55 Setting up binutils-x86-64-linux-gnu (2.40-2) ... 11:07:55 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 11:07:55 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... 11:07:55 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 11:07:55 Setting up libheif1:amd64 (1.15.1-1+deb12u1) ... 11:07:55 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 11:07:55 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 11:07:55 Setting up binutils (2.40-2) ... 11:07:55 Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... 11:07:55 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 11:07:55 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... 11:07:55 Setting up gcc-12 (12.2.0-14+deb12u1) ... 11:07:55 Setting up libgd3:amd64 (2.3.3-9) ... 11:07:55 Setting up xauth (1:1.1.2-1) ... 11:07:55 Setting up libnsl2:amd64 (1.3.0-2) ... 11:07:55 Setting up libc-devtools (2.36-9+deb12u10) ... 11:07:55 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:07:55 Setting up gcc (4:12.2.0-3) ... 11:07:55 Setting up libwrap0:amd64 (7.6.q-32) ... 11:07:55 Setting up libnsl-dev:amd64 (1.3.0-2) ... 11:07:55 Setting up libc6-dev:amd64 (2.36-9+deb12u10) ... 11:07:55 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 11:07:55 debconf: unable to initialize frontend: Dialog 11:07:55 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:07:55 debconf: falling back to frontend: Readline 11:07:55 debconf: unable to initialize frontend: Readline 11:07:55 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.) 11:07:55 debconf: falling back to frontend: Teletype 11:07:55 11:07:55 Creating config file /etc/ssh/sshd_config with new version 11:07:56 Creating SSH2 RSA key; this may take some time ... 11:07:56 3072 SHA256:DELkf2x+uLvdOTP6svxQsGNawogHNNDmzx9dWEiQkH0 root@79d3b33e28e1 (RSA) 11:07:56 Creating SSH2 ECDSA key; this may take some time ... 11:07:56 256 SHA256:A2Eq8+fpsG3YGGlaDdH98aNd4l24xyR1wi+R0ok4v0Q root@79d3b33e28e1 (ECDSA) 11:07:56 Creating SSH2 ED25519 key; this may take some time ... 11:07:56 256 SHA256:AJnpv2NXGRrn8cSVHBc4TGBGtJUN5NhnIst9swkMBss root@79d3b33e28e1 (ED25519) 11:07:56 invoke-rc.d: could not determine current runlevel 11:07:56 invoke-rc.d: policy-rc.d denied execution of start. 11:07:56 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 11:07:56 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 11:07:56 Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... 11:07:56 Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... 11:07:56 Setting up ssh (1:9.2p1-2+deb12u6) ... 11:07:56 Processing triggers for libc-bin (2.36-9+deb12u10) ... 11:08:01 Removing intermediate container 79d3b33e28e1 11:08:01 ---> 5e38acf8752d 11:08:01 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 11:08:01 ---> Running in d38e98818adf 11:08:02  % Total % Received % Xferd Average Speed Time Time Time Current 11:08:02 Dload Upload Total Spent Left Speed 11:08:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9890k 100 9890k 0 0 43.5M 0 --:--:-- --:--:-- --:--:-- 43.7M 11:08:02 GIT_VERSION = 2.31.1 11:08:02  * new build flags 11:08:02  CC fuzz-commit-graph.o 11:08:02 CC fuzz-pack-headers.o 11:08:02 CC fuzz-pack-idx.o 11:08:03 CC daemon.o 11:08:03  * new link flags 11:08:03  CC common-main.o 11:08:03 CC abspath.o 11:08:03 CC add-interactive.o 11:08:04 CC add-patch.o 11:08:05 CC advice.o 11:08:05 CC alias.o 11:08:05 CC alloc.o 11:08:05 CC apply.o 11:08:07 CC archive-tar.o 11:08:07 CC archive-zip.o 11:08:08 CC archive.o 11:08:08  * new prefix flags 11:08:08  CC attr.o 11:08:09 CC base85.o 11:08:09 CC bisect.o 11:08:09 CC blame.o 11:08:10 CC blob.o 11:08:10 CC bloom.o 11:08:10 CC branch.o 11:08:11 CC bulk-checkin.o 11:08:11 CC bundle.o 11:08:11 CC cache-tree.o 11:08:12 CC chdir-notify.o 11:08:12 CC checkout.o 11:08:12 CC chunk-format.o 11:08:12 CC color.o 11:08:13 CC column.o 11:08:13 CC combine-diff.o 11:08:14 CC commit-graph.o 11:08:15 CC commit-reach.o 11:08:15 CC commit.o 11:08:16 CC compat/obstack.o 11:08:16 CC compat/terminal.o 11:08:16 CC config.o 11:08:18 CC connect.o 11:08:18 CC connected.o 11:08:18 CC convert.o 11:08:19 CC copy.o 11:08:19 CC credential.o 11:08:19 CC csum-file.o 11:08:19 CC ctype.o 11:08:19 CC date.o 11:08:20 CC decorate.o 11:08:20 CC delta-islands.o 11:08:21 CC diff-delta.o 11:08:21 CC diff-merges.o 11:08:21 CC diff-lib.o 11:08:22 CC diff-no-index.o 11:08:22 CC diff.o 11:08:25 CC diffcore-break.o 11:08:25 CC diffcore-delta.o 11:08:25 CC diffcore-order.o 11:08:25 CC diffcore-pickaxe.o 11:08:25 CC diffcore-rename.o 11:08:26 CC diffcore-rotate.o 11:08:26 CC dir-iterator.o 11:08:26 CC dir.o 11:08:27 CC editor.o 11:08:27 CC entry.o 11:08:27 CC environment.o 11:08:28 CC ewah/bitmap.o 11:08:28 CC ewah/ewah_bitmap.o 11:08:28 CC ewah/ewah_io.o 11:08:29 CC ewah/ewah_rlw.o 11:08:29 CC exec-cmd.o 11:08:29 CC fetch-negotiator.o 11:08:29 CC fetch-pack.o 11:08:30 CC fmt-merge-msg.o 11:08:30 CC fsck.o 11:08:31 CC fsmonitor.o 11:08:31 CC gettext.o 11:08:31 CC gpg-interface.o 11:08:31 CC graph.o 11:08:32 CC grep.o 11:08:33 CC hash-lookup.o 11:08:33 CC hashmap.o 11:08:33 GEN command-list.h 11:08:33 CC help.o 11:08:34 CC hex.o 11:08:34 CC ident.o 11:08:35 CC json-writer.o 11:08:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2122 in /w/workspace/edgexfoundry_git-semver_PR-76 [Pipeline] { [Pipeline] checkout 11:08:35 CC kwset.o 11:08:35 CC levenshtein.o 11:08:36 CC line-log.o 11:08:36 CC line-range.o 11:08:36 CC linear-assignment.o 11:08:36 CC list-objects-filter-options.o 11:08:37 CC list-objects-filter.o 11:08:37 CC list-objects.o 11:08:37 CC ll-merge.o 11:08:37 CC lockfile.o 11:08:38 Selected Git installation does not exist. Using Default 11:08:38 The recommended git tool is: NONE 11:08:38 CC log-tree.o 11:08:38 CC ls-refs.o 11:08:38 CC mailinfo.o 11:08:39 CC mailmap.o 11:08:39 CC match-trees.o 11:08:39 CC mem-pool.o 11:08:39 CC merge-blobs.o 11:08:40 CC merge-ort.o 11:08:41 CC merge-ort-wrappers.o 11:08:41 CC merge-recursive.o 11:08:42 CC merge.o 11:08:42 CC mergesort.o 11:08:42 CC midx.o 11:08:42 using credential edgex-jenkins-ssh 11:08:42 Cloning the remote Git repository 11:08:42 Cloning repository git@github.com:edgexfoundry/git-semver.git 11:08:43 > git init /w/workspace/edgexfoundry_git-semver_PR-76 # timeout=10 11:08:43 CC name-hash.o 11:08:43 CC negotiator/default.o 11:08:43 CC negotiator/noop.o 11:08:44 CC negotiator/skipping.o 11:08:44 CC notes-cache.o 11:08:44 CC notes-merge.o 11:08:43 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 11:08:43 > git --version # timeout=10 11:08:43 > git --version # 'git version 2.25.1' 11:08:43 using GIT_SSH to set credentials SSH Credentials for GitHub 11:08:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:08:43 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 11:08:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:08:44 CC notes-utils.o 11:08:44 CC notes.o 11:08:45 CC object-file.o 11:08:45 Merging remotes/origin/main commit 2f807f817482b20fd449fccd171f6d664adfae4f into PR head commit 778ad286d77c0099cacf3756caaf600d52afaeb4 11:08:44 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 11:08:44 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 11:08:44 using GIT_SSH to set credentials SSH Credentials for GitHub 11:08:45 > 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 11:08:45 > git config core.sparsecheckout # timeout=10 11:08:45 Merge succeeded, producing 778ad286d77c0099cacf3756caaf600d52afaeb4 11:08:45 Checking out Revision 778ad286d77c0099cacf3756caaf600d52afaeb4 (PR-76) 11:08:46 CC object-name.o 11:08:46 CC object.o 11:08:45 > git checkout -f 778ad286d77c0099cacf3756caaf600d52afaeb4 # timeout=10 11:08:45 > git remote # timeout=10 11:08:45 > git config --get remote.origin.url # timeout=10 11:08:45 using GIT_SSH to set credentials SSH Credentials for GitHub 11:08:45 > git merge 2f807f817482b20fd449fccd171f6d664adfae4f # timeout=10 11:08:45 > git rev-parse HEAD^{commit} # timeout=10 11:08:45 > git config core.sparsecheckout # timeout=10 11:08:45 > git checkout -f 778ad286d77c0099cacf3756caaf600d52afaeb4 # timeout=10 11:08:47 CC oid-array.o 11:08:47 CC oidmap.o 11:08:47 CC oidset.o 11:08:47 CC pack-bitmap-write.o 11:08:48 CC pack-bitmap.o 11:08:48 CC pack-check.o 11:08:49 CC pack-objects.o 11:08:49 CC pack-revindex.o 11:08:49 Commit message: "fix: use git version 2.31.1" 11:08:49 > git --version # timeout=10 11:08:49 > git --version # 'git version 2.25.1' 11:08:49 fatal: bad object f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 11:08:49 CC pack-write.o 11:08:49 CC packfile.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 11:08:50 CC pager.o 11:08:50 CC parse-options-cb.o [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:08:51 CC parse-options.o 11:08:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:08:51 % Total % Received % Xferd Average Speed Time Time Time Current 11:08:51 Dload Upload Total Spent Left Speed 11:08:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 82761 0 --:--:-- --:--:-- --:--:-- 82761 [Pipeline] sh 11:08:51 CC patch-delta.o 11:08:51 CC patch-ids.o 11:08:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:08:51 CC path.o 11:08:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:08:52 + sudo tee /etc/docker/daemon.new 11:08:52 { 11:08:52 "registry-mirrors": [ 11:08:52 "https://nexus3.edgexfoundry.org:10001" 11:08:52 ], 11:08:52 "bip": "10.250.0.254/24", 11:08:52 "hosts": [ 11:08:52 "tcp://0.0.0.0:5555", 11:08:52 "unix:///var/run/docker.sock" 11:08:52 ], 11:08:52 "mtu": 1458, 11:08:52 "selinux-enabled": true, 11:08:52 "seccomp-profile": "/etc/docker/seccomp.json" 11:08:52 } [Pipeline] sh 11:08:52 CC pathspec.o 11:08:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:08:52 CC pkt-line.o 11:08:52 + sudo service docker restart 11:08:53 CC preload-index.o 11:08:53 CC pretty.o 11:08:54 CC prio-queue.o 11:08:54 CC progress.o 11:08:54 CC promisor-remote.o 11:08:54 CC prompt.o 11:08:54 CC protocol.o 11:08:54 CC prune-packed.o 11:08:54 CC quote.o 11:08:55 CC range-diff.o 11:08:55 CC reachable.o 11:08:56 CC read-cache.o 11:08:57 CC rebase-interactive.o 11:08:57 CC rebase.o 11:08:57 CC ref-filter.o 11:08:58 CC reflog-walk.o 11:08:58 CC refs.o 11:08:59 CC refs/debug.o 11:08:59 CC refs/files-backend.o 11:09:00 CC refs/iterator.o 11:09:00 CC refs/packed-backend.o 11:09:01 CC refs/ref-cache.o 11:09:01 CC refspec.o 11:09:01 CC remote.o 11:09:02 CC replace-object.o 11:09:02 CC repo-settings.o 11:09:03 CC repository.o 11:09:03 CC rerere.o 11:09:03 CC reset.o 11:09:03 CC resolve-undo.o 11:09:04 CC revision.o 11:09:05 CC run-command.o 11:09:06 CC send-pack.o 11:09:06 CC sequencer.o 11:09:08 CC serve.o 11:09:08 CC server-info.o 11:09:09 CC setup.o 11:09:09 CC shallow.o 11:09:10 CC sideband.o 11:09:10 CC sigchain.o 11:09:10 CC split-index.o 11:09:10 CC stable-qsort.o 11:09:10 CC strbuf.o [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:09:11 provisioning config files... 11:09:11 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config18145744630899637800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:09:11 CC streaming.o 11:09:11 CC string-list.o 11:09:11 ---> ****-login.sh 11:09:11 nexus3.edgexfoundry.org:10001 11:09:11 CC strmap.o 11:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:12 CC strvec.o 11:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:09:12 Configure a credential helper to remove this warning. See 11:09:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:09:12 11:09:12 Login Succeeded 11:09:12 nexus3.edgexfoundry.org:10002 11:09:12 CC sub-process.o 11:09:12 CC submodule-config.o 11:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:09:12 Configure a credential helper to remove this warning. See 11:09:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:09:12 11:09:12 Login Succeeded 11:09:12 nexus3.edgexfoundry.org:10003 11:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:13 CC submodule.o 11:09:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:09:13 Configure a credential helper to remove this warning. See 11:09:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:09:13 11:09:13 Login Succeeded 11:09:13 nexus3.edgexfoundry.org:10004 11:09:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:09:13 Configure a credential helper to remove this warning. See 11:09:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:09:13 11:09:13 Login Succeeded 11:09:13 ****.io 11:09:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:13 CC symlinks.o 11:09:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:09:13 Configure a credential helper to remove this warning. See 11:09:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:09:13 11:09:13 Login Succeeded 11:09:13 ---> ****-login.sh ends 11:09:13 CC tag.o 11:09:13 CC tempfile.o [Pipeline] } 11:09:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 11:09:14 CC thread-utils.o [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 11:09:14 CC tmp-objdir.o [Pipeline] script [Pipeline] { [Pipeline] sh 11:09:14 CC trace.o 11:09:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:09:14 CC trace2.o 11:09:15 + ls -al . 11:09:15 total 64 11:09:15 drwxrwxr-x 6 jenkins jenkins 4096 May 23 11:08 . 11:09:15 drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:08 .. 11:09:15 drwxrwxr-x 8 jenkins jenkins 4096 May 23 11:08 .git 11:09:15 drwxrwxr-x 2 jenkins jenkins 4096 May 23 11:08 .github 11:09:15 -rw-rw-r-- 1 jenkins jenkins 1056 May 23 11:08 .gitignore 11:09:15 -rw-rw-r-- 1 jenkins jenkins 1654 May 23 11:08 Dockerfile 11:09:15 -rw-rw-r-- 1 jenkins jenkins 869 May 23 11:08 Jenkinsfile 11:09:15 -rw-rw-r-- 1 jenkins jenkins 5651 May 23 11:08 README.md 11:09:15 -rw-rw-r-- 1 jenkins jenkins 2488 May 23 11:08 build.py 11:09:15 drwxrwxr-x 3 jenkins jenkins 4096 May 23 11:08 docs 11:09:15 -rw-rw-r-- 1 jenkins jenkins 275 May 23 11:08 entrypoint.sh 11:09:15 -rw-rw-r-- 1 jenkins jenkins 83 May 23 11:08 pyproject.toml 11:09:15 -rw-rw-r-- 1 jenkins jenkins 32 May 23 11:08 requirements.txt 11:09:15 -rw-rw-r-- 1 jenkins jenkins 2628 May 23 11:08 setup.py 11:09:15 drwxrwxr-x 4 jenkins jenkins 4096 May 23 11:08 src [Pipeline] isUnix 11:09:15 CC trace2/tr2_cfg.o [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:15 CC trace2/tr2_cmd_name.o 11:09:15 CC trace2/tr2_dst.o 11:09:15 + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 --label arch=arm64 . 11:09:15 CC trace2/tr2_sid.o 11:09:15 Sending build context to Docker daemon 456.2kB 11:09:15 Step 1/21 : FROM python:3.13-slim AS build-image 11:09:15 CC trace2/tr2_sysenv.o 11:09:15 CC trace2/tr2_tbuf.o 11:09:16 CC trace2/tr2_tgt_event.o 11:09:16 3.13-slim: Pulling from library/python 11:09:16 b16f1b166780: Pulling fs layer 11:09:16 a83bc4269c1b: Pulling fs layer 11:09:16 6834df5f0b1a: Pulling fs layer 11:09:16 b4626800aece: Pulling fs layer 11:09:16 b4626800aece: Waiting 11:09:16 CC trace2/tr2_tgt_normal.o 11:09:16 a83bc4269c1b: Verifying Checksum 11:09:16 a83bc4269c1b: Download complete 11:09:16 b4626800aece: Verifying Checksum 11:09:16 b4626800aece: Download complete 11:09:16 CC trace2/tr2_tgt_perf.o 11:09:16 6834df5f0b1a: Verifying Checksum 11:09:16 6834df5f0b1a: Download complete 11:09:16 CC trace2/tr2_tls.o 11:09:17 b16f1b166780: Download complete 11:09:17 CC trailer.o 11:09:17 CC transport-helper.o 11:09:18 CC transport.o 11:09:18 CC tree-diff.o 11:09:19 CC tree-walk.o 11:09:19 CC tree.o 11:09:19 CC unpack-trees.o 11:09:20 CC upload-pack.o 11:09:21 CC url.o 11:09:21 CC urlmatch.o 11:09:21 b16f1b166780: Pull complete 11:09:21 CC usage.o 11:09:21 CC userdiff.o 11:09:22 CC utf8.o 11:09:22 a83bc4269c1b: Pull complete 11:09:22 CC varint.o 11:09:22 CC version.o 11:09:22 CC versioncmp.o 11:09:22 CC walker.o 11:09:23 CC wildmatch.o 11:09:23 CC worktree.o 11:09:23 CC wrapper.o 11:09:24 6834df5f0b1a: Pull complete 11:09:24 CC write-or-die.o 11:09:24 CC ws.o 11:09:24 b4626800aece: Pull complete 11:09:24 Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc 11:09:24 Status: Downloaded newer image for python:3.13-slim 11:09:24 ---> 2e2ecad80adb 11:09:24 Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 11:09:24 CC wt-status.o 11:09:24 ---> Running in a3f626de4863 11:09:25 Removing intermediate container a3f626de4863 11:09:25 ---> 9a0bc8d9d39f 11:09:25 Step 3/21 : ENV GIT_PYTHON_TRACE 1 11:09:25 CC xdiff-interface.o 11:09:25 ---> Running in 1c5fed907b88 11:09:25 CC zlib.o 11:09:25 Removing intermediate container 1c5fed907b88 11:09:25 ---> 98afcabe118a 11:09:25 Step 4/21 : WORKDIR /code 11:09:25 ---> Running in 8fd855788bc2 11:09:25 CC unix-socket.o 11:09:25 CC sha1dc_git.o 11:09:25 Removing intermediate container 8fd855788bc2 11:09:25 ---> e3123b306fa9 11:09:25 Step 5/21 : COPY . /code/ 11:09:26 CC sha1dc/sha1.o 11:09:26 CC sha1dc/ubc_check.o 11:09:26 ---> fc238c26b4e4 11:09:26 Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 11:09:26 ---> Running in 2506c9e055b1 11:09:26 CC sha256/block/sha256.o 11:09:27 CC compat/fopen.o 11:09:27 CC compat/strlcpy.o 11:09:27 CC compat/qsort_s.o 11:09:27 AR libgit.a 11:09:27 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 11:09:28 CC xdiff/xdiffi.o 11:09:28 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 11:09:28 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 11:09:28 CC xdiff/xemit.o 11:09:28 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 11:09:28 CC xdiff/xhistogram.o 11:09:28 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 11:09:28 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 11:09:28 CC xdiff/xmerge.o 11:09:29 CC xdiff/xpatience.o 11:09:29 CC xdiff/xprepare.o 11:09:29 CC xdiff/xutils.o 11:09:29 AR xdiff/lib.a 11:09:29 LINK git-daemon 11:09:30 CC http-backend.o 11:09:30 LINK git-http-backend 11:09:30 CC imap-send.o 11:09:31 CC http.o 11:09:31 http.c: In function 'get_curl_handle': 11:09:31 http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 11:09:31 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, 11:09:31 | ^~~~~~~~~~~~~~~~ 11:09:31 In file included from http.h:6, 11:09:31 from http.c:2: 11:09:31 /usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here 11:09:31 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, 11:09:31 | ^~~~~~~~~~~~~~~~~ 11:09:31 http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 11:09:31 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, 11:09:31 | ^~~~~~~~~~~~~~~~ 11:09:31 /usr/include/x86_64-linux-gnu/curl/curl.h:1749:3: note: declared here 11:09:31 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, 11:09:31 | ^~~~~~~~~~~~~~~~~ 11:09:31 Fetched 9203 kB in 3s (2748 kB/s) 11:09:31 http.c: In function 'run_active_slot': 11:09:31 http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] 11:09:31 1477 | slot->finished = &finished; 11:09:31 | ~~~~~~~~~~~~~~~^~~~~~~~~~~ 11:09:31 http.c:1475:13: note: 'finished' declared here 11:09:31 1475 | int finished = 0; 11:09:31 | ^~~~~~~~ 11:09:31 http.c:1475:13: note: 'slot' declared here 11:09:32  LINK git-imap-send 11:09:32 CC sh-i18n--envsubst.o 11:09:32 LINK git-sh-i18n--envsubst 11:09:32 CC shell.o 11:09:32 LINK git-shell 11:09:33 CC http-walker.o 11:09:33 CC http-fetch.o 11:09:33 LINK git-http-fetch 11:09:33 CC http-push.o 11:09:33 http-push.c: In function 'curl_setup_http': 11:09:33 http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 11:09:33 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); 11:09:33 | ^~~~~~~~~~~~~~~~ 11:09:33 In file included from http.h:6, 11:09:33 from http-push.c:6: 11:09:33 /usr/include/x86_64-linux-gnu/curl/curl.h:1286:3: note: declared here 11:09:33 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, 11:09:33 | ^~~~~~~~~~~~~~~~~ 11:09:33 http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 11:09:33 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); 11:09:33 | ^~~~~~~~~~~~~~~~ 11:09:33 /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here 11:09:33 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 11:09:33 | ^~~~~~~~~~~~~~~~~ 11:09:33 http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 11:09:33 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); 11:09:33 | ^~~~~~~~~~~~~~~~ 11:09:33 /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here 11:09:33 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 11:09:33 | ^~~~~~~~~~~~~~~~~ 11:09:34  LINK git-http-push 11:09:34 CC remote-curl.o 11:09:34 remote-curl.c: In function 'post_rpc': 11:09:34 remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 11:09:34 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); 11:09:34 | ^~~~~~~~~~~~~~~~ 11:09:34 In file included from http.h:6, 11:09:34 from remote-curl.c:7: 11:09:34 /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here 11:09:34 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 11:09:34 | ^~~~~~~~~~~~~~~~~ 11:09:34 remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 11:09:34 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); 11:09:34 | ^~~~~~~~~~~~~~~~ 11:09:34 /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here 11:09:34 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 11:09:34 | ^~~~~~~~~~~~~~~~~ 11:09:35  LINK git-remote-http 11:09:35 LN/CP git-remote-https 11:09:35 LN/CP git-remote-ftp 11:09:35 LN/CP git-remote-ftps 11:09:35  * new script parameters 11:09:35  GEN git-bisect 11:09:35 GEN git-difftool--helper 11:09:35 GEN git-filter-branch 11:09:35 GEN git-merge-octopus 11:09:35 GEN git-merge-one-file 11:09:35 GEN git-merge-resolve 11:09:35 GEN git-mergetool 11:09:35 GEN git-quiltimport 11:09:35 GEN git-request-pull 11:09:35 GEN git-submodule 11:09:35 GEN git-web--browse 11:09:35  * new perl-specific parameters 11:09:35  GEN GIT-PERL-HEADER 11:09:35 GEN git-add--interactive 11:09:35 GEN git-archimport 11:09:35 GEN git-cvsexportcommit 11:09:35 GEN git-cvsimport 11:09:35 GEN git-cvsserver 11:09:35 GEN git-send-email 11:09:35 GEN git-svn 11:09:35  * new Python interpreter location 11:09:35  GEN git-p4 11:09:35 GEN git-instaweb 11:09:35 CC git.o 11:09:35 Reading package lists... 11:09:36 CC builtin/add.o 11:09:36 CC builtin/am.o 11:09:37 CC builtin/annotate.o 11:09:37 CC builtin/apply.o 11:09:37 CC builtin/archive.o 11:09:37 CC builtin/bisect--helper.o 11:09:38 CC builtin/blame.o 11:09:38 Reading package lists... 11:09:38 Building dependency tree... 11:09:38 Reading state information... 11:09:38 CC builtin/branch.o 11:09:39 CC builtin/bugreport.o 11:09:39 CC builtin/bundle.o 11:09:39 The following additional packages will be installed: 11:09:39 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 11:09:39 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 11:09:39 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 11:09:39 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 11:09:39 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 11:09:39 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 11:09:39 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 11:09:39 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 11:09:39 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 11:09:39 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 11:09:39 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 11:09:39 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 11:09:39 systemd-timesyncd ucf xauth 11:09:39 Suggested packages: 11:09:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 11:09:39 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 11:09:39 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 11:09:39 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 11:09:39 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 11:09:39 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 11:09:39 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 11:09:39 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 11:09:39 libtss2-rc0 polkitd | policykit-1 11:09:39 CC builtin/cat-file.o 11:09:39 CC builtin/check-attr.o 11:09:40 CC builtin/check-ignore.o 11:09:40 CC builtin/check-mailmap.o 11:09:40 CC builtin/check-ref-format.o 11:09:40 CC builtin/checkout-index.o 11:09:40 CC builtin/checkout.o 11:09:41 CC builtin/clean.o 11:09:41 CC builtin/clone.o 11:09:42 In function 'guess_dir_name', 11:09:42 inlined from 'cmd_clone' at builtin/clone.c:1035:9: 11:09:42 builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] 11:09:42 261 | if (memchr(start, '/', end - start) == NULL 11:09:42 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11:09:42  CC builtin/column.o 11:09:42 CC builtin/commit-graph.o 11:09:42 CC builtin/commit-tree.o 11:09:42 CC builtin/commit.o 11:09:43 The following NEW packages will be installed: 11:09:43 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 11:09:43 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 11:09:43 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 11:09:43 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 11:09:43 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 11:09:43 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 11:09:43 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 11:09:43 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 11:09:43 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 11:09:43 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 11:09:43 ncurses-term netcat-traditional openssh-client openssh-server 11:09:43 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 11:09:43 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 11:09:43 xauth 11:09:43 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 11:09:43 Need to get 30.2 MB of archives. 11:09:43 After this operation, 156 MB of additional disk space will be used. 11:09:43 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 11:09:43 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 11:09:43 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 11:09:43 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 11:09:43 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 11:09:43 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 11:09:43 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 11:09:43 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 11:09:43 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 11:09:43 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 11:09:43 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 11:09:43 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 11:09:43 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 11:09:43 Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 11:09:43 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 11:09:43 Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 11:09:43 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 11:09:43 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 11:09:43 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 11:09:43 Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 11:09:43 Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] 11:09:43 Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] 11:09:43 Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] 11:09:43 Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 11:09:43 Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 11:09:43 Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 11:09:43 Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 11:09:43 Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 11:09:43 Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 11:09:43 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 11:09:43 Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 11:09:43 Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 11:09:43 Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 11:09:43 Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 11:09:43 Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 11:09:43 Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 11:09:43 Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 11:09:43 Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 11:09:43 Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 11:09:43 Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 11:09:43 Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 11:09:43 Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 11:09:43 Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 11:09:43 Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 11:09:43 Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] 11:09:43 Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 11:09:43 Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 11:09:43 Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 11:09:43 Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 11:09:43 Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 11:09:43 Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 11:09:43 Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 11:09:43 Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 11:09:43 Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 11:09:43 Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 11:09:43 Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 11:09:43 Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 11:09:43 Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 11:09:43 Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 11:09:43 Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 11:09:43 Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 11:09:43 Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] 11:09:43 Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 11:09:43 Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] 11:09:43 Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 11:09:43 Get:66 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 11:09:43 Get:67 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 11:09:43 Get:68 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 11:09:43 Get:69 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 11:09:43 Get:70 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 11:09:43 Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 11:09:43 Get:72 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 11:09:43 Get:73 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 11:09:43 Get:74 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] 11:09:43 Get:75 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 11:09:43 Get:76 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 11:09:43 Get:77 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 11:09:43 Get:78 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 11:09:43 CC builtin/config.o 11:09:44 CC builtin/count-objects.o 11:09:44 CC builtin/credential-cache--daemon.o 11:09:44 CC builtin/credential-cache.o 11:09:44 debconf: delaying package configuration, since apt-utils is not installed 11:09:44 Fetched 30.2 MB in 1s (42.6 MB/s) 11:09:44 Selecting previously unselected package libargon2-1:arm64. 11:09:44 (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.) 11:09:44 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 11:09:44 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 11:09:44 CC builtin/credential-store.o 11:09:44 Selecting previously unselected package dmsetup. 11:09:44 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 11:09:44 Unpacking dmsetup (2:1.02.185-2) ... 11:09:44 Selecting previously unselected package libdevmapper1.02.1:arm64. 11:09:44 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 11:09:44 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 11:09:44 CC builtin/credential.o 11:09:44 CC builtin/describe.o 11:09:45 Selecting previously unselected package libjson-c5:arm64. 11:09:45 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 11:09:45 Unpacking libjson-c5:arm64 (0.16-2) ... 11:09:45 Selecting previously unselected package libcryptsetup12:arm64. 11:09:45 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 11:09:45 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 11:09:45 Selecting previously unselected package libfdisk1:arm64. 11:09:45 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 11:09:45 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 11:09:45 Selecting previously unselected package libkmod2:arm64. 11:09:45 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... 11:09:45 Unpacking libkmod2:arm64 (30+20221128-1) ... 11:09:45 CC builtin/diff-files.o 11:09:45 Selecting previously unselected package libapparmor1:arm64. 11:09:45 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... 11:09:45 Unpacking libapparmor1:arm64 (3.0.8-3) ... 11:09:45 Selecting previously unselected package libip4tc2:arm64. 11:09:45 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... 11:09:45 Unpacking libip4tc2:arm64 (1.8.9-2) ... 11:09:45 Selecting previously unselected package libsystemd-shared:arm64. 11:09:45 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 11:09:45 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 11:09:45 CC builtin/diff-index.o 11:09:45 CC builtin/diff-tree.o 11:09:46 CC builtin/diff.o 11:09:46 Selecting previously unselected package systemd. 11:09:46 Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... 11:09:46 Unpacking systemd (252.36-1~deb12u1) ... 11:09:46 CC builtin/difftool.o 11:09:46 CC builtin/env--helper.o 11:09:46 CC builtin/fast-export.o 11:09:47 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 11:09:47 Setting up libjson-c5:arm64 (0.16-2) ... 11:09:47 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 11:09:47 Setting up libkmod2:arm64 (30+20221128-1) ... 11:09:47 Setting up libapparmor1:arm64 (3.0.8-3) ... 11:09:47 Setting up libip4tc2:arm64 (1.8.9-2) ... 11:09:47 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 11:09:47 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 11:09:47 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 11:09:47 Setting up systemd (252.36-1~deb12u1) ... 11:09:47 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 11:09:47 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 11:09:47 CC builtin/fast-import.o 11:09:47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 11:09:47 Initializing machine ID from random generator. 11:09:47 Creating group 'systemd-journal' with GID 999. 11:09:47 Creating group 'systemd-network' with GID 998. 11:09:47 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 11:09:47 Setting up dmsetup (2:1.02.185-2) ... 11:09:47 Selecting previously unselected package systemd-sysv. 11:09:47 (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.) 11:09:47 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 11:09:47 Unpacking systemd-sysv (252.36-1~deb12u1) ... 11:09:48 Selecting previously unselected package libdbus-1-3:arm64. 11:09:48 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 11:09:48 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 11:09:48 Selecting previously unselected package dbus-bin. 11:09:48 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 11:09:48 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 11:09:48 Selecting previously unselected package dbus-session-bus-common. 11:09:48 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 11:09:48 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:09:48 Selecting previously unselected package libexpat1:arm64. 11:09:48 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 11:09:48 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 11:09:48 Selecting previously unselected package dbus-daemon. 11:09:48 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 11:09:48 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 11:09:48 Selecting previously unselected package dbus-system-bus-common. 11:09:48 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 11:09:48 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:09:48 Selecting previously unselected package dbus. 11:09:48 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... 11:09:48 Unpacking dbus (1.14.10-1~deb12u1) ... 11:09:48 Selecting previously unselected package perl-modules-5.36. 11:09:48 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 11:09:48 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 11:09:48 CC builtin/fetch-pack.o 11:09:49 CC builtin/fetch.o 11:09:49 CC builtin/fmt-merge-msg.o 11:09:50 CC builtin/for-each-ref.o 11:09:50 Selecting previously unselected package libgdbm-compat4:arm64. 11:09:50 Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... 11:09:50 Unpacking libgdbm-compat4:arm64 (1.23-3) ... 11:09:50 Selecting previously unselected package libperl5.36:arm64. 11:09:50 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... 11:09:50 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... 11:09:50 CC builtin/for-each-repo.o 11:09:50 CC builtin/fsck.o 11:09:50 CC builtin/gc.o 11:09:51 Selecting previously unselected package perl. 11:09:51 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... 11:09:51 Unpacking perl (5.36.0-7+deb12u2) ... 11:09:51 Selecting previously unselected package libbsd0:arm64. 11:09:51 Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... 11:09:51 Unpacking libbsd0:arm64 (0.11.7-2) ... 11:09:51 Selecting previously unselected package libedit2:arm64. 11:09:51 Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... 11:09:51 Unpacking libedit2:arm64 (3.1-20221030-2) ... 11:09:51 Selecting previously unselected package libcbor0.8:arm64. 11:09:51 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... 11:09:51 CC builtin/get-tar-commit-id.o 11:09:51 CC builtin/grep.o 11:09:51 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 11:09:51 Selecting previously unselected package libfido2-1:arm64. 11:09:51 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... 11:09:51 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 11:09:51 Selecting previously unselected package libkrb5support0:arm64. 11:09:51 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 11:09:51 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 11:09:51 Selecting previously unselected package libk5crypto3:arm64. 11:09:51 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 11:09:51 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 11:09:51 Selecting previously unselected package libkeyutils1:arm64. 11:09:51 Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... 11:09:51 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 11:09:51 Selecting previously unselected package libkrb5-3:arm64. 11:09:51 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 11:09:51 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 11:09:52 Selecting previously unselected package libgssapi-krb5-2:arm64. 11:09:52 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 11:09:52 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 11:09:52 Selecting previously unselected package openssh-client. 11:09:52 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 11:09:52 CC builtin/hash-object.o 11:09:52 GEN config-list.h 11:09:52 CC builtin/help.o 11:09:52 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 11:09:52 CC builtin/index-pack.o 11:09:52 Selecting previously unselected package openssh-sftp-server. 11:09:52 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 11:09:52 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:09:52 Selecting previously unselected package libproc2-0:arm64. 11:09:52 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... 11:09:52 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 11:09:52 Selecting previously unselected package procps. 11:09:52 Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... 11:09:52 Unpacking procps (2:4.0.2-3) ... 11:09:53 Selecting previously unselected package sensible-utils. 11:09:53 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 11:09:53 Unpacking sensible-utils (0.0.17+nmu1) ... 11:09:53 Selecting previously unselected package ucf. 11:09:53 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 11:09:53 Moving old data out of the way 11:09:53 Unpacking ucf (3.0043+nmu1+deb12u1) ... 11:09:53 Selecting previously unselected package runit-helper. 11:09:53 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 11:09:53 Unpacking runit-helper (2.15.2) ... 11:09:53 Selecting previously unselected package libtirpc-common. 11:09:53 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 11:09:53 Unpacking libtirpc-common (1.3.3+ds-1) ... 11:09:53 CC builtin/init-db.o 11:09:53 Selecting previously unselected package libtirpc3:arm64. 11:09:53 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... 11:09:53 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 11:09:53 Selecting previously unselected package libnsl2:arm64. 11:09:53 Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... 11:09:53 Unpacking libnsl2:arm64 (1.3.0-2) ... 11:09:53 Selecting previously unselected package libwrap0:arm64. 11:09:53 Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... 11:09:53 Unpacking libwrap0:arm64 (7.6.q-32) ... 11:09:53 CC builtin/interpret-trailers.o 11:09:53 Selecting previously unselected package openssh-server. 11:09:53 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 11:09:53 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 11:09:54 CC builtin/log.o 11:09:54 Selecting previously unselected package less. 11:09:54 Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... 11:09:54 Unpacking less (590-2.1~deb12u2) ... 11:09:54 Selecting previously unselected package krb5-locales. 11:09:54 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 11:09:54 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 11:09:54 Selecting previously unselected package libnss-systemd:arm64. 11:09:54 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 11:09:54 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 11:09:54 Selecting previously unselected package libpam-systemd:arm64. 11:09:54 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 11:09:54 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 11:09:54 Selecting previously unselected package ncurses-term. 11:09:54 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 11:09:54 Unpacking ncurses-term (6.4-4) ... 11:09:55 CC builtin/ls-files.o 11:09:55 CC builtin/ls-remote.o 11:09:55 CC builtin/ls-tree.o 11:09:55 CC builtin/mailinfo.o 11:09:55 CC builtin/mailsplit.o 11:09:56 CC builtin/merge-base.o 11:09:56 Selecting previously unselected package netcat-traditional. 11:09:56 Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... 11:09:56 Unpacking netcat-traditional (1.10-47) ... 11:09:56 Selecting previously unselected package systemd-timesyncd. 11:09:56 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 11:09:56 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 11:09:56 CC builtin/merge-file.o 11:09:56 CC builtin/merge-index.o 11:09:56 CC builtin/merge-ours.o 11:09:56 Selecting previously unselected package dbus-user-session. 11:09:56 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 11:09:56 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 11:09:56 Selecting previously unselected package libbrotli1:arm64. 11:09:56 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... 11:09:56 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 11:09:56 CC builtin/merge-recursive.o 11:09:56 CC builtin/merge-tree.o 11:09:56 Selecting previously unselected package libsasl2-modules-db:arm64. 11:09:56 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 11:09:56 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 11:09:56 Selecting previously unselected package libsasl2-2:arm64. 11:09:56 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 11:09:56 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 11:09:56 Selecting previously unselected package libldap-2.5-0:arm64. 11:09:56 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 11:09:56 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 11:09:57 CC builtin/merge.o 11:09:57 Selecting previously unselected package libnghttp2-14:arm64. 11:09:57 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 11:09:57 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 11:09:57 Selecting previously unselected package libpsl5:arm64. 11:09:57 Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... 11:09:57 Unpacking libpsl5:arm64 (0.21.2-1) ... 11:09:57 Selecting previously unselected package librtmp1:arm64. 11:09:57 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 11:09:57 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:09:57 Selecting previously unselected package libssh2-1:arm64. 11:09:57 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... 11:09:57 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 11:09:57 Selecting previously unselected package libcurl3-gnutls:arm64. 11:09:57 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 11:09:57 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 11:09:57 Selecting previously unselected package liberror-perl. 11:09:57 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 11:09:57 Unpacking liberror-perl (0.17029-2) ... 11:09:57 Selecting previously unselected package git-man. 11:09:57 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 11:09:57 Unpacking git-man (1:2.39.5-0+deb12u2) ... 11:09:57 Selecting previously unselected package git. 11:09:57 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... 11:09:57 Unpacking git (1:2.39.5-0+deb12u2) ... 11:09:58 CC builtin/mktag.o 11:09:58 CC builtin/mktree.o 11:09:58 CC builtin/multi-pack-index.o 11:09:58 CC builtin/mv.o 11:09:58 CC builtin/name-rev.o 11:09:59 CC builtin/notes.o 11:09:59 Selecting previously unselected package libldap-common. 11:09:59 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 11:09:59 Unpacking libldap-common (2.5.13+dfsg-5) ... 11:09:59 Selecting previously unselected package libsasl2-modules:arm64. 11:09:59 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 11:09:59 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 11:09:59 CC builtin/pack-objects.o 11:09:59 Selecting previously unselected package libxau6:arm64. 11:09:59 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... 11:09:59 Unpacking libxau6:arm64 (1:1.0.9-1) ... 11:09:59 Selecting previously unselected package libxdmcp6:arm64. 11:09:59 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 11:09:59 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 11:09:59 Selecting previously unselected package libxcb1:arm64. 11:09:59 Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... 11:09:59 Unpacking libxcb1:arm64 (1.15-1) ... 11:09:59 Selecting previously unselected package libx11-data. 11:09:59 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 11:09:59 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 11:10:00 Selecting previously unselected package libx11-6:arm64. 11:10:00 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 11:10:00 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 11:10:00 Selecting previously unselected package libxext6:arm64. 11:10:00 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 11:10:00 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 11:10:00 Selecting previously unselected package libxmuu1:arm64. 11:10:00 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... 11:10:00 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 11:10:00 Selecting previously unselected package patch. 11:10:00 Preparing to unpack .../62-patch_2.7.6-7_arm64.deb ... 11:10:00 Unpacking patch (2.7.6-7) ... 11:10:00 Selecting previously unselected package psmisc. 11:10:00 Preparing to unpack .../63-psmisc_23.6-1_arm64.deb ... 11:10:00 Unpacking psmisc (23.6-1) ... 11:10:00 Selecting previously unselected package publicsuffix. 11:10:00 Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... 11:10:00 Unpacking publicsuffix (20230209.2326-1) ... 11:10:01 Selecting previously unselected package ssh. 11:10:01 Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 11:10:01 Unpacking ssh (1:9.2p1-2+deb12u6) ... 11:10:01 Selecting previously unselected package xauth. 11:10:01 Preparing to unpack .../66-xauth_1%3a1.1.2-1_arm64.deb ... 11:10:01 Unpacking xauth (1:1.1.2-1) ... 11:10:01 CC builtin/pack-redundant.o 11:10:01 CC builtin/pack-refs.o 11:10:01 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 11:10:01 Setting up runit-helper (2.15.2) ... 11:10:01 Setting up systemd-sysv (252.36-1~deb12u1) ... 11:10:01 Setting up libxau6:arm64 (1:1.0.9-1) ... 11:10:01 Setting up libkeyutils1:arm64 (1.6.3-2) ... 11:10:01 Setting up libpsl5:arm64 (0.21.2-1) ... 11:10:01 Setting up netcat-traditional (1.10-47) ... 11:10:01 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 11:10:01 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 11:10:01 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 11:10:01 Setting up psmisc (23.6-1) ... 11:10:01 Setting up libtirpc-common (1.3.3+ds-1) ... 11:10:01 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 11:10:01 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 11:10:01 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 11:10:01 CC builtin/patch-id.o 11:10:01 CC builtin/prune-packed.o 11:10:01 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 11:10:01 Setting up less (590-2.1~deb12u2) ... 11:10:01 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 11:10:01 Setting up krb5-locales (1.20.1-2+deb12u3) ... 11:10:01 Setting up libldap-common (2.5.13+dfsg-5) ... 11:10:01 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 11:10:01 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 11:10:01 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 11:10:01 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 11:10:01 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:10:01 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 11:10:01 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 11:10:01 CC builtin/prune.o 11:10:01 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 11:10:01 Creating group 'systemd-timesync' with GID 997. 11:10:01 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 11:10:02 CC builtin/pull.o 11:10:02 CC builtin/push.o 11:10:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 11:10:02 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 11:10:02 CC builtin/range-diff.o 11:10:02 CC builtin/read-tree.o 11:10:03 Setting up patch (2.7.6-7) ... 11:10:03 Setting up libgdbm-compat4:arm64 (1.23-3) ... 11:10:03 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 11:10:03 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 11:10:03 Setting up sensible-utils (0.0.17+nmu1) ... 11:10:03 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:10:03 Setting up procps (2:4.0.2-3) ... 11:10:03 CC builtin/rebase.o 11:10:03 Setting up git-man (1:2.39.5-0+deb12u2) ... 11:10:03 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 11:10:03 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 11:10:03 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:10:03 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 11:10:03 Setting up libbsd0:arm64 (0.11.7-2) ... 11:10:03 Setting up publicsuffix (20230209.2326-1) ... 11:10:03 Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... 11:10:03 Setting up dbus-bin (1.14.10-1~deb12u1) ... 11:10:03 Setting up ncurses-term (6.4-4) ... 11:10:03 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 11:10:03 Setting up libxcb1:arm64 (1.15-1) ... 11:10:03 Setting up libedit2:arm64 (3.1-20221030-2) ... 11:10:03 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 11:10:03 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 11:10:03 Setting up perl (5.36.0-7+deb12u2) ... 11:10:03 Setting up dbus (1.14.10-1~deb12u1) ... 11:10:04 CC builtin/receive-pack.o 11:10:04 invoke-rc.d: could not determine current runlevel 11:10:04 invoke-rc.d: policy-rc.d denied execution of start. 11:10:04 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 11:10:04 Setting up ucf (3.0043+nmu1+deb12u1) ... 11:10:04 debconf: unable to initialize frontend: Dialog 11:10:04 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:10:04 debconf: falling back to frontend: Readline 11:10:04 debconf: unable to initialize frontend: Readline 11:10:04 debconf: (This frontend requires a controlling tty.) 11:10:04 debconf: falling back to frontend: Teletype 11:10:04 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 11:10:04 debconf: unable to initialize frontend: Dialog 11:10:04 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:10:04 debconf: falling back to frontend: Readline 11:10:04 debconf: unable to initialize frontend: Readline 11:10:04 debconf: (This frontend requires a controlling tty.) 11:10:04 debconf: falling back to frontend: Teletype 11:10:05 CC builtin/reflog.o 11:10:05 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 11:10:05 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 11:10:05 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 11:10:05 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 11:10:05 CC builtin/remote-ext.o 11:10:05 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 11:10:05 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 11:10:05 Setting up liberror-perl (0.17029-2) ... 11:10:05 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 11:10:05 Setting up git (1:2.39.5-0+deb12u2) ... 11:10:05 CC builtin/remote-fd.o 11:10:05 Setting up xauth (1:1.1.2-1) ... 11:10:05 Setting up libnsl2:arm64 (1.3.0-2) ... 11:10:05 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:10:05 Setting up libwrap0:arm64 (7.6.q-32) ... 11:10:05 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 11:10:05 CC builtin/remote.o 11:10:06 debconf: unable to initialize frontend: Dialog 11:10:06 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:10:06 debconf: falling back to frontend: Readline 11:10:06 debconf: unable to initialize frontend: Readline 11:10:06 debconf: (This frontend requires a controlling tty.) 11:10:06 debconf: falling back to frontend: Teletype 11:10:06 CC builtin/repack.o 11:10:06 11:10:06 Creating config file /etc/ssh/sshd_config with new version 11:10:06 CC builtin/replace.o 11:10:07 CC builtin/rerere.o 11:10:07 CC builtin/reset.o 11:10:07 CC builtin/rev-list.o 11:10:08 CC builtin/rev-parse.o 11:10:08 CC builtin/revert.o 11:10:08 CC builtin/rm.o 11:10:08 CC builtin/send-pack.o 11:10:09 CC builtin/shortlog.o 11:10:09 CC builtin/show-branch.o 11:10:09 CC builtin/show-index.o 11:10:10 CC builtin/show-ref.o 11:10:10 CC builtin/sparse-checkout.o 11:10:10 CC builtin/stash.o 11:10:11 CC builtin/stripspace.o 11:10:11 CC builtin/submodule--helper.o 11:10:12 CC builtin/symbolic-ref.o 11:10:12 CC builtin/tag.o 11:10:12 CC builtin/unpack-file.o 11:10:13 CC builtin/unpack-objects.o 11:10:13 CC builtin/update-index.o 11:10:13 CC builtin/update-ref.o 11:10:14 CC builtin/update-server-info.o 11:10:14 CC builtin/upload-archive.o 11:10:14 CC builtin/upload-pack.o 11:10:14 CC builtin/var.o 11:10:14 CC builtin/verify-commit.o 11:10:14 CC builtin/verify-pack.o 11:10:15 CC builtin/verify-tag.o 11:10:15 CC builtin/worktree.o 11:10:15 CC builtin/write-tree.o 11:10:15 LINK git 11:10:16 BUILTIN git-add 11:10:16 BUILTIN git-am 11:10:16 BUILTIN git-annotate 11:10:16 BUILTIN git-apply 11:10:16 BUILTIN git-archive 11:10:16 BUILTIN git-bisect--helper 11:10:16 BUILTIN git-blame 11:10:16 BUILTIN git-branch 11:10:16 BUILTIN git-bugreport 11:10:16 BUILTIN git-bundle 11:10:16 BUILTIN git-cat-file 11:10:16 BUILTIN git-check-attr 11:10:16 BUILTIN git-check-ignore 11:10:16 BUILTIN git-check-mailmap 11:10:16 BUILTIN git-check-ref-format 11:10:16 BUILTIN git-checkout-index 11:10:16 BUILTIN git-checkout 11:10:16 BUILTIN git-clean 11:10:16 BUILTIN git-clone 11:10:16 BUILTIN git-column 11:10:16 BUILTIN git-commit-graph 11:10:16 BUILTIN git-commit-tree 11:10:16 BUILTIN git-commit 11:10:16 BUILTIN git-config 11:10:16 BUILTIN git-count-objects 11:10:16 BUILTIN git-credential-cache--daemon 11:10:16 BUILTIN git-credential-cache 11:10:16 BUILTIN git-credential-store 11:10:16 BUILTIN git-credential 11:10:16 BUILTIN git-describe 11:10:16 BUILTIN git-diff-files 11:10:16 BUILTIN git-diff-index 11:10:16 BUILTIN git-diff-tree 11:10:16 BUILTIN git-diff 11:10:16 BUILTIN git-difftool 11:10:16 BUILTIN git-env--helper 11:10:16 BUILTIN git-fast-export 11:10:16 BUILTIN git-fast-import 11:10:16 BUILTIN git-fetch-pack 11:10:16 BUILTIN git-fetch 11:10:16 BUILTIN git-fmt-merge-msg 11:10:16 BUILTIN git-for-each-ref 11:10:16 BUILTIN git-for-each-repo 11:10:16 BUILTIN git-fsck 11:10:16 BUILTIN git-gc 11:10:16 BUILTIN git-get-tar-commit-id 11:10:16 BUILTIN git-grep 11:10:16 BUILTIN git-hash-object 11:10:16 BUILTIN git-help 11:10:16 BUILTIN git-index-pack 11:10:16 BUILTIN git-init-db 11:10:16 BUILTIN git-interpret-trailers 11:10:16 BUILTIN git-log 11:10:16 BUILTIN git-ls-files 11:10:16 BUILTIN git-ls-remote 11:10:16 BUILTIN git-ls-tree 11:10:16 BUILTIN git-mailinfo 11:10:16 BUILTIN git-mailsplit 11:10:16 BUILTIN git-merge-base 11:10:16 BUILTIN git-merge-file 11:10:16 BUILTIN git-merge-index 11:10:16 BUILTIN git-merge-ours 11:10:16 BUILTIN git-merge-recursive 11:10:16 BUILTIN git-merge-tree 11:10:16 BUILTIN git-merge 11:10:16 BUILTIN git-mktag 11:10:16 BUILTIN git-mktree 11:10:16 BUILTIN git-multi-pack-index 11:10:16 BUILTIN git-mv 11:10:16 BUILTIN git-name-rev 11:10:16 BUILTIN git-notes 11:10:16 BUILTIN git-pack-objects 11:10:16 BUILTIN git-pack-redundant 11:10:16 BUILTIN git-pack-refs 11:10:16 BUILTIN git-patch-id 11:10:16 BUILTIN git-prune-packed 11:10:16 BUILTIN git-prune 11:10:16 BUILTIN git-pull 11:10:16 BUILTIN git-push 11:10:16 BUILTIN git-range-diff 11:10:16 BUILTIN git-read-tree 11:10:16 BUILTIN git-rebase 11:10:16 BUILTIN git-receive-pack 11:10:16 BUILTIN git-reflog 11:10:16 BUILTIN git-remote-ext 11:10:16 BUILTIN git-remote-fd 11:10:16 BUILTIN git-remote 11:10:16 BUILTIN git-repack 11:10:16 BUILTIN git-replace 11:10:16 BUILTIN git-rerere 11:10:16 BUILTIN git-reset 11:10:16 BUILTIN git-rev-list 11:10:16 BUILTIN git-rev-parse 11:10:16 BUILTIN git-revert 11:10:16 BUILTIN git-rm 11:10:16 BUILTIN git-send-pack 11:10:16 BUILTIN git-shortlog 11:10:16 BUILTIN git-show-branch 11:10:16 BUILTIN git-show-index 11:10:16 BUILTIN git-show-ref 11:10:16 BUILTIN git-sparse-checkout 11:10:16 BUILTIN git-stash 11:10:16 BUILTIN git-stripspace 11:10:16 BUILTIN git-submodule--helper 11:10:16 BUILTIN git-symbolic-ref 11:10:16 BUILTIN git-tag 11:10:16 BUILTIN git-unpack-file 11:10:16 BUILTIN git-unpack-objects 11:10:16 BUILTIN git-update-index 11:10:16 BUILTIN git-update-ref 11:10:16 BUILTIN git-update-server-info 11:10:16 BUILTIN git-upload-archive 11:10:16 BUILTIN git-upload-pack 11:10:16 BUILTIN git-var 11:10:16 BUILTIN git-verify-commit 11:10:16 BUILTIN git-verify-pack 11:10:16 BUILTIN git-verify-tag 11:10:16 BUILTIN git-worktree 11:10:16 BUILTIN git-write-tree 11:10:16 BUILTIN git-cherry 11:10:16 BUILTIN git-cherry-pick 11:10:16 BUILTIN git-format-patch 11:10:16 BUILTIN git-fsck-objects 11:10:16 BUILTIN git-init 11:10:16 BUILTIN git-maintenance 11:10:16 BUILTIN git-merge-subtree 11:10:16 BUILTIN git-restore 11:10:16 BUILTIN git-show 11:10:16 BUILTIN git-stage 11:10:16 BUILTIN git-status 11:10:16 BUILTIN git-switch 11:10:16 BUILTIN git-whatchanged 11:10:16 GEN git-mergetool--lib 11:10:16 GEN git-rebase--preserve-merges 11:10:16 GEN git-sh-i18n 11:10:16 GEN git-sh-setup 11:10:16 SUBDIR git-gui 11:10:16 GITGUI_VERSION = 0.21.0.99.gdf4f9e 11:10:16  * new locations or Tcl/Tk interpreter 11:10:16  GEN git-gui 11:10:16 INDEX lib/ 11:10:16  * tclsh failed; using unoptimized loading 11:10:16  MSGFMT po/bg.msg 565 translated. 11:10:16 MSGFMT po/de.msg 579 translated. 11:10:16 MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. 11:10:16 MSGFMT po/fr.msg 520 translated. 11:10:16 MSGFMT po/hu.msg 514 translated. 11:10:16 MSGFMT po/it.msg 519 translated, 1 untranslated. 11:10:16 MSGFMT po/ja.msg 546 translated, 1 untranslated. 11:10:16 MSGFMT po/nb.msg 474 translated, 39 untranslated. 11:10:16 MSGFMT po/pt_br.msg 520 translated. 11:10:16 MSGFMT po/pt_pt.msg 550 translated. 11:10:16 MSGFMT po/ru.msg 579 translated. 11:10:16 MSGFMT po/sv.msg 547 translated. 11:10:16 MSGFMT po/vi.msg 543 translated. 11:10:16 Creating SSH2 RSA key; this may take some time ... 11:10:16 3072 SHA256:d1O9i/yi1xp3A73zkaHpegKVnwbHZIKWdmo9+TuSq9c root@2506c9e055b1 (RSA) 11:10:16 Creating SSH2 ECDSA key; this may take some time ... 11:10:16 256 SHA256:NC09l9LdoCCVNuOX8zMsMMbTm/1QNhF4NozkG6RrvTQ root@2506c9e055b1 (ECDSA) 11:10:16 Creating SSH2 ED25519 key; this may take some time ... 11:10:16 256 SHA256:ZNu64AAJXcFNMyL94DXPJHxp/2aLrd15skyoja9hFwo root@2506c9e055b1 (ED25519) 11:10:16 invoke-rc.d: could not determine current runlevel 11:10:16 invoke-rc.d: policy-rc.d denied execution of start. 11:10:16 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 11:10:16 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 11:10:16 MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. 11:10:16 SUBDIR gitk-git 11:10:16  * new Tcl/Tk interpreter location 11:10:16  GEN gitk-wish 11:10:16 Generating catalog po/bg.msg 11:10:16 msgfmt --statistics --tcl po/bg.po -l bg -d po/ 11:10:16 317 translated messages. 11:10:16 Generating catalog po/ca.msg 11:10:16 msgfmt --statistics --tcl po/ca.po -l ca -d po/ 11:10:16 307 translated messages. 11:10:16 Generating catalog po/de.msg 11:10:16 msgfmt --statistics --tcl po/de.po -l de -d po/ 11:10:16 307 translated messages. 11:10:16 Generating catalog po/es.msg 11:10:16 msgfmt --statistics --tcl po/es.po -l es -d po/ 11:10:16 184 translated messages, 46 fuzzy translations, 77 untranslated messages. 11:10:16 Generating catalog po/fr.msg 11:10:16 msgfmt --statistics --tcl po/fr.po -l fr -d po/ 11:10:16 311 translated messages. 11:10:16 Generating catalog po/hu.msg 11:10:16 msgfmt --statistics --tcl po/hu.po -l hu -d po/ 11:10:16 277 translated messages, 18 fuzzy translations, 12 untranslated messages. 11:10:16 Generating catalog po/it.msg 11:10:16 msgfmt --statistics --tcl po/it.po -l it -d po/ 11:10:16 274 translated messages, 17 fuzzy translations, 16 untranslated messages. 11:10:16 Generating catalog po/ja.msg 11:10:16 msgfmt --statistics --tcl po/ja.po -l ja -d po/ 11:10:16 311 translated messages. 11:10:16 Generating catalog po/pt_br.msg 11:10:16 msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ 11:10:16 279 translated messages, 16 fuzzy translations, 12 untranslated messages. 11:10:16 Generating catalog po/pt_pt.msg 11:10:16 msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ 11:10:16 311 translated messages. 11:10:16 Generating catalog po/ru.msg 11:10:16 msgfmt --statistics --tcl po/ru.po -l ru -d po/ 11:10:16 317 translated messages. 11:10:16 Generating catalog po/sv.msg 11:10:16 msgfmt --statistics --tcl po/sv.po -l sv -d po/ 11:10:16 311 translated messages. 11:10:16 Generating catalog po/vi.msg 11:10:16 msgfmt --statistics --tcl po/vi.po -l vi -d po/ 11:10:16 307 translated messages. 11:10:16 Generating catalog po/zh_cn.msg 11:10:16 msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ 11:10:16 317 translated messages. 11:10:16  SUBDIR templates 11:10:16 MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo 11:10:17 5104 translated messages. 11:10:17  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo 11:10:17 4386 translated messages, 652 fuzzy translations. 11:10:17  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo 11:10:17 5104 translated messages. 11:10:17  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo 11:10:17 Setting up ssh (1:9.2p1-2+deb12u6) ... 11:10:17 Processing triggers for libc-bin (2.36-9+deb12u10) ... 11:10:17 1038 translated messages, 3325 untranslated messages. 11:10:17  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo 11:10:17 5104 translated messages. 11:10:17  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo 11:10:17 5104 translated messages. 11:10:17  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo 11:10:17 583 translated messages, 4521 untranslated messages. 11:10:17  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo 11:10:17 14 translated messages. 11:10:17  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo 11:10:17 5013 translated messages. 11:10:17  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo 11:10:17 3608 translated messages. 11:10:17  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo 11:10:17 5103 translated messages. 11:10:17  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo 11:10:17 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. 11:10:17  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo 11:10:17 3441 translated messages, 1596 untranslated messages. 11:10:17  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo 11:10:17 5104 translated messages. 11:10:17  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo 11:10:17 5104 translated messages. 11:10:17  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo 11:10:18 5104 translated messages. 11:10:18  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo 11:10:18 5104 translated messages. 11:10:18  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo 11:10:18 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. 11:10:18  GEN perl/build/lib/Git.pm 11:10:18 GEN perl/build/lib/Git/I18N.pm 11:10:18 GEN perl/build/lib/Git/IndexInfo.pm 11:10:18 GEN perl/build/lib/Git/LoadCPAN.pm 11:10:18 GEN perl/build/lib/Git/Packet.pm 11:10:18 GEN perl/build/lib/Git/SVN.pm 11:10:18 GEN perl/build/lib/Git/LoadCPAN/Error.pm 11:10:18 GEN perl/build/lib/Git/SVN/Editor.pm 11:10:18 GEN perl/build/lib/Git/SVN/Fetcher.pm 11:10:18 GEN perl/build/lib/Git/SVN/GlobSpec.pm 11:10:18 GEN perl/build/lib/Git/SVN/Log.pm 11:10:18 GEN perl/build/lib/Git/SVN/Migration.pm 11:10:18 GEN perl/build/lib/Git/SVN/Prompt.pm 11:10:18 GEN perl/build/lib/Git/SVN/Ra.pm 11:10:18 GEN perl/build/lib/Git/SVN/Utils.pm 11:10:18 GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm 11:10:18 GEN perl/build/lib/Git/SVN/Memoize/YAML.pm 11:10:18 GEN perl/build/lib/FromCPAN/Error.pm 11:10:18 GEN perl/build/lib/FromCPAN/Mail/Address.pm 11:10:18 CC t/helper/test-fake-ssh.o 11:10:18 LINK t/helper/test-fake-ssh 11:10:18 CC t/helper/test-tool.o 11:10:18 CC t/helper/test-advise.o 11:10:18 CC t/helper/test-bloom.o 11:10:18 CC t/helper/test-chmtime.o 11:10:19 CC t/helper/test-config.o 11:10:19 CC t/helper/test-crontab.o 11:10:19 CC t/helper/test-ctype.o 11:10:19 CC t/helper/test-date.o 11:10:19 CC t/helper/test-delta.o 11:10:19 CC t/helper/test-dir-iterator.o 11:10:19 CC t/helper/test-drop-caches.o 11:10:20 CC t/helper/test-dump-cache-tree.o 11:10:20 CC t/helper/test-dump-fsmonitor.o 11:10:20 CC t/helper/test-dump-split-index.o 11:10:20 CC t/helper/test-dump-untracked-cache.o 11:10:20 CC t/helper/test-example-decorate.o 11:10:20 CC t/helper/test-fast-rebase.o 11:10:21 CC t/helper/test-genrandom.o 11:10:21 CC t/helper/test-genzeros.o 11:10:21 CC t/helper/test-hash-speed.o 11:10:21 CC t/helper/test-hash.o 11:10:21 CC t/helper/test-hashmap.o 11:10:21 CC t/helper/test-index-version.o 11:10:22 CC t/helper/test-json-writer.o 11:10:22 CC t/helper/test-lazy-init-name-hash.o 11:10:22 CC t/helper/test-match-trees.o 11:10:22 CC t/helper/test-mergesort.o 11:10:22 CC t/helper/test-mktemp.o 11:10:22 CC t/helper/test-oid-array.o 11:10:23 CC t/helper/test-oidmap.o 11:10:23 CC t/helper/test-online-cpus.o 11:10:23 CC t/helper/test-parse-options.o 11:10:23 CC t/helper/test-parse-pathspec-file.o 11:10:23 CC t/helper/test-path-utils.o 11:10:24 CC t/helper/test-pcre2-config.o 11:10:24 CC t/helper/test-pkt-line.o 11:10:24 CC t/helper/test-prio-queue.o 11:10:24 CC t/helper/test-proc-receive.o 11:10:24 CC t/helper/test-progress.o 11:10:24 CC t/helper/test-reach.o 11:10:24 CC t/helper/test-read-cache.o 11:10:25 CC t/helper/test-read-graph.o 11:10:25 CC t/helper/test-read-midx.o 11:10:25 CC t/helper/test-ref-store.o 11:10:25 CC t/helper/test-regex.o 11:10:25 CC t/helper/test-repository.o 11:10:25 CC t/helper/test-revision-walking.o 11:10:26 CC t/helper/test-run-command.o 11:10:26 CC t/helper/test-scrap-cache-tree.o 11:10:26 CC t/helper/test-serve-v2.o 11:10:26 CC t/helper/test-sha1.o 11:10:26 CC t/helper/test-sha256.o 11:10:26 CC t/helper/test-sigchain.o 11:10:26 CC t/helper/test-strcmp-offset.o 11:10:27 CC t/helper/test-string-list.o 11:10:27 Removing intermediate container 2506c9e055b1 11:10:27 ---> 549dcd70702c 11:10:27 Step 7/21 : RUN pip install pybuilder 11:10:27 ---> Running in 5cea166f93da 11:10:27 CC t/helper/test-submodule-config.o 11:10:27 CC t/helper/test-submodule-nested-repo-config.o 11:10:27 CC t/helper/test-subprocess.o 11:10:27 CC t/helper/test-trace2.o 11:10:28 CC t/helper/test-urlmatch-normalization.o 11:10:28 CC t/helper/test-wildmatch.o 11:10:28 CC t/helper/test-windows-named-pipe.o 11:10:28 CC t/helper/test-write-cache.o 11:10:28 CC t/helper/test-xml-encode.o 11:10:28 LINK t/helper/test-tool 11:10:28 GEN bin-wrappers/git 11:10:28 GEN bin-wrappers/git-receive-pack 11:10:28 GEN bin-wrappers/git-shell 11:10:28 GEN bin-wrappers/git-upload-archive 11:10:28 GEN bin-wrappers/git-upload-pack 11:10:28 GEN bin-wrappers/git-cvsserver 11:10:28 GEN bin-wrappers/test-fake-ssh 11:10:28 GEN bin-wrappers/test-tool 11:10:28 SUBDIR git-gui 11:10:29 SUBDIR gitk-git 11:10:29 SUBDIR templates 11:10:29 install -d -m 755 '/usr/local/bin' 11:10:29 install -d -m 755 '/usr/local/libexec/git-core' 11:10:29 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' 11:10:29 install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' 11:10:29 install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' 11:10:29 make -C templates DESTDIR='' install 11:10:29 make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' 11:10:29 install -d -m 755 '/usr/local/share/git-core/templates' 11:10:29 (cd blt && tar cf - .) | \ 11:10:29 (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) 11:10:29 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' 11:10:29 install -d -m 755 '/usr/local/libexec/git-core/mergetools' 11:10:29 install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' 11:10:29 install -d -m 755 '/usr/local/share/locale' 11:10:29 (cd po/build/locale && tar cf - .) | \ 11:10:29 (cd '/usr/local/share/locale' && umask 022 && tar xof -) 11:10:29 install -d -m 755 '/usr/local/share/perl5' 11:10:29 (cd perl/build/lib && tar cf - .) | \ 11:10:29 (cd '/usr/local/share/perl5' && umask 022 && tar xof -) 11:10:29 make -C gitweb install 11:10:29 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' 11:10:29 make[2]: Entering directory '/opt/pygsver/git-2.31.1' 11:10:29 make[2]: 'GIT-VERSION-FILE' is up to date. 11:10:29 make[2]: Leaving directory '/opt/pygsver/git-2.31.1' 11:10:29 GEN gitweb.cgi 11:10:29 GEN static/gitweb.js 11:10:29 install -d -m 755 '/usr/local/share/gitweb' 11:10:29 install -m 755 gitweb.cgi '/usr/local/share/gitweb' 11:10:29 install -d -m 755 '/usr/local/share/gitweb/static' 11:10:29 install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' 11:10:29 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' 11:10:29 make -C gitk-git install 11:10:29 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' 11:10:29 install -d -m 755 '/usr/local/bin' 11:10:29 install -m 755 gitk-wish '/usr/local/bin'/gitk 11:10:29 install -d -m 755 '/usr/local/share/gitk/lib/msgs' 11:10:29 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 11:10:29 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' 11:10:29 make -C git-gui gitexecdir='/usr/local/libexec/git-core' install 11:10:29 make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' 11:10:29 DEST /usr/local/libexec/git-core 11:10:29 INSTALL 755 git-gui 11:10:29 INSTALL 755 git-gui--askpass 11:10:29 LINK git-citool -> git-gui 11:10:29 DEST /usr/local/share/git-gui/lib 11:10:29 INSTALL 644 tclIndex 11:10:29 INSTALL 644 about.tcl 11:10:29 INSTALL 644 blame.tcl 11:10:29 INSTALL 644 branch.tcl 11:10:29 INSTALL 644 branch_checkout.tcl 11:10:29 INSTALL 644 branch_create.tcl 11:10:29 INSTALL 644 branch_delete.tcl 11:10:29 INSTALL 644 branch_rename.tcl 11:10:29 INSTALL 644 browser.tcl 11:10:29 INSTALL 644 checkout_op.tcl 11:10:29 INSTALL 644 choose_font.tcl 11:10:29 INSTALL 644 choose_repository.tcl 11:10:29 INSTALL 644 choose_rev.tcl 11:10:29 INSTALL 644 chord.tcl 11:10:29 INSTALL 644 class.tcl 11:10:29 INSTALL 644 commit.tcl 11:10:29 INSTALL 644 console.tcl 11:10:29 INSTALL 644 database.tcl 11:10:29 INSTALL 644 date.tcl 11:10:29 INSTALL 644 diff.tcl 11:10:29 INSTALL 644 encoding.tcl 11:10:29 INSTALL 644 error.tcl 11:10:29 INSTALL 644 index.tcl 11:10:29 INSTALL 644 line.tcl 11:10:29 INSTALL 644 logo.tcl 11:10:29 INSTALL 644 merge.tcl 11:10:29 INSTALL 644 mergetool.tcl 11:10:29 INSTALL 644 option.tcl 11:10:29 INSTALL 644 remote.tcl 11:10:29 INSTALL 644 remote_add.tcl 11:10:29 INSTALL 644 remote_branch_delete.tcl 11:10:29 INSTALL 644 search.tcl 11:10:29 INSTALL 644 shortcut.tcl 11:10:29 INSTALL 644 spellcheck.tcl 11:10:29 INSTALL 644 sshkey.tcl 11:10:29 INSTALL 644 status_bar.tcl 11:10:29 INSTALL 644 themed.tcl 11:10:29 INSTALL 644 tools.tcl 11:10:29 INSTALL 644 tools_dlg.tcl 11:10:29 INSTALL 644 transport.tcl 11:10:29 INSTALL 644 win32.tcl 11:10:29 INSTALL 644 git-gui.ico 11:10:29 INSTALL 644 win32_shortcut.js 11:10:29 DEST /usr/local/share/git-gui/lib/msgs 11:10:29 INSTALL 644 bg.msg 11:10:29 INSTALL 644 de.msg 11:10:29 INSTALL 644 el.msg 11:10:29 INSTALL 644 fr.msg 11:10:29 INSTALL 644 hu.msg 11:10:29 INSTALL 644 it.msg 11:10:29 INSTALL 644 ja.msg 11:10:29 INSTALL 644 nb.msg 11:10:29 INSTALL 644 pt_br.msg 11:10:29 INSTALL 644 pt_pt.msg 11:10:29 INSTALL 644 ru.msg 11:10:29 INSTALL 644 sv.msg 11:10:29 INSTALL 644 vi.msg 11:10:29 INSTALL 644 zh_cn.msg 11:10:29 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' 11:10:29 bindir=$(cd '/usr/local/bin' && pwd) && \ 11:10:29 execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ 11:10:29 destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ 11:10:29 { test "$bindir/" = "$execdir/" || \ 11:10:29 for p in git git-shell git-cvsserver; do \ 11:10:29 rm -f "$execdir/$p" && \ 11:10:29 test -n "" && \ 11:10:29 ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ 11:10:29 { test -z "" && \ 11:10:29 ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ 11:10:29 cp "$bindir/$p" "$execdir/$p" || exit; } \ 11:10:29 done; \ 11:10:29 } && \ 11:10:29 for p in git-receive-pack git-upload-archive git-upload-pack; do \ 11:10:29 rm -f "$bindir/$p" && \ 11:10:29 test -n "" && \ 11:10:29 ln -s "git" "$bindir/$p" || \ 11:10:29 { test -z "" && \ 11:10:29 ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ 11:10:29 ln -s "git" "$bindir/$p" 2>/dev/null || \ 11:10:29 cp "$bindir/git" "$bindir/$p" || exit; }; \ 11:10:29 done && \ 11:10:29 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 \ 11:10:29 rm -f "$execdir/$p" && \ 11:10:29 if test -z ""; \ 11:10:29 then \ 11:10:29 test -n "" && \ 11:10:29 ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ 11:10:29 { test -z "" && \ 11:10:29 ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ 11:10:29 ln -s "git" "$execdir/$p" 2>/dev/null || \ 11:10:29 cp "$execdir/git" "$execdir/$p" || exit; }; \ 11:10:29 fi \ 11:10:29 done && \ 11:10:29 remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ 11:10:29 for p in $remote_curl_aliases; do \ 11:10:29 rm -f "$execdir/$p" && \ 11:10:29 test -n "" && \ 11:10:29 ln -s "git-remote-http" "$execdir/$p" || \ 11:10:29 { test -z "" && \ 11:10:29 ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ 11:10:29 ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ 11:10:29 cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ 11:10:29 done && \ 11:10:29 ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" 11:10:32 Removing intermediate container d38e98818adf 11:10:32 ---> 236a23cfdecc 11:10:32 Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 11:10:32 ---> f7e4398e63d7 11:10:32 Step 16/21 : RUN pip install pygsver-*.tar.gz 11:10:32 ---> Running in e20a6353b976 11:10:33 Processing ./pygsver-0.1.4.tar.gz 11:10:33 Installing build dependencies: started 11:10:35 Collecting pybuilder 11:10:35 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 11:10:36 Installing build dependencies: finished with status 'done' 11:10:36 Getting requirements to build wheel: started 11:10:36 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 11:10:36 Getting requirements to build wheel: finished with status 'done' 11:10:36 Preparing metadata (pyproject.toml): started 11:10:36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 30.1 MB/s eta 0:00:00 11:10:36 Installing collected packages: pybuilder 11:10:37 Preparing metadata (pyproject.toml): finished with status 'done' 11:10:37 Collecting semver==2.13.0 (from pygsver==0.1.4) 11:10:37 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 11:10:37 Collecting GitPython==3.1.41 (from pygsver==0.1.4) 11:10:37 Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) 11:10:37 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) 11:10:37 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 11:10:37 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) 11:10:37 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 11:10:37 Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) 11:10:37 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 11:10:37 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 11:10:37 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 11:10:37 Building wheels for collected packages: pygsver 11:10:37 Building wheel for pygsver (pyproject.toml): started 11:10:38 Building wheel for pygsver (pyproject.toml): finished with status 'done' 11:10:38 Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=a41156bb6bfd4d3d07b0c54428fd617862adefe6d0733525a63c7c76b899ea10 11:10:38 Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 11:10:38 Successfully built pygsver 11:10:38 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 11:10:38 Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 11:10:38 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. 11:10:38  11:10:38 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 11:10:38 [notice] To update, run: pip install --upgrade pip 11:10:38 Removing intermediate container e20a6353b976 11:10:38 ---> 9bd9a640207e 11:10:38 Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 11:10:39 ---> 4a696f8ec456 11:10:39 Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh 11:10:39 ---> Running in 49682a7505b8 11:10:39 Removing intermediate container 49682a7505b8 11:10:39 ---> 2eeaf20b4b4b 11:10:39 Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 11:10:39 ---> Running in 4b57af15b5fe 11:10:39 Removing intermediate container 4b57af15b5fe 11:10:39 ---> b887447d885c 11:10:39 Step 20/21 : LABEL arch=amd64 11:10:39 ---> Running in f17588199830 11:10:39 Removing intermediate container f17588199830 11:10:39 ---> c1c991207554 11:10:39 Step 21/21 : LABEL git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 11:10:39 ---> Running in f0bab47de15a 11:10:40 Removing intermediate container f0bab47de15a 11:10:40 ---> 305d46d5a3fc 11:10:40 [Warning] One or more build-args [ARCH] were not consumed 11:10:40 Successfully built 305d46d5a3fc 11:10:40 Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 11:10:40 Successfully installed pybuilder-0.13.15 11:10:40 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 11:10:40  11:10:40 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 11:10:40 [notice] To update, run: pip install --upgrade pip 11:10:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:40 11:10:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:41 latest: Pulling from edgex-lftools-log-publisher 11:10:41 5eb5b503b376: Pulling fs layer 11:10:41 5c69ac0246d0: Pulling fs layer 11:10:41 ec43610c2a17: Pulling fs layer 11:10:41 3a2ae6a8a46f: Pulling fs layer 11:10:41 33b1e0a273af: Pulling fs layer 11:10:41 5d3b04190fa2: Pulling fs layer 11:10:41 2f39f015ded8: Pulling fs layer 11:10:41 33b1e0a273af: Waiting 11:10:41 5d3b04190fa2: Waiting 11:10:41 2f39f015ded8: Waiting 11:10:41 3a2ae6a8a46f: Waiting 11:10:41 5c69ac0246d0: Download complete 11:10:41 3a2ae6a8a46f: Verifying Checksum 11:10:41 3a2ae6a8a46f: Download complete 11:10:41 33b1e0a273af: Verifying Checksum 11:10:41 33b1e0a273af: Download complete 11:10:41 5d3b04190fa2: Verifying Checksum 11:10:41 5d3b04190fa2: Download complete 11:10:41 ec43610c2a17: Verifying Checksum 11:10:41 5eb5b503b376: Verifying Checksum 11:10:41 5eb5b503b376: Download complete 11:10:42 2f39f015ded8: Download complete 11:10:42 5eb5b503b376: Pull complete 11:10:43 5c69ac0246d0: Pull complete 11:10:43 ec43610c2a17: Pull complete 11:10:43 Removing intermediate container 5cea166f93da 11:10:43 ---> 62abf2af21cf 11:10:43 Step 8/21 : RUN pyb install 11:10:43 ---> Running in 2f405efa684e 11:10:43 3a2ae6a8a46f: Pull complete 11:10:43 33b1e0a273af: Pull complete 11:10:43 5d3b04190fa2: Pull complete 11:10:47 2f39f015ded8: Pull complete 11:10:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:10:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:10:48 prd-ubuntu20.04-docker-8c-8g-2121 does not seem to be running inside a container 11:10:48 $ 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 11:10:50 $ docker top 4c1fa0a7108e92dea2f5be4e9991f841423279726c555f89f1470d60802c3814 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:51 ---> job-cost.sh 11:10:51 lf-activate-venv: SKIPPING 11:10:51 INFO: No Stack... 11:10:51 INFO: Retrieving Pricing Info for: v3-standard-8 11:10:51 INFO: Archiving Costs [Pipeline] sh 11:10:51 + cat /w/workspace/edgexfoundry_git-semver_PR-76/archives/cost.csv 11:10:51 + cut -d, -f6 [Pipeline] lock 11:10:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] 11:10:52 Resource [jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] did not exist. Created. 11:10:52 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:10:52 + echo total: 0.2199999988079071 [Pipeline] stash 11:10:52 Stashed 1 file(s) [Pipeline] } 11:10:52 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:10:52 $ docker stop --time=1 4c1fa0a7108e92dea2f5be4e9991f841423279726c555f89f1470d60802c3814 11:10:53 $ docker rm -f --volumes 4c1fa0a7108e92dea2f5be4e9991f841423279726c555f89f1470d60802c3814 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:12:20 PyBuilder version 0.13.15 11:12:20 Build started at 2025-05-23 11:10:46 11:12:20 ------------------------------------------------------------ 11:12:20 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 11:12:20 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 11:12:20 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 11:12:20 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 11:12:20 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 11:12:20 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 11:12:20 [INFO] Building pygsver version 0.1.4 11:12:20 [INFO] Executing build in /code 11:12:20 [INFO] Going to execute task install 11:12:20 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 11:12:20 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 11:12:20 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 11:12:20 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 11:12:20 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 11:12:20 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 11:12:20 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 11:12:20 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 11:12:20 [INFO] Processing dependency packages 'mock' to be installed with {} 11:12:20 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 11:12:20 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 11:12:20 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 11:12:20 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 11:12:20 [INFO] Running unit tests 11:12:20 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 11:12:24 2025-05-23 11:12:23,939 MainThread pygsver.cli [main] ERROR something bad happened 11:12:24 ERROR: something bad happened 11:12:24 1.2.3-dev.1 11:12:24 2025-05-23 11:12:24,073 MainThread pygsver.push [run_push] DEBUG push 11:12:24 2025-05-23 11:12:24,074 MainThread pygsver.push [run_push] DEBUG no remote changes detected 11:12:24 2025-05-23 11:12:24,075 MainThread pygsver.push [run_push] DEBUG push all version tags 11:12:24 2025-05-23 11:12:24,111 MainThread pygsver.push [run_push] DEBUG push 11:12:24 2025-05-23 11:12:24,112 MainThread pygsver.push [run_push] DEBUG remote changes detected 11:12:24 2025-05-23 11:12:24,113 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 11:12:24 2025-05-23 11:12:24,114 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 11:12:24 2025-05-23 11:12:24,115 MainThread pygsver.push [run_push] DEBUG push all version tags 11:12:24 2025-05-23 11:12:24,180 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:12:24 2025-05-23 11:12:24,213 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:12:24 2025-05-23 11:12:24,246 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:12:24 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 11:12:24 2025-05-23 11:12:24,312 MainThread pygsver.tag [run_tag] DEBUG tag force:True 11:12:24 2025-05-23 11:12:24,349 MainThread pygsver.tag [run_tag] DEBUG tag force:False 11:12:24 2025-05-23 11:12:24,417 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 11:12:24 2025-05-23 11:12:24,455 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 11:12:24 2025-05-23 11:12:24,495 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 11:12:24 2025-05-23 11:12:24,535 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 11:12:24 2025-05-23 11:12:24,724 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:12:24 2025-05-23 11:12:24,785 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:12:24 2025-05-23 11:12:24,865 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:12:25 2025-05-23 11:12:24,927 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:12:25 2025-05-23 11:12:25,008 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:12:25 2025-05-23 11:12:25,076 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:12:25 2025-05-23 11:12:25,112 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 11:12:25 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 11:12:25 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 11:12:25 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 11:12:25 2025-05-23 11:12:25,238 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 11:12:25 2025-05-23 11:12:25,302 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 11:12:25 2025-05-23 11:12:25,302 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 11:12:25 2025-05-23 11:12:25,303 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 11:12:25 2025-05-23 11:12:25,303 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 11:12:25 2025-05-23 11:12:25,304 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 11:12:25 2025-05-23 11:12:25,305 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:12:25 2025-05-23 11:12:25,306 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 11:12:25 2025-05-23 11:12:25,306 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 11:12:25 2025-05-23 11:12:25,307 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,308 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,309 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 11:12:25 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 11:12:25 2025-05-23 11:12:25,310 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,312 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,313 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 11:12:25 2025-05-23 11:12:25,313 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,314 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,316 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 11:12:25 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 11:12:25 2025-05-23 11:12:25,317 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 11:12:25 2025-05-23 11:12:25,317 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,318 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,320 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 11:12:25 2025-05-23 11:12:25,320 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,321 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,323 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 11:12:25 2025-05-23 11:12:25,323 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,324 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,326 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 11:12:25 2025-05-23 11:12:25,326 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 11:12:25 2025-05-23 11:12:25,327 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 11:12:25 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 11:12:25 2025-05-23 11:12:25,328 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 11:12:25 [INFO] Executed 39 unit tests 11:12:25 [INFO] All unit tests passed. 11:12:25 [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 11:12:25 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts 11:12:25 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py 11:12:25 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 11:12:25 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 11:12:25 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 11:12:25 [INFO] Running unit tests 11:12:25 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 11:12:31 2025-05-23 11:12:31,089 MainThread pygsver.cli [main] ERROR something bad happened 11:12:31 ERROR: something bad happened 11:12:31 1.2.3-dev.1 11:12:31 2025-05-23 11:12:31,260 MainThread pygsver.push [run_push] DEBUG push 11:12:31 2025-05-23 11:12:31,263 MainThread pygsver.push [run_push] DEBUG no remote changes detected 11:12:31 2025-05-23 11:12:31,265 MainThread pygsver.push [run_push] DEBUG push all version tags 11:12:31 2025-05-23 11:12:31,306 MainThread pygsver.push [run_push] DEBUG push 11:12:31 2025-05-23 11:12:31,308 MainThread pygsver.push [run_push] DEBUG remote changes detected 11:12:31 2025-05-23 11:12:31,308 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 11:12:31 2025-05-23 11:12:31,309 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 11:12:31 2025-05-23 11:12:31,313 MainThread pygsver.push [run_push] DEBUG push all version tags 11:12:31 2025-05-23 11:12:31,384 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:12:31 2025-05-23 11:12:31,422 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:12:31 2025-05-23 11:12:31,460 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 11:12:31 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 11:12:31 2025-05-23 11:12:31,539 MainThread pygsver.tag [run_tag] DEBUG tag force:True 11:12:31 2025-05-23 11:12:31,581 MainThread pygsver.tag [run_tag] DEBUG tag force:False 11:12:31 2025-05-23 11:12:31,657 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 11:12:31 2025-05-23 11:12:31,702 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 11:12:31 2025-05-23 11:12:31,751 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 11:12:31 2025-05-23 11:12:31,795 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 11:12:32 2025-05-23 11:12:32,006 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:12:32 2025-05-23 11:12:32,054 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 11:12:32 2025-05-23 11:12:32,147 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:12:32 2025-05-23 11:12:32,204 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 11:12:32 2025-05-23 11:12:32,305 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:12:32 2025-05-23 11:12:32,383 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 11:12:32 2025-05-23 11:12:32,423 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 11:12:32 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 11:12:32 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 11:12:32 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 11:12:32 2025-05-23 11:12:32,576 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 11:12:32 2025-05-23 11:12:32,642 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 11:12:32 2025-05-23 11:12:32,643 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 11:12:32 2025-05-23 11:12:32,644 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 11:12:32 2025-05-23 11:12:32,645 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 11:12:32 2025-05-23 11:12:32,646 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 11:12:32 2025-05-23 11:12:32,647 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:12:32 2025-05-23 11:12:32,649 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 11:12:32 2025-05-23 11:12:32,650 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 11:12:32 2025-05-23 11:12:32,651 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,652 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,654 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 11:12:32 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 11:12:32 2025-05-23 11:12:32,657 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,659 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,661 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 11:12:32 2025-05-23 11:12:32,661 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,663 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,665 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 11:12:32 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 11:12:32 2025-05-23 11:12:32,667 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 11:12:32 2025-05-23 11:12:32,668 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,670 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,672 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 11:12:32 2025-05-23 11:12:32,673 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,674 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,676 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 11:12:32 2025-05-23 11:12:32,677 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,679 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,681 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 11:12:32 2025-05-23 11:12:32,682 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 11:12:32 2025-05-23 11:12:32,683 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 11:12:32 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 11:12:32 2025-05-23 11:12:32,685 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 11:13:29 [INFO] Executed 39 unit tests 11:13:29 [INFO] All unit tests passed. 11:13:29 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 11:13:29 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 11:13:29 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 11:13:29 [INFO] Overall pygsver coverage is 100% 11:13:29 [INFO] Overall pygsver branch coverage is 85% 11:13:29 [INFO] Overall pygsver partial branch coverage is 85% 11:13:29 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 11:13:29 [INFO] Running Twine check for generated artifacts 11:13:29 [INFO] Installing project pygsver-0.1.4 11:13:29 ------------------------------------------------------------ 11:13:29 BUILD SUCCESSFUL 11:13:29 ------------------------------------------------------------ 11:13:29 Build Summary 11:13:29 Project: pygsver 11:13:29 Version: 0.1.4 11:13:29 Base directory: /code 11:13:29 Environments: 11:13:29 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] 11:13:29 Build finished at 2025-05-23 11:13:19 11:13:29 Build took 153 seconds (153093 ms) 11:13:31 Removing intermediate container 2f405efa684e 11:13:31 ---> 0adf6193d8f9 11:13:31 Step 9/21 : FROM python:3.13-slim 11:13:31 ---> 2e2ecad80adb 11:13:31 Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 11:13:31 ---> Using cache 11:13:31 ---> 9a0bc8d9d39f 11:13:31 Step 11/21 : ENV GIT_PYTHON_TRACE 1 11:13:31 ---> Using cache 11:13:31 ---> 98afcabe118a 11:13:31 Step 12/21 : WORKDIR /opt/pygsver 11:13:31 ---> Running in ba939d52b32b 11:13:32 Removing intermediate container ba939d52b32b 11:13:32 ---> 96279fbc8ff1 11:13:32 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 11:13:32 ---> Running in 45c7185f8b85 11:13:33 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 11:13:33 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 11:13:33 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 11:13:33 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 11:13:33 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 11:13:34 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB] 11:13:36 Fetched 9203 kB in 3s (2696 kB/s) 11:13:40 Reading package lists... 11:13:43 Reading package lists... 11:13:43 Building dependency tree... 11:13:43 Reading state information... 11:13:44 ca-certificates is already the newest version (20230311). 11:13:44 The following additional packages will be installed: 11:13:44 binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 dbus dbus-bin 11:13:44 dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session 11:13:44 dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales 11:13:44 libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 11:13:44 libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools 11:13:44 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 11:13:44 libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 11:13:44 libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 11:13:44 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 11:13:44 libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 11:13:44 libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 11:13:44 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 11:13:44 liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 11:13:44 libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 11:13:44 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 11:13:44 libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev 11:13:44 libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data 11:13:44 libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 11:13:44 libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client 11:13:44 openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto 11:13:44 runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth 11:13:44 Suggested packages: 11:13:44 binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf 11:13:44 automake libtool flex bison gdb gcc-doc gcc-12-doc autopoint gettext-doc 11:13:44 libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc libgnutls28-dev 11:13:44 libidn-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev pkg-config 11:13:44 libgd-tools krb5-doc krb5-user libsasl2-modules-gssapi-mit 11:13:44 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 11:13:44 libsasl2-modules-sql libssl-doc make-doc man-browser keychain libpam-ssh 11:13:44 monkeysphere ssh-askpass molly-guard ufw systemd-container systemd-homed 11:13:44 systemd-userdbd systemd-boot systemd-resolved libqrencode4 11:13:44 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 11:13:50 The following NEW packages will be installed: 11:13:50 binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 curl dbus 11:13:50 dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 11:13:50 dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 11:13:50 gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 11:13:50 libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 11:13:50 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev 11:13:50 libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 11:13:50 libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 11:13:50 libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 11:13:50 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 11:13:50 libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 11:13:50 libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 11:13:50 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 11:13:50 liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 11:13:50 libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 11:13:50 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 11:13:50 libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common 11:13:50 libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 11:13:50 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 11:13:50 libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term 11:13:50 netcat-traditional openssh-client openssh-server openssh-sftp-server procps 11:13:50 psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd 11:13:50 systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev 11:13:50 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. 11:13:50 Need to get 87.4 MB of archives. 11:13:50 After this operation, 346 MB of additional disk space will be used. 11:13:50 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 11:13:50 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 11:13:50 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 11:13:50 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 11:13:50 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 11:13:50 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 11:13:50 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 11:13:50 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 11:13:50 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 11:13:50 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 11:13:50 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 11:13:50 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 11:13:50 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 11:13:50 Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 11:13:50 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 11:13:50 Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 11:13:50 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 11:13:50 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 11:13:50 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 11:13:50 Get:20 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 11:13:50 Get:21 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 11:13:50 Get:22 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 11:13:50 Get:23 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 11:13:50 Get:24 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 11:13:50 Get:25 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 11:13:50 Get:26 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 11:13:50 Get:27 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 11:13:50 Get:28 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 11:13:50 Get:29 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 11:13:50 Get:30 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 11:13:50 Get:31 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 11:13:50 Get:32 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 11:13:50 Get:33 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 11:13:50 Get:34 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 11:13:50 Get:35 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 11:13:50 Get:36 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 11:13:50 Get:37 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 11:13:50 Get:38 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 11:13:50 Get:39 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 11:13:50 Get:40 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 11:13:50 Get:41 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-12 [159 kB] 11:13:50 Get:42 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 11:13:50 Get:43 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 11:13:50 Get:44 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 11:13:50 Get:45 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB] 11:13:50 Get:46 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 11:13:50 Get:47 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 11:13:50 Get:48 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 11:13:50 Get:49 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB] 11:13:50 Get:50 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB] 11:13:50 Get:51 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB] 11:13:50 Get:52 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB] 11:13:50 Get:53 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB] 11:13:50 Get:54 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB] 11:13:50 Get:55 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB] 11:13:50 Get:56 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB] 11:13:50 Get:57 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB] 11:13:50 Get:58 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB] 11:13:50 Get:59 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB] 11:13:50 Get:60 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14+deb12u1 [8228 kB] 11:13:50 Get:61 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B] 11:13:50 Get:62 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 11:13:50 Get:63 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 11:13:50 Get:64 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 11:13:50 Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 11:13:50 Get:66 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 11:13:50 Get:67 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 11:13:50 Get:68 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 11:13:50 Get:69 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 11:13:50 Get:70 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u12 [367 kB] 11:13:50 Get:71 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u12 [309 kB] 11:13:50 Get:72 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 11:13:50 Get:73 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB] 11:13:50 Get:74 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB] 11:13:50 Get:75 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14+deb12u1 [37.7 kB] 11:13:50 Get:76 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14+deb12u1 [104 kB] 11:13:50 Get:77 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14+deb12u1 [24.0 kB] 11:13:50 Get:78 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14+deb12u1 [9568 B] 11:13:50 Get:79 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14+deb12u1 [2096 kB] 11:13:50 Get:80 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14+deb12u1 [926 kB] 11:13:51 Get:81 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14+deb12u1 [2178 kB] 11:13:51 Get:82 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14+deb12u1 [862 kB] 11:13:51 Get:83 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14+deb12u1 [999 kB] 11:13:51 Get:84 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14+deb12u1 [956 kB] 11:13:51 Get:85 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14+deb12u1 [16.3 MB] 11:13:51 Get:86 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B] 11:13:51 Get:87 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] 11:13:51 Get:88 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] 11:13:51 Get:89 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-12 [1248 kB] 11:13:51 Get:90 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] 11:13:51 Get:91 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1+deb12u2 [363 kB] 11:13:51 Get:92 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB] 11:13:51 Get:93 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB] 11:13:51 Get:94 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB] 11:13:51 Get:95 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB] 11:13:51 Get:96 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB] 11:13:51 Get:97 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB] 11:13:51 Get:98 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB] 11:13:51 Get:99 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB] 11:13:51 Get:100 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u10 [46.2 kB] 11:13:51 Get:101 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB] 11:13:52 Get:102 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u4 [368 kB] 11:13:52 Get:103 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB] 11:13:52 Get:104 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB] 11:13:52 Get:105 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB] 11:13:52 Get:106 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB] 11:13:52 Get:107 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1+deb12u1 [191 kB] 11:13:52 Get:108 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB] 11:13:52 Get:109 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB] 11:13:52 Get:110 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB] 11:13:52 Get:111 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB] 11:13:52 Get:112 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u2 [301 kB] 11:13:52 Get:113 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 11:13:52 Get:114 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 11:13:52 Get:115 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 11:13:52 Get:116 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 11:13:52 Get:117 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 11:13:52 Get:118 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB] 11:13:52 Get:119 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB] 11:13:52 Get:120 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u10 [53.4 kB] 11:13:52 Get:121 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.137-1 [2115 kB] 11:13:52 Get:122 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB] 11:13:52 Get:123 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB] 11:13:52 Get:124 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB] 11:13:52 Get:125 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB] 11:13:52 Get:126 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u10 [1431 kB] 11:13:52 Get:127 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 11:13:52 Get:128 http://deb.debian.org/debian bookworm/main arm64 libcurl4-gnutls-dev arm64 7.88.1-10+deb12u12 [472 kB] 11:13:52 Get:129 http://deb.debian.org/debian bookworm/main arm64 libexpat1-dev arm64 2.5.0-1+deb12u1 [134 kB] 11:13:52 Get:130 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 11:13:52 Get:131 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 11:13:52 Get:132 http://deb.debian.org/debian bookworm/main arm64 libssl-dev arm64 3.0.16-1~deb12u1 [2310 kB] 11:13:52 Get:133 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 11:13:52 Get:134 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 11:13:52 Get:135 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB] 11:13:52 Get:136 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB] 11:13:52 Get:137 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 11:13:52 Get:138 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 11:13:52 Get:139 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 11:13:52 Get:140 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 11:13:52 Get:141 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] 11:13:52 debconf: delaying package configuration, since apt-utils is not installed 11:13:52 Fetched 87.4 MB in 2s (43.8 MB/s) 11:13:53 Selecting previously unselected package libargon2-1:arm64. 11:13:53 (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.) 11:13:53 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 11:13:53 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 11:13:53 Selecting previously unselected package dmsetup. 11:13:53 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 11:13:53 Unpacking dmsetup (2:1.02.185-2) ... 11:13:53 Selecting previously unselected package libdevmapper1.02.1:arm64. 11:13:53 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 11:13:53 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 11:13:53 Selecting previously unselected package libjson-c5:arm64. 11:13:53 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 11:13:53 Unpacking libjson-c5:arm64 (0.16-2) ... 11:13:53 Selecting previously unselected package libcryptsetup12:arm64. 11:13:53 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 11:13:53 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 11:13:53 Selecting previously unselected package libfdisk1:arm64. 11:13:53 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 11:13:53 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 11:13:53 Selecting previously unselected package libkmod2:arm64. 11:13:53 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... 11:13:53 Unpacking libkmod2:arm64 (30+20221128-1) ... 11:13:53 Selecting previously unselected package libapparmor1:arm64. 11:13:53 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... 11:13:53 Unpacking libapparmor1:arm64 (3.0.8-3) ... 11:13:53 Selecting previously unselected package libip4tc2:arm64. 11:13:53 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... 11:13:53 Unpacking libip4tc2:arm64 (1.8.9-2) ... 11:13:53 Selecting previously unselected package libsystemd-shared:arm64. 11:13:53 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 11:13:53 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 11:13:54 Selecting previously unselected package systemd. 11:13:54 Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... 11:13:54 Unpacking systemd (252.36-1~deb12u1) ... 11:13:55 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 11:13:55 Setting up libjson-c5:arm64 (0.16-2) ... 11:13:55 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 11:13:55 Setting up libkmod2:arm64 (30+20221128-1) ... 11:13:55 Setting up libapparmor1:arm64 (3.0.8-3) ... 11:13:55 Setting up libip4tc2:arm64 (1.8.9-2) ... 11:13:55 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 11:13:55 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 11:13:55 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 11:13:55 Setting up systemd (252.36-1~deb12u1) ... 11:13:55 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 11:13:55 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 11:13:55 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 11:13:55 Initializing machine ID from random generator. 11:13:55 Creating group 'systemd-journal' with GID 999. 11:13:55 Creating group 'systemd-network' with GID 998. 11:13:55 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 11:13:55 Setting up dmsetup (2:1.02.185-2) ... 11:13:55 Selecting previously unselected package systemd-sysv. 11:13:55 (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.) 11:13:55 Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 11:13:55 Unpacking systemd-sysv (252.36-1~deb12u1) ... 11:13:56 Selecting previously unselected package libdbus-1-3:arm64. 11:13:56 Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 11:13:56 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 11:13:56 Selecting previously unselected package dbus-bin. 11:13:56 Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 11:13:56 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 11:13:56 Selecting previously unselected package dbus-session-bus-common. 11:13:56 Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 11:13:56 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:13:56 Selecting previously unselected package libexpat1:arm64. 11:13:56 Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 11:13:56 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 11:13:56 Selecting previously unselected package dbus-daemon. 11:13:56 Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 11:13:56 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 11:13:56 Selecting previously unselected package dbus-system-bus-common. 11:13:56 Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 11:13:56 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:13:56 Selecting previously unselected package dbus. 11:13:56 Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_arm64.deb ... 11:13:56 Unpacking dbus (1.14.10-1~deb12u1) ... 11:13:56 Selecting previously unselected package libbsd0:arm64. 11:13:56 Preparing to unpack .../008-libbsd0_0.11.7-2_arm64.deb ... 11:13:56 Unpacking libbsd0:arm64 (0.11.7-2) ... 11:13:57 Selecting previously unselected package libedit2:arm64. 11:13:57 Preparing to unpack .../009-libedit2_3.1-20221030-2_arm64.deb ... 11:13:57 Unpacking libedit2:arm64 (3.1-20221030-2) ... 11:13:57 Selecting previously unselected package libcbor0.8:arm64. 11:13:57 Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_arm64.deb ... 11:13:57 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 11:13:57 Selecting previously unselected package libfido2-1:arm64. 11:13:57 Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_arm64.deb ... 11:13:57 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 11:13:57 Selecting previously unselected package libkrb5support0:arm64. 11:13:57 Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 11:13:57 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 11:13:57 Selecting previously unselected package libk5crypto3:arm64. 11:13:57 Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 11:13:57 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 11:13:57 Selecting previously unselected package libkeyutils1:arm64. 11:13:57 Preparing to unpack .../014-libkeyutils1_1.6.3-2_arm64.deb ... 11:13:57 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 11:13:57 Selecting previously unselected package libkrb5-3:arm64. 11:13:57 Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 11:13:57 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 11:13:57 Selecting previously unselected package libgssapi-krb5-2:arm64. 11:13:57 Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 11:13:57 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 11:13:57 Selecting previously unselected package openssh-client. 11:13:57 Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 11:13:57 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 11:13:58 Selecting previously unselected package openssh-sftp-server. 11:13:58 Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 11:13:58 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:13:58 Selecting previously unselected package libproc2-0:arm64. 11:13:58 Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_arm64.deb ... 11:13:58 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 11:13:58 Selecting previously unselected package procps. 11:13:58 Preparing to unpack .../020-procps_2%3a4.0.2-3_arm64.deb ... 11:13:58 Unpacking procps (2:4.0.2-3) ... 11:13:58 Selecting previously unselected package sensible-utils. 11:13:58 Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... 11:13:58 Unpacking sensible-utils (0.0.17+nmu1) ... 11:13:58 Selecting previously unselected package ucf. 11:13:58 Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... 11:13:58 Moving old data out of the way 11:13:58 Unpacking ucf (3.0043+nmu1+deb12u1) ... 11:13:58 Selecting previously unselected package runit-helper. 11:13:58 Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... 11:13:58 Unpacking runit-helper (2.15.2) ... 11:13:58 Selecting previously unselected package libtirpc-common. 11:13:58 Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... 11:13:58 Unpacking libtirpc-common (1.3.3+ds-1) ... 11:13:58 Selecting previously unselected package libtirpc3:arm64. 11:13:58 Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_arm64.deb ... 11:13:58 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 11:13:58 Selecting previously unselected package libnsl2:arm64. 11:13:58 Preparing to unpack .../026-libnsl2_1.3.0-2_arm64.deb ... 11:13:58 Unpacking libnsl2:arm64 (1.3.0-2) ... 11:13:58 Selecting previously unselected package libwrap0:arm64. 11:13:58 Preparing to unpack .../027-libwrap0_7.6.q-32_arm64.deb ... 11:13:58 Unpacking libwrap0:arm64 (7.6.q-32) ... 11:13:59 Selecting previously unselected package openssh-server. 11:13:59 Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 11:13:59 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 11:13:59 Selecting previously unselected package gettext-base. 11:13:59 Preparing to unpack .../029-gettext-base_0.21-12_arm64.deb ... 11:13:59 Unpacking gettext-base (0.21-12) ... 11:13:59 Selecting previously unselected package krb5-locales. 11:13:59 Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... 11:13:59 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 11:13:59 Selecting previously unselected package libnss-systemd:arm64. 11:13:59 Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 11:13:59 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 11:13:59 Selecting previously unselected package libpam-systemd:arm64. 11:13:59 Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 11:13:59 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 11:13:59 Selecting previously unselected package manpages. 11:13:59 Preparing to unpack .../033-manpages_6.03-2_all.deb ... 11:13:59 Unpacking manpages (6.03-2) ... 11:13:59 Selecting previously unselected package ncurses-term. 11:13:59 Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... 11:13:59 Unpacking ncurses-term (6.4-4) ... 11:14:01 Selecting previously unselected package netcat-traditional. 11:14:01 Preparing to unpack .../035-netcat-traditional_1.10-47_arm64.deb ... 11:14:01 Unpacking netcat-traditional (1.10-47) ... 11:14:02 Selecting previously unselected package systemd-timesyncd. 11:14:02 Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 11:14:02 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 11:14:02 Selecting previously unselected package binutils-common:arm64. 11:14:02 Preparing to unpack .../037-binutils-common_2.40-2_arm64.deb ... 11:14:02 Unpacking binutils-common:arm64 (2.40-2) ... 11:14:02 Selecting previously unselected package libbinutils:arm64. 11:14:02 Preparing to unpack .../038-libbinutils_2.40-2_arm64.deb ... 11:14:02 Unpacking libbinutils:arm64 (2.40-2) ... 11:14:02 Selecting previously unselected package libctf-nobfd0:arm64. 11:14:02 Preparing to unpack .../039-libctf-nobfd0_2.40-2_arm64.deb ... 11:14:02 Unpacking libctf-nobfd0:arm64 (2.40-2) ... 11:14:02 Selecting previously unselected package libctf0:arm64. 11:14:02 Preparing to unpack .../040-libctf0_2.40-2_arm64.deb ... 11:14:02 Unpacking libctf0:arm64 (2.40-2) ... 11:14:03 Selecting previously unselected package libgprofng0:arm64. 11:14:03 Preparing to unpack .../041-libgprofng0_2.40-2_arm64.deb ... 11:14:03 Unpacking libgprofng0:arm64 (2.40-2) ... 11:14:03 Selecting previously unselected package libjansson4:arm64. 11:14:03 Preparing to unpack .../042-libjansson4_2.14-2_arm64.deb ... 11:14:03 Unpacking libjansson4:arm64 (2.14-2) ... 11:14:03 Selecting previously unselected package binutils-aarch64-linux-gnu. 11:14:03 Preparing to unpack .../043-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ... 11:14:03 Unpacking binutils-aarch64-linux-gnu (2.40-2) ... 11:14:04 Selecting previously unselected package binutils. 11:14:04 Preparing to unpack .../044-binutils_2.40-2_arm64.deb ... 11:14:04 Unpacking binutils (2.40-2) ... 11:14:04 Selecting previously unselected package libisl23:arm64. 11:14:04 Preparing to unpack .../045-libisl23_0.25-1.1_arm64.deb ... 11:14:04 Unpacking libisl23:arm64 (0.25-1.1) ... 11:14:04 Selecting previously unselected package libmpfr6:arm64. 11:14:04 Preparing to unpack .../046-libmpfr6_4.2.0-1_arm64.deb ... 11:14:04 Unpacking libmpfr6:arm64 (4.2.0-1) ... 11:14:04 Selecting previously unselected package libmpc3:arm64. 11:14:04 Preparing to unpack .../047-libmpc3_1.3.1-1_arm64.deb ... 11:14:04 Unpacking libmpc3:arm64 (1.3.1-1) ... 11:14:04 Selecting previously unselected package cpp-12. 11:14:04 Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_arm64.deb ... 11:14:04 Unpacking cpp-12 (12.2.0-14+deb12u1) ... 11:14:06 Selecting previously unselected package cpp. 11:14:06 Preparing to unpack .../049-cpp_4%3a12.2.0-3_arm64.deb ... 11:14:06 Unpacking cpp (4:12.2.0-3) ... 11:14:06 Selecting previously unselected package libbrotli1:arm64. 11:14:06 Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_arm64.deb ... 11:14:06 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 11:14:06 Selecting previously unselected package libsasl2-modules-db:arm64. 11:14:06 Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 11:14:06 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 11:14:06 Selecting previously unselected package libsasl2-2:arm64. 11:14:06 Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 11:14:06 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 11:14:06 Selecting previously unselected package libldap-2.5-0:arm64. 11:14:06 Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 11:14:06 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 11:14:06 Selecting previously unselected package libnghttp2-14:arm64. 11:14:06 Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 11:14:06 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 11:14:06 Selecting previously unselected package libpsl5:arm64. 11:14:06 Preparing to unpack .../055-libpsl5_0.21.2-1_arm64.deb ... 11:14:06 Unpacking libpsl5:arm64 (0.21.2-1) ... 11:14:06 Selecting previously unselected package librtmp1:arm64. 11:14:06 Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 11:14:06 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:14:07 Selecting previously unselected package libssh2-1:arm64. 11:14:07 Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_arm64.deb ... 11:14:07 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 11:14:07 Selecting previously unselected package libcurl4:arm64. 11:14:07 Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_arm64.deb ... 11:14:07 Unpacking libcurl4:arm64 (7.88.1-10+deb12u12) ... 11:14:07 Selecting previously unselected package curl. 11:14:07 Preparing to unpack .../059-curl_7.88.1-10+deb12u12_arm64.deb ... 11:14:07 Unpacking curl (7.88.1-10+deb12u12) ... 11:14:07 Selecting previously unselected package dbus-user-session. 11:14:07 Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 11:14:07 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 11:14:07 Selecting previously unselected package fonts-dejavu-core. 11:14:07 Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... 11:14:07 Unpacking fonts-dejavu-core (2.37-6) ... 11:14:07 Selecting previously unselected package fontconfig-config. 11:14:07 Preparing to unpack .../062-fontconfig-config_2.14.1-4_arm64.deb ... 11:14:08 Unpacking fontconfig-config (2.14.1-4) ... 11:14:08 Selecting previously unselected package libcc1-0:arm64. 11:14:08 Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_arm64.deb ... 11:14:08 Unpacking libcc1-0:arm64 (12.2.0-14+deb12u1) ... 11:14:08 Selecting previously unselected package libgomp1:arm64. 11:14:08 Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_arm64.deb ... 11:14:08 Unpacking libgomp1:arm64 (12.2.0-14+deb12u1) ... 11:14:08 Selecting previously unselected package libitm1:arm64. 11:14:08 Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_arm64.deb ... 11:14:08 Unpacking libitm1:arm64 (12.2.0-14+deb12u1) ... 11:14:08 Selecting previously unselected package libatomic1:arm64. 11:14:08 Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_arm64.deb ... 11:14:08 Unpacking libatomic1:arm64 (12.2.0-14+deb12u1) ... 11:14:08 Selecting previously unselected package libasan8:arm64. 11:14:08 Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_arm64.deb ... 11:14:08 Unpacking libasan8:arm64 (12.2.0-14+deb12u1) ... 11:14:09 Selecting previously unselected package liblsan0:arm64. 11:14:09 Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_arm64.deb ... 11:14:09 Unpacking liblsan0:arm64 (12.2.0-14+deb12u1) ... 11:14:09 Selecting previously unselected package libtsan2:arm64. 11:14:09 Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_arm64.deb ... 11:14:09 Unpacking libtsan2:arm64 (12.2.0-14+deb12u1) ... 11:14:09 Selecting previously unselected package libubsan1:arm64. 11:14:09 Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_arm64.deb ... 11:14:09 Unpacking libubsan1:arm64 (12.2.0-14+deb12u1) ... 11:14:09 Selecting previously unselected package libhwasan0:arm64. 11:14:09 Preparing to unpack .../071-libhwasan0_12.2.0-14+deb12u1_arm64.deb ... 11:14:09 Unpacking libhwasan0:arm64 (12.2.0-14+deb12u1) ... 11:14:10 Selecting previously unselected package libgcc-12-dev:arm64. 11:14:10 Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_arm64.deb ... 11:14:10 Unpacking libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... 11:14:10 Selecting previously unselected package gcc-12. 11:14:10 Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_arm64.deb ... 11:14:10 Unpacking gcc-12 (12.2.0-14+deb12u1) ... 11:14:12 Selecting previously unselected package gcc. 11:14:12 Preparing to unpack .../074-gcc_4%3a12.2.0-3_arm64.deb ... 11:14:12 Unpacking gcc (4:12.2.0-3) ... 11:14:12 Selecting previously unselected package libicu72:arm64. 11:14:12 Preparing to unpack .../075-libicu72_72.1-3_arm64.deb ... 11:14:12 Unpacking libicu72:arm64 (72.1-3) ... 11:14:14 Selecting previously unselected package libxml2:arm64. 11:14:14 Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... 11:14:14 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... 11:14:14 Selecting previously unselected package gettext. 11:14:14 Preparing to unpack .../077-gettext_0.21-12_arm64.deb ... 11:14:14 Unpacking gettext (0.21-12) ... 11:14:14 Selecting previously unselected package gosu. 11:14:14 Preparing to unpack .../078-gosu_1.14-1+b10_arm64.deb ... 11:14:14 Unpacking gosu (1.14-1+b10) ... 11:14:14 Selecting previously unselected package libabsl20220623:arm64. 11:14:14 Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_arm64.deb ... 11:14:14 Unpacking libabsl20220623:arm64 (20220623.1-1+deb12u2) ... 11:14:14 Selecting previously unselected package libaom3:arm64. 11:14:14 Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_arm64.deb ... 11:14:14 Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ... 11:14:15 Selecting previously unselected package libdav1d6:arm64. 11:14:15 Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_arm64.deb ... 11:14:15 Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ... 11:14:15 Selecting previously unselected package libgav1-1:arm64. 11:14:15 Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_arm64.deb ... 11:14:15 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ... 11:14:15 Selecting previously unselected package librav1e0:arm64. 11:14:15 Preparing to unpack .../083-librav1e0_0.5.1-6_arm64.deb ... 11:14:15 Unpacking librav1e0:arm64 (0.5.1-6) ... 11:14:15 Selecting previously unselected package libsvtav1enc1:arm64. 11:14:15 Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ... 11:14:15 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... 11:14:16 Selecting previously unselected package libjpeg62-turbo:arm64. 11:14:16 Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ... 11:14:16 Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ... 11:14:16 Selecting previously unselected package libyuv0:arm64. 11:14:16 Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ... 11:14:16 Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... 11:14:16 Selecting previously unselected package libavif15:arm64. 11:14:16 Preparing to unpack .../087-libavif15_0.11.1-1_arm64.deb ... 11:14:16 Unpacking libavif15:arm64 (0.11.1-1) ... 11:14:16 Selecting previously unselected package libc-dev-bin. 11:14:16 Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_arm64.deb ... 11:14:16 Unpacking libc-dev-bin (2.36-9+deb12u10) ... 11:14:16 Selecting previously unselected package libpng16-16:arm64. 11:14:16 Preparing to unpack .../089-libpng16-16_1.6.39-2_arm64.deb ... 11:14:16 Unpacking libpng16-16:arm64 (1.6.39-2) ... 11:14:16 Selecting previously unselected package libfreetype6:arm64. 11:14:16 Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_arm64.deb ... 11:14:16 Unpacking libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... 11:14:16 Selecting previously unselected package libfontconfig1:arm64. 11:14:16 Preparing to unpack .../091-libfontconfig1_2.14.1-4_arm64.deb ... 11:14:16 Unpacking libfontconfig1:arm64 (2.14.1-4) ... 11:14:16 Selecting previously unselected package libde265-0:arm64. 11:14:16 Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_arm64.deb ... 11:14:16 Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ... 11:14:17 Selecting previously unselected package libnuma1:arm64. 11:14:17 Preparing to unpack .../093-libnuma1_2.0.16-1_arm64.deb ... 11:14:17 Unpacking libnuma1:arm64 (2.0.16-1) ... 11:14:17 Selecting previously unselected package libx265-199:arm64. 11:14:17 Preparing to unpack .../094-libx265-199_3.5-2+b1_arm64.deb ... 11:14:17 Unpacking libx265-199:arm64 (3.5-2+b1) ... 11:14:17 Selecting previously unselected package libheif1:arm64. 11:14:17 Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_arm64.deb ... 11:14:17 Unpacking libheif1:arm64 (1.15.1-1+deb12u1) ... 11:14:17 Selecting previously unselected package libdeflate0:arm64. 11:14:17 Preparing to unpack .../096-libdeflate0_1.14-1_arm64.deb ... 11:14:17 Unpacking libdeflate0:arm64 (1.14-1) ... 11:14:17 Selecting previously unselected package libjbig0:arm64. 11:14:17 Preparing to unpack .../097-libjbig0_2.1-6.1_arm64.deb ... 11:14:17 Unpacking libjbig0:arm64 (2.1-6.1) ... 11:14:17 Selecting previously unselected package liblerc4:arm64. 11:14:17 Preparing to unpack .../098-liblerc4_4.0.0+ds-2_arm64.deb ... 11:14:17 Unpacking liblerc4:arm64 (4.0.0+ds-2) ... 11:14:17 Selecting previously unselected package libwebp7:arm64. 11:14:17 Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ... 11:14:17 Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ... 11:14:17 Selecting previously unselected package libtiff6:arm64. 11:14:17 Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_arm64.deb ... 11:14:17 Unpacking libtiff6:arm64 (4.5.0-6+deb12u2) ... 11:14:17 Selecting previously unselected package libxau6:arm64. 11:14:17 Preparing to unpack .../101-libxau6_1%3a1.0.9-1_arm64.deb ... 11:14:17 Unpacking libxau6:arm64 (1:1.0.9-1) ... 11:14:18 Selecting previously unselected package libxdmcp6:arm64. 11:14:18 Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 11:14:18 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 11:14:18 Selecting previously unselected package libxcb1:arm64. 11:14:18 Preparing to unpack .../103-libxcb1_1.15-1_arm64.deb ... 11:14:18 Unpacking libxcb1:arm64 (1.15-1) ... 11:14:18 Selecting previously unselected package libx11-data. 11:14:18 Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 11:14:18 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 11:14:18 Selecting previously unselected package libx11-6:arm64. 11:14:18 Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 11:14:18 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 11:14:18 Selecting previously unselected package libxpm4:arm64. 11:14:18 Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ... 11:14:18 Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... 11:14:18 Selecting previously unselected package libgd3:arm64. 11:14:18 Preparing to unpack .../107-libgd3_2.3.3-9_arm64.deb ... 11:14:18 Unpacking libgd3:arm64 (2.3.3-9) ... 11:14:18 Selecting previously unselected package libc-devtools. 11:14:18 Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_arm64.deb ... 11:14:18 Unpacking libc-devtools (2.36-9+deb12u10) ... 11:14:18 Selecting previously unselected package linux-libc-dev:arm64. 11:14:18 Preparing to unpack .../109-linux-libc-dev_6.1.137-1_arm64.deb ... 11:14:18 Unpacking linux-libc-dev:arm64 (6.1.137-1) ... 11:14:19 Selecting previously unselected package libcrypt-dev:arm64. 11:14:19 Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_arm64.deb ... 11:14:19 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ... 11:14:19 Selecting previously unselected package libtirpc-dev:arm64. 11:14:19 Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_arm64.deb ... 11:14:19 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... 11:14:20 Selecting previously unselected package libnsl-dev:arm64. 11:14:20 Preparing to unpack .../112-libnsl-dev_1.3.0-2_arm64.deb ... 11:14:20 Unpacking libnsl-dev:arm64 (1.3.0-2) ... 11:14:20 Selecting previously unselected package rpcsvc-proto. 11:14:20 Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_arm64.deb ... 11:14:20 Unpacking rpcsvc-proto (1.4.3-1) ... 11:14:20 Selecting previously unselected package libc6-dev:arm64. 11:14:20 Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_arm64.deb ... 11:14:20 Unpacking libc6-dev:arm64 (2.36-9+deb12u10) ... 11:14:20 Selecting previously unselected package libcurl3-gnutls:arm64. 11:14:20 Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 11:14:20 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 11:14:20 Selecting previously unselected package libcurl4-gnutls-dev:arm64. 11:14:20 Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_arm64.deb ... 11:14:20 Unpacking libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... 11:14:20 Selecting previously unselected package libexpat1-dev:arm64. 11:14:20 Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_arm64.deb ... 11:14:20 Unpacking libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... 11:14:21 Selecting previously unselected package libldap-common. 11:14:21 Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... 11:14:21 Unpacking libldap-common (2.5.13+dfsg-5) ... 11:14:21 Selecting previously unselected package libsasl2-modules:arm64. 11:14:21 Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 11:14:21 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 11:14:21 Selecting previously unselected package libssl-dev:arm64. 11:14:21 Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_arm64.deb ... 11:14:21 Unpacking libssl-dev:arm64 (3.0.16-1~deb12u1) ... 11:14:22 Selecting previously unselected package libxext6:arm64. 11:14:22 Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 11:14:22 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 11:14:22 Selecting previously unselected package libxmuu1:arm64. 11:14:22 Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_arm64.deb ... 11:14:22 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 11:14:22 Selecting previously unselected package make. 11:14:22 Preparing to unpack .../123-make_4.3-4.1_arm64.deb ... 11:14:22 Unpacking make (4.3-4.1) ... 11:14:22 Selecting previously unselected package manpages-dev. 11:14:22 Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... 11:14:22 Unpacking manpages-dev (6.03-2) ... 11:14:22 Selecting previously unselected package psmisc. 11:14:22 Preparing to unpack .../125-psmisc_23.6-1_arm64.deb ... 11:14:22 Unpacking psmisc (23.6-1) ... 11:14:23 Selecting previously unselected package publicsuffix. 11:14:23 Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... 11:14:23 Unpacking publicsuffix (20230209.2326-1) ... 11:14:23 Selecting previously unselected package ssh. 11:14:23 Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 11:14:23 Unpacking ssh (1:9.2p1-2+deb12u6) ... 11:14:23 Selecting previously unselected package xauth. 11:14:23 Preparing to unpack .../128-xauth_1%3a1.1.2-1_arm64.deb ... 11:14:23 Unpacking xauth (1:1.1.2-1) ... 11:14:23 Selecting previously unselected package zlib1g-dev:arm64. 11:14:23 Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... 11:14:23 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... 11:14:23 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 11:14:23 Setting up runit-helper (2.15.2) ... 11:14:23 Setting up libaom3:arm64 (3.6.0-1+deb12u1) ... 11:14:23 Setting up libabsl20220623:arm64 (20220623.1-1+deb12u2) ... 11:14:23 Setting up systemd-sysv (252.36-1~deb12u1) ... 11:14:23 Setting up libxau6:arm64 (1:1.0.9-1) ... 11:14:23 Setting up libkeyutils1:arm64 (1.6.3-2) ... 11:14:23 Setting up libpsl5:arm64 (0.21.2-1) ... 11:14:23 Setting up libicu72:arm64 (72.1-3) ... 11:14:23 Setting up liblerc4:arm64 (4.0.0+ds-2) ... 11:14:23 Setting up netcat-traditional (1.10-47) ... 11:14:23 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 11:14:23 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 11:14:23 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 11:14:23 Setting up psmisc (23.6-1) ... 11:14:23 Setting up manpages (6.03-2) ... 11:14:23 Setting up libtirpc-common (1.3.3+ds-1) ... 11:14:23 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 11:14:23 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 11:14:23 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 11:14:23 Setting up binutils-common:arm64 (2.40-2) ... 11:14:23 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 11:14:23 Setting up libdeflate0:arm64 (1.14-1) ... 11:14:23 Setting up linux-libc-dev:arm64 (6.1.137-1) ... 11:14:23 Setting up libctf-nobfd0:arm64 (2.40-2) ... 11:14:23 Setting up gettext-base (0.21-12) ... 11:14:23 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 11:14:23 Setting up krb5-locales (1.20.1-2+deb12u3) ... 11:14:23 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... 11:14:23 Setting up libgomp1:arm64 (12.2.0-14+deb12u1) ... 11:14:24 Setting up libldap-common (2.5.13+dfsg-5) ... 11:14:24 Setting up libjbig0:arm64 (2.1-6.1) ... 11:14:24 Setting up librav1e0:arm64 (0.5.1-6) ... 11:14:24 Setting up libjansson4:arm64 (2.14-2) ... 11:14:24 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 11:14:24 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 11:14:24 Setting up rpcsvc-proto (1.4.3-1) ... 11:14:24 Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ... 11:14:24 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 11:14:24 Setting up make (4.3-4.1) ... 11:14:24 Setting up libmpfr6:arm64 (4.2.0-1) ... 11:14:24 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 11:14:24 Setting up gosu (1.14-1+b10) ... 11:14:24 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 11:14:24 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 11:14:24 Setting up libssl-dev:arm64 (3.0.16-1~deb12u1) ... 11:14:24 Setting up libpng16-16:arm64 (1.6.39-2) ... 11:14:24 Setting up libmpc3:arm64 (1.3.1-1) ... 11:14:24 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 11:14:24 Creating group 'systemd-timesync' with GID 997. 11:14:24 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 11:14:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 11:14:25 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 11:14:25 Setting up libatomic1:arm64 (12.2.0-14+deb12u1) ... 11:14:25 Setting up fonts-dejavu-core (2.37-6) ... 11:14:25 Setting up libgav1-1:arm64 (0.18.0-1+b1) ... 11:14:25 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 11:14:25 Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ... 11:14:25 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 11:14:25 Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ... 11:14:25 Setting up libubsan1:arm64 (12.2.0-14+deb12u1) ... 11:14:25 Setting up libnuma1:arm64 (2.0.16-1) ... 11:14:25 Setting up sensible-utils (0.0.17+nmu1) ... 11:14:25 Setting up libhwasan0:arm64 (12.2.0-14+deb12u1) ... 11:14:25 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ... 11:14:25 Setting up libtiff6:arm64 (4.5.0-6+deb12u2) ... 11:14:25 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 11:14:25 Setting up libasan8:arm64 (12.2.0-14+deb12u1) ... 11:14:25 Setting up procps (2:4.0.2-3) ... 11:14:25 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 11:14:25 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 11:14:25 Setting up libtsan2:arm64 (12.2.0-14+deb12u1) ... 11:14:25 Setting up libbinutils:arm64 (2.40-2) ... 11:14:25 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 11:14:25 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 11:14:25 Setting up libisl23:arm64 (0.25-1.1) ... 11:14:25 Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ... 11:14:25 Setting up libc-dev-bin (2.36-9+deb12u10) ... 11:14:25 Setting up libbsd0:arm64 (0.11.7-2) ... 11:14:25 Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... 11:14:25 Setting up publicsuffix (20230209.2326-1) ... 11:14:25 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... 11:14:25 Setting up libcc1-0:arm64 (12.2.0-14+deb12u1) ... 11:14:25 Setting up dbus-bin (1.14.10-1~deb12u1) ... 11:14:26 Setting up liblsan0:arm64 (12.2.0-14+deb12u1) ... 11:14:26 Setting up libitm1:arm64 (12.2.0-14+deb12u1) ... 11:14:26 Setting up ncurses-term (6.4-4) ... 11:14:26 Setting up libctf0:arm64 (2.40-2) ... 11:14:26 Setting up manpages-dev (6.03-2) ... 11:14:26 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 11:14:26 Setting up cpp-12 (12.2.0-14+deb12u1) ... 11:14:26 Setting up libxcb1:arm64 (1.15-1) ... 11:14:26 Setting up gettext (0.21-12) ... 11:14:26 Setting up libavif15:arm64 (0.11.1-1) ... 11:14:26 Setting up fontconfig-config (2.14.1-4) ... 11:14:26 debconf: unable to initialize frontend: Dialog 11:14:26 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:14:26 debconf: falling back to frontend: Readline 11:14:26 debconf: unable to initialize frontend: Readline 11:14:26 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.) 11:14:26 debconf: falling back to frontend: Teletype 11:14:26 Setting up libedit2:arm64 (3.1-20221030-2) ... 11:14:26 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 11:14:27 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 11:14:27 Setting up libgprofng0:arm64 (2.40-2) ... 11:14:27 Setting up libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... 11:14:27 Setting up dbus (1.14.10-1~deb12u1) ... 11:14:27 invoke-rc.d: could not determine current runlevel 11:14:27 invoke-rc.d: policy-rc.d denied execution of start. 11:14:27 Setting up libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... 11:14:27 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 11:14:27 Setting up ucf (3.0043+nmu1+deb12u1) ... 11:14:27 debconf: unable to initialize frontend: Dialog 11:14:27 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:14:27 debconf: falling back to frontend: Readline 11:14:27 debconf: unable to initialize frontend: Readline 11:14:27 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.) 11:14:27 debconf: falling back to frontend: Teletype 11:14:27 Setting up libx265-199:arm64 (3.5-2+b1) ... 11:14:27 Setting up cpp (4:12.2.0-3) ... 11:14:27 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 11:14:28 debconf: unable to initialize frontend: Dialog 11:14:28 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:14:28 debconf: falling back to frontend: Readline 11:14:28 debconf: unable to initialize frontend: Readline 11:14:28 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.) 11:14:28 debconf: falling back to frontend: Teletype 11:14:28 Setting up libcurl4:arm64 (7.88.1-10+deb12u12) ... 11:14:28 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 11:14:28 Setting up curl (7.88.1-10+deb12u12) ... 11:14:28 Setting up libfontconfig1:arm64 (2.14.1-4) ... 11:14:28 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 11:14:28 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 11:14:28 Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... 11:14:28 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 11:14:28 Setting up libheif1:arm64 (1.15.1-1+deb12u1) ... 11:14:28 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 11:14:28 Setting up binutils-aarch64-linux-gnu (2.40-2) ... 11:14:29 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 11:14:29 Setting up binutils (2.40-2) ... 11:14:29 Setting up libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... 11:14:29 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 11:14:29 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... 11:14:29 Setting up gcc-12 (12.2.0-14+deb12u1) ... 11:14:29 Setting up libgd3:arm64 (2.3.3-9) ... 11:14:29 Setting up xauth (1:1.1.2-1) ... 11:14:29 Setting up libnsl2:arm64 (1.3.0-2) ... 11:14:29 Setting up libc-devtools (2.36-9+deb12u10) ... 11:14:29 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 11:14:29 Setting up gcc (4:12.2.0-3) ... 11:14:29 Setting up libwrap0:arm64 (7.6.q-32) ... 11:14:29 Setting up libnsl-dev:arm64 (1.3.0-2) ... 11:14:29 Setting up libc6-dev:arm64 (2.36-9+deb12u10) ... 11:14:29 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 11:14:29 debconf: unable to initialize frontend: Dialog 11:14:29 debconf: (TERM is not set, so the dialog frontend is not usable.) 11:14:29 debconf: falling back to frontend: Readline 11:14:29 debconf: unable to initialize frontend: Readline 11:14:29 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.) 11:14:29 debconf: falling back to frontend: Teletype 11:14:30 11:14:30 Creating config file /etc/ssh/sshd_config with new version 11:14:32 Creating SSH2 RSA key; this may take some time ... 11:14:32 3072 SHA256:E2mavEAuAfWraYogAZ/8nyaWvh2Mj2VFvT0SgV3agEU root@45c7185f8b85 (RSA) 11:14:32 Creating SSH2 ECDSA key; this may take some time ... 11:14:32 256 SHA256:gRjHnkjO+TYsJgThSWupVVGiiZhOVDY0MFHxWXwqAKQ root@45c7185f8b85 (ECDSA) 11:14:33 Creating SSH2 ED25519 key; this may take some time ... 11:14:33 256 SHA256:YEOi3g/4vqCpds9YVImo59L7sN/CHf2wGv/xwuanwM0 root@45c7185f8b85 (ED25519) 11:14:33 invoke-rc.d: could not determine current runlevel 11:14:33 invoke-rc.d: policy-rc.d denied execution of start. 11:14:33 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 11:14:33 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 11:14:34 Setting up libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... 11:14:34 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... 11:14:34 Setting up ssh (1:9.2p1-2+deb12u6) ... 11:14:34 Processing triggers for libc-bin (2.36-9+deb12u10) ... 11:14:49 Removing intermediate container 45c7185f8b85 11:14:49 ---> 3f31901f2c0e 11:14:49 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 11:14:49 ---> Running in de1ad319ac52 11:14:49  % Total % Received % Xferd Average Speed Time Time Time Current 11:14:49 Dload Upload Total Spent Left Speed 11:14:49 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 11:14:51 GIT_VERSION = 2.31.1 11:14:51  * new build flags 11:14:51  CC fuzz-commit-graph.o 11:14:52 CC fuzz-pack-headers.o 11:14:53 CC fuzz-pack-idx.o 11:14:54 CC daemon.o 11:14:58  * new link flags 11:14:58  CC common-main.o 11:14:59 CC abspath.o 11:15:00 CC add-interactive.o 11:15:03 CC add-patch.o 11:15:09 CC advice.o 11:15:10 CC alias.o 11:15:12 CC alloc.o 11:15:13 CC apply.o 11:15:25 CC archive-tar.o 11:15:27 CC archive-zip.o 11:15:29 CC archive.o 11:15:32  * new prefix flags 11:15:32  CC attr.o 11:15:34 CC base85.o 11:15:35 CC bisect.o 11:15:39 CC blame.o 11:15:45 CC blob.o 11:15:45 CC bloom.o 11:15:47 CC branch.o 11:15:48 CC bulk-checkin.o 11:15:50 CC bundle.o 11:15:52 CC cache-tree.o 11:15:55 CC chdir-notify.o 11:15:56 CC checkout.o 11:15:57 CC chunk-format.o 11:15:59 CC color.o 11:16:00 CC column.o 11:16:02 CC combine-diff.o 11:16:07 CC commit-graph.o 11:16:14 CC commit-reach.o 11:16:17 CC commit.o 11:16:21 CC compat/obstack.o 11:16:22 CC compat/terminal.o 11:16:23 CC config.o 11:16:31 CC connect.o 11:16:34 CC connected.o 11:16:35 CC convert.o 11:16:39 CC copy.o 11:16:40 CC credential.o 11:16:42 CC csum-file.o 11:16:44 CC ctype.o 11:16:44 CC date.o 11:16:48 CC decorate.o 11:16:49 CC delta-islands.o 11:16:52 CC diff-delta.o 11:16:54 CC diff-merges.o 11:16:55 CC diff-lib.o 11:16:58 CC diff-no-index.o 11:17:00 CC diff.o 11:17:18 CC diffcore-break.o 11:17:19 CC diffcore-delta.o 11:17:20 CC diffcore-order.o 11:17:22 CC diffcore-pickaxe.o 11:17:23 CC diffcore-rename.o 11:17:26 CC diffcore-rotate.o 11:17:27 CC dir-iterator.o 11:17:29 CC dir.o 11:17:35 CC editor.o 11:17:37 CC entry.o 11:17:39 CC environment.o 11:17:40 CC ewah/bitmap.o 11:17:42 CC ewah/ewah_bitmap.o 11:17:44 CC ewah/ewah_io.o 11:17:45 CC ewah/ewah_rlw.o 11:17:46 CC exec-cmd.o 11:17:47 CC fetch-negotiator.o 11:17:48 CC fetch-pack.o 11:17:54 CC fmt-merge-msg.o 11:17:58 CC fsck.o 11:18:02 CC fsmonitor.o 11:18:03 CC gettext.o 11:18:04 CC gpg-interface.o 11:18:06 CC graph.o 11:18:09 CC grep.o 11:18:14 CC hash-lookup.o 11:18:14 CC hashmap.o 11:18:16 GEN command-list.h 11:18:19 CC help.o 11:18:21 CC hex.o 11:18:23 CC ident.o 11:18:25 CC json-writer.o 11:18:27 CC kwset.o 11:18:31 CC levenshtein.o 11:18:32 CC line-log.o 11:18:35 CC line-range.o 11:18:37 CC linear-assignment.o 11:18:38 CC list-objects-filter-options.o 11:18:41 CC list-objects-filter.o 11:18:42 CC list-objects.o 11:18:44 CC ll-merge.o 11:18:45 CC lockfile.o 11:18:47 CC log-tree.o 11:18:49 CC ls-refs.o 11:18:51 CC mailinfo.o 11:18:54 CC mailmap.o 11:18:56 CC match-trees.o 11:18:57 CC mem-pool.o 11:18:58 CC merge-blobs.o 11:18:59 CC merge-ort.o 11:19:05 CC merge-ort-wrappers.o 11:19:07 CC merge-recursive.o 11:19:15 CC merge.o 11:19:16 CC mergesort.o 11:19:17 CC midx.o 11:19:21 CC name-hash.o 11:19:22 CC negotiator/default.o 11:19:24 CC negotiator/noop.o 11:19:25 CC negotiator/skipping.o 11:19:26 CC notes-cache.o 11:19:27 CC notes-merge.o 11:19:30 CC notes-utils.o 11:19:32 CC notes.o 11:19:35 CC object-file.o 11:19:40 CC object-name.o 11:19:45 CC object.o 11:19:46 CC oid-array.o 11:19:47 CC oidmap.o 11:19:48 CC oidset.o 11:19:50 CC pack-bitmap-write.o 11:19:53 CC pack-bitmap.o 11:19:57 CC pack-check.o 11:19:58 CC pack-objects.o 11:19:59 CC pack-revindex.o 11:20:01 CC pack-write.o 11:20:03 CC packfile.o 11:20:08 CC pager.o 11:20:09 CC parse-options-cb.o 11:20:10 CC parse-options.o 11:20:14 CC patch-delta.o 11:20:15 CC patch-ids.o 11:20:16 CC path.o 11:20:20 CC pathspec.o 11:20:22 CC pkt-line.o 11:20:24 CC preload-index.o 11:20:25 CC pretty.o 11:20:31 CC prio-queue.o 11:20:31 CC progress.o 11:20:33 CC promisor-remote.o 11:20:34 CC prompt.o 11:20:36 CC protocol.o 11:20:37 CC prune-packed.o 11:20:38 CC quote.o 11:20:41 CC range-diff.o 11:20:43 CC reachable.o 11:20:44 CC read-cache.o 11:20:52 CC rebase-interactive.o 11:20:53 CC rebase.o 11:20:54 CC ref-filter.o 11:21:07 CC reflog-walk.o 11:21:07 CC refs.o 11:21:07 CC refs/debug.o 11:21:09 CC refs/files-backend.o 11:21:14 CC refs/iterator.o 11:21:15 CC refs/packed-backend.o 11:21:18 CC refs/ref-cache.o 11:21:20 CC refspec.o 11:21:21 CC remote.o 11:21:28 CC replace-object.o 11:21:29 CC repo-settings.o 11:21:29 CC repository.o 11:21:31 CC rerere.o 11:21:34 CC reset.o 11:21:36 CC resolve-undo.o 11:21:38 CC revision.o 11:21:48 CC run-command.o 11:21:50 CC send-pack.o 11:21:53 CC sequencer.o 11:22:08 CC serve.o 11:22:09 CC server-info.o 11:22:11 CC setup.o 11:22:14 CC shallow.o 11:22:17 CC sideband.o 11:22:19 CC sigchain.o 11:22:19 CC split-index.o 11:22:21 CC stable-qsort.o 11:22:22 CC strbuf.o 11:22:26 CC streaming.o 11:22:28 CC string-list.o 11:22:30 CC strmap.o 11:22:31 CC strvec.o 11:22:32 CC sub-process.o 11:22:33 CC submodule-config.o 11:22:36 CC submodule.o 11:22:41 CC symlinks.o 11:22:42 CC tag.o 11:22:43 CC tempfile.o 11:22:45 CC thread-utils.o 11:22:46 CC tmp-objdir.o 11:22:48 CC trace.o 11:22:49 CC trace2.o 11:22:51 CC trace2/tr2_cfg.o 11:22:52 CC trace2/tr2_cmd_name.o 11:22:54 CC trace2/tr2_dst.o 11:22:56 CC trace2/tr2_sid.o 11:22:57 CC trace2/tr2_sysenv.o 11:22:58 CC trace2/tr2_tbuf.o 11:22:59 CC trace2/tr2_tgt_event.o 11:23:00 CC trace2/tr2_tgt_normal.o 11:23:02 CC trace2/tr2_tgt_perf.o 11:23:04 CC trace2/tr2_tls.o 11:23:05 CC trailer.o 11:23:09 CC transport-helper.o 11:23:13 CC transport.o 11:23:16 CC tree-diff.o 11:23:18 CC tree-walk.o 11:23:21 CC tree.o 11:23:22 CC unpack-trees.o 11:23:28 CC upload-pack.o 11:23:32 CC url.o 11:23:33 CC urlmatch.o 11:23:36 CC usage.o 11:23:37 CC userdiff.o 11:23:39 CC utf8.o 11:23:41 CC varint.o 11:23:42 CC version.o 11:23:43 CC versioncmp.o 11:23:44 CC walker.o 11:23:45 CC wildmatch.o 11:23:47 CC worktree.o 11:23:50 CC wrapper.o 11:23:52 CC write-or-die.o 11:23:53 CC ws.o 11:23:55 CC wt-status.o 11:24:02 CC xdiff-interface.o 11:24:03 CC zlib.o 11:24:04 CC unix-socket.o 11:24:05 CC sha1dc_git.o 11:24:06 CC sha1dc/sha1.o 11:24:11 CC sha1dc/ubc_check.o 11:24:12 CC sha256/block/sha256.o 11:24:15 CC compat/fopen.o 11:24:16 CC compat/strlcpy.o 11:24:17 CC compat/qsort_s.o 11:24:18 AR libgit.a 11:24:19 CC xdiff/xdiffi.o 11:24:21 CC xdiff/xemit.o 11:24:23 CC xdiff/xhistogram.o 11:24:25 CC xdiff/xmerge.o 11:24:27 CC xdiff/xpatience.o 11:24:28 CC xdiff/xprepare.o 11:24:29 CC xdiff/xutils.o 11:24:31 AR xdiff/lib.a 11:24:31 LINK git-daemon 11:24:32 CC http-backend.o 11:24:35 LINK git-http-backend 11:24:35 CC imap-send.o 11:24:40 CC http.o 11:24:41 http.c: In function 'get_curl_handle': 11:24:41 http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 11:24:41 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, 11:24:41 | ^~~~~~~~~~~~~~~~ 11:24:41 In file included from http.h:6, 11:24:41 from http.c:2: 11:24:41 /usr/include/aarch64-linux-gnu/curl/curl.h:1755:3: note: declared here 11:24:41 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, 11:24:41 | ^~~~~~~~~~~~~~~~~ 11:24:41 http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 11:24:41 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, 11:24:41 | ^~~~~~~~~~~~~~~~ 11:24:41 /usr/include/aarch64-linux-gnu/curl/curl.h:1749:3: note: declared here 11:24:41 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, 11:24:41 | ^~~~~~~~~~~~~~~~~ 11:24:41 http.c: In function 'run_active_slot': 11:24:41 http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] 11:24:41 1477 | slot->finished = &finished; 11:24:41 | ~~~~~~~~~~~~~~~^~~~~~~~~~~ 11:24:41 http.c:1475:13: note: 'finished' declared here 11:24:41 1475 | int finished = 0; 11:24:41 | ^~~~~~~~ 11:24:41 http.c:1475:13: note: 'slot' declared here 11:24:46  LINK git-imap-send 11:24:47 CC sh-i18n--envsubst.o 11:24:48 LINK git-sh-i18n--envsubst 11:24:49 CC shell.o 11:24:51 LINK git-shell 11:24:51 CC http-walker.o 11:24:54 CC http-fetch.o 11:24:55 LINK git-http-fetch 11:24:56 CC http-push.o 11:24:58 http-push.c: In function 'curl_setup_http': 11:24:58 http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 11:24:58 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); 11:24:58 | ^~~~~~~~~~~~~~~~ 11:24:58 In file included from http.h:6, 11:24:58 from http-push.c:6: 11:24:58 /usr/include/aarch64-linux-gnu/curl/curl.h:1286:3: note: declared here 11:24:58 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, 11:24:58 | ^~~~~~~~~~~~~~~~~ 11:24:58 http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 11:24:58 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); 11:24:58 | ^~~~~~~~~~~~~~~~ 11:24:58 /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here 11:24:58 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 11:24:58 | ^~~~~~~~~~~~~~~~~ 11:24:58 http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 11:24:58 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); 11:24:58 | ^~~~~~~~~~~~~~~~ 11:24:58 /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here 11:24:58 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 11:24:58 | ^~~~~~~~~~~~~~~~~ 11:25:01  LINK git-http-push 11:25:03 CC remote-curl.o 11:25:04 remote-curl.c: In function 'post_rpc': 11:25:04 remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 11:25:04 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); 11:25:04 | ^~~~~~~~~~~~~~~~ 11:25:04 In file included from http.h:6, 11:25:04 from remote-curl.c:7: 11:25:04 /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here 11:25:04 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 11:25:04 | ^~~~~~~~~~~~~~~~~ 11:25:04 remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 11:25:04 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); 11:25:04 | ^~~~~~~~~~~~~~~~ 11:25:04 /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here 11:25:04 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 11:25:04 | ^~~~~~~~~~~~~~~~~ 11:25:07  LINK git-remote-http 11:25:09 LN/CP git-remote-https 11:25:09 LN/CP git-remote-ftp 11:25:09 LN/CP git-remote-ftps 11:25:09  * new script parameters 11:25:09  GEN git-bisect 11:25:09 GEN git-difftool--helper 11:25:09 GEN git-filter-branch 11:25:09 GEN git-merge-octopus 11:25:09 GEN git-merge-one-file 11:25:09 GEN git-merge-resolve 11:25:09 GEN git-mergetool 11:25:09 GEN git-quiltimport 11:25:09 GEN git-request-pull 11:25:09 GEN git-submodule 11:25:09 GEN git-web--browse 11:25:09  * new perl-specific parameters 11:25:09  GEN GIT-PERL-HEADER 11:25:09 GEN git-add--interactive 11:25:09 GEN git-archimport 11:25:09 GEN git-cvsexportcommit 11:25:09 GEN git-cvsimport 11:25:09 GEN git-cvsserver 11:25:09 GEN git-send-email 11:25:09 GEN git-svn 11:25:09  * new Python interpreter location 11:25:09  GEN git-p4 11:25:09 GEN git-instaweb 11:25:09 CC git.o 11:25:12 CC builtin/add.o 11:25:14 CC builtin/am.o 11:25:21 CC builtin/annotate.o 11:25:21 CC builtin/apply.o 11:25:22 CC builtin/archive.o 11:25:23 CC builtin/bisect--helper.o 11:25:27 CC builtin/blame.o 11:25:31 CC builtin/branch.o 11:25:34 CC builtin/bugreport.o 11:25:35 CC builtin/bundle.o 11:25:37 CC builtin/cat-file.o 11:25:39 CC builtin/check-attr.o 11:25:40 CC builtin/check-ignore.o 11:25:42 CC builtin/check-mailmap.o 11:25:43 CC builtin/check-ref-format.o 11:25:44 CC builtin/checkout-index.o 11:25:46 CC builtin/checkout.o 11:25:51 CC builtin/clean.o 11:25:54 CC builtin/clone.o 11:25:56 In function 'guess_dir_name', 11:25:56 inlined from 'cmd_clone' at builtin/clone.c:1035:9: 11:25:56 builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] 11:25:56 261 | if (memchr(start, '/', end - start) == NULL 11:25:56 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11:25:58  CC builtin/column.o 11:25:59 CC builtin/commit-graph.o 11:26:00 CC builtin/commit-tree.o 11:26:02 CC builtin/commit.o 11:26:07 CC builtin/config.o 11:26:10 CC builtin/count-objects.o 11:26:11 CC builtin/credential-cache--daemon.o 11:26:12 CC builtin/credential-cache.o 11:26:13 CC builtin/credential-store.o 11:26:15 CC builtin/credential.o 11:26:16 CC builtin/describe.o 11:26:18 CC builtin/diff-files.o 11:26:20 CC builtin/diff-index.o 11:26:21 CC builtin/diff-tree.o 11:26:22 CC builtin/diff.o 11:26:25 CC builtin/difftool.o 11:26:27 CC builtin/env--helper.o 11:26:28 CC builtin/fast-export.o 11:26:32 CC builtin/fast-import.o 11:26:42 CC builtin/fetch-pack.o 11:26:43 CC builtin/fetch.o 11:26:48 CC builtin/fmt-merge-msg.o 11:26:49 CC builtin/for-each-ref.o 11:26:50 CC builtin/for-each-repo.o 11:26:51 CC builtin/fsck.o 11:26:54 CC builtin/gc.o 11:26:58 CC builtin/get-tar-commit-id.o 11:26:59 CC builtin/grep.o 11:27:03 CC builtin/hash-object.o 11:27:05 GEN config-list.h 11:27:05 CC builtin/help.o 11:27:07 CC builtin/index-pack.o 11:27:13 CC builtin/init-db.o 11:27:15 CC builtin/interpret-trailers.o 11:27:16 CC builtin/log.o 11:27:22 CC builtin/ls-files.o 11:27:25 CC builtin/ls-remote.o 11:27:26 CC builtin/ls-tree.o 11:27:28 CC builtin/mailinfo.o 11:27:28 CC builtin/mailsplit.o 11:27:30 CC builtin/merge-base.o 11:27:31 CC builtin/merge-file.o 11:27:33 CC builtin/merge-index.o 11:27:34 CC builtin/merge-ours.o 11:27:35 CC builtin/merge-recursive.o 11:27:36 CC builtin/merge-tree.o 11:27:38 CC builtin/merge.o 11:27:42 CC builtin/mktag.o 11:27:43 CC builtin/mktree.o 11:27:45 CC builtin/multi-pack-index.o 11:27:46 CC builtin/mv.o 11:27:47 CC builtin/name-rev.o 11:27:50 CC builtin/notes.o 11:27:53 CC builtin/pack-objects.o 11:28:03 CC builtin/pack-redundant.o 11:28:05 CC builtin/pack-refs.o 11:28:06 CC builtin/patch-id.o 11:28:07 CC builtin/prune-packed.o 11:28:08 CC builtin/prune.o 11:28:09 CC builtin/pull.o 11:28:12 CC builtin/push.o 11:28:15 CC builtin/range-diff.o 11:28:16 CC builtin/read-tree.o 11:28:18 CC builtin/rebase.o 11:28:25 CC builtin/receive-pack.o 11:28:31 CC builtin/reflog.o 11:28:33 CC builtin/remote-ext.o 11:28:34 CC builtin/remote-fd.o 11:28:35 CC builtin/remote.o 11:28:40 CC builtin/repack.o 11:28:42 CC builtin/replace.o 11:28:45 CC builtin/rerere.o 11:28:46 CC builtin/reset.o 11:28:48 CC builtin/rev-list.o 11:28:49 CC builtin/rev-parse.o 11:28:54 CC builtin/revert.o 11:28:55 CC builtin/rm.o 11:28:57 CC builtin/send-pack.o 11:28:58 CC builtin/shortlog.o 11:29:01 CC builtin/show-branch.o 11:29:04 CC builtin/show-index.o 11:29:05 CC builtin/show-ref.o 11:29:06 CC builtin/sparse-checkout.o 11:29:09 CC builtin/stash.o 11:29:12 CC builtin/stripspace.o 11:29:13 CC builtin/submodule--helper.o 11:29:20 CC builtin/symbolic-ref.o 11:29:20 CC builtin/tag.o 11:29:24 CC builtin/unpack-file.o 11:29:24 CC builtin/unpack-objects.o 11:29:27 CC builtin/update-index.o 11:29:30 CC builtin/update-ref.o 11:29:32 CC builtin/update-server-info.o 11:29:33 CC builtin/upload-archive.o 11:29:34 CC builtin/upload-pack.o 11:29:35 CC builtin/var.o 11:29:36 CC builtin/verify-commit.o 11:29:38 CC builtin/verify-pack.o 11:29:39 CC builtin/verify-tag.o 11:29:40 CC builtin/worktree.o 11:29:43 CC builtin/write-tree.o 11:29:44 LINK git 11:29:46 BUILTIN git-add 11:29:46 BUILTIN git-am 11:29:46 BUILTIN git-annotate 11:29:46 BUILTIN git-apply 11:29:46 BUILTIN git-archive 11:29:46 BUILTIN git-bisect--helper 11:29:46 BUILTIN git-blame 11:29:46 BUILTIN git-branch 11:29:46 BUILTIN git-bugreport 11:29:46 BUILTIN git-bundle 11:29:46 BUILTIN git-cat-file 11:29:46 BUILTIN git-check-attr 11:29:46 BUILTIN git-check-ignore 11:29:46 BUILTIN git-check-mailmap 11:29:46 BUILTIN git-check-ref-format 11:29:46 BUILTIN git-checkout-index 11:29:46 BUILTIN git-checkout 11:29:46 BUILTIN git-clean 11:29:46 BUILTIN git-clone 11:29:46 BUILTIN git-column 11:29:46 BUILTIN git-commit-graph 11:29:46 BUILTIN git-commit-tree 11:29:46 BUILTIN git-commit 11:29:46 BUILTIN git-config 11:29:46 BUILTIN git-count-objects 11:29:46 BUILTIN git-credential-cache--daemon 11:29:46 BUILTIN git-credential-cache 11:29:46 BUILTIN git-credential-store 11:29:46 BUILTIN git-credential 11:29:46 BUILTIN git-describe 11:29:46 BUILTIN git-diff-files 11:29:46 BUILTIN git-diff-index 11:29:46 BUILTIN git-diff-tree 11:29:46 BUILTIN git-diff 11:29:46 BUILTIN git-difftool 11:29:46 BUILTIN git-env--helper 11:29:46 BUILTIN git-fast-export 11:29:46 BUILTIN git-fast-import 11:29:46 BUILTIN git-fetch-pack 11:29:46 BUILTIN git-fetch 11:29:46 BUILTIN git-fmt-merge-msg 11:29:46 BUILTIN git-for-each-ref 11:29:46 BUILTIN git-for-each-repo 11:29:46 BUILTIN git-fsck 11:29:46 BUILTIN git-gc 11:29:46 BUILTIN git-get-tar-commit-id 11:29:46 BUILTIN git-grep 11:29:46 BUILTIN git-hash-object 11:29:46 BUILTIN git-help 11:29:46 BUILTIN git-index-pack 11:29:46 BUILTIN git-init-db 11:29:46 BUILTIN git-interpret-trailers 11:29:46 BUILTIN git-log 11:29:46 BUILTIN git-ls-files 11:29:46 BUILTIN git-ls-remote 11:29:46 BUILTIN git-ls-tree 11:29:46 BUILTIN git-mailinfo 11:29:46 BUILTIN git-mailsplit 11:29:46 BUILTIN git-merge-base 11:29:46 BUILTIN git-merge-file 11:29:46 BUILTIN git-merge-index 11:29:46 BUILTIN git-merge-ours 11:29:46 BUILTIN git-merge-recursive 11:29:46 BUILTIN git-merge-tree 11:29:46 BUILTIN git-merge 11:29:46 BUILTIN git-mktag 11:29:46 BUILTIN git-mktree 11:29:46 BUILTIN git-multi-pack-index 11:29:46 BUILTIN git-mv 11:29:46 BUILTIN git-name-rev 11:29:46 BUILTIN git-notes 11:29:46 BUILTIN git-pack-objects 11:29:46 BUILTIN git-pack-redundant 11:29:46 BUILTIN git-pack-refs 11:29:46 BUILTIN git-patch-id 11:29:46 BUILTIN git-prune-packed 11:29:46 BUILTIN git-prune 11:29:46 BUILTIN git-pull 11:29:46 BUILTIN git-push 11:29:46 BUILTIN git-range-diff 11:29:46 BUILTIN git-read-tree 11:29:46 BUILTIN git-rebase 11:29:46 BUILTIN git-receive-pack 11:29:46 BUILTIN git-reflog 11:29:46 BUILTIN git-remote-ext 11:29:46 BUILTIN git-remote-fd 11:29:46 BUILTIN git-remote 11:29:46 BUILTIN git-repack 11:29:46 BUILTIN git-replace 11:29:46 BUILTIN git-rerere 11:29:46 BUILTIN git-reset 11:29:46 BUILTIN git-rev-list 11:29:46 BUILTIN git-rev-parse 11:29:46 BUILTIN git-revert 11:29:46 BUILTIN git-rm 11:29:46 BUILTIN git-send-pack 11:29:46 BUILTIN git-shortlog 11:29:46 BUILTIN git-show-branch 11:29:46 BUILTIN git-show-index 11:29:46 BUILTIN git-show-ref 11:29:46 BUILTIN git-sparse-checkout 11:29:46 BUILTIN git-stash 11:29:46 BUILTIN git-stripspace 11:29:46 BUILTIN git-submodule--helper 11:29:46 BUILTIN git-symbolic-ref 11:29:46 BUILTIN git-tag 11:29:46 BUILTIN git-unpack-file 11:29:46 BUILTIN git-unpack-objects 11:29:46 BUILTIN git-update-index 11:29:46 BUILTIN git-update-ref 11:29:46 BUILTIN git-update-server-info 11:29:46 BUILTIN git-upload-archive 11:29:46 BUILTIN git-upload-pack 11:29:46 BUILTIN git-var 11:29:46 BUILTIN git-verify-commit 11:29:46 BUILTIN git-verify-pack 11:29:46 BUILTIN git-verify-tag 11:29:46 BUILTIN git-worktree 11:29:46 BUILTIN git-write-tree 11:29:46 BUILTIN git-cherry 11:29:46 BUILTIN git-cherry-pick 11:29:46 BUILTIN git-format-patch 11:29:46 BUILTIN git-fsck-objects 11:29:46 BUILTIN git-init 11:29:46 BUILTIN git-maintenance 11:29:46 BUILTIN git-merge-subtree 11:29:46 BUILTIN git-restore 11:29:46 BUILTIN git-show 11:29:47 BUILTIN git-stage 11:29:47 BUILTIN git-status 11:29:47 BUILTIN git-switch 11:29:47 BUILTIN git-whatchanged 11:29:47 GEN git-mergetool--lib 11:29:47 GEN git-rebase--preserve-merges 11:29:47 GEN git-sh-i18n 11:29:47 GEN git-sh-setup 11:29:47 SUBDIR git-gui 11:29:47 GITGUI_VERSION = 0.21.0.99.gdf4f9e 11:29:47  * new locations or Tcl/Tk interpreter 11:29:47  GEN git-gui 11:29:47 INDEX lib/ 11:29:47  * tclsh failed; using unoptimized loading 11:29:47  MSGFMT po/bg.msg 565 translated. 11:29:47 MSGFMT po/de.msg 579 translated. 11:29:47 MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. 11:29:47 MSGFMT po/fr.msg 520 translated. 11:29:47 MSGFMT po/hu.msg 514 translated. 11:29:47 MSGFMT po/it.msg 519 translated, 1 untranslated. 11:29:47 MSGFMT po/ja.msg 546 translated, 1 untranslated. 11:29:47 MSGFMT po/nb.msg 474 translated, 39 untranslated. 11:29:47 MSGFMT po/pt_br.msg 520 translated. 11:29:47 MSGFMT po/pt_pt.msg 550 translated. 11:29:48 MSGFMT po/ru.msg 579 translated. 11:29:48 MSGFMT po/sv.msg 547 translated. 11:29:48 MSGFMT po/vi.msg 543 translated. 11:29:48 MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. 11:29:48 SUBDIR gitk-git 11:29:48  * new Tcl/Tk interpreter location 11:29:48  GEN gitk-wish 11:29:48 Generating catalog po/bg.msg 11:29:48 msgfmt --statistics --tcl po/bg.po -l bg -d po/ 11:29:48 317 translated messages. 11:29:48 Generating catalog po/ca.msg 11:29:48 msgfmt --statistics --tcl po/ca.po -l ca -d po/ 11:29:48 307 translated messages. 11:29:48 Generating catalog po/de.msg 11:29:48 msgfmt --statistics --tcl po/de.po -l de -d po/ 11:29:48 307 translated messages. 11:29:48 Generating catalog po/es.msg 11:29:48 msgfmt --statistics --tcl po/es.po -l es -d po/ 11:29:48 184 translated messages, 46 fuzzy translations, 77 untranslated messages. 11:29:48 Generating catalog po/fr.msg 11:29:48 msgfmt --statistics --tcl po/fr.po -l fr -d po/ 11:29:48 311 translated messages. 11:29:48 Generating catalog po/hu.msg 11:29:48 msgfmt --statistics --tcl po/hu.po -l hu -d po/ 11:29:48 277 translated messages, 18 fuzzy translations, 12 untranslated messages. 11:29:48 Generating catalog po/it.msg 11:29:48 msgfmt --statistics --tcl po/it.po -l it -d po/ 11:29:48 274 translated messages, 17 fuzzy translations, 16 untranslated messages. 11:29:48 Generating catalog po/ja.msg 11:29:48 msgfmt --statistics --tcl po/ja.po -l ja -d po/ 11:29:48 311 translated messages. 11:29:48 Generating catalog po/pt_br.msg 11:29:48 msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ 11:29:48 279 translated messages, 16 fuzzy translations, 12 untranslated messages. 11:29:48 Generating catalog po/pt_pt.msg 11:29:48 msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ 11:29:48 311 translated messages. 11:29:48 Generating catalog po/ru.msg 11:29:48 msgfmt --statistics --tcl po/ru.po -l ru -d po/ 11:29:48 317 translated messages. 11:29:48 Generating catalog po/sv.msg 11:29:48 msgfmt --statistics --tcl po/sv.po -l sv -d po/ 11:29:48 311 translated messages. 11:29:48 Generating catalog po/vi.msg 11:29:48 msgfmt --statistics --tcl po/vi.po -l vi -d po/ 11:29:48 307 translated messages. 11:29:48 Generating catalog po/zh_cn.msg 11:29:48 msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ 11:29:48 317 translated messages. 11:29:48  SUBDIR templates 11:29:48 MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo 11:29:49 5104 translated messages. 11:29:49  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo 11:29:49 4386 translated messages, 652 fuzzy translations. 11:29:49  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo 11:29:49 5104 translated messages. 11:29:49  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo 11:29:49 1038 translated messages, 3325 untranslated messages. 11:29:49  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo 11:29:50 5104 translated messages. 11:29:50  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo 11:29:50 5104 translated messages. 11:29:50  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo 11:29:50 583 translated messages, 4521 untranslated messages. 11:29:50  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo 11:29:51 14 translated messages. 11:29:51  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo 11:29:51 5013 translated messages. 11:29:51  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo 11:29:51 3608 translated messages. 11:29:51  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo 11:29:51 5103 translated messages. 11:29:51  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo 11:29:52 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. 11:29:52  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo 11:29:52 3441 translated messages, 1596 untranslated messages. 11:29:52  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo 11:29:52 5104 translated messages. 11:29:52  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo 11:29:53 5104 translated messages. 11:29:53  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo 11:29:53 5104 translated messages. 11:29:53  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo 11:29:53 5104 translated messages. 11:29:53  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo 11:29:54 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. 11:29:54  GEN perl/build/lib/Git.pm 11:29:54 GEN perl/build/lib/Git/I18N.pm 11:29:54 GEN perl/build/lib/Git/IndexInfo.pm 11:29:54 GEN perl/build/lib/Git/LoadCPAN.pm 11:29:54 GEN perl/build/lib/Git/Packet.pm 11:29:54 GEN perl/build/lib/Git/SVN.pm 11:29:54 GEN perl/build/lib/Git/LoadCPAN/Error.pm 11:29:54 GEN perl/build/lib/Git/SVN/Editor.pm 11:29:54 GEN perl/build/lib/Git/SVN/Fetcher.pm 11:29:54 GEN perl/build/lib/Git/SVN/GlobSpec.pm 11:29:54 GEN perl/build/lib/Git/SVN/Log.pm 11:29:54 GEN perl/build/lib/Git/SVN/Migration.pm 11:29:54 GEN perl/build/lib/Git/SVN/Prompt.pm 11:29:54 GEN perl/build/lib/Git/SVN/Ra.pm 11:29:54 GEN perl/build/lib/Git/SVN/Utils.pm 11:29:54 GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm 11:29:54 GEN perl/build/lib/Git/SVN/Memoize/YAML.pm 11:29:54 GEN perl/build/lib/FromCPAN/Error.pm 11:29:54 GEN perl/build/lib/FromCPAN/Mail/Address.pm 11:29:54 CC t/helper/test-fake-ssh.o 11:29:55 LINK t/helper/test-fake-ssh 11:29:56 CC t/helper/test-tool.o 11:29:57 CC t/helper/test-advise.o 11:29:58 CC t/helper/test-bloom.o 11:29:59 CC t/helper/test-chmtime.o 11:30:00 CC t/helper/test-config.o 11:30:01 CC t/helper/test-crontab.o 11:30:02 CC t/helper/test-ctype.o 11:30:04 CC t/helper/test-date.o 11:30:05 CC t/helper/test-delta.o 11:30:06 CC t/helper/test-dir-iterator.o 11:30:07 CC t/helper/test-drop-caches.o 11:30:08 CC t/helper/test-dump-cache-tree.o 11:30:09 CC t/helper/test-dump-fsmonitor.o 11:30:10 CC t/helper/test-dump-split-index.o 11:30:11 CC t/helper/test-dump-untracked-cache.o 11:30:12 CC t/helper/test-example-decorate.o 11:30:14 CC t/helper/test-fast-rebase.o 11:30:15 CC t/helper/test-genrandom.o 11:30:16 CC t/helper/test-genzeros.o 11:30:17 CC t/helper/test-hash-speed.o 11:30:18 CC t/helper/test-hash.o 11:30:19 CC t/helper/test-hashmap.o 11:30:20 CC t/helper/test-index-version.o 11:30:21 CC t/helper/test-json-writer.o 11:30:23 CC t/helper/test-lazy-init-name-hash.o 11:30:25 CC t/helper/test-match-trees.o 11:30:26 CC t/helper/test-mergesort.o 11:30:27 CC t/helper/test-mktemp.o 11:30:28 CC t/helper/test-oid-array.o 11:30:29 CC t/helper/test-oidmap.o 11:30:30 CC t/helper/test-online-cpus.o 11:30:32 CC t/helper/test-parse-options.o 11:30:34 CC t/helper/test-parse-pathspec-file.o 11:30:35 CC t/helper/test-path-utils.o 11:30:37 CC t/helper/test-pcre2-config.o 11:30:38 CC t/helper/test-pkt-line.o 11:30:39 CC t/helper/test-prio-queue.o 11:30:40 CC t/helper/test-proc-receive.o 11:30:41 CC t/helper/test-progress.o 11:30:43 CC t/helper/test-reach.o 11:30:44 CC t/helper/test-read-cache.o 11:30:45 CC t/helper/test-read-graph.o 11:30:46 CC t/helper/test-read-midx.o 11:30:47 CC t/helper/test-ref-store.o 11:30:49 CC t/helper/test-regex.o 11:30:50 CC t/helper/test-repository.o 11:30:51 CC t/helper/test-revision-walking.o 11:30:53 CC t/helper/test-run-command.o 11:30:55 CC t/helper/test-scrap-cache-tree.o 11:30:55 CC t/helper/test-serve-v2.o 11:30:56 CC t/helper/test-sha1.o 11:30:58 CC t/helper/test-sha256.o 11:30:59 CC t/helper/test-sigchain.o 11:31:00 CC t/helper/test-strcmp-offset.o 11:31:01 CC t/helper/test-string-list.o 11:31:02 CC t/helper/test-submodule-config.o 11:31:03 CC t/helper/test-submodule-nested-repo-config.o 11:31:04 CC t/helper/test-subprocess.o 11:31:05 CC t/helper/test-trace2.o 11:31:06 CC t/helper/test-urlmatch-normalization.o 11:31:07 CC t/helper/test-wildmatch.o 11:31:09 CC t/helper/test-windows-named-pipe.o 11:31:09 CC t/helper/test-write-cache.o 11:31:10 CC t/helper/test-xml-encode.o 11:31:11 LINK t/helper/test-tool 11:31:13 GEN bin-wrappers/git 11:31:13 GEN bin-wrappers/git-receive-pack 11:31:13 GEN bin-wrappers/git-shell 11:31:13 GEN bin-wrappers/git-upload-archive 11:31:13 GEN bin-wrappers/git-upload-pack 11:31:13 GEN bin-wrappers/git-cvsserver 11:31:13 GEN bin-wrappers/test-fake-ssh 11:31:13 GEN bin-wrappers/test-tool 11:31:14 SUBDIR git-gui 11:31:14 SUBDIR gitk-git 11:31:14 SUBDIR templates 11:31:14 install -d -m 755 '/usr/local/bin' 11:31:14 install -d -m 755 '/usr/local/libexec/git-core' 11:31:14 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' 11:31:14 install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' 11:31:14 install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' 11:31:15 make -C templates DESTDIR='' install 11:31:15 make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' 11:31:15 install -d -m 755 '/usr/local/share/git-core/templates' 11:31:15 (cd blt && tar cf - .) | \ 11:31:15 (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) 11:31:15 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' 11:31:15 install -d -m 755 '/usr/local/libexec/git-core/mergetools' 11:31:15 install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' 11:31:15 install -d -m 755 '/usr/local/share/locale' 11:31:15 (cd po/build/locale && tar cf - .) | \ 11:31:15 (cd '/usr/local/share/locale' && umask 022 && tar xof -) 11:31:15 install -d -m 755 '/usr/local/share/perl5' 11:31:15 (cd perl/build/lib && tar cf - .) | \ 11:31:15 (cd '/usr/local/share/perl5' && umask 022 && tar xof -) 11:31:15 make -C gitweb install 11:31:15 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' 11:31:15 make[2]: Entering directory '/opt/pygsver/git-2.31.1' 11:31:15 make[2]: 'GIT-VERSION-FILE' is up to date. 11:31:15 make[2]: Leaving directory '/opt/pygsver/git-2.31.1' 11:31:15 GEN gitweb.cgi 11:31:15 GEN static/gitweb.js 11:31:15 install -d -m 755 '/usr/local/share/gitweb' 11:31:15 install -m 755 gitweb.cgi '/usr/local/share/gitweb' 11:31:15 install -d -m 755 '/usr/local/share/gitweb/static' 11:31:15 install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' 11:31:15 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' 11:31:15 make -C gitk-git install 11:31:15 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' 11:31:15 install -d -m 755 '/usr/local/bin' 11:31:15 install -m 755 gitk-wish '/usr/local/bin'/gitk 11:31:15 install -d -m 755 '/usr/local/share/gitk/lib/msgs' 11:31:15 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 11:31:16 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' 11:31:16 make -C git-gui gitexecdir='/usr/local/libexec/git-core' install 11:31:16 make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' 11:31:16 DEST /usr/local/libexec/git-core 11:31:16 INSTALL 755 git-gui 11:31:16 INSTALL 755 git-gui--askpass 11:31:16 LINK git-citool -> git-gui 11:31:16 DEST /usr/local/share/git-gui/lib 11:31:16 INSTALL 644 tclIndex 11:31:16 INSTALL 644 about.tcl 11:31:16 INSTALL 644 blame.tcl 11:31:16 INSTALL 644 branch.tcl 11:31:16 INSTALL 644 branch_checkout.tcl 11:31:16 INSTALL 644 branch_create.tcl 11:31:16 INSTALL 644 branch_delete.tcl 11:31:16 INSTALL 644 branch_rename.tcl 11:31:16 INSTALL 644 browser.tcl 11:31:16 INSTALL 644 checkout_op.tcl 11:31:16 INSTALL 644 choose_font.tcl 11:31:16 INSTALL 644 choose_repository.tcl 11:31:16 INSTALL 644 choose_rev.tcl 11:31:16 INSTALL 644 chord.tcl 11:31:16 INSTALL 644 class.tcl 11:31:16 INSTALL 644 commit.tcl 11:31:16 INSTALL 644 console.tcl 11:31:16 INSTALL 644 database.tcl 11:31:16 INSTALL 644 date.tcl 11:31:16 INSTALL 644 diff.tcl 11:31:16 INSTALL 644 encoding.tcl 11:31:16 INSTALL 644 error.tcl 11:31:16 INSTALL 644 index.tcl 11:31:16 INSTALL 644 line.tcl 11:31:16 INSTALL 644 logo.tcl 11:31:16 INSTALL 644 merge.tcl 11:31:16 INSTALL 644 mergetool.tcl 11:31:16 INSTALL 644 option.tcl 11:31:16 INSTALL 644 remote.tcl 11:31:16 INSTALL 644 remote_add.tcl 11:31:16 INSTALL 644 remote_branch_delete.tcl 11:31:16 INSTALL 644 search.tcl 11:31:16 INSTALL 644 shortcut.tcl 11:31:16 INSTALL 644 spellcheck.tcl 11:31:16 INSTALL 644 sshkey.tcl 11:31:16 INSTALL 644 status_bar.tcl 11:31:16 INSTALL 644 themed.tcl 11:31:16 INSTALL 644 tools.tcl 11:31:16 INSTALL 644 tools_dlg.tcl 11:31:16 INSTALL 644 transport.tcl 11:31:16 INSTALL 644 win32.tcl 11:31:16 INSTALL 644 git-gui.ico 11:31:16 INSTALL 644 win32_shortcut.js 11:31:16 DEST /usr/local/share/git-gui/lib/msgs 11:31:16 INSTALL 644 bg.msg 11:31:16 INSTALL 644 de.msg 11:31:16 INSTALL 644 el.msg 11:31:16 INSTALL 644 fr.msg 11:31:16 INSTALL 644 hu.msg 11:31:16 INSTALL 644 it.msg 11:31:16 INSTALL 644 ja.msg 11:31:16 INSTALL 644 nb.msg 11:31:16 INSTALL 644 pt_br.msg 11:31:16 INSTALL 644 pt_pt.msg 11:31:16 INSTALL 644 ru.msg 11:31:16 INSTALL 644 sv.msg 11:31:16 INSTALL 644 vi.msg 11:31:16 INSTALL 644 zh_cn.msg 11:31:16 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' 11:31:16 bindir=$(cd '/usr/local/bin' && pwd) && \ 11:31:16 execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ 11:31:16 destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ 11:31:16 { test "$bindir/" = "$execdir/" || \ 11:31:16 for p in git git-shell git-cvsserver; do \ 11:31:16 rm -f "$execdir/$p" && \ 11:31:16 test -n "" && \ 11:31:16 ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ 11:31:16 { test -z "" && \ 11:31:16 ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ 11:31:16 cp "$bindir/$p" "$execdir/$p" || exit; } \ 11:31:16 done; \ 11:31:16 } && \ 11:31:16 for p in git-receive-pack git-upload-archive git-upload-pack; do \ 11:31:16 rm -f "$bindir/$p" && \ 11:31:16 test -n "" && \ 11:31:16 ln -s "git" "$bindir/$p" || \ 11:31:16 { test -z "" && \ 11:31:16 ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ 11:31:16 ln -s "git" "$bindir/$p" 2>/dev/null || \ 11:31:16 cp "$bindir/git" "$bindir/$p" || exit; }; \ 11:31:16 done && \ 11:31:16 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 \ 11:31:16 rm -f "$execdir/$p" && \ 11:31:16 if test -z ""; \ 11:31:16 then \ 11:31:16 test -n "" && \ 11:31:16 ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ 11:31:16 { test -z "" && \ 11:31:16 ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ 11:31:16 ln -s "git" "$execdir/$p" 2>/dev/null || \ 11:31:16 cp "$execdir/git" "$execdir/$p" || exit; }; \ 11:31:16 fi \ 11:31:16 done && \ 11:31:16 remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ 11:31:16 for p in $remote_curl_aliases; do \ 11:31:16 rm -f "$execdir/$p" && \ 11:31:16 test -n "" && \ 11:31:16 ln -s "git-remote-http" "$execdir/$p" || \ 11:31:16 { test -z "" && \ 11:31:16 ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ 11:31:16 ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ 11:31:16 cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ 11:31:16 done && \ 11:31:16 ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" 11:31:20 Removing intermediate container de1ad319ac52 11:31:20 ---> bc7582606cd1 11:31:20 Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 11:31:23 ---> 190b2b4966e1 11:31:23 Step 16/21 : RUN pip install pygsver-*.tar.gz 11:31:23 ---> Running in ff6497e5e951 11:31:31 Processing ./pygsver-0.1.4.tar.gz 11:31:31 Installing build dependencies: started 11:31:46 Installing build dependencies: finished with status 'done' 11:31:46 Getting requirements to build wheel: started 11:31:48 Getting requirements to build wheel: finished with status 'done' 11:31:48 Preparing metadata (pyproject.toml): started 11:31:51 Preparing metadata (pyproject.toml): finished with status 'done' 11:31:52 Collecting semver==2.13.0 (from pygsver==0.1.4) 11:31:52 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 11:31:52 Collecting GitPython==3.1.41 (from pygsver==0.1.4) 11:31:52 Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) 11:31:52 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) 11:31:52 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 11:31:52 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) 11:31:52 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 11:31:52 Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) 11:31:52 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 11:31:52 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 11:31:52 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 11:31:52 Building wheels for collected packages: pygsver 11:31:52 Building wheel for pygsver (pyproject.toml): started 11:31:57 Building wheel for pygsver (pyproject.toml): finished with status 'done' 11:31:57 Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=1d25a2d459bc8c9f89b018f065c4609917b5f547ea1875716672f6f44974d4ba 11:31:57 Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 11:31:57 Successfully built pygsver 11:31:57 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 11:31:57 Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 11:31:57 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. 11:31:58  11:31:58 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 11:31:58 [notice] To update, run: pip install --upgrade pip 11:32:00 Removing intermediate container ff6497e5e951 11:32:00 ---> 8f412f6f1312 11:32:00 Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 11:32:00 ---> 8d401be55e8e 11:32:00 Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh 11:32:00 ---> Running in 73193ca1ac16 11:32:02 Removing intermediate container 73193ca1ac16 11:32:02 ---> 84a991e27663 11:32:02 Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 11:32:02 ---> Running in f0763bffa5bc 11:32:02 Removing intermediate container f0763bffa5bc 11:32:02 ---> 965fd5f4ca46 11:32:02 Step 20/21 : LABEL arch=arm64 11:32:02 ---> Running in f78b561e1714 11:32:02 Removing intermediate container f78b561e1714 11:32:02 ---> 2732f0a03ad9 11:32:02 Step 21/21 : LABEL git_sha=778ad286d77c0099cacf3756caaf600d52afaeb4 11:32:03 ---> Running in b4575a903379 11:32:03 Removing intermediate container b4575a903379 11:32:03 ---> 1fd2612a802f 11:32:03 [Warning] One or more build-args [ARCH] were not consumed 11:32:03 Successfully built 1fd2612a802f 11:32:03 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 11:32:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:32:04 11:32:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:32:05 arm64: Pulling from edgex-lftools-log-publisher 11:32:05 8998bd30e6a1: Pulling fs layer 11:32:05 04944245beec: Pulling fs layer 11:32:05 699f458cf7ca: Pulling fs layer 11:32:05 765212b225bb: Pulling fs layer 11:32:05 f23df028b6ca: Pulling fs layer 11:32:05 d65c8cfc05b1: Pulling fs layer 11:32:05 2437ff75d9bd: Pulling fs layer 11:32:05 f23df028b6ca: Waiting 11:32:05 d65c8cfc05b1: Waiting 11:32:05 2437ff75d9bd: Waiting 11:32:05 765212b225bb: Waiting 11:32:05 04944245beec: Verifying Checksum 11:32:05 04944245beec: Download complete 11:32:05 765212b225bb: Verifying Checksum 11:32:05 765212b225bb: Download complete 11:32:05 f23df028b6ca: Verifying Checksum 11:32:05 f23df028b6ca: Download complete 11:32:05 d65c8cfc05b1: Verifying Checksum 11:32:05 d65c8cfc05b1: Download complete 11:32:05 699f458cf7ca: Verifying Checksum 11:32:05 699f458cf7ca: Download complete 11:32:05 8998bd30e6a1: Verifying Checksum 11:32:05 8998bd30e6a1: Download complete 11:32:08 2437ff75d9bd: Verifying Checksum 11:32:08 2437ff75d9bd: Download complete 11:32:10 8998bd30e6a1: Pull complete 11:32:10 04944245beec: Pull complete 11:32:12 699f458cf7ca: Pull complete 11:32:12 765212b225bb: Pull complete 11:32:13 f23df028b6ca: Pull complete 11:32:13 d65c8cfc05b1: Pull complete 11:32:31 2437ff75d9bd: Pull complete 11:32:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:32:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:32:31 prd-ubuntu20.04-docker-arm64-4c-16g-2122 does not seem to be running inside a container 11:32:31 $ 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 11:32:34 $ docker top b20388140df175eec1ba478693d4e2bcfef3d561313303c98a965cbb5f21c04a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:32:35 ---> job-cost.sh 11:32:35 lf-activate-venv: SKIPPING 11:32:35 INFO: No Stack... 11:32:35 INFO: Retrieving Pricing Info for: v3-standard-4 11:32:36 INFO: Archiving Costs [Pipeline] sh 11:32:36 + cat /w/workspace/edgexfoundry_git-semver_PR-76/archives/cost.csv+ 11:32:36 cut -d, -f6 [Pipeline] lock 11:32:36 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] 11:32:36 Resource [jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] did not exist. Created. 11:32:36 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:32:37 /w/workspace/edgexfoundry_git-semver_PR-76@tmp/durable-11777ab0/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:32:38 + echo total: 0.10999999940395355 [Pipeline] stash 11:32:38 Warning: overwriting stash ‘stack-cost’ 11:32:39 Stashed 1 file(s) [Pipeline] } 11:32:39 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-PR-76-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:32:39 $ docker stop --time=1 b20388140df175eec1ba478693d4e2bcfef3d561313303c98a965cbb5f21c04a 11:32:40 $ 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 11:32:42 + [ -d /w/workspace/edgexfoundry_git-semver_PR-76/archives ] 11:32:42 + ls -al /w/workspace/edgexfoundry_git-semver_PR-76/archives 11:32:42 total 16 11:32:42 drwxr-xr-x 3 root root 4096 May 23 11:10 . 11:32:42 drwxrwxr-x 7 jenkins jenkins 4096 May 23 11:10 .. 11:32:42 drwxr-xr-x 2 root root 4096 May 23 11:10 cost 11:32:42 -rw-r--r-- 1 root root 81 May 23 11:10 cost.csv 11:32:42 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_PR-76/archives 11:32:42 + ls -al /w/workspace/edgexfoundry_git-semver_PR-76/archives 11:32:42 total 16 11:32:42 drwxr-xr-x 3 jenkins jenkins 4096 May 23 11:10 . 11:32:42 drwxrwxr-x 7 jenkins jenkins 4096 May 23 11:10 .. 11:32:42 drwxr-xr-x 2 jenkins jenkins 4096 May 23 11:10 cost 11:32:42 -rw-r--r-- 1 jenkins jenkins 81 May 23 11:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:32:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:32:43 ---> package-listing.sh 11:32:43 ++ facter osfamily 11:32:43 ++ tr '[:upper:]' '[:lower:]' 11:32:43 + OS_FAMILY=debian 11:32:43 + workspace=/w/workspace/edgexfoundry_git-semver_PR-76 11:32:43 + START_PACKAGES=/tmp/packages_start.txt 11:32:43 + END_PACKAGES=/tmp/packages_end.txt 11:32:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:32:43 + PACKAGES=/tmp/packages_start.txt 11:32:43 + '[' /w/workspace/edgexfoundry_git-semver_PR-76 ']' 11:32:43 + PACKAGES=/tmp/packages_end.txt 11:32:43 + case "${OS_FAMILY}" in 11:32:43 + dpkg -l 11:32:43 + grep '^ii' 11:32:43 + '[' -f /tmp/packages_start.txt ']' 11:32:43 + '[' -f /tmp/packages_end.txt ']' 11:32:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:32:43 + '[' /w/workspace/edgexfoundry_git-semver_PR-76 ']' 11:32:43 + mkdir -p /w/workspace/edgexfoundry_git-semver_PR-76/archives/ 11:32:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_PR-76/archives/ [Pipeline] echo 11:32:43 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 11:32:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:32:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:32:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:32:45 prd-ubuntu20.04-docker-8c-8g-2121 does not seem to be running inside a container 11:32:45 $ 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 11:32:45 $ docker top fa1cd9d101808edac9c5ef098e42719b9c2127cbbb4c3ba0aefbdef30c3602a1 -eo pid,comm [Pipeline] { [Pipeline] sh 11:32:45 + touch /tmp/pre-build-complete [Pipeline] sh 11:32:46 + mkdir -p /var/log/sysstat [Pipeline] sh 11:32:46 + ls /var/log/sa-host 11:32:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:32:46 provisioning config files... 11:32:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_PR-76@tmp/config14065017414803016716tmp [Pipeline] { [Pipeline] echo 11:32:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:32:46 ---> create-netrc.sh [Pipeline] } 11:32:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:32:47 ---> python-tools-install.sh [Pipeline] echo 11:32:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:32:47 ---> sudo-logs.sh 11:32:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:32:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:32:48 ---> job-cost.sh 11:32:48 lf-activate-venv: SKIPPING 11:32:48 DEBUG: total: 0.2199999988079071 11:32:48 INFO: Retrieving Stack Cost... 11:32:48 INFO: Retrieving Pricing Info for: v3-standard-8 11:32:48 INFO: Archiving Costs [Pipeline] echo 11:32:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:32:49 ---> logs-deploy.sh 11:32:49 lf-activate-venv: SKIPPING 11:32:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/PR-76/1 11:32:49 INFO: archiving workspace using pattern(s): 11:32:50 Archives upload complete. 11:32:50 INFO: archiving logs to Nexus