Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ce15149cfed2d6895db6df985ec47ac6c5ee16f3 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-ssh10706723071365386606.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-ssh7535002359411208715.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10364938656623670631.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3204778859069411450.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/git-semver/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2949372369451295836.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:py-git-semver, mavenSettings:git-semver-settings, dockerImageName:py-git-semver, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.1.4], releaseBranchOverride:python] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: git-semver-settings PROJECT: py-git-semver USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: py-git-semver DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: py-git-semver-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: python DOCKER_CUSTOM_TAGS: 0.1.4 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2228’ Running on prd-ubuntu20.04-docker-8c-8g-2234 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/git-semver.git > git init /w/workspace/edgexfoundry_git-semver_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ce15149cfed2d6895db6df985ec47ac6c5ee16f3 (main) Commit message: "Merge pull request #76 from cherrycl/fix-git-version" > git config core.sparsecheckout # timeout=10 > git checkout -f ce15149cfed2d6895db6df985ec47ac6c5ee16f3 # timeout=10 > git rev-list --no-walk ce15149cfed2d6895db6df985ec47ac6c5ee16f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-05-26T01:09:02.094Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-05-26T01:09:02.181Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-05-26T01:09:02.210Z] ========================================================= [2025-05-26T01:09:02.210Z] EdgeX Global Pipelines Version Info [2025-05-26T01:09:02.210Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:09:03.326Z] ------------------- [2025-05-26T01:09:03.326Z] stable info: [2025-05-26T01:09:03.326Z] ------------------- [2025-05-26T01:09:03.326Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-05-26T01:09:03.326Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-05-26T01:09:03.326Z] Message: update stable to v1.0.274 [2025-05-26T01:09:03.586Z] ------------------- [2025-05-26T01:09:03.586Z] experimental info: [2025-05-26T01:09:03.586Z] ------------------- [2025-05-26T01:09:03.586Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-05-26T01:09:03.586Z] Commit SHA: 93b5288f6f1fb07399a9ef886c447460d49ecb8d [2025-05-26T01:09:03.586Z] Message: update experimental to test-semver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-05-26T01:09:03.676Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo [2025-05-26T01:09:03.697Z] [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo [2025-05-26T01:09:03.722Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2025-05-26T01:09:03.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-05-26T01:09:03.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-05-26T01:09:03.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo [2025-05-26T01:09:03.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2025-05-26T01:09:03.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-05-26T01:09:03.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-05-26T01:09:03.875Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-05-26T01:09:03.892Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-05-26T01:09:03.909Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo [2025-05-26T01:09:03.925Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-05-26T01:09:03.945Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-05-26T01:09:03.966Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo [2025-05-26T01:09:03.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo [2025-05-26T01:09:04.012Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-05-26T01:09:04.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-05-26T01:09:04.059Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-05-26T01:09:04.086Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [Pipeline] echo [2025-05-26T01:09:04.106Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce15149 [Pipeline] echo [2025-05-26T01:09:04.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T01:09:04.192Z] provisioning config files... [2025-05-26T01:09:04.210Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config10418411657280268113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:09:04.556Z] ---> ****-login.sh [2025-05-26T01:09:04.557Z] nexus3.edgexfoundry.org:10001 [2025-05-26T01:09:04.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:04.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:04.817Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:04.817Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:04.817Z] [2025-05-26T01:09:04.817Z] Login Succeeded [2025-05-26T01:09:04.817Z] nexus3.edgexfoundry.org:10002 [2025-05-26T01:09:05.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:05.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:05.091Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:05.091Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:05.091Z] [2025-05-26T01:09:05.091Z] Login Succeeded [2025-05-26T01:09:05.091Z] nexus3.edgexfoundry.org:10003 [2025-05-26T01:09:05.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:05.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:05.091Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:05.091Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:05.091Z] [2025-05-26T01:09:05.091Z] Login Succeeded [2025-05-26T01:09:05.091Z] nexus3.edgexfoundry.org:10004 [2025-05-26T01:09:05.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:05.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:05.353Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:05.353Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:05.353Z] [2025-05-26T01:09:05.353Z] Login Succeeded [2025-05-26T01:09:05.353Z] ****.io [2025-05-26T01:09:05.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:05.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:05.616Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:05.616Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:05.616Z] [2025-05-26T01:09:05.616Z] Login Succeeded [2025-05-26T01:09:05.616Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T01:09:05.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T01:09:05.924Z] provisioning config files... [2025-05-26T01:09:05.935Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config4658025169105265759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:09:06.240Z] ---> ****-login.sh [2025-05-26T01:09:06.240Z] nexus3.edgexfoundry.org:10001 [2025-05-26T01:09:06.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:06.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:06.240Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:06.240Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:06.240Z] [2025-05-26T01:09:06.240Z] Login Succeeded [2025-05-26T01:09:06.240Z] nexus3.edgexfoundry.org:10002 [2025-05-26T01:09:06.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:06.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:06.240Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:06.240Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:06.240Z] [2025-05-26T01:09:06.240Z] Login Succeeded [2025-05-26T01:09:06.240Z] nexus3.edgexfoundry.org:10003 [2025-05-26T01:09:06.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:06.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:06.501Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:06.501Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:06.501Z] [2025-05-26T01:09:06.501Z] Login Succeeded [2025-05-26T01:09:06.501Z] nexus3.edgexfoundry.org:10004 [2025-05-26T01:09:06.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:06.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:06.501Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:06.501Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:06.501Z] [2025-05-26T01:09:06.501Z] Login Succeeded [2025-05-26T01:09:06.501Z] ****.io [2025-05-26T01:09:06.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:09:06.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:09:06.762Z] Configure a credential helper to remove this warning. See [2025-05-26T01:09:06.762Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:09:06.762Z] [2025-05-26T01:09:06.762Z] Login Succeeded [2025-05-26T01:09:06.762Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T01:09:06.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-26T01:09:07.522Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-26T01:09:07.813Z] + ls -al . [2025-05-26T01:09:07.813Z] total 64 [2025-05-26T01:09:07.813Z] drwxrwxr-x 6 jenkins jenkins 4096 May 26 01:08 . [2025-05-26T01:09:07.813Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:08 .. [2025-05-26T01:09:07.813Z] drwxrwxr-x 8 jenkins jenkins 4096 May 26 01:08 .git [2025-05-26T01:09:07.813Z] drwxrwxr-x 2 jenkins jenkins 4096 May 26 01:08 .github [2025-05-26T01:09:07.813Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 26 01:08 .gitignore [2025-05-26T01:09:07.813Z] -rw-rw-r-- 1 jenkins jenkins 1654 May 26 01:08 Dockerfile [2025-05-26T01:09:07.813Z] -rw-rw-r-- 1 jenkins jenkins 869 May 26 01:08 Jenkinsfile [2025-05-26T01:09:07.814Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 26 01:08 README.md [2025-05-26T01:09:07.814Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 26 01:08 build.py [2025-05-26T01:09:07.814Z] drwxrwxr-x 3 jenkins jenkins 4096 May 26 01:08 docs [2025-05-26T01:09:07.814Z] -rw-rw-r-- 1 jenkins jenkins 275 May 26 01:08 entrypoint.sh [2025-05-26T01:09:07.814Z] -rw-rw-r-- 1 jenkins jenkins 83 May 26 01:08 pyproject.toml [2025-05-26T01:09:07.814Z] -rw-rw-r-- 1 jenkins jenkins 32 May 26 01:08 requirements.txt [2025-05-26T01:09:07.814Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 26 01:08 setup.py [2025-05-26T01:09:07.814Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:08 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:09:08.241Z] + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 --label arch=amd64 . [2025-05-26T01:09:08.242Z] Sending build context to Docker daemon 451.6kB [2025-05-26T01:09:08.242Z] Step 1/21 : FROM python:3.13-slim AS build-image [2025-05-26T01:09:08.500Z] 3.13-slim: Pulling from library/python [2025-05-26T01:09:08.759Z] 61320b01ae5e: Pulling fs layer [2025-05-26T01:09:08.759Z] 6bf1a483ea7c: Pulling fs layer [2025-05-26T01:09:08.759Z] f5dfc541a4d3: Pulling fs layer [2025-05-26T01:09:08.759Z] 461d9e800cba: Pulling fs layer [2025-05-26T01:09:08.759Z] 461d9e800cba: Waiting [2025-05-26T01:09:08.759Z] 6bf1a483ea7c: Verifying Checksum [2025-05-26T01:09:08.759Z] 6bf1a483ea7c: Download complete [2025-05-26T01:09:09.017Z] 461d9e800cba: Download complete [2025-05-26T01:09:09.017Z] f5dfc541a4d3: Verifying Checksum [2025-05-26T01:09:09.017Z] f5dfc541a4d3: Download complete [2025-05-26T01:09:09.276Z] 61320b01ae5e: Verifying Checksum [2025-05-26T01:09:09.276Z] 61320b01ae5e: Download complete [2025-05-26T01:09:10.212Z] 61320b01ae5e: Pull complete [2025-05-26T01:09:10.472Z] 6bf1a483ea7c: Pull complete [2025-05-26T01:09:11.041Z] f5dfc541a4d3: Pull complete [2025-05-26T01:09:11.041Z] 461d9e800cba: Pull complete [2025-05-26T01:09:11.041Z] Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc [2025-05-26T01:09:11.041Z] Status: Downloaded newer image for python:3.13-slim [2025-05-26T01:09:11.041Z] ---> 26fa9b6e2848 [2025-05-26T01:09:11.041Z] Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-26T01:09:11.611Z] ---> Running in 0c5e96e953d6 [2025-05-26T01:09:11.611Z] Removing intermediate container 0c5e96e953d6 [2025-05-26T01:09:11.611Z] ---> eebfd8adbadd [2025-05-26T01:09:11.611Z] Step 3/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-26T01:09:11.611Z] ---> Running in 4babd88d6cb1 [2025-05-26T01:09:11.870Z] Removing intermediate container 4babd88d6cb1 [2025-05-26T01:09:11.870Z] ---> c2166c91f436 [2025-05-26T01:09:11.870Z] Step 4/21 : WORKDIR /code [2025-05-26T01:09:11.870Z] ---> Running in 2884ec4d2845 [2025-05-26T01:09:11.870Z] Removing intermediate container 2884ec4d2845 [2025-05-26T01:09:11.870Z] ---> c125e9e995ad [2025-05-26T01:09:11.870Z] Step 5/21 : COPY . /code/ [2025-05-26T01:09:12.128Z] ---> da3edc9a46e2 [2025-05-26T01:09:12.128Z] Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-26T01:09:12.128Z] ---> Running in 0d90fa81e9c2 [2025-05-26T01:09:12.710Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-26T01:09:12.710Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-26T01:09:12.710Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-26T01:09:12.710Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-26T01:09:12.710Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-26T01:09:12.710Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [261 kB] [2025-05-26T01:09:13.649Z] Fetched 9309 kB in 1s (7958 kB/s) [2025-05-26T01:09:14.223Z] Reading package lists... [2025-05-26T01:09:14.484Z] Reading package lists... [2025-05-26T01:09:14.750Z] Building dependency tree... [2025-05-26T01:09:14.750Z] Reading state information... [2025-05-26T01:09:14.750Z] The following additional packages will be installed: [2025-05-26T01:09:14.750Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-26T01:09:14.750Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-26T01:09:14.750Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-26T01:09:14.751Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-26T01:09:14.751Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-26T01:09:14.751Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-26T01:09:14.751Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-26T01:09:14.751Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-26T01:09:14.751Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-26T01:09:14.751Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-26T01:09:14.751Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-26T01:09:14.751Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-26T01:09:14.751Z] systemd-timesyncd ucf xauth [2025-05-26T01:09:14.751Z] Suggested packages: [2025-05-26T01:09:14.751Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-26T01:09:14.751Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-26T01:09:14.751Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-26T01:09:14.751Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-26T01:09:14.751Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-26T01:09:14.751Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-26T01:09:14.751Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-26T01:09:14.751Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-26T01:09:14.751Z] libtss2-rc0 polkitd | policykit-1 [2025-05-26T01:09:15.319Z] The following NEW packages will be installed: [2025-05-26T01:09:15.319Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-26T01:09:15.319Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-26T01:09:15.319Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-26T01:09:15.319Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-26T01:09:15.319Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-26T01:09:15.319Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-26T01:09:15.319Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-26T01:09:15.319Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-26T01:09:15.319Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-26T01:09:15.319Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-26T01:09:15.319Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-26T01:09:15.319Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-26T01:09:15.319Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-26T01:09:15.319Z] xauth [2025-05-26T01:09:15.319Z] 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. [2025-05-26T01:09:15.319Z] Need to get 31.3 MB of archives. [2025-05-26T01:09:15.319Z] After this operation, 146 MB of additional disk space will be used. [2025-05-26T01:09:15.319Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-26T01:09:15.319Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-26T01:09:15.319Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-26T01:09:15.319Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-26T01:09:15.319Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-26T01:09:15.319Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-26T01:09:15.319Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-26T01:09:15.319Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-26T01:09:15.319Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-26T01:09:15.319Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-26T01:09:15.319Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-26T01:09:15.319Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-26T01:09:15.319Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-26T01:09:15.319Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-26T01:09:15.319Z] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-26T01:09:15.319Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-26T01:09:15.319Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-26T01:09:15.319Z] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-26T01:09:15.319Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-26T01:09:15.319Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-26T01:09:15.319Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] [2025-05-26T01:09:15.319Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] [2025-05-26T01:09:15.319Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] [2025-05-26T01:09:15.319Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-26T01:09:15.319Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-26T01:09:15.319Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-26T01:09:15.319Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-26T01:09:15.319Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-26T01:09:15.319Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-26T01:09:15.319Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-26T01:09:15.319Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-26T01:09:15.319Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-26T01:09:15.319Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-26T01:09:15.319Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-26T01:09:15.319Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-26T01:09:15.319Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-26T01:09:15.319Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-26T01:09:15.319Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-26T01:09:15.319Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-26T01:09:15.319Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-26T01:09:15.319Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-26T01:09:15.319Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-26T01:09:15.319Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-26T01:09:15.319Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-26T01:09:15.319Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] [2025-05-26T01:09:15.319Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-26T01:09:15.319Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-26T01:09:15.319Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-26T01:09:15.319Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-26T01:09:15.319Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-26T01:09:15.319Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-26T01:09:15.319Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-26T01:09:15.319Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-26T01:09:15.319Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-26T01:09:15.319Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-26T01:09:15.319Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-26T01:09:15.319Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-26T01:09:15.319Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-26T01:09:15.319Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-26T01:09:15.319Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-26T01:09:15.319Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-26T01:09:15.578Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-26T01:09:15.578Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-26T01:09:15.578Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] [2025-05-26T01:09:15.578Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-26T01:09:15.578Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-26T01:09:15.578Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-26T01:09:15.578Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-26T01:09:20.847Z] Still waiting to schedule task [2025-05-26T01:09:20.848Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2232’ [2025-05-26T01:09:47.700Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-26T01:09:47.700Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-26T01:09:47.700Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-26T01:09:47.700Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-26T01:09:47.700Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-26T01:09:47.700Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] [2025-05-26T01:09:47.700Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-26T01:09:47.700Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-26T01:09:47.700Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-26T01:09:47.700Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-26T01:09:47.700Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-26T01:09:47.700Z] Fetched 31.3 MB in 30s (1031 kB/s) [2025-05-26T01:09:47.700Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-26T01:09:47.700Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6630 files and directories currently installed.) [2025-05-26T01:09:47.700Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package dmsetup. [2025-05-26T01:09:47.700Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libkmod2:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package systemd. [2025-05-26T01:09:47.700Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:09:47.700Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-26T01:09:47.700Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-26T01:09:47.700Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-26T01:09:47.700Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-26T01:09:47.700Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-26T01:09:47.700Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-26T01:09:47.700Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:09:47.700Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-26T01:09:47.700Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-26T01:09:47.700Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-26T01:09:47.700Z] Initializing machine ID from random generator. [2025-05-26T01:09:47.700Z] Creating group 'systemd-journal' with GID 999. [2025-05-26T01:09:47.700Z] Creating group 'systemd-network' with GID 998. [2025-05-26T01:09:47.700Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-26T01:09:47.700Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package systemd-sysv. [2025-05-26T01:09:47.700Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7552 files and directories currently installed.) [2025-05-26T01:09:47.700Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package dbus-bin. [2025-05-26T01:09:47.700Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-26T01:09:47.700Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:09:47.700Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package libexpat1:amd64. [2025-05-26T01:09:47.700Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package dbus-daemon. [2025-05-26T01:09:47.700Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-26T01:09:47.700Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:09:47.700Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package dbus. [2025-05-26T01:09:47.700Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:09:47.700Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:09:47.700Z] Selecting previously unselected package perl-modules-5.36. [2025-05-26T01:09:47.700Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-26T01:09:47.700Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-26T01:09:47.961Z] Selecting previously unselected package libgdbm-compat4:amd64. [2025-05-26T01:09:47.961Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... [2025-05-26T01:09:47.961Z] Unpacking libgdbm-compat4:amd64 (1.23-3) ... [2025-05-26T01:09:47.961Z] Selecting previously unselected package libperl5.36:amd64. [2025-05-26T01:09:47.961Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... [2025-05-26T01:09:47.961Z] Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-26T01:09:48.532Z] Selecting previously unselected package perl. [2025-05-26T01:09:48.532Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... [2025-05-26T01:09:48.532Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-26T01:09:48.532Z] Selecting previously unselected package libbsd0:amd64. [2025-05-26T01:09:48.532Z] Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... [2025-05-26T01:09:48.532Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-26T01:09:48.532Z] Selecting previously unselected package libedit2:amd64. [2025-05-26T01:09:48.532Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-26T01:09:48.532Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-26T01:09:48.532Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-26T01:09:48.532Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-26T01:09:48.791Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-26T01:09:48.791Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-26T01:09:48.791Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-26T01:09:48.791Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-26T01:09:48.791Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-26T01:09:48.791Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:09:48.791Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:48.791Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-26T01:09:48.791Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:09:48.791Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:48.791Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-26T01:09:48.791Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-26T01:09:49.049Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-26T01:09:49.049Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-26T01:09:49.049Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:09:49.049Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:49.049Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-26T01:09:49.049Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:09:49.049Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:49.049Z] Selecting previously unselected package openssh-client. [2025-05-26T01:09:49.049Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-26T01:09:49.049Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:49.309Z] Selecting previously unselected package openssh-sftp-server. [2025-05-26T01:09:49.309Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-26T01:09:49.309Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:49.309Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-26T01:09:49.309Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-26T01:09:49.309Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-26T01:09:49.309Z] Selecting previously unselected package procps. [2025-05-26T01:09:49.309Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-26T01:09:49.309Z] Unpacking procps (2:4.0.2-3) ... [2025-05-26T01:09:49.569Z] Selecting previously unselected package sensible-utils. [2025-05-26T01:09:49.569Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-26T01:09:49.569Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:09:49.569Z] Selecting previously unselected package ucf. [2025-05-26T01:09:49.569Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-26T01:09:49.569Z] Moving old data out of the way [2025-05-26T01:09:49.569Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:09:49.569Z] Selecting previously unselected package runit-helper. [2025-05-26T01:09:49.569Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-26T01:09:49.569Z] Unpacking runit-helper (2.15.2) ... [2025-05-26T01:09:49.569Z] Selecting previously unselected package libtirpc-common. [2025-05-26T01:09:49.569Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-26T01:09:49.831Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:09:49.831Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-26T01:09:49.831Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-26T01:09:49.831Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-26T01:09:49.831Z] Selecting previously unselected package libnsl2:amd64. [2025-05-26T01:09:49.831Z] Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... [2025-05-26T01:09:49.831Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-26T01:09:49.831Z] Selecting previously unselected package libwrap0:amd64. [2025-05-26T01:09:49.831Z] Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... [2025-05-26T01:09:49.831Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-26T01:09:49.831Z] Selecting previously unselected package openssh-server. [2025-05-26T01:09:49.831Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-26T01:09:49.831Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:50.096Z] Selecting previously unselected package less. [2025-05-26T01:09:50.096Z] Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... [2025-05-26T01:09:50.096Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-26T01:09:50.096Z] Selecting previously unselected package krb5-locales. [2025-05-26T01:09:50.096Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-26T01:09:50.096Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:09:50.096Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-26T01:09:50.096Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:09:50.096Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:09:50.357Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-26T01:09:50.357Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:09:50.357Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:09:50.357Z] Selecting previously unselected package ncurses-term. [2025-05-26T01:09:50.357Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-26T01:09:50.357Z] Unpacking ncurses-term (6.4-4) ... [2025-05-26T01:09:50.621Z] Selecting previously unselected package netcat-traditional. [2025-05-26T01:09:50.621Z] Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... [2025-05-26T01:09:50.621Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-26T01:09:50.622Z] Selecting previously unselected package systemd-timesyncd. [2025-05-26T01:09:50.622Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:09:50.622Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:09:50.622Z] Selecting previously unselected package dbus-user-session. [2025-05-26T01:09:50.622Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:09:50.622Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:09:50.622Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-26T01:09:50.881Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-26T01:09:50.881Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-26T01:09:50.881Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-26T01:09:50.881Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-26T01:09:50.881Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:09:50.881Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-26T01:09:50.881Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-26T01:09:50.881Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:09:50.881Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-26T01:09:50.881Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-26T01:09:50.881Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-26T01:09:50.881Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-26T01:09:50.881Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-26T01:09:50.881Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-26T01:09:51.141Z] Selecting previously unselected package libpsl5:amd64. [2025-05-26T01:09:51.141Z] Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... [2025-05-26T01:09:51.141Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-26T01:09:51.141Z] Selecting previously unselected package librtmp1:amd64. [2025-05-26T01:09:51.141Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-26T01:09:51.141Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:09:51.141Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-26T01:09:51.141Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-26T01:09:51.141Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-26T01:09:51.141Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-26T01:09:51.141Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-26T01:09:51.141Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:09:51.141Z] Selecting previously unselected package liberror-perl. [2025-05-26T01:09:51.141Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-26T01:09:51.141Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-26T01:09:51.141Z] Selecting previously unselected package git-man. [2025-05-26T01:09:51.141Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-26T01:09:51.141Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-26T01:09:51.416Z] Selecting previously unselected package git. [2025-05-26T01:09:51.416Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... [2025-05-26T01:09:51.416Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-26T01:09:51.675Z] Selecting previously unselected package libldap-common. [2025-05-26T01:09:51.675Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-26T01:09:51.675Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:09:51.675Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-26T01:09:51.675Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-26T01:09:51.934Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:09:51.934Z] Selecting previously unselected package libxau6:amd64. [2025-05-26T01:09:51.934Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-26T01:09:51.934Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-26T01:09:51.934Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-26T01:09:51.934Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-26T01:09:51.934Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-26T01:09:51.934Z] Selecting previously unselected package libxcb1:amd64. [2025-05-26T01:09:51.934Z] Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... [2025-05-26T01:09:51.934Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-26T01:09:51.934Z] Selecting previously unselected package libx11-data. [2025-05-26T01:09:51.934Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-26T01:09:51.934Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:09:51.934Z] Selecting previously unselected package libx11-6:amd64. [2025-05-26T01:09:51.934Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-26T01:09:51.934Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:09:52.195Z] Selecting previously unselected package libxext6:amd64. [2025-05-26T01:09:52.195Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-26T01:09:52.195Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-26T01:09:52.195Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-26T01:09:52.195Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-26T01:09:52.195Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-26T01:09:52.195Z] Selecting previously unselected package patch. [2025-05-26T01:09:52.195Z] Preparing to unpack .../62-patch_2.7.6-7_amd64.deb ... [2025-05-26T01:09:52.195Z] Unpacking patch (2.7.6-7) ... [2025-05-26T01:09:52.195Z] Selecting previously unselected package psmisc. [2025-05-26T01:09:52.195Z] Preparing to unpack .../63-psmisc_23.6-1_amd64.deb ... [2025-05-26T01:09:52.195Z] Unpacking psmisc (23.6-1) ... [2025-05-26T01:09:52.460Z] Selecting previously unselected package publicsuffix. [2025-05-26T01:09:52.460Z] Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... [2025-05-26T01:09:52.460Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-26T01:09:52.460Z] Selecting previously unselected package ssh. [2025-05-26T01:09:52.460Z] Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-26T01:09:52.460Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:52.460Z] Selecting previously unselected package xauth. [2025-05-26T01:09:52.460Z] Preparing to unpack .../66-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-26T01:09:52.460Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-26T01:09:52.460Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-26T01:09:52.460Z] Setting up runit-helper (2.15.2) ... [2025-05-26T01:09:52.460Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:09:52.460Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-26T01:09:52.460Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-26T01:09:52.460Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-26T01:09:52.460Z] Setting up netcat-traditional (1.10-47) ... [2025-05-26T01:09:52.460Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-26T01:09:52.460Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:09:52.460Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:09:52.460Z] Setting up psmisc (23.6-1) ... [2025-05-26T01:09:52.460Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:09:52.460Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-26T01:09:52.460Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-26T01:09:52.460Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:09:52.720Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-26T01:09:52.720Z] Setting up less (590-2.1~deb12u2) ... [2025-05-26T01:09:52.720Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:09:52.720Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:09:52.720Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:09:52.720Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:52.720Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:09:52.720Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-26T01:09:52.720Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:09:52.720Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:09:52.720Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-26T01:09:52.720Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-26T01:09:52.720Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:09:52.720Z] Creating group 'systemd-timesync' with GID 997. [2025-05-26T01:09:52.720Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-26T01:09:52.979Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:09:52.979Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:09:52.979Z] Setting up patch (2.7.6-7) ... [2025-05-26T01:09:52.979Z] Setting up libgdbm-compat4:amd64 (1.23-3) ... [2025-05-26T01:09:52.979Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:52.979Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:09:52.979Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:09:52.979Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:09:52.979Z] Setting up procps (2:4.0.2-3) ... [2025-05-26T01:09:52.979Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-26T01:09:52.979Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-26T01:09:52.979Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:52.979Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:09:52.979Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-26T01:09:53.241Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-26T01:09:53.241Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-26T01:09:53.241Z] Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... [2025-05-26T01:09:53.241Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:09:53.241Z] Setting up ncurses-term (6.4-4) ... [2025-05-26T01:09:53.241Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-26T01:09:53.241Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-26T01:09:53.241Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-26T01:09:53.241Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:09:53.241Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-26T01:09:53.241Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-26T01:09:53.241Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:09:53.241Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:09:53.241Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:09:53.241Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:09:53.241Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:09:53.241Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:09:53.241Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:09:53.241Z] debconf: falling back to frontend: Readline [2025-05-26T01:09:53.500Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:09:53.500Z] debconf: (This frontend requires a controlling tty.) [2025-05-26T01:09:53.500Z] debconf: falling back to frontend: Teletype [2025-05-26T01:09:53.500Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:09:53.500Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:09:53.500Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:09:53.500Z] debconf: falling back to frontend: Readline [2025-05-26T01:09:53.500Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:09:53.500Z] debconf: (This frontend requires a controlling tty.) [2025-05-26T01:09:53.500Z] debconf: falling back to frontend: Teletype [2025-05-26T01:09:53.500Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:09:53.500Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-26T01:09:53.500Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-26T01:09:53.500Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:53.761Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-26T01:09:53.761Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:09:53.761Z] Setting up liberror-perl (0.17029-2) ... [2025-05-26T01:09:53.761Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:09:53.761Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-26T01:09:53.761Z] Setting up xauth (1:1.1.2-1) ... [2025-05-26T01:09:53.761Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-26T01:09:53.761Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:53.761Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-26T01:09:53.761Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:53.761Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:09:53.761Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:09:53.761Z] debconf: falling back to frontend: Readline [2025-05-26T01:09:53.761Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:09:53.761Z] debconf: (This frontend requires a controlling tty.) [2025-05-26T01:09:53.761Z] debconf: falling back to frontend: Teletype [2025-05-26T01:09:54.019Z] [2025-05-26T01:09:54.019Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-26T01:09:54.963Z] Creating SSH2 RSA key; this may take some time ... [2025-05-26T01:09:54.963Z] 3072 SHA256:C8Il4RsX9Dk9FkMk8k3O5RG4tX21M7mNoUDU03Xudd0 root@0d90fa81e9c2 (RSA) [2025-05-26T01:09:54.963Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-26T01:09:54.963Z] 256 SHA256:Usr7Hl4i0fj4bQtI0leh+OhoLL3EoR4YOftpz75x7cQ root@0d90fa81e9c2 (ECDSA) [2025-05-26T01:09:54.963Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-26T01:09:54.963Z] 256 SHA256:XFFHszNPR5j+jzPd8bHyvWnFb3HxUgpkQ3BFbqko3f8 root@0d90fa81e9c2 (ED25519) [2025-05-26T01:09:55.225Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:09:55.225Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:09:55.225Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-26T01:09:55.225Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-26T01:09:55.225Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:09:55.485Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-26T01:09:58.077Z] Removing intermediate container 0d90fa81e9c2 [2025-05-26T01:09:58.077Z] ---> 4dbb080237fa [2025-05-26T01:09:58.077Z] Step 7/21 : RUN pip install pybuilder [2025-05-26T01:09:58.077Z] ---> Running in 28688d802aa4 [2025-05-26T01:09:59.981Z] Collecting pybuilder [2025-05-26T01:09:59.981Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-26T01:09:59.981Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-26T01:09:59.981Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 61.4 MB/s eta 0:00:00 [2025-05-26T01:09:59.981Z] Installing collected packages: pybuilder [2025-05-26T01:10:00.547Z] Successfully installed pybuilder-0.13.15 [2025-05-26T01:10:00.547Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-26T01:10:00.805Z]  [2025-05-26T01:10:00.805Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-26T01:10:00.805Z] [notice] To update, run: pip install --upgrade pip [2025-05-26T01:10:01.372Z] Removing intermediate container 28688d802aa4 [2025-05-26T01:10:01.372Z] ---> c374b8e8dc9f [2025-05-26T01:10:01.372Z] Step 8/21 : RUN pyb install [2025-05-26T01:10:01.372Z] ---> Running in 9c1b8ffcda6c [2025-05-26T01:10:23.298Z] PyBuilder version 0.13.15 [2025-05-26T01:10:23.298Z] Build started at 2025-05-26 01:10:02 [2025-05-26T01:10:23.298Z] ------------------------------------------------------------ [2025-05-26T01:10:23.298Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-26T01:10:23.298Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-26T01:10:23.298Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Building pygsver version 0.1.4 [2025-05-26T01:10:23.298Z] [INFO] Executing build in /code [2025-05-26T01:10:23.298Z] [INFO] Going to execute task install [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-26T01:10:23.298Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-26T01:10:23.298Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-26T01:10:23.298Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-26T01:10:23.298Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-26T01:10:23.298Z] [INFO] Running unit tests [2025-05-26T01:10:23.298Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,594 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-26T01:10:23.298Z] ERROR: something bad happened [2025-05-26T01:10:23.298Z] 1.2.3-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,622 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,629 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,646 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,657 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,663 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,670 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,679 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,690 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,690 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,704 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,704 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,726 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,732 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,741 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,747 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,778 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,786 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,799 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,804 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,810 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,810 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,823 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,831 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,843 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,844 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,844 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:10:23.298Z] [INFO] Executed 39 unit tests [2025-05-26T01:10:23.298Z] [INFO] All unit tests passed. [2025-05-26T01:10:23.298Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 [2025-05-26T01:10:23.298Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts [2025-05-26T01:10:23.298Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py [2025-05-26T01:10:23.298Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-26T01:10:23.298Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-26T01:10:23.298Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-26T01:10:23.298Z] [INFO] Running unit tests [2025-05-26T01:10:23.298Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:21,896 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-26T01:10:23.298Z] ERROR: something bad happened [2025-05-26T01:10:23.298Z] 1.2.3-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:21,933 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:21,945 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:21,966 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:21,982 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:21,991 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,001 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,011 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,024 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,024 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,039 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,039 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,039 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,040 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,040 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,040 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,041 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,041 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,042 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,042 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,042 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,043 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.298Z] 2025-05-26 01:10:22,043 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,043 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,044 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,044 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,044 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,045 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,045 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,045 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,077 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,085 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,093 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,103 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,146 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,154 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,171 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,178 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,186 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,186 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,203 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,211 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,228 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,228 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,228 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-26T01:10:23.299Z] 2025-05-26 01:10:22,237 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:10:31.406Z] [INFO] Executed 39 unit tests [2025-05-26T01:10:31.406Z] [INFO] All unit tests passed. [2025-05-26T01:10:31.406Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-26T01:10:31.406Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-26T01:10:31.406Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-26T01:10:31.406Z] [INFO] Overall pygsver coverage is 100% [2025-05-26T01:10:31.406Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-26T01:10:31.406Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-26T01:10:31.406Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 [2025-05-26T01:10:31.406Z] [INFO] Running Twine check for generated artifacts [2025-05-26T01:10:31.406Z] [INFO] Installing project pygsver-0.1.4 [2025-05-26T01:10:31.406Z] ------------------------------------------------------------ [2025-05-26T01:10:31.406Z] BUILD SUCCESSFUL [2025-05-26T01:10:31.406Z] ------------------------------------------------------------ [2025-05-26T01:10:31.406Z] Build Summary [2025-05-26T01:10:31.406Z] Project: pygsver [2025-05-26T01:10:31.406Z] Version: 0.1.4 [2025-05-26T01:10:31.406Z] Base directory: /code [2025-05-26T01:10:31.406Z] Environments: [2025-05-26T01:10:31.406Z] Tasks: prepare [12172 ms] compile_sources [0 ms] run_unit_tests [1145 ms] package [3 ms] run_integration_tests [0 ms] verify [0 ms] coverage [1818 ms] publish [2321 ms] install [5947 ms] [2025-05-26T01:10:31.406Z] Build finished at 2025-05-26 01:10:31 [2025-05-26T01:10:31.406Z] Build took 28 seconds (28935 ms) [2025-05-26T01:10:34.685Z] Removing intermediate container 9c1b8ffcda6c [2025-05-26T01:10:34.685Z] ---> b72d2bceb41b [2025-05-26T01:10:34.685Z] Step 9/21 : FROM python:3.13-slim [2025-05-26T01:10:34.685Z] ---> 26fa9b6e2848 [2025-05-26T01:10:34.685Z] Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-26T01:10:34.685Z] ---> Using cache [2025-05-26T01:10:34.685Z] ---> eebfd8adbadd [2025-05-26T01:10:34.685Z] Step 11/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-26T01:10:34.685Z] ---> Using cache [2025-05-26T01:10:34.685Z] ---> c2166c91f436 [2025-05-26T01:10:34.685Z] Step 12/21 : WORKDIR /opt/pygsver [2025-05-26T01:10:34.685Z] ---> Running in 2fcc4625cb23 [2025-05-26T01:10:34.685Z] Removing intermediate container 2fcc4625cb23 [2025-05-26T01:10:34.685Z] ---> a05f487b62fa [2025-05-26T01:10:34.685Z] Step 13/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional curl gosu ca-certificates libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev make gcc [2025-05-26T01:10:34.685Z] ---> Running in 61c20d115f36 [2025-05-26T01:10:34.685Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-26T01:10:34.685Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-26T01:10:34.685Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-26T01:10:34.685Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] [2025-05-26T01:10:34.685Z] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] [2025-05-26T01:10:34.685Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [261 kB] [2025-05-26T01:10:35.620Z] Fetched 9309 kB in 1s (8324 kB/s) [2025-05-26T01:10:36.186Z] Reading package lists... [2025-05-26T01:10:36.753Z] Reading package lists... [2025-05-26T01:10:36.753Z] Building dependency tree... [2025-05-26T01:10:36.753Z] Reading state information... [2025-05-26T01:10:36.753Z] ca-certificates is already the newest version (20230311). [2025-05-26T01:10:36.753Z] The following additional packages will be installed: [2025-05-26T01:10:36.753Z] binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 dbus dbus-bin [2025-05-26T01:10:36.753Z] dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session [2025-05-26T01:10:36.753Z] dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales [2025-05-26T01:10:36.753Z] libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 [2025-05-26T01:10:36.753Z] libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools [2025-05-26T01:10:36.753Z] libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 [2025-05-26T01:10:36.753Z] libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 [2025-05-26T01:10:36.753Z] libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 [2025-05-26T01:10:36.753Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-26T01:10:36.753Z] libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 [2025-05-26T01:10:36.753Z] libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 [2025-05-26T01:10:36.753Z] libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 [2025-05-26T01:10:36.753Z] liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd [2025-05-26T01:10:36.753Z] libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 [2025-05-26T01:10:36.753Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-26T01:10:36.753Z] libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev [2025-05-26T01:10:36.753Z] libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data [2025-05-26T01:10:36.753Z] libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 [2025-05-26T01:10:36.753Z] libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client [2025-05-26T01:10:36.753Z] openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto [2025-05-26T01:10:36.753Z] runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-26T01:10:36.753Z] Suggested packages: [2025-05-26T01:10:36.753Z] binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf [2025-05-26T01:10:36.753Z] automake libtool flex bison gdb gcc-doc gcc-12-multilib gcc-12-doc autopoint [2025-05-26T01:10:36.753Z] gettext-doc libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc [2025-05-26T01:10:36.753Z] libgnutls28-dev libidn-dev libkrb5-dev libldap2-dev librtmp-dev [2025-05-26T01:10:36.753Z] libssh2-1-dev pkg-config libgd-tools krb5-doc krb5-user [2025-05-26T01:10:36.753Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-26T01:10:36.753Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc [2025-05-26T01:10:36.753Z] make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass [2025-05-26T01:10:36.753Z] molly-guard ufw systemd-container systemd-homed systemd-userdbd systemd-boot [2025-05-26T01:10:36.753Z] systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 [2025-05-26T01:10:36.753Z] polkitd | policykit-1 [2025-05-26T01:10:37.690Z] The following NEW packages will be installed: [2025-05-26T01:10:37.690Z] binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 curl dbus [2025-05-26T01:10:37.690Z] dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-26T01:10:37.690Z] dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 [2025-05-26T01:10:37.690Z] gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 [2025-05-26T01:10:37.690Z] libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 [2025-05-26T01:10:37.690Z] libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev [2025-05-26T01:10:37.690Z] libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 [2025-05-26T01:10:37.690Z] libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 [2025-05-26T01:10:37.690Z] libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 [2025-05-26T01:10:37.690Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-26T01:10:37.690Z] libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 [2025-05-26T01:10:37.690Z] libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 [2025-05-26T01:10:37.690Z] libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 [2025-05-26T01:10:37.690Z] liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd [2025-05-26T01:10:37.690Z] libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 [2025-05-26T01:10:37.690Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-26T01:10:37.690Z] libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common [2025-05-26T01:10:37.690Z] libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 [2025-05-26T01:10:37.690Z] libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2025-05-26T01:10:37.690Z] libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term [2025-05-26T01:10:37.690Z] netcat-traditional openssh-client openssh-server openssh-sftp-server procps [2025-05-26T01:10:37.690Z] psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd [2025-05-26T01:10:37.690Z] systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev [2025-05-26T01:10:37.690Z] 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. [2025-05-26T01:10:37.690Z] Need to get 97.1 MB of archives. [2025-05-26T01:10:37.690Z] After this operation, 371 MB of additional disk space will be used. [2025-05-26T01:10:37.690Z] Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] [2025-05-26T01:10:37.690Z] Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] [2025-05-26T01:10:37.690Z] Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] [2025-05-26T01:10:37.690Z] Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] [2025-05-26T01:10:37.690Z] Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] [2025-05-26T01:10:37.690Z] Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] [2025-05-26T01:10:37.690Z] Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] [2025-05-26T01:10:37.690Z] Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] [2025-05-26T01:10:37.690Z] Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] [2025-05-26T01:10:37.690Z] Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] [2025-05-26T01:10:37.690Z] Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] [2025-05-26T01:10:37.690Z] Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] [2025-05-26T01:10:37.690Z] Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] [2025-05-26T01:10:37.690Z] Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] [2025-05-26T01:10:37.690Z] Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-26T01:10:37.690Z] Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] [2025-05-26T01:10:37.690Z] Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] [2025-05-26T01:10:37.691Z] Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-26T01:10:37.691Z] Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] [2025-05-26T01:10:37.691Z] Get:20 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] [2025-05-26T01:10:37.691Z] Get:21 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] [2025-05-26T01:10:37.691Z] Get:22 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] [2025-05-26T01:10:37.691Z] Get:23 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] [2025-05-26T01:10:37.691Z] Get:24 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] [2025-05-26T01:10:37.691Z] Get:25 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] [2025-05-26T01:10:37.691Z] Get:26 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] [2025-05-26T01:10:37.691Z] Get:27 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] [2025-05-26T01:10:37.691Z] Get:28 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] [2025-05-26T01:10:37.691Z] Get:29 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] [2025-05-26T01:10:37.691Z] Get:30 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] [2025-05-26T01:10:37.691Z] Get:31 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] [2025-05-26T01:10:37.691Z] Get:32 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] [2025-05-26T01:10:37.691Z] Get:33 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-26T01:10:37.691Z] Get:34 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-26T01:10:37.691Z] Get:35 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] [2025-05-26T01:10:37.691Z] Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-26T01:10:37.691Z] Get:37 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] [2025-05-26T01:10:37.691Z] Get:38 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] [2025-05-26T01:10:37.691Z] Get:39 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] [2025-05-26T01:10:37.691Z] Get:40 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] [2025-05-26T01:10:37.691Z] Get:41 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB] [2025-05-26T01:10:37.691Z] Get:42 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-26T01:10:37.691Z] Get:43 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] [2025-05-26T01:10:37.691Z] Get:44 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] [2025-05-26T01:10:37.691Z] Get:45 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.03-2 [1332 kB] [2025-05-26T01:10:37.691Z] Get:46 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] [2025-05-26T01:10:37.691Z] Get:47 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] [2025-05-26T01:10:37.691Z] Get:48 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] [2025-05-26T01:10:37.691Z] Get:49 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] [2025-05-26T01:10:37.691Z] Get:50 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] [2025-05-26T01:10:37.691Z] Get:51 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] [2025-05-26T01:10:37.691Z] Get:52 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] [2025-05-26T01:10:37.691Z] Get:53 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] [2025-05-26T01:10:37.691Z] Get:54 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] [2025-05-26T01:10:37.691Z] Get:55 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] [2025-05-26T01:10:37.691Z] Get:56 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] [2025-05-26T01:10:37.691Z] Get:57 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] [2025-05-26T01:10:37.691Z] Get:58 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] [2025-05-26T01:10:37.691Z] Get:59 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] [2025-05-26T01:10:37.691Z] Get:60 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14+deb12u1 [9768 kB] [2025-05-26T01:10:37.691Z] Get:61 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] [2025-05-26T01:10:37.691Z] Get:62 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] [2025-05-26T01:10:37.691Z] Get:63 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] [2025-05-26T01:10:37.691Z] Get:64 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] [2025-05-26T01:10:37.691Z] Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] [2025-05-26T01:10:37.691Z] Get:66 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] [2025-05-26T01:10:37.691Z] Get:67 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] [2025-05-26T01:10:37.691Z] Get:68 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2025-05-26T01:10:37.691Z] Get:69 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] [2025-05-26T01:10:37.691Z] Get:70 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u12 [391 kB] [2025-05-26T01:10:37.691Z] Get:71 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u12 [315 kB] [2025-05-26T01:10:37.691Z] Get:72 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-26T01:10:37.691Z] Get:73 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB] [2025-05-26T01:10:37.691Z] Get:74 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB] [2025-05-26T01:10:37.691Z] Get:75 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14+deb12u1 [41.7 kB] [2025-05-26T01:10:37.691Z] Get:76 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14+deb12u1 [116 kB] [2025-05-26T01:10:37.691Z] Get:77 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14+deb12u1 [26.1 kB] [2025-05-26T01:10:37.691Z] Get:78 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14+deb12u1 [9376 B] [2025-05-26T01:10:37.691Z] Get:79 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14+deb12u1 [2193 kB] [2025-05-26T01:10:37.691Z] Get:80 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14+deb12u1 [969 kB] [2025-05-26T01:10:37.691Z] Get:81 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14+deb12u1 [2197 kB] [2025-05-26T01:10:37.691Z] Get:82 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14+deb12u1 [883 kB] [2025-05-26T01:10:37.691Z] Get:83 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 kB] [2025-05-26T01:10:37.691Z] Get:84 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14+deb12u1 [2437 kB] [2025-05-26T01:10:37.691Z] Get:85 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14+deb12u1 [19.3 MB] [2025-05-26T01:10:37.952Z] Get:86 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] [2025-05-26T01:10:37.952Z] Get:87 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] [2025-05-26T01:10:37.952Z] Get:88 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] [2025-05-26T01:10:37.952Z] Get:89 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB] [2025-05-26T01:10:37.952Z] Get:90 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] [2025-05-26T01:10:37.952Z] Get:91 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB] [2025-05-26T01:10:37.952Z] Get:92 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1+deb12u1 [1851 kB] [2025-05-26T01:10:37.952Z] Get:93 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB] [2025-05-26T01:10:37.952Z] Get:94 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] [2025-05-26T01:10:37.952Z] Get:95 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] [2025-05-26T01:10:37.952Z] Get:96 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB] [2025-05-26T01:10:37.952Z] Get:97 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] [2025-05-26T01:10:37.952Z] Get:98 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] [2025-05-26T01:10:37.952Z] Get:99 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] [2025-05-26T01:10:37.952Z] Get:100 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB] [2025-05-26T01:10:37.952Z] Get:101 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB] [2025-05-26T01:10:37.952Z] Get:102 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB] [2025-05-26T01:10:37.952Z] Get:103 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB] [2025-05-26T01:10:37.952Z] Get:104 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB] [2025-05-26T01:10:37.952Z] Get:105 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] [2025-05-26T01:10:37.952Z] Get:106 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB] [2025-05-26T01:10:37.952Z] Get:107 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1+deb12u1 [215 kB] [2025-05-26T01:10:37.952Z] Get:108 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] [2025-05-26T01:10:37.952Z] Get:109 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] [2025-05-26T01:10:37.952Z] Get:110 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] [2025-05-26T01:10:37.952Z] Get:111 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] [2025-05-26T01:10:37.952Z] Get:112 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u2 [316 kB] [2025-05-26T01:10:37.952Z] Get:113 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] [2025-05-26T01:10:37.952Z] Get:114 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] [2025-05-26T01:10:37.952Z] Get:115 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] [2025-05-26T01:10:37.952Z] Get:116 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-26T01:10:37.952Z] Get:117 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] [2025-05-26T01:10:37.952Z] Get:118 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB] [2025-05-26T01:10:37.952Z] Get:119 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] [2025-05-26T01:10:37.952Z] Get:120 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-9+deb12u10 [54.7 kB] [2025-05-26T01:10:37.952Z] Get:121 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.140-1 [2145 kB] [2025-05-26T01:10:37.952Z] Get:122 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] [2025-05-26T01:10:37.952Z] Get:123 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] [2025-05-26T01:10:37.952Z] Get:124 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] [2025-05-26T01:10:37.952Z] Get:125 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] [2025-05-26T01:10:37.952Z] Get:126 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB] [2025-05-26T01:10:37.952Z] Get:127 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] [2025-05-26T01:10:37.952Z] Get:128 http://deb.debian.org/debian bookworm/main amd64 libcurl4-gnutls-dev amd64 7.88.1-10+deb12u12 [487 kB] [2025-05-26T01:10:37.952Z] Get:129 http://deb.debian.org/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u1 [150 kB] [2025-05-26T01:10:37.952Z] Get:130 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-26T01:10:37.952Z] Get:131 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] [2025-05-26T01:10:37.952Z] Get:132 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.16-1~deb12u1 [2440 kB] [2025-05-26T01:10:38.211Z] Get:133 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] [2025-05-26T01:10:38.211Z] Get:134 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] [2025-05-26T01:10:38.211Z] Get:135 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] [2025-05-26T01:10:38.211Z] Get:136 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-2 [2030 kB] [2025-05-26T01:10:38.211Z] Get:137 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] [2025-05-26T01:10:38.211Z] Get:138 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-26T01:10:38.211Z] Get:139 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-26T01:10:38.211Z] Get:140 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] [2025-05-26T01:10:38.211Z] Get:141 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] [2025-05-26T01:10:38.211Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-26T01:10:38.211Z] Fetched 97.1 MB in 1s (143 MB/s) [2025-05-26T01:10:38.470Z] Selecting previously unselected package libargon2-1:amd64. [2025-05-26T01:10:38.470Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6630 files and directories currently installed.) [2025-05-26T01:10:38.470Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... [2025-05-26T01:10:38.470Z] Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:10:38.470Z] Selecting previously unselected package dmsetup. [2025-05-26T01:10:38.470Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... [2025-05-26T01:10:38.470Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-26T01:10:38.470Z] Selecting previously unselected package libdevmapper1.02.1:amd64. [2025-05-26T01:10:38.470Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... [2025-05-26T01:10:38.470Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-26T01:10:38.470Z] Selecting previously unselected package libjson-c5:amd64. [2025-05-26T01:10:38.470Z] Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... [2025-05-26T01:10:38.470Z] Unpacking libjson-c5:amd64 (0.16-2) ... [2025-05-26T01:10:38.470Z] Selecting previously unselected package libcryptsetup12:amd64. [2025-05-26T01:10:38.470Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... [2025-05-26T01:10:38.470Z] Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:10:38.730Z] Selecting previously unselected package libfdisk1:amd64. [2025-05-26T01:10:38.730Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... [2025-05-26T01:10:38.730Z] Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-26T01:10:38.730Z] Selecting previously unselected package libkmod2:amd64. [2025-05-26T01:10:38.730Z] Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... [2025-05-26T01:10:38.730Z] Unpacking libkmod2:amd64 (30+20221128-1) ... [2025-05-26T01:10:38.730Z] Selecting previously unselected package libapparmor1:amd64. [2025-05-26T01:10:38.730Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... [2025-05-26T01:10:38.730Z] Unpacking libapparmor1:amd64 (3.0.8-3) ... [2025-05-26T01:10:38.730Z] Selecting previously unselected package libip4tc2:amd64. [2025-05-26T01:10:38.730Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... [2025-05-26T01:10:38.730Z] Unpacking libip4tc2:amd64 (1.8.9-2) ... [2025-05-26T01:10:38.730Z] Selecting previously unselected package libsystemd-shared:amd64. [2025-05-26T01:10:38.730Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:10:38.730Z] Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:10:38.989Z] Selecting previously unselected package systemd. [2025-05-26T01:10:38.989Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:10:38.989Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-26T01:10:39.247Z] Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:10:39.247Z] Setting up libjson-c5:amd64 (0.16-2) ... [2025-05-26T01:10:39.247Z] Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... [2025-05-26T01:10:39.247Z] Setting up libkmod2:amd64 (30+20221128-1) ... [2025-05-26T01:10:39.247Z] Setting up libapparmor1:amd64 (3.0.8-3) ... [2025-05-26T01:10:39.247Z] Setting up libip4tc2:amd64 (1.8.9-2) ... [2025-05-26T01:10:39.247Z] Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:10:39.247Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... [2025-05-26T01:10:39.247Z] Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:10:39.247Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-26T01:10:39.505Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-26T01:10:39.505Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-26T01:10:39.505Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-26T01:10:39.505Z] Initializing machine ID from random generator. [2025-05-26T01:10:39.505Z] Creating group 'systemd-journal' with GID 999. [2025-05-26T01:10:39.505Z] Creating group 'systemd-network' with GID 998. [2025-05-26T01:10:39.505Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-26T01:10:39.505Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-26T01:10:39.505Z] Selecting previously unselected package systemd-sysv. [2025-05-26T01:10:39.505Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7552 files and directories currently installed.) [2025-05-26T01:10:39.505Z] Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:10:39.505Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:10:39.505Z] Selecting previously unselected package libdbus-1-3:amd64. [2025-05-26T01:10:39.505Z] Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:10:39.505Z] Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-26T01:10:39.765Z] Selecting previously unselected package dbus-bin. [2025-05-26T01:10:39.765Z] Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:10:39.765Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:10:39.765Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-26T01:10:39.765Z] Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:10:39.765Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:10:39.765Z] Selecting previously unselected package libexpat1:amd64. [2025-05-26T01:10:39.765Z] Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_amd64.deb ... [2025-05-26T01:10:39.765Z] Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-26T01:10:39.765Z] Selecting previously unselected package dbus-daemon. [2025-05-26T01:10:39.765Z] Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:10:39.765Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:10:39.765Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-26T01:10:39.765Z] Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:10:39.765Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:10:39.765Z] Selecting previously unselected package dbus. [2025-05-26T01:10:39.765Z] Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:10:39.765Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:10:40.024Z] Selecting previously unselected package libbsd0:amd64. [2025-05-26T01:10:40.024Z] Preparing to unpack .../008-libbsd0_0.11.7-2_amd64.deb ... [2025-05-26T01:10:40.024Z] Unpacking libbsd0:amd64 (0.11.7-2) ... [2025-05-26T01:10:40.024Z] Selecting previously unselected package libedit2:amd64. [2025-05-26T01:10:40.024Z] Preparing to unpack .../009-libedit2_3.1-20221030-2_amd64.deb ... [2025-05-26T01:10:40.024Z] Unpacking libedit2:amd64 (3.1-20221030-2) ... [2025-05-26T01:10:40.024Z] Selecting previously unselected package libcbor0.8:amd64. [2025-05-26T01:10:40.024Z] Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_amd64.deb ... [2025-05-26T01:10:40.024Z] Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-26T01:10:40.024Z] Selecting previously unselected package libfido2-1:amd64. [2025-05-26T01:10:40.024Z] Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_amd64.deb ... [2025-05-26T01:10:40.024Z] Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-26T01:10:40.024Z] Selecting previously unselected package libkrb5support0:amd64. [2025-05-26T01:10:40.024Z] Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:10:40.024Z] Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:40.024Z] Selecting previously unselected package libk5crypto3:amd64. [2025-05-26T01:10:40.024Z] Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:10:40.024Z] Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:40.282Z] Selecting previously unselected package libkeyutils1:amd64. [2025-05-26T01:10:40.282Z] Preparing to unpack .../014-libkeyutils1_1.6.3-2_amd64.deb ... [2025-05-26T01:10:40.282Z] Unpacking libkeyutils1:amd64 (1.6.3-2) ... [2025-05-26T01:10:40.282Z] Selecting previously unselected package libkrb5-3:amd64. [2025-05-26T01:10:40.282Z] Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:10:40.282Z] Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:40.282Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2025-05-26T01:10:40.282Z] Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... [2025-05-26T01:10:40.282Z] Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:40.282Z] Selecting previously unselected package openssh-client. [2025-05-26T01:10:40.282Z] Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-26T01:10:40.282Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:40.539Z] Selecting previously unselected package openssh-sftp-server. [2025-05-26T01:10:40.539Z] Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-26T01:10:40.539Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:40.539Z] Selecting previously unselected package libproc2-0:amd64. [2025-05-26T01:10:40.539Z] Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_amd64.deb ... [2025-05-26T01:10:40.539Z] Unpacking libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-26T01:10:40.539Z] Selecting previously unselected package procps. [2025-05-26T01:10:40.539Z] Preparing to unpack .../020-procps_2%3a4.0.2-3_amd64.deb ... [2025-05-26T01:10:40.539Z] Unpacking procps (2:4.0.2-3) ... [2025-05-26T01:10:40.539Z] Selecting previously unselected package sensible-utils. [2025-05-26T01:10:40.539Z] Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-26T01:10:40.539Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:10:40.797Z] Selecting previously unselected package ucf. [2025-05-26T01:10:40.797Z] Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-26T01:10:40.797Z] Moving old data out of the way [2025-05-26T01:10:40.797Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:10:40.797Z] Selecting previously unselected package runit-helper. [2025-05-26T01:10:40.797Z] Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... [2025-05-26T01:10:40.797Z] Unpacking runit-helper (2.15.2) ... [2025-05-26T01:10:40.797Z] Selecting previously unselected package libtirpc-common. [2025-05-26T01:10:40.797Z] Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-26T01:10:40.797Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:10:40.797Z] Selecting previously unselected package libtirpc3:amd64. [2025-05-26T01:10:40.797Z] Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_amd64.deb ... [2025-05-26T01:10:40.797Z] Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-26T01:10:40.797Z] Selecting previously unselected package libnsl2:amd64. [2025-05-26T01:10:40.797Z] Preparing to unpack .../026-libnsl2_1.3.0-2_amd64.deb ... [2025-05-26T01:10:40.797Z] Unpacking libnsl2:amd64 (1.3.0-2) ... [2025-05-26T01:10:40.797Z] Selecting previously unselected package libwrap0:amd64. [2025-05-26T01:10:40.797Z] Preparing to unpack .../027-libwrap0_7.6.q-32_amd64.deb ... [2025-05-26T01:10:40.797Z] Unpacking libwrap0:amd64 (7.6.q-32) ... [2025-05-26T01:10:41.055Z] Selecting previously unselected package openssh-server. [2025-05-26T01:10:41.055Z] Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... [2025-05-26T01:10:41.055Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:41.055Z] Selecting previously unselected package gettext-base. [2025-05-26T01:10:41.055Z] Preparing to unpack .../029-gettext-base_0.21-12_amd64.deb ... [2025-05-26T01:10:41.055Z] Unpacking gettext-base (0.21-12) ... [2025-05-26T01:10:41.055Z] Selecting previously unselected package krb5-locales. [2025-05-26T01:10:41.055Z] Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-26T01:10:41.055Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:10:41.055Z] Selecting previously unselected package libnss-systemd:amd64. [2025-05-26T01:10:41.055Z] Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:10:41.055Z] Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:10:41.055Z] Selecting previously unselected package libpam-systemd:amd64. [2025-05-26T01:10:41.055Z] Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:10:41.055Z] Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:10:41.313Z] Selecting previously unselected package manpages. [2025-05-26T01:10:41.313Z] Preparing to unpack .../033-manpages_6.03-2_all.deb ... [2025-05-26T01:10:41.313Z] Unpacking manpages (6.03-2) ... [2025-05-26T01:10:41.313Z] Selecting previously unselected package ncurses-term. [2025-05-26T01:10:41.313Z] Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... [2025-05-26T01:10:41.313Z] Unpacking ncurses-term (6.4-4) ... [2025-05-26T01:10:41.571Z] Selecting previously unselected package netcat-traditional. [2025-05-26T01:10:41.571Z] Preparing to unpack .../035-netcat-traditional_1.10-47_amd64.deb ... [2025-05-26T01:10:41.571Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-26T01:10:41.571Z] Selecting previously unselected package systemd-timesyncd. [2025-05-26T01:10:41.571Z] Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... [2025-05-26T01:10:41.571Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:10:41.571Z] Selecting previously unselected package binutils-common:amd64. [2025-05-26T01:10:41.571Z] Preparing to unpack .../037-binutils-common_2.40-2_amd64.deb ... [2025-05-26T01:10:41.571Z] Unpacking binutils-common:amd64 (2.40-2) ... [2025-05-26T01:10:41.829Z] Selecting previously unselected package libbinutils:amd64. [2025-05-26T01:10:41.829Z] Preparing to unpack .../038-libbinutils_2.40-2_amd64.deb ... [2025-05-26T01:10:41.829Z] Unpacking libbinutils:amd64 (2.40-2) ... [2025-05-26T01:10:42.087Z] Selecting previously unselected package libctf-nobfd0:amd64. [2025-05-26T01:10:42.087Z] Preparing to unpack .../039-libctf-nobfd0_2.40-2_amd64.deb ... [2025-05-26T01:10:42.087Z] Unpacking libctf-nobfd0:amd64 (2.40-2) ... [2025-05-26T01:10:42.087Z] Selecting previously unselected package libctf0:amd64. [2025-05-26T01:10:42.087Z] Preparing to unpack .../040-libctf0_2.40-2_amd64.deb ... [2025-05-26T01:10:42.087Z] Unpacking libctf0:amd64 (2.40-2) ... [2025-05-26T01:10:42.087Z] Selecting previously unselected package libgprofng0:amd64. [2025-05-26T01:10:42.087Z] Preparing to unpack .../041-libgprofng0_2.40-2_amd64.deb ... [2025-05-26T01:10:42.087Z] Unpacking libgprofng0:amd64 (2.40-2) ... [2025-05-26T01:10:42.087Z] Selecting previously unselected package libjansson4:amd64. [2025-05-26T01:10:42.087Z] Preparing to unpack .../042-libjansson4_2.14-2_amd64.deb ... [2025-05-26T01:10:42.346Z] Unpacking libjansson4:amd64 (2.14-2) ... [2025-05-26T01:10:42.346Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2025-05-26T01:10:42.346Z] Preparing to unpack .../043-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... [2025-05-26T01:10:42.346Z] Unpacking binutils-x86-64-linux-gnu (2.40-2) ... [2025-05-26T01:10:42.346Z] Selecting previously unselected package binutils. [2025-05-26T01:10:42.346Z] Preparing to unpack .../044-binutils_2.40-2_amd64.deb ... [2025-05-26T01:10:42.605Z] Unpacking binutils (2.40-2) ... [2025-05-26T01:10:42.605Z] Selecting previously unselected package libisl23:amd64. [2025-05-26T01:10:42.605Z] Preparing to unpack .../045-libisl23_0.25-1.1_amd64.deb ... [2025-05-26T01:10:42.605Z] Unpacking libisl23:amd64 (0.25-1.1) ... [2025-05-26T01:10:42.605Z] Selecting previously unselected package libmpfr6:amd64. [2025-05-26T01:10:42.605Z] Preparing to unpack .../046-libmpfr6_4.2.0-1_amd64.deb ... [2025-05-26T01:10:42.605Z] Unpacking libmpfr6:amd64 (4.2.0-1) ... [2025-05-26T01:10:42.605Z] Selecting previously unselected package libmpc3:amd64. [2025-05-26T01:10:42.605Z] Preparing to unpack .../047-libmpc3_1.3.1-1_amd64.deb ... [2025-05-26T01:10:42.605Z] Unpacking libmpc3:amd64 (1.3.1-1) ... [2025-05-26T01:10:42.864Z] Selecting previously unselected package cpp-12. [2025-05-26T01:10:42.864Z] Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:42.864Z] Unpacking cpp-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:43.431Z] Selecting previously unselected package cpp. [2025-05-26T01:10:43.431Z] Preparing to unpack .../049-cpp_4%3a12.2.0-3_amd64.deb ... [2025-05-26T01:10:43.431Z] Unpacking cpp (4:12.2.0-3) ... [2025-05-26T01:10:43.431Z] Selecting previously unselected package libbrotli1:amd64. [2025-05-26T01:10:43.431Z] Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_amd64.deb ... [2025-05-26T01:10:43.431Z] Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-26T01:10:43.431Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2025-05-26T01:10:43.431Z] Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... [2025-05-26T01:10:43.431Z] Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:10:43.431Z] Selecting previously unselected package libsasl2-2:amd64. [2025-05-26T01:10:43.431Z] Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... [2025-05-26T01:10:43.431Z] Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:10:43.432Z] Selecting previously unselected package libldap-2.5-0:amd64. [2025-05-26T01:10:43.432Z] Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... [2025-05-26T01:10:43.432Z] Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-26T01:10:43.690Z] Selecting previously unselected package libnghttp2-14:amd64. [2025-05-26T01:10:43.690Z] Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... [2025-05-26T01:10:43.690Z] Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-26T01:10:43.690Z] Selecting previously unselected package libpsl5:amd64. [2025-05-26T01:10:43.690Z] Preparing to unpack .../055-libpsl5_0.21.2-1_amd64.deb ... [2025-05-26T01:10:43.690Z] Unpacking libpsl5:amd64 (0.21.2-1) ... [2025-05-26T01:10:43.690Z] Selecting previously unselected package librtmp1:amd64. [2025-05-26T01:10:43.690Z] Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2025-05-26T01:10:43.690Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:10:43.690Z] Selecting previously unselected package libssh2-1:amd64. [2025-05-26T01:10:43.690Z] Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_amd64.deb ... [2025-05-26T01:10:43.690Z] Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-26T01:10:43.690Z] Selecting previously unselected package libcurl4:amd64. [2025-05-26T01:10:43.690Z] Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_amd64.deb ... [2025-05-26T01:10:43.690Z] Unpacking libcurl4:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:10:43.948Z] Selecting previously unselected package curl. [2025-05-26T01:10:43.948Z] Preparing to unpack .../059-curl_7.88.1-10+deb12u12_amd64.deb ... [2025-05-26T01:10:43.948Z] Unpacking curl (7.88.1-10+deb12u12) ... [2025-05-26T01:10:43.948Z] Selecting previously unselected package dbus-user-session. [2025-05-26T01:10:43.948Z] Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... [2025-05-26T01:10:43.948Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:10:43.948Z] Selecting previously unselected package fonts-dejavu-core. [2025-05-26T01:10:43.948Z] Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... [2025-05-26T01:10:43.948Z] Unpacking fonts-dejavu-core (2.37-6) ... [2025-05-26T01:10:43.948Z] Selecting previously unselected package fontconfig-config. [2025-05-26T01:10:43.948Z] Preparing to unpack .../062-fontconfig-config_2.14.1-4_amd64.deb ... [2025-05-26T01:10:44.207Z] Unpacking fontconfig-config (2.14.1-4) ... [2025-05-26T01:10:44.207Z] Selecting previously unselected package libcc1-0:amd64. [2025-05-26T01:10:44.207Z] Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.207Z] Unpacking libcc1-0:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.207Z] Selecting previously unselected package libgomp1:amd64. [2025-05-26T01:10:44.207Z] Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.207Z] Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.466Z] Selecting previously unselected package libitm1:amd64. [2025-05-26T01:10:44.466Z] Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.466Z] Unpacking libitm1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.466Z] Selecting previously unselected package libatomic1:amd64. [2025-05-26T01:10:44.466Z] Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.466Z] Unpacking libatomic1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.466Z] Selecting previously unselected package libasan8:amd64. [2025-05-26T01:10:44.466Z] Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.466Z] Unpacking libasan8:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.725Z] Selecting previously unselected package liblsan0:amd64. [2025-05-26T01:10:44.725Z] Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.725Z] Unpacking liblsan0:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.725Z] Selecting previously unselected package libtsan2:amd64. [2025-05-26T01:10:44.725Z] Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.725Z] Unpacking libtsan2:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.984Z] Selecting previously unselected package libubsan1:amd64. [2025-05-26T01:10:44.984Z] Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.984Z] Unpacking libubsan1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:44.984Z] Selecting previously unselected package libquadmath0:amd64. [2025-05-26T01:10:44.984Z] Preparing to unpack .../071-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:44.984Z] Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:45.242Z] Selecting previously unselected package libgcc-12-dev:amd64. [2025-05-26T01:10:45.242Z] Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:45.242Z] Unpacking libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:45.242Z] Selecting previously unselected package gcc-12. [2025-05-26T01:10:45.242Z] Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_amd64.deb ... [2025-05-26T01:10:45.242Z] Unpacking gcc-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:46.176Z] Selecting previously unselected package gcc. [2025-05-26T01:10:46.176Z] Preparing to unpack .../074-gcc_4%3a12.2.0-3_amd64.deb ... [2025-05-26T01:10:46.176Z] Unpacking gcc (4:12.2.0-3) ... [2025-05-26T01:10:46.176Z] Selecting previously unselected package libicu72:amd64. [2025-05-26T01:10:46.176Z] Preparing to unpack .../075-libicu72_72.1-3_amd64.deb ... [2025-05-26T01:10:46.176Z] Unpacking libicu72:amd64 (72.1-3) ... [2025-05-26T01:10:46.744Z] Selecting previously unselected package libxml2:amd64. [2025-05-26T01:10:46.744Z] Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... [2025-05-26T01:10:46.744Z] Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-26T01:10:46.744Z] Selecting previously unselected package gettext. [2025-05-26T01:10:46.744Z] Preparing to unpack .../077-gettext_0.21-12_amd64.deb ... [2025-05-26T01:10:46.744Z] Unpacking gettext (0.21-12) ... [2025-05-26T01:10:47.004Z] Selecting previously unselected package gosu. [2025-05-26T01:10:47.004Z] Preparing to unpack .../078-gosu_1.14-1+b10_amd64.deb ... [2025-05-26T01:10:47.004Z] Unpacking gosu (1.14-1+b10) ... [2025-05-26T01:10:47.004Z] Selecting previously unselected package libabsl20220623:amd64. [2025-05-26T01:10:47.004Z] Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ... [2025-05-26T01:10:47.004Z] Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ... [2025-05-26T01:10:47.004Z] Selecting previously unselected package libaom3:amd64. [2025-05-26T01:10:47.004Z] Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_amd64.deb ... [2025-05-26T01:10:47.004Z] Unpacking libaom3:amd64 (3.6.0-1+deb12u1) ... [2025-05-26T01:10:47.262Z] Selecting previously unselected package libdav1d6:amd64. [2025-05-26T01:10:47.262Z] Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_amd64.deb ... [2025-05-26T01:10:47.262Z] Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ... [2025-05-26T01:10:47.262Z] Selecting previously unselected package libgav1-1:amd64. [2025-05-26T01:10:47.263Z] Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_amd64.deb ... [2025-05-26T01:10:47.263Z] Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... [2025-05-26T01:10:47.263Z] Selecting previously unselected package librav1e0:amd64. [2025-05-26T01:10:47.263Z] Preparing to unpack .../083-librav1e0_0.5.1-6_amd64.deb ... [2025-05-26T01:10:47.263Z] Unpacking librav1e0:amd64 (0.5.1-6) ... [2025-05-26T01:10:47.522Z] Selecting previously unselected package libsvtav1enc1:amd64. [2025-05-26T01:10:47.522Z] Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... [2025-05-26T01:10:47.522Z] Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... [2025-05-26T01:10:47.781Z] Selecting previously unselected package libjpeg62-turbo:amd64. [2025-05-26T01:10:47.781Z] Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... [2025-05-26T01:10:47.781Z] Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... [2025-05-26T01:10:47.781Z] Selecting previously unselected package libyuv0:amd64. [2025-05-26T01:10:47.781Z] Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... [2025-05-26T01:10:47.781Z] Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... [2025-05-26T01:10:47.781Z] Selecting previously unselected package libavif15:amd64. [2025-05-26T01:10:47.781Z] Preparing to unpack .../087-libavif15_0.11.1-1_amd64.deb ... [2025-05-26T01:10:47.781Z] Unpacking libavif15:amd64 (0.11.1-1) ... [2025-05-26T01:10:47.781Z] Selecting previously unselected package libc-dev-bin. [2025-05-26T01:10:47.781Z] Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_amd64.deb ... [2025-05-26T01:10:47.781Z] Unpacking libc-dev-bin (2.36-9+deb12u10) ... [2025-05-26T01:10:47.781Z] Selecting previously unselected package libpng16-16:amd64. [2025-05-26T01:10:47.781Z] Preparing to unpack .../089-libpng16-16_1.6.39-2_amd64.deb ... [2025-05-26T01:10:47.781Z] Unpacking libpng16-16:amd64 (1.6.39-2) ... [2025-05-26T01:10:48.040Z] Selecting previously unselected package libfreetype6:amd64. [2025-05-26T01:10:48.040Z] Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ... [2025-05-26T01:10:48.040Z] Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-26T01:10:48.040Z] Selecting previously unselected package libfontconfig1:amd64. [2025-05-26T01:10:48.040Z] Preparing to unpack .../091-libfontconfig1_2.14.1-4_amd64.deb ... [2025-05-26T01:10:48.040Z] Unpacking libfontconfig1:amd64 (2.14.1-4) ... [2025-05-26T01:10:48.040Z] Selecting previously unselected package libde265-0:amd64. [2025-05-26T01:10:48.040Z] Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_amd64.deb ... [2025-05-26T01:10:48.040Z] Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ... [2025-05-26T01:10:48.040Z] Selecting previously unselected package libnuma1:amd64. [2025-05-26T01:10:48.040Z] Preparing to unpack .../093-libnuma1_2.0.16-1_amd64.deb ... [2025-05-26T01:10:48.040Z] Unpacking libnuma1:amd64 (2.0.16-1) ... [2025-05-26T01:10:48.299Z] Selecting previously unselected package libx265-199:amd64. [2025-05-26T01:10:48.299Z] Preparing to unpack .../094-libx265-199_3.5-2+b1_amd64.deb ... [2025-05-26T01:10:48.299Z] Unpacking libx265-199:amd64 (3.5-2+b1) ... [2025-05-26T01:10:48.299Z] Selecting previously unselected package libheif1:amd64. [2025-05-26T01:10:48.299Z] Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_amd64.deb ... [2025-05-26T01:10:48.299Z] Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ... [2025-05-26T01:10:48.299Z] Selecting previously unselected package libdeflate0:amd64. [2025-05-26T01:10:48.299Z] Preparing to unpack .../096-libdeflate0_1.14-1_amd64.deb ... [2025-05-26T01:10:48.299Z] Unpacking libdeflate0:amd64 (1.14-1) ... [2025-05-26T01:10:48.299Z] Selecting previously unselected package libjbig0:amd64. [2025-05-26T01:10:48.299Z] Preparing to unpack .../097-libjbig0_2.1-6.1_amd64.deb ... [2025-05-26T01:10:48.299Z] Unpacking libjbig0:amd64 (2.1-6.1) ... [2025-05-26T01:10:48.559Z] Selecting previously unselected package liblerc4:amd64. [2025-05-26T01:10:48.559Z] Preparing to unpack .../098-liblerc4_4.0.0+ds-2_amd64.deb ... [2025-05-26T01:10:48.559Z] Unpacking liblerc4:amd64 (4.0.0+ds-2) ... [2025-05-26T01:10:48.559Z] Selecting previously unselected package libwebp7:amd64. [2025-05-26T01:10:48.559Z] Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... [2025-05-26T01:10:48.559Z] Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... [2025-05-26T01:10:48.559Z] Selecting previously unselected package libtiff6:amd64. [2025-05-26T01:10:48.559Z] Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_amd64.deb ... [2025-05-26T01:10:48.559Z] Unpacking libtiff6:amd64 (4.5.0-6+deb12u2) ... [2025-05-26T01:10:48.559Z] Selecting previously unselected package libxau6:amd64. [2025-05-26T01:10:48.559Z] Preparing to unpack .../101-libxau6_1%3a1.0.9-1_amd64.deb ... [2025-05-26T01:10:48.559Z] Unpacking libxau6:amd64 (1:1.0.9-1) ... [2025-05-26T01:10:48.559Z] Selecting previously unselected package libxdmcp6:amd64. [2025-05-26T01:10:48.559Z] Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2025-05-26T01:10:48.559Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-26T01:10:48.817Z] Selecting previously unselected package libxcb1:amd64. [2025-05-26T01:10:48.817Z] Preparing to unpack .../103-libxcb1_1.15-1_amd64.deb ... [2025-05-26T01:10:48.817Z] Unpacking libxcb1:amd64 (1.15-1) ... [2025-05-26T01:10:48.817Z] Selecting previously unselected package libx11-data. [2025-05-26T01:10:48.817Z] Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-26T01:10:48.817Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:10:48.817Z] Selecting previously unselected package libx11-6:amd64. [2025-05-26T01:10:48.817Z] Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... [2025-05-26T01:10:48.817Z] Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:10:48.817Z] Selecting previously unselected package libxpm4:amd64. [2025-05-26T01:10:48.817Z] Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ... [2025-05-26T01:10:48.817Z] Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... [2025-05-26T01:10:48.817Z] Selecting previously unselected package libgd3:amd64. [2025-05-26T01:10:48.817Z] Preparing to unpack .../107-libgd3_2.3.3-9_amd64.deb ... [2025-05-26T01:10:49.078Z] Unpacking libgd3:amd64 (2.3.3-9) ... [2025-05-26T01:10:49.078Z] Selecting previously unselected package libc-devtools. [2025-05-26T01:10:49.078Z] Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_amd64.deb ... [2025-05-26T01:10:49.078Z] Unpacking libc-devtools (2.36-9+deb12u10) ... [2025-05-26T01:10:49.078Z] Selecting previously unselected package linux-libc-dev:amd64. [2025-05-26T01:10:49.078Z] Preparing to unpack .../109-linux-libc-dev_6.1.140-1_amd64.deb ... [2025-05-26T01:10:49.078Z] Unpacking linux-libc-dev:amd64 (6.1.140-1) ... [2025-05-26T01:10:49.078Z] Selecting previously unselected package libcrypt-dev:amd64. [2025-05-26T01:10:49.078Z] Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... [2025-05-26T01:10:49.078Z] Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... [2025-05-26T01:10:49.337Z] Selecting previously unselected package libtirpc-dev:amd64. [2025-05-26T01:10:49.338Z] Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_amd64.deb ... [2025-05-26T01:10:49.338Z] Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... [2025-05-26T01:10:49.338Z] Selecting previously unselected package libnsl-dev:amd64. [2025-05-26T01:10:49.338Z] Preparing to unpack .../112-libnsl-dev_1.3.0-2_amd64.deb ... [2025-05-26T01:10:49.338Z] Unpacking libnsl-dev:amd64 (1.3.0-2) ... [2025-05-26T01:10:49.338Z] Selecting previously unselected package rpcsvc-proto. [2025-05-26T01:10:49.338Z] Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_amd64.deb ... [2025-05-26T01:10:49.338Z] Unpacking rpcsvc-proto (1.4.3-1) ... [2025-05-26T01:10:49.338Z] Selecting previously unselected package libc6-dev:amd64. [2025-05-26T01:10:49.338Z] Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_amd64.deb ... [2025-05-26T01:10:49.338Z] Unpacking libc6-dev:amd64 (2.36-9+deb12u10) ... [2025-05-26T01:10:49.597Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2025-05-26T01:10:49.597Z] Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... [2025-05-26T01:10:49.597Z] Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:10:49.597Z] Selecting previously unselected package libcurl4-gnutls-dev:amd64. [2025-05-26T01:10:49.597Z] Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_amd64.deb ... [2025-05-26T01:10:49.597Z] Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:10:49.597Z] Selecting previously unselected package libexpat1-dev:amd64. [2025-05-26T01:10:49.597Z] Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_amd64.deb ... [2025-05-26T01:10:49.597Z] Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... [2025-05-26T01:10:49.597Z] Selecting previously unselected package libldap-common. [2025-05-26T01:10:49.597Z] Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-26T01:10:49.597Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:10:49.857Z] Selecting previously unselected package libsasl2-modules:amd64. [2025-05-26T01:10:49.857Z] Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... [2025-05-26T01:10:49.857Z] Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:10:49.857Z] Selecting previously unselected package libssl-dev:amd64. [2025-05-26T01:10:49.857Z] Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_amd64.deb ... [2025-05-26T01:10:49.857Z] Unpacking libssl-dev:amd64 (3.0.16-1~deb12u1) ... [2025-05-26T01:10:49.857Z] Selecting previously unselected package libxext6:amd64. [2025-05-26T01:10:50.116Z] Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_amd64.deb ... [2025-05-26T01:10:50.116Z] Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-26T01:10:50.116Z] Selecting previously unselected package libxmuu1:amd64. [2025-05-26T01:10:50.116Z] Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_amd64.deb ... [2025-05-26T01:10:50.116Z] Unpacking libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-26T01:10:50.116Z] Selecting previously unselected package make. [2025-05-26T01:10:50.116Z] Preparing to unpack .../123-make_4.3-4.1_amd64.deb ... [2025-05-26T01:10:50.116Z] Unpacking make (4.3-4.1) ... [2025-05-26T01:10:50.116Z] Selecting previously unselected package manpages-dev. [2025-05-26T01:10:50.116Z] Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... [2025-05-26T01:10:50.116Z] Unpacking manpages-dev (6.03-2) ... [2025-05-26T01:10:50.376Z] Selecting previously unselected package psmisc. [2025-05-26T01:10:50.376Z] Preparing to unpack .../125-psmisc_23.6-1_amd64.deb ... [2025-05-26T01:10:50.376Z] Unpacking psmisc (23.6-1) ... [2025-05-26T01:10:50.376Z] Selecting previously unselected package publicsuffix. [2025-05-26T01:10:50.376Z] Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... [2025-05-26T01:10:50.376Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-26T01:10:50.376Z] Selecting previously unselected package ssh. [2025-05-26T01:10:50.376Z] Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-26T01:10:50.376Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:50.376Z] Selecting previously unselected package xauth. [2025-05-26T01:10:50.376Z] Preparing to unpack .../128-xauth_1%3a1.1.2-1_amd64.deb ... [2025-05-26T01:10:50.376Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-26T01:10:50.634Z] Selecting previously unselected package zlib1g-dev:amd64. [2025-05-26T01:10:50.634Z] Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... [2025-05-26T01:10:50.634Z] Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... [2025-05-26T01:10:50.634Z] Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... [2025-05-26T01:10:50.634Z] Setting up runit-helper (2.15.2) ... [2025-05-26T01:10:50.634Z] Setting up libaom3:amd64 (3.6.0-1+deb12u1) ... [2025-05-26T01:10:50.634Z] Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ... [2025-05-26T01:10:50.634Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:10:50.634Z] Setting up libxau6:amd64 (1:1.0.9-1) ... [2025-05-26T01:10:50.634Z] Setting up libkeyutils1:amd64 (1.6.3-2) ... [2025-05-26T01:10:50.634Z] Setting up libpsl5:amd64 (0.21.2-1) ... [2025-05-26T01:10:50.634Z] Setting up libicu72:amd64 (72.1-3) ... [2025-05-26T01:10:50.634Z] Setting up liblerc4:amd64 (4.0.0+ds-2) ... [2025-05-26T01:10:50.634Z] Setting up netcat-traditional (1.10-47) ... [2025-05-26T01:10:50.634Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-26T01:10:50.634Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:10:50.634Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:10:50.634Z] Setting up psmisc (23.6-1) ... [2025-05-26T01:10:50.634Z] Setting up manpages (6.03-2) ... [2025-05-26T01:10:50.634Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:10:50.634Z] Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... [2025-05-26T01:10:50.634Z] Setting up libbrotli1:amd64 (1.0.9-2+b6) ... [2025-05-26T01:10:50.634Z] Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:10:50.634Z] Setting up binutils-common:amd64 (2.40-2) ... [2025-05-26T01:10:50.634Z] Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... [2025-05-26T01:10:50.634Z] Setting up libdeflate0:amd64 (1.14-1) ... [2025-05-26T01:10:50.634Z] Setting up linux-libc-dev:amd64 (6.1.140-1) ... [2025-05-26T01:10:50.634Z] Setting up libctf-nobfd0:amd64 (2.40-2) ... [2025-05-26T01:10:50.891Z] Setting up gettext-base (0.21-12) ... [2025-05-26T01:10:50.891Z] Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:10:50.891Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:10:50.891Z] Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... [2025-05-26T01:10:50.891Z] Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:50.891Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:10:50.891Z] Setting up libjbig0:amd64 (2.1-6.1) ... [2025-05-26T01:10:50.891Z] Setting up librav1e0:amd64 (0.5.1-6) ... [2025-05-26T01:10:50.891Z] Setting up libjansson4:amd64 (2.14-2) ... [2025-05-26T01:10:50.891Z] Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:50.892Z] Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:10:50.892Z] Setting up rpcsvc-proto (1.4.3-1) ... [2025-05-26T01:10:50.892Z] Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... [2025-05-26T01:10:50.892Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:10:50.892Z] Setting up make (4.3-4.1) ... [2025-05-26T01:10:50.892Z] Setting up libmpfr6:amd64 (4.2.0-1) ... [2025-05-26T01:10:50.892Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:10:50.892Z] Setting up gosu (1.14-1+b10) ... [2025-05-26T01:10:50.892Z] Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... [2025-05-26T01:10:50.892Z] Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:50.892Z] Setting up libproc2-0:amd64 (2:4.0.2-3) ... [2025-05-26T01:10:50.892Z] Setting up libssl-dev:amd64 (3.0.16-1~deb12u1) ... [2025-05-26T01:10:50.892Z] Setting up libpng16-16:amd64 (1.6.39-2) ... [2025-05-26T01:10:50.892Z] Setting up libmpc3:amd64 (1.3.1-1) ... [2025-05-26T01:10:50.892Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:10:50.892Z] Creating group 'systemd-timesync' with GID 997. [2025-05-26T01:10:50.892Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-26T01:10:51.149Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:10:51.149Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:10:51.149Z] Setting up libatomic1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.149Z] Setting up fonts-dejavu-core (2.37-6) ... [2025-05-26T01:10:51.149Z] Setting up libgav1-1:amd64 (0.18.0-1+b1) ... [2025-05-26T01:10:51.149Z] Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:51.149Z] Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ... [2025-05-26T01:10:51.149Z] Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... [2025-05-26T01:10:51.149Z] Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... [2025-05-26T01:10:51.149Z] Setting up libubsan1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.149Z] Setting up libnuma1:amd64 (2.0.16-1) ... [2025-05-26T01:10:51.149Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:10:51.149Z] Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... [2025-05-26T01:10:51.149Z] Setting up libtiff6:amd64 (4.5.0-6+deb12u2) ... [2025-05-26T01:10:51.149Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:10:51.149Z] Setting up libasan8:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.149Z] Setting up procps (2:4.0.2-3) ... [2025-05-26T01:10:51.408Z] Setting up libssh2-1:amd64 (1.10.0-3+b1) ... [2025-05-26T01:10:51.408Z] Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:51.408Z] Setting up libtsan2:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up libbinutils:amd64 (2.40-2) ... [2025-05-26T01:10:51.408Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up libfido2-1:amd64 (1.12.0-2+b1) ... [2025-05-26T01:10:51.408Z] Setting up libisl23:amd64 (0.25-1.1) ... [2025-05-26T01:10:51.408Z] Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ... [2025-05-26T01:10:51.408Z] Setting up libc-dev-bin (2.36-9+deb12u10) ... [2025-05-26T01:10:51.408Z] Setting up libbsd0:amd64 (0.11.7-2) ... [2025-05-26T01:10:51.408Z] Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... [2025-05-26T01:10:51.408Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-26T01:10:51.408Z] Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up libcc1-0:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up liblsan0:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up libitm1:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up ncurses-term (6.4-4) ... [2025-05-26T01:10:51.408Z] Setting up libctf0:amd64 (2.40-2) ... [2025-05-26T01:10:51.408Z] Setting up manpages-dev (6.03-2) ... [2025-05-26T01:10:51.408Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2025-05-26T01:10:51.408Z] Setting up cpp-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.408Z] Setting up libxcb1:amd64 (1.15-1) ... [2025-05-26T01:10:51.408Z] Setting up gettext (0.21-12) ... [2025-05-26T01:10:51.408Z] Setting up libavif15:amd64 (0.11.1-1) ... [2025-05-26T01:10:51.408Z] Setting up fontconfig-config (2.14.1-4) ... [2025-05-26T01:10:51.666Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:10:51.666Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:10:51.666Z] debconf: falling back to frontend: Readline [2025-05-26T01:10:51.666Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:10:51.666Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:10:51.666Z] debconf: falling back to frontend: Teletype [2025-05-26T01:10:51.666Z] Setting up libedit2:amd64 (3.1-20221030-2) ... [2025-05-26T01:10:51.925Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:10:51.925Z] Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... [2025-05-26T01:10:51.925Z] Setting up libgprofng0:amd64 (2.40-2) ... [2025-05-26T01:10:51.925Z] Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-26T01:10:51.925Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:10:51.925Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:10:51.925Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:10:51.925Z] Setting up libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:51.925Z] Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... [2025-05-26T01:10:51.925Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:10:51.925Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:10:51.925Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:10:51.925Z] debconf: falling back to frontend: Readline [2025-05-26T01:10:51.925Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:10:51.925Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:10:51.925Z] debconf: falling back to frontend: Teletype [2025-05-26T01:10:51.925Z] Setting up libx265-199:amd64 (3.5-2+b1) ... [2025-05-26T01:10:51.925Z] Setting up cpp (4:12.2.0-3) ... [2025-05-26T01:10:51.925Z] Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... [2025-05-26T01:10:52.184Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:10:52.184Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:10:52.184Z] debconf: falling back to frontend: Readline [2025-05-26T01:10:52.184Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:10:52.184Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:10:52.184Z] debconf: falling back to frontend: Teletype [2025-05-26T01:10:52.184Z] Setting up libcurl4:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:10:52.184Z] Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:10:52.184Z] Setting up curl (7.88.1-10+deb12u12) ... [2025-05-26T01:10:52.184Z] Setting up libfontconfig1:amd64 (2.14.1-4) ... [2025-05-26T01:10:52.184Z] Setting up libxmuu1:amd64 (2:1.1.3-3) ... [2025-05-26T01:10:52.184Z] Setting up binutils-x86-64-linux-gnu (2.40-2) ... [2025-05-26T01:10:52.184Z] Setting up libtirpc3:amd64 (1.3.3+ds-1) ... [2025-05-26T01:10:52.184Z] Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... [2025-05-26T01:10:52.184Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:52.184Z] Setting up libheif1:amd64 (1.15.1-1+deb12u1) ... [2025-05-26T01:10:52.184Z] Setting up libxext6:amd64 (2:1.3.4-1+b1) ... [2025-05-26T01:10:52.443Z] Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:10:52.443Z] Setting up binutils (2.40-2) ... [2025-05-26T01:10:52.443Z] Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... [2025-05-26T01:10:52.443Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:10:52.443Z] Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... [2025-05-26T01:10:52.443Z] Setting up gcc-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:10:52.443Z] Setting up libgd3:amd64 (2.3.3-9) ... [2025-05-26T01:10:52.443Z] Setting up xauth (1:1.1.2-1) ... [2025-05-26T01:10:52.443Z] Setting up libnsl2:amd64 (1.3.0-2) ... [2025-05-26T01:10:52.443Z] Setting up libc-devtools (2.36-9+deb12u10) ... [2025-05-26T01:10:52.443Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:52.443Z] Setting up gcc (4:12.2.0-3) ... [2025-05-26T01:10:52.443Z] Setting up libwrap0:amd64 (7.6.q-32) ... [2025-05-26T01:10:52.443Z] Setting up libnsl-dev:amd64 (1.3.0-2) ... [2025-05-26T01:10:52.443Z] Setting up libc6-dev:amd64 (2.36-9+deb12u10) ... [2025-05-26T01:10:52.443Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:52.443Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:10:52.443Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:10:52.443Z] debconf: falling back to frontend: Readline [2025-05-26T01:10:52.443Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:10:52.443Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:10:52.443Z] debconf: falling back to frontend: Teletype [2025-05-26T01:10:52.701Z] [2025-05-26T01:10:52.701Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-26T01:10:52.960Z] Creating SSH2 RSA key; this may take some time ... [2025-05-26T01:10:52.960Z] 3072 SHA256:WHnGo6l4Kr5XZwF8oMTKJpj7CO83DCNfYpK/Xo8Shrk root@61c20d115f36 (RSA) [2025-05-26T01:10:52.960Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-26T01:10:52.960Z] 256 SHA256:mViiIrBPxai5acYU2IPpJqLOq9Wjty2a1ek8y4XrSBE root@61c20d115f36 (ECDSA) [2025-05-26T01:10:52.960Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-26T01:10:52.960Z] 256 SHA256:P0mwYR/lGROIrs3o3023ARvQJJ4k7Fcl3vXUQpTQIjs root@61c20d115f36 (ED25519) [2025-05-26T01:10:53.218Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:10:53.218Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:10:53.218Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-26T01:10:53.218Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-26T01:10:53.478Z] Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... [2025-05-26T01:10:53.478Z] Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... [2025-05-26T01:10:53.478Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:10:53.478Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-26T01:10:58.740Z] Removing intermediate container 61c20d115f36 [2025-05-26T01:10:58.741Z] ---> 988ac0829f4f [2025-05-26T01:10:58.741Z] Step 14/21 : RUN curl -LO https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.1.tar.gz && tar -xzf git-2.31.1.tar.gz && cd git-2.31.1 && make prefix=/usr/local all && make prefix=/usr/local install && cd .. && rm -rf git-2.31.1 git-2.31.1.tar.gz [2025-05-26T01:10:58.741Z] ---> Running in 5f9365f6fe65 [2025-05-26T01:10:58.741Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T01:10:58.741Z] Dload Upload Total Spent Left Speed [2025-05-26T01:10:58.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9890k 100 9890k 0 0 43.7M 0 --:--:-- --:--:-- --:--:-- 43.7M [2025-05-26T01:10:58.741Z] GIT_VERSION = 2.31.1 [2025-05-26T01:10:58.741Z]  * new build flags [2025-05-26T01:10:58.741Z]  CC fuzz-commit-graph.o [2025-05-26T01:10:58.741Z] CC fuzz-pack-headers.o [2025-05-26T01:10:58.999Z] CC fuzz-pack-idx.o [2025-05-26T01:10:58.999Z] CC daemon.o [2025-05-26T01:10:59.568Z]  * new link flags [2025-05-26T01:10:59.568Z]  CC common-main.o [2025-05-26T01:10:59.827Z] CC abspath.o [2025-05-26T01:11:00.087Z] CC add-interactive.o [2025-05-26T01:11:00.654Z] CC add-patch.o [2025-05-26T01:11:01.223Z] CC advice.o [2025-05-26T01:11:01.484Z] CC alias.o [2025-05-26T01:11:01.744Z] CC alloc.o [2025-05-26T01:11:01.744Z] CC apply.o [2025-05-26T01:11:03.652Z] CC archive-tar.o [2025-05-26T01:11:03.913Z] CC archive-zip.o [2025-05-26T01:11:04.481Z] CC archive.o [2025-05-26T01:11:04.740Z]  * new prefix flags [2025-05-26T01:11:04.740Z]  CC attr.o [2025-05-26T01:11:05.000Z] CC base85.o [2025-05-26T01:11:05.258Z] CC bisect.o [2025-05-26T01:11:05.826Z] CC blame.o [2025-05-26T01:11:06.762Z] CC blob.o [2025-05-26T01:11:06.762Z] CC bloom.o [2025-05-26T01:11:07.021Z] CC branch.o [2025-05-26T01:11:07.280Z] CC bulk-checkin.o [2025-05-26T01:11:07.539Z] CC bundle.o [2025-05-26T01:11:07.799Z] CC cache-tree.o [2025-05-26T01:11:08.365Z] CC chdir-notify.o [2025-05-26T01:11:08.365Z] CC checkout.o [2025-05-26T01:11:08.624Z] CC chunk-format.o [2025-05-26T01:11:08.884Z] CC color.o [2025-05-26T01:11:09.142Z] CC column.o [2025-05-26T01:11:09.401Z] CC combine-diff.o [2025-05-26T01:11:09.971Z] CC commit-graph.o [2025-05-26T01:11:11.347Z] CC commit-reach.o [2025-05-26T01:11:11.605Z] CC commit.o [2025-05-26T01:11:12.172Z] CC compat/obstack.o [2025-05-26T01:11:12.431Z] CC compat/terminal.o [2025-05-26T01:11:12.431Z] CC config.o [2025-05-26T01:11:13.806Z] CC connect.o [2025-05-26T01:11:14.064Z] CC connected.o [2025-05-26T01:11:14.324Z] CC convert.o [2025-05-26T01:11:14.895Z] CC copy.o [2025-05-26T01:11:15.154Z] CC credential.o [2025-05-26T01:11:15.412Z] CC csum-file.o [2025-05-26T01:11:15.671Z] CC ctype.o [2025-05-26T01:11:15.671Z] CC date.o [2025-05-26T01:11:16.238Z] CC decorate.o [2025-05-26T01:11:16.497Z] CC delta-islands.o [2025-05-26T01:11:16.756Z] CC diff-delta.o [2025-05-26T01:11:17.013Z] CC diff-merges.o [2025-05-26T01:11:17.271Z] CC diff-lib.o [2025-05-26T01:11:17.838Z] CC diff-no-index.o [2025-05-26T01:11:17.838Z] CC diff.o [2025-05-26T01:11:21.113Z] CC diffcore-break.o [2025-05-26T01:11:21.113Z] CC diffcore-delta.o [2025-05-26T01:11:21.113Z] CC diffcore-order.o [2025-05-26T01:11:21.372Z] CC diffcore-pickaxe.o [2025-05-26T01:11:21.630Z] CC diffcore-rename.o [2025-05-26T01:11:21.889Z] CC diffcore-rotate.o [2025-05-26T01:11:22.148Z] CC dir-iterator.o [2025-05-26T01:11:22.148Z] CC dir.o [2025-05-26T01:11:23.528Z] CC editor.o [2025-05-26T01:11:23.528Z] CC entry.o [2025-05-26T01:11:23.788Z] CC environment.o [2025-05-26T01:11:24.047Z] CC ewah/bitmap.o [2025-05-26T01:11:24.305Z] CC ewah/ewah_bitmap.o [2025-05-26T01:11:24.564Z] CC ewah/ewah_io.o [2025-05-26T01:11:24.823Z] CC ewah/ewah_rlw.o [2025-05-26T01:11:24.823Z] CC exec-cmd.o [2025-05-26T01:11:25.081Z] CC fetch-negotiator.o [2025-05-26T01:11:25.081Z] CC fetch-pack.o [2025-05-26T01:11:26.018Z] CC fmt-merge-msg.o [2025-05-26T01:11:26.585Z] CC fsck.o [2025-05-26T01:11:27.152Z] CC fsmonitor.o [2025-05-26T01:11:27.410Z] CC gettext.o [2025-05-26T01:11:27.411Z] CC gpg-interface.o [2025-05-26T01:11:27.669Z] CC graph.o [2025-05-26T01:11:28.237Z] CC grep.o [2025-05-26T01:11:28.803Z] CC hash-lookup.o [2025-05-26T01:11:29.062Z] CC hashmap.o [2025-05-26T01:11:29.321Z] GEN command-list.h [2025-05-26T01:11:30.258Z] CC help.o [2025-05-26T01:11:30.518Z] CC hex.o [2025-05-26T01:11:30.777Z] CC ident.o [2025-05-26T01:11:31.036Z] CC json-writer.o [2025-05-26T01:11:31.295Z] CC kwset.o [2025-05-26T01:11:31.865Z] CC levenshtein.o [2025-05-26T01:11:32.124Z] CC line-log.o [2025-05-26T01:11:32.692Z] CC line-range.o [2025-05-26T01:11:32.952Z] CC linear-assignment.o [2025-05-26T01:11:33.210Z] CC list-objects-filter-options.o [2025-05-26T01:11:33.469Z] CC list-objects-filter.o [2025-05-26T01:11:34.037Z] CC list-objects.o [2025-05-26T01:11:34.038Z] CC ll-merge.o [2025-05-26T01:11:34.297Z] CC lockfile.o [2025-05-26T01:11:34.556Z] CC log-tree.o [2025-05-26T01:11:35.125Z] CC ls-refs.o [2025-05-26T01:11:35.125Z] CC mailinfo.o [2025-05-26T01:11:35.692Z] CC mailmap.o [2025-05-26T01:11:35.951Z] CC match-trees.o [2025-05-26T01:11:36.210Z] CC mem-pool.o [2025-05-26T01:11:36.470Z] CC merge-blobs.o [2025-05-26T01:11:36.470Z] CC merge-ort.o [2025-05-26T01:11:37.847Z] CC merge-ort-wrappers.o [2025-05-26T01:11:37.847Z] CC merge-recursive.o [2025-05-26T01:11:39.225Z] CC merge.o [2025-05-26T01:11:39.225Z] CC mergesort.o [2025-05-26T01:11:39.484Z] CC midx.o [2025-05-26T01:11:40.052Z] CC name-hash.o [2025-05-26T01:11:40.311Z] CC negotiator/default.o [2025-05-26T01:11:40.570Z] CC negotiator/noop.o [2025-05-26T01:11:40.570Z] CC negotiator/skipping.o [2025-05-26T01:11:40.830Z] CC notes-cache.o [2025-05-26T01:11:41.088Z] CC notes-merge.o [2025-05-26T01:11:41.655Z] CC notes-utils.o [2025-05-26T01:11:41.655Z] CC notes.o [2025-05-26T01:11:42.224Z] CC object-file.o [2025-05-26T01:11:43.159Z] CC object-name.o [2025-05-26T01:11:43.726Z] CC object.o [2025-05-26T01:11:44.293Z] CC oid-array.o [2025-05-26T01:11:44.293Z] CC oidmap.o [2025-05-26T01:11:44.552Z] CC oidset.o [2025-05-26T01:11:44.812Z] CC pack-bitmap-write.o [2025-05-26T01:11:45.380Z] CC pack-bitmap.o [2025-05-26T01:11:45.948Z] CC pack-check.o [2025-05-26T01:11:46.208Z] CC pack-objects.o [2025-05-26T01:11:46.208Z] CC pack-revindex.o [2025-05-26T01:11:46.467Z] CC pack-write.o [2025-05-26T01:11:47.034Z] CC packfile.o [2025-05-26T01:11:47.603Z] CC pager.o [2025-05-26T01:11:47.862Z] CC parse-options-cb.o [2025-05-26T01:11:48.122Z] CC parse-options.o [2025-05-26T01:11:48.690Z] CC patch-delta.o [2025-05-26T01:11:48.690Z] CC patch-ids.o [2025-05-26T01:11:48.950Z] CC path.o [2025-05-26T01:11:49.517Z] CC pathspec.o [2025-05-26T01:11:50.083Z] CC pkt-line.o [2025-05-26T01:11:50.342Z] CC preload-index.o [2025-05-26T01:11:50.342Z] CC pretty.o [2025-05-26T01:11:51.278Z] CC prio-queue.o [2025-05-26T01:11:51.278Z] CC progress.o [2025-05-26T01:11:51.538Z] CC promisor-remote.o [2025-05-26T01:11:51.796Z] CC prompt.o [2025-05-26T01:11:52.054Z] CC protocol.o [2025-05-26T01:11:52.055Z] CC prune-packed.o [2025-05-26T01:11:52.314Z] CC quote.o [2025-05-26T01:11:52.572Z] CC range-diff.o [2025-05-26T01:11:53.137Z] CC reachable.o [2025-05-26T01:11:53.397Z] CC read-cache.o [2025-05-26T01:11:54.774Z] CC rebase-interactive.o [2025-05-26T01:11:54.774Z] CC rebase.o [2025-05-26T01:11:55.032Z] CC ref-filter.o [2025-05-26T01:11:55.968Z] CC reflog-walk.o [2025-05-26T01:11:56.228Z] CC refs.o [2025-05-26T01:11:57.164Z] CC refs/debug.o [2025-05-26T01:11:57.423Z] CC refs/files-backend.o [2025-05-26T01:11:58.361Z] CC refs/iterator.o [2025-05-26T01:11:58.361Z] CC refs/packed-backend.o [2025-05-26T01:11:58.928Z] CC refs/ref-cache.o [2025-05-26T01:11:59.186Z] CC refspec.o [2025-05-26T01:11:59.446Z] CC remote.o [2025-05-26T01:12:00.382Z] CC replace-object.o [2025-05-26T01:12:00.642Z] CC repo-settings.o [2025-05-26T01:12:00.642Z] CC repository.o [2025-05-26T01:12:00.900Z] CC rerere.o [2025-05-26T01:12:01.468Z] CC reset.o [2025-05-26T01:12:01.727Z] CC resolve-undo.o [2025-05-26T01:12:01.987Z] CC revision.o [2025-05-26T01:12:03.369Z] CC run-command.o [2025-05-26T01:12:03.934Z] CC send-pack.o [2025-05-26T01:12:04.192Z] CC sequencer.o [2025-05-26T01:12:06.724Z] CC serve.o [2025-05-26T01:12:06.724Z] CC server-info.o [2025-05-26T01:12:06.982Z] CC setup.o [2025-05-26T01:12:07.551Z] CC shallow.o [2025-05-26T01:12:08.120Z] CC sideband.o [2025-05-26T01:12:08.120Z] CC sigchain.o [2025-05-26T01:12:08.379Z] CC split-index.o [2025-05-26T01:12:08.637Z] CC stable-qsort.o [2025-05-26T01:12:08.895Z] CC strbuf.o [2025-05-26T01:12:09.464Z] CC streaming.o [2025-05-26T01:12:09.724Z] CC string-list.o [2025-05-26T01:12:09.985Z] CC strmap.o [2025-05-26T01:12:10.245Z] CC strvec.o [2025-05-26T01:12:10.504Z] CC sub-process.o [2025-05-26T01:12:10.504Z] CC submodule-config.o [2025-05-26T01:12:11.070Z] CC submodule.o [2025-05-26T01:12:11.638Z] CC symlinks.o [2025-05-26T01:12:11.897Z] CC tag.o [2025-05-26T01:12:12.155Z] CC tempfile.o [2025-05-26T01:12:12.412Z] CC thread-utils.o [2025-05-26T01:12:12.412Z] CC tmp-objdir.o [2025-05-26T01:12:12.671Z] CC trace.o [2025-05-26T01:12:12.930Z] CC trace2.o [2025-05-26T01:12:13.189Z] CC trace2/tr2_cfg.o [2025-05-26T01:12:13.450Z] CC trace2/tr2_cmd_name.o [2025-05-26T01:12:13.710Z] CC trace2/tr2_dst.o [2025-05-26T01:12:13.970Z] CC trace2/tr2_sid.o [2025-05-26T01:12:13.970Z] CC trace2/tr2_sysenv.o [2025-05-26T01:12:14.231Z] CC trace2/tr2_tbuf.o [2025-05-26T01:12:14.490Z] CC trace2/tr2_tgt_event.o [2025-05-26T01:12:14.750Z] CC trace2/tr2_tgt_normal.o [2025-05-26T01:12:15.010Z] CC trace2/tr2_tgt_perf.o [2025-05-26T01:12:15.270Z] CC trace2/tr2_tls.o [2025-05-26T01:12:15.529Z] CC trailer.o [2025-05-26T01:12:16.105Z] CC transport-helper.o [2025-05-26T01:12:16.674Z] CC transport.o [2025-05-26T01:12:17.242Z] CC tree-diff.o [2025-05-26T01:12:17.501Z] CC tree-walk.o [2025-05-26T01:12:17.760Z] CC tree.o [2025-05-26T01:12:18.021Z] CC unpack-trees.o [2025-05-26T01:12:18.957Z] CC upload-pack.o [2025-05-26T01:12:19.525Z] CC url.o [2025-05-26T01:12:19.784Z] CC urlmatch.o [2025-05-26T01:12:20.043Z] CC usage.o [2025-05-26T01:12:20.302Z] CC userdiff.o [2025-05-26T01:12:20.561Z] CC utf8.o [2025-05-26T01:12:20.819Z] CC varint.o [2025-05-26T01:12:21.078Z] CC version.o [2025-05-26T01:12:21.078Z] CC versioncmp.o [2025-05-26T01:12:21.337Z] CC walker.o [2025-05-26T01:12:21.596Z] CC wildmatch.o [2025-05-26T01:12:21.856Z] CC worktree.o [2025-05-26T01:12:22.423Z] CC wrapper.o [2025-05-26T01:12:22.681Z] CC write-or-die.o [2025-05-26T01:12:22.682Z] CC ws.o [2025-05-26T01:12:23.250Z] CC wt-status.o [2025-05-26T01:12:24.187Z] CC xdiff-interface.o [2025-05-26T01:12:24.446Z] CC zlib.o [2025-05-26T01:12:24.706Z] CC unix-socket.o [2025-05-26T01:12:24.706Z] CC sha1dc_git.o [2025-05-26T01:12:24.964Z] CC sha1dc/sha1.o [2025-05-26T01:12:25.532Z] CC sha1dc/ubc_check.o [2025-05-26T01:12:25.791Z] CC sha256/block/sha256.o [2025-05-26T01:12:26.360Z] CC compat/fopen.o [2025-05-26T01:12:26.360Z] CC compat/strlcpy.o [2025-05-26T01:12:26.360Z] CC compat/qsort_s.o [2025-05-26T01:12:26.618Z] AR libgit.a [2025-05-26T01:12:26.618Z] CC xdiff/xdiffi.o [2025-05-26T01:12:27.187Z] CC xdiff/xemit.o [2025-05-26T01:12:27.446Z] CC xdiff/xhistogram.o [2025-05-26T01:12:27.705Z] CC xdiff/xmerge.o [2025-05-26T01:12:27.965Z] CC xdiff/xpatience.o [2025-05-26T01:12:28.225Z] CC xdiff/xprepare.o [2025-05-26T01:12:28.486Z] CC xdiff/xutils.o [2025-05-26T01:12:28.747Z] AR xdiff/lib.a [2025-05-26T01:12:28.747Z] LINK git-daemon [2025-05-26T01:12:28.747Z] CC http-backend.o [2025-05-26T01:12:29.315Z] LINK git-http-backend [2025-05-26T01:12:29.315Z] CC imap-send.o [2025-05-26T01:12:29.884Z] CC http.o [2025-05-26T01:12:30.142Z] http.c: In function 'get_curl_handle': [2025-05-26T01:12:30.142Z] http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-26T01:12:30.142Z] 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, [2025-05-26T01:12:30.142Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:30.142Z] In file included from http.h:6, [2025-05-26T01:12:30.142Z] from http.c:2: [2025-05-26T01:12:30.142Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here [2025-05-26T01:12:30.142Z] 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, [2025-05-26T01:12:30.142Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:30.142Z] http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-26T01:12:30.142Z] 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, [2025-05-26T01:12:30.142Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:30.142Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1749:3: note: declared here [2025-05-26T01:12:30.142Z] 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, [2025-05-26T01:12:30.142Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:30.142Z] http.c: In function 'run_active_slot': [2025-05-26T01:12:30.142Z] http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] [2025-05-26T01:12:30.142Z] 1477 | slot->finished = &finished; [2025-05-26T01:12:30.142Z] | ~~~~~~~~~~~~~~~^~~~~~~~~~~ [2025-05-26T01:12:30.142Z] http.c:1475:13: note: 'finished' declared here [2025-05-26T01:12:30.142Z] 1475 | int finished = 0; [2025-05-26T01:12:30.142Z] | ^~~~~~~~ [2025-05-26T01:12:30.142Z] http.c:1475:13: note: 'slot' declared here [2025-05-26T01:12:31.079Z]  LINK git-imap-send [2025-05-26T01:12:31.079Z] CC sh-i18n--envsubst.o [2025-05-26T01:12:31.339Z] LINK git-sh-i18n--envsubst [2025-05-26T01:12:31.339Z] CC shell.o [2025-05-26T01:12:31.598Z] LINK git-shell [2025-05-26T01:12:31.598Z] CC http-walker.o [2025-05-26T01:12:31.856Z] CC http-fetch.o [2025-05-26T01:12:32.116Z] LINK git-http-fetch [2025-05-26T01:12:32.374Z] CC http-push.o [2025-05-26T01:12:32.374Z] http-push.c: In function 'curl_setup_http': [2025-05-26T01:12:32.374Z] http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] [2025-05-26T01:12:32.374Z] 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); [2025-05-26T01:12:32.374Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:32.374Z] In file included from http.h:6, [2025-05-26T01:12:32.374Z] from http-push.c:6: [2025-05-26T01:12:32.374Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1286:3: note: declared here [2025-05-26T01:12:32.374Z] 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, [2025-05-26T01:12:32.374Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:32.374Z] http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-26T01:12:32.374Z] 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); [2025-05-26T01:12:32.374Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:32.374Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-26T01:12:32.374Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-26T01:12:32.374Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:32.374Z] http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-26T01:12:32.374Z] 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); [2025-05-26T01:12:32.374Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:32.374Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-26T01:12:32.374Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-26T01:12:32.374Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:33.026Z]  LINK git-http-push [2025-05-26T01:12:33.284Z] CC remote-curl.o [2025-05-26T01:12:33.284Z] remote-curl.c: In function 'post_rpc': [2025-05-26T01:12:33.284Z] remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-26T01:12:33.284Z] 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); [2025-05-26T01:12:33.284Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:33.284Z] In file included from http.h:6, [2025-05-26T01:12:33.284Z] from remote-curl.c:7: [2025-05-26T01:12:33.284Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-26T01:12:33.284Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-26T01:12:33.284Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:33.284Z] remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-26T01:12:33.284Z] 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); [2025-05-26T01:12:33.284Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:12:33.284Z] /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-26T01:12:33.284Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-26T01:12:33.284Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:12:33.854Z]  LINK git-remote-http [2025-05-26T01:12:34.112Z] LN/CP git-remote-https [2025-05-26T01:12:34.112Z] LN/CP git-remote-ftp [2025-05-26T01:12:34.112Z] LN/CP git-remote-ftps [2025-05-26T01:12:34.112Z]  * new script parameters [2025-05-26T01:12:34.112Z]  GEN git-bisect [2025-05-26T01:12:34.112Z] GEN git-difftool--helper [2025-05-26T01:12:34.112Z] GEN git-filter-branch [2025-05-26T01:12:34.112Z] GEN git-merge-octopus [2025-05-26T01:12:34.112Z] GEN git-merge-one-file [2025-05-26T01:12:34.112Z] GEN git-merge-resolve [2025-05-26T01:12:34.112Z] GEN git-mergetool [2025-05-26T01:12:34.112Z] GEN git-quiltimport [2025-05-26T01:12:34.112Z] GEN git-request-pull [2025-05-26T01:12:34.112Z] GEN git-submodule [2025-05-26T01:12:34.112Z] GEN git-web--browse [2025-05-26T01:12:34.112Z]  * new perl-specific parameters [2025-05-26T01:12:34.112Z]  GEN GIT-PERL-HEADER [2025-05-26T01:12:34.112Z] GEN git-add--interactive [2025-05-26T01:12:34.112Z] GEN git-archimport [2025-05-26T01:12:34.112Z] GEN git-cvsexportcommit [2025-05-26T01:12:34.112Z] GEN git-cvsimport [2025-05-26T01:12:34.112Z] GEN git-cvsserver [2025-05-26T01:12:34.112Z] GEN git-send-email [2025-05-26T01:12:34.112Z] GEN git-svn [2025-05-26T01:12:34.112Z]  * new Python interpreter location [2025-05-26T01:12:34.112Z]  GEN git-p4 [2025-05-26T01:12:34.112Z] GEN git-instaweb [2025-05-26T01:12:34.112Z] CC git.o [2025-05-26T01:12:34.679Z] CC builtin/add.o [2025-05-26T01:12:34.937Z] CC builtin/am.o [2025-05-26T01:12:35.872Z] CC builtin/annotate.o [2025-05-26T01:12:35.872Z] CC builtin/apply.o [2025-05-26T01:12:35.872Z] CC builtin/archive.o [2025-05-26T01:12:36.131Z] CC builtin/bisect--helper.o [2025-05-26T01:12:36.706Z] CC builtin/blame.o [2025-05-26T01:12:37.274Z] CC builtin/branch.o [2025-05-26T01:12:37.533Z] CC builtin/bugreport.o [2025-05-26T01:12:37.793Z] CC builtin/bundle.o [2025-05-26T01:12:38.052Z] CC builtin/cat-file.o [2025-05-26T01:12:38.313Z] CC builtin/check-attr.o [2025-05-26T01:12:38.572Z] CC builtin/check-ignore.o [2025-05-26T01:12:38.831Z] CC builtin/check-mailmap.o [2025-05-26T01:12:38.831Z] CC builtin/check-ref-format.o [2025-05-26T01:12:39.091Z] CC builtin/checkout-index.o [2025-05-26T01:12:39.349Z] CC builtin/checkout.o [2025-05-26T01:12:39.915Z] CC builtin/clean.o [2025-05-26T01:12:40.481Z] CC builtin/clone.o [2025-05-26T01:12:40.740Z] In function 'guess_dir_name', [2025-05-26T01:12:40.740Z] inlined from 'cmd_clone' at builtin/clone.c:1035:9: [2025-05-26T01:12:40.740Z] builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] [2025-05-26T01:12:40.740Z] 261 | if (memchr(start, '/', end - start) == NULL [2025-05-26T01:12:40.740Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-05-26T01:12:40.999Z]  CC builtin/column.o [2025-05-26T01:12:41.257Z] CC builtin/commit-graph.o [2025-05-26T01:12:41.257Z] CC builtin/commit-tree.o [2025-05-26T01:12:41.516Z] CC builtin/commit.o [2025-05-26T01:12:42.081Z] CC builtin/config.o [2025-05-26T01:12:42.647Z] CC builtin/count-objects.o [2025-05-26T01:12:42.647Z] CC builtin/credential-cache--daemon.o [2025-05-26T01:12:42.906Z] CC builtin/credential-cache.o [2025-05-26T01:12:43.163Z] CC builtin/credential-store.o [2025-05-26T01:12:43.163Z] CC builtin/credential.o [2025-05-26T01:12:43.422Z] CC builtin/describe.o [2025-05-26T01:12:43.989Z] CC builtin/diff-files.o [2025-05-26T01:12:43.990Z] CC builtin/diff-index.o [2025-05-26T01:12:44.248Z] CC builtin/diff-tree.o [2025-05-26T01:12:44.248Z] CC builtin/diff.o [2025-05-26T01:12:44.814Z] CC builtin/difftool.o [2025-05-26T01:12:45.073Z] CC builtin/env--helper.o [2025-05-26T01:12:45.332Z] CC builtin/fast-export.o [2025-05-26T01:12:45.902Z] CC builtin/fast-import.o [2025-05-26T01:12:47.280Z] CC builtin/fetch-pack.o [2025-05-26T01:12:47.539Z] CC builtin/fetch.o [2025-05-26T01:12:48.477Z] CC builtin/fmt-merge-msg.o [2025-05-26T01:12:48.477Z] CC builtin/for-each-ref.o [2025-05-26T01:12:48.477Z] CC builtin/for-each-repo.o [2025-05-26T01:12:48.736Z] CC builtin/fsck.o [2025-05-26T01:12:49.303Z] CC builtin/gc.o [2025-05-26T01:12:49.871Z] CC builtin/get-tar-commit-id.o [2025-05-26T01:12:49.871Z] CC builtin/grep.o [2025-05-26T01:12:50.440Z] CC builtin/hash-object.o [2025-05-26T01:12:50.699Z] GEN config-list.h [2025-05-26T01:12:50.699Z] CC builtin/help.o [2025-05-26T01:12:50.959Z] CC builtin/index-pack.o [2025-05-26T01:12:51.901Z] CC builtin/init-db.o [2025-05-26T01:12:52.164Z] CC builtin/interpret-trailers.o [2025-05-26T01:12:52.421Z] CC builtin/log.o [2025-05-26T01:12:53.355Z] CC builtin/ls-files.o [2025-05-26T01:12:53.614Z] CC builtin/ls-remote.o [2025-05-26T01:12:53.872Z] CC builtin/ls-tree.o [2025-05-26T01:12:54.131Z] CC builtin/mailinfo.o [2025-05-26T01:12:54.389Z] CC builtin/mailsplit.o [2025-05-26T01:12:54.647Z] CC builtin/merge-base.o [2025-05-26T01:12:54.647Z] CC builtin/merge-file.o [2025-05-26T01:12:54.905Z] CC builtin/merge-index.o [2025-05-26T01:12:55.166Z] CC builtin/merge-ours.o [2025-05-26T01:12:55.166Z] CC builtin/merge-recursive.o [2025-05-26T01:12:55.424Z] CC builtin/merge-tree.o [2025-05-26T01:12:55.682Z] CC builtin/merge.o [2025-05-26T01:12:56.248Z] CC builtin/mktag.o [2025-05-26T01:12:56.505Z] CC builtin/mktree.o [2025-05-26T01:12:56.764Z] CC builtin/multi-pack-index.o [2025-05-26T01:12:56.764Z] CC builtin/mv.o [2025-05-26T01:12:57.021Z] CC builtin/name-rev.o [2025-05-26T01:12:57.588Z] CC builtin/notes.o [2025-05-26T01:12:57.845Z] CC builtin/pack-objects.o [2025-05-26T01:12:59.219Z] CC builtin/pack-redundant.o [2025-05-26T01:12:59.786Z] CC builtin/pack-refs.o [2025-05-26T01:12:59.786Z] CC builtin/patch-id.o [2025-05-26T01:13:00.045Z] CC builtin/prune-packed.o [2025-05-26T01:13:00.304Z] CC builtin/prune.o [2025-05-26T01:13:00.304Z] CC builtin/pull.o [2025-05-26T01:13:00.873Z] CC builtin/push.o [2025-05-26T01:13:01.132Z] CC builtin/range-diff.o [2025-05-26T01:13:01.144Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2235 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] checkout [2025-05-26T01:13:01.182Z] Selected Git installation does not exist. Using Default [2025-05-26T01:13:01.182Z] The recommended git tool is: NONE [2025-05-26T01:13:01.390Z] CC builtin/read-tree.o [2025-05-26T01:13:01.390Z] CC builtin/rebase.o [2025-05-26T01:13:02.768Z] CC builtin/receive-pack.o [2025-05-26T01:13:03.334Z] CC builtin/reflog.o [2025-05-26T01:13:03.591Z] CC builtin/remote-ext.o [2025-05-26T01:13:03.849Z] CC builtin/remote-fd.o [2025-05-26T01:13:04.108Z] CC builtin/remote.o [2025-05-26T01:13:04.674Z] CC builtin/repack.o [2025-05-26T01:13:05.240Z] CC builtin/replace.o [2025-05-26T01:13:05.498Z] CC builtin/rerere.o [2025-05-26T01:13:05.498Z] CC builtin/reset.o [2025-05-26T01:13:06.064Z] CC builtin/rev-list.o [2025-05-26T01:13:06.321Z] CC builtin/rev-parse.o [2025-05-26T01:13:06.464Z] using credential edgex-jenkins-ssh [2025-05-26T01:13:06.485Z] Cloning the remote Git repository [2025-05-26T01:13:06.888Z] CC builtin/revert.o [2025-05-26T01:13:06.888Z] CC builtin/rm.o [2025-05-26T01:13:07.146Z] CC builtin/send-pack.o [2025-05-26T01:13:07.403Z] CC builtin/shortlog.o [2025-05-26T01:13:06.532Z] Cloning repository git@github.com:edgexfoundry/git-semver.git [2025-05-26T01:13:06.632Z] > git init /w/workspace/edgexfoundry_git-semver_main # timeout=10 [2025-05-26T01:13:06.812Z] Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git [2025-05-26T01:13:06.813Z] > git --version # timeout=10 [2025-05-26T01:13:06.834Z] > git --version # 'git version 2.25.1' [2025-05-26T01:13:06.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-05-26T01:13:06.998Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T01:13:07.627Z] > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 [2025-05-26T01:13:07.968Z] CC builtin/show-branch.o [2025-05-26T01:13:08.226Z] CC builtin/show-index.o [2025-05-26T01:13:08.485Z] CC builtin/show-ref.o [2025-05-26T01:13:08.485Z] Avoid second fetch [2025-05-26T01:13:08.486Z] Checking out Revision ce15149cfed2d6895db6df985ec47ac6c5ee16f3 (main) [2025-05-26T01:13:08.743Z] CC builtin/sparse-checkout.o [2025-05-26T01:13:07.654Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-05-26T01:13:08.509Z] > git config core.sparsecheckout # timeout=10 [2025-05-26T01:13:08.576Z] > git checkout -f ce15149cfed2d6895db6df985ec47ac6c5ee16f3 # timeout=10 [2025-05-26T01:13:09.002Z] CC builtin/stash.o [2025-05-26T01:13:09.061Z] Commit message: "Merge pull request #76 from cherrycl/fix-git-version" [2025-05-26T01:13:09.569Z] CC builtin/stripspace.o [2025-05-26T01:13:09.569Z] CC builtin/submodule--helper.o [2025-05-26T01:13:10.504Z] CC builtin/symbolic-ref.o [2025-05-26T01:13:10.763Z] CC builtin/tag.o [2025-05-26T01:13:11.023Z] CC builtin/unpack-file.o [2025-05-26T01:13:11.281Z] CC builtin/unpack-objects.o [2025-05-26T01:13:11.540Z] CC builtin/update-index.o [2025-05-26T01:13:12.109Z] CC builtin/update-ref.o [2025-05-26T01:13:12.366Z] CC builtin/update-server-info.o [2025-05-26T01:13:12.625Z] CC builtin/upload-archive.o [2025-05-26T01:13:12.625Z] CC builtin/upload-pack.o [2025-05-26T01:13:12.884Z] CC builtin/var.o [2025-05-26T01:13:12.884Z] CC builtin/verify-commit.o [2025-05-26T01:13:13.144Z] CC builtin/verify-pack.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-26T01:13:13.402Z] CC builtin/verify-tag.o [2025-05-26T01:13:13.402Z] CC builtin/worktree.o [2025-05-26T01:13:13.816Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-05-26T01:13:13.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-05-26T01:13:13.816Z] Dload Upload Total Spent Left Speed [2025-05-26T01:13:13.816Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90338 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh [2025-05-26T01:13:13.970Z] CC builtin/write-tree.o [2025-05-26T01:13:13.970Z] LINK git [2025-05-26T01:13:14.166Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-05-26T01:13:14.228Z] BUILTIN git-add [2025-05-26T01:13:14.228Z] BUILTIN git-am [2025-05-26T01:13:14.228Z] BUILTIN git-annotate [2025-05-26T01:13:14.228Z] BUILTIN git-apply [2025-05-26T01:13:14.228Z] BUILTIN git-archive [2025-05-26T01:13:14.228Z] BUILTIN git-bisect--helper [2025-05-26T01:13:14.228Z] BUILTIN git-blame [2025-05-26T01:13:14.228Z] BUILTIN git-branch [2025-05-26T01:13:14.228Z] BUILTIN git-bugreport [2025-05-26T01:13:14.228Z] BUILTIN git-bundle [2025-05-26T01:13:14.228Z] BUILTIN git-cat-file [2025-05-26T01:13:14.228Z] BUILTIN git-check-attr [2025-05-26T01:13:14.228Z] BUILTIN git-check-ignore [2025-05-26T01:13:14.228Z] BUILTIN git-check-mailmap [2025-05-26T01:13:14.228Z] BUILTIN git-check-ref-format [2025-05-26T01:13:14.228Z] BUILTIN git-checkout-index [2025-05-26T01:13:14.228Z] BUILTIN git-checkout [2025-05-26T01:13:14.228Z] BUILTIN git-clean [2025-05-26T01:13:14.228Z] BUILTIN git-clone [2025-05-26T01:13:14.228Z] BUILTIN git-column [2025-05-26T01:13:14.228Z] BUILTIN git-commit-graph [2025-05-26T01:13:14.228Z] BUILTIN git-commit-tree [2025-05-26T01:13:14.228Z] BUILTIN git-commit [2025-05-26T01:13:14.228Z] BUILTIN git-config [2025-05-26T01:13:14.228Z] BUILTIN git-count-objects [2025-05-26T01:13:14.228Z] BUILTIN git-credential-cache--daemon [2025-05-26T01:13:14.228Z] BUILTIN git-credential-cache [2025-05-26T01:13:14.228Z] BUILTIN git-credential-store [2025-05-26T01:13:14.228Z] BUILTIN git-credential [2025-05-26T01:13:14.228Z] BUILTIN git-describe [2025-05-26T01:13:14.228Z] BUILTIN git-diff-files [2025-05-26T01:13:14.228Z] BUILTIN git-diff-index [2025-05-26T01:13:14.228Z] BUILTIN git-diff-tree [2025-05-26T01:13:14.228Z] BUILTIN git-diff [2025-05-26T01:13:14.228Z] BUILTIN git-difftool [2025-05-26T01:13:14.228Z] BUILTIN git-env--helper [2025-05-26T01:13:14.228Z] BUILTIN git-fast-export [2025-05-26T01:13:14.228Z] BUILTIN git-fast-import [2025-05-26T01:13:14.228Z] BUILTIN git-fetch-pack [2025-05-26T01:13:14.228Z] BUILTIN git-fetch [2025-05-26T01:13:14.228Z] BUILTIN git-fmt-merge-msg [2025-05-26T01:13:14.488Z] BUILTIN git-for-each-ref [2025-05-26T01:13:14.488Z] BUILTIN git-for-each-repo [2025-05-26T01:13:14.488Z] BUILTIN git-fsck [2025-05-26T01:13:14.488Z] BUILTIN git-gc [2025-05-26T01:13:14.488Z] BUILTIN git-get-tar-commit-id [2025-05-26T01:13:14.488Z] BUILTIN git-grep [2025-05-26T01:13:14.488Z] BUILTIN git-hash-object [2025-05-26T01:13:14.488Z] BUILTIN git-help [2025-05-26T01:13:14.488Z] BUILTIN git-index-pack [2025-05-26T01:13:14.488Z] BUILTIN git-init-db [2025-05-26T01:13:14.488Z] BUILTIN git-interpret-trailers [2025-05-26T01:13:14.488Z] BUILTIN git-log [2025-05-26T01:13:14.488Z] BUILTIN git-ls-files [2025-05-26T01:13:14.488Z] BUILTIN git-ls-remote [2025-05-26T01:13:14.488Z] BUILTIN git-ls-tree [2025-05-26T01:13:14.488Z] BUILTIN git-mailinfo [2025-05-26T01:13:14.488Z] BUILTIN git-mailsplit [2025-05-26T01:13:14.488Z] BUILTIN git-merge-base [2025-05-26T01:13:14.488Z] BUILTIN git-merge-file [2025-05-26T01:13:14.488Z] BUILTIN git-merge-index [2025-05-26T01:13:14.488Z] BUILTIN git-merge-ours [2025-05-26T01:13:14.488Z] BUILTIN git-merge-recursive [2025-05-26T01:13:14.488Z] BUILTIN git-merge-tree [2025-05-26T01:13:14.488Z] BUILTIN git-merge [2025-05-26T01:13:14.488Z] BUILTIN git-mktag [2025-05-26T01:13:14.488Z] BUILTIN git-mktree [2025-05-26T01:13:14.488Z] BUILTIN git-multi-pack-index [2025-05-26T01:13:14.488Z] BUILTIN git-mv [2025-05-26T01:13:14.488Z] BUILTIN git-name-rev [2025-05-26T01:13:14.488Z] BUILTIN git-notes [2025-05-26T01:13:14.488Z] BUILTIN git-pack-objects [2025-05-26T01:13:14.488Z] BUILTIN git-pack-redundant [2025-05-26T01:13:14.488Z] BUILTIN git-pack-refs [2025-05-26T01:13:14.488Z] BUILTIN git-patch-id [2025-05-26T01:13:14.488Z] BUILTIN git-prune-packed [2025-05-26T01:13:14.488Z] BUILTIN git-prune [2025-05-26T01:13:14.488Z] BUILTIN git-pull [2025-05-26T01:13:14.488Z] BUILTIN git-push [2025-05-26T01:13:14.488Z] BUILTIN git-range-diff [2025-05-26T01:13:14.488Z] BUILTIN git-read-tree [2025-05-26T01:13:14.488Z] BUILTIN git-rebase [2025-05-26T01:13:14.488Z] BUILTIN git-receive-pack [2025-05-26T01:13:14.488Z] BUILTIN git-reflog [2025-05-26T01:13:14.488Z] BUILTIN git-remote-ext [2025-05-26T01:13:14.488Z] BUILTIN git-remote-fd [2025-05-26T01:13:14.488Z] BUILTIN git-remote [2025-05-26T01:13:14.488Z] BUILTIN git-repack [2025-05-26T01:13:14.488Z] BUILTIN git-replace [2025-05-26T01:13:14.488Z] BUILTIN git-rerere [2025-05-26T01:13:14.488Z] BUILTIN git-reset [2025-05-26T01:13:14.488Z] BUILTIN git-rev-list [2025-05-26T01:13:14.488Z] BUILTIN git-rev-parse [2025-05-26T01:13:14.488Z] BUILTIN git-revert [2025-05-26T01:13:14.488Z] BUILTIN git-rm [2025-05-26T01:13:14.488Z] BUILTIN git-send-pack [2025-05-26T01:13:14.488Z] BUILTIN git-shortlog [2025-05-26T01:13:14.488Z] BUILTIN git-show-branch [2025-05-26T01:13:14.488Z] BUILTIN git-show-index [2025-05-26T01:13:14.488Z] BUILTIN git-show-ref [2025-05-26T01:13:14.488Z] BUILTIN git-sparse-checkout [2025-05-26T01:13:14.488Z] BUILTIN git-stash [2025-05-26T01:13:14.488Z] BUILTIN git-stripspace [2025-05-26T01:13:14.488Z] BUILTIN git-submodule--helper [2025-05-26T01:13:14.488Z] BUILTIN git-symbolic-ref [2025-05-26T01:13:14.488Z] BUILTIN git-tag [2025-05-26T01:13:14.488Z] BUILTIN git-unpack-file [2025-05-26T01:13:14.488Z] BUILTIN git-unpack-objects [2025-05-26T01:13:14.488Z] BUILTIN git-update-index [2025-05-26T01:13:14.488Z] BUILTIN git-update-ref [2025-05-26T01:13:14.488Z] BUILTIN git-update-server-info [2025-05-26T01:13:14.488Z] BUILTIN git-upload-archive [2025-05-26T01:13:14.488Z] BUILTIN git-upload-pack [2025-05-26T01:13:14.488Z] BUILTIN git-var [2025-05-26T01:13:14.488Z] BUILTIN git-verify-commit [2025-05-26T01:13:14.488Z] BUILTIN git-verify-pack [2025-05-26T01:13:14.488Z] BUILTIN git-verify-tag [2025-05-26T01:13:14.488Z] BUILTIN git-worktree [2025-05-26T01:13:14.488Z] BUILTIN git-write-tree [2025-05-26T01:13:14.488Z] BUILTIN git-cherry [2025-05-26T01:13:14.488Z] BUILTIN git-cherry-pick [2025-05-26T01:13:14.488Z] BUILTIN git-format-patch [2025-05-26T01:13:14.488Z] BUILTIN git-fsck-objects [2025-05-26T01:13:14.488Z] BUILTIN git-init [2025-05-26T01:13:14.488Z] BUILTIN git-maintenance [2025-05-26T01:13:14.488Z] BUILTIN git-merge-subtree [2025-05-26T01:13:14.488Z] BUILTIN git-restore [2025-05-26T01:13:14.488Z] BUILTIN git-show [2025-05-26T01:13:14.488Z] BUILTIN git-stage [2025-05-26T01:13:14.488Z] BUILTIN git-status [2025-05-26T01:13:14.488Z] BUILTIN git-switch [2025-05-26T01:13:14.488Z] BUILTIN git-whatchanged [2025-05-26T01:13:14.488Z] GEN git-mergetool--lib [2025-05-26T01:13:14.488Z] GEN git-rebase--preserve-merges [2025-05-26T01:13:14.488Z] GEN git-sh-i18n [2025-05-26T01:13:14.488Z] GEN git-sh-setup [2025-05-26T01:13:14.488Z] SUBDIR git-gui [2025-05-26T01:13:14.488Z] GITGUI_VERSION = 0.21.0.99.gdf4f9e [2025-05-26T01:13:14.488Z]  * new locations or Tcl/Tk interpreter [2025-05-26T01:13:14.488Z]  GEN git-gui [2025-05-26T01:13:14.501Z] + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-05-26T01:13:14.501Z] sudo tee /etc/docker/daemon.new [2025-05-26T01:13:14.501Z] { [2025-05-26T01:13:14.501Z] "registry-mirrors": [ [2025-05-26T01:13:14.501Z] "https://nexus3.edgexfoundry.org:10001" [2025-05-26T01:13:14.501Z] ], [2025-05-26T01:13:14.501Z] "bip": "10.250.0.254/24", [2025-05-26T01:13:14.501Z] "hosts": [ [2025-05-26T01:13:14.501Z] "tcp://0.0.0.0:5555", [2025-05-26T01:13:14.501Z] "unix:///var/run/docker.sock" [2025-05-26T01:13:14.501Z] ], [2025-05-26T01:13:14.501Z] "mtu": 1458, [2025-05-26T01:13:14.501Z] "selinux-enabled": true, [2025-05-26T01:13:14.501Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-05-26T01:13:14.501Z] } [Pipeline] sh [2025-05-26T01:13:14.746Z] INDEX lib/ [2025-05-26T01:13:14.746Z]  * tclsh failed; using unoptimized loading [2025-05-26T01:13:14.746Z]  MSGFMT po/bg.msg 565 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/de.msg 579 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. [2025-05-26T01:13:14.746Z] MSGFMT po/fr.msg 520 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/hu.msg 514 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/it.msg 519 translated, 1 untranslated. [2025-05-26T01:13:14.746Z] MSGFMT po/ja.msg 546 translated, 1 untranslated. [2025-05-26T01:13:14.746Z] MSGFMT po/nb.msg 474 translated, 39 untranslated. [2025-05-26T01:13:14.746Z] MSGFMT po/pt_br.msg 520 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/pt_pt.msg 550 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/ru.msg 579 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/sv.msg 547 translated. [2025-05-26T01:13:14.746Z] MSGFMT po/vi.msg 543 translated. [2025-05-26T01:13:14.747Z] MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. [2025-05-26T01:13:14.747Z] SUBDIR gitk-git [2025-05-26T01:13:14.747Z]  * new Tcl/Tk interpreter location [2025-05-26T01:13:14.747Z]  GEN gitk-wish [2025-05-26T01:13:14.747Z] Generating catalog po/bg.msg [2025-05-26T01:13:14.747Z] msgfmt --statistics --tcl po/bg.po -l bg -d po/ [2025-05-26T01:13:14.747Z] 317 translated messages. [2025-05-26T01:13:14.747Z] Generating catalog po/ca.msg [2025-05-26T01:13:14.747Z] msgfmt --statistics --tcl po/ca.po -l ca -d po/ [2025-05-26T01:13:14.747Z] 307 translated messages. [2025-05-26T01:13:14.747Z] Generating catalog po/de.msg [2025-05-26T01:13:14.747Z] msgfmt --statistics --tcl po/de.po -l de -d po/ [2025-05-26T01:13:14.841Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-05-26T01:13:15.005Z] 307 translated messages. [2025-05-26T01:13:15.005Z] Generating catalog po/es.msg [2025-05-26T01:13:15.005Z] msgfmt --statistics --tcl po/es.po -l es -d po/ [2025-05-26T01:13:15.005Z] 184 translated messages, 46 fuzzy translations, 77 untranslated messages. [2025-05-26T01:13:15.005Z] Generating catalog po/fr.msg [2025-05-26T01:13:15.005Z] msgfmt --statistics --tcl po/fr.po -l fr -d po/ [2025-05-26T01:13:15.005Z] 311 translated messages. [2025-05-26T01:13:15.005Z] Generating catalog po/hu.msg [2025-05-26T01:13:15.005Z] msgfmt --statistics --tcl po/hu.po -l hu -d po/ [2025-05-26T01:13:15.005Z] 277 translated messages, 18 fuzzy translations, 12 untranslated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/it.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/it.po -l it -d po/ [2025-05-26T01:13:15.006Z] 274 translated messages, 17 fuzzy translations, 16 untranslated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/ja.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/ja.po -l ja -d po/ [2025-05-26T01:13:15.006Z] 311 translated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/pt_br.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ [2025-05-26T01:13:15.006Z] 279 translated messages, 16 fuzzy translations, 12 untranslated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/pt_pt.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ [2025-05-26T01:13:15.006Z] 311 translated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/ru.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/ru.po -l ru -d po/ [2025-05-26T01:13:15.006Z] 317 translated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/sv.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/sv.po -l sv -d po/ [2025-05-26T01:13:15.006Z] 311 translated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/vi.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/vi.po -l vi -d po/ [2025-05-26T01:13:15.006Z] 307 translated messages. [2025-05-26T01:13:15.006Z] Generating catalog po/zh_cn.msg [2025-05-26T01:13:15.006Z] msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ [2025-05-26T01:13:15.006Z] 317 translated messages. [2025-05-26T01:13:15.006Z]  SUBDIR templates [2025-05-26T01:13:15.006Z] MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo [2025-05-26T01:13:15.184Z] + sudo service docker restart [2025-05-26T01:13:15.265Z] 5104 translated messages. [2025-05-26T01:13:15.265Z]  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo [2025-05-26T01:13:15.265Z] 4386 translated messages, 652 fuzzy translations. [2025-05-26T01:13:15.265Z]  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo [2025-05-26T01:13:15.265Z] 5104 translated messages. [2025-05-26T01:13:15.265Z]  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo [2025-05-26T01:13:15.265Z] 1038 translated messages, 3325 untranslated messages. [2025-05-26T01:13:15.265Z]  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo [2025-05-26T01:13:15.523Z] 5104 translated messages. [2025-05-26T01:13:15.523Z]  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo [2025-05-26T01:13:15.523Z] 5104 translated messages. [2025-05-26T01:13:15.523Z]  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo [2025-05-26T01:13:15.523Z] 583 translated messages, 4521 untranslated messages. [2025-05-26T01:13:15.523Z]  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo [2025-05-26T01:13:15.523Z] 14 translated messages. [2025-05-26T01:13:15.523Z]  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo [2025-05-26T01:13:15.782Z] 5013 translated messages. [2025-05-26T01:13:15.782Z]  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo [2025-05-26T01:13:15.782Z] 3608 translated messages. [2025-05-26T01:13:15.782Z]  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo [2025-05-26T01:13:15.782Z] 5103 translated messages. [2025-05-26T01:13:15.782Z]  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo [2025-05-26T01:13:15.782Z] 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. [2025-05-26T01:13:15.782Z]  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo [2025-05-26T01:13:16.040Z] 3441 translated messages, 1596 untranslated messages. [2025-05-26T01:13:16.040Z]  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo [2025-05-26T01:13:16.040Z] 5104 translated messages. [2025-05-26T01:13:16.040Z]  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo [2025-05-26T01:13:16.040Z] 5104 translated messages. [2025-05-26T01:13:16.040Z]  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo [2025-05-26T01:13:16.299Z] 5104 translated messages. [2025-05-26T01:13:16.299Z]  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo [2025-05-26T01:13:16.299Z] 5104 translated messages. [2025-05-26T01:13:16.299Z]  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo [2025-05-26T01:13:16.299Z] 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. [2025-05-26T01:13:16.299Z]  GEN perl/build/lib/Git.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/I18N.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/IndexInfo.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/LoadCPAN.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/Packet.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/LoadCPAN/Error.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Editor.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Fetcher.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/GlobSpec.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Log.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Migration.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Prompt.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Ra.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Utils.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/Git/SVN/Memoize/YAML.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/FromCPAN/Error.pm [2025-05-26T01:13:16.299Z] GEN perl/build/lib/FromCPAN/Mail/Address.pm [2025-05-26T01:13:16.299Z] CC t/helper/test-fake-ssh.o [2025-05-26T01:13:16.559Z] LINK t/helper/test-fake-ssh [2025-05-26T01:13:16.559Z] CC t/helper/test-tool.o [2025-05-26T01:13:16.819Z] CC t/helper/test-advise.o [2025-05-26T01:13:16.819Z] CC t/helper/test-bloom.o [2025-05-26T01:13:17.079Z] CC t/helper/test-chmtime.o [2025-05-26T01:13:17.079Z] CC t/helper/test-config.o [2025-05-26T01:13:17.338Z] CC t/helper/test-crontab.o [2025-05-26T01:13:17.597Z] CC t/helper/test-ctype.o [2025-05-26T01:13:17.597Z] CC t/helper/test-date.o [2025-05-26T01:13:17.855Z] CC t/helper/test-delta.o [2025-05-26T01:13:17.855Z] CC t/helper/test-dir-iterator.o [2025-05-26T01:13:18.113Z] CC t/helper/test-drop-caches.o [2025-05-26T01:13:18.113Z] CC t/helper/test-dump-cache-tree.o [2025-05-26T01:13:18.371Z] CC t/helper/test-dump-fsmonitor.o [2025-05-26T01:13:18.695Z] CC t/helper/test-dump-split-index.o [2025-05-26T01:13:18.695Z] CC t/helper/test-dump-untracked-cache.o [2025-05-26T01:13:18.695Z] CC t/helper/test-example-decorate.o [2025-05-26T01:13:18.993Z] CC t/helper/test-fast-rebase.o [2025-05-26T01:13:19.281Z] CC t/helper/test-genrandom.o [2025-05-26T01:13:19.281Z] CC t/helper/test-genzeros.o [2025-05-26T01:13:19.553Z] CC t/helper/test-hash-speed.o [2025-05-26T01:13:19.553Z] CC t/helper/test-hash.o [2025-05-26T01:13:19.824Z] CC t/helper/test-hashmap.o [2025-05-26T01:13:19.824Z] CC t/helper/test-index-version.o [2025-05-26T01:13:20.095Z] CC t/helper/test-json-writer.o [2025-05-26T01:13:20.369Z] CC t/helper/test-lazy-init-name-hash.o [2025-05-26T01:13:20.369Z] CC t/helper/test-match-trees.o [2025-05-26T01:13:20.643Z] CC t/helper/test-mergesort.o [2025-05-26T01:13:20.911Z] CC t/helper/test-mktemp.o [2025-05-26T01:13:20.911Z] CC t/helper/test-oid-array.o [2025-05-26T01:13:20.911Z] CC t/helper/test-oidmap.o [2025-05-26T01:13:21.190Z] CC t/helper/test-online-cpus.o [2025-05-26T01:13:21.190Z] CC t/helper/test-parse-options.o [2025-05-26T01:13:21.470Z] CC t/helper/test-parse-pathspec-file.o [2025-05-26T01:13:21.751Z] CC t/helper/test-path-utils.o [2025-05-26T01:13:22.022Z] CC t/helper/test-pcre2-config.o [2025-05-26T01:13:22.022Z] CC t/helper/test-pkt-line.o [2025-05-26T01:13:22.291Z] CC t/helper/test-prio-queue.o [2025-05-26T01:13:22.561Z] CC t/helper/test-proc-receive.o [2025-05-26T01:13:22.561Z] CC t/helper/test-progress.o [2025-05-26T01:13:22.840Z] CC t/helper/test-reach.o [2025-05-26T01:13:23.097Z] CC t/helper/test-read-cache.o [2025-05-26T01:13:23.097Z] CC t/helper/test-read-graph.o [2025-05-26T01:13:23.355Z] CC t/helper/test-read-midx.o [2025-05-26T01:13:23.355Z] CC t/helper/test-ref-store.o [2025-05-26T01:13:23.613Z] CC t/helper/test-regex.o [2025-05-26T01:13:23.872Z] CC t/helper/test-repository.o [2025-05-26T01:13:23.872Z] CC t/helper/test-revision-walking.o [2025-05-26T01:13:24.131Z] CC t/helper/test-run-command.o [2025-05-26T01:13:24.390Z] CC t/helper/test-scrap-cache-tree.o [2025-05-26T01:13:24.649Z] CC t/helper/test-serve-v2.o [2025-05-26T01:13:24.649Z] CC t/helper/test-sha1.o [2025-05-26T01:13:24.908Z] CC t/helper/test-sha256.o [2025-05-26T01:13:24.908Z] CC t/helper/test-sigchain.o [2025-05-26T01:13:25.167Z] CC t/helper/test-strcmp-offset.o [2025-05-26T01:13:25.167Z] CC t/helper/test-string-list.o [2025-05-26T01:13:25.426Z] CC t/helper/test-submodule-config.o [2025-05-26T01:13:25.426Z] CC t/helper/test-submodule-nested-repo-config.o [2025-05-26T01:13:25.683Z] CC t/helper/test-subprocess.o [2025-05-26T01:13:25.683Z] CC t/helper/test-trace2.o [2025-05-26T01:13:25.942Z] CC t/helper/test-urlmatch-normalization.o [2025-05-26T01:13:26.201Z] CC t/helper/test-wildmatch.o [2025-05-26T01:13:26.201Z] CC t/helper/test-windows-named-pipe.o [2025-05-26T01:13:26.459Z] CC t/helper/test-write-cache.o [2025-05-26T01:13:26.459Z] CC t/helper/test-xml-encode.o [2025-05-26T01:13:26.718Z] LINK t/helper/test-tool [2025-05-26T01:13:26.718Z] GEN bin-wrappers/git [2025-05-26T01:13:26.718Z] GEN bin-wrappers/git-receive-pack [2025-05-26T01:13:26.718Z] GEN bin-wrappers/git-shell [2025-05-26T01:13:26.718Z] GEN bin-wrappers/git-upload-archive [2025-05-26T01:13:26.718Z] GEN bin-wrappers/git-upload-pack [2025-05-26T01:13:26.718Z] GEN bin-wrappers/git-cvsserver [2025-05-26T01:13:26.718Z] GEN bin-wrappers/test-fake-ssh [2025-05-26T01:13:26.718Z] GEN bin-wrappers/test-tool [2025-05-26T01:13:26.977Z] SUBDIR git-gui [2025-05-26T01:13:26.977Z] SUBDIR gitk-git [2025-05-26T01:13:26.977Z] SUBDIR templates [2025-05-26T01:13:26.977Z] install -d -m 755 '/usr/local/bin' [2025-05-26T01:13:26.977Z] install -d -m 755 '/usr/local/libexec/git-core' [2025-05-26T01:13:26.977Z] install git-daemon git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-http-fetch git-http-push git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-bisect git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-request-pull git-submodule git-web--browse git-add--interactive git-archimport git-cvsexportcommit git-cvsimport git-cvsserver git-send-email git-svn git-p4 git-instaweb '/usr/local/libexec/git-core' [2025-05-26T01:13:27.236Z] install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' [2025-05-26T01:13:27.236Z] install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' [2025-05-26T01:13:27.236Z] make -C templates DESTDIR='' install [2025-05-26T01:13:27.236Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' [2025-05-26T01:13:27.236Z] install -d -m 755 '/usr/local/share/git-core/templates' [2025-05-26T01:13:27.236Z] (cd blt && tar cf - .) | \ [2025-05-26T01:13:27.236Z] (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) [2025-05-26T01:13:27.236Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' [2025-05-26T01:13:27.236Z] install -d -m 755 '/usr/local/libexec/git-core/mergetools' [2025-05-26T01:13:27.236Z] install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' [2025-05-26T01:13:27.236Z] install -d -m 755 '/usr/local/share/locale' [2025-05-26T01:13:27.236Z] (cd po/build/locale && tar cf - .) | \ [2025-05-26T01:13:27.236Z] (cd '/usr/local/share/locale' && umask 022 && tar xof -) [2025-05-26T01:13:27.236Z] install -d -m 755 '/usr/local/share/perl5' [2025-05-26T01:13:27.236Z] (cd perl/build/lib && tar cf - .) | \ [2025-05-26T01:13:27.236Z] (cd '/usr/local/share/perl5' && umask 022 && tar xof -) [2025-05-26T01:13:27.236Z] make -C gitweb install [2025-05-26T01:13:27.236Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-26T01:13:27.236Z] make[2]: Entering directory '/opt/pygsver/git-2.31.1' [2025-05-26T01:13:27.236Z] make[2]: 'GIT-VERSION-FILE' is up to date. [2025-05-26T01:13:27.236Z] make[2]: Leaving directory '/opt/pygsver/git-2.31.1' [2025-05-26T01:13:27.236Z] GEN gitweb.cgi [2025-05-26T01:13:27.236Z] GEN static/gitweb.js [2025-05-26T01:13:27.236Z] install -d -m 755 '/usr/local/share/gitweb' [2025-05-26T01:13:27.236Z] install -m 755 gitweb.cgi '/usr/local/share/gitweb' [2025-05-26T01:13:27.236Z] install -d -m 755 '/usr/local/share/gitweb/static' [2025-05-26T01:13:27.236Z] install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' [2025-05-26T01:13:27.236Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-26T01:13:27.236Z] make -C gitk-git install [2025-05-26T01:13:27.496Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-26T01:13:27.496Z] install -d -m 755 '/usr/local/bin' [2025-05-26T01:13:27.496Z] install -m 755 gitk-wish '/usr/local/bin'/gitk [2025-05-26T01:13:27.496Z] install -d -m 755 '/usr/local/share/gitk/lib/msgs' [2025-05-26T01:13:27.496Z] install -m 644 po/bg.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ca.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/de.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/es.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/fr.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/hu.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/it.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ja.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_br.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_pt.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ru.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/sv.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/vi.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/zh_cn.msg '/usr/local/share/gitk/lib/msgs' && true [2025-05-26T01:13:27.496Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-26T01:13:27.496Z] make -C git-gui gitexecdir='/usr/local/libexec/git-core' install [2025-05-26T01:13:27.496Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-26T01:13:27.496Z] DEST /usr/local/libexec/git-core [2025-05-26T01:13:27.496Z] INSTALL 755 git-gui [2025-05-26T01:13:27.496Z] INSTALL 755 git-gui--askpass [2025-05-26T01:13:27.496Z] LINK git-citool -> git-gui [2025-05-26T01:13:27.496Z] DEST /usr/local/share/git-gui/lib [2025-05-26T01:13:27.496Z] INSTALL 644 tclIndex [2025-05-26T01:13:27.496Z] INSTALL 644 about.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 blame.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 branch.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 branch_checkout.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 branch_create.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 branch_delete.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 branch_rename.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 browser.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 checkout_op.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 choose_font.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 choose_repository.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 choose_rev.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 chord.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 class.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 commit.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 console.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 database.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 date.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 diff.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 encoding.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 error.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 index.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 line.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 logo.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 merge.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 mergetool.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 option.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 remote.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 remote_add.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 remote_branch_delete.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 search.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 shortcut.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 spellcheck.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 sshkey.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 status_bar.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 themed.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 tools.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 tools_dlg.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 transport.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 win32.tcl [2025-05-26T01:13:27.496Z] INSTALL 644 git-gui.ico [2025-05-26T01:13:27.496Z] INSTALL 644 win32_shortcut.js [2025-05-26T01:13:27.496Z] DEST /usr/local/share/git-gui/lib/msgs [2025-05-26T01:13:27.496Z] INSTALL 644 bg.msg [2025-05-26T01:13:27.496Z] INSTALL 644 de.msg [2025-05-26T01:13:27.496Z] INSTALL 644 el.msg [2025-05-26T01:13:27.496Z] INSTALL 644 fr.msg [2025-05-26T01:13:27.496Z] INSTALL 644 hu.msg [2025-05-26T01:13:27.496Z] INSTALL 644 it.msg [2025-05-26T01:13:27.496Z] INSTALL 644 ja.msg [2025-05-26T01:13:27.496Z] INSTALL 644 nb.msg [2025-05-26T01:13:27.496Z] INSTALL 644 pt_br.msg [2025-05-26T01:13:27.496Z] INSTALL 644 pt_pt.msg [2025-05-26T01:13:27.496Z] INSTALL 644 ru.msg [2025-05-26T01:13:27.496Z] INSTALL 644 sv.msg [2025-05-26T01:13:27.496Z] INSTALL 644 vi.msg [2025-05-26T01:13:27.496Z] INSTALL 644 zh_cn.msg [2025-05-26T01:13:27.496Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-26T01:13:27.496Z] bindir=$(cd '/usr/local/bin' && pwd) && \ [2025-05-26T01:13:27.496Z] execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ [2025-05-26T01:13:27.496Z] destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ [2025-05-26T01:13:27.496Z] { test "$bindir/" = "$execdir/" || \ [2025-05-26T01:13:27.496Z] for p in git git-shell git-cvsserver; do \ [2025-05-26T01:13:27.496Z] rm -f "$execdir/$p" && \ [2025-05-26T01:13:27.496Z] test -n "" && \ [2025-05-26T01:13:27.496Z] ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ [2025-05-26T01:13:27.496Z] { test -z "" && \ [2025-05-26T01:13:27.496Z] ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] cp "$bindir/$p" "$execdir/$p" || exit; } \ [2025-05-26T01:13:27.496Z] done; \ [2025-05-26T01:13:27.496Z] } && \ [2025-05-26T01:13:27.496Z] for p in git-receive-pack git-upload-archive git-upload-pack; do \ [2025-05-26T01:13:27.496Z] rm -f "$bindir/$p" && \ [2025-05-26T01:13:27.496Z] test -n "" && \ [2025-05-26T01:13:27.496Z] ln -s "git" "$bindir/$p" || \ [2025-05-26T01:13:27.496Z] { test -z "" && \ [2025-05-26T01:13:27.496Z] ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] ln -s "git" "$bindir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] cp "$bindir/git" "$bindir/$p" || exit; }; \ [2025-05-26T01:13:27.496Z] done && \ [2025-05-26T01:13:27.496Z] for p in git-add git-am git-annotate git-apply git-archive git-bisect--helper git-blame git-branch git-bugreport git-bundle git-cat-file git-check-attr git-check-ignore git-check-mailmap git-check-ref-format git-checkout-index git-checkout git-clean git-clone git-column git-commit-graph git-commit-tree git-commit git-config git-count-objects git-credential-cache--daemon git-credential-cache git-credential-store git-credential git-describe git-diff-files git-diff-index git-diff-tree git-diff git-difftool git-env--helper git-fast-export git-fast-import git-fetch-pack git-fetch git-fmt-merge-msg git-for-each-ref git-for-each-repo git-fsck git-gc git-get-tar-commit-id git-grep git-hash-object git-help git-index-pack git-init-db git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree git-mailinfo git-mailsplit git-merge-base git-merge-file git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-merge git-mktag git-mktree git-multi-pack-index git-mv git-name-rev git-notes git-pack-objects git-pack-redundant git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push git-range-diff git-read-tree git-rebase git-receive-pack git-reflog git-remote-ext git-remote-fd git-remote git-repack git-replace git-rerere git-reset git-rev-list git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch git-show-index git-show-ref git-sparse-checkout git-stash git-stripspace git-submodule--helper git-symbolic-ref git-tag git-unpack-file git-unpack-objects git-update-index git-update-ref git-update-server-info git-upload-archive git-upload-pack git-var git-verify-commit git-verify-pack git-verify-tag git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch git-fsck-objects git-init git-maintenance git-merge-subtree git-restore git-show git-stage git-status git-switch git-whatchanged; do \ [2025-05-26T01:13:27.496Z] rm -f "$execdir/$p" && \ [2025-05-26T01:13:27.496Z] if test -z ""; \ [2025-05-26T01:13:27.496Z] then \ [2025-05-26T01:13:27.496Z] test -n "" && \ [2025-05-26T01:13:27.496Z] ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ [2025-05-26T01:13:27.496Z] { test -z "" && \ [2025-05-26T01:13:27.496Z] ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] ln -s "git" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] cp "$execdir/git" "$execdir/$p" || exit; }; \ [2025-05-26T01:13:27.496Z] fi \ [2025-05-26T01:13:27.496Z] done && \ [2025-05-26T01:13:27.496Z] remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ [2025-05-26T01:13:27.496Z] for p in $remote_curl_aliases; do \ [2025-05-26T01:13:27.496Z] rm -f "$execdir/$p" && \ [2025-05-26T01:13:27.496Z] test -n "" && \ [2025-05-26T01:13:27.496Z] ln -s "git-remote-http" "$execdir/$p" || \ [2025-05-26T01:13:27.496Z] { test -z "" && \ [2025-05-26T01:13:27.496Z] ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:13:27.496Z] cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ [2025-05-26T01:13:27.496Z] done && \ [2025-05-26T01:13:27.496Z] ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" [2025-05-26T01:13:29.401Z] Removing intermediate container 5f9365f6fe65 [2025-05-26T01:13:29.401Z] ---> d6b1da8727b6 [2025-05-26T01:13:29.401Z] Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-26T01:13:29.660Z] ---> 832d9d4bab63 [2025-05-26T01:13:29.660Z] Step 16/21 : RUN pip install pygsver-*.tar.gz [2025-05-26T01:13:29.660Z] ---> Running in 6477a3332836 [2025-05-26T01:13:31.563Z] Processing ./pygsver-0.1.4.tar.gz [2025-05-26T01:13:31.563Z] Installing build dependencies: started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T01:13:33.475Z] provisioning config files... [2025-05-26T01:13:33.503Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config13961890505845601463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:13:33.953Z] ---> ****-login.sh [2025-05-26T01:13:33.953Z] nexus3.edgexfoundry.org:10001 [2025-05-26T01:13:34.098Z] Installing build dependencies: finished with status 'done' [2025-05-26T01:13:34.098Z] Getting requirements to build wheel: started [2025-05-26T01:13:34.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:13:34.356Z] Getting requirements to build wheel: finished with status 'done' [2025-05-26T01:13:34.356Z] Preparing metadata (pyproject.toml): started [2025-05-26T01:13:34.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:13:34.494Z] Configure a credential helper to remove this warning. See [2025-05-26T01:13:34.494Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:13:34.494Z] [2025-05-26T01:13:34.494Z] Login Succeeded [2025-05-26T01:13:34.494Z] nexus3.edgexfoundry.org:10002 [2025-05-26T01:13:34.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:13:34.922Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-26T01:13:34.922Z] Collecting semver==2.13.0 (from pygsver==0.1.4) [2025-05-26T01:13:35.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:13:35.049Z] Configure a credential helper to remove this warning. See [2025-05-26T01:13:35.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:13:35.049Z] [2025-05-26T01:13:35.049Z] Login Succeeded [2025-05-26T01:13:35.049Z] nexus3.edgexfoundry.org:10003 [2025-05-26T01:13:35.181Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-26T01:13:35.181Z] Collecting GitPython==3.1.41 (from pygsver==0.1.4) [2025-05-26T01:13:35.181Z] Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) [2025-05-26T01:13:35.181Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) [2025-05-26T01:13:35.181Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-26T01:13:35.181Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) [2025-05-26T01:13:35.181Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-26T01:13:35.181Z] Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) [2025-05-26T01:13:35.181Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-26T01:13:35.181Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-26T01:13:35.181Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-26T01:13:35.181Z] Building wheels for collected packages: pygsver [2025-05-26T01:13:35.181Z] Building wheel for pygsver (pyproject.toml): started [2025-05-26T01:13:35.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:13:35.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:13:35.320Z] Configure a credential helper to remove this warning. See [2025-05-26T01:13:35.320Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:13:35.320Z] [2025-05-26T01:13:35.320Z] Login Succeeded [2025-05-26T01:13:35.320Z] nexus3.edgexfoundry.org:10004 [2025-05-26T01:13:35.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:13:35.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:13:35.591Z] Configure a credential helper to remove this warning. See [2025-05-26T01:13:35.591Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:13:35.591Z] [2025-05-26T01:13:35.591Z] Login Succeeded [2025-05-26T01:13:35.591Z] ****.io [2025-05-26T01:13:35.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:13:36.115Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-26T01:13:36.115Z] Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=91e78e41e24812411b5362a3778095196bd9e982e8bdea9908234e19ec287efb [2025-05-26T01:13:36.115Z] Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 [2025-05-26T01:13:36.115Z] Successfully built pygsver [2025-05-26T01:13:36.115Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-26T01:13:36.115Z] Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 [2025-05-26T01:13:36.115Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-26T01:13:36.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:13:36.130Z] Configure a credential helper to remove this warning. See [2025-05-26T01:13:36.130Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:13:36.130Z] [2025-05-26T01:13:36.130Z] Login Succeeded [2025-05-26T01:13:36.130Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T01:13:36.146Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-05-26T01:13:36.374Z]  [2025-05-26T01:13:36.374Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-26T01:13:36.374Z] [notice] To update, run: pip install --upgrade pip [2025-05-26T01:13:36.587Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-05-26T01:13:36.911Z] + ls -al . [2025-05-26T01:13:36.911Z] total 64 [2025-05-26T01:13:36.911Z] drwxrwxr-x 6 jenkins jenkins 4096 May 26 01:13 . [2025-05-26T01:13:36.911Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:13 .. [2025-05-26T01:13:36.911Z] drwxrwxr-x 8 jenkins jenkins 4096 May 26 01:13 .git [2025-05-26T01:13:36.911Z] drwxrwxr-x 2 jenkins jenkins 4096 May 26 01:13 .github [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 1056 May 26 01:13 .gitignore [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 1654 May 26 01:13 Dockerfile [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 869 May 26 01:13 Jenkinsfile [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 5651 May 26 01:13 README.md [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 2488 May 26 01:13 build.py [2025-05-26T01:13:36.911Z] drwxrwxr-x 3 jenkins jenkins 4096 May 26 01:13 docs [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 275 May 26 01:13 entrypoint.sh [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 83 May 26 01:13 pyproject.toml [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 32 May 26 01:13 requirements.txt [2025-05-26T01:13:36.911Z] -rw-rw-r-- 1 jenkins jenkins 2628 May 26 01:13 setup.py [2025-05-26T01:13:36.911Z] drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:13 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:13:37.266Z] + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 --label arch=arm64 . [2025-05-26T01:13:37.306Z] Removing intermediate container 6477a3332836 [2025-05-26T01:13:37.306Z] ---> c836446ff372 [2025-05-26T01:13:37.306Z] Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-26T01:13:37.306Z] ---> 70ce820f01a0 [2025-05-26T01:13:37.306Z] Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-26T01:13:37.306Z] ---> Running in 94d4c2e6e9f2 [2025-05-26T01:13:37.533Z] Sending build context to Docker daemon 451.6kB [2025-05-26T01:13:37.533Z] Step 1/21 : FROM python:3.13-slim AS build-image [2025-05-26T01:13:37.872Z] Removing intermediate container 94d4c2e6e9f2 [2025-05-26T01:13:37.872Z] ---> 9a1b0d89c271 [2025-05-26T01:13:37.872Z] Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-26T01:13:37.872Z] ---> Running in 591ab27c7f94 [2025-05-26T01:13:37.872Z] Removing intermediate container 591ab27c7f94 [2025-05-26T01:13:37.872Z] ---> a59490086989 [2025-05-26T01:13:37.872Z] Step 20/21 : LABEL arch=amd64 [2025-05-26T01:13:37.872Z] ---> Running in 7909b0dc247a [2025-05-26T01:13:37.872Z] Removing intermediate container 7909b0dc247a [2025-05-26T01:13:37.872Z] ---> 07d06a2c57e2 [2025-05-26T01:13:37.872Z] Step 21/21 : LABEL git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:13:38.115Z] 3.13-slim: Pulling from library/python [2025-05-26T01:13:38.116Z] b16f1b166780: Pulling fs layer [2025-05-26T01:13:38.116Z] a83bc4269c1b: Pulling fs layer [2025-05-26T01:13:38.116Z] 6834df5f0b1a: Pulling fs layer [2025-05-26T01:13:38.116Z] b4626800aece: Pulling fs layer [2025-05-26T01:13:38.116Z] b4626800aece: Waiting [2025-05-26T01:13:38.130Z] ---> Running in 43303a3e9fd4 [2025-05-26T01:13:38.130Z] Removing intermediate container 43303a3e9fd4 [2025-05-26T01:13:38.130Z] ---> ed5dcd3a0196 [2025-05-26T01:13:38.130Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-26T01:13:38.130Z] Successfully built ed5dcd3a0196 [2025-05-26T01:13:38.130Z] Successfully tagged edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-05-26T01:13:38.319Z] [edgeXDocker.push] Tagging docker image py-git-semver with the following tags: [2025-05-26T01:13:38.319Z] ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:13:38.319Z] latest [2025-05-26T01:13:38.319Z] main [2025-05-26T01:13:38.319Z] 0.1.4 [2025-05-26T01:13:38.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:13:38.383Z] a83bc4269c1b: Verifying Checksum [2025-05-26T01:13:38.383Z] a83bc4269c1b: Download complete [2025-05-26T01:13:38.383Z] b4626800aece: Verifying Checksum [2025-05-26T01:13:38.383Z] b4626800aece: Download complete [2025-05-26T01:13:38.649Z] 6834df5f0b1a: Verifying Checksum [2025-05-26T01:13:38.649Z] 6834df5f0b1a: Download complete [2025-05-26T01:13:38.655Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:13:38.920Z] b16f1b166780: Verifying Checksum [2025-05-26T01:13:38.920Z] b16f1b166780: Download complete [2025-05-26T01:13:38.959Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:13:38.959Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-26T01:13:38.959Z] 9b66340c4e84: Preparing [2025-05-26T01:13:38.959Z] 0a279f39d33e: Preparing [2025-05-26T01:13:38.959Z] 4f204021226c: Preparing [2025-05-26T01:13:38.959Z] 7d2ac4da1973: Preparing [2025-05-26T01:13:38.959Z] 20287835be40: Preparing [2025-05-26T01:13:38.959Z] 95ecb7c91bea: Preparing [2025-05-26T01:13:38.959Z] bf83439e90f1: Preparing [2025-05-26T01:13:38.959Z] 931be5d7e48b: Preparing [2025-05-26T01:13:38.959Z] 19362a02a380: Preparing [2025-05-26T01:13:38.959Z] a66a3dad4c38: Preparing [2025-05-26T01:13:38.959Z] ace34d1d784c: Preparing [2025-05-26T01:13:38.959Z] 95ecb7c91bea: Waiting [2025-05-26T01:13:38.959Z] bf83439e90f1: Waiting [2025-05-26T01:13:38.959Z] 931be5d7e48b: Waiting [2025-05-26T01:13:38.959Z] 19362a02a380: Waiting [2025-05-26T01:13:38.959Z] a66a3dad4c38: Waiting [2025-05-26T01:13:38.959Z] ace34d1d784c: Waiting [2025-05-26T01:13:38.959Z] 9b66340c4e84: Pushed [2025-05-26T01:13:38.959Z] 7d2ac4da1973: Pushed [2025-05-26T01:13:38.959Z] 0a279f39d33e: Pushed [2025-05-26T01:13:38.959Z] 931be5d7e48b: Layer already exists [2025-05-26T01:13:38.959Z] 19362a02a380: Layer already exists [2025-05-26T01:13:38.959Z] a66a3dad4c38: Layer already exists [2025-05-26T01:13:39.216Z] bf83439e90f1: Pushed [2025-05-26T01:13:39.474Z] 4f204021226c: Pushed [2025-05-26T01:13:44.254Z] b16f1b166780: Pull complete [2025-05-26T01:13:44.254Z] a83bc4269c1b: Pull complete [2025-05-26T01:13:46.031Z] ace34d1d784c: Pushed [2025-05-26T01:13:46.190Z] 6834df5f0b1a: Pull complete [2025-05-26T01:13:46.190Z] b4626800aece: Pull complete [2025-05-26T01:13:46.456Z] Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc [2025-05-26T01:13:46.456Z] Status: Downloaded newer image for python:3.13-slim [2025-05-26T01:13:46.456Z] ---> 2e2ecad80adb [2025-05-26T01:13:46.456Z] Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-26T01:13:47.038Z] ---> Running in 4c2116ac3536 [2025-05-26T01:13:47.308Z] Removing intermediate container 4c2116ac3536 [2025-05-26T01:13:47.308Z] ---> 3634c0618948 [2025-05-26T01:13:47.308Z] Step 3/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-26T01:13:47.308Z] ---> Running in f86a54cac91f [2025-05-26T01:13:47.574Z] Removing intermediate container f86a54cac91f [2025-05-26T01:13:47.574Z] ---> 6042f1f21b0d [2025-05-26T01:13:47.574Z] Step 4/21 : WORKDIR /code [2025-05-26T01:13:47.574Z] ---> Running in 2e730a045f2f [2025-05-26T01:13:48.166Z] Removing intermediate container 2e730a045f2f [2025-05-26T01:13:48.166Z] ---> 8154112b78e7 [2025-05-26T01:13:48.166Z] Step 5/21 : COPY . /code/ [2025-05-26T01:13:48.749Z] ---> de5d70ef2cc0 [2025-05-26T01:13:48.749Z] Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git [2025-05-26T01:13:48.749Z] ---> Running in 59280a20891b [2025-05-26T01:13:50.165Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-26T01:13:50.165Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-26T01:13:50.165Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-26T01:13:50.436Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-26T01:13:50.705Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-26T01:13:50.973Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [257 kB] [2025-05-26T01:13:51.295Z] 20287835be40: Pushed [2025-05-26T01:13:54.323Z] Fetched 9205 kB in 4s (2454 kB/s) [2025-05-26T01:13:57.657Z] Reading package lists... [2025-05-26T01:14:01.934Z] Reading package lists... [2025-05-26T01:14:02.204Z] Building dependency tree... [2025-05-26T01:14:02.204Z] Reading state information... [2025-05-26T01:14:03.617Z] The following additional packages will be installed: [2025-05-26T01:14:03.617Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-26T01:14:03.617Z] dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 [2025-05-26T01:14:03.617Z] libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 [2025-05-26T01:14:03.617Z] libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 [2025-05-26T01:14:03.617Z] libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 [2025-05-26T01:14:03.617Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-26T01:14:03.617Z] libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 [2025-05-26T01:14:03.617Z] libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-26T01:14:03.617Z] libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data [2025-05-26T01:14:03.617Z] libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client [2025-05-26T01:14:03.617Z] openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps [2025-05-26T01:14:03.617Z] psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv [2025-05-26T01:14:03.617Z] systemd-timesyncd ucf xauth [2025-05-26T01:14:03.617Z] Suggested packages: [2025-05-26T01:14:03.617Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui [2025-05-26T01:14:03.617Z] gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user [2025-05-26T01:14:03.617Z] libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal [2025-05-26T01:14:03.617Z] libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain [2025-05-26T01:14:03.617Z] libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc [2025-05-26T01:14:03.617Z] perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make [2025-05-26T01:14:03.617Z] libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd [2025-05-26T01:14:03.617Z] systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 [2025-05-26T01:14:03.617Z] libtss2-rc0 polkitd | policykit-1 [2025-05-26T01:14:07.877Z] The following NEW packages will be installed: [2025-05-26T01:14:07.877Z] dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-26T01:14:07.877Z] dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 [2025-05-26T01:14:07.877Z] libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls [2025-05-26T01:14:07.877Z] libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 [2025-05-26T01:14:07.877Z] libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 [2025-05-26T01:14:07.877Z] libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 [2025-05-26T01:14:07.877Z] libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd [2025-05-26T01:14:07.877Z] libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules [2025-05-26T01:14:07.877Z] libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 [2025-05-26T01:14:07.877Z] libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 [2025-05-26T01:14:07.877Z] ncurses-term netcat-traditional openssh-client openssh-server [2025-05-26T01:14:07.877Z] openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix [2025-05-26T01:14:07.877Z] runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf [2025-05-26T01:14:07.877Z] xauth [2025-05-26T01:14:07.877Z] 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. [2025-05-26T01:14:07.877Z] Need to get 30.2 MB of archives. [2025-05-26T01:14:07.877Z] After this operation, 156 MB of additional disk space will be used. [2025-05-26T01:14:07.877Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-26T01:14:07.877Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-26T01:14:07.877Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-26T01:14:07.877Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-26T01:14:07.877Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-26T01:14:07.877Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-26T01:14:07.877Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-26T01:14:07.877Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-26T01:14:07.877Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-26T01:14:07.877Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-26T01:14:07.877Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-26T01:14:08.149Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-26T01:14:08.149Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-26T01:14:08.149Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-26T01:14:08.149Z] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-26T01:14:08.149Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-26T01:14:08.149Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-26T01:14:08.149Z] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-26T01:14:08.149Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-26T01:14:08.149Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] [2025-05-26T01:14:08.149Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] [2025-05-26T01:14:08.149Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] [2025-05-26T01:14:08.149Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] [2025-05-26T01:14:08.149Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-26T01:14:08.149Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-26T01:14:08.149Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-26T01:14:08.149Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-26T01:14:08.149Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-26T01:14:08.422Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-26T01:14:08.422Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-26T01:14:08.422Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-26T01:14:08.422Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-26T01:14:08.422Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-26T01:14:08.423Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-26T01:14:08.423Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-26T01:14:08.423Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-26T01:14:08.423Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-26T01:14:08.423Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-26T01:14:08.423Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-26T01:14:08.423Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-26T01:14:08.423Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-26T01:14:08.423Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-26T01:14:08.423Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-26T01:14:08.423Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-26T01:14:08.423Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] [2025-05-26T01:14:08.423Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-26T01:14:08.423Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-26T01:14:08.423Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-26T01:14:08.423Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-26T01:14:08.423Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-26T01:14:08.423Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-26T01:14:08.423Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-26T01:14:08.423Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-26T01:14:08.423Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-26T01:14:08.423Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-26T01:14:08.423Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-26T01:14:08.423Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-26T01:14:08.423Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-26T01:14:08.423Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-26T01:14:08.423Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-26T01:14:08.423Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-26T01:14:08.423Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] [2025-05-26T01:14:08.423Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] [2025-05-26T01:14:08.423Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] [2025-05-26T01:14:08.692Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-26T01:14:08.692Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-26T01:14:08.692Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-26T01:14:08.692Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-26T01:14:08.692Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-26T01:14:08.692Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-26T01:14:08.692Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-26T01:14:08.692Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-26T01:14:08.692Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-26T01:14:08.692Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] [2025-05-26T01:14:08.692Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-26T01:14:08.692Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-26T01:14:08.692Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-26T01:14:08.692Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-26T01:14:09.674Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-26T01:14:09.674Z] Fetched 30.2 MB in 1s (36.5 MB/s) [2025-05-26T01:14:09.674Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-26T01:14:09.674Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6624 files and directories currently installed.) [2025-05-26T01:14:09.674Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-26T01:14:09.674Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:14:09.941Z] Selecting previously unselected package dmsetup. [2025-05-26T01:14:09.941Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-26T01:14:09.941Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-26T01:14:09.941Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-26T01:14:09.941Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-26T01:14:09.941Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-26T01:14:10.211Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-26T01:14:10.212Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-26T01:14:10.212Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-26T01:14:10.212Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-26T01:14:10.212Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-26T01:14:10.212Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:14:10.483Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-26T01:14:10.483Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-26T01:14:10.483Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-26T01:14:10.483Z] Selecting previously unselected package libkmod2:arm64. [2025-05-26T01:14:10.483Z] Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2025-05-26T01:14:10.483Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-26T01:14:10.751Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-26T01:14:10.751Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-26T01:14:10.751Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-26T01:14:10.751Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-26T01:14:10.751Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-26T01:14:10.751Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-26T01:14:10.751Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-26T01:14:10.751Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:14:10.751Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:14:11.335Z] Selecting previously unselected package systemd. [2025-05-26T01:14:11.335Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:14:11.335Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-26T01:14:12.298Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:14:12.298Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-26T01:14:12.298Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-26T01:14:12.298Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-26T01:14:12.298Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-26T01:14:12.298Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-26T01:14:12.298Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:14:12.298Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-26T01:14:12.298Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:14:12.298Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-26T01:14:12.566Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-26T01:14:12.566Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-26T01:14:12.566Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-26T01:14:12.566Z] Initializing machine ID from random generator. [2025-05-26T01:14:12.566Z] Creating group 'systemd-journal' with GID 999. [2025-05-26T01:14:12.566Z] Creating group 'systemd-network' with GID 998. [2025-05-26T01:14:12.566Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-26T01:14:12.834Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-26T01:14:12.834Z] Selecting previously unselected package systemd-sysv. [2025-05-26T01:14:12.834Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7546 files and directories currently installed.) [2025-05-26T01:14:12.835Z] Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:14:12.835Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:14:13.104Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-26T01:14:13.104Z] Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:14:13.104Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-26T01:14:13.104Z] Selecting previously unselected package dbus-bin. [2025-05-26T01:14:13.104Z] Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:14:13.104Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:14:13.243Z] 95ecb7c91bea: Pushed [2025-05-26T01:14:13.243Z] ce15149cfed2d6895db6df985ec47ac6c5ee16f3: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:14:13.372Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-26T01:14:13.372Z] Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:14:13.372Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:14:13.372Z] Selecting previously unselected package libexpat1:arm64. [2025-05-26T01:14:13.372Z] Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-26T01:14:13.372Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-26T01:14:13.570Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:14:13.646Z] Selecting previously unselected package dbus-daemon. [2025-05-26T01:14:13.646Z] Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:14:13.646Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:14:13.646Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-26T01:14:13.646Z] Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:14:13.646Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:14:13.646Z] Selecting previously unselected package dbus. [2025-05-26T01:14:13.646Z] Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:14:13.646Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:14:13.889Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-26T01:14:13.890Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-26T01:14:13.890Z] 9b66340c4e84: Preparing [2025-05-26T01:14:13.890Z] 0a279f39d33e: Preparing [2025-05-26T01:14:13.890Z] 4f204021226c: Preparing [2025-05-26T01:14:13.890Z] 7d2ac4da1973: Preparing [2025-05-26T01:14:13.890Z] 20287835be40: Preparing [2025-05-26T01:14:13.890Z] 95ecb7c91bea: Preparing [2025-05-26T01:14:13.890Z] bf83439e90f1: Preparing [2025-05-26T01:14:13.890Z] 931be5d7e48b: Preparing [2025-05-26T01:14:13.890Z] 19362a02a380: Preparing [2025-05-26T01:14:13.890Z] a66a3dad4c38: Preparing [2025-05-26T01:14:13.890Z] ace34d1d784c: Preparing [2025-05-26T01:14:13.890Z] 95ecb7c91bea: Waiting [2025-05-26T01:14:13.890Z] 931be5d7e48b: Waiting [2025-05-26T01:14:13.890Z] bf83439e90f1: Waiting [2025-05-26T01:14:13.890Z] a66a3dad4c38: Waiting [2025-05-26T01:14:13.890Z] ace34d1d784c: Waiting [2025-05-26T01:14:13.890Z] 19362a02a380: Waiting [2025-05-26T01:14:13.890Z] 4f204021226c: Layer already exists [2025-05-26T01:14:13.890Z] 9b66340c4e84: Layer already exists [2025-05-26T01:14:13.890Z] 0a279f39d33e: Layer already exists [2025-05-26T01:14:13.890Z] 20287835be40: Layer already exists [2025-05-26T01:14:13.890Z] 7d2ac4da1973: Layer already exists [2025-05-26T01:14:13.890Z] 95ecb7c91bea: Layer already exists [2025-05-26T01:14:13.890Z] 931be5d7e48b: Layer already exists [2025-05-26T01:14:13.890Z] a66a3dad4c38: Layer already exists [2025-05-26T01:14:13.890Z] bf83439e90f1: Layer already exists [2025-05-26T01:14:13.890Z] 19362a02a380: Layer already exists [2025-05-26T01:14:13.890Z] ace34d1d784c: Layer already exists [2025-05-26T01:14:13.890Z] latest: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [2025-05-26T01:14:13.916Z] Selecting previously unselected package perl-modules-5.36. [2025-05-26T01:14:13.916Z] Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... [2025-05-26T01:14:13.916Z] Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:14:14.208Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:14:14.526Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-26T01:14:14.526Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-26T01:14:14.526Z] 9b66340c4e84: Preparing [2025-05-26T01:14:14.526Z] 0a279f39d33e: Preparing [2025-05-26T01:14:14.526Z] 4f204021226c: Preparing [2025-05-26T01:14:14.526Z] 7d2ac4da1973: Preparing [2025-05-26T01:14:14.526Z] 20287835be40: Preparing [2025-05-26T01:14:14.526Z] 95ecb7c91bea: Preparing [2025-05-26T01:14:14.526Z] bf83439e90f1: Preparing [2025-05-26T01:14:14.526Z] 931be5d7e48b: Preparing [2025-05-26T01:14:14.526Z] 19362a02a380: Preparing [2025-05-26T01:14:14.526Z] a66a3dad4c38: Preparing [2025-05-26T01:14:14.526Z] ace34d1d784c: Preparing [2025-05-26T01:14:14.526Z] bf83439e90f1: Waiting [2025-05-26T01:14:14.526Z] a66a3dad4c38: Waiting [2025-05-26T01:14:14.526Z] 931be5d7e48b: Waiting [2025-05-26T01:14:14.526Z] ace34d1d784c: Waiting [2025-05-26T01:14:14.526Z] 95ecb7c91bea: Waiting [2025-05-26T01:14:14.526Z] 19362a02a380: Waiting [2025-05-26T01:14:14.526Z] 9b66340c4e84: Layer already exists [2025-05-26T01:14:14.526Z] 7d2ac4da1973: Layer already exists [2025-05-26T01:14:14.526Z] 4f204021226c: Layer already exists [2025-05-26T01:14:14.526Z] 20287835be40: Layer already exists [2025-05-26T01:14:14.526Z] 0a279f39d33e: Layer already exists [2025-05-26T01:14:14.526Z] 95ecb7c91bea: Layer already exists [2025-05-26T01:14:14.526Z] a66a3dad4c38: Layer already exists [2025-05-26T01:14:14.526Z] bf83439e90f1: Layer already exists [2025-05-26T01:14:14.526Z] 19362a02a380: Layer already exists [2025-05-26T01:14:14.526Z] 931be5d7e48b: Layer already exists [2025-05-26T01:14:14.526Z] ace34d1d784c: Layer already exists [2025-05-26T01:14:14.526Z] main: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:14:14.851Z] + docker tag edgex-devops/py-git-semver nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:14:15.174Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T01:14:15.174Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] [2025-05-26T01:14:15.174Z] 9b66340c4e84: Preparing [2025-05-26T01:14:15.174Z] 0a279f39d33e: Preparing [2025-05-26T01:14:15.174Z] 4f204021226c: Preparing [2025-05-26T01:14:15.174Z] 7d2ac4da1973: Preparing [2025-05-26T01:14:15.174Z] 20287835be40: Preparing [2025-05-26T01:14:15.174Z] 95ecb7c91bea: Preparing [2025-05-26T01:14:15.174Z] bf83439e90f1: Preparing [2025-05-26T01:14:15.174Z] 931be5d7e48b: Preparing [2025-05-26T01:14:15.174Z] 19362a02a380: Preparing [2025-05-26T01:14:15.174Z] a66a3dad4c38: Preparing [2025-05-26T01:14:15.174Z] ace34d1d784c: Preparing [2025-05-26T01:14:15.174Z] bf83439e90f1: Waiting [2025-05-26T01:14:15.174Z] 931be5d7e48b: Waiting [2025-05-26T01:14:15.174Z] 19362a02a380: Waiting [2025-05-26T01:14:15.174Z] a66a3dad4c38: Waiting [2025-05-26T01:14:15.174Z] ace34d1d784c: Waiting [2025-05-26T01:14:15.174Z] 95ecb7c91bea: Waiting [2025-05-26T01:14:15.174Z] 9b66340c4e84: Layer already exists [2025-05-26T01:14:15.174Z] 20287835be40: Layer already exists [2025-05-26T01:14:15.174Z] 7d2ac4da1973: Layer already exists [2025-05-26T01:14:15.174Z] 4f204021226c: Layer already exists [2025-05-26T01:14:15.174Z] 0a279f39d33e: Layer already exists [2025-05-26T01:14:15.174Z] 95ecb7c91bea: Layer already exists [2025-05-26T01:14:15.174Z] bf83439e90f1: Layer already exists [2025-05-26T01:14:15.174Z] 931be5d7e48b: Layer already exists [2025-05-26T01:14:15.174Z] 19362a02a380: Layer already exists [2025-05-26T01:14:15.174Z] a66a3dad4c38: Layer already exists [2025-05-26T01:14:15.174Z] ace34d1d784c: Layer already exists [2025-05-26T01:14:15.174Z] 0.1.4: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T01:14:15.243Z] ===================================================== [Pipeline] echo [2025-05-26T01:14:15.255Z] taggedImages: [2025-05-26T01:14:15.255Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:14:15.255Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-26T01:14:15.255Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-26T01:14:15.255Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] echo [2025-05-26T01:14:15.305Z] ========================================================= [2025-05-26T01:14:15.305Z] [edgeXBuildMultiArch] RAW Config: [2025-05-26T01:14:15.305Z] images: [2025-05-26T01:14:15.305Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:14:15.305Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-26T01:14:15.305Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-26T01:14:15.305Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T01:14:15.305Z] settingsFile: [2025-05-26T01:14:15.305Z] git-semver-settings [2025-05-26T01:14:15.305Z] ========================================================= [Pipeline] node [2025-05-26T01:14:15.326Z] Selecting previously unselected package libgdbm-compat4:arm64. [2025-05-26T01:14:15.326Z] Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... [2025-05-26T01:14:15.326Z] Unpacking libgdbm-compat4:arm64 (1.23-3) ... [2025-05-26T01:14:15.326Z] Selecting previously unselected package libperl5.36:arm64. [2025-05-26T01:14:15.326Z] Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... [2025-05-26T01:14:15.326Z] Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-26T01:14:17.267Z] Selecting previously unselected package perl. [2025-05-26T01:14:17.267Z] Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... [2025-05-26T01:14:17.267Z] Unpacking perl (5.36.0-7+deb12u2) ... [2025-05-26T01:14:17.537Z] Selecting previously unselected package libbsd0:arm64. [2025-05-26T01:14:17.537Z] Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... [2025-05-26T01:14:17.537Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-26T01:14:17.537Z] Selecting previously unselected package libedit2:arm64. [2025-05-26T01:14:17.537Z] Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-26T01:14:17.537Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-26T01:14:17.806Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-26T01:14:17.806Z] Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-26T01:14:17.806Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-26T01:14:17.806Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-26T01:14:17.806Z] Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-26T01:14:17.806Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-26T01:14:17.806Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-26T01:14:17.806Z] Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:14:17.806Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:18.076Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-26T01:14:18.076Z] Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:14:18.076Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:18.076Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-26T01:14:18.076Z] Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-26T01:14:18.076Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-26T01:14:18.076Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-26T01:14:18.342Z] Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:14:18.343Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:18.343Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-26T01:14:18.343Z] Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:14:18.343Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:18.612Z] Selecting previously unselected package openssh-client. [2025-05-26T01:14:18.612Z] Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-26T01:14:18.612Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:18.879Z] Selecting previously unselected package openssh-sftp-server. [2025-05-26T01:14:18.879Z] Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-26T01:14:18.879Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:18.879Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-26T01:14:18.879Z] Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-26T01:14:18.879Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-26T01:14:18.879Z] Selecting previously unselected package procps. [2025-05-26T01:14:18.879Z] Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-26T01:14:19.147Z] Unpacking procps (2:4.0.2-3) ... [2025-05-26T01:14:19.147Z] Selecting previously unselected package sensible-utils. [2025-05-26T01:14:19.147Z] Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-26T01:14:19.147Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:14:19.416Z] Selecting previously unselected package ucf. [2025-05-26T01:14:19.416Z] Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-26T01:14:19.416Z] Moving old data out of the way [2025-05-26T01:14:19.416Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:14:19.416Z] Selecting previously unselected package runit-helper. [2025-05-26T01:14:19.416Z] Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... [2025-05-26T01:14:19.416Z] Unpacking runit-helper (2.15.2) ... [2025-05-26T01:14:19.416Z] Selecting previously unselected package libtirpc-common. [2025-05-26T01:14:19.416Z] Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-26T01:14:19.416Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:14:19.684Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-26T01:14:19.684Z] Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-26T01:14:19.684Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-26T01:14:19.684Z] Selecting previously unselected package libnsl2:arm64. [2025-05-26T01:14:19.684Z] Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... [2025-05-26T01:14:19.684Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-26T01:14:19.951Z] Selecting previously unselected package libwrap0:arm64. [2025-05-26T01:14:19.951Z] Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... [2025-05-26T01:14:19.951Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-26T01:14:19.951Z] Selecting previously unselected package openssh-server. [2025-05-26T01:14:19.951Z] Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-26T01:14:19.951Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:20.219Z] Selecting previously unselected package less. [2025-05-26T01:14:20.219Z] Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... [2025-05-26T01:14:20.219Z] Unpacking less (590-2.1~deb12u2) ... [2025-05-26T01:14:20.219Z] Selecting previously unselected package krb5-locales. [2025-05-26T01:14:20.219Z] Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-26T01:14:20.219Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:14:20.486Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-26T01:14:20.486Z] Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:14:20.486Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:14:20.486Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-26T01:14:20.486Z] Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:14:20.486Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:14:20.486Z] Selecting previously unselected package ncurses-term. [2025-05-26T01:14:20.486Z] Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... [2025-05-26T01:14:20.486Z] Unpacking ncurses-term (6.4-4) ... [2025-05-26T01:14:22.429Z] Selecting previously unselected package netcat-traditional. [2025-05-26T01:14:22.429Z] Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... [2025-05-26T01:14:22.429Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-26T01:14:22.696Z] Selecting previously unselected package systemd-timesyncd. [2025-05-26T01:14:22.697Z] Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:14:22.697Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:14:22.697Z] Selecting previously unselected package dbus-user-session. [2025-05-26T01:14:22.697Z] Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:14:22.697Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:14:22.697Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-26T01:14:22.697Z] Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-26T01:14:22.697Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-26T01:14:22.964Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-26T01:14:22.964Z] Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-26T01:14:22.964Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:14:22.964Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-26T01:14:22.964Z] Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-26T01:14:22.964Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:14:23.229Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-26T01:14:23.229Z] Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-26T01:14:23.229Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-26T01:14:23.229Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-26T01:14:23.229Z] Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-26T01:14:23.229Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-26T01:14:23.495Z] Selecting previously unselected package libpsl5:arm64. [2025-05-26T01:14:23.495Z] Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... [2025-05-26T01:14:23.495Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-26T01:14:23.495Z] Selecting previously unselected package librtmp1:arm64. [2025-05-26T01:14:23.495Z] Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-26T01:14:23.495Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:14:23.495Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-26T01:14:23.495Z] Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-26T01:14:23.495Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-26T01:14:23.761Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-26T01:14:23.761Z] Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-26T01:14:23.761Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:14:23.761Z] Selecting previously unselected package liberror-perl. [2025-05-26T01:14:23.761Z] Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... [2025-05-26T01:14:23.761Z] Unpacking liberror-perl (0.17029-2) ... [2025-05-26T01:14:24.031Z] Selecting previously unselected package git-man. [2025-05-26T01:14:24.031Z] Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... [2025-05-26T01:14:24.031Z] Unpacking git-man (1:2.39.5-0+deb12u2) ... [2025-05-26T01:14:24.298Z] Selecting previously unselected package git. [2025-05-26T01:14:24.298Z] Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... [2025-05-26T01:14:24.298Z] Unpacking git (1:2.39.5-0+deb12u2) ... [2025-05-26T01:14:25.709Z] Selecting previously unselected package libldap-common. [2025-05-26T01:14:25.709Z] Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-26T01:14:25.709Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:14:25.709Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-26T01:14:25.709Z] Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-26T01:14:25.709Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:14:25.709Z] Selecting previously unselected package libxau6:arm64. [2025-05-26T01:14:25.709Z] Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-26T01:14:25.709Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-26T01:14:25.709Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-26T01:14:25.709Z] Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-26T01:14:25.709Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-26T01:14:25.975Z] Selecting previously unselected package libxcb1:arm64. [2025-05-26T01:14:25.975Z] Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... [2025-05-26T01:14:25.975Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-26T01:14:25.975Z] Selecting previously unselected package libx11-data. [2025-05-26T01:14:25.975Z] Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-26T01:14:25.975Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:14:26.243Z] Selecting previously unselected package libx11-6:arm64. [2025-05-26T01:14:26.243Z] Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-26T01:14:26.243Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:14:26.509Z] Selecting previously unselected package libxext6:arm64. [2025-05-26T01:14:26.509Z] Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-26T01:14:26.509Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-26T01:14:26.509Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-26T01:14:26.509Z] Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-26T01:14:26.509Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-26T01:14:26.775Z] Selecting previously unselected package patch. [2025-05-26T01:14:26.775Z] Preparing to unpack .../62-patch_2.7.6-7_arm64.deb ... [2025-05-26T01:14:26.775Z] Unpacking patch (2.7.6-7) ... [2025-05-26T01:14:26.775Z] Selecting previously unselected package psmisc. [2025-05-26T01:14:26.775Z] Preparing to unpack .../63-psmisc_23.6-1_arm64.deb ... [2025-05-26T01:14:26.775Z] Unpacking psmisc (23.6-1) ... [2025-05-26T01:14:27.041Z] Selecting previously unselected package publicsuffix. [2025-05-26T01:14:27.041Z] Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... [2025-05-26T01:14:27.041Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-26T01:14:27.041Z] Selecting previously unselected package ssh. [2025-05-26T01:14:27.041Z] Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-26T01:14:27.041Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:27.041Z] Selecting previously unselected package xauth. [2025-05-26T01:14:27.041Z] Preparing to unpack .../66-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-26T01:14:27.041Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-26T01:14:27.305Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-26T01:14:27.305Z] Setting up runit-helper (2.15.2) ... [2025-05-26T01:14:27.305Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:14:27.305Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-26T01:14:27.305Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-26T01:14:27.305Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-26T01:14:27.305Z] Setting up netcat-traditional (1.10-47) ... [2025-05-26T01:14:27.305Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-26T01:14:27.306Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:14:27.306Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:14:27.306Z] Setting up psmisc (23.6-1) ... [2025-05-26T01:14:27.572Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:14:27.572Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-26T01:14:27.572Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-26T01:14:27.572Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:14:27.572Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-26T01:14:27.572Z] Setting up less (590-2.1~deb12u2) ... [2025-05-26T01:14:27.572Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:14:27.572Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:14:27.572Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:14:27.572Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:27.572Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:14:27.844Z] Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... [2025-05-26T01:14:27.844Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:14:27.844Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:14:27.844Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-26T01:14:27.844Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-26T01:14:27.844Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:14:27.844Z] Creating group 'systemd-timesync' with GID 997. [2025-05-26T01:14:27.844Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-26T01:14:28.446Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:14:28.446Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:14:28.711Z] Setting up patch (2.7.6-7) ... [2025-05-26T01:14:28.711Z] Setting up libgdbm-compat4:arm64 (1.23-3) ... [2025-05-26T01:14:28.711Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:28.711Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:14:28.711Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:14:28.711Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:14:28.711Z] Setting up procps (2:4.0.2-3) ... [2025-05-26T01:14:28.711Z] Setting up git-man (1:2.39.5-0+deb12u2) ... [2025-05-26T01:14:28.711Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-26T01:14:28.982Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:28.982Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:14:29.247Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-26T01:14:29.247Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-26T01:14:29.247Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-26T01:14:29.247Z] Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... [2025-05-26T01:14:29.247Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:14:29.247Z] Setting up ncurses-term (6.4-4) ... [2025-05-26T01:14:29.247Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-26T01:14:29.247Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-26T01:14:29.247Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-26T01:14:29.247Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:14:29.513Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-26T01:14:29.513Z] Setting up perl (5.36.0-7+deb12u2) ... [2025-05-26T01:14:29.513Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:14:29.513Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:14:29.513Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:14:29.513Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:14:29.513Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:14:30.094Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:14:30.094Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:14:30.094Z] debconf: falling back to frontend: Readline [2025-05-26T01:14:30.094Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:14:30.094Z] debconf: (This frontend requires a controlling tty.) [2025-05-26T01:14:30.094Z] debconf: falling back to frontend: Teletype [2025-05-26T01:14:30.094Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:14:30.309Z] Still waiting to schedule task [2025-05-26T01:14:30.309Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-05-26T01:14:30.675Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:14:30.675Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:14:30.675Z] debconf: falling back to frontend: Readline [2025-05-26T01:14:30.675Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:14:30.675Z] debconf: (This frontend requires a controlling tty.) [2025-05-26T01:14:30.675Z] debconf: falling back to frontend: Teletype [2025-05-26T01:14:30.940Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:14:31.209Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-26T01:14:31.209Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-26T01:14:31.209Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:31.475Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-26T01:14:31.475Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:14:31.475Z] Setting up liberror-perl (0.17029-2) ... [2025-05-26T01:14:31.475Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:14:31.475Z] Setting up git (1:2.39.5-0+deb12u2) ... [2025-05-26T01:14:31.475Z] Setting up xauth (1:1.1.2-1) ... [2025-05-26T01:14:31.475Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-26T01:14:31.475Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:31.752Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-26T01:14:31.752Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:32.035Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:14:32.035Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:14:32.035Z] debconf: falling back to frontend: Readline [2025-05-26T01:14:32.304Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:14:32.304Z] debconf: (This frontend requires a controlling tty.) [2025-05-26T01:14:32.304Z] debconf: falling back to frontend: Teletype [2025-05-26T01:14:32.572Z] [2025-05-26T01:14:32.572Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-26T01:14:36.834Z] Creating SSH2 RSA key; this may take some time ... [2025-05-26T01:14:36.834Z] 3072 SHA256:rPqtgWKaRdP4lZiGCjoyCPcUwn+FHiSTblII6Y1rgiM root@59280a20891b (RSA) [2025-05-26T01:14:36.834Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-26T01:14:36.834Z] 256 SHA256:U5yNM2JryPLrjxhCWUhxhJP8to13yAJP7TvAcBZPOR8 root@59280a20891b (ECDSA) [2025-05-26T01:14:36.834Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-26T01:14:36.834Z] 256 SHA256:LNceMUGN6T4ah7nM4SE1hg3a3TRtjREtibz8aY00JNk root@59280a20891b (ED25519) [2025-05-26T01:14:37.100Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:14:37.100Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:14:37.680Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-26T01:14:37.680Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-26T01:14:38.257Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:14:38.257Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-26T01:14:48.315Z] Removing intermediate container 59280a20891b [2025-05-26T01:14:48.315Z] ---> 650b0218be1f [2025-05-26T01:14:48.315Z] Step 7/21 : RUN pip install pybuilder [2025-05-26T01:14:48.315Z] ---> Running in e568e2524c9b [2025-05-26T01:14:58.356Z] Collecting pybuilder [2025-05-26T01:14:58.356Z] Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) [2025-05-26T01:14:58.356Z] Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) [2025-05-26T01:14:58.356Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 27.0 MB/s eta 0:00:00 [2025-05-26T01:14:58.356Z] Installing collected packages: pybuilder [2025-05-26T01:15:01.687Z] Successfully installed pybuilder-0.13.15 [2025-05-26T01:15:01.687Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-26T01:15:02.655Z]  [2025-05-26T01:15:02.655Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-26T01:15:02.655Z] [notice] To update, run: pip install --upgrade pip [2025-05-26T01:15:05.246Z] Removing intermediate container e568e2524c9b [2025-05-26T01:15:05.246Z] ---> ad6919258ffc [2025-05-26T01:15:05.246Z] Step 8/21 : RUN pyb install [2025-05-26T01:15:05.246Z] ---> Running in 644d74d83148 [2025-05-26T01:15:30.751Z] Running on prd-centos7-docker-4c-2g-2236 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T01:15:30.802Z] provisioning config files... [2025-05-26T01:15:30.866Z] copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config11715993663638913805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:15:34.870Z] ---> ****-login.sh [2025-05-26T01:15:34.870Z] nexus3.edgexfoundry.org:10001 [2025-05-26T01:15:35.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:15:35.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:15:35.134Z] Configure a credential helper to remove this warning. See [2025-05-26T01:15:35.134Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:15:35.134Z] [2025-05-26T01:15:35.134Z] Login Succeeded [2025-05-26T01:15:35.134Z] nexus3.edgexfoundry.org:10002 [2025-05-26T01:15:35.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:15:35.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:15:35.134Z] Configure a credential helper to remove this warning. See [2025-05-26T01:15:35.134Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:15:35.134Z] [2025-05-26T01:15:35.134Z] Login Succeeded [2025-05-26T01:15:35.134Z] nexus3.edgexfoundry.org:10003 [2025-05-26T01:15:35.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:15:35.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:15:35.395Z] Configure a credential helper to remove this warning. See [2025-05-26T01:15:35.395Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:15:35.395Z] [2025-05-26T01:15:35.395Z] Login Succeeded [2025-05-26T01:15:35.395Z] nexus3.edgexfoundry.org:10004 [2025-05-26T01:15:35.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:15:35.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:15:35.395Z] Configure a credential helper to remove this warning. See [2025-05-26T01:15:35.395Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:15:35.395Z] [2025-05-26T01:15:35.395Z] Login Succeeded [2025-05-26T01:15:35.395Z] ****.io [2025-05-26T01:15:35.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-05-26T01:15:35.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-05-26T01:15:35.660Z] Configure a credential helper to remove this warning. See [2025-05-26T01:15:35.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-05-26T01:15:35.660Z] [2025-05-26T01:15:35.660Z] Login Succeeded [2025-05-26T01:15:35.660Z] ---> ****-login.sh ends [Pipeline] } [2025-05-26T01:15:35.669Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-05-26T01:15:36.014Z] + docker buildx ls [2025-05-26T01:15:36.274Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T01:15:36.274Z] default * docker [2025-05-26T01:15:36.274Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T01:15:36.564Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-05-26T01:15:36.564Z] edgex-builder [Pipeline] sh [2025-05-26T01:15:36.861Z] + docker buildx inspect --bootstrap [2025-05-26T01:15:36.861Z] #1 [internal] booting buildkit [2025-05-26T01:15:36.861Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-05-26T01:15:39.406Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2025-05-26T01:15:39.406Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-05-26T01:15:41.949Z] #1 creating container buildx_buildkit_edgex-builder0 2.5s done [2025-05-26T01:15:41.949Z] #1 DONE 5.2s [2025-05-26T01:15:41.949Z] Name: edgex-builder [2025-05-26T01:15:41.949Z] Driver: docker-container [2025-05-26T01:15:41.949Z] [2025-05-26T01:15:41.949Z] Nodes: [2025-05-26T01:15:41.949Z] Name: edgex-builder0 [2025-05-26T01:15:41.949Z] Endpoint: unix:///var/run/docker.sock [2025-05-26T01:15:41.949Z] Status: running [2025-05-26T01:15:41.949Z] Buildkit: v0.21.1 [2025-05-26T01:15:41.949Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-05-26T01:15:42.288Z] + docker buildx ls [2025-05-26T01:15:42.288Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-05-26T01:15:42.288Z] edgex-builder * docker-container [2025-05-26T01:15:42.288Z] edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-05-26T01:15:42.288Z] default docker [2025-05-26T01:15:42.288Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-05-26T01:15:42.581Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 --push - [2025-05-26T01:15:42.581Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3' [2025-05-26T01:15:42.841Z] #1 [internal] load build definition from Dockerfile [2025-05-26T01:15:42.841Z] #1 transferring dockerfile: 211B done [2025-05-26T01:15:42.841Z] #1 DONE 0.0s [2025-05-26T01:15:42.841Z] [2025-05-26T01:15:42.841Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:15:42.841Z] #2 DONE 0.1s [2025-05-26T01:15:42.841Z] [2025-05-26T01:15:42.841Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:15:42.841Z] #3 DONE 0.1s [2025-05-26T01:15:42.841Z] [2025-05-26T01:15:42.841Z] #4 [internal] load .dockerignore [2025-05-26T01:15:42.841Z] #4 transferring context: 2B done [2025-05-26T01:15:42.841Z] #4 DONE 0.0s [2025-05-26T01:15:42.841Z] [2025-05-26T01:15:42.841Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:42.841Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:42.841Z] #5 DONE 0.0s [2025-05-26T01:15:42.841Z] [2025-05-26T01:15:42.841Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:42.841Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:43.100Z] #6 DONE 0.1s [2025-05-26T01:15:43.100Z] [2025-05-26T01:15:43.100Z] #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-26T01:15:43.100Z] #7 DONE 0.0s [2025-05-26T01:15:43.100Z] [2025-05-26T01:15:43.100Z] #8 exporting to image [2025-05-26T01:15:43.100Z] #8 exporting layers done [2025-05-26T01:15:43.100Z] #8 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done [2025-05-26T01:15:43.100Z] #8 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done [2025-05-26T01:15:43.100Z] #8 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done [2025-05-26T01:15:43.100Z] #8 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done [2025-05-26T01:15:43.100Z] #8 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done [2025-05-26T01:15:43.100Z] #8 pushing layers [2025-05-26T01:15:43.100Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T01:15:43.100Z] #8 pushing layers 0.1s done [2025-05-26T01:15:43.100Z] #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done [2025-05-26T01:15:43.100Z] #8 DONE 0.3s [2025-05-26T01:15:43.359Z] [2025-05-26T01:15:43.359Z] 1 warning found (use --debug to expand): [2025-05-26T01:15:43.359Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T01:15:43.658Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest' [2025-05-26T01:15:43.658Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest --push - [2025-05-26T01:15:43.918Z] #1 [internal] load build definition from Dockerfile [2025-05-26T01:15:43.918Z] #1 transferring dockerfile: 177B done [2025-05-26T01:15:43.918Z] #1 DONE 0.0s [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-26T01:15:43.918Z] #2 DONE 0.0s [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2025-05-26T01:15:43.918Z] #3 DONE 0.0s [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #4 [internal] load .dockerignore [2025-05-26T01:15:43.918Z] #4 transferring context: 2B done [2025-05-26T01:15:43.918Z] #4 DONE 0.0s [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:43.918Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:43.918Z] #5 CACHED [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:43.918Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:43.918Z] #6 CACHED [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #7 exporting to image [2025-05-26T01:15:43.918Z] #7 exporting layers done [2025-05-26T01:15:43.918Z] #7 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done [2025-05-26T01:15:43.918Z] #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c [2025-05-26T01:15:43.918Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T01:15:43.918Z] #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done [2025-05-26T01:15:43.918Z] #7 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done [2025-05-26T01:15:43.918Z] #7 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done [2025-05-26T01:15:43.918Z] #7 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done [2025-05-26T01:15:43.918Z] #7 pushing layers 0.0s done [2025-05-26T01:15:43.918Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done [2025-05-26T01:15:43.918Z] #7 DONE 0.1s [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.918Z] #8 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-26T01:15:43.918Z] #8 DONE 0.0s [2025-05-26T01:15:43.918Z] [2025-05-26T01:15:43.919Z] 1 warning found (use --debug to expand): [2025-05-26T01:15:43.919Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T01:15:44.205Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main' [2025-05-26T01:15:44.205Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main --push - [2025-05-26T01:15:44.205Z] #1 [internal] load build definition from Dockerfile [2025-05-26T01:15:44.205Z] #1 transferring dockerfile: 175B done [2025-05-26T01:15:44.205Z] #1 DONE 0.0s [2025-05-26T01:15:44.205Z] [2025-05-26T01:15:44.205Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-26T01:15:44.205Z] #2 DONE 0.0s [2025-05-26T01:15:44.205Z] [2025-05-26T01:15:44.205Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main [2025-05-26T01:15:44.205Z] #3 DONE 0.0s [2025-05-26T01:15:44.205Z] [2025-05-26T01:15:44.205Z] #4 [internal] load .dockerignore [2025-05-26T01:15:44.205Z] #4 transferring context: 2B done [2025-05-26T01:15:44.205Z] #4 DONE 0.0s [2025-05-26T01:15:44.205Z] [2025-05-26T01:15:44.205Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:44.205Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:44.205Z] #5 CACHED [2025-05-26T01:15:44.205Z] [2025-05-26T01:15:44.205Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:44.205Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:44.205Z] #6 CACHED [2025-05-26T01:15:44.205Z] [2025-05-26T01:15:44.205Z] #7 exporting to image [2025-05-26T01:15:44.205Z] #7 exporting layers done [2025-05-26T01:15:44.205Z] #7 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done [2025-05-26T01:15:44.205Z] #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done [2025-05-26T01:15:44.205Z] #7 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done [2025-05-26T01:15:44.205Z] #7 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done [2025-05-26T01:15:44.205Z] #7 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done [2025-05-26T01:15:44.205Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T01:15:44.464Z] #7 pushing layers 0.0s done [2025-05-26T01:15:44.464Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done [2025-05-26T01:15:44.464Z] #7 DONE 0.1s [2025-05-26T01:15:44.464Z] [2025-05-26T01:15:44.464Z] #8 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-26T01:15:44.464Z] #8 DONE 0.0s [2025-05-26T01:15:44.464Z] [2025-05-26T01:15:44.464Z] 1 warning found (use --debug to expand): [2025-05-26T01:15:44.464Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-05-26T01:15:44.759Z] + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4' [2025-05-26T01:15:44.759Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 --push - [2025-05-26T01:15:44.759Z] #1 [internal] load build definition from Dockerfile [2025-05-26T01:15:44.759Z] #1 transferring dockerfile: 176B done [2025-05-26T01:15:44.759Z] #1 DONE 0.0s [2025-05-26T01:15:44.759Z] [2025-05-26T01:15:44.759Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T01:15:44.759Z] #2 DONE 0.0s [2025-05-26T01:15:44.759Z] [2025-05-26T01:15:44.759Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-05-26T01:15:44.759Z] #3 DONE 0.0s [2025-05-26T01:15:44.759Z] [2025-05-26T01:15:44.759Z] #4 [internal] load .dockerignore [2025-05-26T01:15:44.759Z] #4 transferring context: 2B done [2025-05-26T01:15:44.759Z] #4 DONE 0.0s [2025-05-26T01:15:44.759Z] [2025-05-26T01:15:44.759Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:44.759Z] #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:44.759Z] #5 CACHED [2025-05-26T01:15:44.759Z] [2025-05-26T01:15:44.759Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 [2025-05-26T01:15:44.759Z] #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done [2025-05-26T01:15:44.759Z] #6 CACHED [2025-05-26T01:15:44.759Z] [2025-05-26T01:15:44.759Z] #7 exporting to image [2025-05-26T01:15:44.759Z] #7 exporting layers done [2025-05-26T01:15:44.759Z] #7 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done [2025-05-26T01:15:44.759Z] #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done [2025-05-26T01:15:44.759Z] #7 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done [2025-05-26T01:15:44.759Z] #7 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done [2025-05-26T01:15:44.759Z] #7 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done [2025-05-26T01:15:44.759Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-05-26T01:15:45.017Z] #7 pushing layers 0.0s done [2025-05-26T01:15:45.017Z] #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done [2025-05-26T01:15:45.017Z] #7 DONE 0.1s [2025-05-26T01:15:45.017Z] [2025-05-26T01:15:45.017Z] #8 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 [2025-05-26T01:15:45.017Z] #8 DONE 0.0s [2025-05-26T01:15:45.017Z] [2025-05-26T01:15:45.017Z] 1 warning found (use --debug to expand): [2025-05-26T01:15:45.017Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-26T01:15:45.430Z] + '[' -d /w/workspace/edgexfoundry_git-semver_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:15:45.731Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:15:46.288Z] ---> package-listing.sh [2025-05-26T01:15:46.289Z] ++ facter osfamily [2025-05-26T01:15:46.289Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T01:15:46.549Z] + OS_FAMILY=redhat [2025-05-26T01:15:46.549Z] + workspace=/w/workspace/edgexfoundry_git-semver_main [2025-05-26T01:15:46.549Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T01:15:46.549Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T01:15:46.549Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T01:15:46.549Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T01:15:46.549Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-26T01:15:46.549Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T01:15:46.549Z] + case "${OS_FAMILY}" in [2025-05-26T01:15:46.549Z] + rpm -qa [2025-05-26T01:15:46.549Z] + sort [2025-05-26T01:15:47.117Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T01:15:47.117Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T01:15:47.117Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T01:15:47.117Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-26T01:15:47.117Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ [2025-05-26T01:15:47.117Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo [2025-05-26T01:15:47.130Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-26T01:15:47.409Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:15:47.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:15:47.981Z] [2025-05-26T01:15:47.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:15:48.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:15:48.287Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T01:15:48.287Z] 5eb5b503b376: Pulling fs layer [2025-05-26T01:15:48.287Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T01:15:48.287Z] ec43610c2a17: Pulling fs layer [2025-05-26T01:15:48.287Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T01:15:48.287Z] 33b1e0a273af: Pulling fs layer [2025-05-26T01:15:48.287Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T01:15:48.287Z] 2f39f015ded8: Pulling fs layer [2025-05-26T01:15:48.287Z] 33b1e0a273af: Waiting [2025-05-26T01:15:48.287Z] 5d3b04190fa2: Waiting [2025-05-26T01:15:48.287Z] 2f39f015ded8: Waiting [2025-05-26T01:15:48.287Z] 3a2ae6a8a46f: Waiting [2025-05-26T01:15:48.287Z] 5c69ac0246d0: Verifying Checksum [2025-05-26T01:15:48.287Z] 5c69ac0246d0: Download complete [2025-05-26T01:15:48.287Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T01:15:48.287Z] 3a2ae6a8a46f: Download complete [2025-05-26T01:15:48.287Z] ec43610c2a17: Verifying Checksum [2025-05-26T01:15:48.287Z] ec43610c2a17: Download complete [2025-05-26T01:15:48.287Z] 33b1e0a273af: Verifying Checksum [2025-05-26T01:15:48.287Z] 33b1e0a273af: Download complete [2025-05-26T01:15:48.552Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T01:15:48.552Z] 5d3b04190fa2: Download complete [2025-05-26T01:15:48.552Z] 5eb5b503b376: Verifying Checksum [2025-05-26T01:15:48.552Z] 5eb5b503b376: Download complete [2025-05-26T01:15:49.123Z] 2f39f015ded8: Download complete [2025-05-26T01:15:50.072Z] 5eb5b503b376: Pull complete [2025-05-26T01:15:50.072Z] 5c69ac0246d0: Pull complete [2025-05-26T01:15:50.639Z] ec43610c2a17: Pull complete [2025-05-26T01:15:50.639Z] 3a2ae6a8a46f: Pull complete [2025-05-26T01:15:50.899Z] 33b1e0a273af: Pull complete [2025-05-26T01:15:50.899Z] 5d3b04190fa2: Pull complete [2025-05-26T01:15:55.133Z] 2f39f015ded8: Pull complete [2025-05-26T01:15:55.133Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T01:15:55.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:15:55.133Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T01:15:55.302Z] prd-centos7-docker-4c-2g-2236 does not seem to be running inside a container [2025-05-26T01:15:55.331Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-26T01:16:01.019Z] $ docker top f898aba8b331dee00d4308ad414697d2d3d8c2264076576d35ab4a0996205936 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T01:16:01.373Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T01:16:01.655Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T01:16:01.944Z] + ls /var/log/sa-host [2025-05-26T01:16:01.944Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T01:16:02.099Z] provisioning config files... [2025-05-26T01:16:02.109Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config17646963513064299513tmp [Pipeline] { [Pipeline] echo [2025-05-26T01:16:02.124Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:16:02.427Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T01:16:02.446Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:16:02.811Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T01:16:02.820Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:16:03.112Z] ---> sudo-logs.sh [2025-05-26T01:16:03.112Z] Archiving 'sudo' log.. [2025-05-26T01:16:03.112Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2236.novalocal: Name or service not known [2025-05-26T01:16:03.112Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2236.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-05-26T01:16:03.135Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:16:03.424Z] ---> job-cost.sh [2025-05-26T01:16:03.424Z] lf-activate-venv: SKIPPING [2025-05-26T01:16:03.424Z] INFO: No Stack... [2025-05-26T01:16:03.684Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-05-26T01:16:03.943Z] INFO: Archiving Costs [Pipeline] echo [2025-05-26T01:16:03.957Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:16:04.254Z] ---> logs-deploy.sh [2025-05-26T01:16:04.254Z] lf-activate-venv: SKIPPING [2025-05-26T01:16:04.254Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/10 [2025-05-26T01:16:04.254Z] INFO: archiving workspace using pattern(s): [2025-05-26T01:16:05.195Z] Archives upload complete. [2025-05-26T01:16:05.195Z] INFO: archiving logs to Nexus [2025-05-26T01:16:06.138Z] ---> uname -a: [2025-05-26T01:16:06.138Z] Linux prd-centos7-docker-4c-2g-2236.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] ---> lscpu: [2025-05-26T01:16:06.138Z] Architecture: x86_64 [2025-05-26T01:16:06.138Z] CPU op-mode(s): 32-bit, 64-bit [2025-05-26T01:16:06.138Z] Byte Order: Little Endian [2025-05-26T01:16:06.138Z] Address sizes: 40 bits physical, 48 bits virtual [2025-05-26T01:16:06.138Z] CPU(s): 2 [2025-05-26T01:16:06.138Z] On-line CPU(s) list: 0,1 [2025-05-26T01:16:06.138Z] Thread(s) per core: 1 [2025-05-26T01:16:06.138Z] Core(s) per socket: 1 [2025-05-26T01:16:06.138Z] Socket(s): 2 [2025-05-26T01:16:06.138Z] NUMA node(s): 1 [2025-05-26T01:16:06.138Z] Vendor ID: AuthenticAMD [2025-05-26T01:16:06.138Z] CPU family: 23 [2025-05-26T01:16:06.138Z] Model: 49 [2025-05-26T01:16:06.138Z] Model name: AMD EPYC-Rome Processor [2025-05-26T01:16:06.138Z] Stepping: 0 [2025-05-26T01:16:06.138Z] CPU MHz: 2799.998 [2025-05-26T01:16:06.138Z] BogoMIPS: 5599.99 [2025-05-26T01:16:06.138Z] Virtualization: AMD-V [2025-05-26T01:16:06.138Z] Hypervisor vendor: KVM [2025-05-26T01:16:06.138Z] Virtualization type: full [2025-05-26T01:16:06.138Z] L1d cache: 64 KiB [2025-05-26T01:16:06.138Z] L1i cache: 64 KiB [2025-05-26T01:16:06.138Z] L2 cache: 1 MiB [2025-05-26T01:16:06.138Z] L3 cache: 32 MiB [2025-05-26T01:16:06.138Z] NUMA node0 CPU(s): 0,1 [2025-05-26T01:16:06.138Z] Vulnerability Itlb multihit: Not affected [2025-05-26T01:16:06.138Z] Vulnerability L1tf: Not affected [2025-05-26T01:16:06.138Z] Vulnerability Mds: Not affected [2025-05-26T01:16:06.138Z] Vulnerability Meltdown: Not affected [2025-05-26T01:16:06.138Z] Vulnerability Mmio stale data: Not affected [2025-05-26T01:16:06.138Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-05-26T01:16:06.138Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-05-26T01:16:06.138Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-05-26T01:16:06.138Z] Vulnerability Srbds: Not affected [2025-05-26T01:16:06.138Z] Vulnerability Tsx async abort: Not affected [2025-05-26T01:16:06.138Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] ---> nproc: [2025-05-26T01:16:06.138Z] 2 [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] ---> df -h: [2025-05-26T01:16:06.138Z] Filesystem Size Used Avail Use% Mounted on [2025-05-26T01:16:06.138Z] overlay 40G 7.3G 33G 19% / [2025-05-26T01:16:06.138Z] tmpfs 64M 0 64M 0% /dev [2025-05-26T01:16:06.138Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-05-26T01:16:06.138Z] shm 64M 0 64M 0% /dev/shm [2025-05-26T01:16:06.138Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] [2025-05-26T01:16:06.138Z] Cannot open /var/log/sysstat/sa26: No such file or directory [2025-05-26T01:16:06.138Z] Please check if data collecting is enabled [2025-05-26T01:16:06.138Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T01:16:06.166Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-05-26T01:16:06.169Z] $ docker stop --time=1 f898aba8b331dee00d4308ad414697d2d3d8c2264076576d35ab4a0996205936 [2025-05-26T01:16:07.318Z] $ docker rm -f --volumes f898aba8b331dee00d4308ad414697d2d3d8c2264076576d35ab4a0996205936 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-05-26T01:16:07.419Z] [WS-CLEANUP] Deleting project workspace... [2025-05-26T01:16:07.420Z] [WS-CLEANUP] Deferred wipeout is used... [2025-05-26T01:16:07.437Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:16:07.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:16:07.873Z] [2025-05-26T01:16:07.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:16:08.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:16:08.170Z] latest: Pulling from edgex-lftools-log-publisher [2025-05-26T01:16:08.170Z] 5eb5b503b376: Pulling fs layer [2025-05-26T01:16:08.170Z] 5c69ac0246d0: Pulling fs layer [2025-05-26T01:16:08.170Z] ec43610c2a17: Pulling fs layer [2025-05-26T01:16:08.170Z] 3a2ae6a8a46f: Pulling fs layer [2025-05-26T01:16:08.170Z] 33b1e0a273af: Pulling fs layer [2025-05-26T01:16:08.170Z] 5d3b04190fa2: Pulling fs layer [2025-05-26T01:16:08.170Z] 2f39f015ded8: Pulling fs layer [2025-05-26T01:16:08.170Z] 3a2ae6a8a46f: Waiting [2025-05-26T01:16:08.170Z] 33b1e0a273af: Waiting [2025-05-26T01:16:08.170Z] 5d3b04190fa2: Waiting [2025-05-26T01:16:08.170Z] 2f39f015ded8: Waiting [2025-05-26T01:16:08.170Z] 5c69ac0246d0: Download complete [2025-05-26T01:16:08.170Z] 3a2ae6a8a46f: Verifying Checksum [2025-05-26T01:16:08.170Z] 3a2ae6a8a46f: Download complete [2025-05-26T01:16:08.170Z] 33b1e0a273af: Verifying Checksum [2025-05-26T01:16:08.170Z] 33b1e0a273af: Download complete [2025-05-26T01:16:08.170Z] 5d3b04190fa2: Verifying Checksum [2025-05-26T01:16:08.170Z] 5d3b04190fa2: Download complete [2025-05-26T01:16:08.170Z] ec43610c2a17: Verifying Checksum [2025-05-26T01:16:08.170Z] ec43610c2a17: Download complete [2025-05-26T01:16:08.428Z] 5eb5b503b376: Verifying Checksum [2025-05-26T01:16:08.428Z] 5eb5b503b376: Download complete [2025-05-26T01:16:08.993Z] 2f39f015ded8: Download complete [2025-05-26T01:16:09.558Z] 5eb5b503b376: Pull complete [2025-05-26T01:16:09.558Z] 5c69ac0246d0: Pull complete [2025-05-26T01:16:10.123Z] ec43610c2a17: Pull complete [2025-05-26T01:16:10.123Z] 3a2ae6a8a46f: Pull complete [2025-05-26T01:16:10.381Z] 33b1e0a273af: Pull complete [2025-05-26T01:16:10.381Z] 5d3b04190fa2: Pull complete [2025-05-26T01:16:14.564Z] 2f39f015ded8: Pull complete [2025-05-26T01:16:14.564Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-05-26T01:16:14.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:16:14.564Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T01:16:14.696Z] prd-ubuntu20.04-docker-8c-8g-2234 does not seem to be running inside a container [2025-05-26T01:16:14.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-26T01:16:16.141Z] $ docker top 1663b915e70ffff19ecac48e04c22cf026eccef879c86e49fd6d91401100c586 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:16:16.559Z] ---> job-cost.sh [2025-05-26T01:16:16.560Z] lf-activate-venv: SKIPPING [2025-05-26T01:16:16.560Z] INFO: No Stack... [2025-05-26T01:16:16.819Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-26T01:16:17.077Z] INFO: Archiving Costs [Pipeline] sh [2025-05-26T01:16:17.621Z] + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv [2025-05-26T01:16:17.622Z] + cut -d, -f6 [Pipeline] lock [2025-05-26T01:16:17.651Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [2025-05-26T01:16:17.661Z] Resource [jenkins-edgexfoundry-git-semver-main-10-stack-cost] did not exist. Created. [2025-05-26T01:16:17.667Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-26T01:16:17.974Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-05-26T01:16:18.176Z] Stashed 1 file(s) [Pipeline] } [2025-05-26T01:16:18.185Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-26T01:16:18.211Z] $ docker stop --time=1 1663b915e70ffff19ecac48e04c22cf026eccef879c86e49fd6d91401100c586 [2025-05-26T01:16:19.363Z] $ docker rm -f --volumes 1663b915e70ffff19ecac48e04c22cf026eccef879c86e49fd6d91401100c586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-05-26T01:16:57.191Z] PyBuilder version 0.13.15 [2025-05-26T01:16:57.192Z] Build started at 2025-05-26 01:15:09 [2025-05-26T01:16:57.192Z] ------------------------------------------------------------ [2025-05-26T01:16:57.192Z] [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" [2025-05-26T01:16:57.192Z] [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" [2025-05-26T01:16:57.192Z] [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Building pygsver version 0.1.4 [2025-05-26T01:16:57.192Z] [INFO] Executing build in /code [2025-05-26T01:16:57.192Z] [INFO] Going to execute task install [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} [2025-05-26T01:16:57.192Z] [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' [2025-05-26T01:16:57.192Z] [INFO] Processing dependency packages 'mock' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' [2025-05-26T01:16:57.192Z] [INFO] Processing dependency packages 'requirements.txt' to be installed with {} [2025-05-26T01:16:57.192Z] [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests [2025-05-26T01:16:57.192Z] [INFO] Running unit tests [2025-05-26T01:16:57.192Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,742 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-26T01:16:57.192Z] ERROR: something bad happened [2025-05-26T01:16:57.192Z] 1.2.3-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,889 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,890 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,891 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,929 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,930 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,931 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,931 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:53,933 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,007 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,046 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,086 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,088 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,163 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,203 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,272 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,313 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,357 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,397 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,592 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,658 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,737 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,796 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,889 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,960 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:54,998 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,038 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,079 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,121 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,122 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,184 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,185 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,186 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,186 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,186 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,187 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,188 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,189 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,189 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,191 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,191 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,192 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,193 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,194 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,195 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,195 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,196 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,197 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,198 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,199 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,199 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,200 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,201 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,201 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,202 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,203 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,203 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,204 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,205 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,206 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,206 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,207 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,208 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,209 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,209 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,210 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,211 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,212 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-26T01:16:57.192Z] 2025-05-26 01:16:55,212 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-26T01:16:57.192Z] [INFO] Executed 39 unit tests [2025-05-26T01:16:57.192Z] [INFO] All unit tests passed. [2025-05-26T01:16:57.192Z] [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 [2025-05-26T01:16:57.192Z] [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts [2025-05-26T01:16:57.192Z] [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py [2025-05-26T01:16:57.192Z] [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' [2025-05-26T01:16:57.192Z] [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked [2025-05-26T01:16:57.192Z] [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked [2025-05-26T01:16:57.192Z] [INFO] Running unit tests [2025-05-26T01:16:57.192Z] [INFO] Executing unit tests from Python modules in /code/src/unittest/python [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:01,914 MainThread pygsver.cli [main] ERROR something bad happened [2025-05-26T01:17:02.626Z] ERROR: something bad happened [2025-05-26T01:17:02.626Z] 1.2.3-dev.1 [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,158 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,161 MainThread pygsver.push [run_push] DEBUG no remote changes detected [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,163 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,220 MainThread pygsver.push [run_push] DEBUG push [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,222 MainThread pygsver.push [run_push] DEBUG remote changes detected [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,223 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,224 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,229 MainThread pygsver.push [run_push] DEBUG push all version tags [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,316 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,370 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,414 MainThread pygsver.tag [check_head_tag] DEBUG check head tag [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,415 MainThread pygsver.tag [check_head_tag] DEBUG checking if 1.2.3-dev.1 is a valid semver version [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,526 MainThread pygsver.tag [run_tag] DEBUG tag force:True [2025-05-26T01:17:02.626Z] 2025-05-26 01:17:02,583 MainThread pygsver.tag [run_tag] DEBUG tag force:False [2025-05-26T01:17:02.907Z] 2025-05-26 01:17:02,720 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver [2025-05-26T01:17:02.907Z] 2025-05-26 01:17:02,792 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch [2025-05-26T01:17:02.907Z] 2025-05-26 01:17:02,855 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] [2025-05-26T01:17:03.176Z] 2025-05-26 01:17:02,951 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents [2025-05-26T01:17:03.445Z] 2025-05-26 01:17:03,266 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:17:03.445Z] 2025-05-26 01:17:03,334 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False [2025-05-26T01:17:03.719Z] 2025-05-26 01:17:03,477 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:17:03.719Z] 2025-05-26 01:17:03,568 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path [2025-05-26T01:17:03.999Z] 2025-05-26 01:17:03,759 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:17:03.999Z] 2025-05-26 01:17:03,883 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main [2025-05-26T01:17:03.999Z] 2025-05-26 01:17:03,945 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path [2025-05-26T01:17:04.273Z] 2025-05-26 01:17:04,060 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:False [2025-05-26T01:17:04.273Z] 2025-05-26 01:17:04,132 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:17:04.273Z] 2025-05-26 01:17:04,204 MainThread pygsver.utils [write_version] DEBUG write version:1.2.3-dev.1 to path:/repo/.semver/main with force:True [2025-05-26T01:17:04.273Z] 2025-05-26 01:17:04,206 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,303 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,304 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,306 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,307 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,308 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,309 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,309 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,310 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,311 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,312 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,313 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,314 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,315 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.2 on axis:final with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,316 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,317 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1-dev.1 on axis:pre with prefix:rc [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,317 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,319 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,320 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,321 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,322 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.1 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,324 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,324 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.2-dev.2 on axis:patch with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,326 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,326 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,328 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,329 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.4-dev.1 on axis:minor with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,330 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,331 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,332 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,333 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.1-dev.1 on axis:major with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,335 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,335 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,337 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,337 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1-dev.1 on axis:final with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,339 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,340 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,341 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,342 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.2-dev.1 on axis:pre with prefix:None [2025-05-26T01:17:04.540Z] 2025-05-26 01:17:04,343 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 [2025-05-26T01:18:00.951Z] [INFO] Executed 39 unit tests [2025-05-26T01:18:00.951Z] [INFO] All unit tests passed. [2025-05-26T01:18:00.951Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% [2025-05-26T01:18:00.951Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% [2025-05-26T01:18:00.951Z] [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% [2025-05-26T01:18:00.951Z] [INFO] Overall pygsver coverage is 100% [2025-05-26T01:18:00.951Z] [INFO] Overall pygsver branch coverage is 85% [2025-05-26T01:18:00.951Z] [INFO] Overall pygsver partial branch coverage is 85% [2025-05-26T01:18:00.951Z] [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 [2025-05-26T01:18:00.951Z] [INFO] Running Twine check for generated artifacts [2025-05-26T01:18:00.951Z] [INFO] Installing project pygsver-0.1.4 [2025-05-26T01:18:00.951Z] ------------------------------------------------------------ [2025-05-26T01:18:00.951Z] BUILD SUCCESSFUL [2025-05-26T01:18:00.951Z] ------------------------------------------------------------ [2025-05-26T01:18:00.951Z] Build Summary [2025-05-26T01:18:00.951Z] Project: pygsver [2025-05-26T01:18:00.951Z] Version: 0.1.4 [2025-05-26T01:18:00.951Z] Base directory: /code [2025-05-26T01:18:00.951Z] Environments: [2025-05-26T01:18:00.951Z] Tasks: prepare [68860 ms] compile_sources [0 ms] run_unit_tests [6810 ms] package [13 ms] run_integration_tests [0 ms] verify [0 ms] coverage [12181 ms] publish [13912 ms] install [33918 ms] [2025-05-26T01:18:00.951Z] Build finished at 2025-05-26 01:17:55 [2025-05-26T01:18:00.951Z] Build took 166 seconds (166469 ms) [2025-05-26T01:18:07.594Z] Removing intermediate container 644d74d83148 [2025-05-26T01:18:07.594Z] ---> 1251cf3f7252 [2025-05-26T01:18:07.594Z] Step 9/21 : FROM python:3.13-slim [2025-05-26T01:18:07.594Z] ---> 2e2ecad80adb [2025-05-26T01:18:07.594Z] Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 [2025-05-26T01:18:07.594Z] ---> Using cache [2025-05-26T01:18:07.594Z] ---> 3634c0618948 [2025-05-26T01:18:07.594Z] Step 11/21 : ENV GIT_PYTHON_TRACE 1 [2025-05-26T01:18:07.594Z] ---> Using cache [2025-05-26T01:18:07.594Z] ---> 6042f1f21b0d [2025-05-26T01:18:07.594Z] Step 12/21 : WORKDIR /opt/pygsver [2025-05-26T01:18:07.594Z] ---> Running in aec5b9785f80 [2025-05-26T01:18:07.594Z] Removing intermediate container aec5b9785f80 [2025-05-26T01:18:07.594Z] ---> 43f40edb1de9 [2025-05-26T01:18:07.594Z] Step 13/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional curl gosu ca-certificates libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev make gcc [2025-05-26T01:18:07.594Z] ---> Running in 6f0a2e57e9d3 [2025-05-26T01:18:08.552Z] Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] [2025-05-26T01:18:08.552Z] Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] [2025-05-26T01:18:08.552Z] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] [2025-05-26T01:18:08.819Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] [2025-05-26T01:18:09.085Z] Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] [2025-05-26T01:18:09.350Z] Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [257 kB] [2025-05-26T01:18:11.924Z] Fetched 9205 kB in 3s (2641 kB/s) [2025-05-26T01:18:15.265Z] Reading package lists... [2025-05-26T01:18:18.866Z] Reading package lists... [2025-05-26T01:18:19.133Z] Building dependency tree... [2025-05-26T01:18:19.133Z] Reading state information... [2025-05-26T01:18:20.537Z] ca-certificates is already the newest version (20230311). [2025-05-26T01:18:20.537Z] The following additional packages will be installed: [2025-05-26T01:18:20.537Z] binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 dbus dbus-bin [2025-05-26T01:18:20.537Z] dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session [2025-05-26T01:18:20.537Z] dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales [2025-05-26T01:18:20.537Z] libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 [2025-05-26T01:18:20.537Z] libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools [2025-05-26T01:18:20.537Z] libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 [2025-05-26T01:18:20.537Z] libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 [2025-05-26T01:18:20.537Z] libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 [2025-05-26T01:18:20.537Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-26T01:18:20.537Z] libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 [2025-05-26T01:18:20.537Z] libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 [2025-05-26T01:18:20.537Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-26T01:18:20.537Z] liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 [2025-05-26T01:18:20.537Z] libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 [2025-05-26T01:18:20.537Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-26T01:18:20.537Z] libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev [2025-05-26T01:18:20.537Z] libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data [2025-05-26T01:18:20.537Z] libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 [2025-05-26T01:18:20.537Z] libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client [2025-05-26T01:18:20.537Z] openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto [2025-05-26T01:18:20.537Z] runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth [2025-05-26T01:18:20.537Z] Suggested packages: [2025-05-26T01:18:20.537Z] binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf [2025-05-26T01:18:20.537Z] automake libtool flex bison gdb gcc-doc gcc-12-doc autopoint gettext-doc [2025-05-26T01:18:20.537Z] libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc libgnutls28-dev [2025-05-26T01:18:20.537Z] libidn-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev pkg-config [2025-05-26T01:18:20.537Z] libgd-tools krb5-doc krb5-user libsasl2-modules-gssapi-mit [2025-05-26T01:18:20.537Z] | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp [2025-05-26T01:18:20.537Z] libsasl2-modules-sql libssl-doc make-doc man-browser keychain libpam-ssh [2025-05-26T01:18:20.537Z] monkeysphere ssh-askpass molly-guard ufw systemd-container systemd-homed [2025-05-26T01:18:20.537Z] systemd-userdbd systemd-boot systemd-resolved libqrencode4 [2025-05-26T01:18:20.537Z] libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 [2025-05-26T01:18:27.172Z] The following NEW packages will be installed: [2025-05-26T01:18:27.172Z] binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 curl dbus [2025-05-26T01:18:27.172Z] dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common [2025-05-26T01:18:27.172Z] dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 [2025-05-26T01:18:27.172Z] gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 [2025-05-26T01:18:27.172Z] libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 [2025-05-26T01:18:27.172Z] libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev [2025-05-26T01:18:27.172Z] libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 [2025-05-26T01:18:27.172Z] libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 [2025-05-26T01:18:27.172Z] libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 [2025-05-26T01:18:27.172Z] libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 [2025-05-26T01:18:27.172Z] libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 [2025-05-26T01:18:27.172Z] libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 [2025-05-26T01:18:27.172Z] libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common [2025-05-26T01:18:27.172Z] liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 [2025-05-26T01:18:27.172Z] libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 [2025-05-26T01:18:27.172Z] librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 [2025-05-26T01:18:27.172Z] libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common [2025-05-26T01:18:27.172Z] libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 [2025-05-26T01:18:27.172Z] libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 [2025-05-26T01:18:27.172Z] libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term [2025-05-26T01:18:27.172Z] netcat-traditional openssh-client openssh-server openssh-sftp-server procps [2025-05-26T01:18:27.172Z] psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd [2025-05-26T01:18:27.172Z] systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev [2025-05-26T01:18:27.172Z] 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. [2025-05-26T01:18:27.172Z] Need to get 87.4 MB of archives. [2025-05-26T01:18:27.172Z] After this operation, 346 MB of additional disk space will be used. [2025-05-26T01:18:27.172Z] Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] [2025-05-26T01:18:27.172Z] Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] [2025-05-26T01:18:27.172Z] Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] [2025-05-26T01:18:27.172Z] Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] [2025-05-26T01:18:27.172Z] Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] [2025-05-26T01:18:27.172Z] Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] [2025-05-26T01:18:27.172Z] Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] [2025-05-26T01:18:27.172Z] Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] [2025-05-26T01:18:27.172Z] Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] [2025-05-26T01:18:27.172Z] Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] [2025-05-26T01:18:27.172Z] Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] [2025-05-26T01:18:27.172Z] Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] [2025-05-26T01:18:27.172Z] Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] [2025-05-26T01:18:27.172Z] Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] [2025-05-26T01:18:27.172Z] Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] [2025-05-26T01:18:27.172Z] Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] [2025-05-26T01:18:27.172Z] Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] [2025-05-26T01:18:27.172Z] Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] [2025-05-26T01:18:27.172Z] Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] [2025-05-26T01:18:27.172Z] Get:20 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] [2025-05-26T01:18:27.172Z] Get:21 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] [2025-05-26T01:18:27.172Z] Get:22 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] [2025-05-26T01:18:27.172Z] Get:23 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] [2025-05-26T01:18:27.172Z] Get:24 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] [2025-05-26T01:18:27.172Z] Get:25 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] [2025-05-26T01:18:27.172Z] Get:26 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] [2025-05-26T01:18:27.172Z] Get:27 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] [2025-05-26T01:18:27.172Z] Get:28 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] [2025-05-26T01:18:27.172Z] Get:29 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] [2025-05-26T01:18:27.172Z] Get:30 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] [2025-05-26T01:18:27.172Z] Get:31 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] [2025-05-26T01:18:27.172Z] Get:32 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] [2025-05-26T01:18:27.172Z] Get:33 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] [2025-05-26T01:18:27.172Z] Get:34 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] [2025-05-26T01:18:27.172Z] Get:35 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] [2025-05-26T01:18:27.172Z] Get:36 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] [2025-05-26T01:18:27.172Z] Get:37 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] [2025-05-26T01:18:27.172Z] Get:38 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] [2025-05-26T01:18:27.172Z] Get:39 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] [2025-05-26T01:18:27.172Z] Get:40 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] [2025-05-26T01:18:27.172Z] Get:41 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-12 [159 kB] [2025-05-26T01:18:27.172Z] Get:42 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] [2025-05-26T01:18:27.172Z] Get:43 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] [2025-05-26T01:18:27.172Z] Get:44 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] [2025-05-26T01:18:27.172Z] Get:45 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB] [2025-05-26T01:18:27.172Z] Get:46 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] [2025-05-26T01:18:27.172Z] Get:47 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] [2025-05-26T01:18:27.172Z] Get:48 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] [2025-05-26T01:18:27.172Z] Get:49 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB] [2025-05-26T01:18:27.441Z] Get:50 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB] [2025-05-26T01:18:27.441Z] Get:51 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB] [2025-05-26T01:18:27.441Z] Get:52 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB] [2025-05-26T01:18:27.441Z] Get:53 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB] [2025-05-26T01:18:27.441Z] Get:54 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB] [2025-05-26T01:18:27.441Z] Get:55 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB] [2025-05-26T01:18:27.441Z] Get:56 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB] [2025-05-26T01:18:27.441Z] Get:57 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB] [2025-05-26T01:18:27.441Z] Get:58 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB] [2025-05-26T01:18:27.441Z] Get:59 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB] [2025-05-26T01:18:27.441Z] Get:60 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14+deb12u1 [8228 kB] [2025-05-26T01:18:27.710Z] Get:61 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B] [2025-05-26T01:18:27.710Z] Get:62 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] [2025-05-26T01:18:27.710Z] Get:63 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] [2025-05-26T01:18:27.710Z] Get:64 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] [2025-05-26T01:18:27.710Z] Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] [2025-05-26T01:18:27.710Z] Get:66 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] [2025-05-26T01:18:27.710Z] Get:67 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] [2025-05-26T01:18:27.710Z] Get:68 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2025-05-26T01:18:27.710Z] Get:69 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] [2025-05-26T01:18:27.710Z] Get:70 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u12 [367 kB] [2025-05-26T01:18:27.710Z] Get:71 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u12 [309 kB] [2025-05-26T01:18:27.710Z] Get:72 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] [2025-05-26T01:18:27.710Z] Get:73 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB] [2025-05-26T01:18:27.710Z] Get:74 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB] [2025-05-26T01:18:27.710Z] Get:75 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14+deb12u1 [37.7 kB] [2025-05-26T01:18:27.710Z] Get:76 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14+deb12u1 [104 kB] [2025-05-26T01:18:27.710Z] Get:77 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14+deb12u1 [24.0 kB] [2025-05-26T01:18:27.710Z] Get:78 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14+deb12u1 [9568 B] [2025-05-26T01:18:27.710Z] Get:79 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14+deb12u1 [2096 kB] [2025-05-26T01:18:27.710Z] Get:80 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14+deb12u1 [926 kB] [2025-05-26T01:18:27.710Z] Get:81 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14+deb12u1 [2178 kB] [2025-05-26T01:18:27.710Z] Get:82 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14+deb12u1 [862 kB] [2025-05-26T01:18:27.710Z] Get:83 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14+deb12u1 [999 kB] [2025-05-26T01:18:27.710Z] Get:84 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14+deb12u1 [956 kB] [2025-05-26T01:18:27.978Z] Get:85 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14+deb12u1 [16.3 MB] [2025-05-26T01:18:28.246Z] Get:86 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B] [2025-05-26T01:18:28.246Z] Get:87 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] [2025-05-26T01:18:28.246Z] Get:88 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] [2025-05-26T01:18:28.246Z] Get:89 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-12 [1248 kB] [2025-05-26T01:18:28.246Z] Get:90 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] [2025-05-26T01:18:28.246Z] Get:91 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1+deb12u2 [363 kB] [2025-05-26T01:18:28.246Z] Get:92 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB] [2025-05-26T01:18:28.518Z] Get:93 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB] [2025-05-26T01:18:28.518Z] Get:94 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB] [2025-05-26T01:18:28.518Z] Get:95 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB] [2025-05-26T01:18:28.518Z] Get:96 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB] [2025-05-26T01:18:28.518Z] Get:97 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB] [2025-05-26T01:18:28.518Z] Get:98 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB] [2025-05-26T01:18:28.518Z] Get:99 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB] [2025-05-26T01:18:28.518Z] Get:100 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u10 [46.2 kB] [2025-05-26T01:18:28.518Z] Get:101 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB] [2025-05-26T01:18:28.518Z] Get:102 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u4 [368 kB] [2025-05-26T01:18:28.518Z] Get:103 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB] [2025-05-26T01:18:28.518Z] Get:104 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB] [2025-05-26T01:18:28.518Z] Get:105 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB] [2025-05-26T01:18:28.518Z] Get:106 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB] [2025-05-26T01:18:28.518Z] Get:107 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1+deb12u1 [191 kB] [2025-05-26T01:18:28.518Z] Get:108 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB] [2025-05-26T01:18:28.518Z] Get:109 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB] [2025-05-26T01:18:28.518Z] Get:110 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB] [2025-05-26T01:18:28.518Z] Get:111 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB] [2025-05-26T01:18:28.518Z] Get:112 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u2 [301 kB] [2025-05-26T01:18:28.518Z] Get:113 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] [2025-05-26T01:18:28.518Z] Get:114 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] [2025-05-26T01:18:28.518Z] Get:115 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] [2025-05-26T01:18:28.518Z] Get:116 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] [2025-05-26T01:18:28.518Z] Get:117 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] [2025-05-26T01:18:28.518Z] Get:118 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB] [2025-05-26T01:18:28.518Z] Get:119 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB] [2025-05-26T01:18:28.518Z] Get:120 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u10 [53.4 kB] [2025-05-26T01:18:28.518Z] Get:121 http://deb.debian.org/debian-security bookworm-security/main arm64 linux-libc-dev arm64 6.1.140-1 [2120 kB] [2025-05-26T01:18:28.518Z] Get:122 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB] [2025-05-26T01:18:28.518Z] Get:123 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB] [2025-05-26T01:18:28.518Z] Get:124 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB] [2025-05-26T01:18:28.786Z] Get:125 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB] [2025-05-26T01:18:28.786Z] Get:126 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u10 [1431 kB] [2025-05-26T01:18:28.786Z] Get:127 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] [2025-05-26T01:18:28.786Z] Get:128 http://deb.debian.org/debian bookworm/main arm64 libcurl4-gnutls-dev arm64 7.88.1-10+deb12u12 [472 kB] [2025-05-26T01:18:28.786Z] Get:129 http://deb.debian.org/debian bookworm/main arm64 libexpat1-dev arm64 2.5.0-1+deb12u1 [134 kB] [2025-05-26T01:18:28.786Z] Get:130 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] [2025-05-26T01:18:28.786Z] Get:131 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] [2025-05-26T01:18:28.786Z] Get:132 http://deb.debian.org/debian bookworm/main arm64 libssl-dev arm64 3.0.16-1~deb12u1 [2310 kB] [2025-05-26T01:18:28.786Z] Get:133 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] [2025-05-26T01:18:28.786Z] Get:134 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] [2025-05-26T01:18:28.786Z] Get:135 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB] [2025-05-26T01:18:28.786Z] Get:136 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB] [2025-05-26T01:18:28.786Z] Get:137 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] [2025-05-26T01:18:28.786Z] Get:138 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] [2025-05-26T01:18:28.786Z] Get:139 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] [2025-05-26T01:18:28.786Z] Get:140 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] [2025-05-26T01:18:28.786Z] Get:141 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] [2025-05-26T01:18:29.745Z] debconf: delaying package configuration, since apt-utils is not installed [2025-05-26T01:18:29.745Z] Fetched 87.4 MB in 2s (44.6 MB/s) [2025-05-26T01:18:30.012Z] Selecting previously unselected package libargon2-1:arm64. [2025-05-26T01:18:30.013Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6624 files and directories currently installed.) [2025-05-26T01:18:30.013Z] Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... [2025-05-26T01:18:30.013Z] Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:18:30.013Z] Selecting previously unselected package dmsetup. [2025-05-26T01:18:30.013Z] Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... [2025-05-26T01:18:30.013Z] Unpacking dmsetup (2:1.02.185-2) ... [2025-05-26T01:18:30.280Z] Selecting previously unselected package libdevmapper1.02.1:arm64. [2025-05-26T01:18:30.280Z] Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... [2025-05-26T01:18:30.280Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-26T01:18:30.280Z] Selecting previously unselected package libjson-c5:arm64. [2025-05-26T01:18:30.280Z] Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... [2025-05-26T01:18:30.280Z] Unpacking libjson-c5:arm64 (0.16-2) ... [2025-05-26T01:18:30.280Z] Selecting previously unselected package libcryptsetup12:arm64. [2025-05-26T01:18:30.280Z] Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... [2025-05-26T01:18:30.280Z] Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:18:30.547Z] Selecting previously unselected package libfdisk1:arm64. [2025-05-26T01:18:30.547Z] Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... [2025-05-26T01:18:30.547Z] Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-26T01:18:30.547Z] Selecting previously unselected package libkmod2:arm64. [2025-05-26T01:18:30.547Z] Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... [2025-05-26T01:18:30.547Z] Unpacking libkmod2:arm64 (30+20221128-1) ... [2025-05-26T01:18:30.813Z] Selecting previously unselected package libapparmor1:arm64. [2025-05-26T01:18:30.813Z] Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... [2025-05-26T01:18:30.813Z] Unpacking libapparmor1:arm64 (3.0.8-3) ... [2025-05-26T01:18:30.813Z] Selecting previously unselected package libip4tc2:arm64. [2025-05-26T01:18:30.813Z] Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... [2025-05-26T01:18:30.813Z] Unpacking libip4tc2:arm64 (1.8.9-2) ... [2025-05-26T01:18:30.813Z] Selecting previously unselected package libsystemd-shared:arm64. [2025-05-26T01:18:30.813Z] Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:18:30.813Z] Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:18:31.396Z] Selecting previously unselected package systemd. [2025-05-26T01:18:31.396Z] Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:18:31.396Z] Unpacking systemd (252.36-1~deb12u1) ... [2025-05-26T01:18:32.353Z] Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... [2025-05-26T01:18:32.353Z] Setting up libjson-c5:arm64 (0.16-2) ... [2025-05-26T01:18:32.353Z] Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... [2025-05-26T01:18:32.353Z] Setting up libkmod2:arm64 (30+20221128-1) ... [2025-05-26T01:18:32.353Z] Setting up libapparmor1:arm64 (3.0.8-3) ... [2025-05-26T01:18:32.353Z] Setting up libip4tc2:arm64 (1.8.9-2) ... [2025-05-26T01:18:32.353Z] Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:18:32.353Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... [2025-05-26T01:18:32.353Z] Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... [2025-05-26T01:18:32.353Z] Setting up systemd (252.36-1~deb12u1) ... [2025-05-26T01:18:32.353Z] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2025-05-26T01:18:32.619Z] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2025-05-26T01:18:32.619Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2025-05-26T01:18:32.619Z] Initializing machine ID from random generator. [2025-05-26T01:18:32.619Z] Creating group 'systemd-journal' with GID 999. [2025-05-26T01:18:32.619Z] Creating group 'systemd-network' with GID 998. [2025-05-26T01:18:32.619Z] Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. [2025-05-26T01:18:32.885Z] Setting up dmsetup (2:1.02.185-2) ... [2025-05-26T01:18:32.885Z] Selecting previously unselected package systemd-sysv. [2025-05-26T01:18:32.885Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7546 files and directories currently installed.) [2025-05-26T01:18:32.885Z] Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:18:32.885Z] Unpacking systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:18:33.151Z] Selecting previously unselected package libdbus-1-3:arm64. [2025-05-26T01:18:33.151Z] Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:18:33.151Z] Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-26T01:18:33.151Z] Selecting previously unselected package dbus-bin. [2025-05-26T01:18:33.151Z] Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:18:33.151Z] Unpacking dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:18:33.418Z] Selecting previously unselected package dbus-session-bus-common. [2025-05-26T01:18:33.418Z] Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:18:33.418Z] Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:18:33.418Z] Selecting previously unselected package libexpat1:arm64. [2025-05-26T01:18:33.418Z] Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_arm64.deb ... [2025-05-26T01:18:33.418Z] Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-26T01:18:33.418Z] Selecting previously unselected package dbus-daemon. [2025-05-26T01:18:33.418Z] Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:18:33.418Z] Unpacking dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:18:33.685Z] Selecting previously unselected package dbus-system-bus-common. [2025-05-26T01:18:33.685Z] Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... [2025-05-26T01:18:33.685Z] Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:18:33.685Z] Selecting previously unselected package dbus. [2025-05-26T01:18:33.685Z] Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:18:33.685Z] Unpacking dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:18:33.951Z] Selecting previously unselected package libbsd0:arm64. [2025-05-26T01:18:33.951Z] Preparing to unpack .../008-libbsd0_0.11.7-2_arm64.deb ... [2025-05-26T01:18:33.951Z] Unpacking libbsd0:arm64 (0.11.7-2) ... [2025-05-26T01:18:33.951Z] Selecting previously unselected package libedit2:arm64. [2025-05-26T01:18:33.951Z] Preparing to unpack .../009-libedit2_3.1-20221030-2_arm64.deb ... [2025-05-26T01:18:33.951Z] Unpacking libedit2:arm64 (3.1-20221030-2) ... [2025-05-26T01:18:33.951Z] Selecting previously unselected package libcbor0.8:arm64. [2025-05-26T01:18:33.951Z] Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_arm64.deb ... [2025-05-26T01:18:33.951Z] Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-26T01:18:34.218Z] Selecting previously unselected package libfido2-1:arm64. [2025-05-26T01:18:34.218Z] Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_arm64.deb ... [2025-05-26T01:18:34.218Z] Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-26T01:18:34.218Z] Selecting previously unselected package libkrb5support0:arm64. [2025-05-26T01:18:34.218Z] Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:18:34.218Z] Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:18:34.483Z] Selecting previously unselected package libk5crypto3:arm64. [2025-05-26T01:18:34.483Z] Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:18:34.483Z] Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:18:34.483Z] Selecting previously unselected package libkeyutils1:arm64. [2025-05-26T01:18:34.483Z] Preparing to unpack .../014-libkeyutils1_1.6.3-2_arm64.deb ... [2025-05-26T01:18:34.483Z] Unpacking libkeyutils1:arm64 (1.6.3-2) ... [2025-05-26T01:18:34.483Z] Selecting previously unselected package libkrb5-3:arm64. [2025-05-26T01:18:34.483Z] Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:18:34.483Z] Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:18:34.748Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2025-05-26T01:18:34.748Z] Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... [2025-05-26T01:18:34.748Z] Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:18:34.748Z] Selecting previously unselected package openssh-client. [2025-05-26T01:18:34.748Z] Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-26T01:18:35.015Z] Unpacking openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:18:35.280Z] Selecting previously unselected package openssh-sftp-server. [2025-05-26T01:18:35.280Z] Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-26T01:18:35.280Z] Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:18:35.280Z] Selecting previously unselected package libproc2-0:arm64. [2025-05-26T01:18:35.280Z] Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_arm64.deb ... [2025-05-26T01:18:35.280Z] Unpacking libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-26T01:18:35.280Z] Selecting previously unselected package procps. [2025-05-26T01:18:35.280Z] Preparing to unpack .../020-procps_2%3a4.0.2-3_arm64.deb ... [2025-05-26T01:18:35.280Z] Unpacking procps (2:4.0.2-3) ... [2025-05-26T01:18:35.547Z] Selecting previously unselected package sensible-utils. [2025-05-26T01:18:35.547Z] Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... [2025-05-26T01:18:35.547Z] Unpacking sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:18:35.813Z] Selecting previously unselected package ucf. [2025-05-26T01:18:35.813Z] Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... [2025-05-26T01:18:35.813Z] Moving old data out of the way [2025-05-26T01:18:35.813Z] Unpacking ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:18:35.813Z] Selecting previously unselected package runit-helper. [2025-05-26T01:18:35.813Z] Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... [2025-05-26T01:18:35.813Z] Unpacking runit-helper (2.15.2) ... [2025-05-26T01:18:35.814Z] Selecting previously unselected package libtirpc-common. [2025-05-26T01:18:35.814Z] Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... [2025-05-26T01:18:35.814Z] Unpacking libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:18:36.081Z] Selecting previously unselected package libtirpc3:arm64. [2025-05-26T01:18:36.081Z] Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_arm64.deb ... [2025-05-26T01:18:36.081Z] Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-26T01:18:36.081Z] Selecting previously unselected package libnsl2:arm64. [2025-05-26T01:18:36.081Z] Preparing to unpack .../026-libnsl2_1.3.0-2_arm64.deb ... [2025-05-26T01:18:36.081Z] Unpacking libnsl2:arm64 (1.3.0-2) ... [2025-05-26T01:18:36.081Z] Selecting previously unselected package libwrap0:arm64. [2025-05-26T01:18:36.081Z] Preparing to unpack .../027-libwrap0_7.6.q-32_arm64.deb ... [2025-05-26T01:18:36.081Z] Unpacking libwrap0:arm64 (7.6.q-32) ... [2025-05-26T01:18:36.347Z] Selecting previously unselected package openssh-server. [2025-05-26T01:18:36.347Z] Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... [2025-05-26T01:18:36.347Z] Unpacking openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:18:36.615Z] Selecting previously unselected package gettext-base. [2025-05-26T01:18:36.615Z] Preparing to unpack .../029-gettext-base_0.21-12_arm64.deb ... [2025-05-26T01:18:36.615Z] Unpacking gettext-base (0.21-12) ... [2025-05-26T01:18:36.615Z] Selecting previously unselected package krb5-locales. [2025-05-26T01:18:36.615Z] Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... [2025-05-26T01:18:36.615Z] Unpacking krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:18:36.615Z] Selecting previously unselected package libnss-systemd:arm64. [2025-05-26T01:18:36.615Z] Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:18:36.882Z] Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:18:36.882Z] Selecting previously unselected package libpam-systemd:arm64. [2025-05-26T01:18:36.882Z] Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:18:36.882Z] Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:18:36.882Z] Selecting previously unselected package manpages. [2025-05-26T01:18:36.882Z] Preparing to unpack .../033-manpages_6.03-2_all.deb ... [2025-05-26T01:18:36.882Z] Unpacking manpages (6.03-2) ... [2025-05-26T01:18:37.149Z] Selecting previously unselected package ncurses-term. [2025-05-26T01:18:37.149Z] Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... [2025-05-26T01:18:37.149Z] Unpacking ncurses-term (6.4-4) ... [2025-05-26T01:18:39.100Z] Selecting previously unselected package netcat-traditional. [2025-05-26T01:18:39.100Z] Preparing to unpack .../035-netcat-traditional_1.10-47_arm64.deb ... [2025-05-26T01:18:39.100Z] Unpacking netcat-traditional (1.10-47) ... [2025-05-26T01:18:39.367Z] Selecting previously unselected package systemd-timesyncd. [2025-05-26T01:18:39.367Z] Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... [2025-05-26T01:18:39.367Z] Unpacking systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:18:39.367Z] Selecting previously unselected package binutils-common:arm64. [2025-05-26T01:18:39.367Z] Preparing to unpack .../037-binutils-common_2.40-2_arm64.deb ... [2025-05-26T01:18:39.367Z] Unpacking binutils-common:arm64 (2.40-2) ... [2025-05-26T01:18:39.949Z] Selecting previously unselected package libbinutils:arm64. [2025-05-26T01:18:39.949Z] Preparing to unpack .../038-libbinutils_2.40-2_arm64.deb ... [2025-05-26T01:18:39.949Z] Unpacking libbinutils:arm64 (2.40-2) ... [2025-05-26T01:18:40.227Z] Selecting previously unselected package libctf-nobfd0:arm64. [2025-05-26T01:18:40.227Z] Preparing to unpack .../039-libctf-nobfd0_2.40-2_arm64.deb ... [2025-05-26T01:18:40.227Z] Unpacking libctf-nobfd0:arm64 (2.40-2) ... [2025-05-26T01:18:40.227Z] Selecting previously unselected package libctf0:arm64. [2025-05-26T01:18:40.227Z] Preparing to unpack .../040-libctf0_2.40-2_arm64.deb ... [2025-05-26T01:18:40.227Z] Unpacking libctf0:arm64 (2.40-2) ... [2025-05-26T01:18:40.227Z] Selecting previously unselected package libgprofng0:arm64. [2025-05-26T01:18:40.227Z] Preparing to unpack .../041-libgprofng0_2.40-2_arm64.deb ... [2025-05-26T01:18:40.227Z] Unpacking libgprofng0:arm64 (2.40-2) ... [2025-05-26T01:18:40.493Z] Selecting previously unselected package libjansson4:arm64. [2025-05-26T01:18:40.493Z] Preparing to unpack .../042-libjansson4_2.14-2_arm64.deb ... [2025-05-26T01:18:40.493Z] Unpacking libjansson4:arm64 (2.14-2) ... [2025-05-26T01:18:40.493Z] Selecting previously unselected package binutils-aarch64-linux-gnu. [2025-05-26T01:18:40.493Z] Preparing to unpack .../043-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ... [2025-05-26T01:18:40.760Z] Unpacking binutils-aarch64-linux-gnu (2.40-2) ... [2025-05-26T01:18:41.342Z] Selecting previously unselected package binutils. [2025-05-26T01:18:41.342Z] Preparing to unpack .../044-binutils_2.40-2_arm64.deb ... [2025-05-26T01:18:41.342Z] Unpacking binutils (2.40-2) ... [2025-05-26T01:18:41.609Z] Selecting previously unselected package libisl23:arm64. [2025-05-26T01:18:41.609Z] Preparing to unpack .../045-libisl23_0.25-1.1_arm64.deb ... [2025-05-26T01:18:41.609Z] Unpacking libisl23:arm64 (0.25-1.1) ... [2025-05-26T01:18:41.609Z] Selecting previously unselected package libmpfr6:arm64. [2025-05-26T01:18:41.609Z] Preparing to unpack .../046-libmpfr6_4.2.0-1_arm64.deb ... [2025-05-26T01:18:41.609Z] Unpacking libmpfr6:arm64 (4.2.0-1) ... [2025-05-26T01:18:41.876Z] Selecting previously unselected package libmpc3:arm64. [2025-05-26T01:18:41.876Z] Preparing to unpack .../047-libmpc3_1.3.1-1_arm64.deb ... [2025-05-26T01:18:41.876Z] Unpacking libmpc3:arm64 (1.3.1-1) ... [2025-05-26T01:18:41.876Z] Selecting previously unselected package cpp-12. [2025-05-26T01:18:41.876Z] Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:41.876Z] Unpacking cpp-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:43.282Z] Selecting previously unselected package cpp. [2025-05-26T01:18:43.547Z] Preparing to unpack .../049-cpp_4%3a12.2.0-3_arm64.deb ... [2025-05-26T01:18:43.547Z] Unpacking cpp (4:12.2.0-3) ... [2025-05-26T01:18:43.547Z] Selecting previously unselected package libbrotli1:arm64. [2025-05-26T01:18:43.547Z] Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_arm64.deb ... [2025-05-26T01:18:43.547Z] Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-26T01:18:43.547Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2025-05-26T01:18:43.547Z] Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... [2025-05-26T01:18:43.547Z] Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:18:43.812Z] Selecting previously unselected package libsasl2-2:arm64. [2025-05-26T01:18:43.812Z] Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... [2025-05-26T01:18:43.812Z] Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:18:43.812Z] Selecting previously unselected package libldap-2.5-0:arm64. [2025-05-26T01:18:43.812Z] Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... [2025-05-26T01:18:43.812Z] Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-26T01:18:43.812Z] Selecting previously unselected package libnghttp2-14:arm64. [2025-05-26T01:18:43.812Z] Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... [2025-05-26T01:18:43.812Z] Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-26T01:18:44.080Z] Selecting previously unselected package libpsl5:arm64. [2025-05-26T01:18:44.080Z] Preparing to unpack .../055-libpsl5_0.21.2-1_arm64.deb ... [2025-05-26T01:18:44.080Z] Unpacking libpsl5:arm64 (0.21.2-1) ... [2025-05-26T01:18:44.080Z] Selecting previously unselected package librtmp1:arm64. [2025-05-26T01:18:44.080Z] Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2025-05-26T01:18:44.080Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:18:44.080Z] Selecting previously unselected package libssh2-1:arm64. [2025-05-26T01:18:44.080Z] Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_arm64.deb ... [2025-05-26T01:18:44.345Z] Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-26T01:18:44.345Z] Selecting previously unselected package libcurl4:arm64. [2025-05-26T01:18:44.345Z] Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_arm64.deb ... [2025-05-26T01:18:44.345Z] Unpacking libcurl4:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:18:44.345Z] Selecting previously unselected package curl. [2025-05-26T01:18:44.345Z] Preparing to unpack .../059-curl_7.88.1-10+deb12u12_arm64.deb ... [2025-05-26T01:18:44.345Z] Unpacking curl (7.88.1-10+deb12u12) ... [2025-05-26T01:18:44.609Z] Selecting previously unselected package dbus-user-session. [2025-05-26T01:18:44.609Z] Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... [2025-05-26T01:18:44.609Z] Unpacking dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:18:44.609Z] Selecting previously unselected package fonts-dejavu-core. [2025-05-26T01:18:44.609Z] Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... [2025-05-26T01:18:44.609Z] Unpacking fonts-dejavu-core (2.37-6) ... [2025-05-26T01:18:44.875Z] Selecting previously unselected package fontconfig-config. [2025-05-26T01:18:44.875Z] Preparing to unpack .../062-fontconfig-config_2.14.1-4_arm64.deb ... [2025-05-26T01:18:45.454Z] Unpacking fontconfig-config (2.14.1-4) ... [2025-05-26T01:18:45.454Z] Selecting previously unselected package libcc1-0:arm64. [2025-05-26T01:18:45.454Z] Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:45.454Z] Unpacking libcc1-0:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:45.718Z] Selecting previously unselected package libgomp1:arm64. [2025-05-26T01:18:45.718Z] Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:45.718Z] Unpacking libgomp1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:45.718Z] Selecting previously unselected package libitm1:arm64. [2025-05-26T01:18:45.718Z] Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:45.718Z] Unpacking libitm1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:45.718Z] Selecting previously unselected package libatomic1:arm64. [2025-05-26T01:18:45.718Z] Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:45.718Z] Unpacking libatomic1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:45.981Z] Selecting previously unselected package libasan8:arm64. [2025-05-26T01:18:45.981Z] Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:45.981Z] Unpacking libasan8:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:46.561Z] Selecting previously unselected package liblsan0:arm64. [2025-05-26T01:18:46.561Z] Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:46.561Z] Unpacking liblsan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:46.561Z] Selecting previously unselected package libtsan2:arm64. [2025-05-26T01:18:46.561Z] Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:46.826Z] Unpacking libtsan2:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:47.089Z] Selecting previously unselected package libubsan1:arm64. [2025-05-26T01:18:47.089Z] Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:47.089Z] Unpacking libubsan1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:47.353Z] Selecting previously unselected package libhwasan0:arm64. [2025-05-26T01:18:47.353Z] Preparing to unpack .../071-libhwasan0_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:47.353Z] Unpacking libhwasan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:47.619Z] Selecting previously unselected package libgcc-12-dev:arm64. [2025-05-26T01:18:47.619Z] Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:47.619Z] Unpacking libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:48.202Z] Selecting previously unselected package gcc-12. [2025-05-26T01:18:48.202Z] Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_arm64.deb ... [2025-05-26T01:18:48.202Z] Unpacking gcc-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:18:50.155Z] Selecting previously unselected package gcc. [2025-05-26T01:18:50.155Z] Preparing to unpack .../074-gcc_4%3a12.2.0-3_arm64.deb ... [2025-05-26T01:18:50.155Z] Unpacking gcc (4:12.2.0-3) ... [2025-05-26T01:18:50.155Z] Selecting previously unselected package libicu72:arm64. [2025-05-26T01:18:50.155Z] Preparing to unpack .../075-libicu72_72.1-3_arm64.deb ... [2025-05-26T01:18:50.155Z] Unpacking libicu72:arm64 (72.1-3) ... [2025-05-26T01:18:51.562Z] Selecting previously unselected package libxml2:arm64. [2025-05-26T01:18:51.562Z] Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... [2025-05-26T01:18:51.562Z] Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-26T01:18:51.562Z] Selecting previously unselected package gettext. [2025-05-26T01:18:51.562Z] Preparing to unpack .../077-gettext_0.21-12_arm64.deb ... [2025-05-26T01:18:51.562Z] Unpacking gettext (0.21-12) ... [2025-05-26T01:18:51.828Z] Selecting previously unselected package gosu. [2025-05-26T01:18:51.828Z] Preparing to unpack .../078-gosu_1.14-1+b10_arm64.deb ... [2025-05-26T01:18:51.828Z] Unpacking gosu (1.14-1+b10) ... [2025-05-26T01:18:52.097Z] Selecting previously unselected package libabsl20220623:arm64. [2025-05-26T01:18:52.097Z] Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_arm64.deb ... [2025-05-26T01:18:52.097Z] Unpacking libabsl20220623:arm64 (20220623.1-1+deb12u2) ... [2025-05-26T01:18:52.363Z] Selecting previously unselected package libaom3:arm64. [2025-05-26T01:18:52.363Z] Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_arm64.deb ... [2025-05-26T01:18:52.363Z] Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ... [2025-05-26T01:18:52.629Z] Selecting previously unselected package libdav1d6:arm64. [2025-05-26T01:18:52.629Z] Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_arm64.deb ... [2025-05-26T01:18:52.629Z] Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ... [2025-05-26T01:18:52.896Z] Selecting previously unselected package libgav1-1:arm64. [2025-05-26T01:18:52.896Z] Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_arm64.deb ... [2025-05-26T01:18:52.896Z] Unpacking libgav1-1:arm64 (0.18.0-1+b1) ... [2025-05-26T01:18:52.896Z] Selecting previously unselected package librav1e0:arm64. [2025-05-26T01:18:52.896Z] Preparing to unpack .../083-librav1e0_0.5.1-6_arm64.deb ... [2025-05-26T01:18:52.896Z] Unpacking librav1e0:arm64 (0.5.1-6) ... [2025-05-26T01:18:53.163Z] Selecting previously unselected package libsvtav1enc1:arm64. [2025-05-26T01:18:53.163Z] Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ... [2025-05-26T01:18:53.163Z] Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... [2025-05-26T01:18:53.428Z] Selecting previously unselected package libjpeg62-turbo:arm64. [2025-05-26T01:18:53.428Z] Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ... [2025-05-26T01:18:53.428Z] Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ... [2025-05-26T01:18:53.694Z] Selecting previously unselected package libyuv0:arm64. [2025-05-26T01:18:53.694Z] Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ... [2025-05-26T01:18:53.694Z] Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... [2025-05-26T01:18:53.694Z] Selecting previously unselected package libavif15:arm64. [2025-05-26T01:18:53.694Z] Preparing to unpack .../087-libavif15_0.11.1-1_arm64.deb ... [2025-05-26T01:18:53.694Z] Unpacking libavif15:arm64 (0.11.1-1) ... [2025-05-26T01:18:53.962Z] Selecting previously unselected package libc-dev-bin. [2025-05-26T01:18:53.962Z] Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_arm64.deb ... [2025-05-26T01:18:53.962Z] Unpacking libc-dev-bin (2.36-9+deb12u10) ... [2025-05-26T01:18:53.962Z] Selecting previously unselected package libpng16-16:arm64. [2025-05-26T01:18:53.962Z] Preparing to unpack .../089-libpng16-16_1.6.39-2_arm64.deb ... [2025-05-26T01:18:53.962Z] Unpacking libpng16-16:arm64 (1.6.39-2) ... [2025-05-26T01:18:53.962Z] Selecting previously unselected package libfreetype6:arm64. [2025-05-26T01:18:53.962Z] Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_arm64.deb ... [2025-05-26T01:18:54.228Z] Unpacking libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-26T01:18:54.228Z] Selecting previously unselected package libfontconfig1:arm64. [2025-05-26T01:18:54.228Z] Preparing to unpack .../091-libfontconfig1_2.14.1-4_arm64.deb ... [2025-05-26T01:18:54.228Z] Unpacking libfontconfig1:arm64 (2.14.1-4) ... [2025-05-26T01:18:54.495Z] Selecting previously unselected package libde265-0:arm64. [2025-05-26T01:18:54.495Z] Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_arm64.deb ... [2025-05-26T01:18:54.495Z] Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ... [2025-05-26T01:18:54.495Z] Selecting previously unselected package libnuma1:arm64. [2025-05-26T01:18:54.495Z] Preparing to unpack .../093-libnuma1_2.0.16-1_arm64.deb ... [2025-05-26T01:18:54.495Z] Unpacking libnuma1:arm64 (2.0.16-1) ... [2025-05-26T01:18:54.495Z] Selecting previously unselected package libx265-199:arm64. [2025-05-26T01:18:54.759Z] Preparing to unpack .../094-libx265-199_3.5-2+b1_arm64.deb ... [2025-05-26T01:18:54.759Z] Unpacking libx265-199:arm64 (3.5-2+b1) ... [2025-05-26T01:18:54.759Z] Selecting previously unselected package libheif1:arm64. [2025-05-26T01:18:54.759Z] Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_arm64.deb ... [2025-05-26T01:18:54.759Z] Unpacking libheif1:arm64 (1.15.1-1+deb12u1) ... [2025-05-26T01:18:55.024Z] Selecting previously unselected package libdeflate0:arm64. [2025-05-26T01:18:55.024Z] Preparing to unpack .../096-libdeflate0_1.14-1_arm64.deb ... [2025-05-26T01:18:55.024Z] Unpacking libdeflate0:arm64 (1.14-1) ... [2025-05-26T01:18:55.024Z] Selecting previously unselected package libjbig0:arm64. [2025-05-26T01:18:55.024Z] Preparing to unpack .../097-libjbig0_2.1-6.1_arm64.deb ... [2025-05-26T01:18:55.024Z] Unpacking libjbig0:arm64 (2.1-6.1) ... [2025-05-26T01:18:55.290Z] Selecting previously unselected package liblerc4:arm64. [2025-05-26T01:18:55.290Z] Preparing to unpack .../098-liblerc4_4.0.0+ds-2_arm64.deb ... [2025-05-26T01:18:55.290Z] Unpacking liblerc4:arm64 (4.0.0+ds-2) ... [2025-05-26T01:18:55.290Z] Selecting previously unselected package libwebp7:arm64. [2025-05-26T01:18:55.290Z] Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ... [2025-05-26T01:18:55.290Z] Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ... [2025-05-26T01:18:55.554Z] Selecting previously unselected package libtiff6:arm64. [2025-05-26T01:18:55.554Z] Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_arm64.deb ... [2025-05-26T01:18:55.554Z] Unpacking libtiff6:arm64 (4.5.0-6+deb12u2) ... [2025-05-26T01:18:55.554Z] Selecting previously unselected package libxau6:arm64. [2025-05-26T01:18:55.554Z] Preparing to unpack .../101-libxau6_1%3a1.0.9-1_arm64.deb ... [2025-05-26T01:18:55.554Z] Unpacking libxau6:arm64 (1:1.0.9-1) ... [2025-05-26T01:18:55.554Z] Selecting previously unselected package libxdmcp6:arm64. [2025-05-26T01:18:55.820Z] Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2025-05-26T01:18:55.820Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-26T01:18:55.820Z] Selecting previously unselected package libxcb1:arm64. [2025-05-26T01:18:55.820Z] Preparing to unpack .../103-libxcb1_1.15-1_arm64.deb ... [2025-05-26T01:18:55.820Z] Unpacking libxcb1:arm64 (1.15-1) ... [2025-05-26T01:18:55.820Z] Selecting previously unselected package libx11-data. [2025-05-26T01:18:55.820Z] Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... [2025-05-26T01:18:55.820Z] Unpacking libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:18:56.085Z] Selecting previously unselected package libx11-6:arm64. [2025-05-26T01:18:56.085Z] Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... [2025-05-26T01:18:56.350Z] Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:18:56.350Z] Selecting previously unselected package libxpm4:arm64. [2025-05-26T01:18:56.350Z] Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ... [2025-05-26T01:18:56.350Z] Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... [2025-05-26T01:18:56.616Z] Selecting previously unselected package libgd3:arm64. [2025-05-26T01:18:56.616Z] Preparing to unpack .../107-libgd3_2.3.3-9_arm64.deb ... [2025-05-26T01:18:56.616Z] Unpacking libgd3:arm64 (2.3.3-9) ... [2025-05-26T01:18:56.616Z] Selecting previously unselected package libc-devtools. [2025-05-26T01:18:56.616Z] Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_arm64.deb ... [2025-05-26T01:18:56.616Z] Unpacking libc-devtools (2.36-9+deb12u10) ... [2025-05-26T01:18:56.616Z] Selecting previously unselected package linux-libc-dev:arm64. [2025-05-26T01:18:56.882Z] Preparing to unpack .../109-linux-libc-dev_6.1.140-1_arm64.deb ... [2025-05-26T01:18:56.882Z] Unpacking linux-libc-dev:arm64 (6.1.140-1) ... [2025-05-26T01:18:57.839Z] Selecting previously unselected package libcrypt-dev:arm64. [2025-05-26T01:18:57.839Z] Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_arm64.deb ... [2025-05-26T01:18:57.839Z] Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ... [2025-05-26T01:18:57.839Z] Selecting previously unselected package libtirpc-dev:arm64. [2025-05-26T01:18:57.839Z] Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_arm64.deb ... [2025-05-26T01:18:57.839Z] Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... [2025-05-26T01:18:57.839Z] Selecting previously unselected package libnsl-dev:arm64. [2025-05-26T01:18:57.839Z] Preparing to unpack .../112-libnsl-dev_1.3.0-2_arm64.deb ... [2025-05-26T01:18:57.839Z] Unpacking libnsl-dev:arm64 (1.3.0-2) ... [2025-05-26T01:18:57.839Z] Selecting previously unselected package rpcsvc-proto. [2025-05-26T01:18:57.839Z] Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_arm64.deb ... [2025-05-26T01:18:58.105Z] Unpacking rpcsvc-proto (1.4.3-1) ... [2025-05-26T01:18:58.105Z] Selecting previously unselected package libc6-dev:arm64. [2025-05-26T01:18:58.105Z] Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_arm64.deb ... [2025-05-26T01:18:58.105Z] Unpacking libc6-dev:arm64 (2.36-9+deb12u10) ... [2025-05-26T01:18:58.687Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2025-05-26T01:18:58.687Z] Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... [2025-05-26T01:18:58.687Z] Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:18:58.687Z] Selecting previously unselected package libcurl4-gnutls-dev:arm64. [2025-05-26T01:18:58.687Z] Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_arm64.deb ... [2025-05-26T01:18:58.687Z] Unpacking libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:18:58.954Z] Selecting previously unselected package libexpat1-dev:arm64. [2025-05-26T01:18:58.954Z] Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_arm64.deb ... [2025-05-26T01:18:58.954Z] Unpacking libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... [2025-05-26T01:18:58.954Z] Selecting previously unselected package libldap-common. [2025-05-26T01:18:58.954Z] Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... [2025-05-26T01:18:58.954Z] Unpacking libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:18:59.221Z] Selecting previously unselected package libsasl2-modules:arm64. [2025-05-26T01:18:59.221Z] Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... [2025-05-26T01:18:59.221Z] Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:18:59.221Z] Selecting previously unselected package libssl-dev:arm64. [2025-05-26T01:18:59.221Z] Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_arm64.deb ... [2025-05-26T01:18:59.221Z] Unpacking libssl-dev:arm64 (3.0.16-1~deb12u1) ... [2025-05-26T01:18:59.802Z] Selecting previously unselected package libxext6:arm64. [2025-05-26T01:18:59.802Z] Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_arm64.deb ... [2025-05-26T01:18:59.802Z] Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-26T01:18:59.802Z] Selecting previously unselected package libxmuu1:arm64. [2025-05-26T01:18:59.802Z] Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_arm64.deb ... [2025-05-26T01:18:59.802Z] Unpacking libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-26T01:19:00.069Z] Selecting previously unselected package make. [2025-05-26T01:19:00.069Z] Preparing to unpack .../123-make_4.3-4.1_arm64.deb ... [2025-05-26T01:19:00.069Z] Unpacking make (4.3-4.1) ... [2025-05-26T01:19:00.069Z] Selecting previously unselected package manpages-dev. [2025-05-26T01:19:00.069Z] Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... [2025-05-26T01:19:00.069Z] Unpacking manpages-dev (6.03-2) ... [2025-05-26T01:19:01.040Z] Selecting previously unselected package psmisc. [2025-05-26T01:19:01.040Z] Preparing to unpack .../125-psmisc_23.6-1_arm64.deb ... [2025-05-26T01:19:01.040Z] Unpacking psmisc (23.6-1) ... [2025-05-26T01:19:01.040Z] Selecting previously unselected package publicsuffix. [2025-05-26T01:19:01.040Z] Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... [2025-05-26T01:19:01.040Z] Unpacking publicsuffix (20230209.2326-1) ... [2025-05-26T01:19:01.040Z] Selecting previously unselected package ssh. [2025-05-26T01:19:01.040Z] Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... [2025-05-26T01:19:01.040Z] Unpacking ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:19:01.306Z] Selecting previously unselected package xauth. [2025-05-26T01:19:01.306Z] Preparing to unpack .../128-xauth_1%3a1.1.2-1_arm64.deb ... [2025-05-26T01:19:01.306Z] Unpacking xauth (1:1.1.2-1) ... [2025-05-26T01:19:01.306Z] Selecting previously unselected package zlib1g-dev:arm64. [2025-05-26T01:19:01.306Z] Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... [2025-05-26T01:19:01.306Z] Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2025-05-26T01:19:01.574Z] Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... [2025-05-26T01:19:01.574Z] Setting up runit-helper (2.15.2) ... [2025-05-26T01:19:01.574Z] Setting up libaom3:arm64 (3.6.0-1+deb12u1) ... [2025-05-26T01:19:01.574Z] Setting up libabsl20220623:arm64 (20220623.1-1+deb12u2) ... [2025-05-26T01:19:01.574Z] Setting up systemd-sysv (252.36-1~deb12u1) ... [2025-05-26T01:19:01.574Z] Setting up libxau6:arm64 (1:1.0.9-1) ... [2025-05-26T01:19:01.574Z] Setting up libkeyutils1:arm64 (1.6.3-2) ... [2025-05-26T01:19:01.574Z] Setting up libpsl5:arm64 (0.21.2-1) ... [2025-05-26T01:19:01.841Z] Setting up libicu72:arm64 (72.1-3) ... [2025-05-26T01:19:01.841Z] Setting up liblerc4:arm64 (4.0.0+ds-2) ... [2025-05-26T01:19:01.841Z] Setting up netcat-traditional (1.10-47) ... [2025-05-26T01:19:01.841Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2025-05-26T01:19:01.841Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:19:01.841Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist [2025-05-26T01:19:01.841Z] Setting up psmisc (23.6-1) ... [2025-05-26T01:19:01.841Z] Setting up manpages (6.03-2) ... [2025-05-26T01:19:01.841Z] Setting up libtirpc-common (1.3.3+ds-1) ... [2025-05-26T01:19:01.841Z] Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... [2025-05-26T01:19:01.841Z] Setting up libbrotli1:arm64 (1.0.9-2+b6) ... [2025-05-26T01:19:01.841Z] Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:19:01.841Z] Setting up binutils-common:arm64 (2.40-2) ... [2025-05-26T01:19:01.841Z] Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... [2025-05-26T01:19:01.841Z] Setting up libdeflate0:arm64 (1.14-1) ... [2025-05-26T01:19:01.841Z] Setting up linux-libc-dev:arm64 (6.1.140-1) ... [2025-05-26T01:19:02.109Z] Setting up libctf-nobfd0:arm64 (2.40-2) ... [2025-05-26T01:19:02.109Z] Setting up gettext-base (0.21-12) ... [2025-05-26T01:19:02.109Z] Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:19:02.109Z] Setting up krb5-locales (1.20.1-2+deb12u3) ... [2025-05-26T01:19:02.109Z] Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... [2025-05-26T01:19:02.109Z] Setting up libgomp1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:02.109Z] Setting up libldap-common (2.5.13+dfsg-5) ... [2025-05-26T01:19:02.109Z] Setting up libjbig0:arm64 (2.1-6.1) ... [2025-05-26T01:19:02.109Z] Setting up librav1e0:arm64 (0.5.1-6) ... [2025-05-26T01:19:02.109Z] Setting up libjansson4:arm64 (2.14-2) ... [2025-05-26T01:19:02.109Z] Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:19:02.109Z] Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:19:02.109Z] Setting up rpcsvc-proto (1.4.3-1) ... [2025-05-26T01:19:02.374Z] Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ... [2025-05-26T01:19:02.374Z] Setting up libx11-data (2:1.8.4-2+deb12u2) ... [2025-05-26T01:19:02.374Z] Setting up make (4.3-4.1) ... [2025-05-26T01:19:02.374Z] Setting up libmpfr6:arm64 (4.2.0-1) ... [2025-05-26T01:19:02.374Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2025-05-26T01:19:02.374Z] Setting up gosu (1.14-1+b10) ... [2025-05-26T01:19:02.374Z] Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... [2025-05-26T01:19:02.374Z] Setting up libproc2-0:arm64 (2:4.0.2-3) ... [2025-05-26T01:19:02.374Z] Setting up libssl-dev:arm64 (3.0.16-1~deb12u1) ... [2025-05-26T01:19:02.374Z] Setting up libpng16-16:arm64 (1.6.39-2) ... [2025-05-26T01:19:02.374Z] Setting up libmpc3:arm64 (1.3.1-1) ... [2025-05-26T01:19:02.374Z] Setting up systemd-timesyncd (252.36-1~deb12u1) ... [2025-05-26T01:19:02.374Z] Creating group 'systemd-timesync' with GID 997. [2025-05-26T01:19:02.374Z] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. [2025-05-26T01:19:02.953Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:19:02.953Z] Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2025-05-26T01:19:02.953Z] Setting up libatomic1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:02.953Z] Setting up fonts-dejavu-core (2.37-6) ... [2025-05-26T01:19:03.217Z] Setting up libgav1-1:arm64 (0.18.0-1+b1) ... [2025-05-26T01:19:03.217Z] Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:19:03.217Z] Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ... [2025-05-26T01:19:03.217Z] Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... [2025-05-26T01:19:03.217Z] Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ... [2025-05-26T01:19:03.217Z] Setting up libubsan1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:03.217Z] Setting up libnuma1:arm64 (2.0.16-1) ... [2025-05-26T01:19:03.217Z] Setting up sensible-utils (0.0.17+nmu1) ... [2025-05-26T01:19:03.217Z] Setting up libhwasan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:03.217Z] Setting up libcrypt-dev:arm64 (1:4.4.33-2) ... [2025-05-26T01:19:03.217Z] Setting up libtiff6:arm64 (4.5.0-6+deb12u2) ... [2025-05-26T01:19:03.482Z] Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:19:03.482Z] Setting up libasan8:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:03.482Z] Setting up procps (2:4.0.2-3) ... [2025-05-26T01:19:03.482Z] Setting up libssh2-1:arm64 (1.10.0-3+b1) ... [2025-05-26T01:19:03.482Z] Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:19:03.482Z] Setting up libtsan2:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:03.482Z] Setting up libbinutils:arm64 (2.40-2) ... [2025-05-26T01:19:03.482Z] Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... [2025-05-26T01:19:03.748Z] Setting up libfido2-1:arm64 (1.12.0-2+b1) ... [2025-05-26T01:19:04.012Z] Setting up libisl23:arm64 (0.25-1.1) ... [2025-05-26T01:19:04.012Z] Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ... [2025-05-26T01:19:04.012Z] Setting up libc-dev-bin (2.36-9+deb12u10) ... [2025-05-26T01:19:04.012Z] Setting up libbsd0:arm64 (0.11.7-2) ... [2025-05-26T01:19:04.012Z] Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... [2025-05-26T01:19:04.012Z] Setting up publicsuffix (20230209.2326-1) ... [2025-05-26T01:19:04.012Z] Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... [2025-05-26T01:19:04.012Z] Setting up libcc1-0:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:04.012Z] Setting up dbus-bin (1.14.10-1~deb12u1) ... [2025-05-26T01:19:04.277Z] Setting up liblsan0:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:04.277Z] Setting up libitm1:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:04.277Z] Setting up ncurses-term (6.4-4) ... [2025-05-26T01:19:04.277Z] Setting up libctf0:arm64 (2.40-2) ... [2025-05-26T01:19:04.277Z] Setting up manpages-dev (6.03-2) ... [2025-05-26T01:19:04.277Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2025-05-26T01:19:04.277Z] Setting up cpp-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:04.277Z] Setting up libxcb1:arm64 (1.15-1) ... [2025-05-26T01:19:04.277Z] Setting up gettext (0.21-12) ... [2025-05-26T01:19:04.277Z] Setting up libavif15:arm64 (0.11.1-1) ... [2025-05-26T01:19:04.277Z] Setting up fontconfig-config (2.14.1-4) ... [2025-05-26T01:19:04.858Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:19:04.858Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:19:04.858Z] debconf: falling back to frontend: Readline [2025-05-26T01:19:04.858Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:19:04.858Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:19:04.858Z] debconf: falling back to frontend: Teletype [2025-05-26T01:19:05.122Z] Setting up libedit2:arm64 (3.1-20221030-2) ... [2025-05-26T01:19:05.122Z] Setting up dbus-daemon (1.14.10-1~deb12u1) ... [2025-05-26T01:19:05.387Z] Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... [2025-05-26T01:19:05.387Z] Setting up libgprofng0:arm64 (2.40-2) ... [2025-05-26T01:19:05.387Z] Setting up libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... [2025-05-26T01:19:05.387Z] Setting up dbus (1.14.10-1~deb12u1) ... [2025-05-26T01:19:05.387Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:19:05.387Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:19:05.387Z] Setting up libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:05.387Z] Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... [2025-05-26T01:19:05.651Z] Setting up ucf (3.0043+nmu1+deb12u1) ... [2025-05-26T01:19:05.913Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:19:05.913Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:19:05.913Z] debconf: falling back to frontend: Readline [2025-05-26T01:19:05.913Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:19:05.913Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:19:05.913Z] debconf: falling back to frontend: Teletype [2025-05-26T01:19:05.913Z] Setting up libx265-199:arm64 (3.5-2+b1) ... [2025-05-26T01:19:06.177Z] Setting up cpp (4:12.2.0-3) ... [2025-05-26T01:19:06.177Z] Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... [2025-05-26T01:19:06.443Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:19:06.443Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:19:06.443Z] debconf: falling back to frontend: Readline [2025-05-26T01:19:06.443Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:19:06.443Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:19:06.443Z] debconf: falling back to frontend: Teletype [2025-05-26T01:19:06.708Z] Setting up libcurl4:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:19:06.708Z] Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... [2025-05-26T01:19:06.708Z] Setting up curl (7.88.1-10+deb12u12) ... [2025-05-26T01:19:06.708Z] Setting up libfontconfig1:arm64 (2.14.1-4) ... [2025-05-26T01:19:06.974Z] Setting up libxmuu1:arm64 (2:1.1.3-3) ... [2025-05-26T01:19:06.974Z] Setting up libtirpc3:arm64 (1.3.3+ds-1) ... [2025-05-26T01:19:06.974Z] Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... [2025-05-26T01:19:06.974Z] Setting up openssh-client (1:9.2p1-2+deb12u6) ... [2025-05-26T01:19:07.241Z] Setting up libheif1:arm64 (1.15.1-1+deb12u1) ... [2025-05-26T01:19:07.241Z] Setting up libxext6:arm64 (2:1.3.4-1+b1) ... [2025-05-26T01:19:07.241Z] Setting up binutils-aarch64-linux-gnu (2.40-2) ... [2025-05-26T01:19:07.241Z] Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:19:07.241Z] Setting up binutils (2.40-2) ... [2025-05-26T01:19:07.507Z] Setting up libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... [2025-05-26T01:19:07.507Z] Setting up dbus-user-session (1.14.10-1~deb12u1) ... [2025-05-26T01:19:07.507Z] Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... [2025-05-26T01:19:07.507Z] Setting up gcc-12 (12.2.0-14+deb12u1) ... [2025-05-26T01:19:07.507Z] Setting up libgd3:arm64 (2.3.3-9) ... [2025-05-26T01:19:07.507Z] Setting up xauth (1:1.1.2-1) ... [2025-05-26T01:19:07.507Z] Setting up libnsl2:arm64 (1.3.0-2) ... [2025-05-26T01:19:07.507Z] Setting up libc-devtools (2.36-9+deb12u10) ... [2025-05-26T01:19:07.507Z] Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:19:07.507Z] Setting up gcc (4:12.2.0-3) ... [2025-05-26T01:19:07.507Z] Setting up libwrap0:arm64 (7.6.q-32) ... [2025-05-26T01:19:07.771Z] Setting up libnsl-dev:arm64 (1.3.0-2) ... [2025-05-26T01:19:07.771Z] Setting up libc6-dev:arm64 (2.36-9+deb12u10) ... [2025-05-26T01:19:07.771Z] Setting up openssh-server (1:9.2p1-2+deb12u6) ... [2025-05-26T01:19:08.355Z] debconf: unable to initialize frontend: Dialog [2025-05-26T01:19:08.355Z] debconf: (TERM is not set, so the dialog frontend is not usable.) [2025-05-26T01:19:08.355Z] debconf: falling back to frontend: Readline [2025-05-26T01:19:08.355Z] debconf: unable to initialize frontend: Readline [2025-05-26T01:19:08.355Z] debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) [2025-05-26T01:19:08.355Z] debconf: falling back to frontend: Teletype [2025-05-26T01:19:08.355Z] [2025-05-26T01:19:08.355Z] Creating config file /etc/ssh/sshd_config with new version [2025-05-26T01:19:18.674Z] Creating SSH2 RSA key; this may take some time ... [2025-05-26T01:19:18.674Z] 3072 SHA256:e0+NajQBCQgPp9wLCbvz31WSsB6a4G02mqFcBUQ6Emo root@6f0a2e57e9d3 (RSA) [2025-05-26T01:19:18.674Z] Creating SSH2 ECDSA key; this may take some time ... [2025-05-26T01:19:18.674Z] 256 SHA256:E6jAP8DdtpNpkPTqnrqI/lNf4Tlnnpic3gAvmjzruR8 root@6f0a2e57e9d3 (ECDSA) [2025-05-26T01:19:18.674Z] Creating SSH2 ED25519 key; this may take some time ... [2025-05-26T01:19:18.674Z] 256 SHA256:Z9IsZhe9SXFGl+3gjGVpAGQ2/MzzoRTO907twZ0T1Rw root@6f0a2e57e9d3 (ED25519) [2025-05-26T01:19:18.674Z] invoke-rc.d: could not determine current runlevel [2025-05-26T01:19:18.674Z] invoke-rc.d: policy-rc.d denied execution of start. [2025-05-26T01:19:18.938Z] Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. [2025-05-26T01:19:18.938Z] Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. [2025-05-26T01:19:19.203Z] Setting up libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... [2025-05-26T01:19:19.203Z] Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... [2025-05-26T01:19:19.203Z] Setting up ssh (1:9.2p1-2+deb12u6) ... [2025-05-26T01:19:19.203Z] Processing triggers for libc-bin (2.36-9+deb12u10) ... [2025-05-26T01:19:34.195Z] Removing intermediate container 6f0a2e57e9d3 [2025-05-26T01:19:34.195Z] ---> 18565e8ff70a [2025-05-26T01:19:34.195Z] Step 14/21 : RUN curl -LO https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.1.tar.gz && tar -xzf git-2.31.1.tar.gz && cd git-2.31.1 && make prefix=/usr/local all && make prefix=/usr/local install && cd .. && rm -rf git-2.31.1 git-2.31.1.tar.gz [2025-05-26T01:19:34.195Z] ---> Running in ebf9f262e552 [2025-05-26T01:19:34.195Z]  % Total % Received % Xferd Average Speed Time Time  Time Current [2025-05-26T01:19:34.195Z]  Dload Upload Total Spent Left Speed [2025-05-26T01:19:34.195Z] 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:--  0 100 9890k 100 9890k 0 0 18.4M 0 --:--:-- --:--:-- --:--:-- 18.4M [2025-05-26T01:19:36.137Z] GIT_VERSION = 2.31.1 [2025-05-26T01:19:36.137Z]  * new build flags [2025-05-26T01:19:36.137Z]  CC fuzz-commit-graph.o [2025-05-26T01:19:37.546Z] CC fuzz-pack-headers.o [2025-05-26T01:19:38.501Z] CC fuzz-pack-idx.o [2025-05-26T01:19:39.461Z] CC daemon.o [2025-05-26T01:19:43.705Z]  * new link flags [2025-05-26T01:19:43.705Z]  CC common-main.o [2025-05-26T01:19:43.971Z] CC abspath.o [2025-05-26T01:19:45.910Z] CC add-interactive.o [2025-05-26T01:19:49.266Z] CC add-patch.o [2025-05-26T01:19:54.629Z] CC advice.o [2025-05-26T01:19:56.036Z] CC alias.o [2025-05-26T01:19:57.452Z] CC alloc.o [2025-05-26T01:19:58.856Z] CC apply.o [2025-05-26T01:20:11.145Z] CC archive-tar.o [2025-05-26T01:20:12.550Z] CC archive-zip.o [2025-05-26T01:20:15.883Z] CC archive.o [2025-05-26T01:20:17.822Z]  * new prefix flags [2025-05-26T01:20:17.822Z]  CC attr.o [2025-05-26T01:20:21.154Z] CC base85.o [2025-05-26T01:20:21.737Z] CC bisect.o [2025-05-26T01:20:25.984Z] CC blame.o [2025-05-26T01:20:32.749Z] CC blob.o [2025-05-26T01:20:34.175Z] CC bloom.o [2025-05-26T01:20:35.613Z] CC branch.o [2025-05-26T01:20:37.558Z] CC bulk-checkin.o [2025-05-26T01:20:38.965Z] CC bundle.o [2025-05-26T01:20:41.535Z] CC cache-tree.o [2025-05-26T01:20:44.107Z] CC chdir-notify.o [2025-05-26T01:20:45.512Z] CC checkout.o [2025-05-26T01:20:46.469Z] CC chunk-format.o [2025-05-26T01:20:47.873Z] CC color.o [2025-05-26T01:20:49.807Z] CC column.o [2025-05-26T01:20:51.740Z] CC combine-diff.o [2025-05-26T01:20:57.070Z] CC commit-graph.o [2025-05-26T01:21:05.305Z] CC commit-reach.o [2025-05-26T01:21:07.879Z] CC commit.o [2025-05-26T01:21:13.206Z] CC compat/obstack.o [2025-05-26T01:21:13.784Z] CC compat/terminal.o [2025-05-26T01:21:15.716Z] CC config.o [2025-05-26T01:21:23.888Z] CC connect.o [2025-05-26T01:21:27.205Z] CC connected.o [2025-05-26T01:21:28.157Z] CC convert.o [2025-05-26T01:21:32.393Z] CC copy.o [2025-05-26T01:21:33.348Z] CC credential.o [2025-05-26T01:21:35.911Z] CC csum-file.o [2025-05-26T01:21:36.864Z] CC ctype.o [2025-05-26T01:21:37.825Z] CC date.o [2025-05-26T01:21:41.153Z] CC decorate.o [2025-05-26T01:21:42.549Z] CC delta-islands.o [2025-05-26T01:21:45.883Z] CC diff-delta.o [2025-05-26T01:21:47.812Z] CC diff-merges.o [2025-05-26T01:21:49.211Z] CC diff-lib.o [2025-05-26T01:21:51.772Z] CC diff-no-index.o [2025-05-26T01:21:53.697Z] CC diff.o [2025-05-26T01:22:11.851Z] CC diffcore-break.o [2025-05-26T01:22:13.244Z] CC diffcore-delta.o [2025-05-26T01:22:14.659Z] CC diffcore-order.o [2025-05-26T01:22:16.052Z] CC diffcore-pickaxe.o [2025-05-26T01:22:17.447Z] CC diffcore-rename.o [2025-05-26T01:22:20.009Z] CC diffcore-rotate.o [2025-05-26T01:22:21.404Z] CC dir-iterator.o [2025-05-26T01:22:23.333Z] CC dir.o [2025-05-26T01:22:31.496Z] CC editor.o [2025-05-26T01:22:31.761Z] CC entry.o [2025-05-26T01:22:33.686Z] CC environment.o [2025-05-26T01:22:35.617Z] CC ewah/bitmap.o [2025-05-26T01:22:37.546Z] CC ewah/ewah_bitmap.o [2025-05-26T01:22:39.473Z] CC ewah/ewah_io.o [2025-05-26T01:22:40.883Z] CC ewah/ewah_rlw.o [2025-05-26T01:22:41.835Z] CC exec-cmd.o [2025-05-26T01:22:43.236Z] CC fetch-negotiator.o [2025-05-26T01:22:44.634Z] CC fetch-pack.o [2025-05-26T01:22:51.252Z] CC fmt-merge-msg.o [2025-05-26T01:22:54.571Z] CC fsck.o [2025-05-26T01:22:58.800Z] CC fsmonitor.o [2025-05-26T01:23:00.197Z] CC gettext.o [2025-05-26T01:23:01.148Z] CC gpg-interface.o [2025-05-26T01:23:03.085Z] CC graph.o [2025-05-26T01:23:06.405Z] CC grep.o [2025-05-26T01:23:11.717Z] CC hash-lookup.o [2025-05-26T01:23:12.296Z] CC hashmap.o [2025-05-26T01:23:14.225Z] GEN command-list.h [2025-05-26T01:23:16.798Z] CC help.o [2025-05-26T01:23:19.358Z] CC hex.o [2025-05-26T01:23:20.769Z] CC ident.o [2025-05-26T01:23:23.330Z] CC json-writer.o [2025-05-26T01:23:25.899Z] CC kwset.o [2025-05-26T01:23:30.126Z] CC levenshtein.o [2025-05-26T01:23:30.703Z] CC line-log.o [2025-05-26T01:23:34.935Z] CC line-range.o [2025-05-26T01:23:35.888Z] CC linear-assignment.o [2025-05-26T01:23:37.285Z] CC list-objects-filter-options.o [2025-05-26T01:23:39.299Z] CC list-objects-filter.o [2025-05-26T01:23:41.251Z] CC list-objects.o [2025-05-26T01:23:43.200Z] CC ll-merge.o [2025-05-26T01:23:45.130Z] CC lockfile.o [2025-05-26T01:23:46.079Z] CC log-tree.o [2025-05-26T01:23:49.399Z] CC ls-refs.o [2025-05-26T01:23:50.797Z] CC mailinfo.o [2025-05-26T01:23:55.027Z] CC mailmap.o [2025-05-26T01:23:56.420Z] CC match-trees.o [2025-05-26T01:23:57.821Z] CC mem-pool.o [2025-05-26T01:23:59.218Z] CC merge-blobs.o [2025-05-26T01:24:00.174Z] CC merge-ort.o [2025-05-26T01:24:06.801Z] CC merge-ort-wrappers.o [2025-05-26T01:24:07.755Z] CC merge-recursive.o [2025-05-26T01:24:15.951Z] CC merge.o [2025-05-26T01:24:16.915Z] CC mergesort.o [2025-05-26T01:24:18.315Z] CC midx.o [2025-05-26T01:24:22.544Z] CC name-hash.o [2025-05-26T01:24:24.481Z] CC negotiator/default.o [2025-05-26T01:24:25.884Z] CC negotiator/noop.o [2025-05-26T01:24:27.286Z] CC negotiator/skipping.o [2025-05-26T01:24:28.686Z] CC notes-cache.o [2025-05-26T01:24:29.641Z] CC notes-merge.o [2025-05-26T01:24:33.882Z] CC notes-utils.o [2025-05-26T01:24:34.835Z] CC notes.o [2025-05-26T01:24:39.099Z] CC object-file.o [2025-05-26T01:24:45.712Z] CC object-name.o [2025-05-26T01:24:49.938Z] CC object.o [2025-05-26T01:24:52.496Z] CC oid-array.o [2025-05-26T01:24:53.897Z] CC oidmap.o [2025-05-26T01:24:55.305Z] CC oidset.o [2025-05-26T01:24:56.703Z] CC pack-bitmap-write.o [2025-05-26T01:25:00.029Z] CC pack-bitmap.o [2025-05-26T01:25:04.266Z] CC pack-check.o [2025-05-26T01:25:06.205Z] CC pack-objects.o [2025-05-26T01:25:08.152Z] CC pack-revindex.o [2025-05-26T01:25:10.727Z] CC pack-write.o [2025-05-26T01:25:12.661Z] CC packfile.o [2025-05-26T01:25:19.293Z] CC pager.o [2025-05-26T01:25:19.559Z] CC parse-options-cb.o [2025-05-26T01:25:20.954Z] CC parse-options.o [2025-05-26T01:25:24.294Z] CC patch-delta.o [2025-05-26T01:25:25.695Z] CC patch-ids.o [2025-05-26T01:25:27.088Z] CC path.o [2025-05-26T01:25:30.404Z] CC pathspec.o [2025-05-26T01:25:32.964Z] CC pkt-line.o [2025-05-26T01:25:34.892Z] CC preload-index.o [2025-05-26T01:25:36.837Z] CC pretty.o [2025-05-26T01:25:42.172Z] CC prio-queue.o [2025-05-26T01:25:43.126Z] CC progress.o [2025-05-26T01:25:44.530Z] CC promisor-remote.o [2025-05-26T01:25:45.930Z] CC prompt.o [2025-05-26T01:25:47.333Z] CC protocol.o [2025-05-26T01:25:48.286Z] CC prune-packed.o [2025-05-26T01:25:49.690Z] CC quote.o [2025-05-26T01:25:52.254Z] CC range-diff.o [2025-05-26T01:25:54.826Z] CC reachable.o [2025-05-26T01:25:56.225Z] CC read-cache.o [2025-05-26T01:26:04.406Z] CC rebase-interactive.o [2025-05-26T01:26:04.993Z] CC rebase.o [2025-05-26T01:26:05.945Z] CC ref-filter.o [2025-05-26T01:26:12.557Z] CC reflog-walk.o [2025-05-26T01:26:13.510Z] CC refs.o [2025-05-26T01:26:20.128Z] CC refs/debug.o [2025-05-26T01:26:21.077Z] CC refs/files-backend.o [2025-05-26T01:26:26.387Z] CC refs/iterator.o [2025-05-26T01:26:27.779Z] CC refs/packed-backend.o [2025-05-26T01:26:31.093Z] CC refs/ref-cache.o [2025-05-26T01:26:33.016Z] CC refspec.o [2025-05-26T01:26:34.410Z] CC remote.o [2025-05-26T01:26:41.117Z] CC replace-object.o [2025-05-26T01:26:41.707Z] CC repo-settings.o [2025-05-26T01:26:43.141Z] CC repository.o [2025-05-26T01:26:44.544Z] CC rerere.o [2025-05-26T01:26:47.873Z] CC reset.o [2025-05-26T01:26:49.270Z] CC resolve-undo.o [2025-05-26T01:26:50.665Z] CC revision.o [2025-05-26T01:27:00.711Z] CC run-command.o [2025-05-26T01:27:04.954Z] CC send-pack.o [2025-05-26T01:27:07.525Z] CC sequencer.o [2025-05-26T01:27:22.481Z] CC serve.o [2025-05-26T01:27:23.431Z] CC server-info.o [2025-05-26T01:27:25.356Z] CC setup.o [2025-05-26T01:27:28.673Z] CC shallow.o [2025-05-26T01:27:31.233Z] CC sideband.o [2025-05-26T01:27:32.629Z] CC sigchain.o [2025-05-26T01:27:33.579Z] CC split-index.o [2025-05-26T01:27:35.507Z] CC stable-qsort.o [2025-05-26T01:27:36.461Z] CC strbuf.o [2025-05-26T01:27:40.690Z] CC streaming.o [2025-05-26T01:27:42.615Z] CC string-list.o [2025-05-26T01:27:44.005Z] CC strmap.o [2025-05-26T01:27:45.397Z] CC strvec.o [2025-05-26T01:27:46.344Z] CC sub-process.o [2025-05-26T01:27:47.739Z] CC submodule-config.o [2025-05-26T01:27:50.295Z] CC submodule.o [2025-05-26T01:27:54.515Z] CC symlinks.o [2025-05-26T01:27:55.908Z] CC tag.o [2025-05-26T01:27:57.301Z] CC tempfile.o [2025-05-26T01:27:58.695Z] CC thread-utils.o [2025-05-26T01:27:59.643Z] CC tmp-objdir.o [2025-05-26T01:28:01.573Z] CC trace.o [2025-05-26T01:28:02.970Z] CC trace2.o [2025-05-26T01:28:04.908Z] CC trace2/tr2_cfg.o [2025-05-26T01:28:06.301Z] CC trace2/tr2_cmd_name.o [2025-05-26T01:28:07.255Z] CC trace2/tr2_dst.o [2025-05-26T01:28:09.182Z] CC trace2/tr2_sid.o [2025-05-26T01:28:10.133Z] CC trace2/tr2_sysenv.o [2025-05-26T01:28:11.083Z] CC trace2/tr2_tbuf.o [2025-05-26T01:28:12.046Z] CC trace2/tr2_tgt_event.o [2025-05-26T01:28:13.970Z] CC trace2/tr2_tgt_normal.o [2025-05-26T01:28:15.364Z] CC trace2/tr2_tgt_perf.o [2025-05-26T01:28:17.289Z] CC trace2/tr2_tls.o [2025-05-26T01:28:18.683Z] CC trailer.o [2025-05-26T01:28:21.997Z] CC transport-helper.o [2025-05-26T01:28:26.222Z] CC transport.o [2025-05-26T01:28:28.778Z] CC tree-diff.o [2025-05-26T01:28:30.699Z] CC tree-walk.o [2025-05-26T01:28:34.009Z] CC tree.o [2025-05-26T01:28:34.955Z] CC unpack-trees.o [2025-05-26T01:28:40.288Z] CC upload-pack.o [2025-05-26T01:28:44.506Z] CC url.o [2025-05-26T01:28:45.456Z] CC urlmatch.o [2025-05-26T01:28:47.378Z] CC usage.o [2025-05-26T01:28:48.771Z] CC userdiff.o [2025-05-26T01:28:50.163Z] CC utf8.o [2025-05-26T01:28:52.720Z] CC varint.o [2025-05-26T01:28:53.297Z] CC version.o [2025-05-26T01:28:54.251Z] CC versioncmp.o [2025-05-26T01:28:55.204Z] CC walker.o [2025-05-26T01:28:57.131Z] CC wildmatch.o [2025-05-26T01:28:58.536Z] CC worktree.o [2025-05-26T01:29:01.095Z] CC wrapper.o [2025-05-26T01:29:03.656Z] CC write-or-die.o [2025-05-26T01:29:04.232Z] CC ws.o [2025-05-26T01:29:06.157Z] CC wt-status.o [2025-05-26T01:29:12.768Z] CC xdiff-interface.o [2025-05-26T01:29:13.718Z] CC zlib.o [2025-05-26T01:29:15.113Z] CC unix-socket.o [2025-05-26T01:29:16.509Z] CC sha1dc_git.o [2025-05-26T01:29:17.460Z] CC sha1dc/sha1.o [2025-05-26T01:29:21.686Z] CC sha1dc/ubc_check.o [2025-05-26T01:29:23.080Z] CC sha256/block/sha256.o [2025-05-26T01:29:26.426Z] CC compat/fopen.o [2025-05-26T01:29:26.692Z] CC compat/strlcpy.o [2025-05-26T01:29:27.644Z] CC compat/qsort_s.o [2025-05-26T01:29:28.602Z] AR libgit.a [2025-05-26T01:29:29.553Z] CC xdiff/xdiffi.o [2025-05-26T01:29:33.008Z] CC xdiff/xemit.o [2025-05-26T01:29:33.975Z] CC xdiff/xhistogram.o [2025-05-26T01:29:35.925Z] CC xdiff/xmerge.o [2025-05-26T01:29:37.863Z] CC xdiff/xpatience.o [2025-05-26T01:29:39.259Z] CC xdiff/xprepare.o [2025-05-26T01:29:40.658Z] CC xdiff/xutils.o [2025-05-26T01:29:42.581Z] AR xdiff/lib.a [2025-05-26T01:29:42.581Z] LINK git-daemon [2025-05-26T01:29:43.529Z] CC http-backend.o [2025-05-26T01:29:46.094Z] LINK git-http-backend [2025-05-26T01:29:47.043Z] CC imap-send.o [2025-05-26T01:29:51.266Z] CC http.o [2025-05-26T01:29:52.214Z] http.c: In function 'get_curl_handle': [2025-05-26T01:29:52.214Z] http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-26T01:29:52.214Z] 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, [2025-05-26T01:29:52.214Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:29:52.214Z] In file included from http.h:6, [2025-05-26T01:29:52.214Z] from http.c:2: [2025-05-26T01:29:52.214Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1755:3: note: declared here [2025-05-26T01:29:52.214Z] 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, [2025-05-26T01:29:52.214Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:29:52.214Z] http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] [2025-05-26T01:29:52.214Z] 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, [2025-05-26T01:29:52.214Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:29:52.214Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1749:3: note: declared here [2025-05-26T01:29:52.214Z] 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, [2025-05-26T01:29:52.214Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:29:53.164Z] http.c: In function 'run_active_slot': [2025-05-26T01:29:53.164Z] http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] [2025-05-26T01:29:53.164Z] 1477 | slot->finished = &finished; [2025-05-26T01:29:53.164Z] | ~~~~~~~~~~~~~~~^~~~~~~~~~~ [2025-05-26T01:29:53.164Z] http.c:1475:13: note: 'finished' declared here [2025-05-26T01:29:53.164Z] 1475 | int finished = 0; [2025-05-26T01:29:53.164Z] | ^~~~~~~~ [2025-05-26T01:29:53.164Z] http.c:1475:13: note: 'slot' declared here [2025-05-26T01:29:57.390Z]  LINK git-imap-send [2025-05-26T01:29:59.319Z] CC sh-i18n--envsubst.o [2025-05-26T01:30:00.271Z] LINK git-sh-i18n--envsubst [2025-05-26T01:30:01.245Z] CC shell.o [2025-05-26T01:30:02.652Z] LINK git-shell [2025-05-26T01:30:03.610Z] CC http-walker.o [2025-05-26T01:30:06.175Z] CC http-fetch.o [2025-05-26T01:30:07.129Z] LINK git-http-fetch [2025-05-26T01:30:08.527Z] CC http-push.o [2025-05-26T01:30:09.480Z] http-push.c: In function 'curl_setup_http': [2025-05-26T01:30:09.480Z] http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] [2025-05-26T01:30:09.480Z] 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); [2025-05-26T01:30:09.480Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:30:09.480Z] In file included from http.h:6, [2025-05-26T01:30:09.480Z] from http-push.c:6: [2025-05-26T01:30:09.480Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1286:3: note: declared here [2025-05-26T01:30:09.480Z] 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, [2025-05-26T01:30:09.480Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:30:09.743Z] http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-26T01:30:09.743Z] 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); [2025-05-26T01:30:09.743Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:30:09.743Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-26T01:30:09.743Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-26T01:30:09.743Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:30:09.743Z] http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-26T01:30:09.743Z] 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); [2025-05-26T01:30:09.743Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:30:09.743Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-26T01:30:09.743Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-26T01:30:09.743Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:30:13.067Z]  LINK git-http-push [2025-05-26T01:30:14.465Z] CC remote-curl.o [2025-05-26T01:30:15.865Z] remote-curl.c: In function 'post_rpc': [2025-05-26T01:30:15.865Z] remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] [2025-05-26T01:30:15.865Z] 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); [2025-05-26T01:30:15.865Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:30:15.865Z] In file included from http.h:6, [2025-05-26T01:30:15.865Z] from remote-curl.c:7: [2025-05-26T01:30:15.865Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here [2025-05-26T01:30:15.865Z] 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, [2025-05-26T01:30:15.865Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:30:15.865Z] remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] [2025-05-26T01:30:15.865Z] 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); [2025-05-26T01:30:15.865Z] | ^~~~~~~~~~~~~~~~ [2025-05-26T01:30:15.865Z] /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here [2025-05-26T01:30:15.865Z] 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, [2025-05-26T01:30:15.865Z] | ^~~~~~~~~~~~~~~~~ [2025-05-26T01:30:19.193Z]  LINK git-remote-http [2025-05-26T01:30:20.593Z] LN/CP git-remote-https [2025-05-26T01:30:20.593Z] LN/CP git-remote-ftp [2025-05-26T01:30:20.593Z] LN/CP git-remote-ftps [2025-05-26T01:30:20.593Z]  * new script parameters [2025-05-26T01:30:20.593Z]  GEN git-bisect [2025-05-26T01:30:20.593Z] GEN git-difftool--helper [2025-05-26T01:30:20.593Z] GEN git-filter-branch [2025-05-26T01:30:20.593Z] GEN git-merge-octopus [2025-05-26T01:30:20.593Z] GEN git-merge-one-file [2025-05-26T01:30:20.593Z] GEN git-merge-resolve [2025-05-26T01:30:20.593Z] GEN git-mergetool [2025-05-26T01:30:20.593Z] GEN git-quiltimport [2025-05-26T01:30:20.593Z] GEN git-request-pull [2025-05-26T01:30:20.593Z] GEN git-submodule [2025-05-26T01:30:20.593Z] GEN git-web--browse [2025-05-26T01:30:20.593Z]  * new perl-specific parameters [2025-05-26T01:30:20.593Z]  GEN GIT-PERL-HEADER [2025-05-26T01:30:20.593Z] GEN git-add--interactive [2025-05-26T01:30:20.593Z] GEN git-archimport [2025-05-26T01:30:20.593Z] GEN git-cvsexportcommit [2025-05-26T01:30:20.593Z] GEN git-cvsimport [2025-05-26T01:30:20.593Z] GEN git-cvsserver [2025-05-26T01:30:20.593Z] GEN git-send-email [2025-05-26T01:30:20.593Z] GEN git-svn [2025-05-26T01:30:20.593Z]  * new Python interpreter location [2025-05-26T01:30:20.593Z]  GEN git-p4 [2025-05-26T01:30:20.593Z] GEN git-instaweb [2025-05-26T01:30:20.858Z] CC git.o [2025-05-26T01:30:23.422Z] CC builtin/add.o [2025-05-26T01:30:25.988Z] CC builtin/am.o [2025-05-26T01:30:32.607Z] CC builtin/annotate.o [2025-05-26T01:30:32.607Z] CC builtin/apply.o [2025-05-26T01:30:34.005Z] CC builtin/archive.o [2025-05-26T01:30:34.958Z] CC builtin/bisect--helper.o [2025-05-26T01:30:39.194Z] CC builtin/blame.o [2025-05-26T01:30:42.517Z] CC builtin/branch.o [2025-05-26T01:30:45.843Z] CC builtin/bugreport.o [2025-05-26T01:30:46.796Z] CC builtin/bundle.o [2025-05-26T01:30:48.199Z] CC builtin/cat-file.o [2025-05-26T01:30:50.768Z] CC builtin/check-attr.o [2025-05-26T01:30:52.170Z] CC builtin/check-ignore.o [2025-05-26T01:30:53.568Z] CC builtin/check-mailmap.o [2025-05-26T01:30:54.517Z] CC builtin/check-ref-format.o [2025-05-26T01:30:55.949Z] CC builtin/checkout-index.o [2025-05-26T01:30:57.348Z] CC builtin/checkout.o [2025-05-26T01:31:02.669Z] CC builtin/clean.o [2025-05-26T01:31:05.238Z] CC builtin/clone.o [2025-05-26T01:31:07.806Z] In function 'guess_dir_name', [2025-05-26T01:31:07.806Z] inlined from 'cmd_clone' at builtin/clone.c:1035:9: [2025-05-26T01:31:07.806Z] builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] [2025-05-26T01:31:07.806Z] 261 | if (memchr(start, '/', end - start) == NULL [2025-05-26T01:31:07.806Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2025-05-26T01:31:09.206Z]  CC builtin/column.o [2025-05-26T01:31:10.602Z] CC builtin/commit-graph.o [2025-05-26T01:31:12.529Z] CC builtin/commit-tree.o [2025-05-26T01:31:13.926Z] CC builtin/commit.o [2025-05-26T01:31:20.550Z] CC builtin/config.o [2025-05-26T01:31:23.879Z] CC builtin/count-objects.o [2025-05-26T01:31:25.271Z] CC builtin/credential-cache--daemon.o [2025-05-26T01:31:27.198Z] CC builtin/credential-cache.o [2025-05-26T01:31:28.590Z] CC builtin/credential-store.o [2025-05-26T01:31:29.988Z] CC builtin/credential.o [2025-05-26T01:31:31.386Z] CC builtin/describe.o [2025-05-26T01:31:33.955Z] CC builtin/diff-files.o [2025-05-26T01:31:35.354Z] CC builtin/diff-index.o [2025-05-26T01:31:36.770Z] CC builtin/diff-tree.o [2025-05-26T01:31:39.342Z] CC builtin/diff.o [2025-05-26T01:31:41.276Z] CC builtin/difftool.o [2025-05-26T01:31:44.595Z] CC builtin/env--helper.o [2025-05-26T01:31:45.995Z] CC builtin/fast-export.o [2025-05-26T01:31:50.234Z] CC builtin/fast-import.o [2025-05-26T01:32:02.498Z] CC builtin/fetch-pack.o [2025-05-26T01:32:02.498Z] CC builtin/fetch.o [2025-05-26T01:32:09.116Z] CC builtin/fmt-merge-msg.o [2025-05-26T01:32:09.382Z] CC builtin/for-each-ref.o [2025-05-26T01:32:11.315Z] CC builtin/for-each-repo.o [2025-05-26T01:32:12.264Z] CC builtin/fsck.o [2025-05-26T01:32:15.578Z] CC builtin/gc.o [2025-05-26T01:32:19.804Z] CC builtin/get-tar-commit-id.o [2025-05-26T01:32:20.473Z] CC builtin/grep.o [2025-05-26T01:32:27.113Z] CC builtin/hash-object.o [2025-05-26T01:32:27.694Z] GEN config-list.h [2025-05-26T01:32:27.694Z] CC builtin/help.o [2025-05-26T01:32:30.265Z] CC builtin/index-pack.o [2025-05-26T01:32:36.877Z] CC builtin/init-db.o [2025-05-26T01:32:39.434Z] CC builtin/interpret-trailers.o [2025-05-26T01:32:40.387Z] CC builtin/log.o [2025-05-26T01:32:48.551Z] CC builtin/ls-files.o [2025-05-26T01:32:50.477Z] CC builtin/ls-remote.o [2025-05-26T01:32:51.872Z] CC builtin/ls-tree.o [2025-05-26T01:32:53.273Z] CC builtin/mailinfo.o [2025-05-26T01:32:54.667Z] CC builtin/mailsplit.o [2025-05-26T01:32:56.592Z] CC builtin/merge-base.o [2025-05-26T01:32:57.992Z] CC builtin/merge-file.o [2025-05-26T01:32:59.390Z] CC builtin/merge-index.o [2025-05-26T01:33:00.790Z] CC builtin/merge-ours.o [2025-05-26T01:33:02.193Z] CC builtin/merge-recursive.o [2025-05-26T01:33:03.593Z] CC builtin/merge-tree.o [2025-05-26T01:33:05.517Z] CC builtin/merge.o [2025-05-26T01:33:10.964Z] CC builtin/mktag.o [2025-05-26T01:33:11.912Z] CC builtin/mktree.o [2025-05-26T01:33:13.848Z] CC builtin/multi-pack-index.o [2025-05-26T01:33:15.256Z] CC builtin/mv.o [2025-05-26T01:33:17.196Z] CC builtin/name-rev.o [2025-05-26T01:33:20.529Z] CC builtin/notes.o [2025-05-26T01:33:23.865Z] CC builtin/pack-objects.o [2025-05-26T01:33:36.184Z] CC builtin/pack-redundant.o [2025-05-26T01:33:39.522Z] CC builtin/pack-refs.o [2025-05-26T01:33:40.480Z] CC builtin/patch-id.o [2025-05-26T01:33:42.420Z] CC builtin/prune-packed.o [2025-05-26T01:33:43.824Z] CC builtin/prune.o [2025-05-26T01:33:45.762Z] CC builtin/pull.o [2025-05-26T01:33:49.095Z] CC builtin/push.o [2025-05-26T01:33:52.422Z] CC builtin/range-diff.o [2025-05-26T01:33:53.374Z] CC builtin/read-tree.o [2025-05-26T01:33:55.306Z] CC builtin/rebase.o [2025-05-26T01:34:03.947Z] CC builtin/receive-pack.o [2025-05-26T01:34:12.413Z] CC builtin/reflog.o [2025-05-26T01:34:14.348Z] CC builtin/remote-ext.o [2025-05-26T01:34:15.749Z] CC builtin/remote-fd.o [2025-05-26T01:34:17.151Z] CC builtin/remote.o [2025-05-26T01:34:23.783Z] CC builtin/repack.o [2025-05-26T01:34:25.726Z] CC builtin/replace.o [2025-05-26T01:34:28.301Z] CC builtin/rerere.o [2025-05-26T01:34:29.704Z] CC builtin/reset.o [2025-05-26T01:34:32.277Z] CC builtin/rev-list.o [2025-05-26T01:34:34.852Z] CC builtin/rev-parse.o [2025-05-26T01:34:39.633Z] CC builtin/revert.o [2025-05-26T01:34:42.214Z] CC builtin/rm.o [2025-05-26T01:34:44.451Z] CC builtin/send-pack.o [2025-05-26T01:34:47.354Z] CC builtin/shortlog.o [2025-05-26T01:34:49.998Z] CC builtin/show-branch.o [2025-05-26T01:34:54.256Z] CC builtin/show-index.o [2025-05-26T01:34:55.662Z] CC builtin/show-ref.o [2025-05-26T01:34:57.602Z] CC builtin/sparse-checkout.o [2025-05-26T01:35:00.181Z] CC builtin/stash.o [2025-05-26T01:35:05.522Z] CC builtin/stripspace.o [2025-05-26T01:35:06.103Z] CC builtin/submodule--helper.o [2025-05-26T01:35:14.925Z] CC builtin/symbolic-ref.o [2025-05-26T01:35:15.883Z] CC builtin/tag.o [2025-05-26T01:35:20.140Z] CC builtin/unpack-file.o [2025-05-26T01:35:21.547Z] CC builtin/unpack-objects.o [2025-05-26T01:35:24.890Z] CC builtin/update-index.o [2025-05-26T01:35:30.856Z] CC builtin/update-ref.o [2025-05-26T01:35:32.806Z] CC builtin/update-server-info.o [2025-05-26T01:35:34.277Z] CC builtin/upload-archive.o [2025-05-26T01:35:35.677Z] CC builtin/upload-pack.o [2025-05-26T01:35:36.632Z] CC builtin/var.o [2025-05-26T01:35:38.032Z] CC builtin/verify-commit.o [2025-05-26T01:35:38.994Z] CC builtin/verify-pack.o [2025-05-26T01:35:40.400Z] CC builtin/verify-tag.o [2025-05-26T01:35:41.798Z] CC builtin/worktree.o [2025-05-26T01:35:45.121Z] CC builtin/write-tree.o [2025-05-26T01:35:46.070Z] LINK git [2025-05-26T01:35:48.003Z] BUILTIN git-add [2025-05-26T01:35:48.003Z] BUILTIN git-am [2025-05-26T01:35:48.003Z] BUILTIN git-annotate [2025-05-26T01:35:48.003Z] BUILTIN git-apply [2025-05-26T01:35:48.003Z] BUILTIN git-archive [2025-05-26T01:35:48.003Z] BUILTIN git-bisect--helper [2025-05-26T01:35:48.003Z] BUILTIN git-blame [2025-05-26T01:35:48.003Z] BUILTIN git-branch [2025-05-26T01:35:48.003Z] BUILTIN git-bugreport [2025-05-26T01:35:48.003Z] BUILTIN git-bundle [2025-05-26T01:35:48.003Z] BUILTIN git-cat-file [2025-05-26T01:35:48.003Z] BUILTIN git-check-attr [2025-05-26T01:35:48.003Z] BUILTIN git-check-ignore [2025-05-26T01:35:48.003Z] BUILTIN git-check-mailmap [2025-05-26T01:35:48.003Z] BUILTIN git-check-ref-format [2025-05-26T01:35:48.003Z] BUILTIN git-checkout-index [2025-05-26T01:35:48.003Z] BUILTIN git-checkout [2025-05-26T01:35:48.003Z] BUILTIN git-clean [2025-05-26T01:35:48.003Z] BUILTIN git-clone [2025-05-26T01:35:48.003Z] BUILTIN git-column [2025-05-26T01:35:48.003Z] BUILTIN git-commit-graph [2025-05-26T01:35:48.003Z] BUILTIN git-commit-tree [2025-05-26T01:35:48.003Z] BUILTIN git-commit [2025-05-26T01:35:48.003Z] BUILTIN git-config [2025-05-26T01:35:48.003Z] BUILTIN git-count-objects [2025-05-26T01:35:48.003Z] BUILTIN git-credential-cache--daemon [2025-05-26T01:35:48.003Z] BUILTIN git-credential-cache [2025-05-26T01:35:48.003Z] BUILTIN git-credential-store [2025-05-26T01:35:48.003Z] BUILTIN git-credential [2025-05-26T01:35:48.003Z] BUILTIN git-describe [2025-05-26T01:35:48.003Z] BUILTIN git-diff-files [2025-05-26T01:35:48.003Z] BUILTIN git-diff-index [2025-05-26T01:35:48.003Z] BUILTIN git-diff-tree [2025-05-26T01:35:48.003Z] BUILTIN git-diff [2025-05-26T01:35:48.003Z] BUILTIN git-difftool [2025-05-26T01:35:48.003Z] BUILTIN git-env--helper [2025-05-26T01:35:48.003Z] BUILTIN git-fast-export [2025-05-26T01:35:48.003Z] BUILTIN git-fast-import [2025-05-26T01:35:48.003Z] BUILTIN git-fetch-pack [2025-05-26T01:35:48.003Z] BUILTIN git-fetch [2025-05-26T01:35:48.003Z] BUILTIN git-fmt-merge-msg [2025-05-26T01:35:48.003Z] BUILTIN git-for-each-ref [2025-05-26T01:35:48.003Z] BUILTIN git-for-each-repo [2025-05-26T01:35:48.003Z] BUILTIN git-fsck [2025-05-26T01:35:48.003Z] BUILTIN git-gc [2025-05-26T01:35:48.003Z] BUILTIN git-get-tar-commit-id [2025-05-26T01:35:48.003Z] BUILTIN git-grep [2025-05-26T01:35:48.003Z] BUILTIN git-hash-object [2025-05-26T01:35:48.003Z] BUILTIN git-help [2025-05-26T01:35:48.003Z] BUILTIN git-index-pack [2025-05-26T01:35:48.003Z] BUILTIN git-init-db [2025-05-26T01:35:48.003Z] BUILTIN git-interpret-trailers [2025-05-26T01:35:48.003Z] BUILTIN git-log [2025-05-26T01:35:48.003Z] BUILTIN git-ls-files [2025-05-26T01:35:48.003Z] BUILTIN git-ls-remote [2025-05-26T01:35:48.003Z] BUILTIN git-ls-tree [2025-05-26T01:35:48.003Z] BUILTIN git-mailinfo [2025-05-26T01:35:48.003Z] BUILTIN git-mailsplit [2025-05-26T01:35:48.003Z] BUILTIN git-merge-base [2025-05-26T01:35:48.003Z] BUILTIN git-merge-file [2025-05-26T01:35:48.003Z] BUILTIN git-merge-index [2025-05-26T01:35:48.003Z] BUILTIN git-merge-ours [2025-05-26T01:35:48.003Z] BUILTIN git-merge-recursive [2025-05-26T01:35:48.003Z] BUILTIN git-merge-tree [2025-05-26T01:35:48.003Z] BUILTIN git-merge [2025-05-26T01:35:48.003Z] BUILTIN git-mktag [2025-05-26T01:35:48.003Z] BUILTIN git-mktree [2025-05-26T01:35:48.003Z] BUILTIN git-multi-pack-index [2025-05-26T01:35:48.003Z] BUILTIN git-mv [2025-05-26T01:35:48.003Z] BUILTIN git-name-rev [2025-05-26T01:35:48.003Z] BUILTIN git-notes [2025-05-26T01:35:48.003Z] BUILTIN git-pack-objects [2025-05-26T01:35:48.003Z] BUILTIN git-pack-redundant [2025-05-26T01:35:48.003Z] BUILTIN git-pack-refs [2025-05-26T01:35:48.268Z] BUILTIN git-patch-id [2025-05-26T01:35:48.268Z] BUILTIN git-prune-packed [2025-05-26T01:35:48.268Z] BUILTIN git-prune [2025-05-26T01:35:48.268Z] BUILTIN git-pull [2025-05-26T01:35:48.268Z] BUILTIN git-push [2025-05-26T01:35:48.268Z] BUILTIN git-range-diff [2025-05-26T01:35:48.268Z] BUILTIN git-read-tree [2025-05-26T01:35:48.268Z] BUILTIN git-rebase [2025-05-26T01:35:48.268Z] BUILTIN git-receive-pack [2025-05-26T01:35:48.268Z] BUILTIN git-reflog [2025-05-26T01:35:48.268Z] BUILTIN git-remote-ext [2025-05-26T01:35:48.268Z] BUILTIN git-remote-fd [2025-05-26T01:35:48.268Z] BUILTIN git-remote [2025-05-26T01:35:48.268Z] BUILTIN git-repack [2025-05-26T01:35:48.268Z] BUILTIN git-replace [2025-05-26T01:35:48.268Z] BUILTIN git-rerere [2025-05-26T01:35:48.268Z] BUILTIN git-reset [2025-05-26T01:35:48.268Z] BUILTIN git-rev-list [2025-05-26T01:35:48.268Z] BUILTIN git-rev-parse [2025-05-26T01:35:48.268Z] BUILTIN git-revert [2025-05-26T01:35:48.268Z] BUILTIN git-rm [2025-05-26T01:35:48.268Z] BUILTIN git-send-pack [2025-05-26T01:35:48.268Z] BUILTIN git-shortlog [2025-05-26T01:35:48.268Z] BUILTIN git-show-branch [2025-05-26T01:35:48.268Z] BUILTIN git-show-index [2025-05-26T01:35:48.268Z] BUILTIN git-show-ref [2025-05-26T01:35:48.268Z] BUILTIN git-sparse-checkout [2025-05-26T01:35:48.268Z] BUILTIN git-stash [2025-05-26T01:35:48.268Z] BUILTIN git-stripspace [2025-05-26T01:35:48.268Z] BUILTIN git-submodule--helper [2025-05-26T01:35:48.268Z] BUILTIN git-symbolic-ref [2025-05-26T01:35:48.268Z] BUILTIN git-tag [2025-05-26T01:35:48.268Z] BUILTIN git-unpack-file [2025-05-26T01:35:48.268Z] BUILTIN git-unpack-objects [2025-05-26T01:35:48.268Z] BUILTIN git-update-index [2025-05-26T01:35:48.268Z] BUILTIN git-update-ref [2025-05-26T01:35:48.268Z] BUILTIN git-update-server-info [2025-05-26T01:35:48.533Z] BUILTIN git-upload-archive [2025-05-26T01:35:48.533Z] BUILTIN git-upload-pack [2025-05-26T01:35:48.533Z] BUILTIN git-var [2025-05-26T01:35:48.533Z] BUILTIN git-verify-commit [2025-05-26T01:35:48.533Z] BUILTIN git-verify-pack [2025-05-26T01:35:48.533Z] BUILTIN git-verify-tag [2025-05-26T01:35:48.533Z] BUILTIN git-worktree [2025-05-26T01:35:48.533Z] BUILTIN git-write-tree [2025-05-26T01:35:48.533Z] BUILTIN git-cherry [2025-05-26T01:35:48.533Z] BUILTIN git-cherry-pick [2025-05-26T01:35:48.533Z] BUILTIN git-format-patch [2025-05-26T01:35:48.533Z] BUILTIN git-fsck-objects [2025-05-26T01:35:48.533Z] BUILTIN git-init [2025-05-26T01:35:48.533Z] BUILTIN git-maintenance [2025-05-26T01:35:48.533Z] BUILTIN git-merge-subtree [2025-05-26T01:35:48.533Z] BUILTIN git-restore [2025-05-26T01:35:48.533Z] BUILTIN git-show [2025-05-26T01:35:48.533Z] BUILTIN git-stage [2025-05-26T01:35:48.533Z] BUILTIN git-status [2025-05-26T01:35:48.533Z] BUILTIN git-switch [2025-05-26T01:35:48.533Z] BUILTIN git-whatchanged [2025-05-26T01:35:48.533Z] GEN git-mergetool--lib [2025-05-26T01:35:48.533Z] GEN git-rebase--preserve-merges [2025-05-26T01:35:48.533Z] GEN git-sh-i18n [2025-05-26T01:35:48.533Z] GEN git-sh-setup [2025-05-26T01:35:48.533Z] SUBDIR git-gui [2025-05-26T01:35:48.533Z] GITGUI_VERSION = 0.21.0.99.gdf4f9e [2025-05-26T01:35:48.797Z]  * new locations or Tcl/Tk interpreter [2025-05-26T01:35:48.797Z]  GEN git-gui [2025-05-26T01:35:48.797Z] INDEX lib/ [2025-05-26T01:35:48.797Z]  * tclsh failed; using unoptimized loading [2025-05-26T01:35:48.797Z]  MSGFMT po/bg.msg 565 translated. [2025-05-26T01:35:48.797Z] MSGFMT po/de.msg 579 translated. [2025-05-26T01:35:49.061Z] MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. [2025-05-26T01:35:49.061Z] MSGFMT po/fr.msg 520 translated. [2025-05-26T01:35:49.061Z] MSGFMT po/hu.msg 514 translated. [2025-05-26T01:35:49.061Z] MSGFMT po/it.msg 519 translated, 1 untranslated. [2025-05-26T01:35:49.061Z] MSGFMT po/ja.msg 546 translated, 1 untranslated. [2025-05-26T01:35:49.326Z] MSGFMT po/nb.msg 474 translated, 39 untranslated. [2025-05-26T01:35:49.326Z] MSGFMT po/pt_br.msg 520 translated. [2025-05-26T01:35:49.326Z] MSGFMT po/pt_pt.msg 550 translated. [2025-05-26T01:35:49.326Z] MSGFMT po/ru.msg 579 translated. [2025-05-26T01:35:49.326Z] MSGFMT po/sv.msg 547 translated. [2025-05-26T01:35:49.590Z] MSGFMT po/vi.msg 543 translated. [2025-05-26T01:35:49.590Z] MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. [2025-05-26T01:35:49.590Z] SUBDIR gitk-git [2025-05-26T01:35:49.590Z]  * new Tcl/Tk interpreter location [2025-05-26T01:35:49.590Z]  GEN gitk-wish [2025-05-26T01:35:49.590Z] Generating catalog po/bg.msg [2025-05-26T01:35:49.590Z] msgfmt --statistics --tcl po/bg.po -l bg -d po/ [2025-05-26T01:35:49.590Z] 317 translated messages. [2025-05-26T01:35:49.590Z] Generating catalog po/ca.msg [2025-05-26T01:35:49.590Z] msgfmt --statistics --tcl po/ca.po -l ca -d po/ [2025-05-26T01:35:49.590Z] 307 translated messages. [2025-05-26T01:35:49.590Z] Generating catalog po/de.msg [2025-05-26T01:35:49.590Z] msgfmt --statistics --tcl po/de.po -l de -d po/ [2025-05-26T01:35:49.590Z] 307 translated messages. [2025-05-26T01:35:49.590Z] Generating catalog po/es.msg [2025-05-26T01:35:49.590Z] msgfmt --statistics --tcl po/es.po -l es -d po/ [2025-05-26T01:35:49.590Z] 184 translated messages, 46 fuzzy translations, 77 untranslated messages. [2025-05-26T01:35:49.590Z] Generating catalog po/fr.msg [2025-05-26T01:35:49.590Z] msgfmt --statistics --tcl po/fr.po -l fr -d po/ [2025-05-26T01:35:49.590Z] 311 translated messages. [2025-05-26T01:35:49.590Z] Generating catalog po/hu.msg [2025-05-26T01:35:49.590Z] msgfmt --statistics --tcl po/hu.po -l hu -d po/ [2025-05-26T01:35:49.854Z] 277 translated messages, 18 fuzzy translations, 12 untranslated messages. [2025-05-26T01:35:49.854Z] Generating catalog po/it.msg [2025-05-26T01:35:49.854Z] msgfmt --statistics --tcl po/it.po -l it -d po/ [2025-05-26T01:35:49.854Z] 274 translated messages, 17 fuzzy translations, 16 untranslated messages. [2025-05-26T01:35:49.854Z] Generating catalog po/ja.msg [2025-05-26T01:35:49.854Z] msgfmt --statistics --tcl po/ja.po -l ja -d po/ [2025-05-26T01:35:49.854Z] 311 translated messages. [2025-05-26T01:35:49.855Z] Generating catalog po/pt_br.msg [2025-05-26T01:35:49.855Z] msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ [2025-05-26T01:35:49.855Z] 279 translated messages, 16 fuzzy translations, 12 untranslated messages. [2025-05-26T01:35:49.855Z] Generating catalog po/pt_pt.msg [2025-05-26T01:35:49.855Z] msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ [2025-05-26T01:35:49.855Z] 311 translated messages. [2025-05-26T01:35:49.855Z] Generating catalog po/ru.msg [2025-05-26T01:35:49.855Z] msgfmt --statistics --tcl po/ru.po -l ru -d po/ [2025-05-26T01:35:49.855Z] 317 translated messages. [2025-05-26T01:35:49.855Z] Generating catalog po/sv.msg [2025-05-26T01:35:49.855Z] msgfmt --statistics --tcl po/sv.po -l sv -d po/ [2025-05-26T01:35:49.855Z] 311 translated messages. [2025-05-26T01:35:49.855Z] Generating catalog po/vi.msg [2025-05-26T01:35:49.855Z] msgfmt --statistics --tcl po/vi.po -l vi -d po/ [2025-05-26T01:35:49.855Z] 307 translated messages. [2025-05-26T01:35:49.855Z] Generating catalog po/zh_cn.msg [2025-05-26T01:35:49.855Z] msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ [2025-05-26T01:35:49.855Z] 317 translated messages. [2025-05-26T01:35:49.855Z]  SUBDIR templates [2025-05-26T01:35:50.436Z] MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo [2025-05-26T01:35:50.703Z] 5104 translated messages. [2025-05-26T01:35:50.703Z]  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo [2025-05-26T01:35:50.967Z] 4386 translated messages, 652 fuzzy translations. [2025-05-26T01:35:50.967Z]  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo [2025-05-26T01:35:51.230Z] 5104 translated messages. [2025-05-26T01:35:51.230Z]  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo [2025-05-26T01:35:51.494Z] 1038 translated messages, 3325 untranslated messages. [2025-05-26T01:35:51.494Z]  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo [2025-05-26T01:35:51.757Z] 5104 translated messages. [2025-05-26T01:35:51.757Z]  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo [2025-05-26T01:35:52.334Z] 5104 translated messages. [2025-05-26T01:35:52.334Z]  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo [2025-05-26T01:35:52.334Z] 583 translated messages, 4521 untranslated messages. [2025-05-26T01:35:52.334Z]  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo [2025-05-26T01:35:52.334Z] 14 translated messages. [2025-05-26T01:35:52.334Z]  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo [2025-05-26T01:35:52.917Z] 5013 translated messages. [2025-05-26T01:35:52.917Z]  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo [2025-05-26T01:35:52.917Z] 3608 translated messages. [2025-05-26T01:35:52.917Z]  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo [2025-05-26T01:35:53.496Z] 5103 translated messages. [2025-05-26T01:35:53.496Z]  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo [2025-05-26T01:35:53.761Z] 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. [2025-05-26T01:35:53.761Z]  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo [2025-05-26T01:35:54.028Z] 3441 translated messages, 1596 untranslated messages. [2025-05-26T01:35:54.028Z]  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo [2025-05-26T01:35:54.354Z] 5104 translated messages. [2025-05-26T01:35:54.354Z]  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo [2025-05-26T01:35:54.624Z] 5104 translated messages. [2025-05-26T01:35:54.624Z]  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo [2025-05-26T01:35:55.205Z] 5104 translated messages. [2025-05-26T01:35:55.205Z]  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo [2025-05-26T01:35:55.474Z] 5104 translated messages. [2025-05-26T01:35:55.474Z]  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo [2025-05-26T01:35:55.739Z] 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. [2025-05-26T01:35:55.739Z]  GEN perl/build/lib/Git.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/I18N.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/IndexInfo.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/LoadCPAN.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/Packet.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/SVN.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/LoadCPAN/Error.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/SVN/Editor.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/SVN/Fetcher.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/SVN/GlobSpec.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/SVN/Log.pm [2025-05-26T01:35:55.739Z] GEN perl/build/lib/Git/SVN/Migration.pm [2025-05-26T01:35:56.005Z] GEN perl/build/lib/Git/SVN/Prompt.pm [2025-05-26T01:35:56.005Z] GEN perl/build/lib/Git/SVN/Ra.pm [2025-05-26T01:35:56.005Z] GEN perl/build/lib/Git/SVN/Utils.pm [2025-05-26T01:35:56.005Z] GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm [2025-05-26T01:35:56.005Z] GEN perl/build/lib/Git/SVN/Memoize/YAML.pm [2025-05-26T01:35:56.005Z] GEN perl/build/lib/FromCPAN/Error.pm [2025-05-26T01:35:56.006Z] GEN perl/build/lib/FromCPAN/Mail/Address.pm [2025-05-26T01:35:56.006Z] CC t/helper/test-fake-ssh.o [2025-05-26T01:35:56.959Z] LINK t/helper/test-fake-ssh [2025-05-26T01:35:57.916Z] CC t/helper/test-tool.o [2025-05-26T01:35:59.311Z] CC t/helper/test-advise.o [2025-05-26T01:36:00.262Z] CC t/helper/test-bloom.o [2025-05-26T01:36:01.213Z] CC t/helper/test-chmtime.o [2025-05-26T01:36:02.610Z] CC t/helper/test-config.o [2025-05-26T01:36:03.562Z] CC t/helper/test-crontab.o [2025-05-26T01:36:04.959Z] CC t/helper/test-ctype.o [2025-05-26T01:36:05.910Z] CC t/helper/test-date.o [2025-05-26T01:36:07.314Z] CC t/helper/test-delta.o [2025-05-26T01:36:08.716Z] CC t/helper/test-dir-iterator.o [2025-05-26T01:36:09.676Z] CC t/helper/test-drop-caches.o [2025-05-26T01:36:10.626Z] CC t/helper/test-dump-cache-tree.o [2025-05-26T01:36:12.029Z] CC t/helper/test-dump-fsmonitor.o [2025-05-26T01:36:13.428Z] CC t/helper/test-dump-split-index.o [2025-05-26T01:36:14.379Z] CC t/helper/test-dump-untracked-cache.o [2025-05-26T01:36:15.778Z] CC t/helper/test-example-decorate.o [2025-05-26T01:36:17.180Z] CC t/helper/test-fast-rebase.o [2025-05-26T01:36:18.579Z] CC t/helper/test-genrandom.o [2025-05-26T01:36:19.572Z] CC t/helper/test-genzeros.o [2025-05-26T01:36:20.990Z] CC t/helper/test-hash-speed.o [2025-05-26T01:36:22.392Z] CC t/helper/test-hash.o [2025-05-26T01:36:23.347Z] CC t/helper/test-hashmap.o [2025-05-26T01:36:25.284Z] CC t/helper/test-index-version.o [2025-05-26T01:36:26.246Z] CC t/helper/test-json-writer.o [2025-05-26T01:36:28.185Z] CC t/helper/test-lazy-init-name-hash.o [2025-05-26T01:36:30.126Z] CC t/helper/test-match-trees.o [2025-05-26T01:36:31.532Z] CC t/helper/test-mergesort.o [2025-05-26T01:36:32.490Z] CC t/helper/test-mktemp.o [2025-05-26T01:36:33.448Z] CC t/helper/test-oid-array.o [2025-05-26T01:36:34.403Z] CC t/helper/test-oidmap.o [2025-05-26T01:36:35.807Z] CC t/helper/test-online-cpus.o [2025-05-26T01:36:36.760Z] CC t/helper/test-parse-options.o [2025-05-26T01:36:39.330Z] CC t/helper/test-parse-pathspec-file.o [2025-05-26T01:36:40.285Z] CC t/helper/test-path-utils.o [2025-05-26T01:36:42.217Z] CC t/helper/test-pcre2-config.o [2025-05-26T01:36:43.624Z] CC t/helper/test-pkt-line.o [2025-05-26T01:36:45.028Z] CC t/helper/test-prio-queue.o [2025-05-26T01:36:45.985Z] CC t/helper/test-proc-receive.o [2025-05-26T01:36:47.968Z] CC t/helper/test-progress.o [2025-05-26T01:36:48.920Z] CC t/helper/test-reach.o [2025-05-26T01:36:50.320Z] CC t/helper/test-read-cache.o [2025-05-26T01:36:51.725Z] CC t/helper/test-read-graph.o [2025-05-26T01:36:53.128Z] CC t/helper/test-read-midx.o [2025-05-26T01:36:54.086Z] CC t/helper/test-ref-store.o [2025-05-26T01:36:56.662Z] CC t/helper/test-regex.o [2025-05-26T01:36:57.244Z] CC t/helper/test-repository.o [2025-05-26T01:36:58.648Z] CC t/helper/test-revision-walking.o [2025-05-26T01:37:00.048Z] CC t/helper/test-run-command.o [2025-05-26T01:37:01.981Z] CC t/helper/test-scrap-cache-tree.o [2025-05-26T01:37:02.942Z] CC t/helper/test-serve-v2.o [2025-05-26T01:37:04.343Z] CC t/helper/test-sha1.o [2025-05-26T01:37:05.297Z] CC t/helper/test-sha256.o [2025-05-26T01:37:06.697Z] CC t/helper/test-sigchain.o [2025-05-26T01:37:07.652Z] CC t/helper/test-strcmp-offset.o [2025-05-26T01:37:09.050Z] CC t/helper/test-string-list.o [2025-05-26T01:37:10.444Z] CC t/helper/test-submodule-config.o [2025-05-26T01:37:11.396Z] CC t/helper/test-submodule-nested-repo-config.o [2025-05-26T01:37:12.792Z] CC t/helper/test-subprocess.o [2025-05-26T01:37:13.831Z] CC t/helper/test-trace2.o [2025-05-26T01:37:15.255Z] CC t/helper/test-urlmatch-normalization.o [2025-05-26T01:37:16.212Z] CC t/helper/test-wildmatch.o [2025-05-26T01:37:17.620Z] CC t/helper/test-windows-named-pipe.o [2025-05-26T01:37:18.579Z] CC t/helper/test-write-cache.o [2025-05-26T01:37:19.981Z] CC t/helper/test-xml-encode.o [2025-05-26T01:37:20.936Z] LINK t/helper/test-tool [2025-05-26T01:37:22.338Z] GEN bin-wrappers/git [2025-05-26T01:37:22.338Z] GEN bin-wrappers/git-receive-pack [2025-05-26T01:37:22.338Z] GEN bin-wrappers/git-shell [2025-05-26T01:37:22.338Z] GEN bin-wrappers/git-upload-archive [2025-05-26T01:37:22.338Z] GEN bin-wrappers/git-upload-pack [2025-05-26T01:37:22.338Z] GEN bin-wrappers/git-cvsserver [2025-05-26T01:37:22.338Z] GEN bin-wrappers/test-fake-ssh [2025-05-26T01:37:22.338Z] GEN bin-wrappers/test-tool [2025-05-26T01:37:22.919Z] SUBDIR git-gui [2025-05-26T01:37:23.184Z] SUBDIR gitk-git [2025-05-26T01:37:23.184Z] SUBDIR templates [2025-05-26T01:37:23.184Z] install -d -m 755 '/usr/local/bin' [2025-05-26T01:37:23.184Z] install -d -m 755 '/usr/local/libexec/git-core' [2025-05-26T01:37:23.184Z] install git-daemon git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-http-fetch git-http-push git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-bisect git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-request-pull git-submodule git-web--browse git-add--interactive git-archimport git-cvsexportcommit git-cvsimport git-cvsserver git-send-email git-svn git-p4 git-instaweb '/usr/local/libexec/git-core' [2025-05-26T01:37:23.763Z] install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' [2025-05-26T01:37:23.763Z] install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' [2025-05-26T01:37:24.345Z] make -C templates DESTDIR='' install [2025-05-26T01:37:24.345Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' [2025-05-26T01:37:24.345Z] install -d -m 755 '/usr/local/share/git-core/templates' [2025-05-26T01:37:24.345Z] (cd blt && tar cf - .) | \ [2025-05-26T01:37:24.345Z] (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) [2025-05-26T01:37:24.345Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' [2025-05-26T01:37:24.345Z] install -d -m 755 '/usr/local/libexec/git-core/mergetools' [2025-05-26T01:37:24.345Z] install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' [2025-05-26T01:37:24.345Z] install -d -m 755 '/usr/local/share/locale' [2025-05-26T01:37:24.345Z] (cd po/build/locale && tar cf - .) | \ [2025-05-26T01:37:24.345Z] (cd '/usr/local/share/locale' && umask 022 && tar xof -) [2025-05-26T01:37:24.345Z] install -d -m 755 '/usr/local/share/perl5' [2025-05-26T01:37:24.345Z] (cd perl/build/lib && tar cf - .) | \ [2025-05-26T01:37:24.345Z] (cd '/usr/local/share/perl5' && umask 022 && tar xof -) [2025-05-26T01:37:24.345Z] make -C gitweb install [2025-05-26T01:37:24.345Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-26T01:37:24.345Z] make[2]: Entering directory '/opt/pygsver/git-2.31.1' [2025-05-26T01:37:24.925Z] make[2]: 'GIT-VERSION-FILE' is up to date. [2025-05-26T01:37:24.925Z] make[2]: Leaving directory '/opt/pygsver/git-2.31.1' [2025-05-26T01:37:24.925Z] GEN gitweb.cgi [2025-05-26T01:37:25.189Z] GEN static/gitweb.js [2025-05-26T01:37:25.189Z] install -d -m 755 '/usr/local/share/gitweb' [2025-05-26T01:37:25.189Z] install -m 755 gitweb.cgi '/usr/local/share/gitweb' [2025-05-26T01:37:25.189Z] install -d -m 755 '/usr/local/share/gitweb/static' [2025-05-26T01:37:25.189Z] install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' [2025-05-26T01:37:25.189Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' [2025-05-26T01:37:25.189Z] make -C gitk-git install [2025-05-26T01:37:25.189Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-26T01:37:25.189Z] install -d -m 755 '/usr/local/bin' [2025-05-26T01:37:25.189Z] install -m 755 gitk-wish '/usr/local/bin'/gitk [2025-05-26T01:37:25.189Z] install -d -m 755 '/usr/local/share/gitk/lib/msgs' [2025-05-26T01:37:25.189Z] install -m 644 po/bg.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ca.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/de.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/es.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/fr.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/hu.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/it.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ja.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_br.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/pt_pt.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/ru.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/sv.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/vi.msg '/usr/local/share/gitk/lib/msgs' && install -m 644 po/zh_cn.msg '/usr/local/share/gitk/lib/msgs' && true [2025-05-26T01:37:25.189Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' [2025-05-26T01:37:25.189Z] make -C git-gui gitexecdir='/usr/local/libexec/git-core' install [2025-05-26T01:37:25.189Z] make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-26T01:37:25.454Z] DEST /usr/local/libexec/git-core [2025-05-26T01:37:25.454Z] INSTALL 755 git-gui [2025-05-26T01:37:25.454Z] INSTALL 755 git-gui--askpass [2025-05-26T01:37:25.454Z] LINK git-citool -> git-gui [2025-05-26T01:37:25.454Z] DEST /usr/local/share/git-gui/lib [2025-05-26T01:37:25.454Z] INSTALL 644 tclIndex [2025-05-26T01:37:25.454Z] INSTALL 644 about.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 blame.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 branch.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 branch_checkout.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 branch_create.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 branch_delete.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 branch_rename.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 browser.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 checkout_op.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 choose_font.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 choose_repository.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 choose_rev.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 chord.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 class.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 commit.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 console.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 database.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 date.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 diff.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 encoding.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 error.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 index.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 line.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 logo.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 merge.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 mergetool.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 option.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 remote.tcl [2025-05-26T01:37:25.454Z] INSTALL 644 remote_add.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 remote_branch_delete.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 search.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 shortcut.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 spellcheck.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 sshkey.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 status_bar.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 themed.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 tools.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 tools_dlg.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 transport.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 win32.tcl [2025-05-26T01:37:25.719Z] INSTALL 644 git-gui.ico [2025-05-26T01:37:25.719Z] INSTALL 644 win32_shortcut.js [2025-05-26T01:37:25.719Z] DEST /usr/local/share/git-gui/lib/msgs [2025-05-26T01:37:25.719Z] INSTALL 644 bg.msg [2025-05-26T01:37:25.719Z] INSTALL 644 de.msg [2025-05-26T01:37:25.719Z] INSTALL 644 el.msg [2025-05-26T01:37:25.719Z] INSTALL 644 fr.msg [2025-05-26T01:37:25.719Z] INSTALL 644 hu.msg [2025-05-26T01:37:25.719Z] INSTALL 644 it.msg [2025-05-26T01:37:25.719Z] INSTALL 644 ja.msg [2025-05-26T01:37:25.719Z] INSTALL 644 nb.msg [2025-05-26T01:37:25.719Z] INSTALL 644 pt_br.msg [2025-05-26T01:37:25.719Z] INSTALL 644 pt_pt.msg [2025-05-26T01:37:25.719Z] INSTALL 644 ru.msg [2025-05-26T01:37:25.719Z] INSTALL 644 sv.msg [2025-05-26T01:37:25.719Z] INSTALL 644 vi.msg [2025-05-26T01:37:25.719Z] INSTALL 644 zh_cn.msg [2025-05-26T01:37:25.719Z] make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' [2025-05-26T01:37:25.719Z] bindir=$(cd '/usr/local/bin' && pwd) && \ [2025-05-26T01:37:25.719Z] execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ [2025-05-26T01:37:25.719Z] destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ [2025-05-26T01:37:25.719Z] { test "$bindir/" = "$execdir/" || \ [2025-05-26T01:37:25.719Z] for p in git git-shell git-cvsserver; do \ [2025-05-26T01:37:25.719Z] rm -f "$execdir/$p" && \ [2025-05-26T01:37:25.719Z] test -n "" && \ [2025-05-26T01:37:25.719Z] ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ [2025-05-26T01:37:25.719Z] { test -z "" && \ [2025-05-26T01:37:25.719Z] ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] cp "$bindir/$p" "$execdir/$p" || exit; } \ [2025-05-26T01:37:25.719Z] done; \ [2025-05-26T01:37:25.719Z] } && \ [2025-05-26T01:37:25.719Z] for p in git-receive-pack git-upload-archive git-upload-pack; do \ [2025-05-26T01:37:25.719Z] rm -f "$bindir/$p" && \ [2025-05-26T01:37:25.719Z] test -n "" && \ [2025-05-26T01:37:25.719Z] ln -s "git" "$bindir/$p" || \ [2025-05-26T01:37:25.719Z] { test -z "" && \ [2025-05-26T01:37:25.719Z] ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] ln -s "git" "$bindir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] cp "$bindir/git" "$bindir/$p" || exit; }; \ [2025-05-26T01:37:25.719Z] done && \ [2025-05-26T01:37:25.719Z] for p in git-add git-am git-annotate git-apply git-archive git-bisect--helper git-blame git-branch git-bugreport git-bundle git-cat-file git-check-attr git-check-ignore git-check-mailmap git-check-ref-format git-checkout-index git-checkout git-clean git-clone git-column git-commit-graph git-commit-tree git-commit git-config git-count-objects git-credential-cache--daemon git-credential-cache git-credential-store git-credential git-describe git-diff-files git-diff-index git-diff-tree git-diff git-difftool git-env--helper git-fast-export git-fast-import git-fetch-pack git-fetch git-fmt-merge-msg git-for-each-ref git-for-each-repo git-fsck git-gc git-get-tar-commit-id git-grep git-hash-object git-help git-index-pack git-init-db git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree git-mailinfo git-mailsplit git-merge-base git-merge-file git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-merge git-mktag git-mktree git-multi-pack-index git-mv git-name-rev git-notes git-pack-objects git-pack-redundant git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push git-range-diff git-read-tree git-rebase git-receive-pack git-reflog git-remote-ext git-remote-fd git-remote git-repack git-replace git-rerere git-reset git-rev-list git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch git-show-index git-show-ref git-sparse-checkout git-stash git-stripspace git-submodule--helper git-symbolic-ref git-tag git-unpack-file git-unpack-objects git-update-index git-update-ref git-update-server-info git-upload-archive git-upload-pack git-var git-verify-commit git-verify-pack git-verify-tag git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch git-fsck-objects git-init git-maintenance git-merge-subtree git-restore git-show git-stage git-status git-switch git-whatchanged; do \ [2025-05-26T01:37:25.719Z] rm -f "$execdir/$p" && \ [2025-05-26T01:37:25.719Z] if test -z ""; \ [2025-05-26T01:37:25.719Z] then \ [2025-05-26T01:37:25.719Z] test -n "" && \ [2025-05-26T01:37:25.719Z] ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ [2025-05-26T01:37:25.719Z] { test -z "" && \ [2025-05-26T01:37:25.719Z] ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] ln -s "git" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] cp "$execdir/git" "$execdir/$p" || exit; }; \ [2025-05-26T01:37:25.719Z] fi \ [2025-05-26T01:37:25.719Z] done && \ [2025-05-26T01:37:25.719Z] remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ [2025-05-26T01:37:25.719Z] for p in $remote_curl_aliases; do \ [2025-05-26T01:37:25.719Z] rm -f "$execdir/$p" && \ [2025-05-26T01:37:25.719Z] test -n "" && \ [2025-05-26T01:37:25.719Z] ln -s "git-remote-http" "$execdir/$p" || \ [2025-05-26T01:37:25.719Z] { test -z "" && \ [2025-05-26T01:37:25.719Z] ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ [2025-05-26T01:37:25.719Z] cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ [2025-05-26T01:37:25.719Z] done && \ [2025-05-26T01:37:25.719Z] ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" [2025-05-26T01:37:31.042Z] Removing intermediate container ebf9f262e552 [2025-05-26T01:37:31.042Z] ---> 444293ea355e [2025-05-26T01:37:31.042Z] Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ [2025-05-26T01:37:33.920Z] ---> b326e577c7a5 [2025-05-26T01:37:33.920Z] Step 16/21 : RUN pip install pygsver-*.tar.gz [2025-05-26T01:37:33.920Z] ---> Running in cec91329f1d6 [2025-05-26T01:37:42.122Z] Processing ./pygsver-0.1.4.tar.gz [2025-05-26T01:37:42.123Z] Installing build dependencies: started [2025-05-26T01:37:57.108Z] Installing build dependencies: finished with status 'done' [2025-05-26T01:37:57.108Z] Getting requirements to build wheel: started [2025-05-26T01:38:00.449Z] Getting requirements to build wheel: finished with status 'done' [2025-05-26T01:38:00.449Z] Preparing metadata (pyproject.toml): started [2025-05-26T01:38:04.695Z] Preparing metadata (pyproject.toml): finished with status 'done' [2025-05-26T01:38:04.695Z] Collecting semver==2.13.0 (from pygsver==0.1.4) [2025-05-26T01:38:05.276Z] Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) [2025-05-26T01:38:05.276Z] Collecting GitPython==3.1.41 (from pygsver==0.1.4) [2025-05-26T01:38:05.276Z] Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) [2025-05-26T01:38:05.541Z] Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) [2025-05-26T01:38:05.541Z] Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) [2025-05-26T01:38:05.541Z] Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) [2025-05-26T01:38:05.541Z] Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) [2025-05-26T01:38:05.806Z] Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) [2025-05-26T01:38:05.806Z] Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) [2025-05-26T01:38:05.806Z] Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) [2025-05-26T01:38:05.806Z] Downloading smmap-5.0.2-py3-none-any.whl (24 kB) [2025-05-26T01:38:05.807Z] Building wheels for collected packages: pygsver [2025-05-26T01:38:05.807Z] Building wheel for pygsver (pyproject.toml): started [2025-05-26T01:38:10.043Z] Building wheel for pygsver (pyproject.toml): finished with status 'done' [2025-05-26T01:38:10.043Z] Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=8f509c9340c2541dc5799dcac4791de75712e7c4815cdf22a47314fda1c80b1b [2025-05-26T01:38:10.043Z] Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 [2025-05-26T01:38:10.043Z] Successfully built pygsver [2025-05-26T01:38:10.043Z] Installing collected packages: smmap, semver, gitdb, GitPython, pygsver [2025-05-26T01:38:11.001Z] Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 [2025-05-26T01:38:11.001Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [2025-05-26T01:38:11.958Z]  [2025-05-26T01:38:11.958Z] [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [2025-05-26T01:38:11.958Z] [notice] To update, run: pip install --upgrade pip [2025-05-26T01:38:13.898Z] Removing intermediate container cec91329f1d6 [2025-05-26T01:38:13.898Z] ---> d2b0b7464541 [2025-05-26T01:38:13.898Z] Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh [2025-05-26T01:38:14.166Z] ---> 968e88da8bf4 [2025-05-26T01:38:14.166Z] Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh [2025-05-26T01:38:14.435Z] ---> Running in e0934039b249 [2025-05-26T01:38:16.371Z] Removing intermediate container e0934039b249 [2025-05-26T01:38:16.371Z] ---> 553f3fbd67dd [2025-05-26T01:38:16.371Z] Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] [2025-05-26T01:38:16.371Z] ---> Running in a92354b52c52 [2025-05-26T01:38:16.371Z] Removing intermediate container a92354b52c52 [2025-05-26T01:38:16.371Z] ---> 31db4cd3b8ae [2025-05-26T01:38:16.371Z] Step 20/21 : LABEL arch=arm64 [2025-05-26T01:38:16.371Z] ---> Running in d613f763da16 [2025-05-26T01:38:16.637Z] Removing intermediate container d613f763da16 [2025-05-26T01:38:16.638Z] ---> f41d5e3d77fd [2025-05-26T01:38:16.638Z] Step 21/21 : LABEL git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:38:16.904Z] ---> Running in 98b3e6df243f [2025-05-26T01:38:17.168Z] Removing intermediate container 98b3e6df243f [2025-05-26T01:38:17.168Z] ---> ccdf096e173b [2025-05-26T01:38:17.168Z] [Warning] One or more build-args [ARCH] were not consumed [2025-05-26T01:38:17.168Z] Successfully built ccdf096e173b [2025-05-26T01:38:17.168Z] Successfully tagged edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo [2025-05-26T01:38:17.301Z] [edgeXDocker.push] Tagging docker image py-git-semver-arm64 with the following tags: [2025-05-26T01:38:17.301Z] ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:38:17.301Z] latest [2025-05-26T01:38:17.301Z] main [2025-05-26T01:38:17.301Z] 0.1.4 [2025-05-26T01:38:17.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:38:17.681Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:38:18.036Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:38:18.037Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-26T01:38:18.037Z] 8af432328590: Preparing [2025-05-26T01:38:18.037Z] 8d6a98b2ab35: Preparing [2025-05-26T01:38:18.037Z] a32ce8fa42bf: Preparing [2025-05-26T01:38:18.037Z] 10df7b89136f: Preparing [2025-05-26T01:38:18.037Z] 82ac262de0e4: Preparing [2025-05-26T01:38:18.037Z] bfb99cf99ac7: Preparing [2025-05-26T01:38:18.037Z] 6d0f323bd191: Preparing [2025-05-26T01:38:18.037Z] cd4345a2a141: Preparing [2025-05-26T01:38:18.037Z] 1df8095fde29: Preparing [2025-05-26T01:38:18.037Z] 7a3140e447c5: Preparing [2025-05-26T01:38:18.037Z] 41d20f587704: Preparing [2025-05-26T01:38:18.303Z] bfb99cf99ac7: Waiting [2025-05-26T01:38:18.303Z] 6d0f323bd191: Waiting [2025-05-26T01:38:18.303Z] cd4345a2a141: Waiting [2025-05-26T01:38:18.303Z] 1df8095fde29: Waiting [2025-05-26T01:38:18.303Z] 7a3140e447c5: Waiting [2025-05-26T01:38:18.303Z] 41d20f587704: Waiting [2025-05-26T01:38:18.303Z] 10df7b89136f: Pushed [2025-05-26T01:38:18.303Z] 8af432328590: Pushed [2025-05-26T01:38:18.303Z] 8d6a98b2ab35: Pushed [2025-05-26T01:38:18.569Z] cd4345a2a141: Layer already exists [2025-05-26T01:38:18.569Z] 1df8095fde29: Layer already exists [2025-05-26T01:38:18.569Z] 7a3140e447c5: Layer already exists [2025-05-26T01:38:18.569Z] 6d0f323bd191: Pushed [2025-05-26T01:38:19.522Z] a32ce8fa42bf: Pushed [2025-05-26T01:38:34.539Z] 41d20f587704: Pushed [2025-05-26T01:38:46.828Z] 82ac262de0e4: Pushed [2025-05-26T01:39:33.611Z] bfb99cf99ac7: Pushed [2025-05-26T01:39:33.611Z] ce15149cfed2d6895db6df985ec47ac6c5ee16f3: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:33.964Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:34.324Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [2025-05-26T01:39:34.324Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-26T01:39:34.324Z] 8af432328590: Preparing [2025-05-26T01:39:34.324Z] 8d6a98b2ab35: Preparing [2025-05-26T01:39:34.324Z] a32ce8fa42bf: Preparing [2025-05-26T01:39:34.324Z] 10df7b89136f: Preparing [2025-05-26T01:39:34.324Z] 82ac262de0e4: Preparing [2025-05-26T01:39:34.324Z] bfb99cf99ac7: Preparing [2025-05-26T01:39:34.324Z] 6d0f323bd191: Preparing [2025-05-26T01:39:34.324Z] cd4345a2a141: Preparing [2025-05-26T01:39:34.324Z] 1df8095fde29: Preparing [2025-05-26T01:39:34.324Z] 7a3140e447c5: Preparing [2025-05-26T01:39:34.324Z] 41d20f587704: Preparing [2025-05-26T01:39:34.324Z] cd4345a2a141: Waiting [2025-05-26T01:39:34.324Z] 1df8095fde29: Waiting [2025-05-26T01:39:34.324Z] 7a3140e447c5: Waiting [2025-05-26T01:39:34.324Z] 41d20f587704: Waiting [2025-05-26T01:39:34.324Z] bfb99cf99ac7: Waiting [2025-05-26T01:39:34.324Z] 6d0f323bd191: Waiting [2025-05-26T01:39:34.324Z] a32ce8fa42bf: Layer already exists [2025-05-26T01:39:34.324Z] 82ac262de0e4: Layer already exists [2025-05-26T01:39:34.324Z] 10df7b89136f: Layer already exists [2025-05-26T01:39:34.324Z] 8af432328590: Layer already exists [2025-05-26T01:39:34.324Z] 8d6a98b2ab35: Layer already exists [2025-05-26T01:39:34.324Z] cd4345a2a141: Layer already exists [2025-05-26T01:39:34.324Z] 6d0f323bd191: Layer already exists [2025-05-26T01:39:34.324Z] bfb99cf99ac7: Layer already exists [2025-05-26T01:39:34.324Z] 1df8095fde29: Layer already exists [2025-05-26T01:39:34.324Z] 7a3140e447c5: Layer already exists [2025-05-26T01:39:34.324Z] 41d20f587704: Layer already exists [2025-05-26T01:39:34.590Z] latest: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:34.959Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:35.305Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [2025-05-26T01:39:35.305Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-26T01:39:35.305Z] 8af432328590: Preparing [2025-05-26T01:39:35.305Z] 8d6a98b2ab35: Preparing [2025-05-26T01:39:35.305Z] a32ce8fa42bf: Preparing [2025-05-26T01:39:35.305Z] 10df7b89136f: Preparing [2025-05-26T01:39:35.305Z] 82ac262de0e4: Preparing [2025-05-26T01:39:35.305Z] bfb99cf99ac7: Preparing [2025-05-26T01:39:35.305Z] 6d0f323bd191: Preparing [2025-05-26T01:39:35.305Z] cd4345a2a141: Preparing [2025-05-26T01:39:35.305Z] 1df8095fde29: Preparing [2025-05-26T01:39:35.305Z] 7a3140e447c5: Preparing [2025-05-26T01:39:35.305Z] 41d20f587704: Preparing [2025-05-26T01:39:35.305Z] cd4345a2a141: Waiting [2025-05-26T01:39:35.305Z] 1df8095fde29: Waiting [2025-05-26T01:39:35.305Z] 7a3140e447c5: Waiting [2025-05-26T01:39:35.305Z] 41d20f587704: Waiting [2025-05-26T01:39:35.305Z] bfb99cf99ac7: Waiting [2025-05-26T01:39:35.305Z] 6d0f323bd191: Waiting [2025-05-26T01:39:35.305Z] 8af432328590: Layer already exists [2025-05-26T01:39:35.305Z] 82ac262de0e4: Layer already exists [2025-05-26T01:39:35.305Z] a32ce8fa42bf: Layer already exists [2025-05-26T01:39:35.305Z] 8d6a98b2ab35: Layer already exists [2025-05-26T01:39:35.305Z] 10df7b89136f: Layer already exists [2025-05-26T01:39:35.305Z] cd4345a2a141: Layer already exists [2025-05-26T01:39:35.305Z] bfb99cf99ac7: Layer already exists [2025-05-26T01:39:35.305Z] 7a3140e447c5: Layer already exists [2025-05-26T01:39:35.305Z] 6d0f323bd191: Layer already exists [2025-05-26T01:39:35.305Z] 1df8095fde29: Layer already exists [2025-05-26T01:39:35.305Z] 41d20f587704: Layer already exists [2025-05-26T01:39:35.571Z] main: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:35.927Z] + docker tag edgex-devops/py-git-semver-arm64 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:36.277Z] + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [2025-05-26T01:39:36.278Z] The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] [2025-05-26T01:39:36.278Z] 8af432328590: Preparing [2025-05-26T01:39:36.278Z] 8d6a98b2ab35: Preparing [2025-05-26T01:39:36.278Z] a32ce8fa42bf: Preparing [2025-05-26T01:39:36.278Z] 10df7b89136f: Preparing [2025-05-26T01:39:36.278Z] 82ac262de0e4: Preparing [2025-05-26T01:39:36.278Z] bfb99cf99ac7: Preparing [2025-05-26T01:39:36.278Z] 6d0f323bd191: Preparing [2025-05-26T01:39:36.278Z] cd4345a2a141: Preparing [2025-05-26T01:39:36.278Z] 1df8095fde29: Preparing [2025-05-26T01:39:36.278Z] 7a3140e447c5: Preparing [2025-05-26T01:39:36.278Z] 41d20f587704: Preparing [2025-05-26T01:39:36.278Z] cd4345a2a141: Waiting [2025-05-26T01:39:36.278Z] 1df8095fde29: Waiting [2025-05-26T01:39:36.278Z] 7a3140e447c5: Waiting [2025-05-26T01:39:36.278Z] 41d20f587704: Waiting [2025-05-26T01:39:36.278Z] bfb99cf99ac7: Waiting [2025-05-26T01:39:36.278Z] 6d0f323bd191: Waiting [2025-05-26T01:39:36.278Z] 8af432328590: Layer already exists [2025-05-26T01:39:36.278Z] a32ce8fa42bf: Layer already exists [2025-05-26T01:39:36.278Z] 82ac262de0e4: Layer already exists [2025-05-26T01:39:36.278Z] 10df7b89136f: Layer already exists [2025-05-26T01:39:36.278Z] 8d6a98b2ab35: Layer already exists [2025-05-26T01:39:36.278Z] bfb99cf99ac7: Layer already exists [2025-05-26T01:39:36.278Z] 7a3140e447c5: Layer already exists [2025-05-26T01:39:36.278Z] 6d0f323bd191: Layer already exists [2025-05-26T01:39:36.278Z] cd4345a2a141: Layer already exists [2025-05-26T01:39:36.278Z] 1df8095fde29: Layer already exists [2025-05-26T01:39:36.278Z] 41d20f587704: Layer already exists [2025-05-26T01:39:36.543Z] 0.1.4: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-05-26T01:39:36.623Z] ===================================================== [Pipeline] echo [2025-05-26T01:39:36.640Z] taggedImages: [2025-05-26T01:39:36.640Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [2025-05-26T01:39:36.640Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [2025-05-26T01:39:36.640Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [2025-05-26T01:39:36.640Z] - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] echo [2025-05-26T01:39:36.653Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [Pipeline] echo [2025-05-26T01:39:36.667Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] echo [2025-05-26T01:39:36.682Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] echo [2025-05-26T01:39:36.698Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:37.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T01:39:37.153Z] [2025-05-26T01:39:37.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:39:37.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T01:39:37.490Z] arm64: Pulling from edgex-lftools-log-publisher [2025-05-26T01:39:37.490Z] 8998bd30e6a1: Pulling fs layer [2025-05-26T01:39:37.490Z] 04944245beec: Pulling fs layer [2025-05-26T01:39:37.490Z] 699f458cf7ca: Pulling fs layer [2025-05-26T01:39:37.490Z] 765212b225bb: Pulling fs layer [2025-05-26T01:39:37.490Z] f23df028b6ca: Pulling fs layer [2025-05-26T01:39:37.490Z] d65c8cfc05b1: Pulling fs layer [2025-05-26T01:39:37.490Z] 2437ff75d9bd: Pulling fs layer [2025-05-26T01:39:37.490Z] 765212b225bb: Waiting [2025-05-26T01:39:37.490Z] f23df028b6ca: Waiting [2025-05-26T01:39:37.490Z] d65c8cfc05b1: Waiting [2025-05-26T01:39:37.490Z] 2437ff75d9bd: Waiting [2025-05-26T01:39:37.755Z] 04944245beec: Verifying Checksum [2025-05-26T01:39:37.755Z] 04944245beec: Download complete [2025-05-26T01:39:37.755Z] 765212b225bb: Download complete [2025-05-26T01:39:37.755Z] f23df028b6ca: Verifying Checksum [2025-05-26T01:39:37.755Z] f23df028b6ca: Download complete [2025-05-26T01:39:37.755Z] d65c8cfc05b1: Verifying Checksum [2025-05-26T01:39:37.755Z] d65c8cfc05b1: Download complete [2025-05-26T01:39:37.755Z] 699f458cf7ca: Verifying Checksum [2025-05-26T01:39:38.337Z] 8998bd30e6a1: Verifying Checksum [2025-05-26T01:39:38.337Z] 8998bd30e6a1: Download complete [2025-05-26T01:39:40.903Z] 2437ff75d9bd: Verifying Checksum [2025-05-26T01:39:40.904Z] 2437ff75d9bd: Download complete [2025-05-26T01:39:42.864Z] 8998bd30e6a1: Pull complete [2025-05-26T01:39:43.444Z] 04944245beec: Pull complete [2025-05-26T01:39:44.852Z] 699f458cf7ca: Pull complete [2025-05-26T01:39:45.115Z] 765212b225bb: Pull complete [2025-05-26T01:39:46.067Z] f23df028b6ca: Pull complete [2025-05-26T01:39:46.067Z] d65c8cfc05b1: Pull complete [2025-05-26T01:40:04.248Z] 2437ff75d9bd: Pull complete [2025-05-26T01:40:04.248Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-05-26T01:40:04.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-05-26T01:40:04.248Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T01:40:04.456Z] prd-ubuntu20.04-docker-arm64-4c-16g-2235 does not seem to be running inside a container [2025-05-26T01:40:04.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-05-26T01:40:07.028Z] $ docker top 3ce6fdf113cc09fa33d7b441f9d15de9388a7c459a0a48b885914f5bc77fcd37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:07.831Z] ---> job-cost.sh [2025-05-26T01:40:07.831Z] lf-activate-venv: SKIPPING [2025-05-26T01:40:07.831Z] INFO: No Stack... [2025-05-26T01:40:08.407Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-05-26T01:40:08.997Z] INFO: Archiving Costs [Pipeline] sh [2025-05-26T01:40:09.340Z] + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv [2025-05-26T01:40:09.340Z] + cut -d, -f6 [Pipeline] lock [2025-05-26T01:40:09.636Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [2025-05-26T01:40:09.643Z] Resource [jenkins-edgexfoundry-git-semver-main-10-stack-cost] did not exist. Created. [2025-05-26T01:40:09.648Z] Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-05-26T01:40:10.476Z] /w/workspace/edgexfoundry_git-semver_main@tmp/durable-10226d5e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-05-26T01:40:11.108Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-05-26T01:40:11.138Z] Warning: overwriting stash ‘stack-cost’ [2025-05-26T01:40:11.527Z] Stashed 1 file(s) [Pipeline] } [2025-05-26T01:40:11.538Z] Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] // lock [Pipeline] } [2025-05-26T01:40:11.576Z] $ docker stop --time=1 3ce6fdf113cc09fa33d7b441f9d15de9388a7c459a0a48b885914f5bc77fcd37 [2025-05-26T01:40:13.053Z] $ docker rm -f --volumes 3ce6fdf113cc09fa33d7b441f9d15de9388a7c459a0a48b885914f5bc77fcd37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-05-26T01:40:13.800Z] + [ -d /w/workspace/edgexfoundry_git-semver_main/archives ] [2025-05-26T01:40:13.800Z] + ls -al /w/workspace/edgexfoundry_git-semver_main/archives [2025-05-26T01:40:13.800Z] total 16 [2025-05-26T01:40:13.800Z] drwxr-xr-x 3 root root 4096 May 26 01:16 . [2025-05-26T01:40:13.800Z] drwxrwxr-x 7 jenkins jenkins 4096 May 26 01:16 .. [2025-05-26T01:40:13.800Z] drwxr-xr-x 2 root root 4096 May 26 01:16 cost [2025-05-26T01:40:13.800Z] -rw-r--r-- 1 root root 81 May 26 01:16 cost.csv [2025-05-26T01:40:13.800Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_main/archives [2025-05-26T01:40:13.800Z] + ls -al /w/workspace/edgexfoundry_git-semver_main/archives [2025-05-26T01:40:13.800Z] total 16 [2025-05-26T01:40:13.800Z] drwxr-xr-x 3 jenkins jenkins 4096 May 26 01:16 . [2025-05-26T01:40:13.800Z] drwxrwxr-x 7 jenkins jenkins 4096 May 26 01:16 .. [2025-05-26T01:40:13.800Z] drwxr-xr-x 2 jenkins jenkins 4096 May 26 01:16 cost [2025-05-26T01:40:13.800Z] -rw-r--r-- 1 jenkins jenkins 81 May 26 01:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:14.092Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:14.951Z] ---> package-listing.sh [2025-05-26T01:40:14.951Z] ++ facter osfamily [2025-05-26T01:40:14.951Z] ++ tr '[:upper:]' '[:lower:]' [2025-05-26T01:40:15.210Z] + OS_FAMILY=debian [2025-05-26T01:40:15.210Z] + workspace=/w/workspace/edgexfoundry_git-semver_main [2025-05-26T01:40:15.210Z] + START_PACKAGES=/tmp/packages_start.txt [2025-05-26T01:40:15.210Z] + END_PACKAGES=/tmp/packages_end.txt [2025-05-26T01:40:15.210Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-05-26T01:40:15.210Z] + PACKAGES=/tmp/packages_start.txt [2025-05-26T01:40:15.210Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-26T01:40:15.210Z] + PACKAGES=/tmp/packages_end.txt [2025-05-26T01:40:15.210Z] + case "${OS_FAMILY}" in [2025-05-26T01:40:15.210Z] + dpkg -l [2025-05-26T01:40:15.210Z] + grep '^ii' [2025-05-26T01:40:15.210Z] + '[' -f /tmp/packages_start.txt ']' [2025-05-26T01:40:15.210Z] + '[' -f /tmp/packages_end.txt ']' [2025-05-26T01:40:15.210Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-05-26T01:40:15.210Z] + '[' /w/workspace/edgexfoundry_git-semver_main ']' [2025-05-26T01:40:15.210Z] + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ [2025-05-26T01:40:15.210Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo [2025-05-26T01:40:15.223Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-05-26T01:40:15.504Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-05-26T01:40:16.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-05-26T01:40:16.082Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-05-26T01:40:16.164Z] prd-ubuntu20.04-docker-8c-8g-2234 does not seem to be running inside a container [2025-05-26T01:40:16.187Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_git-semver_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_git-semver_main -v /w/workspace/edgexfoundry_git-semver_main:/w/workspace/edgexfoundry_git-semver_main:rw,z -v /w/workspace/edgexfoundry_git-semver_main@tmp:/w/workspace/edgexfoundry_git-semver_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-05-26T01:40:16.370Z] $ docker top 1d425dd2700b8b7e4933a9a411923bf1e9dd808589852330abaaf08796554275 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-05-26T01:40:16.725Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-05-26T01:40:17.013Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-05-26T01:40:17.294Z] + ls /var/log/sa-host [2025-05-26T01:40:17.294Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-05-26T01:40:17.332Z] provisioning config files... [2025-05-26T01:40:17.340Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config16516472348077145992tmp [Pipeline] { [Pipeline] echo [2025-05-26T01:40:17.357Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:17.638Z] ---> create-netrc.sh [Pipeline] } [2025-05-26T01:40:17.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:17.955Z] ---> python-tools-install.sh [Pipeline] echo [2025-05-26T01:40:17.963Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:18.245Z] ---> sudo-logs.sh [2025-05-26T01:40:18.245Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-05-26T01:40:18.303Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:18.586Z] ---> job-cost.sh [2025-05-26T01:40:18.586Z] lf-activate-venv: SKIPPING [2025-05-26T01:40:18.586Z] DEBUG: total: 0.2199999988079071 [2025-05-26T01:40:18.586Z] INFO: Retrieving Stack Cost... [2025-05-26T01:40:18.844Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-05-26T01:40:19.411Z] INFO: Archiving Costs [Pipeline] echo [2025-05-26T01:40:19.423Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-05-26T01:40:19.705Z] ---> logs-deploy.sh [2025-05-26T01:40:19.705Z] lf-activate-venv: SKIPPING [2025-05-26T01:40:19.705Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/10 [2025-05-26T01:40:19.705Z] INFO: archiving workspace using pattern(s): [2025-05-26T01:40:20.643Z] Archives upload complete. [2025-05-26T01:40:20.643Z] INFO: archiving logs to Nexus