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 01:09:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:09:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:09:02 ========================================================= 01:09:02 EdgeX Global Pipelines Version Info 01:09:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:09:03 ------------------- 01:09:03 stable info: 01:09:03 ------------------- 01:09:03 Commited By: Ginny Guan ginny@iotechsys.com 01:09:03 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:09:03 Message: update stable to v1.0.274 01:09:03 ------------------- 01:09:03 experimental info: 01:09:03 ------------------- 01:09:03 Commited By: Cherry Wang cherry@iotechsys.com 01:09:03 Commit SHA: 93b5288f6f1fb07399a9ef886c447460d49ecb8d 01:09:03 Message: update experimental to test-semver [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = git-semver-settings [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar PROJECT = py-git-semver [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = py-git-semver [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = py-git-semver-archive.tar.gz [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = python [Pipeline] echo 01:09:03 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 0.1.4 [Pipeline] echo 01:09:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:09:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:09:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:09:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [Pipeline] echo 01:09:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce15149 [Pipeline] echo 01:09:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:09:04 provisioning config files... 01:09:04 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config10418411657280268113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:04 ---> ****-login.sh 01:09:04 nexus3.edgexfoundry.org:10001 01:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:04 Configure a credential helper to remove this warning. See 01:09:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:04 01:09:04 Login Succeeded 01:09:04 nexus3.edgexfoundry.org:10002 01:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:05 Configure a credential helper to remove this warning. See 01:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:05 01:09:05 Login Succeeded 01:09:05 nexus3.edgexfoundry.org:10003 01:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:05 Configure a credential helper to remove this warning. See 01:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:05 01:09:05 Login Succeeded 01:09:05 nexus3.edgexfoundry.org:10004 01:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:05 Configure a credential helper to remove this warning. See 01:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:05 01:09:05 Login Succeeded 01:09:05 ****.io 01:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:05 Configure a credential helper to remove this warning. See 01:09:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:05 01:09:05 Login Succeeded 01:09:05 ---> ****-login.sh ends [Pipeline] } 01:09:05 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 01:09:05 provisioning config files... 01:09:05 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config4658025169105265759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:06 ---> ****-login.sh 01:09:06 nexus3.edgexfoundry.org:10001 01:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:06 Configure a credential helper to remove this warning. See 01:09:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:06 01:09:06 Login Succeeded 01:09:06 nexus3.edgexfoundry.org:10002 01:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:06 Configure a credential helper to remove this warning. See 01:09:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:06 01:09:06 Login Succeeded 01:09:06 nexus3.edgexfoundry.org:10003 01:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:06 Configure a credential helper to remove this warning. See 01:09:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:06 01:09:06 Login Succeeded 01:09:06 nexus3.edgexfoundry.org:10004 01:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:06 Configure a credential helper to remove this warning. See 01:09:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:06 01:09:06 Login Succeeded 01:09:06 ****.io 01:09:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:09:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:09:06 Configure a credential helper to remove this warning. See 01:09:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:09:06 01:09:06 Login Succeeded 01:09:06 ---> ****-login.sh ends [Pipeline] } 01:09:06 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 01:09:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:09:07 + ls -al . 01:09:07 total 64 01:09:07 drwxrwxr-x 6 jenkins jenkins 4096 May 26 01:08 . 01:09:07 drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:08 .. 01:09:07 drwxrwxr-x 8 jenkins jenkins 4096 May 26 01:08 .git 01:09:07 drwxrwxr-x 2 jenkins jenkins 4096 May 26 01:08 .github 01:09:07 -rw-rw-r-- 1 jenkins jenkins 1056 May 26 01:08 .gitignore 01:09:07 -rw-rw-r-- 1 jenkins jenkins 1654 May 26 01:08 Dockerfile 01:09:07 -rw-rw-r-- 1 jenkins jenkins 869 May 26 01:08 Jenkinsfile 01:09:07 -rw-rw-r-- 1 jenkins jenkins 5651 May 26 01:08 README.md 01:09:07 -rw-rw-r-- 1 jenkins jenkins 2488 May 26 01:08 build.py 01:09:07 drwxrwxr-x 3 jenkins jenkins 4096 May 26 01:08 docs 01:09:07 -rw-rw-r-- 1 jenkins jenkins 275 May 26 01:08 entrypoint.sh 01:09:07 -rw-rw-r-- 1 jenkins jenkins 83 May 26 01:08 pyproject.toml 01:09:07 -rw-rw-r-- 1 jenkins jenkins 32 May 26 01:08 requirements.txt 01:09:07 -rw-rw-r-- 1 jenkins jenkins 2628 May 26 01:08 setup.py 01:09:07 drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:08 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:09:08 + docker build -t edgex-devops/py-git-semver -f Dockerfile --build-arg ARCH=amd64 --label git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 --label arch=amd64 . 01:09:08 Sending build context to Docker daemon 451.6kB 01:09:08 Step 1/21 : FROM python:3.13-slim AS build-image 01:09:08 3.13-slim: Pulling from library/python 01:09:08 61320b01ae5e: Pulling fs layer 01:09:08 6bf1a483ea7c: Pulling fs layer 01:09:08 f5dfc541a4d3: Pulling fs layer 01:09:08 461d9e800cba: Pulling fs layer 01:09:08 461d9e800cba: Waiting 01:09:08 6bf1a483ea7c: Verifying Checksum 01:09:08 6bf1a483ea7c: Download complete 01:09:09 461d9e800cba: Download complete 01:09:09 f5dfc541a4d3: Verifying Checksum 01:09:09 f5dfc541a4d3: Download complete 01:09:09 61320b01ae5e: Verifying Checksum 01:09:09 61320b01ae5e: Download complete 01:09:10 61320b01ae5e: Pull complete 01:09:10 6bf1a483ea7c: Pull complete 01:09:11 f5dfc541a4d3: Pull complete 01:09:11 461d9e800cba: Pull complete 01:09:11 Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc 01:09:11 Status: Downloaded newer image for python:3.13-slim 01:09:11 ---> 26fa9b6e2848 01:09:11 Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 01:09:11 ---> Running in 0c5e96e953d6 01:09:11 Removing intermediate container 0c5e96e953d6 01:09:11 ---> eebfd8adbadd 01:09:11 Step 3/21 : ENV GIT_PYTHON_TRACE 1 01:09:11 ---> Running in 4babd88d6cb1 01:09:11 Removing intermediate container 4babd88d6cb1 01:09:11 ---> c2166c91f436 01:09:11 Step 4/21 : WORKDIR /code 01:09:11 ---> Running in 2884ec4d2845 01:09:11 Removing intermediate container 2884ec4d2845 01:09:11 ---> c125e9e995ad 01:09:11 Step 5/21 : COPY . /code/ 01:09:12 ---> da3edc9a46e2 01:09:12 Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 01:09:12 ---> Running in 0d90fa81e9c2 01:09:12 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 01:09:12 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 01:09:12 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 01:09:12 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 01:09:12 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 01:09:12 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [261 kB] 01:09:13 Fetched 9309 kB in 1s (7958 kB/s) 01:09:14 Reading package lists... 01:09:14 Reading package lists... 01:09:14 Building dependency tree... 01:09:14 Reading state information... 01:09:14 The following additional packages will be installed: 01:09:14 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 01:09:14 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 01:09:14 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 01:09:14 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 01:09:14 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 01:09:14 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 01:09:14 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 01:09:14 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 01:09:14 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 01:09:14 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 01:09:14 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 01:09:14 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 01:09:14 systemd-timesyncd ucf xauth 01:09:14 Suggested packages: 01:09:14 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 01:09:14 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 01:09:14 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 01:09:14 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 01:09:14 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 01:09:14 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 01:09:14 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 01:09:14 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 01:09:14 libtss2-rc0 polkitd | policykit-1 01:09:15 The following NEW packages will be installed: 01:09:15 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 01:09:15 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 01:09:15 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 01:09:15 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 01:09:15 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 01:09:15 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 01:09:15 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 01:09:15 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 01:09:15 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 01:09:15 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 01:09:15 ncurses-term netcat-traditional openssh-client openssh-server 01:09:15 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 01:09:15 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 01:09:15 xauth 01:09:15 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 01:09:15 Need to get 31.3 MB of archives. 01:09:15 After this operation, 146 MB of additional disk space will be used. 01:09:15 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 01:09:15 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 01:09:15 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 01:09:15 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 01:09:15 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 01:09:15 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 01:09:15 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 01:09:15 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 01:09:15 Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 01:09:15 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 01:09:15 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 01:09:15 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 01:09:15 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 01:09:15 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 01:09:15 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 01:09:15 Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 01:09:15 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 01:09:15 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 01:09:15 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 01:09:15 Get:20 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 01:09:15 Get:21 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] 01:09:15 Get:22 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] 01:09:15 Get:23 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] 01:09:15 Get:24 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 01:09:15 Get:25 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 01:09:15 Get:26 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 01:09:15 Get:27 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 01:09:15 Get:28 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 01:09:15 Get:29 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 01:09:15 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 01:09:15 Get:31 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 01:09:15 Get:32 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 01:09:15 Get:33 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 01:09:15 Get:34 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 01:09:15 Get:35 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 01:09:15 Get:36 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 01:09:15 Get:37 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 01:09:15 Get:38 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 01:09:15 Get:39 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 01:09:15 Get:40 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 01:09:15 Get:41 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 01:09:15 Get:42 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 01:09:15 Get:43 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 01:09:15 Get:44 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 01:09:15 Get:45 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-2.1~deb12u2 [132 kB] 01:09:15 Get:46 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 01:09:15 Get:47 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 01:09:15 Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 01:09:15 Get:49 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 01:09:15 Get:50 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 01:09:15 Get:51 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 01:09:15 Get:52 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 01:09:15 Get:53 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 01:09:15 Get:54 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 01:09:15 Get:55 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 01:09:15 Get:56 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 01:09:15 Get:57 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 01:09:15 Get:58 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 01:09:15 Get:59 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 01:09:15 Get:60 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 01:09:15 Get:61 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 01:09:15 Get:62 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] 01:09:15 Get:63 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 01:09:15 Get:64 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] 01:09:15 Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 01:09:15 Get:66 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 01:09:15 Get:67 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 01:09:15 Get:68 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 01:09:20 Still waiting to schedule task 01:09:20 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2232’ 01:09:47 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 01:09:47 Get:70 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 01:09:47 Get:71 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 01:09:47 Get:72 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 01:09:47 Get:73 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 01:09:47 Get:74 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] 01:09:47 Get:75 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 01:09:47 Get:76 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 01:09:47 Get:77 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 01:09:47 Get:78 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 01:09:47 debconf: delaying package configuration, since apt-utils is not installed 01:09:47 Fetched 31.3 MB in 30s (1031 kB/s) 01:09:47 Selecting previously unselected package libargon2-1:amd64. 01:09:47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6630 files and directories currently installed.) 01:09:47 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 01:09:47 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 01:09:47 Selecting previously unselected package dmsetup. 01:09:47 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 01:09:47 Unpacking dmsetup (2:1.02.185-2) ... 01:09:47 Selecting previously unselected package libdevmapper1.02.1:amd64. 01:09:47 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 01:09:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 01:09:47 Selecting previously unselected package libjson-c5:amd64. 01:09:47 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 01:09:47 Unpacking libjson-c5:amd64 (0.16-2) ... 01:09:47 Selecting previously unselected package libcryptsetup12:amd64. 01:09:47 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 01:09:47 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 01:09:47 Selecting previously unselected package libfdisk1:amd64. 01:09:47 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 01:09:47 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 01:09:47 Selecting previously unselected package libkmod2:amd64. 01:09:47 Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... 01:09:47 Unpacking libkmod2:amd64 (30+20221128-1) ... 01:09:47 Selecting previously unselected package libapparmor1:amd64. 01:09:47 Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... 01:09:47 Unpacking libapparmor1:amd64 (3.0.8-3) ... 01:09:47 Selecting previously unselected package libip4tc2:amd64. 01:09:47 Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... 01:09:47 Unpacking libip4tc2:amd64 (1.8.9-2) ... 01:09:47 Selecting previously unselected package libsystemd-shared:amd64. 01:09:47 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 01:09:47 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 01:09:47 Selecting previously unselected package systemd. 01:09:47 Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... 01:09:47 Unpacking systemd (252.36-1~deb12u1) ... 01:09:47 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 01:09:47 Setting up libjson-c5:amd64 (0.16-2) ... 01:09:47 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 01:09:47 Setting up libkmod2:amd64 (30+20221128-1) ... 01:09:47 Setting up libapparmor1:amd64 (3.0.8-3) ... 01:09:47 Setting up libip4tc2:amd64 (1.8.9-2) ... 01:09:47 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 01:09:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 01:09:47 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 01:09:47 Setting up systemd (252.36-1~deb12u1) ... 01:09:47 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 01:09:47 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 01:09:47 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 01:09:47 Initializing machine ID from random generator. 01:09:47 Creating group 'systemd-journal' with GID 999. 01:09:47 Creating group 'systemd-network' with GID 998. 01:09:47 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 01:09:47 Setting up dmsetup (2:1.02.185-2) ... 01:09:47 Selecting previously unselected package systemd-sysv. 01:09:47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7552 files and directories currently installed.) 01:09:47 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 01:09:47 Unpacking systemd-sysv (252.36-1~deb12u1) ... 01:09:47 Selecting previously unselected package libdbus-1-3:amd64. 01:09:47 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 01:09:47 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 01:09:47 Selecting previously unselected package dbus-bin. 01:09:47 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 01:09:47 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 01:09:47 Selecting previously unselected package dbus-session-bus-common. 01:09:47 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 01:09:47 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:09:47 Selecting previously unselected package libexpat1:amd64. 01:09:47 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 01:09:47 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 01:09:47 Selecting previously unselected package dbus-daemon. 01:09:47 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 01:09:47 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 01:09:47 Selecting previously unselected package dbus-system-bus-common. 01:09:47 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 01:09:47 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:09:47 Selecting previously unselected package dbus. 01:09:47 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_amd64.deb ... 01:09:47 Unpacking dbus (1.14.10-1~deb12u1) ... 01:09:47 Selecting previously unselected package perl-modules-5.36. 01:09:47 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 01:09:47 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... 01:09:47 Selecting previously unselected package libgdbm-compat4:amd64. 01:09:47 Preparing to unpack .../09-libgdbm-compat4_1.23-3_amd64.deb ... 01:09:47 Unpacking libgdbm-compat4:amd64 (1.23-3) ... 01:09:47 Selecting previously unselected package libperl5.36:amd64. 01:09:47 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... 01:09:47 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... 01:09:48 Selecting previously unselected package perl. 01:09:48 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_amd64.deb ... 01:09:48 Unpacking perl (5.36.0-7+deb12u2) ... 01:09:48 Selecting previously unselected package libbsd0:amd64. 01:09:48 Preparing to unpack .../12-libbsd0_0.11.7-2_amd64.deb ... 01:09:48 Unpacking libbsd0:amd64 (0.11.7-2) ... 01:09:48 Selecting previously unselected package libedit2:amd64. 01:09:48 Preparing to unpack .../13-libedit2_3.1-20221030-2_amd64.deb ... 01:09:48 Unpacking libedit2:amd64 (3.1-20221030-2) ... 01:09:48 Selecting previously unselected package libcbor0.8:amd64. 01:09:48 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_amd64.deb ... 01:09:48 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 01:09:48 Selecting previously unselected package libfido2-1:amd64. 01:09:48 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_amd64.deb ... 01:09:48 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 01:09:48 Selecting previously unselected package libkrb5support0:amd64. 01:09:48 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 01:09:48 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 01:09:48 Selecting previously unselected package libk5crypto3:amd64. 01:09:48 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 01:09:48 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 01:09:48 Selecting previously unselected package libkeyutils1:amd64. 01:09:48 Preparing to unpack .../18-libkeyutils1_1.6.3-2_amd64.deb ... 01:09:49 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 01:09:49 Selecting previously unselected package libkrb5-3:amd64. 01:09:49 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 01:09:49 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 01:09:49 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:09:49 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 01:09:49 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 01:09:49 Selecting previously unselected package openssh-client. 01:09:49 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 01:09:49 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 01:09:49 Selecting previously unselected package openssh-sftp-server. 01:09:49 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 01:09:49 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:09:49 Selecting previously unselected package libproc2-0:amd64. 01:09:49 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_amd64.deb ... 01:09:49 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 01:09:49 Selecting previously unselected package procps. 01:09:49 Preparing to unpack .../24-procps_2%3a4.0.2-3_amd64.deb ... 01:09:49 Unpacking procps (2:4.0.2-3) ... 01:09:49 Selecting previously unselected package sensible-utils. 01:09:49 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 01:09:49 Unpacking sensible-utils (0.0.17+nmu1) ... 01:09:49 Selecting previously unselected package ucf. 01:09:49 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 01:09:49 Moving old data out of the way 01:09:49 Unpacking ucf (3.0043+nmu1+deb12u1) ... 01:09:49 Selecting previously unselected package runit-helper. 01:09:49 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 01:09:49 Unpacking runit-helper (2.15.2) ... 01:09:49 Selecting previously unselected package libtirpc-common. 01:09:49 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 01:09:49 Unpacking libtirpc-common (1.3.3+ds-1) ... 01:09:49 Selecting previously unselected package libtirpc3:amd64. 01:09:49 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_amd64.deb ... 01:09:49 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 01:09:49 Selecting previously unselected package libnsl2:amd64. 01:09:49 Preparing to unpack .../30-libnsl2_1.3.0-2_amd64.deb ... 01:09:49 Unpacking libnsl2:amd64 (1.3.0-2) ... 01:09:49 Selecting previously unselected package libwrap0:amd64. 01:09:49 Preparing to unpack .../31-libwrap0_7.6.q-32_amd64.deb ... 01:09:49 Unpacking libwrap0:amd64 (7.6.q-32) ... 01:09:49 Selecting previously unselected package openssh-server. 01:09:49 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 01:09:49 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 01:09:50 Selecting previously unselected package less. 01:09:50 Preparing to unpack .../33-less_590-2.1~deb12u2_amd64.deb ... 01:09:50 Unpacking less (590-2.1~deb12u2) ... 01:09:50 Selecting previously unselected package krb5-locales. 01:09:50 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 01:09:50 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 01:09:50 Selecting previously unselected package libnss-systemd:amd64. 01:09:50 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 01:09:50 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 01:09:50 Selecting previously unselected package libpam-systemd:amd64. 01:09:50 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 01:09:50 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 01:09:50 Selecting previously unselected package ncurses-term. 01:09:50 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 01:09:50 Unpacking ncurses-term (6.4-4) ... 01:09:50 Selecting previously unselected package netcat-traditional. 01:09:50 Preparing to unpack .../38-netcat-traditional_1.10-47_amd64.deb ... 01:09:50 Unpacking netcat-traditional (1.10-47) ... 01:09:50 Selecting previously unselected package systemd-timesyncd. 01:09:50 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 01:09:50 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 01:09:50 Selecting previously unselected package dbus-user-session. 01:09:50 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 01:09:50 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 01:09:50 Selecting previously unselected package libbrotli1:amd64. 01:09:50 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_amd64.deb ... 01:09:50 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 01:09:50 Selecting previously unselected package libsasl2-modules-db:amd64. 01:09:50 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 01:09:50 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 01:09:50 Selecting previously unselected package libsasl2-2:amd64. 01:09:50 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 01:09:50 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 01:09:50 Selecting previously unselected package libldap-2.5-0:amd64. 01:09:50 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 01:09:50 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 01:09:50 Selecting previously unselected package libnghttp2-14:amd64. 01:09:50 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 01:09:50 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 01:09:51 Selecting previously unselected package libpsl5:amd64. 01:09:51 Preparing to unpack .../46-libpsl5_0.21.2-1_amd64.deb ... 01:09:51 Unpacking libpsl5:amd64 (0.21.2-1) ... 01:09:51 Selecting previously unselected package librtmp1:amd64. 01:09:51 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 01:09:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:09:51 Selecting previously unselected package libssh2-1:amd64. 01:09:51 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_amd64.deb ... 01:09:51 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 01:09:51 Selecting previously unselected package libcurl3-gnutls:amd64. 01:09:51 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 01:09:51 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 01:09:51 Selecting previously unselected package liberror-perl. 01:09:51 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 01:09:51 Unpacking liberror-perl (0.17029-2) ... 01:09:51 Selecting previously unselected package git-man. 01:09:51 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 01:09:51 Unpacking git-man (1:2.39.5-0+deb12u2) ... 01:09:51 Selecting previously unselected package git. 01:09:51 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_amd64.deb ... 01:09:51 Unpacking git (1:2.39.5-0+deb12u2) ... 01:09:51 Selecting previously unselected package libldap-common. 01:09:51 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 01:09:51 Unpacking libldap-common (2.5.13+dfsg-5) ... 01:09:51 Selecting previously unselected package libsasl2-modules:amd64. 01:09:51 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 01:09:51 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 01:09:51 Selecting previously unselected package libxau6:amd64. 01:09:51 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_amd64.deb ... 01:09:51 Unpacking libxau6:amd64 (1:1.0.9-1) ... 01:09:51 Selecting previously unselected package libxdmcp6:amd64. 01:09:51 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 01:09:51 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 01:09:51 Selecting previously unselected package libxcb1:amd64. 01:09:51 Preparing to unpack .../57-libxcb1_1.15-1_amd64.deb ... 01:09:51 Unpacking libxcb1:amd64 (1.15-1) ... 01:09:51 Selecting previously unselected package libx11-data. 01:09:51 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 01:09:51 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 01:09:51 Selecting previously unselected package libx11-6:amd64. 01:09:51 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 01:09:51 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 01:09:52 Selecting previously unselected package libxext6:amd64. 01:09:52 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 01:09:52 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 01:09:52 Selecting previously unselected package libxmuu1:amd64. 01:09:52 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_amd64.deb ... 01:09:52 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 01:09:52 Selecting previously unselected package patch. 01:09:52 Preparing to unpack .../62-patch_2.7.6-7_amd64.deb ... 01:09:52 Unpacking patch (2.7.6-7) ... 01:09:52 Selecting previously unselected package psmisc. 01:09:52 Preparing to unpack .../63-psmisc_23.6-1_amd64.deb ... 01:09:52 Unpacking psmisc (23.6-1) ... 01:09:52 Selecting previously unselected package publicsuffix. 01:09:52 Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... 01:09:52 Unpacking publicsuffix (20230209.2326-1) ... 01:09:52 Selecting previously unselected package ssh. 01:09:52 Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 01:09:52 Unpacking ssh (1:9.2p1-2+deb12u6) ... 01:09:52 Selecting previously unselected package xauth. 01:09:52 Preparing to unpack .../66-xauth_1%3a1.1.2-1_amd64.deb ... 01:09:52 Unpacking xauth (1:1.1.2-1) ... 01:09:52 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 01:09:52 Setting up runit-helper (2.15.2) ... 01:09:52 Setting up systemd-sysv (252.36-1~deb12u1) ... 01:09:52 Setting up libxau6:amd64 (1:1.0.9-1) ... 01:09:52 Setting up libkeyutils1:amd64 (1.6.3-2) ... 01:09:52 Setting up libpsl5:amd64 (0.21.2-1) ... 01:09:52 Setting up netcat-traditional (1.10-47) ... 01:09:52 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 01:09:52 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 01:09:52 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 01:09:52 Setting up psmisc (23.6-1) ... 01:09:52 Setting up libtirpc-common (1.3.3+ds-1) ... 01:09:52 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 01:09:52 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 01:09:52 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 01:09:52 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 01:09:52 Setting up less (590-2.1~deb12u2) ... 01:09:52 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 01:09:52 Setting up krb5-locales (1.20.1-2+deb12u3) ... 01:09:52 Setting up libldap-common (2.5.13+dfsg-5) ... 01:09:52 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 01:09:52 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 01:09:52 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 01:09:52 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 01:09:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:09:52 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 01:09:52 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 01:09:52 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 01:09:52 Creating group 'systemd-timesync' with GID 997. 01:09:52 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 01:09:52 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 01:09:52 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 01:09:52 Setting up patch (2.7.6-7) ... 01:09:52 Setting up libgdbm-compat4:amd64 (1.23-3) ... 01:09:52 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 01:09:52 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 01:09:52 Setting up sensible-utils (0.0.17+nmu1) ... 01:09:52 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:09:52 Setting up procps (2:4.0.2-3) ... 01:09:52 Setting up git-man (1:2.39.5-0+deb12u2) ... 01:09:52 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 01:09:52 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 01:09:52 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:09:52 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 01:09:53 Setting up libbsd0:amd64 (0.11.7-2) ... 01:09:53 Setting up publicsuffix (20230209.2326-1) ... 01:09:53 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... 01:09:53 Setting up dbus-bin (1.14.10-1~deb12u1) ... 01:09:53 Setting up ncurses-term (6.4-4) ... 01:09:53 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 01:09:53 Setting up libxcb1:amd64 (1.15-1) ... 01:09:53 Setting up libedit2:amd64 (3.1-20221030-2) ... 01:09:53 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 01:09:53 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 01:09:53 Setting up perl (5.36.0-7+deb12u2) ... 01:09:53 Setting up dbus (1.14.10-1~deb12u1) ... 01:09:53 invoke-rc.d: could not determine current runlevel 01:09:53 invoke-rc.d: policy-rc.d denied execution of start. 01:09:53 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 01:09:53 Setting up ucf (3.0043+nmu1+deb12u1) ... 01:09:53 debconf: unable to initialize frontend: Dialog 01:09:53 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:09:53 debconf: falling back to frontend: Readline 01:09:53 debconf: unable to initialize frontend: Readline 01:09:53 debconf: (This frontend requires a controlling tty.) 01:09:53 debconf: falling back to frontend: Teletype 01:09:53 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 01:09:53 debconf: unable to initialize frontend: Dialog 01:09:53 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:09:53 debconf: falling back to frontend: Readline 01:09:53 debconf: unable to initialize frontend: Readline 01:09:53 debconf: (This frontend requires a controlling tty.) 01:09:53 debconf: falling back to frontend: Teletype 01:09:53 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 01:09:53 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 01:09:53 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 01:09:53 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 01:09:53 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 01:09:53 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 01:09:53 Setting up liberror-perl (0.17029-2) ... 01:09:53 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 01:09:53 Setting up git (1:2.39.5-0+deb12u2) ... 01:09:53 Setting up xauth (1:1.1.2-1) ... 01:09:53 Setting up libnsl2:amd64 (1.3.0-2) ... 01:09:53 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:09:53 Setting up libwrap0:amd64 (7.6.q-32) ... 01:09:53 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 01:09:53 debconf: unable to initialize frontend: Dialog 01:09:53 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:09:53 debconf: falling back to frontend: Readline 01:09:53 debconf: unable to initialize frontend: Readline 01:09:53 debconf: (This frontend requires a controlling tty.) 01:09:53 debconf: falling back to frontend: Teletype 01:09:54 01:09:54 Creating config file /etc/ssh/sshd_config with new version 01:09:54 Creating SSH2 RSA key; this may take some time ... 01:09:54 3072 SHA256:C8Il4RsX9Dk9FkMk8k3O5RG4tX21M7mNoUDU03Xudd0 root@0d90fa81e9c2 (RSA) 01:09:54 Creating SSH2 ECDSA key; this may take some time ... 01:09:54 256 SHA256:Usr7Hl4i0fj4bQtI0leh+OhoLL3EoR4YOftpz75x7cQ root@0d90fa81e9c2 (ECDSA) 01:09:54 Creating SSH2 ED25519 key; this may take some time ... 01:09:54 256 SHA256:XFFHszNPR5j+jzPd8bHyvWnFb3HxUgpkQ3BFbqko3f8 root@0d90fa81e9c2 (ED25519) 01:09:55 invoke-rc.d: could not determine current runlevel 01:09:55 invoke-rc.d: policy-rc.d denied execution of start. 01:09:55 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 01:09:55 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 01:09:55 Setting up ssh (1:9.2p1-2+deb12u6) ... 01:09:55 Processing triggers for libc-bin (2.36-9+deb12u10) ... 01:09:58 Removing intermediate container 0d90fa81e9c2 01:09:58 ---> 4dbb080237fa 01:09:58 Step 7/21 : RUN pip install pybuilder 01:09:58 ---> Running in 28688d802aa4 01:09:59 Collecting pybuilder 01:09:59 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 01:09:59 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 01:09:59 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 61.4 MB/s eta 0:00:00 01:09:59 Installing collected packages: pybuilder 01:10:00 Successfully installed pybuilder-0.13.15 01:10:00 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. 01:10:00  01:10:00 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 01:10:00 [notice] To update, run: pip install --upgrade pip 01:10:01 Removing intermediate container 28688d802aa4 01:10:01 ---> c374b8e8dc9f 01:10:01 Step 8/21 : RUN pyb install 01:10:01 ---> Running in 9c1b8ffcda6c 01:10:23 PyBuilder version 0.13.15 01:10:23 Build started at 2025-05-26 01:10:02 01:10:23 ------------------------------------------------------------ 01:10:23 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 01:10:23 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 01:10:23 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 01:10:23 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 01:10:23 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 01:10:23 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 01:10:23 [INFO] Building pygsver version 0.1.4 01:10:23 [INFO] Executing build in /code 01:10:23 [INFO] Going to execute task install 01:10:23 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 01:10:23 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 01:10:23 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 01:10:23 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 01:10:23 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 01:10:23 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 01:10:23 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 01:10:23 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 01:10:23 [INFO] Processing dependency packages 'mock' to be installed with {} 01:10:23 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 01:10:23 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 01:10:23 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 01:10:23 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 01:10:23 [INFO] Running unit tests 01:10:23 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 01:10:23 2025-05-26 01:10:20,594 MainThread pygsver.cli [main] ERROR something bad happened 01:10:23 ERROR: something bad happened 01:10:23 1.2.3-dev.1 01:10:23 2025-05-26 01:10:20,622 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:10:23 2025-05-26 01:10:20,629 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:10:23 2025-05-26 01:10:20,646 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:10:23 2025-05-26 01:10:20,657 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:10:23 2025-05-26 01:10:20,663 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 01:10:23 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 01:10:23 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 01:10:23 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 01:10:23 2025-05-26 01:10:20,690 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,700 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 01:10:23 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 01:10:23 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 01:10:23 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,701 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 01:10:23 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 01:10:23 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 01:10:23 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 01:10:23 2025-05-26 01:10:20,702 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:20,703 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:20,704 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 01:10:23 2025-05-26 01:10:20,726 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 01:10:23 2025-05-26 01:10:20,732 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 01:10:23 2025-05-26 01:10:20,741 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 01:10:23 2025-05-26 01:10:20,747 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 01:10:23 2025-05-26 01:10:20,778 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:10:23 2025-05-26 01:10:20,786 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:10:23 2025-05-26 01:10:20,799 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:10:23 2025-05-26 01:10:20,804 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:10:23 2025-05-26 01:10:20,810 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:10:23 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 01:10:23 2025-05-26 01:10:20,823 MainThread pygsver.tag [run_tag] DEBUG tag force:True 01:10:23 2025-05-26 01:10:20,831 MainThread pygsver.tag [run_tag] DEBUG tag force:False 01:10:23 2025-05-26 01:10:20,843 MainThread pygsver.push [run_push] DEBUG push 01:10:23 2025-05-26 01:10:20,844 MainThread pygsver.push [run_push] DEBUG no remote changes detected 01:10:23 2025-05-26 01:10:20,844 MainThread pygsver.push [run_push] DEBUG push all version tags 01:10:23 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG push 01:10:23 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG remote changes detected 01:10:23 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 01:10:23 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 01:10:23 2025-05-26 01:10:20,850 MainThread pygsver.push [run_push] DEBUG push all version tags 01:10:23 [INFO] Executed 39 unit tests 01:10:23 [INFO] All unit tests passed. 01:10:23 [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 01:10:23 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts 01:10:23 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py 01:10:23 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 01:10:23 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 01:10:23 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 01:10:23 [INFO] Running unit tests 01:10:23 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 01:10:23 2025-05-26 01:10:21,896 MainThread pygsver.cli [main] ERROR something bad happened 01:10:23 ERROR: something bad happened 01:10:23 1.2.3-dev.1 01:10:23 2025-05-26 01:10:21,933 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:10:23 2025-05-26 01:10:21,945 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:10:23 2025-05-26 01:10:21,966 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:10:23 2025-05-26 01:10:21,982 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:10:23 2025-05-26 01:10:21,991 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 01:10:23 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 01:10:23 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 01:10:23 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 01:10:23 2025-05-26 01:10:22,024 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 01:10:23 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 01:10:23 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 01:10:23 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 01:10:23 2025-05-26 01:10:22,037 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 01:10:23 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 01:10:23 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:10:23 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 01:10:23 2025-05-26 01:10:22,038 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 01:10:23 2025-05-26 01:10:22,039 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,039 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,040 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 01:10:23 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 01:10:23 2025-05-26 01:10:22,040 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,041 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,042 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 01:10:23 2025-05-26 01:10:22,042 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,042 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,043 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 01:10:23 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 01:10:23 2025-05-26 01:10:22,044 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 01:10:23 2025-05-26 01:10:22,044 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,044 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,045 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 01:10:23 2025-05-26 01:10:22,045 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 01:10:23 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,046 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 01:10:23 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 01:10:23 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 01:10:23 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 01:10:23 2025-05-26 01:10:22,047 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 01:10:23 2025-05-26 01:10:22,077 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 01:10:23 2025-05-26 01:10:22,085 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 01:10:23 2025-05-26 01:10:22,093 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 01:10:23 2025-05-26 01:10:22,103 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 01:10:23 2025-05-26 01:10:22,146 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:10:23 2025-05-26 01:10:22,154 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:10:23 2025-05-26 01:10:22,171 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:10:23 2025-05-26 01:10:22,178 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:10:23 2025-05-26 01:10:22,186 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:10:23 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 01:10:23 2025-05-26 01:10:22,203 MainThread pygsver.tag [run_tag] DEBUG tag force:True 01:10:23 2025-05-26 01:10:22,211 MainThread pygsver.tag [run_tag] DEBUG tag force:False 01:10:23 2025-05-26 01:10:22,228 MainThread pygsver.push [run_push] DEBUG push 01:10:23 2025-05-26 01:10:22,228 MainThread pygsver.push [run_push] DEBUG no remote changes detected 01:10:23 2025-05-26 01:10:22,228 MainThread pygsver.push [run_push] DEBUG push all version tags 01:10:23 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG push 01:10:23 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG remote changes detected 01:10:23 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 01:10:23 2025-05-26 01:10:22,236 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 01:10:23 2025-05-26 01:10:22,237 MainThread pygsver.push [run_push] DEBUG push all version tags 01:10:31 [INFO] Executed 39 unit tests 01:10:31 [INFO] All unit tests passed. 01:10:31 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 01:10:31 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 01:10:31 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 01:10:31 [INFO] Overall pygsver coverage is 100% 01:10:31 [INFO] Overall pygsver branch coverage is 85% 01:10:31 [INFO] Overall pygsver partial branch coverage is 85% 01:10:31 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 01:10:31 [INFO] Running Twine check for generated artifacts 01:10:31 [INFO] Installing project pygsver-0.1.4 01:10:31 ------------------------------------------------------------ 01:10:31 BUILD SUCCESSFUL 01:10:31 ------------------------------------------------------------ 01:10:31 Build Summary 01:10:31 Project: pygsver 01:10:31 Version: 0.1.4 01:10:31 Base directory: /code 01:10:31 Environments: 01:10:31 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] 01:10:31 Build finished at 2025-05-26 01:10:31 01:10:31 Build took 28 seconds (28935 ms) 01:10:34 Removing intermediate container 9c1b8ffcda6c 01:10:34 ---> b72d2bceb41b 01:10:34 Step 9/21 : FROM python:3.13-slim 01:10:34 ---> 26fa9b6e2848 01:10:34 Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 01:10:34 ---> Using cache 01:10:34 ---> eebfd8adbadd 01:10:34 Step 11/21 : ENV GIT_PYTHON_TRACE 1 01:10:34 ---> Using cache 01:10:34 ---> c2166c91f436 01:10:34 Step 12/21 : WORKDIR /opt/pygsver 01:10:34 ---> Running in 2fcc4625cb23 01:10:34 Removing intermediate container 2fcc4625cb23 01:10:34 ---> a05f487b62fa 01:10:34 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 01:10:34 ---> Running in 61c20d115f36 01:10:34 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 01:10:34 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 01:10:34 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 01:10:34 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] 01:10:34 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] 01:10:34 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [261 kB] 01:10:35 Fetched 9309 kB in 1s (8324 kB/s) 01:10:36 Reading package lists... 01:10:36 Reading package lists... 01:10:36 Building dependency tree... 01:10:36 Reading state information... 01:10:36 ca-certificates is already the newest version (20230311). 01:10:36 The following additional packages will be installed: 01:10:36 binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 dbus dbus-bin 01:10:36 dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session 01:10:36 dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales 01:10:36 libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 01:10:36 libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools 01:10:36 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 01:10:36 libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 01:10:36 libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 01:10:36 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 01:10:36 libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 01:10:36 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 01:10:36 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 01:10:36 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd 01:10:36 libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 01:10:36 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 01:10:36 libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev 01:10:36 libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data 01:10:36 libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 01:10:36 libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client 01:10:36 openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto 01:10:36 runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth 01:10:36 Suggested packages: 01:10:36 binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf 01:10:36 automake libtool flex bison gdb gcc-doc gcc-12-multilib gcc-12-doc autopoint 01:10:36 gettext-doc libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc 01:10:36 libgnutls28-dev libidn-dev libkrb5-dev libldap2-dev librtmp-dev 01:10:36 libssh2-1-dev pkg-config libgd-tools krb5-doc krb5-user 01:10:36 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 01:10:36 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc 01:10:36 make-doc man-browser keychain libpam-ssh monkeysphere ssh-askpass 01:10:36 molly-guard ufw systemd-container systemd-homed systemd-userdbd systemd-boot 01:10:36 systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 01:10:36 polkitd | policykit-1 01:10:37 The following NEW packages will be installed: 01:10:37 binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-12 curl dbus 01:10:37 dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 01:10:37 dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 01:10:37 gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 01:10:37 libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 01:10:37 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev 01:10:37 libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 01:10:37 libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 01:10:37 libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 01:10:37 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 01:10:37 libgprofng0 libgssapi-krb5-2 libheif1 libicu72 libip4tc2 libisl23 libitm1 01:10:37 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 libkeyutils1 01:10:37 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblerc4 01:10:37 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 libnss-systemd 01:10:37 libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 libquadmath0 01:10:37 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 01:10:37 libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common 01:10:37 libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 01:10:37 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 01:10:37 libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term 01:10:37 netcat-traditional openssh-client openssh-server openssh-sftp-server procps 01:10:37 psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd 01:10:37 systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev 01:10:37 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. 01:10:37 Need to get 97.1 MB of archives. 01:10:37 After this operation, 371 MB of additional disk space will be used. 01:10:37 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB] 01:10:37 Get:2 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB] 01:10:37 Get:3 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB] 01:10:37 Get:4 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB] 01:10:37 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB] 01:10:37 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB] 01:10:37 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB] 01:10:37 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB] 01:10:37 Get:9 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB] 01:10:37 Get:10 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.36-1~deb12u1 [1693 kB] 01:10:37 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.36-1~deb12u1 [3037 kB] 01:10:37 Get:12 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB] 01:10:37 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] 01:10:37 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] 01:10:37 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 01:10:37 Get:16 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] 01:10:37 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] 01:10:37 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 01:10:37 Get:19 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] 01:10:37 Get:20 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] 01:10:37 Get:21 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] 01:10:37 Get:22 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] 01:10:37 Get:23 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] 01:10:37 Get:24 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u3 [32.8 kB] 01:10:37 Get:25 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u3 [78.9 kB] 01:10:37 Get:26 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] 01:10:37 Get:27 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u3 [332 kB] 01:10:37 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u3 [135 kB] 01:10:37 Get:29 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u6 [992 kB] 01:10:37 Get:30 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u6 [65.8 kB] 01:10:37 Get:31 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] 01:10:37 Get:32 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] 01:10:37 Get:33 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 01:10:37 Get:34 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 01:10:37 Get:35 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B] 01:10:37 Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 01:10:37 Get:37 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] 01:10:37 Get:38 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] 01:10:37 Get:39 http://deb.debian.org/debian bookworm/main amd64 libwrap0 amd64 7.6.q-32 [54.9 kB] 01:10:37 Get:40 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u6 [457 kB] 01:10:37 Get:41 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB] 01:10:37 Get:42 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 01:10:37 Get:43 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB] 01:10:37 Get:44 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB] 01:10:37 Get:45 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.03-2 [1332 kB] 01:10:37 Get:46 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB] 01:10:37 Get:47 http://deb.debian.org/debian bookworm/main amd64 netcat-traditional amd64 1.10-47 [67.9 kB] 01:10:37 Get:48 http://deb.debian.org/debian bookworm/main amd64 systemd-timesyncd amd64 252.36-1~deb12u1 [63.7 kB] 01:10:37 Get:49 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] 01:10:37 Get:50 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] 01:10:37 Get:51 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] 01:10:37 Get:52 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] 01:10:37 Get:53 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] 01:10:37 Get:54 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] 01:10:37 Get:55 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] 01:10:37 Get:56 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] 01:10:37 Get:57 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] 01:10:37 Get:58 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] 01:10:37 Get:59 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] 01:10:37 Get:60 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14+deb12u1 [9768 kB] 01:10:37 Get:61 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] 01:10:37 Get:62 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] 01:10:37 Get:63 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] 01:10:37 Get:64 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] 01:10:37 Get:65 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] 01:10:37 Get:66 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] 01:10:37 Get:67 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] 01:10:37 Get:68 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] 01:10:37 Get:69 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] 01:10:37 Get:70 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u12 [391 kB] 01:10:37 Get:71 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u12 [315 kB] 01:10:37 Get:72 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] 01:10:37 Get:73 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB] 01:10:37 Get:74 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB] 01:10:37 Get:75 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14+deb12u1 [41.7 kB] 01:10:37 Get:76 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14+deb12u1 [116 kB] 01:10:37 Get:77 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14+deb12u1 [26.1 kB] 01:10:37 Get:78 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14+deb12u1 [9376 B] 01:10:37 Get:79 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14+deb12u1 [2193 kB] 01:10:37 Get:80 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14+deb12u1 [969 kB] 01:10:37 Get:81 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14+deb12u1 [2197 kB] 01:10:37 Get:82 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14+deb12u1 [883 kB] 01:10:37 Get:83 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14+deb12u1 [145 kB] 01:10:37 Get:84 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14+deb12u1 [2437 kB] 01:10:37 Get:85 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14+deb12u1 [19.3 MB] 01:10:37 Get:86 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] 01:10:37 Get:87 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] 01:10:37 Get:88 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] 01:10:37 Get:89 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB] 01:10:37 Get:90 http://deb.debian.org/debian bookworm/main amd64 gosu amd64 1.14-1+b10 [766 kB] 01:10:37 Get:91 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB] 01:10:37 Get:92 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1+deb12u1 [1851 kB] 01:10:37 Get:93 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB] 01:10:37 Get:94 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] 01:10:37 Get:95 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] 01:10:37 Get:96 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB] 01:10:37 Get:97 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] 01:10:37 Get:98 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] 01:10:37 Get:99 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] 01:10:37 Get:100 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB] 01:10:37 Get:101 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB] 01:10:37 Get:102 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB] 01:10:37 Get:103 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB] 01:10:37 Get:104 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB] 01:10:37 Get:105 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB] 01:10:37 Get:106 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB] 01:10:37 Get:107 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1+deb12u1 [215 kB] 01:10:37 Get:108 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] 01:10:37 Get:109 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] 01:10:37 Get:110 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] 01:10:37 Get:111 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] 01:10:37 Get:112 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u2 [316 kB] 01:10:37 Get:113 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] 01:10:37 Get:114 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] 01:10:37 Get:115 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB] 01:10:37 Get:116 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 01:10:37 Get:117 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] 01:10:37 Get:118 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB] 01:10:37 Get:119 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] 01:10:37 Get:120 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-9+deb12u10 [54.7 kB] 01:10:37 Get:121 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.140-1 [2145 kB] 01:10:37 Get:122 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] 01:10:37 Get:123 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] 01:10:37 Get:124 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] 01:10:37 Get:125 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] 01:10:37 Get:126 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB] 01:10:37 Get:127 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] 01:10:37 Get:128 http://deb.debian.org/debian bookworm/main amd64 libcurl4-gnutls-dev amd64 7.88.1-10+deb12u12 [487 kB] 01:10:37 Get:129 http://deb.debian.org/debian bookworm/main amd64 libexpat1-dev amd64 2.5.0-1+deb12u1 [150 kB] 01:10:37 Get:130 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 01:10:37 Get:131 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB] 01:10:37 Get:132 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.16-1~deb12u1 [2440 kB] 01:10:38 Get:133 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB] 01:10:38 Get:134 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB] 01:10:38 Get:135 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] 01:10:38 Get:136 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-2 [2030 kB] 01:10:38 Get:137 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB] 01:10:38 Get:138 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20230209.2326-1 [126 kB] 01:10:38 Get:139 http://deb.debian.org/debian bookworm/main amd64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 01:10:38 Get:140 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB] 01:10:38 Get:141 http://deb.debian.org/debian bookworm/main amd64 zlib1g-dev amd64 1:1.2.13.dfsg-1 [916 kB] 01:10:38 debconf: delaying package configuration, since apt-utils is not installed 01:10:38 Fetched 97.1 MB in 1s (143 MB/s) 01:10:38 Selecting previously unselected package libargon2-1:amd64. 01:10:38 (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.) 01:10:38 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... 01:10:38 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 01:10:38 Selecting previously unselected package dmsetup. 01:10:38 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... 01:10:38 Unpacking dmsetup (2:1.02.185-2) ... 01:10:38 Selecting previously unselected package libdevmapper1.02.1:amd64. 01:10:38 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... 01:10:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 01:10:38 Selecting previously unselected package libjson-c5:amd64. 01:10:38 Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... 01:10:38 Unpacking libjson-c5:amd64 (0.16-2) ... 01:10:38 Selecting previously unselected package libcryptsetup12:amd64. 01:10:38 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... 01:10:38 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 01:10:38 Selecting previously unselected package libfdisk1:amd64. 01:10:38 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_amd64.deb ... 01:10:38 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ... 01:10:38 Selecting previously unselected package libkmod2:amd64. 01:10:38 Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... 01:10:38 Unpacking libkmod2:amd64 (30+20221128-1) ... 01:10:38 Selecting previously unselected package libapparmor1:amd64. 01:10:38 Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... 01:10:38 Unpacking libapparmor1:amd64 (3.0.8-3) ... 01:10:38 Selecting previously unselected package libip4tc2:amd64. 01:10:38 Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... 01:10:38 Unpacking libip4tc2:amd64 (1.8.9-2) ... 01:10:38 Selecting previously unselected package libsystemd-shared:amd64. 01:10:38 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_amd64.deb ... 01:10:38 Unpacking libsystemd-shared:amd64 (252.36-1~deb12u1) ... 01:10:38 Selecting previously unselected package systemd. 01:10:38 Preparing to unpack .../10-systemd_252.36-1~deb12u1_amd64.deb ... 01:10:38 Unpacking systemd (252.36-1~deb12u1) ... 01:10:39 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... 01:10:39 Setting up libjson-c5:amd64 (0.16-2) ... 01:10:39 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ... 01:10:39 Setting up libkmod2:amd64 (30+20221128-1) ... 01:10:39 Setting up libapparmor1:amd64 (3.0.8-3) ... 01:10:39 Setting up libip4tc2:amd64 (1.8.9-2) ... 01:10:39 Setting up libsystemd-shared:amd64 (252.36-1~deb12u1) ... 01:10:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... 01:10:39 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... 01:10:39 Setting up systemd (252.36-1~deb12u1) ... 01:10:39 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 01:10:39 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 01:10:39 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 01:10:39 Initializing machine ID from random generator. 01:10:39 Creating group 'systemd-journal' with GID 999. 01:10:39 Creating group 'systemd-network' with GID 998. 01:10:39 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 01:10:39 Setting up dmsetup (2:1.02.185-2) ... 01:10:39 Selecting previously unselected package systemd-sysv. 01:10:39 (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.) 01:10:39 Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_amd64.deb ... 01:10:39 Unpacking systemd-sysv (252.36-1~deb12u1) ... 01:10:39 Selecting previously unselected package libdbus-1-3:amd64. 01:10:39 Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... 01:10:39 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 01:10:39 Selecting previously unselected package dbus-bin. 01:10:39 Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... 01:10:39 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 01:10:39 Selecting previously unselected package dbus-session-bus-common. 01:10:39 Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 01:10:39 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:10:39 Selecting previously unselected package libexpat1:amd64. 01:10:39 Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_amd64.deb ... 01:10:39 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... 01:10:39 Selecting previously unselected package dbus-daemon. 01:10:39 Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... 01:10:39 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 01:10:39 Selecting previously unselected package dbus-system-bus-common. 01:10:39 Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 01:10:39 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:10:39 Selecting previously unselected package dbus. 01:10:39 Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_amd64.deb ... 01:10:39 Unpacking dbus (1.14.10-1~deb12u1) ... 01:10:40 Selecting previously unselected package libbsd0:amd64. 01:10:40 Preparing to unpack .../008-libbsd0_0.11.7-2_amd64.deb ... 01:10:40 Unpacking libbsd0:amd64 (0.11.7-2) ... 01:10:40 Selecting previously unselected package libedit2:amd64. 01:10:40 Preparing to unpack .../009-libedit2_3.1-20221030-2_amd64.deb ... 01:10:40 Unpacking libedit2:amd64 (3.1-20221030-2) ... 01:10:40 Selecting previously unselected package libcbor0.8:amd64. 01:10:40 Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_amd64.deb ... 01:10:40 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... 01:10:40 Selecting previously unselected package libfido2-1:amd64. 01:10:40 Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_amd64.deb ... 01:10:40 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... 01:10:40 Selecting previously unselected package libkrb5support0:amd64. 01:10:40 Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_amd64.deb ... 01:10:40 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 01:10:40 Selecting previously unselected package libk5crypto3:amd64. 01:10:40 Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_amd64.deb ... 01:10:40 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 01:10:40 Selecting previously unselected package libkeyutils1:amd64. 01:10:40 Preparing to unpack .../014-libkeyutils1_1.6.3-2_amd64.deb ... 01:10:40 Unpacking libkeyutils1:amd64 (1.6.3-2) ... 01:10:40 Selecting previously unselected package libkrb5-3:amd64. 01:10:40 Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_amd64.deb ... 01:10:40 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 01:10:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:10:40 Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_amd64.deb ... 01:10:40 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 01:10:40 Selecting previously unselected package openssh-client. 01:10:40 Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_amd64.deb ... 01:10:40 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 01:10:40 Selecting previously unselected package openssh-sftp-server. 01:10:40 Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 01:10:40 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:10:40 Selecting previously unselected package libproc2-0:amd64. 01:10:40 Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_amd64.deb ... 01:10:40 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... 01:10:40 Selecting previously unselected package procps. 01:10:40 Preparing to unpack .../020-procps_2%3a4.0.2-3_amd64.deb ... 01:10:40 Unpacking procps (2:4.0.2-3) ... 01:10:40 Selecting previously unselected package sensible-utils. 01:10:40 Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... 01:10:40 Unpacking sensible-utils (0.0.17+nmu1) ... 01:10:40 Selecting previously unselected package ucf. 01:10:40 Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... 01:10:40 Moving old data out of the way 01:10:40 Unpacking ucf (3.0043+nmu1+deb12u1) ... 01:10:40 Selecting previously unselected package runit-helper. 01:10:40 Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... 01:10:40 Unpacking runit-helper (2.15.2) ... 01:10:40 Selecting previously unselected package libtirpc-common. 01:10:40 Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... 01:10:40 Unpacking libtirpc-common (1.3.3+ds-1) ... 01:10:40 Selecting previously unselected package libtirpc3:amd64. 01:10:40 Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_amd64.deb ... 01:10:40 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... 01:10:40 Selecting previously unselected package libnsl2:amd64. 01:10:40 Preparing to unpack .../026-libnsl2_1.3.0-2_amd64.deb ... 01:10:40 Unpacking libnsl2:amd64 (1.3.0-2) ... 01:10:40 Selecting previously unselected package libwrap0:amd64. 01:10:40 Preparing to unpack .../027-libwrap0_7.6.q-32_amd64.deb ... 01:10:40 Unpacking libwrap0:amd64 (7.6.q-32) ... 01:10:41 Selecting previously unselected package openssh-server. 01:10:41 Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_amd64.deb ... 01:10:41 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 01:10:41 Selecting previously unselected package gettext-base. 01:10:41 Preparing to unpack .../029-gettext-base_0.21-12_amd64.deb ... 01:10:41 Unpacking gettext-base (0.21-12) ... 01:10:41 Selecting previously unselected package krb5-locales. 01:10:41 Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... 01:10:41 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 01:10:41 Selecting previously unselected package libnss-systemd:amd64. 01:10:41 Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_amd64.deb ... 01:10:41 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ... 01:10:41 Selecting previously unselected package libpam-systemd:amd64. 01:10:41 Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_amd64.deb ... 01:10:41 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ... 01:10:41 Selecting previously unselected package manpages. 01:10:41 Preparing to unpack .../033-manpages_6.03-2_all.deb ... 01:10:41 Unpacking manpages (6.03-2) ... 01:10:41 Selecting previously unselected package ncurses-term. 01:10:41 Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... 01:10:41 Unpacking ncurses-term (6.4-4) ... 01:10:41 Selecting previously unselected package netcat-traditional. 01:10:41 Preparing to unpack .../035-netcat-traditional_1.10-47_amd64.deb ... 01:10:41 Unpacking netcat-traditional (1.10-47) ... 01:10:41 Selecting previously unselected package systemd-timesyncd. 01:10:41 Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_amd64.deb ... 01:10:41 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 01:10:41 Selecting previously unselected package binutils-common:amd64. 01:10:41 Preparing to unpack .../037-binutils-common_2.40-2_amd64.deb ... 01:10:41 Unpacking binutils-common:amd64 (2.40-2) ... 01:10:41 Selecting previously unselected package libbinutils:amd64. 01:10:41 Preparing to unpack .../038-libbinutils_2.40-2_amd64.deb ... 01:10:41 Unpacking libbinutils:amd64 (2.40-2) ... 01:10:42 Selecting previously unselected package libctf-nobfd0:amd64. 01:10:42 Preparing to unpack .../039-libctf-nobfd0_2.40-2_amd64.deb ... 01:10:42 Unpacking libctf-nobfd0:amd64 (2.40-2) ... 01:10:42 Selecting previously unselected package libctf0:amd64. 01:10:42 Preparing to unpack .../040-libctf0_2.40-2_amd64.deb ... 01:10:42 Unpacking libctf0:amd64 (2.40-2) ... 01:10:42 Selecting previously unselected package libgprofng0:amd64. 01:10:42 Preparing to unpack .../041-libgprofng0_2.40-2_amd64.deb ... 01:10:42 Unpacking libgprofng0:amd64 (2.40-2) ... 01:10:42 Selecting previously unselected package libjansson4:amd64. 01:10:42 Preparing to unpack .../042-libjansson4_2.14-2_amd64.deb ... 01:10:42 Unpacking libjansson4:amd64 (2.14-2) ... 01:10:42 Selecting previously unselected package binutils-x86-64-linux-gnu. 01:10:42 Preparing to unpack .../043-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... 01:10:42 Unpacking binutils-x86-64-linux-gnu (2.40-2) ... 01:10:42 Selecting previously unselected package binutils. 01:10:42 Preparing to unpack .../044-binutils_2.40-2_amd64.deb ... 01:10:42 Unpacking binutils (2.40-2) ... 01:10:42 Selecting previously unselected package libisl23:amd64. 01:10:42 Preparing to unpack .../045-libisl23_0.25-1.1_amd64.deb ... 01:10:42 Unpacking libisl23:amd64 (0.25-1.1) ... 01:10:42 Selecting previously unselected package libmpfr6:amd64. 01:10:42 Preparing to unpack .../046-libmpfr6_4.2.0-1_amd64.deb ... 01:10:42 Unpacking libmpfr6:amd64 (4.2.0-1) ... 01:10:42 Selecting previously unselected package libmpc3:amd64. 01:10:42 Preparing to unpack .../047-libmpc3_1.3.1-1_amd64.deb ... 01:10:42 Unpacking libmpc3:amd64 (1.3.1-1) ... 01:10:42 Selecting previously unselected package cpp-12. 01:10:42 Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_amd64.deb ... 01:10:42 Unpacking cpp-12 (12.2.0-14+deb12u1) ... 01:10:43 Selecting previously unselected package cpp. 01:10:43 Preparing to unpack .../049-cpp_4%3a12.2.0-3_amd64.deb ... 01:10:43 Unpacking cpp (4:12.2.0-3) ... 01:10:43 Selecting previously unselected package libbrotli1:amd64. 01:10:43 Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_amd64.deb ... 01:10:43 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... 01:10:43 Selecting previously unselected package libsasl2-modules-db:amd64. 01:10:43 Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... 01:10:43 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 01:10:43 Selecting previously unselected package libsasl2-2:amd64. 01:10:43 Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... 01:10:43 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... 01:10:43 Selecting previously unselected package libldap-2.5-0:amd64. 01:10:43 Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... 01:10:43 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 01:10:43 Selecting previously unselected package libnghttp2-14:amd64. 01:10:43 Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... 01:10:43 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 01:10:43 Selecting previously unselected package libpsl5:amd64. 01:10:43 Preparing to unpack .../055-libpsl5_0.21.2-1_amd64.deb ... 01:10:43 Unpacking libpsl5:amd64 (0.21.2-1) ... 01:10:43 Selecting previously unselected package librtmp1:amd64. 01:10:43 Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... 01:10:43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:10:43 Selecting previously unselected package libssh2-1:amd64. 01:10:43 Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_amd64.deb ... 01:10:43 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... 01:10:43 Selecting previously unselected package libcurl4:amd64. 01:10:43 Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_amd64.deb ... 01:10:43 Unpacking libcurl4:amd64 (7.88.1-10+deb12u12) ... 01:10:43 Selecting previously unselected package curl. 01:10:43 Preparing to unpack .../059-curl_7.88.1-10+deb12u12_amd64.deb ... 01:10:43 Unpacking curl (7.88.1-10+deb12u12) ... 01:10:43 Selecting previously unselected package dbus-user-session. 01:10:43 Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... 01:10:43 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 01:10:43 Selecting previously unselected package fonts-dejavu-core. 01:10:43 Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... 01:10:43 Unpacking fonts-dejavu-core (2.37-6) ... 01:10:43 Selecting previously unselected package fontconfig-config. 01:10:43 Preparing to unpack .../062-fontconfig-config_2.14.1-4_amd64.deb ... 01:10:44 Unpacking fontconfig-config (2.14.1-4) ... 01:10:44 Selecting previously unselected package libcc1-0:amd64. 01:10:44 Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libcc1-0:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libgomp1:amd64. 01:10:44 Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libitm1:amd64. 01:10:44 Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libitm1:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libatomic1:amd64. 01:10:44 Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libatomic1:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libasan8:amd64. 01:10:44 Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libasan8:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package liblsan0:amd64. 01:10:44 Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking liblsan0:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libtsan2:amd64. 01:10:44 Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libtsan2:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libubsan1:amd64. 01:10:44 Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libubsan1:amd64 (12.2.0-14+deb12u1) ... 01:10:44 Selecting previously unselected package libquadmath0:amd64. 01:10:44 Preparing to unpack .../071-libquadmath0_12.2.0-14+deb12u1_amd64.deb ... 01:10:44 Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) ... 01:10:45 Selecting previously unselected package libgcc-12-dev:amd64. 01:10:45 Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_amd64.deb ... 01:10:45 Unpacking libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... 01:10:45 Selecting previously unselected package gcc-12. 01:10:45 Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_amd64.deb ... 01:10:45 Unpacking gcc-12 (12.2.0-14+deb12u1) ... 01:10:46 Selecting previously unselected package gcc. 01:10:46 Preparing to unpack .../074-gcc_4%3a12.2.0-3_amd64.deb ... 01:10:46 Unpacking gcc (4:12.2.0-3) ... 01:10:46 Selecting previously unselected package libicu72:amd64. 01:10:46 Preparing to unpack .../075-libicu72_72.1-3_amd64.deb ... 01:10:46 Unpacking libicu72:amd64 (72.1-3) ... 01:10:46 Selecting previously unselected package libxml2:amd64. 01:10:46 Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... 01:10:46 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... 01:10:46 Selecting previously unselected package gettext. 01:10:46 Preparing to unpack .../077-gettext_0.21-12_amd64.deb ... 01:10:46 Unpacking gettext (0.21-12) ... 01:10:47 Selecting previously unselected package gosu. 01:10:47 Preparing to unpack .../078-gosu_1.14-1+b10_amd64.deb ... 01:10:47 Unpacking gosu (1.14-1+b10) ... 01:10:47 Selecting previously unselected package libabsl20220623:amd64. 01:10:47 Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ... 01:10:47 Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ... 01:10:47 Selecting previously unselected package libaom3:amd64. 01:10:47 Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_amd64.deb ... 01:10:47 Unpacking libaom3:amd64 (3.6.0-1+deb12u1) ... 01:10:47 Selecting previously unselected package libdav1d6:amd64. 01:10:47 Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_amd64.deb ... 01:10:47 Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ... 01:10:47 Selecting previously unselected package libgav1-1:amd64. 01:10:47 Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_amd64.deb ... 01:10:47 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... 01:10:47 Selecting previously unselected package librav1e0:amd64. 01:10:47 Preparing to unpack .../083-librav1e0_0.5.1-6_amd64.deb ... 01:10:47 Unpacking librav1e0:amd64 (0.5.1-6) ... 01:10:47 Selecting previously unselected package libsvtav1enc1:amd64. 01:10:47 Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... 01:10:47 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... 01:10:47 Selecting previously unselected package libjpeg62-turbo:amd64. 01:10:47 Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... 01:10:47 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... 01:10:47 Selecting previously unselected package libyuv0:amd64. 01:10:47 Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... 01:10:47 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... 01:10:47 Selecting previously unselected package libavif15:amd64. 01:10:47 Preparing to unpack .../087-libavif15_0.11.1-1_amd64.deb ... 01:10:47 Unpacking libavif15:amd64 (0.11.1-1) ... 01:10:47 Selecting previously unselected package libc-dev-bin. 01:10:47 Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_amd64.deb ... 01:10:47 Unpacking libc-dev-bin (2.36-9+deb12u10) ... 01:10:47 Selecting previously unselected package libpng16-16:amd64. 01:10:47 Preparing to unpack .../089-libpng16-16_1.6.39-2_amd64.deb ... 01:10:47 Unpacking libpng16-16:amd64 (1.6.39-2) ... 01:10:48 Selecting previously unselected package libfreetype6:amd64. 01:10:48 Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ... 01:10:48 Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... 01:10:48 Selecting previously unselected package libfontconfig1:amd64. 01:10:48 Preparing to unpack .../091-libfontconfig1_2.14.1-4_amd64.deb ... 01:10:48 Unpacking libfontconfig1:amd64 (2.14.1-4) ... 01:10:48 Selecting previously unselected package libde265-0:amd64. 01:10:48 Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_amd64.deb ... 01:10:48 Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ... 01:10:48 Selecting previously unselected package libnuma1:amd64. 01:10:48 Preparing to unpack .../093-libnuma1_2.0.16-1_amd64.deb ... 01:10:48 Unpacking libnuma1:amd64 (2.0.16-1) ... 01:10:48 Selecting previously unselected package libx265-199:amd64. 01:10:48 Preparing to unpack .../094-libx265-199_3.5-2+b1_amd64.deb ... 01:10:48 Unpacking libx265-199:amd64 (3.5-2+b1) ... 01:10:48 Selecting previously unselected package libheif1:amd64. 01:10:48 Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_amd64.deb ... 01:10:48 Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ... 01:10:48 Selecting previously unselected package libdeflate0:amd64. 01:10:48 Preparing to unpack .../096-libdeflate0_1.14-1_amd64.deb ... 01:10:48 Unpacking libdeflate0:amd64 (1.14-1) ... 01:10:48 Selecting previously unselected package libjbig0:amd64. 01:10:48 Preparing to unpack .../097-libjbig0_2.1-6.1_amd64.deb ... 01:10:48 Unpacking libjbig0:amd64 (2.1-6.1) ... 01:10:48 Selecting previously unselected package liblerc4:amd64. 01:10:48 Preparing to unpack .../098-liblerc4_4.0.0+ds-2_amd64.deb ... 01:10:48 Unpacking liblerc4:amd64 (4.0.0+ds-2) ... 01:10:48 Selecting previously unselected package libwebp7:amd64. 01:10:48 Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... 01:10:48 Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... 01:10:48 Selecting previously unselected package libtiff6:amd64. 01:10:48 Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_amd64.deb ... 01:10:48 Unpacking libtiff6:amd64 (4.5.0-6+deb12u2) ... 01:10:48 Selecting previously unselected package libxau6:amd64. 01:10:48 Preparing to unpack .../101-libxau6_1%3a1.0.9-1_amd64.deb ... 01:10:48 Unpacking libxau6:amd64 (1:1.0.9-1) ... 01:10:48 Selecting previously unselected package libxdmcp6:amd64. 01:10:48 Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 01:10:48 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 01:10:48 Selecting previously unselected package libxcb1:amd64. 01:10:48 Preparing to unpack .../103-libxcb1_1.15-1_amd64.deb ... 01:10:48 Unpacking libxcb1:amd64 (1.15-1) ... 01:10:48 Selecting previously unselected package libx11-data. 01:10:48 Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 01:10:48 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 01:10:48 Selecting previously unselected package libx11-6:amd64. 01:10:48 Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... 01:10:48 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 01:10:48 Selecting previously unselected package libxpm4:amd64. 01:10:48 Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ... 01:10:48 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... 01:10:48 Selecting previously unselected package libgd3:amd64. 01:10:48 Preparing to unpack .../107-libgd3_2.3.3-9_amd64.deb ... 01:10:49 Unpacking libgd3:amd64 (2.3.3-9) ... 01:10:49 Selecting previously unselected package libc-devtools. 01:10:49 Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_amd64.deb ... 01:10:49 Unpacking libc-devtools (2.36-9+deb12u10) ... 01:10:49 Selecting previously unselected package linux-libc-dev:amd64. 01:10:49 Preparing to unpack .../109-linux-libc-dev_6.1.140-1_amd64.deb ... 01:10:49 Unpacking linux-libc-dev:amd64 (6.1.140-1) ... 01:10:49 Selecting previously unselected package libcrypt-dev:amd64. 01:10:49 Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... 01:10:49 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... 01:10:49 Selecting previously unselected package libtirpc-dev:amd64. 01:10:49 Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_amd64.deb ... 01:10:49 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... 01:10:49 Selecting previously unselected package libnsl-dev:amd64. 01:10:49 Preparing to unpack .../112-libnsl-dev_1.3.0-2_amd64.deb ... 01:10:49 Unpacking libnsl-dev:amd64 (1.3.0-2) ... 01:10:49 Selecting previously unselected package rpcsvc-proto. 01:10:49 Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_amd64.deb ... 01:10:49 Unpacking rpcsvc-proto (1.4.3-1) ... 01:10:49 Selecting previously unselected package libc6-dev:amd64. 01:10:49 Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_amd64.deb ... 01:10:49 Unpacking libc6-dev:amd64 (2.36-9+deb12u10) ... 01:10:49 Selecting previously unselected package libcurl3-gnutls:amd64. 01:10:49 Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... 01:10:49 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 01:10:49 Selecting previously unselected package libcurl4-gnutls-dev:amd64. 01:10:49 Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_amd64.deb ... 01:10:49 Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... 01:10:49 Selecting previously unselected package libexpat1-dev:amd64. 01:10:49 Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_amd64.deb ... 01:10:49 Unpacking libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... 01:10:49 Selecting previously unselected package libldap-common. 01:10:49 Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... 01:10:49 Unpacking libldap-common (2.5.13+dfsg-5) ... 01:10:49 Selecting previously unselected package libsasl2-modules:amd64. 01:10:49 Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ... 01:10:49 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 01:10:49 Selecting previously unselected package libssl-dev:amd64. 01:10:49 Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_amd64.deb ... 01:10:49 Unpacking libssl-dev:amd64 (3.0.16-1~deb12u1) ... 01:10:49 Selecting previously unselected package libxext6:amd64. 01:10:50 Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_amd64.deb ... 01:10:50 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ... 01:10:50 Selecting previously unselected package libxmuu1:amd64. 01:10:50 Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_amd64.deb ... 01:10:50 Unpacking libxmuu1:amd64 (2:1.1.3-3) ... 01:10:50 Selecting previously unselected package make. 01:10:50 Preparing to unpack .../123-make_4.3-4.1_amd64.deb ... 01:10:50 Unpacking make (4.3-4.1) ... 01:10:50 Selecting previously unselected package manpages-dev. 01:10:50 Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... 01:10:50 Unpacking manpages-dev (6.03-2) ... 01:10:50 Selecting previously unselected package psmisc. 01:10:50 Preparing to unpack .../125-psmisc_23.6-1_amd64.deb ... 01:10:50 Unpacking psmisc (23.6-1) ... 01:10:50 Selecting previously unselected package publicsuffix. 01:10:50 Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... 01:10:50 Unpacking publicsuffix (20230209.2326-1) ... 01:10:50 Selecting previously unselected package ssh. 01:10:50 Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 01:10:50 Unpacking ssh (1:9.2p1-2+deb12u6) ... 01:10:50 Selecting previously unselected package xauth. 01:10:50 Preparing to unpack .../128-xauth_1%3a1.1.2-1_amd64.deb ... 01:10:50 Unpacking xauth (1:1.1.2-1) ... 01:10:50 Selecting previously unselected package zlib1g-dev:amd64. 01:10:50 Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... 01:10:50 Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... 01:10:50 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... 01:10:50 Setting up runit-helper (2.15.2) ... 01:10:50 Setting up libaom3:amd64 (3.6.0-1+deb12u1) ... 01:10:50 Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ... 01:10:50 Setting up systemd-sysv (252.36-1~deb12u1) ... 01:10:50 Setting up libxau6:amd64 (1:1.0.9-1) ... 01:10:50 Setting up libkeyutils1:amd64 (1.6.3-2) ... 01:10:50 Setting up libpsl5:amd64 (0.21.2-1) ... 01:10:50 Setting up libicu72:amd64 (72.1-3) ... 01:10:50 Setting up liblerc4:amd64 (4.0.0+ds-2) ... 01:10:50 Setting up netcat-traditional (1.10-47) ... 01:10:50 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 01:10:50 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 01:10:50 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 01:10:50 Setting up psmisc (23.6-1) ... 01:10:50 Setting up manpages (6.03-2) ... 01:10:50 Setting up libtirpc-common (1.3.3+ds-1) ... 01:10:50 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... 01:10:50 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... 01:10:50 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ... 01:10:50 Setting up binutils-common:amd64 (2.40-2) ... 01:10:50 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... 01:10:50 Setting up libdeflate0:amd64 (1.14-1) ... 01:10:50 Setting up linux-libc-dev:amd64 (6.1.140-1) ... 01:10:50 Setting up libctf-nobfd0:amd64 (2.40-2) ... 01:10:50 Setting up gettext-base (0.21-12) ... 01:10:50 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ... 01:10:50 Setting up krb5-locales (1.20.1-2+deb12u3) ... 01:10:50 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... 01:10:50 Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ... 01:10:50 Setting up libldap-common (2.5.13+dfsg-5) ... 01:10:50 Setting up libjbig0:amd64 (2.1-6.1) ... 01:10:50 Setting up librav1e0:amd64 (0.5.1-6) ... 01:10:50 Setting up libjansson4:amd64 (2.14-2) ... 01:10:50 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u3) ... 01:10:50 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... 01:10:50 Setting up rpcsvc-proto (1.4.3-1) ... 01:10:50 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... 01:10:50 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 01:10:50 Setting up make (4.3-4.1) ... 01:10:50 Setting up libmpfr6:amd64 (4.2.0-1) ... 01:10:50 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:10:50 Setting up gosu (1.14-1+b10) ... 01:10:50 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... 01:10:50 Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ... 01:10:50 Setting up libproc2-0:amd64 (2:4.0.2-3) ... 01:10:50 Setting up libssl-dev:amd64 (3.0.16-1~deb12u1) ... 01:10:50 Setting up libpng16-16:amd64 (1.6.39-2) ... 01:10:50 Setting up libmpc3:amd64 (1.3.1-1) ... 01:10:50 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 01:10:50 Creating group 'systemd-timesync' with GID 997. 01:10:50 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 01:10:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 01:10:51 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 01:10:51 Setting up libatomic1:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up fonts-dejavu-core (2.37-6) ... 01:10:51 Setting up libgav1-1:amd64 (0.18.0-1+b1) ... 01:10:51 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u3) ... 01:10:51 Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ... 01:10:51 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... 01:10:51 Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... 01:10:51 Setting up libubsan1:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up libnuma1:amd64 (2.0.16-1) ... 01:10:51 Setting up sensible-utils (0.0.17+nmu1) ... 01:10:51 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... 01:10:51 Setting up libtiff6:amd64 (4.5.0-6+deb12u2) ... 01:10:51 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:10:51 Setting up libasan8:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up procps (2:4.0.2-3) ... 01:10:51 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... 01:10:51 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u3) ... 01:10:51 Setting up libtsan2:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up libbinutils:amd64 (2.40-2) ... 01:10:51 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:10:51 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... 01:10:51 Setting up libisl23:amd64 (0.25-1.1) ... 01:10:51 Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ... 01:10:51 Setting up libc-dev-bin (2.36-9+deb12u10) ... 01:10:51 Setting up libbsd0:amd64 (0.11.7-2) ... 01:10:51 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... 01:10:51 Setting up publicsuffix (20230209.2326-1) ... 01:10:51 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... 01:10:51 Setting up libcc1-0:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up dbus-bin (1.14.10-1~deb12u1) ... 01:10:51 Setting up liblsan0:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up libitm1:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up ncurses-term (6.4-4) ... 01:10:51 Setting up libctf0:amd64 (2.40-2) ... 01:10:51 Setting up manpages-dev (6.03-2) ... 01:10:51 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 01:10:51 Setting up cpp-12 (12.2.0-14+deb12u1) ... 01:10:51 Setting up libxcb1:amd64 (1.15-1) ... 01:10:51 Setting up gettext (0.21-12) ... 01:10:51 Setting up libavif15:amd64 (0.11.1-1) ... 01:10:51 Setting up fontconfig-config (2.14.1-4) ... 01:10:51 debconf: unable to initialize frontend: Dialog 01:10:51 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:10:51 debconf: falling back to frontend: Readline 01:10:51 debconf: unable to initialize frontend: Readline 01:10:51 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.) 01:10:51 debconf: falling back to frontend: Teletype 01:10:51 Setting up libedit2:amd64 (3.1-20221030-2) ... 01:10:51 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 01:10:51 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... 01:10:51 Setting up libgprofng0:amd64 (2.40-2) ... 01:10:51 Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ... 01:10:51 Setting up dbus (1.14.10-1~deb12u1) ... 01:10:51 invoke-rc.d: could not determine current runlevel 01:10:51 invoke-rc.d: policy-rc.d denied execution of start. 01:10:51 Setting up libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ... 01:10:51 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u3) ... 01:10:51 Setting up ucf (3.0043+nmu1+deb12u1) ... 01:10:51 debconf: unable to initialize frontend: Dialog 01:10:51 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:10:51 debconf: falling back to frontend: Readline 01:10:51 debconf: unable to initialize frontend: Readline 01:10:51 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.) 01:10:51 debconf: falling back to frontend: Teletype 01:10:51 Setting up libx265-199:amd64 (3.5-2+b1) ... 01:10:51 Setting up cpp (4:12.2.0-3) ... 01:10:51 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ... 01:10:52 debconf: unable to initialize frontend: Dialog 01:10:52 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:10:52 debconf: falling back to frontend: Readline 01:10:52 debconf: unable to initialize frontend: Readline 01:10:52 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.) 01:10:52 debconf: falling back to frontend: Teletype 01:10:52 Setting up libcurl4:amd64 (7.88.1-10+deb12u12) ... 01:10:52 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... 01:10:52 Setting up curl (7.88.1-10+deb12u12) ... 01:10:52 Setting up libfontconfig1:amd64 (2.14.1-4) ... 01:10:52 Setting up libxmuu1:amd64 (2:1.1.3-3) ... 01:10:52 Setting up binutils-x86-64-linux-gnu (2.40-2) ... 01:10:52 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... 01:10:52 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... 01:10:52 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 01:10:52 Setting up libheif1:amd64 (1.15.1-1+deb12u1) ... 01:10:52 Setting up libxext6:amd64 (2:1.3.4-1+b1) ... 01:10:52 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... 01:10:52 Setting up binutils (2.40-2) ... 01:10:52 Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ... 01:10:52 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 01:10:52 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... 01:10:52 Setting up gcc-12 (12.2.0-14+deb12u1) ... 01:10:52 Setting up libgd3:amd64 (2.3.3-9) ... 01:10:52 Setting up xauth (1:1.1.2-1) ... 01:10:52 Setting up libnsl2:amd64 (1.3.0-2) ... 01:10:52 Setting up libc-devtools (2.36-9+deb12u10) ... 01:10:52 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:10:52 Setting up gcc (4:12.2.0-3) ... 01:10:52 Setting up libwrap0:amd64 (7.6.q-32) ... 01:10:52 Setting up libnsl-dev:amd64 (1.3.0-2) ... 01:10:52 Setting up libc6-dev:amd64 (2.36-9+deb12u10) ... 01:10:52 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 01:10:52 debconf: unable to initialize frontend: Dialog 01:10:52 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:10:52 debconf: falling back to frontend: Readline 01:10:52 debconf: unable to initialize frontend: Readline 01:10:52 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.) 01:10:52 debconf: falling back to frontend: Teletype 01:10:52 01:10:52 Creating config file /etc/ssh/sshd_config with new version 01:10:52 Creating SSH2 RSA key; this may take some time ... 01:10:52 3072 SHA256:WHnGo6l4Kr5XZwF8oMTKJpj7CO83DCNfYpK/Xo8Shrk root@61c20d115f36 (RSA) 01:10:52 Creating SSH2 ECDSA key; this may take some time ... 01:10:52 256 SHA256:mViiIrBPxai5acYU2IPpJqLOq9Wjty2a1ek8y4XrSBE root@61c20d115f36 (ECDSA) 01:10:52 Creating SSH2 ED25519 key; this may take some time ... 01:10:52 256 SHA256:P0mwYR/lGROIrs3o3023ARvQJJ4k7Fcl3vXUQpTQIjs root@61c20d115f36 (ED25519) 01:10:53 invoke-rc.d: could not determine current runlevel 01:10:53 invoke-rc.d: policy-rc.d denied execution of start. 01:10:53 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 01:10:53 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 01:10:53 Setting up libexpat1-dev:amd64 (2.5.0-1+deb12u1) ... 01:10:53 Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... 01:10:53 Setting up ssh (1:9.2p1-2+deb12u6) ... 01:10:53 Processing triggers for libc-bin (2.36-9+deb12u10) ... 01:10:58 Removing intermediate container 61c20d115f36 01:10:58 ---> 988ac0829f4f 01:10:58 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 01:10:58 ---> Running in 5f9365f6fe65 01:10:58  % Total % Received % Xferd Average Speed Time Time Time Current 01:10:58 Dload Upload Total Spent Left Speed 01:10:58 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 01:10:58 GIT_VERSION = 2.31.1 01:10:58  * new build flags 01:10:58  CC fuzz-commit-graph.o 01:10:58 CC fuzz-pack-headers.o 01:10:58 CC fuzz-pack-idx.o 01:10:58 CC daemon.o 01:10:59  * new link flags 01:10:59  CC common-main.o 01:10:59 CC abspath.o 01:11:00 CC add-interactive.o 01:11:00 CC add-patch.o 01:11:01 CC advice.o 01:11:01 CC alias.o 01:11:01 CC alloc.o 01:11:01 CC apply.o 01:11:03 CC archive-tar.o 01:11:03 CC archive-zip.o 01:11:04 CC archive.o 01:11:04  * new prefix flags 01:11:04  CC attr.o 01:11:05 CC base85.o 01:11:05 CC bisect.o 01:11:05 CC blame.o 01:11:06 CC blob.o 01:11:06 CC bloom.o 01:11:07 CC branch.o 01:11:07 CC bulk-checkin.o 01:11:07 CC bundle.o 01:11:07 CC cache-tree.o 01:11:08 CC chdir-notify.o 01:11:08 CC checkout.o 01:11:08 CC chunk-format.o 01:11:08 CC color.o 01:11:09 CC column.o 01:11:09 CC combine-diff.o 01:11:09 CC commit-graph.o 01:11:11 CC commit-reach.o 01:11:11 CC commit.o 01:11:12 CC compat/obstack.o 01:11:12 CC compat/terminal.o 01:11:12 CC config.o 01:11:13 CC connect.o 01:11:14 CC connected.o 01:11:14 CC convert.o 01:11:14 CC copy.o 01:11:15 CC credential.o 01:11:15 CC csum-file.o 01:11:15 CC ctype.o 01:11:15 CC date.o 01:11:16 CC decorate.o 01:11:16 CC delta-islands.o 01:11:16 CC diff-delta.o 01:11:17 CC diff-merges.o 01:11:17 CC diff-lib.o 01:11:17 CC diff-no-index.o 01:11:17 CC diff.o 01:11:21 CC diffcore-break.o 01:11:21 CC diffcore-delta.o 01:11:21 CC diffcore-order.o 01:11:21 CC diffcore-pickaxe.o 01:11:21 CC diffcore-rename.o 01:11:21 CC diffcore-rotate.o 01:11:22 CC dir-iterator.o 01:11:22 CC dir.o 01:11:23 CC editor.o 01:11:23 CC entry.o 01:11:23 CC environment.o 01:11:24 CC ewah/bitmap.o 01:11:24 CC ewah/ewah_bitmap.o 01:11:24 CC ewah/ewah_io.o 01:11:24 CC ewah/ewah_rlw.o 01:11:24 CC exec-cmd.o 01:11:25 CC fetch-negotiator.o 01:11:25 CC fetch-pack.o 01:11:26 CC fmt-merge-msg.o 01:11:26 CC fsck.o 01:11:27 CC fsmonitor.o 01:11:27 CC gettext.o 01:11:27 CC gpg-interface.o 01:11:27 CC graph.o 01:11:28 CC grep.o 01:11:28 CC hash-lookup.o 01:11:29 CC hashmap.o 01:11:29 GEN command-list.h 01:11:30 CC help.o 01:11:30 CC hex.o 01:11:30 CC ident.o 01:11:31 CC json-writer.o 01:11:31 CC kwset.o 01:11:31 CC levenshtein.o 01:11:32 CC line-log.o 01:11:32 CC line-range.o 01:11:32 CC linear-assignment.o 01:11:33 CC list-objects-filter-options.o 01:11:33 CC list-objects-filter.o 01:11:34 CC list-objects.o 01:11:34 CC ll-merge.o 01:11:34 CC lockfile.o 01:11:34 CC log-tree.o 01:11:35 CC ls-refs.o 01:11:35 CC mailinfo.o 01:11:35 CC mailmap.o 01:11:35 CC match-trees.o 01:11:36 CC mem-pool.o 01:11:36 CC merge-blobs.o 01:11:36 CC merge-ort.o 01:11:37 CC merge-ort-wrappers.o 01:11:37 CC merge-recursive.o 01:11:39 CC merge.o 01:11:39 CC mergesort.o 01:11:39 CC midx.o 01:11:40 CC name-hash.o 01:11:40 CC negotiator/default.o 01:11:40 CC negotiator/noop.o 01:11:40 CC negotiator/skipping.o 01:11:40 CC notes-cache.o 01:11:41 CC notes-merge.o 01:11:41 CC notes-utils.o 01:11:41 CC notes.o 01:11:42 CC object-file.o 01:11:43 CC object-name.o 01:11:43 CC object.o 01:11:44 CC oid-array.o 01:11:44 CC oidmap.o 01:11:44 CC oidset.o 01:11:44 CC pack-bitmap-write.o 01:11:45 CC pack-bitmap.o 01:11:45 CC pack-check.o 01:11:46 CC pack-objects.o 01:11:46 CC pack-revindex.o 01:11:46 CC pack-write.o 01:11:47 CC packfile.o 01:11:47 CC pager.o 01:11:47 CC parse-options-cb.o 01:11:48 CC parse-options.o 01:11:48 CC patch-delta.o 01:11:48 CC patch-ids.o 01:11:48 CC path.o 01:11:49 CC pathspec.o 01:11:50 CC pkt-line.o 01:11:50 CC preload-index.o 01:11:50 CC pretty.o 01:11:51 CC prio-queue.o 01:11:51 CC progress.o 01:11:51 CC promisor-remote.o 01:11:51 CC prompt.o 01:11:52 CC protocol.o 01:11:52 CC prune-packed.o 01:11:52 CC quote.o 01:11:52 CC range-diff.o 01:11:53 CC reachable.o 01:11:53 CC read-cache.o 01:11:54 CC rebase-interactive.o 01:11:54 CC rebase.o 01:11:55 CC ref-filter.o 01:11:55 CC reflog-walk.o 01:11:56 CC refs.o 01:11:57 CC refs/debug.o 01:11:57 CC refs/files-backend.o 01:11:58 CC refs/iterator.o 01:11:58 CC refs/packed-backend.o 01:11:58 CC refs/ref-cache.o 01:11:59 CC refspec.o 01:11:59 CC remote.o 01:12:00 CC replace-object.o 01:12:00 CC repo-settings.o 01:12:00 CC repository.o 01:12:00 CC rerere.o 01:12:01 CC reset.o 01:12:01 CC resolve-undo.o 01:12:01 CC revision.o 01:12:03 CC run-command.o 01:12:03 CC send-pack.o 01:12:04 CC sequencer.o 01:12:06 CC serve.o 01:12:06 CC server-info.o 01:12:06 CC setup.o 01:12:07 CC shallow.o 01:12:08 CC sideband.o 01:12:08 CC sigchain.o 01:12:08 CC split-index.o 01:12:08 CC stable-qsort.o 01:12:08 CC strbuf.o 01:12:09 CC streaming.o 01:12:09 CC string-list.o 01:12:09 CC strmap.o 01:12:10 CC strvec.o 01:12:10 CC sub-process.o 01:12:10 CC submodule-config.o 01:12:11 CC submodule.o 01:12:11 CC symlinks.o 01:12:11 CC tag.o 01:12:12 CC tempfile.o 01:12:12 CC thread-utils.o 01:12:12 CC tmp-objdir.o 01:12:12 CC trace.o 01:12:12 CC trace2.o 01:12:13 CC trace2/tr2_cfg.o 01:12:13 CC trace2/tr2_cmd_name.o 01:12:13 CC trace2/tr2_dst.o 01:12:13 CC trace2/tr2_sid.o 01:12:13 CC trace2/tr2_sysenv.o 01:12:14 CC trace2/tr2_tbuf.o 01:12:14 CC trace2/tr2_tgt_event.o 01:12:14 CC trace2/tr2_tgt_normal.o 01:12:15 CC trace2/tr2_tgt_perf.o 01:12:15 CC trace2/tr2_tls.o 01:12:15 CC trailer.o 01:12:16 CC transport-helper.o 01:12:16 CC transport.o 01:12:17 CC tree-diff.o 01:12:17 CC tree-walk.o 01:12:17 CC tree.o 01:12:18 CC unpack-trees.o 01:12:18 CC upload-pack.o 01:12:19 CC url.o 01:12:19 CC urlmatch.o 01:12:20 CC usage.o 01:12:20 CC userdiff.o 01:12:20 CC utf8.o 01:12:20 CC varint.o 01:12:21 CC version.o 01:12:21 CC versioncmp.o 01:12:21 CC walker.o 01:12:21 CC wildmatch.o 01:12:21 CC worktree.o 01:12:22 CC wrapper.o 01:12:22 CC write-or-die.o 01:12:22 CC ws.o 01:12:23 CC wt-status.o 01:12:24 CC xdiff-interface.o 01:12:24 CC zlib.o 01:12:24 CC unix-socket.o 01:12:24 CC sha1dc_git.o 01:12:24 CC sha1dc/sha1.o 01:12:25 CC sha1dc/ubc_check.o 01:12:25 CC sha256/block/sha256.o 01:12:26 CC compat/fopen.o 01:12:26 CC compat/strlcpy.o 01:12:26 CC compat/qsort_s.o 01:12:26 AR libgit.a 01:12:26 CC xdiff/xdiffi.o 01:12:27 CC xdiff/xemit.o 01:12:27 CC xdiff/xhistogram.o 01:12:27 CC xdiff/xmerge.o 01:12:27 CC xdiff/xpatience.o 01:12:28 CC xdiff/xprepare.o 01:12:28 CC xdiff/xutils.o 01:12:28 AR xdiff/lib.a 01:12:28 LINK git-daemon 01:12:28 CC http-backend.o 01:12:29 LINK git-http-backend 01:12:29 CC imap-send.o 01:12:29 CC http.o 01:12:30 http.c: In function 'get_curl_handle': 01:12:30 http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 01:12:30 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, 01:12:30 | ^~~~~~~~~~~~~~~~ 01:12:30 In file included from http.h:6, 01:12:30 from http.c:2: 01:12:30 /usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here 01:12:30 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, 01:12:30 | ^~~~~~~~~~~~~~~~~ 01:12:30 http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 01:12:30 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, 01:12:30 | ^~~~~~~~~~~~~~~~ 01:12:30 /usr/include/x86_64-linux-gnu/curl/curl.h:1749:3: note: declared here 01:12:30 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, 01:12:30 | ^~~~~~~~~~~~~~~~~ 01:12:30 http.c: In function 'run_active_slot': 01:12:30 http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] 01:12:30 1477 | slot->finished = &finished; 01:12:30 | ~~~~~~~~~~~~~~~^~~~~~~~~~~ 01:12:30 http.c:1475:13: note: 'finished' declared here 01:12:30 1475 | int finished = 0; 01:12:30 | ^~~~~~~~ 01:12:30 http.c:1475:13: note: 'slot' declared here 01:12:31  LINK git-imap-send 01:12:31 CC sh-i18n--envsubst.o 01:12:31 LINK git-sh-i18n--envsubst 01:12:31 CC shell.o 01:12:31 LINK git-shell 01:12:31 CC http-walker.o 01:12:31 CC http-fetch.o 01:12:32 LINK git-http-fetch 01:12:32 CC http-push.o 01:12:32 http-push.c: In function 'curl_setup_http': 01:12:32 http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 01:12:32 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); 01:12:32 | ^~~~~~~~~~~~~~~~ 01:12:32 In file included from http.h:6, 01:12:32 from http-push.c:6: 01:12:32 /usr/include/x86_64-linux-gnu/curl/curl.h:1286:3: note: declared here 01:12:32 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, 01:12:32 | ^~~~~~~~~~~~~~~~~ 01:12:32 http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 01:12:32 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); 01:12:32 | ^~~~~~~~~~~~~~~~ 01:12:32 /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here 01:12:32 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 01:12:32 | ^~~~~~~~~~~~~~~~~ 01:12:32 http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 01:12:32 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); 01:12:32 | ^~~~~~~~~~~~~~~~ 01:12:32 /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here 01:12:32 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 01:12:32 | ^~~~~~~~~~~~~~~~~ 01:12:33  LINK git-http-push 01:12:33 CC remote-curl.o 01:12:33 remote-curl.c: In function 'post_rpc': 01:12:33 remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 01:12:33 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); 01:12:33 | ^~~~~~~~~~~~~~~~ 01:12:33 In file included from http.h:6, 01:12:33 from remote-curl.c:7: 01:12:33 /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here 01:12:33 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 01:12:33 | ^~~~~~~~~~~~~~~~~ 01:12:33 remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 01:12:33 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); 01:12:33 | ^~~~~~~~~~~~~~~~ 01:12:33 /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here 01:12:33 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 01:12:33 | ^~~~~~~~~~~~~~~~~ 01:12:33  LINK git-remote-http 01:12:34 LN/CP git-remote-https 01:12:34 LN/CP git-remote-ftp 01:12:34 LN/CP git-remote-ftps 01:12:34  * new script parameters 01:12:34  GEN git-bisect 01:12:34 GEN git-difftool--helper 01:12:34 GEN git-filter-branch 01:12:34 GEN git-merge-octopus 01:12:34 GEN git-merge-one-file 01:12:34 GEN git-merge-resolve 01:12:34 GEN git-mergetool 01:12:34 GEN git-quiltimport 01:12:34 GEN git-request-pull 01:12:34 GEN git-submodule 01:12:34 GEN git-web--browse 01:12:34  * new perl-specific parameters 01:12:34  GEN GIT-PERL-HEADER 01:12:34 GEN git-add--interactive 01:12:34 GEN git-archimport 01:12:34 GEN git-cvsexportcommit 01:12:34 GEN git-cvsimport 01:12:34 GEN git-cvsserver 01:12:34 GEN git-send-email 01:12:34 GEN git-svn 01:12:34  * new Python interpreter location 01:12:34  GEN git-p4 01:12:34 GEN git-instaweb 01:12:34 CC git.o 01:12:34 CC builtin/add.o 01:12:34 CC builtin/am.o 01:12:35 CC builtin/annotate.o 01:12:35 CC builtin/apply.o 01:12:35 CC builtin/archive.o 01:12:36 CC builtin/bisect--helper.o 01:12:36 CC builtin/blame.o 01:12:37 CC builtin/branch.o 01:12:37 CC builtin/bugreport.o 01:12:37 CC builtin/bundle.o 01:12:38 CC builtin/cat-file.o 01:12:38 CC builtin/check-attr.o 01:12:38 CC builtin/check-ignore.o 01:12:38 CC builtin/check-mailmap.o 01:12:38 CC builtin/check-ref-format.o 01:12:39 CC builtin/checkout-index.o 01:12:39 CC builtin/checkout.o 01:12:39 CC builtin/clean.o 01:12:40 CC builtin/clone.o 01:12:40 In function 'guess_dir_name', 01:12:40 inlined from 'cmd_clone' at builtin/clone.c:1035:9: 01:12:40 builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] 01:12:40 261 | if (memchr(start, '/', end - start) == NULL 01:12:40 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:12:40  CC builtin/column.o 01:12:41 CC builtin/commit-graph.o 01:12:41 CC builtin/commit-tree.o 01:12:41 CC builtin/commit.o 01:12:42 CC builtin/config.o 01:12:42 CC builtin/count-objects.o 01:12:42 CC builtin/credential-cache--daemon.o 01:12:42 CC builtin/credential-cache.o 01:12:43 CC builtin/credential-store.o 01:12:43 CC builtin/credential.o 01:12:43 CC builtin/describe.o 01:12:43 CC builtin/diff-files.o 01:12:43 CC builtin/diff-index.o 01:12:44 CC builtin/diff-tree.o 01:12:44 CC builtin/diff.o 01:12:44 CC builtin/difftool.o 01:12:45 CC builtin/env--helper.o 01:12:45 CC builtin/fast-export.o 01:12:45 CC builtin/fast-import.o 01:12:47 CC builtin/fetch-pack.o 01:12:47 CC builtin/fetch.o 01:12:48 CC builtin/fmt-merge-msg.o 01:12:48 CC builtin/for-each-ref.o 01:12:48 CC builtin/for-each-repo.o 01:12:48 CC builtin/fsck.o 01:12:49 CC builtin/gc.o 01:12:49 CC builtin/get-tar-commit-id.o 01:12:49 CC builtin/grep.o 01:12:50 CC builtin/hash-object.o 01:12:50 GEN config-list.h 01:12:50 CC builtin/help.o 01:12:50 CC builtin/index-pack.o 01:12:51 CC builtin/init-db.o 01:12:52 CC builtin/interpret-trailers.o 01:12:52 CC builtin/log.o 01:12:53 CC builtin/ls-files.o 01:12:53 CC builtin/ls-remote.o 01:12:53 CC builtin/ls-tree.o 01:12:54 CC builtin/mailinfo.o 01:12:54 CC builtin/mailsplit.o 01:12:54 CC builtin/merge-base.o 01:12:54 CC builtin/merge-file.o 01:12:54 CC builtin/merge-index.o 01:12:55 CC builtin/merge-ours.o 01:12:55 CC builtin/merge-recursive.o 01:12:55 CC builtin/merge-tree.o 01:12:55 CC builtin/merge.o 01:12:56 CC builtin/mktag.o 01:12:56 CC builtin/mktree.o 01:12:56 CC builtin/multi-pack-index.o 01:12:56 CC builtin/mv.o 01:12:57 CC builtin/name-rev.o 01:12:57 CC builtin/notes.o 01:12:57 CC builtin/pack-objects.o 01:12:59 CC builtin/pack-redundant.o 01:12:59 CC builtin/pack-refs.o 01:12:59 CC builtin/patch-id.o 01:13:00 CC builtin/prune-packed.o 01:13:00 CC builtin/prune.o 01:13:00 CC builtin/pull.o 01:13:00 CC builtin/push.o 01:13:01 CC builtin/range-diff.o 01:13:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2235 in /w/workspace/edgexfoundry_git-semver_main [Pipeline] { [Pipeline] checkout 01:13:01 Selected Git installation does not exist. Using Default 01:13:01 The recommended git tool is: NONE 01:13:01 CC builtin/read-tree.o 01:13:01 CC builtin/rebase.o 01:13:02 CC builtin/receive-pack.o 01:13:03 CC builtin/reflog.o 01:13:03 CC builtin/remote-ext.o 01:13:03 CC builtin/remote-fd.o 01:13:04 CC builtin/remote.o 01:13:04 CC builtin/repack.o 01:13:05 CC builtin/replace.o 01:13:05 CC builtin/rerere.o 01:13:05 CC builtin/reset.o 01:13:06 CC builtin/rev-list.o 01:13:06 CC builtin/rev-parse.o 01:13:06 using credential edgex-jenkins-ssh 01:13:06 Cloning the remote Git repository 01:13:06 CC builtin/revert.o 01:13:06 CC builtin/rm.o 01:13:07 CC builtin/send-pack.o 01:13:07 CC builtin/shortlog.o 01:13:06 Cloning repository git@github.com:edgexfoundry/git-semver.git 01:13:06 > git init /w/workspace/edgexfoundry_git-semver_main # timeout=10 01:13:06 Fetching upstream changes from git@github.com:edgexfoundry/git-semver.git 01:13:06 > git --version # timeout=10 01:13:06 > git --version # 'git version 2.25.1' 01:13:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/git-semver.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:13:07 > git config remote.origin.url git@github.com:edgexfoundry/git-semver.git # timeout=10 01:13:07 CC builtin/show-branch.o 01:13:08 CC builtin/show-index.o 01:13:08 CC builtin/show-ref.o 01:13:08 Avoid second fetch 01:13:08 Checking out Revision ce15149cfed2d6895db6df985ec47ac6c5ee16f3 (main) 01:13:08 CC builtin/sparse-checkout.o 01:13:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:13:08 > git config core.sparsecheckout # timeout=10 01:13:08 > git checkout -f ce15149cfed2d6895db6df985ec47ac6c5ee16f3 # timeout=10 01:13:09 CC builtin/stash.o 01:13:09 Commit message: "Merge pull request #76 from cherrycl/fix-git-version" 01:13:09 CC builtin/stripspace.o 01:13:09 CC builtin/submodule--helper.o 01:13:10 CC builtin/symbolic-ref.o 01:13:10 CC builtin/tag.o 01:13:11 CC builtin/unpack-file.o 01:13:11 CC builtin/unpack-objects.o 01:13:11 CC builtin/update-index.o 01:13:12 CC builtin/update-ref.o 01:13:12 CC builtin/update-server-info.o 01:13:12 CC builtin/upload-archive.o 01:13:12 CC builtin/upload-pack.o 01:13:12 CC builtin/var.o 01:13:12 CC builtin/verify-commit.o 01:13:13 CC builtin/verify-pack.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:13:13 CC builtin/verify-tag.o 01:13:13 CC builtin/worktree.o 01:13:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:13:13 % Total % Received % Xferd Average Speed Time Time Time Current 01:13:13 Dload Upload Total Spent Left Speed 01:13:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 90338 0 --:--:-- --:--:-- --:--:-- 90978 [Pipeline] sh 01:13:13 CC builtin/write-tree.o 01:13:13 LINK git 01:13:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:13:14 BUILTIN git-add 01:13:14 BUILTIN git-am 01:13:14 BUILTIN git-annotate 01:13:14 BUILTIN git-apply 01:13:14 BUILTIN git-archive 01:13:14 BUILTIN git-bisect--helper 01:13:14 BUILTIN git-blame 01:13:14 BUILTIN git-branch 01:13:14 BUILTIN git-bugreport 01:13:14 BUILTIN git-bundle 01:13:14 BUILTIN git-cat-file 01:13:14 BUILTIN git-check-attr 01:13:14 BUILTIN git-check-ignore 01:13:14 BUILTIN git-check-mailmap 01:13:14 BUILTIN git-check-ref-format 01:13:14 BUILTIN git-checkout-index 01:13:14 BUILTIN git-checkout 01:13:14 BUILTIN git-clean 01:13:14 BUILTIN git-clone 01:13:14 BUILTIN git-column 01:13:14 BUILTIN git-commit-graph 01:13:14 BUILTIN git-commit-tree 01:13:14 BUILTIN git-commit 01:13:14 BUILTIN git-config 01:13:14 BUILTIN git-count-objects 01:13:14 BUILTIN git-credential-cache--daemon 01:13:14 BUILTIN git-credential-cache 01:13:14 BUILTIN git-credential-store 01:13:14 BUILTIN git-credential 01:13:14 BUILTIN git-describe 01:13:14 BUILTIN git-diff-files 01:13:14 BUILTIN git-diff-index 01:13:14 BUILTIN git-diff-tree 01:13:14 BUILTIN git-diff 01:13:14 BUILTIN git-difftool 01:13:14 BUILTIN git-env--helper 01:13:14 BUILTIN git-fast-export 01:13:14 BUILTIN git-fast-import 01:13:14 BUILTIN git-fetch-pack 01:13:14 BUILTIN git-fetch 01:13:14 BUILTIN git-fmt-merge-msg 01:13:14 BUILTIN git-for-each-ref 01:13:14 BUILTIN git-for-each-repo 01:13:14 BUILTIN git-fsck 01:13:14 BUILTIN git-gc 01:13:14 BUILTIN git-get-tar-commit-id 01:13:14 BUILTIN git-grep 01:13:14 BUILTIN git-hash-object 01:13:14 BUILTIN git-help 01:13:14 BUILTIN git-index-pack 01:13:14 BUILTIN git-init-db 01:13:14 BUILTIN git-interpret-trailers 01:13:14 BUILTIN git-log 01:13:14 BUILTIN git-ls-files 01:13:14 BUILTIN git-ls-remote 01:13:14 BUILTIN git-ls-tree 01:13:14 BUILTIN git-mailinfo 01:13:14 BUILTIN git-mailsplit 01:13:14 BUILTIN git-merge-base 01:13:14 BUILTIN git-merge-file 01:13:14 BUILTIN git-merge-index 01:13:14 BUILTIN git-merge-ours 01:13:14 BUILTIN git-merge-recursive 01:13:14 BUILTIN git-merge-tree 01:13:14 BUILTIN git-merge 01:13:14 BUILTIN git-mktag 01:13:14 BUILTIN git-mktree 01:13:14 BUILTIN git-multi-pack-index 01:13:14 BUILTIN git-mv 01:13:14 BUILTIN git-name-rev 01:13:14 BUILTIN git-notes 01:13:14 BUILTIN git-pack-objects 01:13:14 BUILTIN git-pack-redundant 01:13:14 BUILTIN git-pack-refs 01:13:14 BUILTIN git-patch-id 01:13:14 BUILTIN git-prune-packed 01:13:14 BUILTIN git-prune 01:13:14 BUILTIN git-pull 01:13:14 BUILTIN git-push 01:13:14 BUILTIN git-range-diff 01:13:14 BUILTIN git-read-tree 01:13:14 BUILTIN git-rebase 01:13:14 BUILTIN git-receive-pack 01:13:14 BUILTIN git-reflog 01:13:14 BUILTIN git-remote-ext 01:13:14 BUILTIN git-remote-fd 01:13:14 BUILTIN git-remote 01:13:14 BUILTIN git-repack 01:13:14 BUILTIN git-replace 01:13:14 BUILTIN git-rerere 01:13:14 BUILTIN git-reset 01:13:14 BUILTIN git-rev-list 01:13:14 BUILTIN git-rev-parse 01:13:14 BUILTIN git-revert 01:13:14 BUILTIN git-rm 01:13:14 BUILTIN git-send-pack 01:13:14 BUILTIN git-shortlog 01:13:14 BUILTIN git-show-branch 01:13:14 BUILTIN git-show-index 01:13:14 BUILTIN git-show-ref 01:13:14 BUILTIN git-sparse-checkout 01:13:14 BUILTIN git-stash 01:13:14 BUILTIN git-stripspace 01:13:14 BUILTIN git-submodule--helper 01:13:14 BUILTIN git-symbolic-ref 01:13:14 BUILTIN git-tag 01:13:14 BUILTIN git-unpack-file 01:13:14 BUILTIN git-unpack-objects 01:13:14 BUILTIN git-update-index 01:13:14 BUILTIN git-update-ref 01:13:14 BUILTIN git-update-server-info 01:13:14 BUILTIN git-upload-archive 01:13:14 BUILTIN git-upload-pack 01:13:14 BUILTIN git-var 01:13:14 BUILTIN git-verify-commit 01:13:14 BUILTIN git-verify-pack 01:13:14 BUILTIN git-verify-tag 01:13:14 BUILTIN git-worktree 01:13:14 BUILTIN git-write-tree 01:13:14 BUILTIN git-cherry 01:13:14 BUILTIN git-cherry-pick 01:13:14 BUILTIN git-format-patch 01:13:14 BUILTIN git-fsck-objects 01:13:14 BUILTIN git-init 01:13:14 BUILTIN git-maintenance 01:13:14 BUILTIN git-merge-subtree 01:13:14 BUILTIN git-restore 01:13:14 BUILTIN git-show 01:13:14 BUILTIN git-stage 01:13:14 BUILTIN git-status 01:13:14 BUILTIN git-switch 01:13:14 BUILTIN git-whatchanged 01:13:14 GEN git-mergetool--lib 01:13:14 GEN git-rebase--preserve-merges 01:13:14 GEN git-sh-i18n 01:13:14 GEN git-sh-setup 01:13:14 SUBDIR git-gui 01:13:14 GITGUI_VERSION = 0.21.0.99.gdf4f9e 01:13:14  * new locations or Tcl/Tk interpreter 01:13:14  GEN git-gui 01:13:14 + sudo jq+ . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:13:14 sudo tee /etc/docker/daemon.new 01:13:14 { 01:13:14 "registry-mirrors": [ 01:13:14 "https://nexus3.edgexfoundry.org:10001" 01:13:14 ], 01:13:14 "bip": "10.250.0.254/24", 01:13:14 "hosts": [ 01:13:14 "tcp://0.0.0.0:5555", 01:13:14 "unix:///var/run/docker.sock" 01:13:14 ], 01:13:14 "mtu": 1458, 01:13:14 "selinux-enabled": true, 01:13:14 "seccomp-profile": "/etc/docker/seccomp.json" 01:13:14 } [Pipeline] sh 01:13:14 INDEX lib/ 01:13:14  * tclsh failed; using unoptimized loading 01:13:14  MSGFMT po/bg.msg 565 translated. 01:13:14 MSGFMT po/de.msg 579 translated. 01:13:14 MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. 01:13:14 MSGFMT po/fr.msg 520 translated. 01:13:14 MSGFMT po/hu.msg 514 translated. 01:13:14 MSGFMT po/it.msg 519 translated, 1 untranslated. 01:13:14 MSGFMT po/ja.msg 546 translated, 1 untranslated. 01:13:14 MSGFMT po/nb.msg 474 translated, 39 untranslated. 01:13:14 MSGFMT po/pt_br.msg 520 translated. 01:13:14 MSGFMT po/pt_pt.msg 550 translated. 01:13:14 MSGFMT po/ru.msg 579 translated. 01:13:14 MSGFMT po/sv.msg 547 translated. 01:13:14 MSGFMT po/vi.msg 543 translated. 01:13:14 MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. 01:13:14 SUBDIR gitk-git 01:13:14  * new Tcl/Tk interpreter location 01:13:14  GEN gitk-wish 01:13:14 Generating catalog po/bg.msg 01:13:14 msgfmt --statistics --tcl po/bg.po -l bg -d po/ 01:13:14 317 translated messages. 01:13:14 Generating catalog po/ca.msg 01:13:14 msgfmt --statistics --tcl po/ca.po -l ca -d po/ 01:13:14 307 translated messages. 01:13:14 Generating catalog po/de.msg 01:13:14 msgfmt --statistics --tcl po/de.po -l de -d po/ 01:13:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:13:15 307 translated messages. 01:13:15 Generating catalog po/es.msg 01:13:15 msgfmt --statistics --tcl po/es.po -l es -d po/ 01:13:15 184 translated messages, 46 fuzzy translations, 77 untranslated messages. 01:13:15 Generating catalog po/fr.msg 01:13:15 msgfmt --statistics --tcl po/fr.po -l fr -d po/ 01:13:15 311 translated messages. 01:13:15 Generating catalog po/hu.msg 01:13:15 msgfmt --statistics --tcl po/hu.po -l hu -d po/ 01:13:15 277 translated messages, 18 fuzzy translations, 12 untranslated messages. 01:13:15 Generating catalog po/it.msg 01:13:15 msgfmt --statistics --tcl po/it.po -l it -d po/ 01:13:15 274 translated messages, 17 fuzzy translations, 16 untranslated messages. 01:13:15 Generating catalog po/ja.msg 01:13:15 msgfmt --statistics --tcl po/ja.po -l ja -d po/ 01:13:15 311 translated messages. 01:13:15 Generating catalog po/pt_br.msg 01:13:15 msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ 01:13:15 279 translated messages, 16 fuzzy translations, 12 untranslated messages. 01:13:15 Generating catalog po/pt_pt.msg 01:13:15 msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ 01:13:15 311 translated messages. 01:13:15 Generating catalog po/ru.msg 01:13:15 msgfmt --statistics --tcl po/ru.po -l ru -d po/ 01:13:15 317 translated messages. 01:13:15 Generating catalog po/sv.msg 01:13:15 msgfmt --statistics --tcl po/sv.po -l sv -d po/ 01:13:15 311 translated messages. 01:13:15 Generating catalog po/vi.msg 01:13:15 msgfmt --statistics --tcl po/vi.po -l vi -d po/ 01:13:15 307 translated messages. 01:13:15 Generating catalog po/zh_cn.msg 01:13:15 msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ 01:13:15 317 translated messages. 01:13:15  SUBDIR templates 01:13:15 MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo 01:13:15 + sudo service docker restart 01:13:15 5104 translated messages. 01:13:15  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo 01:13:15 4386 translated messages, 652 fuzzy translations. 01:13:15  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo 01:13:15 5104 translated messages. 01:13:15  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo 01:13:15 1038 translated messages, 3325 untranslated messages. 01:13:15  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo 01:13:15 5104 translated messages. 01:13:15  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo 01:13:15 5104 translated messages. 01:13:15  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo 01:13:15 583 translated messages, 4521 untranslated messages. 01:13:15  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo 01:13:15 14 translated messages. 01:13:15  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo 01:13:15 5013 translated messages. 01:13:15  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo 01:13:15 3608 translated messages. 01:13:15  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo 01:13:15 5103 translated messages. 01:13:15  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo 01:13:15 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. 01:13:15  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo 01:13:16 3441 translated messages, 1596 untranslated messages. 01:13:16  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo 01:13:16 5104 translated messages. 01:13:16  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo 01:13:16 5104 translated messages. 01:13:16  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo 01:13:16 5104 translated messages. 01:13:16  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo 01:13:16 5104 translated messages. 01:13:16  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo 01:13:16 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. 01:13:16  GEN perl/build/lib/Git.pm 01:13:16 GEN perl/build/lib/Git/I18N.pm 01:13:16 GEN perl/build/lib/Git/IndexInfo.pm 01:13:16 GEN perl/build/lib/Git/LoadCPAN.pm 01:13:16 GEN perl/build/lib/Git/Packet.pm 01:13:16 GEN perl/build/lib/Git/SVN.pm 01:13:16 GEN perl/build/lib/Git/LoadCPAN/Error.pm 01:13:16 GEN perl/build/lib/Git/SVN/Editor.pm 01:13:16 GEN perl/build/lib/Git/SVN/Fetcher.pm 01:13:16 GEN perl/build/lib/Git/SVN/GlobSpec.pm 01:13:16 GEN perl/build/lib/Git/SVN/Log.pm 01:13:16 GEN perl/build/lib/Git/SVN/Migration.pm 01:13:16 GEN perl/build/lib/Git/SVN/Prompt.pm 01:13:16 GEN perl/build/lib/Git/SVN/Ra.pm 01:13:16 GEN perl/build/lib/Git/SVN/Utils.pm 01:13:16 GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm 01:13:16 GEN perl/build/lib/Git/SVN/Memoize/YAML.pm 01:13:16 GEN perl/build/lib/FromCPAN/Error.pm 01:13:16 GEN perl/build/lib/FromCPAN/Mail/Address.pm 01:13:16 CC t/helper/test-fake-ssh.o 01:13:16 LINK t/helper/test-fake-ssh 01:13:16 CC t/helper/test-tool.o 01:13:16 CC t/helper/test-advise.o 01:13:16 CC t/helper/test-bloom.o 01:13:17 CC t/helper/test-chmtime.o 01:13:17 CC t/helper/test-config.o 01:13:17 CC t/helper/test-crontab.o 01:13:17 CC t/helper/test-ctype.o 01:13:17 CC t/helper/test-date.o 01:13:17 CC t/helper/test-delta.o 01:13:17 CC t/helper/test-dir-iterator.o 01:13:18 CC t/helper/test-drop-caches.o 01:13:18 CC t/helper/test-dump-cache-tree.o 01:13:18 CC t/helper/test-dump-fsmonitor.o 01:13:18 CC t/helper/test-dump-split-index.o 01:13:18 CC t/helper/test-dump-untracked-cache.o 01:13:18 CC t/helper/test-example-decorate.o 01:13:18 CC t/helper/test-fast-rebase.o 01:13:19 CC t/helper/test-genrandom.o 01:13:19 CC t/helper/test-genzeros.o 01:13:19 CC t/helper/test-hash-speed.o 01:13:19 CC t/helper/test-hash.o 01:13:19 CC t/helper/test-hashmap.o 01:13:19 CC t/helper/test-index-version.o 01:13:20 CC t/helper/test-json-writer.o 01:13:20 CC t/helper/test-lazy-init-name-hash.o 01:13:20 CC t/helper/test-match-trees.o 01:13:20 CC t/helper/test-mergesort.o 01:13:20 CC t/helper/test-mktemp.o 01:13:20 CC t/helper/test-oid-array.o 01:13:20 CC t/helper/test-oidmap.o 01:13:21 CC t/helper/test-online-cpus.o 01:13:21 CC t/helper/test-parse-options.o 01:13:21 CC t/helper/test-parse-pathspec-file.o 01:13:21 CC t/helper/test-path-utils.o 01:13:22 CC t/helper/test-pcre2-config.o 01:13:22 CC t/helper/test-pkt-line.o 01:13:22 CC t/helper/test-prio-queue.o 01:13:22 CC t/helper/test-proc-receive.o 01:13:22 CC t/helper/test-progress.o 01:13:22 CC t/helper/test-reach.o 01:13:23 CC t/helper/test-read-cache.o 01:13:23 CC t/helper/test-read-graph.o 01:13:23 CC t/helper/test-read-midx.o 01:13:23 CC t/helper/test-ref-store.o 01:13:23 CC t/helper/test-regex.o 01:13:23 CC t/helper/test-repository.o 01:13:23 CC t/helper/test-revision-walking.o 01:13:24 CC t/helper/test-run-command.o 01:13:24 CC t/helper/test-scrap-cache-tree.o 01:13:24 CC t/helper/test-serve-v2.o 01:13:24 CC t/helper/test-sha1.o 01:13:24 CC t/helper/test-sha256.o 01:13:24 CC t/helper/test-sigchain.o 01:13:25 CC t/helper/test-strcmp-offset.o 01:13:25 CC t/helper/test-string-list.o 01:13:25 CC t/helper/test-submodule-config.o 01:13:25 CC t/helper/test-submodule-nested-repo-config.o 01:13:25 CC t/helper/test-subprocess.o 01:13:25 CC t/helper/test-trace2.o 01:13:25 CC t/helper/test-urlmatch-normalization.o 01:13:26 CC t/helper/test-wildmatch.o 01:13:26 CC t/helper/test-windows-named-pipe.o 01:13:26 CC t/helper/test-write-cache.o 01:13:26 CC t/helper/test-xml-encode.o 01:13:26 LINK t/helper/test-tool 01:13:26 GEN bin-wrappers/git 01:13:26 GEN bin-wrappers/git-receive-pack 01:13:26 GEN bin-wrappers/git-shell 01:13:26 GEN bin-wrappers/git-upload-archive 01:13:26 GEN bin-wrappers/git-upload-pack 01:13:26 GEN bin-wrappers/git-cvsserver 01:13:26 GEN bin-wrappers/test-fake-ssh 01:13:26 GEN bin-wrappers/test-tool 01:13:26 SUBDIR git-gui 01:13:26 SUBDIR gitk-git 01:13:26 SUBDIR templates 01:13:26 install -d -m 755 '/usr/local/bin' 01:13:26 install -d -m 755 '/usr/local/libexec/git-core' 01:13:26 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' 01:13:27 install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' 01:13:27 install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' 01:13:27 make -C templates DESTDIR='' install 01:13:27 make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' 01:13:27 install -d -m 755 '/usr/local/share/git-core/templates' 01:13:27 (cd blt && tar cf - .) | \ 01:13:27 (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) 01:13:27 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' 01:13:27 install -d -m 755 '/usr/local/libexec/git-core/mergetools' 01:13:27 install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' 01:13:27 install -d -m 755 '/usr/local/share/locale' 01:13:27 (cd po/build/locale && tar cf - .) | \ 01:13:27 (cd '/usr/local/share/locale' && umask 022 && tar xof -) 01:13:27 install -d -m 755 '/usr/local/share/perl5' 01:13:27 (cd perl/build/lib && tar cf - .) | \ 01:13:27 (cd '/usr/local/share/perl5' && umask 022 && tar xof -) 01:13:27 make -C gitweb install 01:13:27 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' 01:13:27 make[2]: Entering directory '/opt/pygsver/git-2.31.1' 01:13:27 make[2]: 'GIT-VERSION-FILE' is up to date. 01:13:27 make[2]: Leaving directory '/opt/pygsver/git-2.31.1' 01:13:27 GEN gitweb.cgi 01:13:27 GEN static/gitweb.js 01:13:27 install -d -m 755 '/usr/local/share/gitweb' 01:13:27 install -m 755 gitweb.cgi '/usr/local/share/gitweb' 01:13:27 install -d -m 755 '/usr/local/share/gitweb/static' 01:13:27 install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' 01:13:27 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' 01:13:27 make -C gitk-git install 01:13:27 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' 01:13:27 install -d -m 755 '/usr/local/bin' 01:13:27 install -m 755 gitk-wish '/usr/local/bin'/gitk 01:13:27 install -d -m 755 '/usr/local/share/gitk/lib/msgs' 01:13:27 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 01:13:27 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' 01:13:27 make -C git-gui gitexecdir='/usr/local/libexec/git-core' install 01:13:27 make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' 01:13:27 DEST /usr/local/libexec/git-core 01:13:27 INSTALL 755 git-gui 01:13:27 INSTALL 755 git-gui--askpass 01:13:27 LINK git-citool -> git-gui 01:13:27 DEST /usr/local/share/git-gui/lib 01:13:27 INSTALL 644 tclIndex 01:13:27 INSTALL 644 about.tcl 01:13:27 INSTALL 644 blame.tcl 01:13:27 INSTALL 644 branch.tcl 01:13:27 INSTALL 644 branch_checkout.tcl 01:13:27 INSTALL 644 branch_create.tcl 01:13:27 INSTALL 644 branch_delete.tcl 01:13:27 INSTALL 644 branch_rename.tcl 01:13:27 INSTALL 644 browser.tcl 01:13:27 INSTALL 644 checkout_op.tcl 01:13:27 INSTALL 644 choose_font.tcl 01:13:27 INSTALL 644 choose_repository.tcl 01:13:27 INSTALL 644 choose_rev.tcl 01:13:27 INSTALL 644 chord.tcl 01:13:27 INSTALL 644 class.tcl 01:13:27 INSTALL 644 commit.tcl 01:13:27 INSTALL 644 console.tcl 01:13:27 INSTALL 644 database.tcl 01:13:27 INSTALL 644 date.tcl 01:13:27 INSTALL 644 diff.tcl 01:13:27 INSTALL 644 encoding.tcl 01:13:27 INSTALL 644 error.tcl 01:13:27 INSTALL 644 index.tcl 01:13:27 INSTALL 644 line.tcl 01:13:27 INSTALL 644 logo.tcl 01:13:27 INSTALL 644 merge.tcl 01:13:27 INSTALL 644 mergetool.tcl 01:13:27 INSTALL 644 option.tcl 01:13:27 INSTALL 644 remote.tcl 01:13:27 INSTALL 644 remote_add.tcl 01:13:27 INSTALL 644 remote_branch_delete.tcl 01:13:27 INSTALL 644 search.tcl 01:13:27 INSTALL 644 shortcut.tcl 01:13:27 INSTALL 644 spellcheck.tcl 01:13:27 INSTALL 644 sshkey.tcl 01:13:27 INSTALL 644 status_bar.tcl 01:13:27 INSTALL 644 themed.tcl 01:13:27 INSTALL 644 tools.tcl 01:13:27 INSTALL 644 tools_dlg.tcl 01:13:27 INSTALL 644 transport.tcl 01:13:27 INSTALL 644 win32.tcl 01:13:27 INSTALL 644 git-gui.ico 01:13:27 INSTALL 644 win32_shortcut.js 01:13:27 DEST /usr/local/share/git-gui/lib/msgs 01:13:27 INSTALL 644 bg.msg 01:13:27 INSTALL 644 de.msg 01:13:27 INSTALL 644 el.msg 01:13:27 INSTALL 644 fr.msg 01:13:27 INSTALL 644 hu.msg 01:13:27 INSTALL 644 it.msg 01:13:27 INSTALL 644 ja.msg 01:13:27 INSTALL 644 nb.msg 01:13:27 INSTALL 644 pt_br.msg 01:13:27 INSTALL 644 pt_pt.msg 01:13:27 INSTALL 644 ru.msg 01:13:27 INSTALL 644 sv.msg 01:13:27 INSTALL 644 vi.msg 01:13:27 INSTALL 644 zh_cn.msg 01:13:27 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' 01:13:27 bindir=$(cd '/usr/local/bin' && pwd) && \ 01:13:27 execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ 01:13:27 destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ 01:13:27 { test "$bindir/" = "$execdir/" || \ 01:13:27 for p in git git-shell git-cvsserver; do \ 01:13:27 rm -f "$execdir/$p" && \ 01:13:27 test -n "" && \ 01:13:27 ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ 01:13:27 { test -z "" && \ 01:13:27 ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ 01:13:27 cp "$bindir/$p" "$execdir/$p" || exit; } \ 01:13:27 done; \ 01:13:27 } && \ 01:13:27 for p in git-receive-pack git-upload-archive git-upload-pack; do \ 01:13:27 rm -f "$bindir/$p" && \ 01:13:27 test -n "" && \ 01:13:27 ln -s "git" "$bindir/$p" || \ 01:13:27 { test -z "" && \ 01:13:27 ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ 01:13:27 ln -s "git" "$bindir/$p" 2>/dev/null || \ 01:13:27 cp "$bindir/git" "$bindir/$p" || exit; }; \ 01:13:27 done && \ 01:13:27 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 \ 01:13:27 rm -f "$execdir/$p" && \ 01:13:27 if test -z ""; \ 01:13:27 then \ 01:13:27 test -n "" && \ 01:13:27 ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ 01:13:27 { test -z "" && \ 01:13:27 ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ 01:13:27 ln -s "git" "$execdir/$p" 2>/dev/null || \ 01:13:27 cp "$execdir/git" "$execdir/$p" || exit; }; \ 01:13:27 fi \ 01:13:27 done && \ 01:13:27 remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ 01:13:27 for p in $remote_curl_aliases; do \ 01:13:27 rm -f "$execdir/$p" && \ 01:13:27 test -n "" && \ 01:13:27 ln -s "git-remote-http" "$execdir/$p" || \ 01:13:27 { test -z "" && \ 01:13:27 ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ 01:13:27 ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ 01:13:27 cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ 01:13:27 done && \ 01:13:27 ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" 01:13:29 Removing intermediate container 5f9365f6fe65 01:13:29 ---> d6b1da8727b6 01:13:29 Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 01:13:29 ---> 832d9d4bab63 01:13:29 Step 16/21 : RUN pip install pygsver-*.tar.gz 01:13:29 ---> Running in 6477a3332836 01:13:31 Processing ./pygsver-0.1.4.tar.gz 01:13:31 Installing build dependencies: started [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:13:33 provisioning config files... 01:13:33 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config13961890505845601463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:13:33 ---> ****-login.sh 01:13:33 nexus3.edgexfoundry.org:10001 01:13:34 Installing build dependencies: finished with status 'done' 01:13:34 Getting requirements to build wheel: started 01:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:34 Getting requirements to build wheel: finished with status 'done' 01:13:34 Preparing metadata (pyproject.toml): started 01:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:34 Configure a credential helper to remove this warning. See 01:13:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:34 01:13:34 Login Succeeded 01:13:34 nexus3.edgexfoundry.org:10002 01:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:34 Preparing metadata (pyproject.toml): finished with status 'done' 01:13:34 Collecting semver==2.13.0 (from pygsver==0.1.4) 01:13:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:35 Configure a credential helper to remove this warning. See 01:13:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:35 01:13:35 Login Succeeded 01:13:35 nexus3.edgexfoundry.org:10003 01:13:35 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 01:13:35 Collecting GitPython==3.1.41 (from pygsver==0.1.4) 01:13:35 Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) 01:13:35 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) 01:13:35 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 01:13:35 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) 01:13:35 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 01:13:35 Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) 01:13:35 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 01:13:35 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 01:13:35 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 01:13:35 Building wheels for collected packages: pygsver 01:13:35 Building wheel for pygsver (pyproject.toml): started 01:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:35 Configure a credential helper to remove this warning. See 01:13:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:35 01:13:35 Login Succeeded 01:13:35 nexus3.edgexfoundry.org:10004 01:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:35 Configure a credential helper to remove this warning. See 01:13:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:35 01:13:35 Login Succeeded 01:13:35 ****.io 01:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:13:36 Building wheel for pygsver (pyproject.toml): finished with status 'done' 01:13:36 Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=91e78e41e24812411b5362a3778095196bd9e982e8bdea9908234e19ec287efb 01:13:36 Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 01:13:36 Successfully built pygsver 01:13:36 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 01:13:36 Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 01:13:36 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. 01:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:13:36 Configure a credential helper to remove this warning. See 01:13:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:13:36 01:13:36 Login Succeeded 01:13:36 ---> ****-login.sh ends [Pipeline] } 01:13:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:13:36  01:13:36 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 01:13:36 [notice] To update, run: pip install --upgrade pip 01:13:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:13:36 + ls -al . 01:13:36 total 64 01:13:36 drwxrwxr-x 6 jenkins jenkins 4096 May 26 01:13 . 01:13:36 drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:13 .. 01:13:36 drwxrwxr-x 8 jenkins jenkins 4096 May 26 01:13 .git 01:13:36 drwxrwxr-x 2 jenkins jenkins 4096 May 26 01:13 .github 01:13:36 -rw-rw-r-- 1 jenkins jenkins 1056 May 26 01:13 .gitignore 01:13:36 -rw-rw-r-- 1 jenkins jenkins 1654 May 26 01:13 Dockerfile 01:13:36 -rw-rw-r-- 1 jenkins jenkins 869 May 26 01:13 Jenkinsfile 01:13:36 -rw-rw-r-- 1 jenkins jenkins 5651 May 26 01:13 README.md 01:13:36 -rw-rw-r-- 1 jenkins jenkins 2488 May 26 01:13 build.py 01:13:36 drwxrwxr-x 3 jenkins jenkins 4096 May 26 01:13 docs 01:13:36 -rw-rw-r-- 1 jenkins jenkins 275 May 26 01:13 entrypoint.sh 01:13:36 -rw-rw-r-- 1 jenkins jenkins 83 May 26 01:13 pyproject.toml 01:13:36 -rw-rw-r-- 1 jenkins jenkins 32 May 26 01:13 requirements.txt 01:13:36 -rw-rw-r-- 1 jenkins jenkins 2628 May 26 01:13 setup.py 01:13:36 drwxrwxr-x 4 jenkins jenkins 4096 May 26 01:13 src [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:37 + docker build -t edgex-devops/py-git-semver-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 --label arch=arm64 . 01:13:37 Removing intermediate container 6477a3332836 01:13:37 ---> c836446ff372 01:13:37 Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 01:13:37 ---> 70ce820f01a0 01:13:37 Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh 01:13:37 ---> Running in 94d4c2e6e9f2 01:13:37 Sending build context to Docker daemon 451.6kB 01:13:37 Step 1/21 : FROM python:3.13-slim AS build-image 01:13:37 Removing intermediate container 94d4c2e6e9f2 01:13:37 ---> 9a1b0d89c271 01:13:37 Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 01:13:37 ---> Running in 591ab27c7f94 01:13:37 Removing intermediate container 591ab27c7f94 01:13:37 ---> a59490086989 01:13:37 Step 20/21 : LABEL arch=amd64 01:13:37 ---> Running in 7909b0dc247a 01:13:37 Removing intermediate container 7909b0dc247a 01:13:37 ---> 07d06a2c57e2 01:13:37 Step 21/21 : LABEL git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:13:38 3.13-slim: Pulling from library/python 01:13:38 b16f1b166780: Pulling fs layer 01:13:38 a83bc4269c1b: Pulling fs layer 01:13:38 6834df5f0b1a: Pulling fs layer 01:13:38 b4626800aece: Pulling fs layer 01:13:38 b4626800aece: Waiting 01:13:38 ---> Running in 43303a3e9fd4 01:13:38 Removing intermediate container 43303a3e9fd4 01:13:38 ---> ed5dcd3a0196 01:13:38 [Warning] One or more build-args [ARCH] were not consumed 01:13:38 Successfully built ed5dcd3a0196 01:13:38 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 01:13:38 [edgeXDocker.push] Tagging docker image py-git-semver with the following tags: 01:13:38 ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:13:38 latest 01:13:38 main 01:13:38 0.1.4 01:13:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:13:38 a83bc4269c1b: Verifying Checksum 01:13:38 a83bc4269c1b: Download complete 01:13:38 b4626800aece: Verifying Checksum 01:13:38 b4626800aece: Download complete 01:13:38 6834df5f0b1a: Verifying Checksum 01:13:38 6834df5f0b1a: Download complete 01:13:38 + 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 01:13:38 b16f1b166780: Verifying Checksum 01:13:38 b16f1b166780: Download complete 01:13:38 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:13:38 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 01:13:38 9b66340c4e84: Preparing 01:13:38 0a279f39d33e: Preparing 01:13:38 4f204021226c: Preparing 01:13:38 7d2ac4da1973: Preparing 01:13:38 20287835be40: Preparing 01:13:38 95ecb7c91bea: Preparing 01:13:38 bf83439e90f1: Preparing 01:13:38 931be5d7e48b: Preparing 01:13:38 19362a02a380: Preparing 01:13:38 a66a3dad4c38: Preparing 01:13:38 ace34d1d784c: Preparing 01:13:38 95ecb7c91bea: Waiting 01:13:38 bf83439e90f1: Waiting 01:13:38 931be5d7e48b: Waiting 01:13:38 19362a02a380: Waiting 01:13:38 a66a3dad4c38: Waiting 01:13:38 ace34d1d784c: Waiting 01:13:38 9b66340c4e84: Pushed 01:13:38 7d2ac4da1973: Pushed 01:13:38 0a279f39d33e: Pushed 01:13:38 931be5d7e48b: Layer already exists 01:13:38 19362a02a380: Layer already exists 01:13:38 a66a3dad4c38: Layer already exists 01:13:39 bf83439e90f1: Pushed 01:13:39 4f204021226c: Pushed 01:13:44 b16f1b166780: Pull complete 01:13:44 a83bc4269c1b: Pull complete 01:13:46 ace34d1d784c: Pushed 01:13:46 6834df5f0b1a: Pull complete 01:13:46 b4626800aece: Pull complete 01:13:46 Digest: sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc 01:13:46 Status: Downloaded newer image for python:3.13-slim 01:13:46 ---> 2e2ecad80adb 01:13:46 Step 2/21 : ENV PYTHONDONTWRITEBYTECODE 1 01:13:47 ---> Running in 4c2116ac3536 01:13:47 Removing intermediate container 4c2116ac3536 01:13:47 ---> 3634c0618948 01:13:47 Step 3/21 : ENV GIT_PYTHON_TRACE 1 01:13:47 ---> Running in f86a54cac91f 01:13:47 Removing intermediate container f86a54cac91f 01:13:47 ---> 6042f1f21b0d 01:13:47 Step 4/21 : WORKDIR /code 01:13:47 ---> Running in 2e730a045f2f 01:13:48 Removing intermediate container 2e730a045f2f 01:13:48 ---> 8154112b78e7 01:13:48 Step 5/21 : COPY . /code/ 01:13:48 ---> de5d70ef2cc0 01:13:48 Step 6/21 : RUN apt-get update && apt-get install -y ssh netcat-traditional git 01:13:48 ---> Running in 59280a20891b 01:13:50 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 01:13:50 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 01:13:50 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 01:13:50 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 01:13:50 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 01:13:50 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [257 kB] 01:13:51 20287835be40: Pushed 01:13:54 Fetched 9205 kB in 4s (2454 kB/s) 01:13:57 Reading package lists... 01:14:01 Reading package lists... 01:14:02 Building dependency tree... 01:14:02 Reading state information... 01:14:03 The following additional packages will be installed: 01:14:03 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 01:14:03 dbus-user-session dmsetup git-man krb5-locales less libapparmor1 libargon2-1 01:14:03 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls libdbus-1-3 01:14:03 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 libfido2-1 01:14:03 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 libk5crypto3 01:14:03 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 01:14:03 libnghttp2-14 libnsl2 libnss-systemd libpam-systemd libperl5.36 libproc2-0 01:14:03 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 01:14:03 libsystemd-shared libtirpc-common libtirpc3 libwrap0 libx11-6 libx11-data 01:14:03 libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 ncurses-term openssh-client 01:14:03 openssh-server openssh-sftp-server patch perl perl-modules-5.36 procps 01:14:03 psmisc publicsuffix runit-helper sensible-utils systemd systemd-sysv 01:14:03 systemd-timesyncd ucf xauth 01:14:03 Suggested packages: 01:14:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui 01:14:03 gitk gitweb git-cvs git-mediawiki git-svn krb5-doc krb5-user 01:14:03 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal 01:14:03 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql keychain 01:14:03 libpam-ssh monkeysphere ssh-askpass molly-guard ufw ed diffutils-doc 01:14:03 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make 01:14:03 libtap-harness-archive-perl systemd-container systemd-homed systemd-userdbd 01:14:03 systemd-boot systemd-resolved libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0 01:14:03 libtss2-rc0 polkitd | policykit-1 01:14:07 The following NEW packages will be installed: 01:14:07 dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 01:14:07 dbus-user-session dmsetup git git-man krb5-locales less libapparmor1 01:14:07 libargon2-1 libbrotli1 libbsd0 libcbor0.8 libcryptsetup12 libcurl3-gnutls 01:14:07 libdbus-1-3 libdevmapper1.02.1 libedit2 liberror-perl libexpat1 libfdisk1 01:14:07 libfido2-1 libgdbm-compat4 libgssapi-krb5-2 libip4tc2 libjson-c5 01:14:07 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 01:14:07 libldap-common libnghttp2-14 libnsl2 libnss-systemd libpam-systemd 01:14:07 libperl5.36 libproc2-0 libpsl5 librtmp1 libsasl2-2 libsasl2-modules 01:14:07 libsasl2-modules-db libssh2-1 libsystemd-shared libtirpc-common libtirpc3 01:14:07 libwrap0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 01:14:07 ncurses-term netcat-traditional openssh-client openssh-server 01:14:07 openssh-sftp-server patch perl perl-modules-5.36 procps psmisc publicsuffix 01:14:07 runit-helper sensible-utils ssh systemd systemd-sysv systemd-timesyncd ucf 01:14:07 xauth 01:14:07 0 upgraded, 78 newly installed, 0 to remove and 0 not upgraded. 01:14:07 Need to get 30.2 MB of archives. 01:14:07 After this operation, 156 MB of additional disk space will be used. 01:14:07 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 01:14:07 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 01:14:07 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 01:14:07 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 01:14:07 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 01:14:07 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 01:14:07 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 01:14:07 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 01:14:07 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 01:14:07 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 01:14:07 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 01:14:08 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 01:14:08 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 01:14:08 Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 01:14:08 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 01:14:08 Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 01:14:08 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 01:14:08 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 01:14:08 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 01:14:08 Get:20 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] 01:14:08 Get:21 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB] 01:14:08 Get:22 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u2 [4027 kB] 01:14:08 Get:23 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u2 [239 kB] 01:14:08 Get:24 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 01:14:08 Get:25 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 01:14:08 Get:26 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 01:14:08 Get:27 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 01:14:08 Get:28 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 01:14:08 Get:29 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 01:14:08 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 01:14:08 Get:31 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 01:14:08 Get:32 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 01:14:08 Get:33 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 01:14:08 Get:34 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 01:14:08 Get:35 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 01:14:08 Get:36 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 01:14:08 Get:37 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 01:14:08 Get:38 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 01:14:08 Get:39 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 01:14:08 Get:40 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 01:14:08 Get:41 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 01:14:08 Get:42 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 01:14:08 Get:43 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 01:14:08 Get:44 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 01:14:08 Get:45 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-2.1~deb12u2 [128 kB] 01:14:08 Get:46 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 01:14:08 Get:47 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 01:14:08 Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 01:14:08 Get:49 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 01:14:08 Get:50 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 01:14:08 Get:51 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 01:14:08 Get:52 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 01:14:08 Get:53 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 01:14:08 Get:54 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 01:14:08 Get:55 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 01:14:08 Get:56 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 01:14:08 Get:57 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 01:14:08 Get:58 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 01:14:08 Get:59 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 01:14:08 Get:60 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 01:14:08 Get:61 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 01:14:08 Get:62 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB] 01:14:08 Get:63 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] 01:14:08 Get:64 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u2 [7148 kB] 01:14:08 Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 01:14:08 Get:66 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 01:14:08 Get:67 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 01:14:08 Get:68 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 01:14:08 Get:69 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 01:14:08 Get:70 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 01:14:08 Get:71 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 01:14:08 Get:72 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 01:14:08 Get:73 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 01:14:08 Get:74 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB] 01:14:08 Get:75 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 01:14:08 Get:76 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 01:14:08 Get:77 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 01:14:08 Get:78 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 01:14:09 debconf: delaying package configuration, since apt-utils is not installed 01:14:09 Fetched 30.2 MB in 1s (36.5 MB/s) 01:14:09 Selecting previously unselected package libargon2-1:arm64. 01:14:09 (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.) 01:14:09 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 01:14:09 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 01:14:09 Selecting previously unselected package dmsetup. 01:14:09 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 01:14:09 Unpacking dmsetup (2:1.02.185-2) ... 01:14:09 Selecting previously unselected package libdevmapper1.02.1:arm64. 01:14:09 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 01:14:09 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 01:14:10 Selecting previously unselected package libjson-c5:arm64. 01:14:10 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 01:14:10 Unpacking libjson-c5:arm64 (0.16-2) ... 01:14:10 Selecting previously unselected package libcryptsetup12:arm64. 01:14:10 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 01:14:10 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 01:14:10 Selecting previously unselected package libfdisk1:arm64. 01:14:10 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 01:14:10 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 01:14:10 Selecting previously unselected package libkmod2:arm64. 01:14:10 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... 01:14:10 Unpacking libkmod2:arm64 (30+20221128-1) ... 01:14:10 Selecting previously unselected package libapparmor1:arm64. 01:14:10 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... 01:14:10 Unpacking libapparmor1:arm64 (3.0.8-3) ... 01:14:10 Selecting previously unselected package libip4tc2:arm64. 01:14:10 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... 01:14:10 Unpacking libip4tc2:arm64 (1.8.9-2) ... 01:14:10 Selecting previously unselected package libsystemd-shared:arm64. 01:14:10 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 01:14:10 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 01:14:11 Selecting previously unselected package systemd. 01:14:11 Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... 01:14:11 Unpacking systemd (252.36-1~deb12u1) ... 01:14:12 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 01:14:12 Setting up libjson-c5:arm64 (0.16-2) ... 01:14:12 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 01:14:12 Setting up libkmod2:arm64 (30+20221128-1) ... 01:14:12 Setting up libapparmor1:arm64 (3.0.8-3) ... 01:14:12 Setting up libip4tc2:arm64 (1.8.9-2) ... 01:14:12 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 01:14:12 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 01:14:12 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 01:14:12 Setting up systemd (252.36-1~deb12u1) ... 01:14:12 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 01:14:12 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 01:14:12 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 01:14:12 Initializing machine ID from random generator. 01:14:12 Creating group 'systemd-journal' with GID 999. 01:14:12 Creating group 'systemd-network' with GID 998. 01:14:12 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 01:14:12 Setting up dmsetup (2:1.02.185-2) ... 01:14:12 Selecting previously unselected package systemd-sysv. 01:14:12 (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.) 01:14:12 Preparing to unpack .../00-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 01:14:12 Unpacking systemd-sysv (252.36-1~deb12u1) ... 01:14:13 Selecting previously unselected package libdbus-1-3:arm64. 01:14:13 Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 01:14:13 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 01:14:13 Selecting previously unselected package dbus-bin. 01:14:13 Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 01:14:13 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 01:14:13 95ecb7c91bea: Pushed 01:14:13 ce15149cfed2d6895db6df985ec47ac6c5ee16f3: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:13 Selecting previously unselected package dbus-session-bus-common. 01:14:13 Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 01:14:13 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:14:13 Selecting previously unselected package libexpat1:arm64. 01:14:13 Preparing to unpack .../04-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 01:14:13 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 01:14:13 + 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 01:14:13 Selecting previously unselected package dbus-daemon. 01:14:13 Preparing to unpack .../05-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 01:14:13 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 01:14:13 Selecting previously unselected package dbus-system-bus-common. 01:14:13 Preparing to unpack .../06-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 01:14:13 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:14:13 Selecting previously unselected package dbus. 01:14:13 Preparing to unpack .../07-dbus_1.14.10-1~deb12u1_arm64.deb ... 01:14:13 Unpacking dbus (1.14.10-1~deb12u1) ... 01:14:13 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:14:13 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 01:14:13 9b66340c4e84: Preparing 01:14:13 0a279f39d33e: Preparing 01:14:13 4f204021226c: Preparing 01:14:13 7d2ac4da1973: Preparing 01:14:13 20287835be40: Preparing 01:14:13 95ecb7c91bea: Preparing 01:14:13 bf83439e90f1: Preparing 01:14:13 931be5d7e48b: Preparing 01:14:13 19362a02a380: Preparing 01:14:13 a66a3dad4c38: Preparing 01:14:13 ace34d1d784c: Preparing 01:14:13 95ecb7c91bea: Waiting 01:14:13 931be5d7e48b: Waiting 01:14:13 bf83439e90f1: Waiting 01:14:13 a66a3dad4c38: Waiting 01:14:13 ace34d1d784c: Waiting 01:14:13 19362a02a380: Waiting 01:14:13 4f204021226c: Layer already exists 01:14:13 9b66340c4e84: Layer already exists 01:14:13 0a279f39d33e: Layer already exists 01:14:13 20287835be40: Layer already exists 01:14:13 7d2ac4da1973: Layer already exists 01:14:13 95ecb7c91bea: Layer already exists 01:14:13 931be5d7e48b: Layer already exists 01:14:13 a66a3dad4c38: Layer already exists 01:14:13 bf83439e90f1: Layer already exists 01:14:13 19362a02a380: Layer already exists 01:14:13 ace34d1d784c: Layer already exists 01:14:13 latest: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv 01:14:13 Selecting previously unselected package perl-modules-5.36. 01:14:13 Preparing to unpack .../08-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... 01:14:13 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:14 + 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 01:14:14 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 01:14:14 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 01:14:14 9b66340c4e84: Preparing 01:14:14 0a279f39d33e: Preparing 01:14:14 4f204021226c: Preparing 01:14:14 7d2ac4da1973: Preparing 01:14:14 20287835be40: Preparing 01:14:14 95ecb7c91bea: Preparing 01:14:14 bf83439e90f1: Preparing 01:14:14 931be5d7e48b: Preparing 01:14:14 19362a02a380: Preparing 01:14:14 a66a3dad4c38: Preparing 01:14:14 ace34d1d784c: Preparing 01:14:14 bf83439e90f1: Waiting 01:14:14 a66a3dad4c38: Waiting 01:14:14 931be5d7e48b: Waiting 01:14:14 ace34d1d784c: Waiting 01:14:14 95ecb7c91bea: Waiting 01:14:14 19362a02a380: Waiting 01:14:14 9b66340c4e84: Layer already exists 01:14:14 7d2ac4da1973: Layer already exists 01:14:14 4f204021226c: Layer already exists 01:14:14 20287835be40: Layer already exists 01:14:14 0a279f39d33e: Layer already exists 01:14:14 95ecb7c91bea: Layer already exists 01:14:14 a66a3dad4c38: Layer already exists 01:14:14 bf83439e90f1: Layer already exists 01:14:14 19362a02a380: Layer already exists 01:14:14 931be5d7e48b: Layer already exists 01:14:14 ace34d1d784c: Layer already exists 01:14:14 main: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:14:14 + 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 01:14:15 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:14:15 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver] 01:14:15 9b66340c4e84: Preparing 01:14:15 0a279f39d33e: Preparing 01:14:15 4f204021226c: Preparing 01:14:15 7d2ac4da1973: Preparing 01:14:15 20287835be40: Preparing 01:14:15 95ecb7c91bea: Preparing 01:14:15 bf83439e90f1: Preparing 01:14:15 931be5d7e48b: Preparing 01:14:15 19362a02a380: Preparing 01:14:15 a66a3dad4c38: Preparing 01:14:15 ace34d1d784c: Preparing 01:14:15 bf83439e90f1: Waiting 01:14:15 931be5d7e48b: Waiting 01:14:15 19362a02a380: Waiting 01:14:15 a66a3dad4c38: Waiting 01:14:15 ace34d1d784c: Waiting 01:14:15 95ecb7c91bea: Waiting 01:14:15 9b66340c4e84: Layer already exists 01:14:15 20287835be40: Layer already exists 01:14:15 7d2ac4da1973: Layer already exists 01:14:15 4f204021226c: Layer already exists 01:14:15 0a279f39d33e: Layer already exists 01:14:15 95ecb7c91bea: Layer already exists 01:14:15 bf83439e90f1: Layer already exists 01:14:15 931be5d7e48b: Layer already exists 01:14:15 19362a02a380: Layer already exists 01:14:15 a66a3dad4c38: Layer already exists 01:14:15 ace34d1d784c: Layer already exists 01:14:15 0.1.4: digest: sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:14:15 ===================================================== [Pipeline] echo 01:14:15 taggedImages: 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] echo 01:14:15 ========================================================= 01:14:15 [edgeXBuildMultiArch] RAW Config: 01:14:15 images: 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 01:14:15 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:14:15 settingsFile: 01:14:15 git-semver-settings 01:14:15 ========================================================= [Pipeline] node 01:14:15 Selecting previously unselected package libgdbm-compat4:arm64. 01:14:15 Preparing to unpack .../09-libgdbm-compat4_1.23-3_arm64.deb ... 01:14:15 Unpacking libgdbm-compat4:arm64 (1.23-3) ... 01:14:15 Selecting previously unselected package libperl5.36:arm64. 01:14:15 Preparing to unpack .../10-libperl5.36_5.36.0-7+deb12u2_arm64.deb ... 01:14:15 Unpacking libperl5.36:arm64 (5.36.0-7+deb12u2) ... 01:14:17 Selecting previously unselected package perl. 01:14:17 Preparing to unpack .../11-perl_5.36.0-7+deb12u2_arm64.deb ... 01:14:17 Unpacking perl (5.36.0-7+deb12u2) ... 01:14:17 Selecting previously unselected package libbsd0:arm64. 01:14:17 Preparing to unpack .../12-libbsd0_0.11.7-2_arm64.deb ... 01:14:17 Unpacking libbsd0:arm64 (0.11.7-2) ... 01:14:17 Selecting previously unselected package libedit2:arm64. 01:14:17 Preparing to unpack .../13-libedit2_3.1-20221030-2_arm64.deb ... 01:14:17 Unpacking libedit2:arm64 (3.1-20221030-2) ... 01:14:17 Selecting previously unselected package libcbor0.8:arm64. 01:14:17 Preparing to unpack .../14-libcbor0.8_0.8.0-2+b1_arm64.deb ... 01:14:17 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 01:14:17 Selecting previously unselected package libfido2-1:arm64. 01:14:17 Preparing to unpack .../15-libfido2-1_1.12.0-2+b1_arm64.deb ... 01:14:17 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 01:14:17 Selecting previously unselected package libkrb5support0:arm64. 01:14:17 Preparing to unpack .../16-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 01:14:17 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 01:14:18 Selecting previously unselected package libk5crypto3:arm64. 01:14:18 Preparing to unpack .../17-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 01:14:18 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 01:14:18 Selecting previously unselected package libkeyutils1:arm64. 01:14:18 Preparing to unpack .../18-libkeyutils1_1.6.3-2_arm64.deb ... 01:14:18 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 01:14:18 Selecting previously unselected package libkrb5-3:arm64. 01:14:18 Preparing to unpack .../19-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 01:14:18 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 01:14:18 Selecting previously unselected package libgssapi-krb5-2:arm64. 01:14:18 Preparing to unpack .../20-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 01:14:18 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 01:14:18 Selecting previously unselected package openssh-client. 01:14:18 Preparing to unpack .../21-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 01:14:18 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 01:14:18 Selecting previously unselected package openssh-sftp-server. 01:14:18 Preparing to unpack .../22-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 01:14:18 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:14:18 Selecting previously unselected package libproc2-0:arm64. 01:14:18 Preparing to unpack .../23-libproc2-0_2%3a4.0.2-3_arm64.deb ... 01:14:18 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 01:14:18 Selecting previously unselected package procps. 01:14:18 Preparing to unpack .../24-procps_2%3a4.0.2-3_arm64.deb ... 01:14:19 Unpacking procps (2:4.0.2-3) ... 01:14:19 Selecting previously unselected package sensible-utils. 01:14:19 Preparing to unpack .../25-sensible-utils_0.0.17+nmu1_all.deb ... 01:14:19 Unpacking sensible-utils (0.0.17+nmu1) ... 01:14:19 Selecting previously unselected package ucf. 01:14:19 Preparing to unpack .../26-ucf_3.0043+nmu1+deb12u1_all.deb ... 01:14:19 Moving old data out of the way 01:14:19 Unpacking ucf (3.0043+nmu1+deb12u1) ... 01:14:19 Selecting previously unselected package runit-helper. 01:14:19 Preparing to unpack .../27-runit-helper_2.15.2_all.deb ... 01:14:19 Unpacking runit-helper (2.15.2) ... 01:14:19 Selecting previously unselected package libtirpc-common. 01:14:19 Preparing to unpack .../28-libtirpc-common_1.3.3+ds-1_all.deb ... 01:14:19 Unpacking libtirpc-common (1.3.3+ds-1) ... 01:14:19 Selecting previously unselected package libtirpc3:arm64. 01:14:19 Preparing to unpack .../29-libtirpc3_1.3.3+ds-1_arm64.deb ... 01:14:19 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 01:14:19 Selecting previously unselected package libnsl2:arm64. 01:14:19 Preparing to unpack .../30-libnsl2_1.3.0-2_arm64.deb ... 01:14:19 Unpacking libnsl2:arm64 (1.3.0-2) ... 01:14:19 Selecting previously unselected package libwrap0:arm64. 01:14:19 Preparing to unpack .../31-libwrap0_7.6.q-32_arm64.deb ... 01:14:19 Unpacking libwrap0:arm64 (7.6.q-32) ... 01:14:19 Selecting previously unselected package openssh-server. 01:14:19 Preparing to unpack .../32-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 01:14:19 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 01:14:20 Selecting previously unselected package less. 01:14:20 Preparing to unpack .../33-less_590-2.1~deb12u2_arm64.deb ... 01:14:20 Unpacking less (590-2.1~deb12u2) ... 01:14:20 Selecting previously unselected package krb5-locales. 01:14:20 Preparing to unpack .../34-krb5-locales_1.20.1-2+deb12u3_all.deb ... 01:14:20 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 01:14:20 Selecting previously unselected package libnss-systemd:arm64. 01:14:20 Preparing to unpack .../35-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 01:14:20 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 01:14:20 Selecting previously unselected package libpam-systemd:arm64. 01:14:20 Preparing to unpack .../36-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 01:14:20 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 01:14:20 Selecting previously unselected package ncurses-term. 01:14:20 Preparing to unpack .../37-ncurses-term_6.4-4_all.deb ... 01:14:20 Unpacking ncurses-term (6.4-4) ... 01:14:22 Selecting previously unselected package netcat-traditional. 01:14:22 Preparing to unpack .../38-netcat-traditional_1.10-47_arm64.deb ... 01:14:22 Unpacking netcat-traditional (1.10-47) ... 01:14:22 Selecting previously unselected package systemd-timesyncd. 01:14:22 Preparing to unpack .../39-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 01:14:22 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 01:14:22 Selecting previously unselected package dbus-user-session. 01:14:22 Preparing to unpack .../40-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 01:14:22 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 01:14:22 Selecting previously unselected package libbrotli1:arm64. 01:14:22 Preparing to unpack .../41-libbrotli1_1.0.9-2+b6_arm64.deb ... 01:14:22 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 01:14:22 Selecting previously unselected package libsasl2-modules-db:arm64. 01:14:22 Preparing to unpack .../42-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 01:14:22 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 01:14:22 Selecting previously unselected package libsasl2-2:arm64. 01:14:22 Preparing to unpack .../43-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 01:14:22 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 01:14:23 Selecting previously unselected package libldap-2.5-0:arm64. 01:14:23 Preparing to unpack .../44-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 01:14:23 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 01:14:23 Selecting previously unselected package libnghttp2-14:arm64. 01:14:23 Preparing to unpack .../45-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 01:14:23 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 01:14:23 Selecting previously unselected package libpsl5:arm64. 01:14:23 Preparing to unpack .../46-libpsl5_0.21.2-1_arm64.deb ... 01:14:23 Unpacking libpsl5:arm64 (0.21.2-1) ... 01:14:23 Selecting previously unselected package librtmp1:arm64. 01:14:23 Preparing to unpack .../47-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 01:14:23 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:14:23 Selecting previously unselected package libssh2-1:arm64. 01:14:23 Preparing to unpack .../48-libssh2-1_1.10.0-3+b1_arm64.deb ... 01:14:23 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 01:14:23 Selecting previously unselected package libcurl3-gnutls:arm64. 01:14:23 Preparing to unpack .../49-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 01:14:23 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 01:14:23 Selecting previously unselected package liberror-perl. 01:14:23 Preparing to unpack .../50-liberror-perl_0.17029-2_all.deb ... 01:14:23 Unpacking liberror-perl (0.17029-2) ... 01:14:24 Selecting previously unselected package git-man. 01:14:24 Preparing to unpack .../51-git-man_1%3a2.39.5-0+deb12u2_all.deb ... 01:14:24 Unpacking git-man (1:2.39.5-0+deb12u2) ... 01:14:24 Selecting previously unselected package git. 01:14:24 Preparing to unpack .../52-git_1%3a2.39.5-0+deb12u2_arm64.deb ... 01:14:24 Unpacking git (1:2.39.5-0+deb12u2) ... 01:14:25 Selecting previously unselected package libldap-common. 01:14:25 Preparing to unpack .../53-libldap-common_2.5.13+dfsg-5_all.deb ... 01:14:25 Unpacking libldap-common (2.5.13+dfsg-5) ... 01:14:25 Selecting previously unselected package libsasl2-modules:arm64. 01:14:25 Preparing to unpack .../54-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 01:14:25 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 01:14:25 Selecting previously unselected package libxau6:arm64. 01:14:25 Preparing to unpack .../55-libxau6_1%3a1.0.9-1_arm64.deb ... 01:14:25 Unpacking libxau6:arm64 (1:1.0.9-1) ... 01:14:25 Selecting previously unselected package libxdmcp6:arm64. 01:14:25 Preparing to unpack .../56-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 01:14:25 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 01:14:25 Selecting previously unselected package libxcb1:arm64. 01:14:25 Preparing to unpack .../57-libxcb1_1.15-1_arm64.deb ... 01:14:25 Unpacking libxcb1:arm64 (1.15-1) ... 01:14:25 Selecting previously unselected package libx11-data. 01:14:25 Preparing to unpack .../58-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 01:14:25 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 01:14:26 Selecting previously unselected package libx11-6:arm64. 01:14:26 Preparing to unpack .../59-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 01:14:26 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 01:14:26 Selecting previously unselected package libxext6:arm64. 01:14:26 Preparing to unpack .../60-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 01:14:26 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 01:14:26 Selecting previously unselected package libxmuu1:arm64. 01:14:26 Preparing to unpack .../61-libxmuu1_2%3a1.1.3-3_arm64.deb ... 01:14:26 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 01:14:26 Selecting previously unselected package patch. 01:14:26 Preparing to unpack .../62-patch_2.7.6-7_arm64.deb ... 01:14:26 Unpacking patch (2.7.6-7) ... 01:14:26 Selecting previously unselected package psmisc. 01:14:26 Preparing to unpack .../63-psmisc_23.6-1_arm64.deb ... 01:14:26 Unpacking psmisc (23.6-1) ... 01:14:27 Selecting previously unselected package publicsuffix. 01:14:27 Preparing to unpack .../64-publicsuffix_20230209.2326-1_all.deb ... 01:14:27 Unpacking publicsuffix (20230209.2326-1) ... 01:14:27 Selecting previously unselected package ssh. 01:14:27 Preparing to unpack .../65-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 01:14:27 Unpacking ssh (1:9.2p1-2+deb12u6) ... 01:14:27 Selecting previously unselected package xauth. 01:14:27 Preparing to unpack .../66-xauth_1%3a1.1.2-1_arm64.deb ... 01:14:27 Unpacking xauth (1:1.1.2-1) ... 01:14:27 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 01:14:27 Setting up runit-helper (2.15.2) ... 01:14:27 Setting up systemd-sysv (252.36-1~deb12u1) ... 01:14:27 Setting up libxau6:arm64 (1:1.0.9-1) ... 01:14:27 Setting up libkeyutils1:arm64 (1.6.3-2) ... 01:14:27 Setting up libpsl5:arm64 (0.21.2-1) ... 01:14:27 Setting up netcat-traditional (1.10-47) ... 01:14:27 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 01:14:27 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 01:14:27 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 01:14:27 Setting up psmisc (23.6-1) ... 01:14:27 Setting up libtirpc-common (1.3.3+ds-1) ... 01:14:27 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 01:14:27 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 01:14:27 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 01:14:27 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 01:14:27 Setting up less (590-2.1~deb12u2) ... 01:14:27 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 01:14:27 Setting up krb5-locales (1.20.1-2+deb12u3) ... 01:14:27 Setting up libldap-common (2.5.13+dfsg-5) ... 01:14:27 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 01:14:27 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 01:14:27 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... 01:14:27 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 01:14:27 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:14:27 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 01:14:27 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 01:14:27 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 01:14:27 Creating group 'systemd-timesync' with GID 997. 01:14:27 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 01:14:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 01:14:28 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 01:14:28 Setting up patch (2.7.6-7) ... 01:14:28 Setting up libgdbm-compat4:arm64 (1.23-3) ... 01:14:28 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 01:14:28 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 01:14:28 Setting up sensible-utils (0.0.17+nmu1) ... 01:14:28 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:14:28 Setting up procps (2:4.0.2-3) ... 01:14:28 Setting up git-man (1:2.39.5-0+deb12u2) ... 01:14:28 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 01:14:28 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 01:14:28 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:14:29 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 01:14:29 Setting up libbsd0:arm64 (0.11.7-2) ... 01:14:29 Setting up publicsuffix (20230209.2326-1) ... 01:14:29 Setting up libperl5.36:arm64 (5.36.0-7+deb12u2) ... 01:14:29 Setting up dbus-bin (1.14.10-1~deb12u1) ... 01:14:29 Setting up ncurses-term (6.4-4) ... 01:14:29 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 01:14:29 Setting up libxcb1:arm64 (1.15-1) ... 01:14:29 Setting up libedit2:arm64 (3.1-20221030-2) ... 01:14:29 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 01:14:29 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 01:14:29 Setting up perl (5.36.0-7+deb12u2) ... 01:14:29 Setting up dbus (1.14.10-1~deb12u1) ... 01:14:29 invoke-rc.d: could not determine current runlevel 01:14:29 invoke-rc.d: policy-rc.d denied execution of start. 01:14:29 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 01:14:29 Setting up ucf (3.0043+nmu1+deb12u1) ... 01:14:30 debconf: unable to initialize frontend: Dialog 01:14:30 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:14:30 debconf: falling back to frontend: Readline 01:14:30 debconf: unable to initialize frontend: Readline 01:14:30 debconf: (This frontend requires a controlling tty.) 01:14:30 debconf: falling back to frontend: Teletype 01:14:30 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 01:14:30 Still waiting to schedule task 01:14:30 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:14:30 debconf: unable to initialize frontend: Dialog 01:14:30 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:14:30 debconf: falling back to frontend: Readline 01:14:30 debconf: unable to initialize frontend: Readline 01:14:30 debconf: (This frontend requires a controlling tty.) 01:14:30 debconf: falling back to frontend: Teletype 01:14:30 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 01:14:31 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 01:14:31 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 01:14:31 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 01:14:31 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 01:14:31 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 01:14:31 Setting up liberror-perl (0.17029-2) ... 01:14:31 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 01:14:31 Setting up git (1:2.39.5-0+deb12u2) ... 01:14:31 Setting up xauth (1:1.1.2-1) ... 01:14:31 Setting up libnsl2:arm64 (1.3.0-2) ... 01:14:31 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:14:31 Setting up libwrap0:arm64 (7.6.q-32) ... 01:14:31 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 01:14:32 debconf: unable to initialize frontend: Dialog 01:14:32 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:14:32 debconf: falling back to frontend: Readline 01:14:32 debconf: unable to initialize frontend: Readline 01:14:32 debconf: (This frontend requires a controlling tty.) 01:14:32 debconf: falling back to frontend: Teletype 01:14:32 01:14:32 Creating config file /etc/ssh/sshd_config with new version 01:14:36 Creating SSH2 RSA key; this may take some time ... 01:14:36 3072 SHA256:rPqtgWKaRdP4lZiGCjoyCPcUwn+FHiSTblII6Y1rgiM root@59280a20891b (RSA) 01:14:36 Creating SSH2 ECDSA key; this may take some time ... 01:14:36 256 SHA256:U5yNM2JryPLrjxhCWUhxhJP8to13yAJP7TvAcBZPOR8 root@59280a20891b (ECDSA) 01:14:36 Creating SSH2 ED25519 key; this may take some time ... 01:14:36 256 SHA256:LNceMUGN6T4ah7nM4SE1hg3a3TRtjREtibz8aY00JNk root@59280a20891b (ED25519) 01:14:37 invoke-rc.d: could not determine current runlevel 01:14:37 invoke-rc.d: policy-rc.d denied execution of start. 01:14:37 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 01:14:37 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 01:14:38 Setting up ssh (1:9.2p1-2+deb12u6) ... 01:14:38 Processing triggers for libc-bin (2.36-9+deb12u10) ... 01:14:48 Removing intermediate container 59280a20891b 01:14:48 ---> 650b0218be1f 01:14:48 Step 7/21 : RUN pip install pybuilder 01:14:48 ---> Running in e568e2524c9b 01:14:58 Collecting pybuilder 01:14:58 Downloading pybuilder-0.13.15-py3-none-any.whl.metadata (5.3 kB) 01:14:58 Downloading pybuilder-0.13.15-py3-none-any.whl (6.1 MB) 01:14:58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 27.0 MB/s eta 0:00:00 01:14:58 Installing collected packages: pybuilder 01:15:01 Successfully installed pybuilder-0.13.15 01:15:01 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. 01:15:02  01:15:02 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 01:15:02 [notice] To update, run: pip install --upgrade pip 01:15:05 Removing intermediate container e568e2524c9b 01:15:05 ---> ad6919258ffc 01:15:05 Step 8/21 : RUN pyb install 01:15:05 ---> Running in 644d74d83148 01:15:30 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 01:15:30 provisioning config files... 01:15:30 copy managed file [git-semver-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config11715993663638913805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:15:34 ---> ****-login.sh 01:15:34 nexus3.edgexfoundry.org:10001 01:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:35 Configure a credential helper to remove this warning. See 01:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:35 01:15:35 Login Succeeded 01:15:35 nexus3.edgexfoundry.org:10002 01:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:35 Configure a credential helper to remove this warning. See 01:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:35 01:15:35 Login Succeeded 01:15:35 nexus3.edgexfoundry.org:10003 01:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:35 Configure a credential helper to remove this warning. See 01:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:35 01:15:35 Login Succeeded 01:15:35 nexus3.edgexfoundry.org:10004 01:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:35 Configure a credential helper to remove this warning. See 01:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:35 01:15:35 Login Succeeded 01:15:35 ****.io 01:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:15:35 Configure a credential helper to remove this warning. See 01:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:15:35 01:15:35 Login Succeeded 01:15:35 ---> ****-login.sh ends [Pipeline] } 01:15:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:15:36 + docker buildx ls 01:15:36 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:15:36 default * docker 01:15:36 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:15:36 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:15:36 edgex-builder [Pipeline] sh 01:15:36 + docker buildx inspect --bootstrap 01:15:36 #1 [internal] booting buildkit 01:15:36 #1 pulling image moby/buildkit:buildx-stable-1 01:15:39 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 01:15:39 #1 creating container buildx_buildkit_edgex-builder0 01:15:41 #1 creating container buildx_buildkit_edgex-builder0 2.5s done 01:15:41 #1 DONE 5.2s 01:15:41 Name: edgex-builder 01:15:41 Driver: docker-container 01:15:41 01:15:41 Nodes: 01:15:41 Name: edgex-builder0 01:15:41 Endpoint: unix:///var/run/docker.sock 01:15:41 Status: running 01:15:41 Buildkit: v0.21.1 01:15:41 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:15:42 + docker buildx ls 01:15:42 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:15:42 edgex-builder * docker-container 01:15:42 edgex-builder0 unix:///var/run/docker.sock running v0.21.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:15:42 default docker 01:15:42 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:15:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 --push - 01:15:42 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3' 01:15:42 #1 [internal] load build definition from Dockerfile 01:15:42 #1 transferring dockerfile: 211B done 01:15:42 #1 DONE 0.0s 01:15:42 01:15:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:15:42 #2 DONE 0.1s 01:15:42 01:15:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:15:42 #3 DONE 0.1s 01:15:42 01:15:42 #4 [internal] load .dockerignore 01:15:42 #4 transferring context: 2B done 01:15:42 #4 DONE 0.0s 01:15:42 01:15:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:42 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:42 #5 DONE 0.0s 01:15:42 01:15:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:42 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:43 #6 DONE 0.1s 01:15:43 01:15:43 #7 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 01:15:43 #7 DONE 0.0s 01:15:43 01:15:43 #8 exporting to image 01:15:43 #8 exporting layers done 01:15:43 #8 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done 01:15:43 #8 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done 01:15:43 #8 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done 01:15:43 #8 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done 01:15:43 #8 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done 01:15:43 #8 pushing layers 01:15:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:15:43 #8 pushing layers 0.1s done 01:15:43 #8 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:ce15149cfed2d6895db6df985ec47ac6c5ee16f3@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done 01:15:43 #8 DONE 0.3s 01:15:43 01:15:43 1 warning found (use --debug to expand): 01:15:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:15:43 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest' 01:15:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest --push - 01:15:43 #1 [internal] load build definition from Dockerfile 01:15:43 #1 transferring dockerfile: 177B done 01:15:43 #1 DONE 0.0s 01:15:43 01:15:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:15:43 #2 DONE 0.0s 01:15:43 01:15:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:15:43 #3 DONE 0.0s 01:15:43 01:15:43 #4 [internal] load .dockerignore 01:15:43 #4 transferring context: 2B done 01:15:43 #4 DONE 0.0s 01:15:43 01:15:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:43 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:43 #5 CACHED 01:15:43 01:15:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:43 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:43 #6 CACHED 01:15:43 01:15:43 #7 exporting to image 01:15:43 #7 exporting layers done 01:15:43 #7 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done 01:15:43 #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c 01:15:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:15:43 #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done 01:15:43 #7 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done 01:15:43 #7 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done 01:15:43 #7 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done 01:15:43 #7 pushing layers 0.0s done 01:15:43 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done 01:15:43 #7 DONE 0.1s 01:15:43 01:15:43 #8 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 01:15:43 #8 DONE 0.0s 01:15:43 01:15:43 1 warning found (use --debug to expand): 01:15:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main' 01:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main --push - 01:15:44 #1 [internal] load build definition from Dockerfile 01:15:44 #1 transferring dockerfile: 175B done 01:15:44 #1 DONE 0.0s 01:15:44 01:15:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 01:15:44 #2 DONE 0.0s 01:15:44 01:15:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main 01:15:44 #3 DONE 0.0s 01:15:44 01:15:44 #4 [internal] load .dockerignore 01:15:44 #4 transferring context: 2B done 01:15:44 #4 DONE 0.0s 01:15:44 01:15:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:44 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:44 #5 CACHED 01:15:44 01:15:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:44 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:44 #6 CACHED 01:15:44 01:15:44 #7 exporting to image 01:15:44 #7 exporting layers done 01:15:44 #7 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done 01:15:44 #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done 01:15:44 #7 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done 01:15:44 #7 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done 01:15:44 #7 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done 01:15:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:15:44 #7 pushing layers 0.0s done 01:15:44 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:main@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done 01:15:44 #7 DONE 0.1s 01:15:44 01:15:44 #8 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 01:15:44 #8 DONE 0.0s 01:15:44 01:15:44 1 warning found (use --debug to expand): 01:15:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4' 01:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 --push - 01:15:44 #1 [internal] load build definition from Dockerfile 01:15:44 #1 transferring dockerfile: 176B done 01:15:44 #1 DONE 0.0s 01:15:44 01:15:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:15:44 #2 DONE 0.0s 01:15:44 01:15:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:15:44 #3 DONE 0.0s 01:15:44 01:15:44 #4 [internal] load .dockerignore 01:15:44 #4 transferring context: 2B done 01:15:44 #4 DONE 0.0s 01:15:44 01:15:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:44 #5 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:44 #5 CACHED 01:15:44 01:15:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 01:15:44 #6 resolve nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:3ce60d44f134d806817f910f05d199aa778d9782fe2ab0016378483cadbdd222 0.0s done 01:15:44 #6 CACHED 01:15:44 01:15:44 #7 exporting to image 01:15:44 #7 exporting layers done 01:15:44 #7 exporting manifest sha256:9cab4751dd5e279caef8cb38bed8606e43dcf18536f6cfedc03f8b0fb35cd0c2 done 01:15:44 #7 exporting config sha256:0e5a36d9704169c12c594fd537977f821e4bbda9c7ecfb1c84ebaf39e8fbee5c done 01:15:44 #7 exporting manifest sha256:5976547b28f75ef10ae70c3d85d7cbd497bf6dc6a0ae796d4390e50b922ace0d done 01:15:44 #7 exporting config sha256:de4c51def8deaee35c6fdddc04d0df2871d1397d811878d0ff42f375771752d1 done 01:15:44 #7 exporting manifest list sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 done 01:15:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:15:45 #7 pushing layers 0.0s done 01:15:45 #7 pushing manifest for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4@sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 0.1s done 01:15:45 #7 DONE 0.1s 01:15:45 01:15:45 #8 [auth] edgex-devops/py-git-semver:pull,push token for nexus3.edgexfoundry.org:10003 01:15:45 #8 DONE 0.0s 01:15:45 01:15:45 1 warning found (use --debug to expand): 01:15:45  - 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 01:15:45 + '[' -d /w/workspace/edgexfoundry_git-semver_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:15:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:15:46 ---> package-listing.sh 01:15:46 ++ facter osfamily 01:15:46 ++ tr '[:upper:]' '[:lower:]' 01:15:46 + OS_FAMILY=redhat 01:15:46 + workspace=/w/workspace/edgexfoundry_git-semver_main 01:15:46 + START_PACKAGES=/tmp/packages_start.txt 01:15:46 + END_PACKAGES=/tmp/packages_end.txt 01:15:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:15:46 + PACKAGES=/tmp/packages_start.txt 01:15:46 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 01:15:46 + PACKAGES=/tmp/packages_end.txt 01:15:46 + case "${OS_FAMILY}" in 01:15:46 + rpm -qa 01:15:46 + sort 01:15:47 + '[' -f /tmp/packages_start.txt ']' 01:15:47 + '[' -f /tmp/packages_end.txt ']' 01:15:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:15:47 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 01:15:47 + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ 01:15:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo 01:15:47 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 01:15:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:15:47 01:15:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:15:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:15:48 latest: Pulling from edgex-lftools-log-publisher 01:15:48 5eb5b503b376: Pulling fs layer 01:15:48 5c69ac0246d0: Pulling fs layer 01:15:48 ec43610c2a17: Pulling fs layer 01:15:48 3a2ae6a8a46f: Pulling fs layer 01:15:48 33b1e0a273af: Pulling fs layer 01:15:48 5d3b04190fa2: Pulling fs layer 01:15:48 2f39f015ded8: Pulling fs layer 01:15:48 33b1e0a273af: Waiting 01:15:48 5d3b04190fa2: Waiting 01:15:48 2f39f015ded8: Waiting 01:15:48 3a2ae6a8a46f: Waiting 01:15:48 5c69ac0246d0: Verifying Checksum 01:15:48 5c69ac0246d0: Download complete 01:15:48 3a2ae6a8a46f: Verifying Checksum 01:15:48 3a2ae6a8a46f: Download complete 01:15:48 ec43610c2a17: Verifying Checksum 01:15:48 ec43610c2a17: Download complete 01:15:48 33b1e0a273af: Verifying Checksum 01:15:48 33b1e0a273af: Download complete 01:15:48 5d3b04190fa2: Verifying Checksum 01:15:48 5d3b04190fa2: Download complete 01:15:48 5eb5b503b376: Verifying Checksum 01:15:48 5eb5b503b376: Download complete 01:15:49 2f39f015ded8: Download complete 01:15:50 5eb5b503b376: Pull complete 01:15:50 5c69ac0246d0: Pull complete 01:15:50 ec43610c2a17: Pull complete 01:15:50 3a2ae6a8a46f: Pull complete 01:15:50 33b1e0a273af: Pull complete 01:15:50 5d3b04190fa2: Pull complete 01:15:55 2f39f015ded8: Pull complete 01:15:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:15:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:15:55 prd-centos7-docker-4c-2g-2236 does not seem to be running inside a container 01:15:55 $ 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 01:16:01 $ docker top f898aba8b331dee00d4308ad414697d2d3d8c2264076576d35ab4a0996205936 -eo pid,comm [Pipeline] { [Pipeline] sh 01:16:01 + touch /tmp/pre-build-complete [Pipeline] sh 01:16:01 + mkdir -p /var/log/sysstat [Pipeline] sh 01:16:01 + ls /var/log/sa-host 01:16:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:16:02 provisioning config files... 01:16:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config17646963513064299513tmp [Pipeline] { [Pipeline] echo 01:16:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:16:02 ---> create-netrc.sh [Pipeline] } 01:16:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:16:02 ---> python-tools-install.sh [Pipeline] echo 01:16:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:16:03 ---> sudo-logs.sh 01:16:03 Archiving 'sudo' log.. 01:16:03 sudo: unable to resolve host prd-centos7-docker-4c-2g-2236.novalocal: Name or service not known 01:16:03 sudo: unable to resolve host prd-centos7-docker-4c-2g-2236.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:16:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:16:03 ---> job-cost.sh 01:16:03 lf-activate-venv: SKIPPING 01:16:03 INFO: No Stack... 01:16:03 INFO: Retrieving Pricing Info for: v3-standard-2 01:16:03 INFO: Archiving Costs [Pipeline] echo 01:16:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:16:04 ---> logs-deploy.sh 01:16:04 lf-activate-venv: SKIPPING 01:16:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/10 01:16:04 INFO: archiving workspace using pattern(s): 01:16:05 Archives upload complete. 01:16:05 INFO: archiving logs to Nexus 01:16:06 ---> uname -a: 01:16:06 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 01:16:06 01:16:06 01:16:06 ---> lscpu: 01:16:06 Architecture: x86_64 01:16:06 CPU op-mode(s): 32-bit, 64-bit 01:16:06 Byte Order: Little Endian 01:16:06 Address sizes: 40 bits physical, 48 bits virtual 01:16:06 CPU(s): 2 01:16:06 On-line CPU(s) list: 0,1 01:16:06 Thread(s) per core: 1 01:16:06 Core(s) per socket: 1 01:16:06 Socket(s): 2 01:16:06 NUMA node(s): 1 01:16:06 Vendor ID: AuthenticAMD 01:16:06 CPU family: 23 01:16:06 Model: 49 01:16:06 Model name: AMD EPYC-Rome Processor 01:16:06 Stepping: 0 01:16:06 CPU MHz: 2799.998 01:16:06 BogoMIPS: 5599.99 01:16:06 Virtualization: AMD-V 01:16:06 Hypervisor vendor: KVM 01:16:06 Virtualization type: full 01:16:06 L1d cache: 64 KiB 01:16:06 L1i cache: 64 KiB 01:16:06 L2 cache: 1 MiB 01:16:06 L3 cache: 32 MiB 01:16:06 NUMA node0 CPU(s): 0,1 01:16:06 Vulnerability Itlb multihit: Not affected 01:16:06 Vulnerability L1tf: Not affected 01:16:06 Vulnerability Mds: Not affected 01:16:06 Vulnerability Meltdown: Not affected 01:16:06 Vulnerability Mmio stale data: Not affected 01:16:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:16:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:16:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:16:06 Vulnerability Srbds: Not affected 01:16:06 Vulnerability Tsx async abort: Not affected 01:16:06 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 01:16:06 01:16:06 01:16:06 ---> nproc: 01:16:06 2 01:16:06 01:16:06 01:16:06 ---> df -h: 01:16:06 Filesystem Size Used Avail Use% Mounted on 01:16:06 overlay 40G 7.3G 33G 19% / 01:16:06 tmpfs 64M 0 64M 0% /dev 01:16:06 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:16:06 shm 64M 0 64M 0% /dev/shm 01:16:06 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:16:06 01:16:06 01:16:06 Cannot open /var/log/sysstat/sa26: No such file or directory 01:16:06 Please check if data collecting is enabled 01:16:06 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:16:06 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:16:06 $ docker stop --time=1 f898aba8b331dee00d4308ad414697d2d3d8c2264076576d35ab4a0996205936 01:16:07 $ docker rm -f --volumes f898aba8b331dee00d4308ad414697d2d3d8c2264076576d35ab4a0996205936 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:16:07 [WS-CLEANUP] Deleting project workspace... 01:16:07 [WS-CLEANUP] Deferred wipeout is used... 01:16:07 [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 01:16:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:16:07 01:16:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:16:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:16:08 latest: Pulling from edgex-lftools-log-publisher 01:16:08 5eb5b503b376: Pulling fs layer 01:16:08 5c69ac0246d0: Pulling fs layer 01:16:08 ec43610c2a17: Pulling fs layer 01:16:08 3a2ae6a8a46f: Pulling fs layer 01:16:08 33b1e0a273af: Pulling fs layer 01:16:08 5d3b04190fa2: Pulling fs layer 01:16:08 2f39f015ded8: Pulling fs layer 01:16:08 3a2ae6a8a46f: Waiting 01:16:08 33b1e0a273af: Waiting 01:16:08 5d3b04190fa2: Waiting 01:16:08 2f39f015ded8: Waiting 01:16:08 5c69ac0246d0: Download complete 01:16:08 3a2ae6a8a46f: Verifying Checksum 01:16:08 3a2ae6a8a46f: Download complete 01:16:08 33b1e0a273af: Verifying Checksum 01:16:08 33b1e0a273af: Download complete 01:16:08 5d3b04190fa2: Verifying Checksum 01:16:08 5d3b04190fa2: Download complete 01:16:08 ec43610c2a17: Verifying Checksum 01:16:08 ec43610c2a17: Download complete 01:16:08 5eb5b503b376: Verifying Checksum 01:16:08 5eb5b503b376: Download complete 01:16:08 2f39f015ded8: Download complete 01:16:09 5eb5b503b376: Pull complete 01:16:09 5c69ac0246d0: Pull complete 01:16:10 ec43610c2a17: Pull complete 01:16:10 3a2ae6a8a46f: Pull complete 01:16:10 33b1e0a273af: Pull complete 01:16:10 5d3b04190fa2: Pull complete 01:16:14 2f39f015ded8: Pull complete 01:16:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:16:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:16:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:16:14 prd-ubuntu20.04-docker-8c-8g-2234 does not seem to be running inside a container 01:16:14 $ 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 01:16:16 $ docker top 1663b915e70ffff19ecac48e04c22cf026eccef879c86e49fd6d91401100c586 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:16:16 ---> job-cost.sh 01:16:16 lf-activate-venv: SKIPPING 01:16:16 INFO: No Stack... 01:16:16 INFO: Retrieving Pricing Info for: v3-standard-8 01:16:17 INFO: Archiving Costs [Pipeline] sh 01:16:17 + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv 01:16:17 + cut -d, -f6 [Pipeline] lock 01:16:17 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] 01:16:17 Resource [jenkins-edgexfoundry-git-semver-main-10-stack-cost] did not exist. Created. 01:16:17 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:16:17 + echo total: 0.2199999988079071 [Pipeline] stash 01:16:18 Stashed 1 file(s) [Pipeline] } 01:16:18 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] // lock [Pipeline] } 01:16:18 $ docker stop --time=1 1663b915e70ffff19ecac48e04c22cf026eccef879c86e49fd6d91401100c586 01:16:19 $ docker rm -f --volumes 1663b915e70ffff19ecac48e04c22cf026eccef879c86e49fd6d91401100c586 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:16:57 PyBuilder version 0.13.15 01:16:57 Build started at 2025-05-26 01:15:09 01:16:57 ------------------------------------------------------------ 01:16:57 [INFO] Installing or updating plugin "pypi:pybuilder_radon, module name 'pybuilder_radon'" 01:16:57 [INFO] Installing or updating plugin "pypi:pybuilder_bandit, module name 'pybuilder_bandit'" 01:16:57 [INFO] Installing or updating plugin "pypi:pybuilder_anybadge, module name 'pybuilder_anybadge'" 01:16:57 [INFO] Processing plugin packages 'pybuilder_radon' to be installed with {} 01:16:57 [INFO] Processing plugin packages 'pybuilder_bandit' to be installed with {} 01:16:57 [INFO] Processing plugin packages 'pybuilder_anybadge' to be installed with {} 01:16:57 [INFO] Building pygsver version 0.1.4 01:16:57 [INFO] Executing build in /code 01:16:57 [INFO] Going to execute task install 01:16:57 [INFO] Processing plugin packages 'coverage>=6.0' to be installed with {'upgrade': True} 01:16:57 [INFO] Processing plugin packages 'flake8>=4.0' to be installed with {'upgrade': True} 01:16:57 [INFO] Processing plugin packages 'pypandoc~=1.4' to be installed with {'upgrade': True} 01:16:57 [INFO] Processing plugin packages 'setuptools>=38.6.0' to be installed with {} 01:16:57 [INFO] Processing plugin packages 'twine>=1.15.0' to be installed with {'upgrade': True} 01:16:57 [INFO] Processing plugin packages 'unittest-xml-reporting>=3.0.4' to be installed with {'upgrade': True} 01:16:57 [INFO] Processing plugin packages 'wheel>=0.34.0' to be installed with {} 01:16:57 [INFO] Creating target 'build' VEnv in '/code/target/venv/build/cpython-3.13.3.final.0' 01:16:57 [INFO] Processing dependency packages 'mock' to be installed with {} 01:16:57 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 01:16:57 [INFO] Creating target 'test' VEnv in '/code/target/venv/test/cpython-3.13.3.final.0' 01:16:57 [INFO] Processing dependency packages 'requirements.txt' to be installed with {} 01:16:57 [INFO] Requested coverage for tasks: pybuilder.plugins.python.unittest_plugin:run_unit_tests 01:16:57 [INFO] Running unit tests 01:16:57 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 01:16:57 2025-05-26 01:16:53,742 MainThread pygsver.cli [main] ERROR something bad happened 01:16:57 ERROR: something bad happened 01:16:57 1.2.3-dev.1 01:16:57 2025-05-26 01:16:53,889 MainThread pygsver.push [run_push] DEBUG push 01:16:57 2025-05-26 01:16:53,890 MainThread pygsver.push [run_push] DEBUG no remote changes detected 01:16:57 2025-05-26 01:16:53,891 MainThread pygsver.push [run_push] DEBUG push all version tags 01:16:57 2025-05-26 01:16:53,929 MainThread pygsver.push [run_push] DEBUG push 01:16:57 2025-05-26 01:16:53,930 MainThread pygsver.push [run_push] DEBUG remote changes detected 01:16:57 2025-05-26 01:16:53,931 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 01:16:57 2025-05-26 01:16:53,931 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 01:16:57 2025-05-26 01:16:53,933 MainThread pygsver.push [run_push] DEBUG push all version tags 01:16:57 2025-05-26 01:16:54,007 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:16:57 2025-05-26 01:16:54,046 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:16:57 2025-05-26 01:16:54,086 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:16:57 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 01:16:57 2025-05-26 01:16:54,163 MainThread pygsver.tag [run_tag] DEBUG tag force:True 01:16:57 2025-05-26 01:16:54,203 MainThread pygsver.tag [run_tag] DEBUG tag force:False 01:16:57 2025-05-26 01:16:54,272 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 01:16:57 2025-05-26 01:16:54,313 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 01:16:57 2025-05-26 01:16:54,357 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 01:16:57 2025-05-26 01:16:54,397 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 01:16:57 2025-05-26 01:16:54,592 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:16:57 2025-05-26 01:16:54,658 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:16:57 2025-05-26 01:16:54,737 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:16:57 2025-05-26 01:16:54,796 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:16:57 2025-05-26 01:16:54,889 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:16:57 2025-05-26 01:16:54,960 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:16:57 2025-05-26 01:16:54,998 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 01:16:57 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 01:16:57 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 01:16:57 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 01:16:57 2025-05-26 01:16:55,122 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 01:16:57 2025-05-26 01:16:55,184 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 01:16:57 2025-05-26 01:16:55,185 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 01:16:57 2025-05-26 01:16:55,186 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 01:16:57 2025-05-26 01:16:55,186 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 01:16:57 2025-05-26 01:16:55,186 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 01:16:57 2025-05-26 01:16:55,187 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:16:57 2025-05-26 01:16:55,188 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 01:16:57 2025-05-26 01:16:55,189 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 01:16:57 2025-05-26 01:16:55,189 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,191 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,192 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 01:16:57 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 01:16:57 2025-05-26 01:16:55,194 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,195 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,196 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 01:16:57 2025-05-26 01:16:55,197 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,198 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,199 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 01:16:57 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 01:16:57 2025-05-26 01:16:55,201 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 01:16:57 2025-05-26 01:16:55,201 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,202 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,203 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 01:16:57 2025-05-26 01:16:55,204 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,205 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,206 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 01:16:57 2025-05-26 01:16:55,207 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,208 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,209 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 01:16:57 2025-05-26 01:16:55,210 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 01:16:57 2025-05-26 01:16:55,211 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 01:16:57 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 01:16:57 2025-05-26 01:16:55,212 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 01:16:57 [INFO] Executed 39 unit tests 01:16:57 [INFO] All unit tests passed. 01:16:57 [INFO] Building distribution in /code/target/dist/pygsver-0.1.4 01:16:57 [INFO] Copying scripts to /code/target/dist/pygsver-0.1.4/scripts 01:16:57 [INFO] Writing setup.py as /code/target/dist/pygsver-0.1.4/setup.py 01:16:57 [INFO] Collecting coverage information for 'pybuilder.plugins.python.unittest_plugin:run_unit_tests' 01:16:57 [WARN] ut_coverage_branch_threshold_warn is 0 and branch coverage will not be checked 01:16:57 [WARN] ut_coverage_branch_partial_threshold_warn is 0 and partial branch coverage will not be checked 01:16:57 [INFO] Running unit tests 01:16:57 [INFO] Executing unit tests from Python modules in /code/src/unittest/python 01:17:02 2025-05-26 01:17:01,914 MainThread pygsver.cli [main] ERROR something bad happened 01:17:02 ERROR: something bad happened 01:17:02 1.2.3-dev.1 01:17:02 2025-05-26 01:17:02,158 MainThread pygsver.push [run_push] DEBUG push 01:17:02 2025-05-26 01:17:02,161 MainThread pygsver.push [run_push] DEBUG no remote changes detected 01:17:02 2025-05-26 01:17:02,163 MainThread pygsver.push [run_push] DEBUG push all version tags 01:17:02 2025-05-26 01:17:02,220 MainThread pygsver.push [run_push] DEBUG push 01:17:02 2025-05-26 01:17:02,222 MainThread pygsver.push [run_push] DEBUG remote changes detected 01:17:02 2025-05-26 01:17:02,223 MainThread pygsver.push [run_push] DEBUG latest remote commit 890123abcdef is not in local commits 01:17:02 2025-05-26 01:17:02,224 MainThread pygsver.push [run_push] DEBUG integrating remote changes with a git pull 01:17:02 2025-05-26 01:17:02,229 MainThread pygsver.push [run_push] DEBUG push all version tags 01:17:02 2025-05-26 01:17:02,316 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:17:02 2025-05-26 01:17:02,370 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:17:02 2025-05-26 01:17:02,414 MainThread pygsver.tag [check_head_tag] DEBUG check head tag 01:17:02 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 01:17:02 2025-05-26 01:17:02,526 MainThread pygsver.tag [run_tag] DEBUG tag force:True 01:17:02 2025-05-26 01:17:02,583 MainThread pygsver.tag [run_tag] DEBUG tag force:False 01:17:02 2025-05-26 01:17:02,720 MainThread pygsver.init [clone_semver_branch] DEBUG clone semver branch to:/path/to/.semver 01:17:02 2025-05-26 01:17:02,792 MainThread pygsver.init [create_semver_branch] DEBUG create semver branch 01:17:02 2025-05-26 01:17:02,855 MainThread pygsver.init [remove_entries] DEBUG removing ['groupa', 'groupc'] 01:17:03 2025-05-26 01:17:02,951 MainThread pygsver.init [remove_semver_folder] DEBUG remove /some/path/.semver directory and its contents 01:17:03 2025-05-26 01:17:03,266 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:17:03 2025-05-26 01:17:03,334 MainThread pygsver.init [run_init] DEBUG init version:1.2.3-dev.1 force:False 01:17:03 2025-05-26 01:17:03,477 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:17:03 2025-05-26 01:17:03,568 MainThread pygsver.utils [append_file] DEBUG append to file:/some/path 01:17:03 2025-05-26 01:17:03,759 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:17:03 2025-05-26 01:17:03,883 MainThread pygsver.utils [read_version] DEBUG read version from /repo/.semver/main 01:17:03 2025-05-26 01:17:03,945 MainThread pygsver.utils [write_file] DEBUG write to file:/some/path 01:17:04 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 01:17:04 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 01:17:04 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 01:17:04 2025-05-26 01:17:04,206 MainThread pygsver.utils [write_version] DEBUG version is same as current version 1.2.3-dev.1 01:17:04 2025-05-26 01:17:04,303 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:major with prefix:None 01:17:04 2025-05-26 01:17:04,304 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.0 01:17:04 2025-05-26 01:17:04,306 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:minor with prefix:None 01:17:04 2025-05-26 01:17:04,307 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.2.0 01:17:04 2025-05-26 01:17:04,308 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:patch with prefix:None 01:17:04 2025-05-26 01:17:04,309 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:17:04 2025-05-26 01:17:04,309 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.1 on axis:patch with prefix:dev 01:17:04 2025-05-26 01:17:04,310 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.2 01:17:04 2025-05-26 01:17:04,311 MainThread pygsver.bump [bump_version] DEBUG bumping version:0.1.0 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,312 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,314 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1-dev.2 01:17:04 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 01:17:04 2025-05-26 01:17:04,316 MainThread pygsver.bump [bump_version] DEBUG bumped version:0.1.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,317 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.0 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,319 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.1-dev.1 01:17:04 2025-05-26 01:17:04,320 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.1 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,321 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,324 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.2-dev.2 01:17:04 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 01:17:04 2025-05-26 01:17:04,326 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.3 01:17:04 2025-05-26 01:17:04,326 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.0.3 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,328 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.0.4-dev.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,330 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.0 01:17:04 2025-05-26 01:17:04,331 MainThread pygsver.bump [bump_version] DEBUG bumping version:1.1.0 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,332 MainThread pygsver.bump [bump_version] DEBUG bumped version:1.1.1-dev.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,335 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.0 01:17:04 2025-05-26 01:17:04,335 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.0 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,337 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1-dev.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,339 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.1 01:17:04 2025-05-26 01:17:04,340 MainThread pygsver.bump [bump_version] DEBUG bumping version:2.0.1 on axis:pre with prefix:dev 01:17:04 2025-05-26 01:17:04,341 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.1 01:17:04 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 01:17:04 2025-05-26 01:17:04,343 MainThread pygsver.bump [bump_version] DEBUG bumped version:2.0.2-dev.2 01:18:00 [INFO] Executed 39 unit tests 01:18:00 [INFO] All unit tests passed. 01:18:00 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests coverage is 100% 01:18:00 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests branch coverage is 85% 01:18:00 [INFO] Overall pybuilder.plugins.python.unittest_plugin.run_unit_tests partial branch coverage is 85% 01:18:00 [INFO] Overall pygsver coverage is 100% 01:18:00 [INFO] Overall pygsver branch coverage is 85% 01:18:00 [INFO] Overall pygsver partial branch coverage is 85% 01:18:00 [INFO] Building binary distribution in /code/target/dist/pygsver-0.1.4 01:18:00 [INFO] Running Twine check for generated artifacts 01:18:00 [INFO] Installing project pygsver-0.1.4 01:18:00 ------------------------------------------------------------ 01:18:00 BUILD SUCCESSFUL 01:18:00 ------------------------------------------------------------ 01:18:00 Build Summary 01:18:00 Project: pygsver 01:18:00 Version: 0.1.4 01:18:00 Base directory: /code 01:18:00 Environments: 01:18:00 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] 01:18:00 Build finished at 2025-05-26 01:17:55 01:18:00 Build took 166 seconds (166469 ms) 01:18:07 Removing intermediate container 644d74d83148 01:18:07 ---> 1251cf3f7252 01:18:07 Step 9/21 : FROM python:3.13-slim 01:18:07 ---> 2e2ecad80adb 01:18:07 Step 10/21 : ENV PYTHONDONTWRITEBYTECODE 1 01:18:07 ---> Using cache 01:18:07 ---> 3634c0618948 01:18:07 Step 11/21 : ENV GIT_PYTHON_TRACE 1 01:18:07 ---> Using cache 01:18:07 ---> 6042f1f21b0d 01:18:07 Step 12/21 : WORKDIR /opt/pygsver 01:18:07 ---> Running in aec5b9785f80 01:18:07 Removing intermediate container aec5b9785f80 01:18:07 ---> 43f40edb1de9 01:18:07 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 01:18:07 ---> Running in 6f0a2e57e9d3 01:18:08 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] 01:18:08 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 01:18:08 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 01:18:08 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8693 kB] 01:18:09 Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [512 B] 01:18:09 Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [257 kB] 01:18:11 Fetched 9205 kB in 3s (2641 kB/s) 01:18:15 Reading package lists... 01:18:18 Reading package lists... 01:18:19 Building dependency tree... 01:18:19 Reading state information... 01:18:20 ca-certificates is already the newest version (20230311). 01:18:20 The following additional packages will be installed: 01:18:20 binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 dbus dbus-bin 01:18:20 dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session 01:18:20 dmsetup fontconfig-config fonts-dejavu-core gcc-12 gettext-base krb5-locales 01:18:20 libabsl20220623 libaom3 libapparmor1 libargon2-1 libasan8 libatomic1 01:18:20 libavif15 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools 01:18:20 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 01:18:20 libctf0 libcurl3-gnutls libcurl4 libdav1d6 libdbus-1-3 libde265-0 01:18:20 libdeflate0 libdevmapper1.02.1 libedit2 libexpat1 libfdisk1 libfido2-1 01:18:20 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 01:18:20 libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 01:18:20 libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 01:18:20 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 01:18:20 liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 01:18:20 libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 01:18:20 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 01:18:20 libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common libtirpc-dev 01:18:20 libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 libx11-data 01:18:20 libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 libxpm4 01:18:20 libyuv0 linux-libc-dev manpages manpages-dev ncurses-term openssh-client 01:18:20 openssh-server openssh-sftp-server procps psmisc publicsuffix rpcsvc-proto 01:18:20 runit-helper sensible-utils systemd systemd-sysv systemd-timesyncd ucf xauth 01:18:20 Suggested packages: 01:18:20 binutils-doc cpp-doc gcc-12-locales cpp-12-doc gcc-multilib autoconf 01:18:20 automake libtool flex bison gdb gcc-doc gcc-12-doc autopoint gettext-doc 01:18:20 libasprintf-dev libgettextpo-dev glibc-doc libcurl4-doc libgnutls28-dev 01:18:20 libidn-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev pkg-config 01:18:20 libgd-tools krb5-doc krb5-user libsasl2-modules-gssapi-mit 01:18:20 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 01:18:20 libsasl2-modules-sql libssl-doc make-doc man-browser keychain libpam-ssh 01:18:20 monkeysphere ssh-askpass molly-guard ufw systemd-container systemd-homed 01:18:20 systemd-userdbd systemd-boot systemd-resolved libqrencode4 01:18:20 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 01:18:27 The following NEW packages will be installed: 01:18:27 binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-12 curl dbus 01:18:27 dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common 01:18:27 dbus-user-session dmsetup fontconfig-config fonts-dejavu-core gcc gcc-12 01:18:27 gettext gettext-base gosu krb5-locales libabsl20220623 libaom3 libapparmor1 01:18:27 libargon2-1 libasan8 libatomic1 libavif15 libbinutils libbrotli1 libbsd0 01:18:27 libc-dev-bin libc-devtools libc6-dev libcbor0.8 libcc1-0 libcrypt-dev 01:18:27 libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 01:18:27 libcurl4-gnutls-dev libdav1d6 libdbus-1-3 libde265-0 libdeflate0 01:18:27 libdevmapper1.02.1 libedit2 libexpat1 libexpat1-dev libfdisk1 libfido2-1 01:18:27 libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 01:18:27 libgprofng0 libgssapi-krb5-2 libheif1 libhwasan0 libicu72 libip4tc2 libisl23 01:18:27 libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-c5 libk5crypto3 01:18:27 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common 01:18:27 liblerc4 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnsl-dev libnsl2 01:18:27 libnss-systemd libnuma1 libpam-systemd libpng16-16 libproc2-0 libpsl5 01:18:27 librav1e0 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 01:18:27 libssl-dev libsvtav1enc1 libsystemd-shared libtiff6 libtirpc-common 01:18:27 libtirpc-dev libtirpc3 libtsan2 libubsan1 libwebp7 libwrap0 libx11-6 01:18:27 libx11-data libx265-199 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 01:18:27 libxpm4 libyuv0 linux-libc-dev make manpages manpages-dev ncurses-term 01:18:27 netcat-traditional openssh-client openssh-server openssh-sftp-server procps 01:18:27 psmisc publicsuffix rpcsvc-proto runit-helper sensible-utils ssh systemd 01:18:27 systemd-sysv systemd-timesyncd ucf xauth zlib1g-dev 01:18:27 0 upgraded, 141 newly installed, 0 to remove and 0 not upgraded. 01:18:27 Need to get 87.4 MB of archives. 01:18:27 After this operation, 346 MB of additional disk space will be used. 01:18:27 Get:1 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3+deb12u1 [18.7 kB] 01:18:27 Get:2 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB] 01:18:27 Get:3 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB] 01:18:27 Get:4 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB] 01:18:27 Get:5 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.1-4~deb12u2 [205 kB] 01:18:27 Get:6 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-5+deb12u3 [182 kB] 01:18:27 Get:7 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB] 01:18:27 Get:8 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB] 01:18:27 Get:9 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB] 01:18:27 Get:10 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.36-1~deb12u1 [1511 kB] 01:18:27 Get:11 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.36-1~deb12u1 [2837 kB] 01:18:27 Get:12 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.36-1~deb12u1 [42.6 kB] 01:18:27 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB] 01:18:27 Get:14 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB] 01:18:27 Get:15 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] 01:18:27 Get:16 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB] 01:18:27 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB] 01:18:27 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] 01:18:27 Get:19 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB] 01:18:27 Get:20 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB] 01:18:27 Get:21 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB] 01:18:27 Get:22 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB] 01:18:27 Get:23 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB] 01:18:27 Get:24 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u3 [32.0 kB] 01:18:27 Get:25 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u3 [79.3 kB] 01:18:27 Get:26 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B] 01:18:27 Get:27 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u3 [313 kB] 01:18:27 Get:28 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u3 [124 kB] 01:18:27 Get:29 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u6 [937 kB] 01:18:27 Get:30 http://deb.debian.org/debian bookworm/main arm64 openssh-sftp-server arm64 1:9.2p1-2+deb12u6 [60.7 kB] 01:18:27 Get:31 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB] 01:18:27 Get:32 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB] 01:18:27 Get:33 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB] 01:18:27 Get:34 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043+nmu1+deb12u1 [55.3 kB] 01:18:27 Get:35 http://deb.debian.org/debian bookworm/main arm64 runit-helper all 2.15.2 [6520 B] 01:18:27 Get:36 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] 01:18:27 Get:37 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB] 01:18:27 Get:38 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB] 01:18:27 Get:39 http://deb.debian.org/debian bookworm/main arm64 libwrap0 arm64 7.6.q-32 [54.7 kB] 01:18:27 Get:40 http://deb.debian.org/debian bookworm/main arm64 openssh-server arm64 1:9.2p1-2+deb12u6 [413 kB] 01:18:27 Get:41 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-12 [159 kB] 01:18:27 Get:42 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-2+deb12u3 [63.1 kB] 01:18:27 Get:43 http://deb.debian.org/debian bookworm/main arm64 libnss-systemd arm64 252.36-1~deb12u1 [151 kB] 01:18:27 Get:44 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.36-1~deb12u1 [209 kB] 01:18:27 Get:45 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.03-2 [1332 kB] 01:18:27 Get:46 http://deb.debian.org/debian bookworm/main arm64 ncurses-term all 6.4-4 [501 kB] 01:18:27 Get:47 http://deb.debian.org/debian bookworm/main arm64 netcat-traditional arm64 1.10-47 [66.9 kB] 01:18:27 Get:48 http://deb.debian.org/debian bookworm/main arm64 systemd-timesyncd arm64 252.36-1~deb12u1 [61.7 kB] 01:18:27 Get:49 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB] 01:18:27 Get:50 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB] 01:18:27 Get:51 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB] 01:18:27 Get:52 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB] 01:18:27 Get:53 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB] 01:18:27 Get:54 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB] 01:18:27 Get:55 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB] 01:18:27 Get:56 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB] 01:18:27 Get:57 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1.1 [610 kB] 01:18:27 Get:58 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB] 01:18:27 Get:59 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB] 01:18:27 Get:60 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14+deb12u1 [8228 kB] 01:18:27 Get:61 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B] 01:18:27 Get:62 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB] 01:18:27 Get:63 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB] 01:18:27 Get:64 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB] 01:18:27 Get:65 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB] 01:18:27 Get:66 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB] 01:18:27 Get:67 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB] 01:18:27 Get:68 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] 01:18:27 Get:69 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB] 01:18:27 Get:70 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u12 [367 kB] 01:18:27 Get:71 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u12 [309 kB] 01:18:27 Get:72 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.10-1~deb12u1 [78.1 kB] 01:18:27 Get:73 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB] 01:18:27 Get:74 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB] 01:18:27 Get:75 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14+deb12u1 [37.7 kB] 01:18:27 Get:76 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14+deb12u1 [104 kB] 01:18:27 Get:77 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14+deb12u1 [24.0 kB] 01:18:27 Get:78 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14+deb12u1 [9568 B] 01:18:27 Get:79 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14+deb12u1 [2096 kB] 01:18:27 Get:80 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14+deb12u1 [926 kB] 01:18:27 Get:81 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14+deb12u1 [2178 kB] 01:18:27 Get:82 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14+deb12u1 [862 kB] 01:18:27 Get:83 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14+deb12u1 [999 kB] 01:18:27 Get:84 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14+deb12u1 [956 kB] 01:18:27 Get:85 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14+deb12u1 [16.3 MB] 01:18:28 Get:86 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B] 01:18:28 Get:87 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB] 01:18:28 Get:88 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.3~deb12u1 [619 kB] 01:18:28 Get:89 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-12 [1248 kB] 01:18:28 Get:90 http://deb.debian.org/debian bookworm/main arm64 gosu arm64 1.14-1+b10 [663 kB] 01:18:28 Get:91 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1+deb12u2 [363 kB] 01:18:28 Get:92 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB] 01:18:28 Get:93 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB] 01:18:28 Get:94 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB] 01:18:28 Get:95 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB] 01:18:28 Get:96 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB] 01:18:28 Get:97 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB] 01:18:28 Get:98 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB] 01:18:28 Get:99 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB] 01:18:28 Get:100 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u10 [46.2 kB] 01:18:28 Get:101 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB] 01:18:28 Get:102 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u4 [368 kB] 01:18:28 Get:103 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB] 01:18:28 Get:104 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB] 01:18:28 Get:105 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB] 01:18:28 Get:106 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB] 01:18:28 Get:107 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1+deb12u1 [191 kB] 01:18:28 Get:108 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB] 01:18:28 Get:109 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB] 01:18:28 Get:110 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB] 01:18:28 Get:111 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB] 01:18:28 Get:112 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u2 [301 kB] 01:18:28 Get:113 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB] 01:18:28 Get:114 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB] 01:18:28 Get:115 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB] 01:18:28 Get:116 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] 01:18:28 Get:117 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB] 01:18:28 Get:118 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB] 01:18:28 Get:119 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB] 01:18:28 Get:120 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-9+deb12u10 [53.4 kB] 01:18:28 Get:121 http://deb.debian.org/debian-security bookworm-security/main arm64 linux-libc-dev arm64 6.1.140-1 [2120 kB] 01:18:28 Get:122 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB] 01:18:28 Get:123 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB] 01:18:28 Get:124 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB] 01:18:28 Get:125 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB] 01:18:28 Get:126 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u10 [1431 kB] 01:18:28 Get:127 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u12 [362 kB] 01:18:28 Get:128 http://deb.debian.org/debian bookworm/main arm64 libcurl4-gnutls-dev arm64 7.88.1-10+deb12u12 [472 kB] 01:18:28 Get:129 http://deb.debian.org/debian bookworm/main arm64 libexpat1-dev arm64 2.5.0-1+deb12u1 [134 kB] 01:18:28 Get:130 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-5 [29.3 kB] 01:18:28 Get:131 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB] 01:18:28 Get:132 http://deb.debian.org/debian bookworm/main arm64 libssl-dev arm64 3.0.16-1~deb12u1 [2310 kB] 01:18:28 Get:133 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB] 01:18:28 Get:134 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB] 01:18:28 Get:135 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB] 01:18:28 Get:136 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.03-2 [2030 kB] 01:18:28 Get:137 http://deb.debian.org/debian bookworm/main arm64 psmisc arm64 23.6-1 [257 kB] 01:18:28 Get:138 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20230209.2326-1 [126 kB] 01:18:28 Get:139 http://deb.debian.org/debian bookworm/main arm64 ssh all 1:9.2p1-2+deb12u6 [174 kB] 01:18:28 Get:140 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB] 01:18:28 Get:141 http://deb.debian.org/debian bookworm/main arm64 zlib1g-dev arm64 1:1.2.13.dfsg-1 [913 kB] 01:18:29 debconf: delaying package configuration, since apt-utils is not installed 01:18:29 Fetched 87.4 MB in 2s (44.6 MB/s) 01:18:30 Selecting previously unselected package libargon2-1:arm64. 01:18:30 (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.) 01:18:30 Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_arm64.deb ... 01:18:30 Unpacking libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 01:18:30 Selecting previously unselected package dmsetup. 01:18:30 Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_arm64.deb ... 01:18:30 Unpacking dmsetup (2:1.02.185-2) ... 01:18:30 Selecting previously unselected package libdevmapper1.02.1:arm64. 01:18:30 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ... 01:18:30 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 01:18:30 Selecting previously unselected package libjson-c5:arm64. 01:18:30 Preparing to unpack .../03-libjson-c5_0.16-2_arm64.deb ... 01:18:30 Unpacking libjson-c5:arm64 (0.16-2) ... 01:18:30 Selecting previously unselected package libcryptsetup12:arm64. 01:18:30 Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_arm64.deb ... 01:18:30 Unpacking libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 01:18:30 Selecting previously unselected package libfdisk1:arm64. 01:18:30 Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u3_arm64.deb ... 01:18:30 Unpacking libfdisk1:arm64 (2.38.1-5+deb12u3) ... 01:18:30 Selecting previously unselected package libkmod2:arm64. 01:18:30 Preparing to unpack .../06-libkmod2_30+20221128-1_arm64.deb ... 01:18:30 Unpacking libkmod2:arm64 (30+20221128-1) ... 01:18:30 Selecting previously unselected package libapparmor1:arm64. 01:18:30 Preparing to unpack .../07-libapparmor1_3.0.8-3_arm64.deb ... 01:18:30 Unpacking libapparmor1:arm64 (3.0.8-3) ... 01:18:30 Selecting previously unselected package libip4tc2:arm64. 01:18:30 Preparing to unpack .../08-libip4tc2_1.8.9-2_arm64.deb ... 01:18:30 Unpacking libip4tc2:arm64 (1.8.9-2) ... 01:18:30 Selecting previously unselected package libsystemd-shared:arm64. 01:18:30 Preparing to unpack .../09-libsystemd-shared_252.36-1~deb12u1_arm64.deb ... 01:18:30 Unpacking libsystemd-shared:arm64 (252.36-1~deb12u1) ... 01:18:31 Selecting previously unselected package systemd. 01:18:31 Preparing to unpack .../10-systemd_252.36-1~deb12u1_arm64.deb ... 01:18:31 Unpacking systemd (252.36-1~deb12u1) ... 01:18:32 Setting up libargon2-1:arm64 (0~20171227-0.3+deb12u1) ... 01:18:32 Setting up libjson-c5:arm64 (0.16-2) ... 01:18:32 Setting up libfdisk1:arm64 (2.38.1-5+deb12u3) ... 01:18:32 Setting up libkmod2:arm64 (30+20221128-1) ... 01:18:32 Setting up libapparmor1:arm64 (3.0.8-3) ... 01:18:32 Setting up libip4tc2:arm64 (1.8.9-2) ... 01:18:32 Setting up libsystemd-shared:arm64 (252.36-1~deb12u1) ... 01:18:32 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ... 01:18:32 Setting up libcryptsetup12:arm64 (2:2.6.1-4~deb12u2) ... 01:18:32 Setting up systemd (252.36-1~deb12u1) ... 01:18:32 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 01:18:32 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 01:18:32 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 01:18:32 Initializing machine ID from random generator. 01:18:32 Creating group 'systemd-journal' with GID 999. 01:18:32 Creating group 'systemd-network' with GID 998. 01:18:32 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. 01:18:32 Setting up dmsetup (2:1.02.185-2) ... 01:18:32 Selecting previously unselected package systemd-sysv. 01:18:32 (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.) 01:18:32 Preparing to unpack .../000-systemd-sysv_252.36-1~deb12u1_arm64.deb ... 01:18:32 Unpacking systemd-sysv (252.36-1~deb12u1) ... 01:18:33 Selecting previously unselected package libdbus-1-3:arm64. 01:18:33 Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ... 01:18:33 Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 01:18:33 Selecting previously unselected package dbus-bin. 01:18:33 Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_arm64.deb ... 01:18:33 Unpacking dbus-bin (1.14.10-1~deb12u1) ... 01:18:33 Selecting previously unselected package dbus-session-bus-common. 01:18:33 Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... 01:18:33 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:18:33 Selecting previously unselected package libexpat1:arm64. 01:18:33 Preparing to unpack .../004-libexpat1_2.5.0-1+deb12u1_arm64.deb ... 01:18:33 Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ... 01:18:33 Selecting previously unselected package dbus-daemon. 01:18:33 Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ... 01:18:33 Unpacking dbus-daemon (1.14.10-1~deb12u1) ... 01:18:33 Selecting previously unselected package dbus-system-bus-common. 01:18:33 Preparing to unpack .../006-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... 01:18:33 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:18:33 Selecting previously unselected package dbus. 01:18:33 Preparing to unpack .../007-dbus_1.14.10-1~deb12u1_arm64.deb ... 01:18:33 Unpacking dbus (1.14.10-1~deb12u1) ... 01:18:33 Selecting previously unselected package libbsd0:arm64. 01:18:33 Preparing to unpack .../008-libbsd0_0.11.7-2_arm64.deb ... 01:18:33 Unpacking libbsd0:arm64 (0.11.7-2) ... 01:18:33 Selecting previously unselected package libedit2:arm64. 01:18:33 Preparing to unpack .../009-libedit2_3.1-20221030-2_arm64.deb ... 01:18:33 Unpacking libedit2:arm64 (3.1-20221030-2) ... 01:18:33 Selecting previously unselected package libcbor0.8:arm64. 01:18:33 Preparing to unpack .../010-libcbor0.8_0.8.0-2+b1_arm64.deb ... 01:18:33 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ... 01:18:34 Selecting previously unselected package libfido2-1:arm64. 01:18:34 Preparing to unpack .../011-libfido2-1_1.12.0-2+b1_arm64.deb ... 01:18:34 Unpacking libfido2-1:arm64 (1.12.0-2+b1) ... 01:18:34 Selecting previously unselected package libkrb5support0:arm64. 01:18:34 Preparing to unpack .../012-libkrb5support0_1.20.1-2+deb12u3_arm64.deb ... 01:18:34 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 01:18:34 Selecting previously unselected package libk5crypto3:arm64. 01:18:34 Preparing to unpack .../013-libk5crypto3_1.20.1-2+deb12u3_arm64.deb ... 01:18:34 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 01:18:34 Selecting previously unselected package libkeyutils1:arm64. 01:18:34 Preparing to unpack .../014-libkeyutils1_1.6.3-2_arm64.deb ... 01:18:34 Unpacking libkeyutils1:arm64 (1.6.3-2) ... 01:18:34 Selecting previously unselected package libkrb5-3:arm64. 01:18:34 Preparing to unpack .../015-libkrb5-3_1.20.1-2+deb12u3_arm64.deb ... 01:18:34 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 01:18:34 Selecting previously unselected package libgssapi-krb5-2:arm64. 01:18:34 Preparing to unpack .../016-libgssapi-krb5-2_1.20.1-2+deb12u3_arm64.deb ... 01:18:34 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 01:18:34 Selecting previously unselected package openssh-client. 01:18:34 Preparing to unpack .../017-openssh-client_1%3a9.2p1-2+deb12u6_arm64.deb ... 01:18:35 Unpacking openssh-client (1:9.2p1-2+deb12u6) ... 01:18:35 Selecting previously unselected package openssh-sftp-server. 01:18:35 Preparing to unpack .../018-openssh-sftp-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 01:18:35 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:18:35 Selecting previously unselected package libproc2-0:arm64. 01:18:35 Preparing to unpack .../019-libproc2-0_2%3a4.0.2-3_arm64.deb ... 01:18:35 Unpacking libproc2-0:arm64 (2:4.0.2-3) ... 01:18:35 Selecting previously unselected package procps. 01:18:35 Preparing to unpack .../020-procps_2%3a4.0.2-3_arm64.deb ... 01:18:35 Unpacking procps (2:4.0.2-3) ... 01:18:35 Selecting previously unselected package sensible-utils. 01:18:35 Preparing to unpack .../021-sensible-utils_0.0.17+nmu1_all.deb ... 01:18:35 Unpacking sensible-utils (0.0.17+nmu1) ... 01:18:35 Selecting previously unselected package ucf. 01:18:35 Preparing to unpack .../022-ucf_3.0043+nmu1+deb12u1_all.deb ... 01:18:35 Moving old data out of the way 01:18:35 Unpacking ucf (3.0043+nmu1+deb12u1) ... 01:18:35 Selecting previously unselected package runit-helper. 01:18:35 Preparing to unpack .../023-runit-helper_2.15.2_all.deb ... 01:18:35 Unpacking runit-helper (2.15.2) ... 01:18:35 Selecting previously unselected package libtirpc-common. 01:18:35 Preparing to unpack .../024-libtirpc-common_1.3.3+ds-1_all.deb ... 01:18:35 Unpacking libtirpc-common (1.3.3+ds-1) ... 01:18:36 Selecting previously unselected package libtirpc3:arm64. 01:18:36 Preparing to unpack .../025-libtirpc3_1.3.3+ds-1_arm64.deb ... 01:18:36 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ... 01:18:36 Selecting previously unselected package libnsl2:arm64. 01:18:36 Preparing to unpack .../026-libnsl2_1.3.0-2_arm64.deb ... 01:18:36 Unpacking libnsl2:arm64 (1.3.0-2) ... 01:18:36 Selecting previously unselected package libwrap0:arm64. 01:18:36 Preparing to unpack .../027-libwrap0_7.6.q-32_arm64.deb ... 01:18:36 Unpacking libwrap0:arm64 (7.6.q-32) ... 01:18:36 Selecting previously unselected package openssh-server. 01:18:36 Preparing to unpack .../028-openssh-server_1%3a9.2p1-2+deb12u6_arm64.deb ... 01:18:36 Unpacking openssh-server (1:9.2p1-2+deb12u6) ... 01:18:36 Selecting previously unselected package gettext-base. 01:18:36 Preparing to unpack .../029-gettext-base_0.21-12_arm64.deb ... 01:18:36 Unpacking gettext-base (0.21-12) ... 01:18:36 Selecting previously unselected package krb5-locales. 01:18:36 Preparing to unpack .../030-krb5-locales_1.20.1-2+deb12u3_all.deb ... 01:18:36 Unpacking krb5-locales (1.20.1-2+deb12u3) ... 01:18:36 Selecting previously unselected package libnss-systemd:arm64. 01:18:36 Preparing to unpack .../031-libnss-systemd_252.36-1~deb12u1_arm64.deb ... 01:18:36 Unpacking libnss-systemd:arm64 (252.36-1~deb12u1) ... 01:18:36 Selecting previously unselected package libpam-systemd:arm64. 01:18:36 Preparing to unpack .../032-libpam-systemd_252.36-1~deb12u1_arm64.deb ... 01:18:36 Unpacking libpam-systemd:arm64 (252.36-1~deb12u1) ... 01:18:36 Selecting previously unselected package manpages. 01:18:36 Preparing to unpack .../033-manpages_6.03-2_all.deb ... 01:18:36 Unpacking manpages (6.03-2) ... 01:18:37 Selecting previously unselected package ncurses-term. 01:18:37 Preparing to unpack .../034-ncurses-term_6.4-4_all.deb ... 01:18:37 Unpacking ncurses-term (6.4-4) ... 01:18:39 Selecting previously unselected package netcat-traditional. 01:18:39 Preparing to unpack .../035-netcat-traditional_1.10-47_arm64.deb ... 01:18:39 Unpacking netcat-traditional (1.10-47) ... 01:18:39 Selecting previously unselected package systemd-timesyncd. 01:18:39 Preparing to unpack .../036-systemd-timesyncd_252.36-1~deb12u1_arm64.deb ... 01:18:39 Unpacking systemd-timesyncd (252.36-1~deb12u1) ... 01:18:39 Selecting previously unselected package binutils-common:arm64. 01:18:39 Preparing to unpack .../037-binutils-common_2.40-2_arm64.deb ... 01:18:39 Unpacking binutils-common:arm64 (2.40-2) ... 01:18:39 Selecting previously unselected package libbinutils:arm64. 01:18:39 Preparing to unpack .../038-libbinutils_2.40-2_arm64.deb ... 01:18:39 Unpacking libbinutils:arm64 (2.40-2) ... 01:18:40 Selecting previously unselected package libctf-nobfd0:arm64. 01:18:40 Preparing to unpack .../039-libctf-nobfd0_2.40-2_arm64.deb ... 01:18:40 Unpacking libctf-nobfd0:arm64 (2.40-2) ... 01:18:40 Selecting previously unselected package libctf0:arm64. 01:18:40 Preparing to unpack .../040-libctf0_2.40-2_arm64.deb ... 01:18:40 Unpacking libctf0:arm64 (2.40-2) ... 01:18:40 Selecting previously unselected package libgprofng0:arm64. 01:18:40 Preparing to unpack .../041-libgprofng0_2.40-2_arm64.deb ... 01:18:40 Unpacking libgprofng0:arm64 (2.40-2) ... 01:18:40 Selecting previously unselected package libjansson4:arm64. 01:18:40 Preparing to unpack .../042-libjansson4_2.14-2_arm64.deb ... 01:18:40 Unpacking libjansson4:arm64 (2.14-2) ... 01:18:40 Selecting previously unselected package binutils-aarch64-linux-gnu. 01:18:40 Preparing to unpack .../043-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ... 01:18:40 Unpacking binutils-aarch64-linux-gnu (2.40-2) ... 01:18:41 Selecting previously unselected package binutils. 01:18:41 Preparing to unpack .../044-binutils_2.40-2_arm64.deb ... 01:18:41 Unpacking binutils (2.40-2) ... 01:18:41 Selecting previously unselected package libisl23:arm64. 01:18:41 Preparing to unpack .../045-libisl23_0.25-1.1_arm64.deb ... 01:18:41 Unpacking libisl23:arm64 (0.25-1.1) ... 01:18:41 Selecting previously unselected package libmpfr6:arm64. 01:18:41 Preparing to unpack .../046-libmpfr6_4.2.0-1_arm64.deb ... 01:18:41 Unpacking libmpfr6:arm64 (4.2.0-1) ... 01:18:41 Selecting previously unselected package libmpc3:arm64. 01:18:41 Preparing to unpack .../047-libmpc3_1.3.1-1_arm64.deb ... 01:18:41 Unpacking libmpc3:arm64 (1.3.1-1) ... 01:18:41 Selecting previously unselected package cpp-12. 01:18:41 Preparing to unpack .../048-cpp-12_12.2.0-14+deb12u1_arm64.deb ... 01:18:41 Unpacking cpp-12 (12.2.0-14+deb12u1) ... 01:18:43 Selecting previously unselected package cpp. 01:18:43 Preparing to unpack .../049-cpp_4%3a12.2.0-3_arm64.deb ... 01:18:43 Unpacking cpp (4:12.2.0-3) ... 01:18:43 Selecting previously unselected package libbrotli1:arm64. 01:18:43 Preparing to unpack .../050-libbrotli1_1.0.9-2+b6_arm64.deb ... 01:18:43 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ... 01:18:43 Selecting previously unselected package libsasl2-modules-db:arm64. 01:18:43 Preparing to unpack .../051-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ... 01:18:43 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 01:18:43 Selecting previously unselected package libsasl2-2:arm64. 01:18:43 Preparing to unpack .../052-libsasl2-2_2.1.28+dfsg-10_arm64.deb ... 01:18:43 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ... 01:18:43 Selecting previously unselected package libldap-2.5-0:arm64. 01:18:43 Preparing to unpack .../053-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ... 01:18:43 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 01:18:43 Selecting previously unselected package libnghttp2-14:arm64. 01:18:43 Preparing to unpack .../054-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ... 01:18:43 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 01:18:44 Selecting previously unselected package libpsl5:arm64. 01:18:44 Preparing to unpack .../055-libpsl5_0.21.2-1_arm64.deb ... 01:18:44 Unpacking libpsl5:arm64 (0.21.2-1) ... 01:18:44 Selecting previously unselected package librtmp1:arm64. 01:18:44 Preparing to unpack .../056-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... 01:18:44 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:18:44 Selecting previously unselected package libssh2-1:arm64. 01:18:44 Preparing to unpack .../057-libssh2-1_1.10.0-3+b1_arm64.deb ... 01:18:44 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ... 01:18:44 Selecting previously unselected package libcurl4:arm64. 01:18:44 Preparing to unpack .../058-libcurl4_7.88.1-10+deb12u12_arm64.deb ... 01:18:44 Unpacking libcurl4:arm64 (7.88.1-10+deb12u12) ... 01:18:44 Selecting previously unselected package curl. 01:18:44 Preparing to unpack .../059-curl_7.88.1-10+deb12u12_arm64.deb ... 01:18:44 Unpacking curl (7.88.1-10+deb12u12) ... 01:18:44 Selecting previously unselected package dbus-user-session. 01:18:44 Preparing to unpack .../060-dbus-user-session_1.14.10-1~deb12u1_arm64.deb ... 01:18:44 Unpacking dbus-user-session (1.14.10-1~deb12u1) ... 01:18:44 Selecting previously unselected package fonts-dejavu-core. 01:18:44 Preparing to unpack .../061-fonts-dejavu-core_2.37-6_all.deb ... 01:18:44 Unpacking fonts-dejavu-core (2.37-6) ... 01:18:44 Selecting previously unselected package fontconfig-config. 01:18:44 Preparing to unpack .../062-fontconfig-config_2.14.1-4_arm64.deb ... 01:18:45 Unpacking fontconfig-config (2.14.1-4) ... 01:18:45 Selecting previously unselected package libcc1-0:arm64. 01:18:45 Preparing to unpack .../063-libcc1-0_12.2.0-14+deb12u1_arm64.deb ... 01:18:45 Unpacking libcc1-0:arm64 (12.2.0-14+deb12u1) ... 01:18:45 Selecting previously unselected package libgomp1:arm64. 01:18:45 Preparing to unpack .../064-libgomp1_12.2.0-14+deb12u1_arm64.deb ... 01:18:45 Unpacking libgomp1:arm64 (12.2.0-14+deb12u1) ... 01:18:45 Selecting previously unselected package libitm1:arm64. 01:18:45 Preparing to unpack .../065-libitm1_12.2.0-14+deb12u1_arm64.deb ... 01:18:45 Unpacking libitm1:arm64 (12.2.0-14+deb12u1) ... 01:18:45 Selecting previously unselected package libatomic1:arm64. 01:18:45 Preparing to unpack .../066-libatomic1_12.2.0-14+deb12u1_arm64.deb ... 01:18:45 Unpacking libatomic1:arm64 (12.2.0-14+deb12u1) ... 01:18:45 Selecting previously unselected package libasan8:arm64. 01:18:45 Preparing to unpack .../067-libasan8_12.2.0-14+deb12u1_arm64.deb ... 01:18:45 Unpacking libasan8:arm64 (12.2.0-14+deb12u1) ... 01:18:46 Selecting previously unselected package liblsan0:arm64. 01:18:46 Preparing to unpack .../068-liblsan0_12.2.0-14+deb12u1_arm64.deb ... 01:18:46 Unpacking liblsan0:arm64 (12.2.0-14+deb12u1) ... 01:18:46 Selecting previously unselected package libtsan2:arm64. 01:18:46 Preparing to unpack .../069-libtsan2_12.2.0-14+deb12u1_arm64.deb ... 01:18:46 Unpacking libtsan2:arm64 (12.2.0-14+deb12u1) ... 01:18:47 Selecting previously unselected package libubsan1:arm64. 01:18:47 Preparing to unpack .../070-libubsan1_12.2.0-14+deb12u1_arm64.deb ... 01:18:47 Unpacking libubsan1:arm64 (12.2.0-14+deb12u1) ... 01:18:47 Selecting previously unselected package libhwasan0:arm64. 01:18:47 Preparing to unpack .../071-libhwasan0_12.2.0-14+deb12u1_arm64.deb ... 01:18:47 Unpacking libhwasan0:arm64 (12.2.0-14+deb12u1) ... 01:18:47 Selecting previously unselected package libgcc-12-dev:arm64. 01:18:47 Preparing to unpack .../072-libgcc-12-dev_12.2.0-14+deb12u1_arm64.deb ... 01:18:47 Unpacking libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... 01:18:48 Selecting previously unselected package gcc-12. 01:18:48 Preparing to unpack .../073-gcc-12_12.2.0-14+deb12u1_arm64.deb ... 01:18:48 Unpacking gcc-12 (12.2.0-14+deb12u1) ... 01:18:50 Selecting previously unselected package gcc. 01:18:50 Preparing to unpack .../074-gcc_4%3a12.2.0-3_arm64.deb ... 01:18:50 Unpacking gcc (4:12.2.0-3) ... 01:18:50 Selecting previously unselected package libicu72:arm64. 01:18:50 Preparing to unpack .../075-libicu72_72.1-3_arm64.deb ... 01:18:50 Unpacking libicu72:arm64 (72.1-3) ... 01:18:51 Selecting previously unselected package libxml2:arm64. 01:18:51 Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_arm64.deb ... 01:18:51 Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... 01:18:51 Selecting previously unselected package gettext. 01:18:51 Preparing to unpack .../077-gettext_0.21-12_arm64.deb ... 01:18:51 Unpacking gettext (0.21-12) ... 01:18:51 Selecting previously unselected package gosu. 01:18:51 Preparing to unpack .../078-gosu_1.14-1+b10_arm64.deb ... 01:18:51 Unpacking gosu (1.14-1+b10) ... 01:18:52 Selecting previously unselected package libabsl20220623:arm64. 01:18:52 Preparing to unpack .../079-libabsl20220623_20220623.1-1+deb12u2_arm64.deb ... 01:18:52 Unpacking libabsl20220623:arm64 (20220623.1-1+deb12u2) ... 01:18:52 Selecting previously unselected package libaom3:arm64. 01:18:52 Preparing to unpack .../080-libaom3_3.6.0-1+deb12u1_arm64.deb ... 01:18:52 Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ... 01:18:52 Selecting previously unselected package libdav1d6:arm64. 01:18:52 Preparing to unpack .../081-libdav1d6_1.0.0-2+deb12u1_arm64.deb ... 01:18:52 Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ... 01:18:52 Selecting previously unselected package libgav1-1:arm64. 01:18:52 Preparing to unpack .../082-libgav1-1_0.18.0-1+b1_arm64.deb ... 01:18:52 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ... 01:18:52 Selecting previously unselected package librav1e0:arm64. 01:18:52 Preparing to unpack .../083-librav1e0_0.5.1-6_arm64.deb ... 01:18:52 Unpacking librav1e0:arm64 (0.5.1-6) ... 01:18:53 Selecting previously unselected package libsvtav1enc1:arm64. 01:18:53 Preparing to unpack .../084-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ... 01:18:53 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... 01:18:53 Selecting previously unselected package libjpeg62-turbo:arm64. 01:18:53 Preparing to unpack .../085-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ... 01:18:53 Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ... 01:18:53 Selecting previously unselected package libyuv0:arm64. 01:18:53 Preparing to unpack .../086-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ... 01:18:53 Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... 01:18:53 Selecting previously unselected package libavif15:arm64. 01:18:53 Preparing to unpack .../087-libavif15_0.11.1-1_arm64.deb ... 01:18:53 Unpacking libavif15:arm64 (0.11.1-1) ... 01:18:53 Selecting previously unselected package libc-dev-bin. 01:18:53 Preparing to unpack .../088-libc-dev-bin_2.36-9+deb12u10_arm64.deb ... 01:18:53 Unpacking libc-dev-bin (2.36-9+deb12u10) ... 01:18:53 Selecting previously unselected package libpng16-16:arm64. 01:18:53 Preparing to unpack .../089-libpng16-16_1.6.39-2_arm64.deb ... 01:18:53 Unpacking libpng16-16:arm64 (1.6.39-2) ... 01:18:53 Selecting previously unselected package libfreetype6:arm64. 01:18:53 Preparing to unpack .../090-libfreetype6_2.12.1+dfsg-5+deb12u4_arm64.deb ... 01:18:54 Unpacking libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... 01:18:54 Selecting previously unselected package libfontconfig1:arm64. 01:18:54 Preparing to unpack .../091-libfontconfig1_2.14.1-4_arm64.deb ... 01:18:54 Unpacking libfontconfig1:arm64 (2.14.1-4) ... 01:18:54 Selecting previously unselected package libde265-0:arm64. 01:18:54 Preparing to unpack .../092-libde265-0_1.0.11-1+deb12u2_arm64.deb ... 01:18:54 Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ... 01:18:54 Selecting previously unselected package libnuma1:arm64. 01:18:54 Preparing to unpack .../093-libnuma1_2.0.16-1_arm64.deb ... 01:18:54 Unpacking libnuma1:arm64 (2.0.16-1) ... 01:18:54 Selecting previously unselected package libx265-199:arm64. 01:18:54 Preparing to unpack .../094-libx265-199_3.5-2+b1_arm64.deb ... 01:18:54 Unpacking libx265-199:arm64 (3.5-2+b1) ... 01:18:54 Selecting previously unselected package libheif1:arm64. 01:18:54 Preparing to unpack .../095-libheif1_1.15.1-1+deb12u1_arm64.deb ... 01:18:54 Unpacking libheif1:arm64 (1.15.1-1+deb12u1) ... 01:18:55 Selecting previously unselected package libdeflate0:arm64. 01:18:55 Preparing to unpack .../096-libdeflate0_1.14-1_arm64.deb ... 01:18:55 Unpacking libdeflate0:arm64 (1.14-1) ... 01:18:55 Selecting previously unselected package libjbig0:arm64. 01:18:55 Preparing to unpack .../097-libjbig0_2.1-6.1_arm64.deb ... 01:18:55 Unpacking libjbig0:arm64 (2.1-6.1) ... 01:18:55 Selecting previously unselected package liblerc4:arm64. 01:18:55 Preparing to unpack .../098-liblerc4_4.0.0+ds-2_arm64.deb ... 01:18:55 Unpacking liblerc4:arm64 (4.0.0+ds-2) ... 01:18:55 Selecting previously unselected package libwebp7:arm64. 01:18:55 Preparing to unpack .../099-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ... 01:18:55 Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ... 01:18:55 Selecting previously unselected package libtiff6:arm64. 01:18:55 Preparing to unpack .../100-libtiff6_4.5.0-6+deb12u2_arm64.deb ... 01:18:55 Unpacking libtiff6:arm64 (4.5.0-6+deb12u2) ... 01:18:55 Selecting previously unselected package libxau6:arm64. 01:18:55 Preparing to unpack .../101-libxau6_1%3a1.0.9-1_arm64.deb ... 01:18:55 Unpacking libxau6:arm64 (1:1.0.9-1) ... 01:18:55 Selecting previously unselected package libxdmcp6:arm64. 01:18:55 Preparing to unpack .../102-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 01:18:55 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 01:18:55 Selecting previously unselected package libxcb1:arm64. 01:18:55 Preparing to unpack .../103-libxcb1_1.15-1_arm64.deb ... 01:18:55 Unpacking libxcb1:arm64 (1.15-1) ... 01:18:55 Selecting previously unselected package libx11-data. 01:18:55 Preparing to unpack .../104-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... 01:18:55 Unpacking libx11-data (2:1.8.4-2+deb12u2) ... 01:18:56 Selecting previously unselected package libx11-6:arm64. 01:18:56 Preparing to unpack .../105-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ... 01:18:56 Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 01:18:56 Selecting previously unselected package libxpm4:arm64. 01:18:56 Preparing to unpack .../106-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ... 01:18:56 Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... 01:18:56 Selecting previously unselected package libgd3:arm64. 01:18:56 Preparing to unpack .../107-libgd3_2.3.3-9_arm64.deb ... 01:18:56 Unpacking libgd3:arm64 (2.3.3-9) ... 01:18:56 Selecting previously unselected package libc-devtools. 01:18:56 Preparing to unpack .../108-libc-devtools_2.36-9+deb12u10_arm64.deb ... 01:18:56 Unpacking libc-devtools (2.36-9+deb12u10) ... 01:18:56 Selecting previously unselected package linux-libc-dev:arm64. 01:18:56 Preparing to unpack .../109-linux-libc-dev_6.1.140-1_arm64.deb ... 01:18:56 Unpacking linux-libc-dev:arm64 (6.1.140-1) ... 01:18:57 Selecting previously unselected package libcrypt-dev:arm64. 01:18:57 Preparing to unpack .../110-libcrypt-dev_1%3a4.4.33-2_arm64.deb ... 01:18:57 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ... 01:18:57 Selecting previously unselected package libtirpc-dev:arm64. 01:18:57 Preparing to unpack .../111-libtirpc-dev_1.3.3+ds-1_arm64.deb ... 01:18:57 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ... 01:18:57 Selecting previously unselected package libnsl-dev:arm64. 01:18:57 Preparing to unpack .../112-libnsl-dev_1.3.0-2_arm64.deb ... 01:18:57 Unpacking libnsl-dev:arm64 (1.3.0-2) ... 01:18:57 Selecting previously unselected package rpcsvc-proto. 01:18:57 Preparing to unpack .../113-rpcsvc-proto_1.4.3-1_arm64.deb ... 01:18:58 Unpacking rpcsvc-proto (1.4.3-1) ... 01:18:58 Selecting previously unselected package libc6-dev:arm64. 01:18:58 Preparing to unpack .../114-libc6-dev_2.36-9+deb12u10_arm64.deb ... 01:18:58 Unpacking libc6-dev:arm64 (2.36-9+deb12u10) ... 01:18:58 Selecting previously unselected package libcurl3-gnutls:arm64. 01:18:58 Preparing to unpack .../115-libcurl3-gnutls_7.88.1-10+deb12u12_arm64.deb ... 01:18:58 Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 01:18:58 Selecting previously unselected package libcurl4-gnutls-dev:arm64. 01:18:58 Preparing to unpack .../116-libcurl4-gnutls-dev_7.88.1-10+deb12u12_arm64.deb ... 01:18:58 Unpacking libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... 01:18:58 Selecting previously unselected package libexpat1-dev:arm64. 01:18:58 Preparing to unpack .../117-libexpat1-dev_2.5.0-1+deb12u1_arm64.deb ... 01:18:58 Unpacking libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... 01:18:58 Selecting previously unselected package libldap-common. 01:18:58 Preparing to unpack .../118-libldap-common_2.5.13+dfsg-5_all.deb ... 01:18:58 Unpacking libldap-common (2.5.13+dfsg-5) ... 01:18:59 Selecting previously unselected package libsasl2-modules:arm64. 01:18:59 Preparing to unpack .../119-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ... 01:18:59 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 01:18:59 Selecting previously unselected package libssl-dev:arm64. 01:18:59 Preparing to unpack .../120-libssl-dev_3.0.16-1~deb12u1_arm64.deb ... 01:18:59 Unpacking libssl-dev:arm64 (3.0.16-1~deb12u1) ... 01:18:59 Selecting previously unselected package libxext6:arm64. 01:18:59 Preparing to unpack .../121-libxext6_2%3a1.3.4-1+b1_arm64.deb ... 01:18:59 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ... 01:18:59 Selecting previously unselected package libxmuu1:arm64. 01:18:59 Preparing to unpack .../122-libxmuu1_2%3a1.1.3-3_arm64.deb ... 01:18:59 Unpacking libxmuu1:arm64 (2:1.1.3-3) ... 01:19:00 Selecting previously unselected package make. 01:19:00 Preparing to unpack .../123-make_4.3-4.1_arm64.deb ... 01:19:00 Unpacking make (4.3-4.1) ... 01:19:00 Selecting previously unselected package manpages-dev. 01:19:00 Preparing to unpack .../124-manpages-dev_6.03-2_all.deb ... 01:19:00 Unpacking manpages-dev (6.03-2) ... 01:19:01 Selecting previously unselected package psmisc. 01:19:01 Preparing to unpack .../125-psmisc_23.6-1_arm64.deb ... 01:19:01 Unpacking psmisc (23.6-1) ... 01:19:01 Selecting previously unselected package publicsuffix. 01:19:01 Preparing to unpack .../126-publicsuffix_20230209.2326-1_all.deb ... 01:19:01 Unpacking publicsuffix (20230209.2326-1) ... 01:19:01 Selecting previously unselected package ssh. 01:19:01 Preparing to unpack .../127-ssh_1%3a9.2p1-2+deb12u6_all.deb ... 01:19:01 Unpacking ssh (1:9.2p1-2+deb12u6) ... 01:19:01 Selecting previously unselected package xauth. 01:19:01 Preparing to unpack .../128-xauth_1%3a1.1.2-1_arm64.deb ... 01:19:01 Unpacking xauth (1:1.1.2-1) ... 01:19:01 Selecting previously unselected package zlib1g-dev:arm64. 01:19:01 Preparing to unpack .../129-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... 01:19:01 Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... 01:19:01 Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ... 01:19:01 Setting up runit-helper (2.15.2) ... 01:19:01 Setting up libaom3:arm64 (3.6.0-1+deb12u1) ... 01:19:01 Setting up libabsl20220623:arm64 (20220623.1-1+deb12u2) ... 01:19:01 Setting up systemd-sysv (252.36-1~deb12u1) ... 01:19:01 Setting up libxau6:arm64 (1:1.0.9-1) ... 01:19:01 Setting up libkeyutils1:arm64 (1.6.3-2) ... 01:19:01 Setting up libpsl5:arm64 (0.21.2-1) ... 01:19:01 Setting up libicu72:arm64 (72.1-3) ... 01:19:01 Setting up liblerc4:arm64 (4.0.0+ds-2) ... 01:19:01 Setting up netcat-traditional (1.10-47) ... 01:19:01 update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode 01:19:01 update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 01:19:01 update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist 01:19:01 Setting up psmisc (23.6-1) ... 01:19:01 Setting up manpages (6.03-2) ... 01:19:01 Setting up libtirpc-common (1.3.3+ds-1) ... 01:19:01 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ... 01:19:01 Setting up libbrotli1:arm64 (1.0.9-2+b6) ... 01:19:01 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ... 01:19:01 Setting up binutils-common:arm64 (2.40-2) ... 01:19:01 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ... 01:19:01 Setting up libdeflate0:arm64 (1.14-1) ... 01:19:01 Setting up linux-libc-dev:arm64 (6.1.140-1) ... 01:19:02 Setting up libctf-nobfd0:arm64 (2.40-2) ... 01:19:02 Setting up gettext-base (0.21-12) ... 01:19:02 Setting up libnss-systemd:arm64 (252.36-1~deb12u1) ... 01:19:02 Setting up krb5-locales (1.20.1-2+deb12u3) ... 01:19:02 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ... 01:19:02 Setting up libgomp1:arm64 (12.2.0-14+deb12u1) ... 01:19:02 Setting up libldap-common (2.5.13+dfsg-5) ... 01:19:02 Setting up libjbig0:arm64 (2.1-6.1) ... 01:19:02 Setting up librav1e0:arm64 (0.5.1-6) ... 01:19:02 Setting up libjansson4:arm64 (2.14-2) ... 01:19:02 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u3) ... 01:19:02 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ... 01:19:02 Setting up rpcsvc-proto (1.4.3-1) ... 01:19:02 Setting up libjpeg62-turbo:arm64 (1:2.1.5-2) ... 01:19:02 Setting up libx11-data (2:1.8.4-2+deb12u2) ... 01:19:02 Setting up make (4.3-4.1) ... 01:19:02 Setting up libmpfr6:arm64 (4.2.0-1) ... 01:19:02 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... 01:19:02 Setting up gosu (1.14-1+b10) ... 01:19:02 Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ... 01:19:02 Setting up libproc2-0:arm64 (2:4.0.2-3) ... 01:19:02 Setting up libssl-dev:arm64 (3.0.16-1~deb12u1) ... 01:19:02 Setting up libpng16-16:arm64 (1.6.39-2) ... 01:19:02 Setting up libmpc3:arm64 (1.3.1-1) ... 01:19:02 Setting up systemd-timesyncd (252.36-1~deb12u1) ... 01:19:02 Creating group 'systemd-timesync' with GID 997. 01:19:02 Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. 01:19:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 01:19:02 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 01:19:02 Setting up libatomic1:arm64 (12.2.0-14+deb12u1) ... 01:19:02 Setting up fonts-dejavu-core (2.37-6) ... 01:19:03 Setting up libgav1-1:arm64 (0.18.0-1+b1) ... 01:19:03 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u3) ... 01:19:03 Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ... 01:19:03 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ... 01:19:03 Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ... 01:19:03 Setting up libubsan1:arm64 (12.2.0-14+deb12u1) ... 01:19:03 Setting up libnuma1:arm64 (2.0.16-1) ... 01:19:03 Setting up sensible-utils (0.0.17+nmu1) ... 01:19:03 Setting up libhwasan0:arm64 (12.2.0-14+deb12u1) ... 01:19:03 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ... 01:19:03 Setting up libtiff6:arm64 (4.5.0-6+deb12u2) ... 01:19:03 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... 01:19:03 Setting up libasan8:arm64 (12.2.0-14+deb12u1) ... 01:19:03 Setting up procps (2:4.0.2-3) ... 01:19:03 Setting up libssh2-1:arm64 (1.10.0-3+b1) ... 01:19:03 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u3) ... 01:19:03 Setting up libtsan2:arm64 (12.2.0-14+deb12u1) ... 01:19:03 Setting up libbinutils:arm64 (2.40-2) ... 01:19:03 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... 01:19:03 Setting up libfido2-1:arm64 (1.12.0-2+b1) ... 01:19:04 Setting up libisl23:arm64 (0.25-1.1) ... 01:19:04 Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ... 01:19:04 Setting up libc-dev-bin (2.36-9+deb12u10) ... 01:19:04 Setting up libbsd0:arm64 (0.11.7-2) ... 01:19:04 Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ... 01:19:04 Setting up publicsuffix (20230209.2326-1) ... 01:19:04 Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u1) ... 01:19:04 Setting up libcc1-0:arm64 (12.2.0-14+deb12u1) ... 01:19:04 Setting up dbus-bin (1.14.10-1~deb12u1) ... 01:19:04 Setting up liblsan0:arm64 (12.2.0-14+deb12u1) ... 01:19:04 Setting up libitm1:arm64 (12.2.0-14+deb12u1) ... 01:19:04 Setting up ncurses-term (6.4-4) ... 01:19:04 Setting up libctf0:arm64 (2.40-2) ... 01:19:04 Setting up manpages-dev (6.03-2) ... 01:19:04 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 01:19:04 Setting up cpp-12 (12.2.0-14+deb12u1) ... 01:19:04 Setting up libxcb1:arm64 (1.15-1) ... 01:19:04 Setting up gettext (0.21-12) ... 01:19:04 Setting up libavif15:arm64 (0.11.1-1) ... 01:19:04 Setting up fontconfig-config (2.14.1-4) ... 01:19:04 debconf: unable to initialize frontend: Dialog 01:19:04 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:19:04 debconf: falling back to frontend: Readline 01:19:04 debconf: unable to initialize frontend: Readline 01:19:04 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.) 01:19:04 debconf: falling back to frontend: Teletype 01:19:05 Setting up libedit2:arm64 (3.1-20221030-2) ... 01:19:05 Setting up dbus-daemon (1.14.10-1~deb12u1) ... 01:19:05 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ... 01:19:05 Setting up libgprofng0:arm64 (2.40-2) ... 01:19:05 Setting up libfreetype6:arm64 (2.12.1+dfsg-5+deb12u4) ... 01:19:05 Setting up dbus (1.14.10-1~deb12u1) ... 01:19:05 invoke-rc.d: could not determine current runlevel 01:19:05 invoke-rc.d: policy-rc.d denied execution of start. 01:19:05 Setting up libgcc-12-dev:arm64 (12.2.0-14+deb12u1) ... 01:19:05 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u3) ... 01:19:05 Setting up ucf (3.0043+nmu1+deb12u1) ... 01:19:05 debconf: unable to initialize frontend: Dialog 01:19:05 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:19:05 debconf: falling back to frontend: Readline 01:19:05 debconf: unable to initialize frontend: Readline 01:19:05 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.) 01:19:05 debconf: falling back to frontend: Teletype 01:19:05 Setting up libx265-199:arm64 (3.5-2+b1) ... 01:19:06 Setting up cpp (4:12.2.0-3) ... 01:19:06 Setting up libpam-systemd:arm64 (252.36-1~deb12u1) ... 01:19:06 debconf: unable to initialize frontend: Dialog 01:19:06 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:19:06 debconf: falling back to frontend: Readline 01:19:06 debconf: unable to initialize frontend: Readline 01:19:06 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.) 01:19:06 debconf: falling back to frontend: Teletype 01:19:06 Setting up libcurl4:arm64 (7.88.1-10+deb12u12) ... 01:19:06 Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ... 01:19:06 Setting up curl (7.88.1-10+deb12u12) ... 01:19:06 Setting up libfontconfig1:arm64 (2.14.1-4) ... 01:19:06 Setting up libxmuu1:arm64 (2:1.1.3-3) ... 01:19:06 Setting up libtirpc3:arm64 (1.3.3+ds-1) ... 01:19:06 Setting up libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ... 01:19:06 Setting up openssh-client (1:9.2p1-2+deb12u6) ... 01:19:07 Setting up libheif1:arm64 (1.15.1-1+deb12u1) ... 01:19:07 Setting up libxext6:arm64 (2:1.3.4-1+b1) ... 01:19:07 Setting up binutils-aarch64-linux-gnu (2.40-2) ... 01:19:07 Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u12) ... 01:19:07 Setting up binutils (2.40-2) ... 01:19:07 Setting up libcurl4-gnutls-dev:arm64 (7.88.1-10+deb12u12) ... 01:19:07 Setting up dbus-user-session (1.14.10-1~deb12u1) ... 01:19:07 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ... 01:19:07 Setting up gcc-12 (12.2.0-14+deb12u1) ... 01:19:07 Setting up libgd3:arm64 (2.3.3-9) ... 01:19:07 Setting up xauth (1:1.1.2-1) ... 01:19:07 Setting up libnsl2:arm64 (1.3.0-2) ... 01:19:07 Setting up libc-devtools (2.36-9+deb12u10) ... 01:19:07 Setting up openssh-sftp-server (1:9.2p1-2+deb12u6) ... 01:19:07 Setting up gcc (4:12.2.0-3) ... 01:19:07 Setting up libwrap0:arm64 (7.6.q-32) ... 01:19:07 Setting up libnsl-dev:arm64 (1.3.0-2) ... 01:19:07 Setting up libc6-dev:arm64 (2.36-9+deb12u10) ... 01:19:07 Setting up openssh-server (1:9.2p1-2+deb12u6) ... 01:19:08 debconf: unable to initialize frontend: Dialog 01:19:08 debconf: (TERM is not set, so the dialog frontend is not usable.) 01:19:08 debconf: falling back to frontend: Readline 01:19:08 debconf: unable to initialize frontend: Readline 01:19:08 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.) 01:19:08 debconf: falling back to frontend: Teletype 01:19:08 01:19:08 Creating config file /etc/ssh/sshd_config with new version 01:19:18 Creating SSH2 RSA key; this may take some time ... 01:19:18 3072 SHA256:e0+NajQBCQgPp9wLCbvz31WSsB6a4G02mqFcBUQ6Emo root@6f0a2e57e9d3 (RSA) 01:19:18 Creating SSH2 ECDSA key; this may take some time ... 01:19:18 256 SHA256:E6jAP8DdtpNpkPTqnrqI/lNf4Tlnnpic3gAvmjzruR8 root@6f0a2e57e9d3 (ECDSA) 01:19:18 Creating SSH2 ED25519 key; this may take some time ... 01:19:18 256 SHA256:Z9IsZhe9SXFGl+3gjGVpAGQ2/MzzoRTO907twZ0T1Rw root@6f0a2e57e9d3 (ED25519) 01:19:18 invoke-rc.d: could not determine current runlevel 01:19:18 invoke-rc.d: policy-rc.d denied execution of start. 01:19:18 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. 01:19:18 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. 01:19:19 Setting up libexpat1-dev:arm64 (2.5.0-1+deb12u1) ... 01:19:19 Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... 01:19:19 Setting up ssh (1:9.2p1-2+deb12u6) ... 01:19:19 Processing triggers for libc-bin (2.36-9+deb12u10) ... 01:19:34 Removing intermediate container 6f0a2e57e9d3 01:19:34 ---> 18565e8ff70a 01:19:34 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 01:19:34 ---> Running in ebf9f262e552 01:19:34  % Total % Received % Xferd Average Speed Time Time  Time Current 01:19:34  Dload Upload Total Spent Left Speed 01:19:34 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:--  0 100 9890k 100 9890k 0 0 18.4M 0 --:--:-- --:--:-- --:--:-- 18.4M 01:19:36 GIT_VERSION = 2.31.1 01:19:36  * new build flags 01:19:36  CC fuzz-commit-graph.o 01:19:37 CC fuzz-pack-headers.o 01:19:38 CC fuzz-pack-idx.o 01:19:39 CC daemon.o 01:19:43  * new link flags 01:19:43  CC common-main.o 01:19:43 CC abspath.o 01:19:45 CC add-interactive.o 01:19:49 CC add-patch.o 01:19:54 CC advice.o 01:19:56 CC alias.o 01:19:57 CC alloc.o 01:19:58 CC apply.o 01:20:11 CC archive-tar.o 01:20:12 CC archive-zip.o 01:20:15 CC archive.o 01:20:17  * new prefix flags 01:20:17  CC attr.o 01:20:21 CC base85.o 01:20:21 CC bisect.o 01:20:25 CC blame.o 01:20:32 CC blob.o 01:20:34 CC bloom.o 01:20:35 CC branch.o 01:20:37 CC bulk-checkin.o 01:20:38 CC bundle.o 01:20:41 CC cache-tree.o 01:20:44 CC chdir-notify.o 01:20:45 CC checkout.o 01:20:46 CC chunk-format.o 01:20:47 CC color.o 01:20:49 CC column.o 01:20:51 CC combine-diff.o 01:20:57 CC commit-graph.o 01:21:05 CC commit-reach.o 01:21:07 CC commit.o 01:21:13 CC compat/obstack.o 01:21:13 CC compat/terminal.o 01:21:15 CC config.o 01:21:23 CC connect.o 01:21:27 CC connected.o 01:21:28 CC convert.o 01:21:32 CC copy.o 01:21:33 CC credential.o 01:21:35 CC csum-file.o 01:21:36 CC ctype.o 01:21:37 CC date.o 01:21:41 CC decorate.o 01:21:42 CC delta-islands.o 01:21:45 CC diff-delta.o 01:21:47 CC diff-merges.o 01:21:49 CC diff-lib.o 01:21:51 CC diff-no-index.o 01:21:53 CC diff.o 01:22:11 CC diffcore-break.o 01:22:13 CC diffcore-delta.o 01:22:14 CC diffcore-order.o 01:22:16 CC diffcore-pickaxe.o 01:22:17 CC diffcore-rename.o 01:22:20 CC diffcore-rotate.o 01:22:21 CC dir-iterator.o 01:22:23 CC dir.o 01:22:31 CC editor.o 01:22:31 CC entry.o 01:22:33 CC environment.o 01:22:35 CC ewah/bitmap.o 01:22:37 CC ewah/ewah_bitmap.o 01:22:39 CC ewah/ewah_io.o 01:22:40 CC ewah/ewah_rlw.o 01:22:41 CC exec-cmd.o 01:22:43 CC fetch-negotiator.o 01:22:44 CC fetch-pack.o 01:22:51 CC fmt-merge-msg.o 01:22:54 CC fsck.o 01:22:58 CC fsmonitor.o 01:23:00 CC gettext.o 01:23:01 CC gpg-interface.o 01:23:03 CC graph.o 01:23:06 CC grep.o 01:23:11 CC hash-lookup.o 01:23:12 CC hashmap.o 01:23:14 GEN command-list.h 01:23:16 CC help.o 01:23:19 CC hex.o 01:23:20 CC ident.o 01:23:23 CC json-writer.o 01:23:25 CC kwset.o 01:23:30 CC levenshtein.o 01:23:30 CC line-log.o 01:23:34 CC line-range.o 01:23:35 CC linear-assignment.o 01:23:37 CC list-objects-filter-options.o 01:23:39 CC list-objects-filter.o 01:23:41 CC list-objects.o 01:23:43 CC ll-merge.o 01:23:45 CC lockfile.o 01:23:46 CC log-tree.o 01:23:49 CC ls-refs.o 01:23:50 CC mailinfo.o 01:23:55 CC mailmap.o 01:23:56 CC match-trees.o 01:23:57 CC mem-pool.o 01:23:59 CC merge-blobs.o 01:24:00 CC merge-ort.o 01:24:06 CC merge-ort-wrappers.o 01:24:07 CC merge-recursive.o 01:24:15 CC merge.o 01:24:16 CC mergesort.o 01:24:18 CC midx.o 01:24:22 CC name-hash.o 01:24:24 CC negotiator/default.o 01:24:25 CC negotiator/noop.o 01:24:27 CC negotiator/skipping.o 01:24:28 CC notes-cache.o 01:24:29 CC notes-merge.o 01:24:33 CC notes-utils.o 01:24:34 CC notes.o 01:24:39 CC object-file.o 01:24:45 CC object-name.o 01:24:49 CC object.o 01:24:52 CC oid-array.o 01:24:53 CC oidmap.o 01:24:55 CC oidset.o 01:24:56 CC pack-bitmap-write.o 01:25:00 CC pack-bitmap.o 01:25:04 CC pack-check.o 01:25:06 CC pack-objects.o 01:25:08 CC pack-revindex.o 01:25:10 CC pack-write.o 01:25:12 CC packfile.o 01:25:19 CC pager.o 01:25:19 CC parse-options-cb.o 01:25:20 CC parse-options.o 01:25:24 CC patch-delta.o 01:25:25 CC patch-ids.o 01:25:27 CC path.o 01:25:30 CC pathspec.o 01:25:32 CC pkt-line.o 01:25:34 CC preload-index.o 01:25:36 CC pretty.o 01:25:42 CC prio-queue.o 01:25:43 CC progress.o 01:25:44 CC promisor-remote.o 01:25:45 CC prompt.o 01:25:47 CC protocol.o 01:25:48 CC prune-packed.o 01:25:49 CC quote.o 01:25:52 CC range-diff.o 01:25:54 CC reachable.o 01:25:56 CC read-cache.o 01:26:04 CC rebase-interactive.o 01:26:04 CC rebase.o 01:26:05 CC ref-filter.o 01:26:12 CC reflog-walk.o 01:26:13 CC refs.o 01:26:20 CC refs/debug.o 01:26:21 CC refs/files-backend.o 01:26:26 CC refs/iterator.o 01:26:27 CC refs/packed-backend.o 01:26:31 CC refs/ref-cache.o 01:26:33 CC refspec.o 01:26:34 CC remote.o 01:26:41 CC replace-object.o 01:26:41 CC repo-settings.o 01:26:43 CC repository.o 01:26:44 CC rerere.o 01:26:47 CC reset.o 01:26:49 CC resolve-undo.o 01:26:50 CC revision.o 01:27:00 CC run-command.o 01:27:04 CC send-pack.o 01:27:07 CC sequencer.o 01:27:22 CC serve.o 01:27:23 CC server-info.o 01:27:25 CC setup.o 01:27:28 CC shallow.o 01:27:31 CC sideband.o 01:27:32 CC sigchain.o 01:27:33 CC split-index.o 01:27:35 CC stable-qsort.o 01:27:36 CC strbuf.o 01:27:40 CC streaming.o 01:27:42 CC string-list.o 01:27:44 CC strmap.o 01:27:45 CC strvec.o 01:27:46 CC sub-process.o 01:27:47 CC submodule-config.o 01:27:50 CC submodule.o 01:27:54 CC symlinks.o 01:27:55 CC tag.o 01:27:57 CC tempfile.o 01:27:58 CC thread-utils.o 01:27:59 CC tmp-objdir.o 01:28:01 CC trace.o 01:28:02 CC trace2.o 01:28:04 CC trace2/tr2_cfg.o 01:28:06 CC trace2/tr2_cmd_name.o 01:28:07 CC trace2/tr2_dst.o 01:28:09 CC trace2/tr2_sid.o 01:28:10 CC trace2/tr2_sysenv.o 01:28:11 CC trace2/tr2_tbuf.o 01:28:12 CC trace2/tr2_tgt_event.o 01:28:13 CC trace2/tr2_tgt_normal.o 01:28:15 CC trace2/tr2_tgt_perf.o 01:28:17 CC trace2/tr2_tls.o 01:28:18 CC trailer.o 01:28:21 CC transport-helper.o 01:28:26 CC transport.o 01:28:28 CC tree-diff.o 01:28:30 CC tree-walk.o 01:28:34 CC tree.o 01:28:34 CC unpack-trees.o 01:28:40 CC upload-pack.o 01:28:44 CC url.o 01:28:45 CC urlmatch.o 01:28:47 CC usage.o 01:28:48 CC userdiff.o 01:28:50 CC utf8.o 01:28:52 CC varint.o 01:28:53 CC version.o 01:28:54 CC versioncmp.o 01:28:55 CC walker.o 01:28:57 CC wildmatch.o 01:28:58 CC worktree.o 01:29:01 CC wrapper.o 01:29:03 CC write-or-die.o 01:29:04 CC ws.o 01:29:06 CC wt-status.o 01:29:12 CC xdiff-interface.o 01:29:13 CC zlib.o 01:29:15 CC unix-socket.o 01:29:16 CC sha1dc_git.o 01:29:17 CC sha1dc/sha1.o 01:29:21 CC sha1dc/ubc_check.o 01:29:23 CC sha256/block/sha256.o 01:29:26 CC compat/fopen.o 01:29:26 CC compat/strlcpy.o 01:29:27 CC compat/qsort_s.o 01:29:28 AR libgit.a 01:29:29 CC xdiff/xdiffi.o 01:29:33 CC xdiff/xemit.o 01:29:33 CC xdiff/xhistogram.o 01:29:35 CC xdiff/xmerge.o 01:29:37 CC xdiff/xpatience.o 01:29:39 CC xdiff/xprepare.o 01:29:40 CC xdiff/xutils.o 01:29:42 AR xdiff/lib.a 01:29:42 LINK git-daemon 01:29:43 CC http-backend.o 01:29:46 LINK git-http-backend 01:29:47 CC imap-send.o 01:29:51 CC http.o 01:29:52 http.c: In function 'get_curl_handle': 01:29:52 http.c:984:9: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 01:29:52 984 | curl_easy_setopt(result, CURLOPT_REDIR_PROTOCOLS, 01:29:52 | ^~~~~~~~~~~~~~~~ 01:29:52 In file included from http.h:6, 01:29:52 from http.c:2: 01:29:52 /usr/include/aarch64-linux-gnu/curl/curl.h:1755:3: note: declared here 01:29:52 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, 01:29:52 | ^~~~~~~~~~~~~~~~~ 01:29:52 http.c:986:9: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 01:29:52 986 | curl_easy_setopt(result, CURLOPT_PROTOCOLS, 01:29:52 | ^~~~~~~~~~~~~~~~ 01:29:52 /usr/include/aarch64-linux-gnu/curl/curl.h:1749:3: note: declared here 01:29:52 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, 01:29:52 | ^~~~~~~~~~~~~~~~~ 01:29:53 http.c: In function 'run_active_slot': 01:29:53 http.c:1477:24: warning: storing the address of local variable 'finished' in '*slot.finished' [-Wdangling-pointer=] 01:29:53 1477 | slot->finished = &finished; 01:29:53 | ~~~~~~~~~~~~~~~^~~~~~~~~~~ 01:29:53 http.c:1475:13: note: 'finished' declared here 01:29:53 1475 | int finished = 0; 01:29:53 | ^~~~~~~~ 01:29:53 http.c:1475:13: note: 'slot' declared here 01:29:57  LINK git-imap-send 01:29:59 CC sh-i18n--envsubst.o 01:30:00 LINK git-sh-i18n--envsubst 01:30:01 CC shell.o 01:30:02 LINK git-shell 01:30:03 CC http-walker.o 01:30:06 CC http-fetch.o 01:30:07 LINK git-http-fetch 01:30:08 CC http-push.o 01:30:09 http-push.c: In function 'curl_setup_http': 01:30:09 http-push.c:201:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 01:30:09 201 | curl_easy_setopt(curl, CURLOPT_PUT, 1); 01:30:09 | ^~~~~~~~~~~~~~~~ 01:30:09 In file included from http.h:6, 01:30:09 from http-push.c:6: 01:30:09 /usr/include/aarch64-linux-gnu/curl/curl.h:1286:3: note: declared here 01:30:09 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, 01:30:09 | ^~~~~~~~~~~~~~~~~ 01:30:09 http-push.c:207:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 01:30:09 207 | curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); 01:30:09 | ^~~~~~~~~~~~~~~~ 01:30:09 /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here 01:30:09 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 01:30:09 | ^~~~~~~~~~~~~~~~~ 01:30:09 http-push.c:208:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 01:30:09 208 | curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer); 01:30:09 | ^~~~~~~~~~~~~~~~ 01:30:09 /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here 01:30:09 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 01:30:09 | ^~~~~~~~~~~~~~~~~ 01:30:13  LINK git-http-push 01:30:14 CC remote-curl.o 01:30:15 remote-curl.c: In function 'post_rpc': 01:30:15 remote-curl.c:951:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 01:30:15 951 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLFUNCTION, rpc_ioctl); 01:30:15 | ^~~~~~~~~~~~~~~~ 01:30:15 In file included from http.h:6, 01:30:15 from remote-curl.c:7: 01:30:15 /usr/include/aarch64-linux-gnu/curl/curl.h:1580:3: note: declared here 01:30:15 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, 01:30:15 | ^~~~~~~~~~~~~~~~~ 01:30:15 remote-curl.c:952:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 01:30:15 952 | curl_easy_setopt(slot->curl, CURLOPT_IOCTLDATA, rpc); 01:30:15 | ^~~~~~~~~~~~~~~~ 01:30:15 /usr/include/aarch64-linux-gnu/curl/curl.h:1582:3: note: declared here 01:30:15 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, 01:30:15 | ^~~~~~~~~~~~~~~~~ 01:30:19  LINK git-remote-http 01:30:20 LN/CP git-remote-https 01:30:20 LN/CP git-remote-ftp 01:30:20 LN/CP git-remote-ftps 01:30:20  * new script parameters 01:30:20  GEN git-bisect 01:30:20 GEN git-difftool--helper 01:30:20 GEN git-filter-branch 01:30:20 GEN git-merge-octopus 01:30:20 GEN git-merge-one-file 01:30:20 GEN git-merge-resolve 01:30:20 GEN git-mergetool 01:30:20 GEN git-quiltimport 01:30:20 GEN git-request-pull 01:30:20 GEN git-submodule 01:30:20 GEN git-web--browse 01:30:20  * new perl-specific parameters 01:30:20  GEN GIT-PERL-HEADER 01:30:20 GEN git-add--interactive 01:30:20 GEN git-archimport 01:30:20 GEN git-cvsexportcommit 01:30:20 GEN git-cvsimport 01:30:20 GEN git-cvsserver 01:30:20 GEN git-send-email 01:30:20 GEN git-svn 01:30:20  * new Python interpreter location 01:30:20  GEN git-p4 01:30:20 GEN git-instaweb 01:30:20 CC git.o 01:30:23 CC builtin/add.o 01:30:25 CC builtin/am.o 01:30:32 CC builtin/annotate.o 01:30:32 CC builtin/apply.o 01:30:34 CC builtin/archive.o 01:30:34 CC builtin/bisect--helper.o 01:30:39 CC builtin/blame.o 01:30:42 CC builtin/branch.o 01:30:45 CC builtin/bugreport.o 01:30:46 CC builtin/bundle.o 01:30:48 CC builtin/cat-file.o 01:30:50 CC builtin/check-attr.o 01:30:52 CC builtin/check-ignore.o 01:30:53 CC builtin/check-mailmap.o 01:30:54 CC builtin/check-ref-format.o 01:30:55 CC builtin/checkout-index.o 01:30:57 CC builtin/checkout.o 01:31:02 CC builtin/clean.o 01:31:05 CC builtin/clone.o 01:31:07 In function 'guess_dir_name', 01:31:07 inlined from 'cmd_clone' at builtin/clone.c:1035:9: 01:31:07 builtin/clone.c:261:13: warning: 'memchr' specified bound [9223372036854775808, 0] exceeds maximum object size 9223372036854775807 [-Wstringop-overread] 01:31:07 261 | if (memchr(start, '/', end - start) == NULL 01:31:07 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 01:31:09  CC builtin/column.o 01:31:10 CC builtin/commit-graph.o 01:31:12 CC builtin/commit-tree.o 01:31:13 CC builtin/commit.o 01:31:20 CC builtin/config.o 01:31:23 CC builtin/count-objects.o 01:31:25 CC builtin/credential-cache--daemon.o 01:31:27 CC builtin/credential-cache.o 01:31:28 CC builtin/credential-store.o 01:31:29 CC builtin/credential.o 01:31:31 CC builtin/describe.o 01:31:33 CC builtin/diff-files.o 01:31:35 CC builtin/diff-index.o 01:31:36 CC builtin/diff-tree.o 01:31:39 CC builtin/diff.o 01:31:41 CC builtin/difftool.o 01:31:44 CC builtin/env--helper.o 01:31:45 CC builtin/fast-export.o 01:31:50 CC builtin/fast-import.o 01:32:02 CC builtin/fetch-pack.o 01:32:02 CC builtin/fetch.o 01:32:09 CC builtin/fmt-merge-msg.o 01:32:09 CC builtin/for-each-ref.o 01:32:11 CC builtin/for-each-repo.o 01:32:12 CC builtin/fsck.o 01:32:15 CC builtin/gc.o 01:32:19 CC builtin/get-tar-commit-id.o 01:32:20 CC builtin/grep.o 01:32:27 CC builtin/hash-object.o 01:32:27 GEN config-list.h 01:32:27 CC builtin/help.o 01:32:30 CC builtin/index-pack.o 01:32:36 CC builtin/init-db.o 01:32:39 CC builtin/interpret-trailers.o 01:32:40 CC builtin/log.o 01:32:48 CC builtin/ls-files.o 01:32:50 CC builtin/ls-remote.o 01:32:51 CC builtin/ls-tree.o 01:32:53 CC builtin/mailinfo.o 01:32:54 CC builtin/mailsplit.o 01:32:56 CC builtin/merge-base.o 01:32:57 CC builtin/merge-file.o 01:32:59 CC builtin/merge-index.o 01:33:00 CC builtin/merge-ours.o 01:33:02 CC builtin/merge-recursive.o 01:33:03 CC builtin/merge-tree.o 01:33:05 CC builtin/merge.o 01:33:10 CC builtin/mktag.o 01:33:11 CC builtin/mktree.o 01:33:13 CC builtin/multi-pack-index.o 01:33:15 CC builtin/mv.o 01:33:17 CC builtin/name-rev.o 01:33:20 CC builtin/notes.o 01:33:23 CC builtin/pack-objects.o 01:33:36 CC builtin/pack-redundant.o 01:33:39 CC builtin/pack-refs.o 01:33:40 CC builtin/patch-id.o 01:33:42 CC builtin/prune-packed.o 01:33:43 CC builtin/prune.o 01:33:45 CC builtin/pull.o 01:33:49 CC builtin/push.o 01:33:52 CC builtin/range-diff.o 01:33:53 CC builtin/read-tree.o 01:33:55 CC builtin/rebase.o 01:34:03 CC builtin/receive-pack.o 01:34:12 CC builtin/reflog.o 01:34:14 CC builtin/remote-ext.o 01:34:15 CC builtin/remote-fd.o 01:34:17 CC builtin/remote.o 01:34:23 CC builtin/repack.o 01:34:25 CC builtin/replace.o 01:34:28 CC builtin/rerere.o 01:34:29 CC builtin/reset.o 01:34:32 CC builtin/rev-list.o 01:34:34 CC builtin/rev-parse.o 01:34:39 CC builtin/revert.o 01:34:42 CC builtin/rm.o 01:34:44 CC builtin/send-pack.o 01:34:47 CC builtin/shortlog.o 01:34:49 CC builtin/show-branch.o 01:34:54 CC builtin/show-index.o 01:34:55 CC builtin/show-ref.o 01:34:57 CC builtin/sparse-checkout.o 01:35:00 CC builtin/stash.o 01:35:05 CC builtin/stripspace.o 01:35:06 CC builtin/submodule--helper.o 01:35:14 CC builtin/symbolic-ref.o 01:35:15 CC builtin/tag.o 01:35:20 CC builtin/unpack-file.o 01:35:21 CC builtin/unpack-objects.o 01:35:24 CC builtin/update-index.o 01:35:30 CC builtin/update-ref.o 01:35:32 CC builtin/update-server-info.o 01:35:34 CC builtin/upload-archive.o 01:35:35 CC builtin/upload-pack.o 01:35:36 CC builtin/var.o 01:35:38 CC builtin/verify-commit.o 01:35:38 CC builtin/verify-pack.o 01:35:40 CC builtin/verify-tag.o 01:35:41 CC builtin/worktree.o 01:35:45 CC builtin/write-tree.o 01:35:46 LINK git 01:35:48 BUILTIN git-add 01:35:48 BUILTIN git-am 01:35:48 BUILTIN git-annotate 01:35:48 BUILTIN git-apply 01:35:48 BUILTIN git-archive 01:35:48 BUILTIN git-bisect--helper 01:35:48 BUILTIN git-blame 01:35:48 BUILTIN git-branch 01:35:48 BUILTIN git-bugreport 01:35:48 BUILTIN git-bundle 01:35:48 BUILTIN git-cat-file 01:35:48 BUILTIN git-check-attr 01:35:48 BUILTIN git-check-ignore 01:35:48 BUILTIN git-check-mailmap 01:35:48 BUILTIN git-check-ref-format 01:35:48 BUILTIN git-checkout-index 01:35:48 BUILTIN git-checkout 01:35:48 BUILTIN git-clean 01:35:48 BUILTIN git-clone 01:35:48 BUILTIN git-column 01:35:48 BUILTIN git-commit-graph 01:35:48 BUILTIN git-commit-tree 01:35:48 BUILTIN git-commit 01:35:48 BUILTIN git-config 01:35:48 BUILTIN git-count-objects 01:35:48 BUILTIN git-credential-cache--daemon 01:35:48 BUILTIN git-credential-cache 01:35:48 BUILTIN git-credential-store 01:35:48 BUILTIN git-credential 01:35:48 BUILTIN git-describe 01:35:48 BUILTIN git-diff-files 01:35:48 BUILTIN git-diff-index 01:35:48 BUILTIN git-diff-tree 01:35:48 BUILTIN git-diff 01:35:48 BUILTIN git-difftool 01:35:48 BUILTIN git-env--helper 01:35:48 BUILTIN git-fast-export 01:35:48 BUILTIN git-fast-import 01:35:48 BUILTIN git-fetch-pack 01:35:48 BUILTIN git-fetch 01:35:48 BUILTIN git-fmt-merge-msg 01:35:48 BUILTIN git-for-each-ref 01:35:48 BUILTIN git-for-each-repo 01:35:48 BUILTIN git-fsck 01:35:48 BUILTIN git-gc 01:35:48 BUILTIN git-get-tar-commit-id 01:35:48 BUILTIN git-grep 01:35:48 BUILTIN git-hash-object 01:35:48 BUILTIN git-help 01:35:48 BUILTIN git-index-pack 01:35:48 BUILTIN git-init-db 01:35:48 BUILTIN git-interpret-trailers 01:35:48 BUILTIN git-log 01:35:48 BUILTIN git-ls-files 01:35:48 BUILTIN git-ls-remote 01:35:48 BUILTIN git-ls-tree 01:35:48 BUILTIN git-mailinfo 01:35:48 BUILTIN git-mailsplit 01:35:48 BUILTIN git-merge-base 01:35:48 BUILTIN git-merge-file 01:35:48 BUILTIN git-merge-index 01:35:48 BUILTIN git-merge-ours 01:35:48 BUILTIN git-merge-recursive 01:35:48 BUILTIN git-merge-tree 01:35:48 BUILTIN git-merge 01:35:48 BUILTIN git-mktag 01:35:48 BUILTIN git-mktree 01:35:48 BUILTIN git-multi-pack-index 01:35:48 BUILTIN git-mv 01:35:48 BUILTIN git-name-rev 01:35:48 BUILTIN git-notes 01:35:48 BUILTIN git-pack-objects 01:35:48 BUILTIN git-pack-redundant 01:35:48 BUILTIN git-pack-refs 01:35:48 BUILTIN git-patch-id 01:35:48 BUILTIN git-prune-packed 01:35:48 BUILTIN git-prune 01:35:48 BUILTIN git-pull 01:35:48 BUILTIN git-push 01:35:48 BUILTIN git-range-diff 01:35:48 BUILTIN git-read-tree 01:35:48 BUILTIN git-rebase 01:35:48 BUILTIN git-receive-pack 01:35:48 BUILTIN git-reflog 01:35:48 BUILTIN git-remote-ext 01:35:48 BUILTIN git-remote-fd 01:35:48 BUILTIN git-remote 01:35:48 BUILTIN git-repack 01:35:48 BUILTIN git-replace 01:35:48 BUILTIN git-rerere 01:35:48 BUILTIN git-reset 01:35:48 BUILTIN git-rev-list 01:35:48 BUILTIN git-rev-parse 01:35:48 BUILTIN git-revert 01:35:48 BUILTIN git-rm 01:35:48 BUILTIN git-send-pack 01:35:48 BUILTIN git-shortlog 01:35:48 BUILTIN git-show-branch 01:35:48 BUILTIN git-show-index 01:35:48 BUILTIN git-show-ref 01:35:48 BUILTIN git-sparse-checkout 01:35:48 BUILTIN git-stash 01:35:48 BUILTIN git-stripspace 01:35:48 BUILTIN git-submodule--helper 01:35:48 BUILTIN git-symbolic-ref 01:35:48 BUILTIN git-tag 01:35:48 BUILTIN git-unpack-file 01:35:48 BUILTIN git-unpack-objects 01:35:48 BUILTIN git-update-index 01:35:48 BUILTIN git-update-ref 01:35:48 BUILTIN git-update-server-info 01:35:48 BUILTIN git-upload-archive 01:35:48 BUILTIN git-upload-pack 01:35:48 BUILTIN git-var 01:35:48 BUILTIN git-verify-commit 01:35:48 BUILTIN git-verify-pack 01:35:48 BUILTIN git-verify-tag 01:35:48 BUILTIN git-worktree 01:35:48 BUILTIN git-write-tree 01:35:48 BUILTIN git-cherry 01:35:48 BUILTIN git-cherry-pick 01:35:48 BUILTIN git-format-patch 01:35:48 BUILTIN git-fsck-objects 01:35:48 BUILTIN git-init 01:35:48 BUILTIN git-maintenance 01:35:48 BUILTIN git-merge-subtree 01:35:48 BUILTIN git-restore 01:35:48 BUILTIN git-show 01:35:48 BUILTIN git-stage 01:35:48 BUILTIN git-status 01:35:48 BUILTIN git-switch 01:35:48 BUILTIN git-whatchanged 01:35:48 GEN git-mergetool--lib 01:35:48 GEN git-rebase--preserve-merges 01:35:48 GEN git-sh-i18n 01:35:48 GEN git-sh-setup 01:35:48 SUBDIR git-gui 01:35:48 GITGUI_VERSION = 0.21.0.99.gdf4f9e 01:35:48  * new locations or Tcl/Tk interpreter 01:35:48  GEN git-gui 01:35:48 INDEX lib/ 01:35:48  * tclsh failed; using unoptimized loading 01:35:48  MSGFMT po/bg.msg 565 translated. 01:35:48 MSGFMT po/de.msg 579 translated. 01:35:49 MSGFMT po/el.msg 381 translated, 4 fuzzy, 6 untranslated. 01:35:49 MSGFMT po/fr.msg 520 translated. 01:35:49 MSGFMT po/hu.msg 514 translated. 01:35:49 MSGFMT po/it.msg 519 translated, 1 untranslated. 01:35:49 MSGFMT po/ja.msg 546 translated, 1 untranslated. 01:35:49 MSGFMT po/nb.msg 474 translated, 39 untranslated. 01:35:49 MSGFMT po/pt_br.msg 520 translated. 01:35:49 MSGFMT po/pt_pt.msg 550 translated. 01:35:49 MSGFMT po/ru.msg 579 translated. 01:35:49 MSGFMT po/sv.msg 547 translated. 01:35:49 MSGFMT po/vi.msg 543 translated. 01:35:49 MSGFMT po/zh_cn.msg 366 translated, 7 fuzzy, 17 untranslated. 01:35:49 SUBDIR gitk-git 01:35:49  * new Tcl/Tk interpreter location 01:35:49  GEN gitk-wish 01:35:49 Generating catalog po/bg.msg 01:35:49 msgfmt --statistics --tcl po/bg.po -l bg -d po/ 01:35:49 317 translated messages. 01:35:49 Generating catalog po/ca.msg 01:35:49 msgfmt --statistics --tcl po/ca.po -l ca -d po/ 01:35:49 307 translated messages. 01:35:49 Generating catalog po/de.msg 01:35:49 msgfmt --statistics --tcl po/de.po -l de -d po/ 01:35:49 307 translated messages. 01:35:49 Generating catalog po/es.msg 01:35:49 msgfmt --statistics --tcl po/es.po -l es -d po/ 01:35:49 184 translated messages, 46 fuzzy translations, 77 untranslated messages. 01:35:49 Generating catalog po/fr.msg 01:35:49 msgfmt --statistics --tcl po/fr.po -l fr -d po/ 01:35:49 311 translated messages. 01:35:49 Generating catalog po/hu.msg 01:35:49 msgfmt --statistics --tcl po/hu.po -l hu -d po/ 01:35:49 277 translated messages, 18 fuzzy translations, 12 untranslated messages. 01:35:49 Generating catalog po/it.msg 01:35:49 msgfmt --statistics --tcl po/it.po -l it -d po/ 01:35:49 274 translated messages, 17 fuzzy translations, 16 untranslated messages. 01:35:49 Generating catalog po/ja.msg 01:35:49 msgfmt --statistics --tcl po/ja.po -l ja -d po/ 01:35:49 311 translated messages. 01:35:49 Generating catalog po/pt_br.msg 01:35:49 msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/ 01:35:49 279 translated messages, 16 fuzzy translations, 12 untranslated messages. 01:35:49 Generating catalog po/pt_pt.msg 01:35:49 msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/ 01:35:49 311 translated messages. 01:35:49 Generating catalog po/ru.msg 01:35:49 msgfmt --statistics --tcl po/ru.po -l ru -d po/ 01:35:49 317 translated messages. 01:35:49 Generating catalog po/sv.msg 01:35:49 msgfmt --statistics --tcl po/sv.po -l sv -d po/ 01:35:49 311 translated messages. 01:35:49 Generating catalog po/vi.msg 01:35:49 msgfmt --statistics --tcl po/vi.po -l vi -d po/ 01:35:49 307 translated messages. 01:35:49 Generating catalog po/zh_cn.msg 01:35:49 msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ 01:35:49 317 translated messages. 01:35:49  SUBDIR templates 01:35:50 MSGFMT po/build/locale/bg/LC_MESSAGES/git.mo 01:35:50 5104 translated messages. 01:35:50  MSGFMT po/build/locale/ca/LC_MESSAGES/git.mo 01:35:50 4386 translated messages, 652 fuzzy translations. 01:35:50  MSGFMT po/build/locale/de/LC_MESSAGES/git.mo 01:35:51 5104 translated messages. 01:35:51  MSGFMT po/build/locale/el/LC_MESSAGES/git.mo 01:35:51 1038 translated messages, 3325 untranslated messages. 01:35:51  MSGFMT po/build/locale/es/LC_MESSAGES/git.mo 01:35:51 5104 translated messages. 01:35:51  MSGFMT po/build/locale/fr/LC_MESSAGES/git.mo 01:35:52 5104 translated messages. 01:35:52  MSGFMT po/build/locale/id/LC_MESSAGES/git.mo 01:35:52 583 translated messages, 4521 untranslated messages. 01:35:52  MSGFMT po/build/locale/is/LC_MESSAGES/git.mo 01:35:52 14 translated messages. 01:35:52  MSGFMT po/build/locale/it/LC_MESSAGES/git.mo 01:35:52 5013 translated messages. 01:35:52  MSGFMT po/build/locale/ko/LC_MESSAGES/git.mo 01:35:52 3608 translated messages. 01:35:52  MSGFMT po/build/locale/pl/LC_MESSAGES/git.mo 01:35:53 5103 translated messages. 01:35:53  MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo 01:35:53 2876 translated messages, 1320 fuzzy translations, 842 untranslated messages. 01:35:53  MSGFMT po/build/locale/ru/LC_MESSAGES/git.mo 01:35:54 3441 translated messages, 1596 untranslated messages. 01:35:54  MSGFMT po/build/locale/sv/LC_MESSAGES/git.mo 01:35:54 5104 translated messages. 01:35:54  MSGFMT po/build/locale/tr/LC_MESSAGES/git.mo 01:35:54 5104 translated messages. 01:35:54  MSGFMT po/build/locale/vi/LC_MESSAGES/git.mo 01:35:55 5104 translated messages. 01:35:55  MSGFMT po/build/locale/zh_CN/LC_MESSAGES/git.mo 01:35:55 5104 translated messages. 01:35:55  MSGFMT po/build/locale/zh_TW/LC_MESSAGES/git.mo 01:35:55 5089 translated messages, 9 fuzzy translations, 6 untranslated messages. 01:35:55  GEN perl/build/lib/Git.pm 01:35:55 GEN perl/build/lib/Git/I18N.pm 01:35:55 GEN perl/build/lib/Git/IndexInfo.pm 01:35:55 GEN perl/build/lib/Git/LoadCPAN.pm 01:35:55 GEN perl/build/lib/Git/Packet.pm 01:35:55 GEN perl/build/lib/Git/SVN.pm 01:35:55 GEN perl/build/lib/Git/LoadCPAN/Error.pm 01:35:55 GEN perl/build/lib/Git/SVN/Editor.pm 01:35:55 GEN perl/build/lib/Git/SVN/Fetcher.pm 01:35:55 GEN perl/build/lib/Git/SVN/GlobSpec.pm 01:35:55 GEN perl/build/lib/Git/SVN/Log.pm 01:35:55 GEN perl/build/lib/Git/SVN/Migration.pm 01:35:56 GEN perl/build/lib/Git/SVN/Prompt.pm 01:35:56 GEN perl/build/lib/Git/SVN/Ra.pm 01:35:56 GEN perl/build/lib/Git/SVN/Utils.pm 01:35:56 GEN perl/build/lib/Git/LoadCPAN/Mail/Address.pm 01:35:56 GEN perl/build/lib/Git/SVN/Memoize/YAML.pm 01:35:56 GEN perl/build/lib/FromCPAN/Error.pm 01:35:56 GEN perl/build/lib/FromCPAN/Mail/Address.pm 01:35:56 CC t/helper/test-fake-ssh.o 01:35:56 LINK t/helper/test-fake-ssh 01:35:57 CC t/helper/test-tool.o 01:35:59 CC t/helper/test-advise.o 01:36:00 CC t/helper/test-bloom.o 01:36:01 CC t/helper/test-chmtime.o 01:36:02 CC t/helper/test-config.o 01:36:03 CC t/helper/test-crontab.o 01:36:04 CC t/helper/test-ctype.o 01:36:05 CC t/helper/test-date.o 01:36:07 CC t/helper/test-delta.o 01:36:08 CC t/helper/test-dir-iterator.o 01:36:09 CC t/helper/test-drop-caches.o 01:36:10 CC t/helper/test-dump-cache-tree.o 01:36:12 CC t/helper/test-dump-fsmonitor.o 01:36:13 CC t/helper/test-dump-split-index.o 01:36:14 CC t/helper/test-dump-untracked-cache.o 01:36:15 CC t/helper/test-example-decorate.o 01:36:17 CC t/helper/test-fast-rebase.o 01:36:18 CC t/helper/test-genrandom.o 01:36:19 CC t/helper/test-genzeros.o 01:36:20 CC t/helper/test-hash-speed.o 01:36:22 CC t/helper/test-hash.o 01:36:23 CC t/helper/test-hashmap.o 01:36:25 CC t/helper/test-index-version.o 01:36:26 CC t/helper/test-json-writer.o 01:36:28 CC t/helper/test-lazy-init-name-hash.o 01:36:30 CC t/helper/test-match-trees.o 01:36:31 CC t/helper/test-mergesort.o 01:36:32 CC t/helper/test-mktemp.o 01:36:33 CC t/helper/test-oid-array.o 01:36:34 CC t/helper/test-oidmap.o 01:36:35 CC t/helper/test-online-cpus.o 01:36:36 CC t/helper/test-parse-options.o 01:36:39 CC t/helper/test-parse-pathspec-file.o 01:36:40 CC t/helper/test-path-utils.o 01:36:42 CC t/helper/test-pcre2-config.o 01:36:43 CC t/helper/test-pkt-line.o 01:36:45 CC t/helper/test-prio-queue.o 01:36:45 CC t/helper/test-proc-receive.o 01:36:47 CC t/helper/test-progress.o 01:36:48 CC t/helper/test-reach.o 01:36:50 CC t/helper/test-read-cache.o 01:36:51 CC t/helper/test-read-graph.o 01:36:53 CC t/helper/test-read-midx.o 01:36:54 CC t/helper/test-ref-store.o 01:36:56 CC t/helper/test-regex.o 01:36:57 CC t/helper/test-repository.o 01:36:58 CC t/helper/test-revision-walking.o 01:37:00 CC t/helper/test-run-command.o 01:37:01 CC t/helper/test-scrap-cache-tree.o 01:37:02 CC t/helper/test-serve-v2.o 01:37:04 CC t/helper/test-sha1.o 01:37:05 CC t/helper/test-sha256.o 01:37:06 CC t/helper/test-sigchain.o 01:37:07 CC t/helper/test-strcmp-offset.o 01:37:09 CC t/helper/test-string-list.o 01:37:10 CC t/helper/test-submodule-config.o 01:37:11 CC t/helper/test-submodule-nested-repo-config.o 01:37:12 CC t/helper/test-subprocess.o 01:37:13 CC t/helper/test-trace2.o 01:37:15 CC t/helper/test-urlmatch-normalization.o 01:37:16 CC t/helper/test-wildmatch.o 01:37:17 CC t/helper/test-windows-named-pipe.o 01:37:18 CC t/helper/test-write-cache.o 01:37:19 CC t/helper/test-xml-encode.o 01:37:20 LINK t/helper/test-tool 01:37:22 GEN bin-wrappers/git 01:37:22 GEN bin-wrappers/git-receive-pack 01:37:22 GEN bin-wrappers/git-shell 01:37:22 GEN bin-wrappers/git-upload-archive 01:37:22 GEN bin-wrappers/git-upload-pack 01:37:22 GEN bin-wrappers/git-cvsserver 01:37:22 GEN bin-wrappers/test-fake-ssh 01:37:22 GEN bin-wrappers/test-tool 01:37:22 SUBDIR git-gui 01:37:23 SUBDIR gitk-git 01:37:23 SUBDIR templates 01:37:23 install -d -m 755 '/usr/local/bin' 01:37:23 install -d -m 755 '/usr/local/libexec/git-core' 01:37:23 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' 01:37:23 install -m 644 git-mergetool--lib git-rebase--preserve-merges git-sh-i18n git-sh-setup '/usr/local/libexec/git-core' 01:37:23 install git git-receive-pack git-shell git-upload-archive git-upload-pack git-cvsserver '/usr/local/bin' 01:37:24 make -C templates DESTDIR='' install 01:37:24 make[1]: Entering directory '/opt/pygsver/git-2.31.1/templates' 01:37:24 install -d -m 755 '/usr/local/share/git-core/templates' 01:37:24 (cd blt && tar cf - .) | \ 01:37:24 (cd '/usr/local/share/git-core/templates' && umask 022 && tar xof -) 01:37:24 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/templates' 01:37:24 install -d -m 755 '/usr/local/libexec/git-core/mergetools' 01:37:24 install -m 644 mergetools/* '/usr/local/libexec/git-core/mergetools' 01:37:24 install -d -m 755 '/usr/local/share/locale' 01:37:24 (cd po/build/locale && tar cf - .) | \ 01:37:24 (cd '/usr/local/share/locale' && umask 022 && tar xof -) 01:37:24 install -d -m 755 '/usr/local/share/perl5' 01:37:24 (cd perl/build/lib && tar cf - .) | \ 01:37:24 (cd '/usr/local/share/perl5' && umask 022 && tar xof -) 01:37:24 make -C gitweb install 01:37:24 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitweb' 01:37:24 make[2]: Entering directory '/opt/pygsver/git-2.31.1' 01:37:24 make[2]: 'GIT-VERSION-FILE' is up to date. 01:37:24 make[2]: Leaving directory '/opt/pygsver/git-2.31.1' 01:37:24 GEN gitweb.cgi 01:37:25 GEN static/gitweb.js 01:37:25 install -d -m 755 '/usr/local/share/gitweb' 01:37:25 install -m 755 gitweb.cgi '/usr/local/share/gitweb' 01:37:25 install -d -m 755 '/usr/local/share/gitweb/static' 01:37:25 install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/usr/local/share/gitweb/static' 01:37:25 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitweb' 01:37:25 make -C gitk-git install 01:37:25 make[1]: Entering directory '/opt/pygsver/git-2.31.1/gitk-git' 01:37:25 install -d -m 755 '/usr/local/bin' 01:37:25 install -m 755 gitk-wish '/usr/local/bin'/gitk 01:37:25 install -d -m 755 '/usr/local/share/gitk/lib/msgs' 01:37:25 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 01:37:25 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/gitk-git' 01:37:25 make -C git-gui gitexecdir='/usr/local/libexec/git-core' install 01:37:25 make[1]: Entering directory '/opt/pygsver/git-2.31.1/git-gui' 01:37:25 DEST /usr/local/libexec/git-core 01:37:25 INSTALL 755 git-gui 01:37:25 INSTALL 755 git-gui--askpass 01:37:25 LINK git-citool -> git-gui 01:37:25 DEST /usr/local/share/git-gui/lib 01:37:25 INSTALL 644 tclIndex 01:37:25 INSTALL 644 about.tcl 01:37:25 INSTALL 644 blame.tcl 01:37:25 INSTALL 644 branch.tcl 01:37:25 INSTALL 644 branch_checkout.tcl 01:37:25 INSTALL 644 branch_create.tcl 01:37:25 INSTALL 644 branch_delete.tcl 01:37:25 INSTALL 644 branch_rename.tcl 01:37:25 INSTALL 644 browser.tcl 01:37:25 INSTALL 644 checkout_op.tcl 01:37:25 INSTALL 644 choose_font.tcl 01:37:25 INSTALL 644 choose_repository.tcl 01:37:25 INSTALL 644 choose_rev.tcl 01:37:25 INSTALL 644 chord.tcl 01:37:25 INSTALL 644 class.tcl 01:37:25 INSTALL 644 commit.tcl 01:37:25 INSTALL 644 console.tcl 01:37:25 INSTALL 644 database.tcl 01:37:25 INSTALL 644 date.tcl 01:37:25 INSTALL 644 diff.tcl 01:37:25 INSTALL 644 encoding.tcl 01:37:25 INSTALL 644 error.tcl 01:37:25 INSTALL 644 index.tcl 01:37:25 INSTALL 644 line.tcl 01:37:25 INSTALL 644 logo.tcl 01:37:25 INSTALL 644 merge.tcl 01:37:25 INSTALL 644 mergetool.tcl 01:37:25 INSTALL 644 option.tcl 01:37:25 INSTALL 644 remote.tcl 01:37:25 INSTALL 644 remote_add.tcl 01:37:25 INSTALL 644 remote_branch_delete.tcl 01:37:25 INSTALL 644 search.tcl 01:37:25 INSTALL 644 shortcut.tcl 01:37:25 INSTALL 644 spellcheck.tcl 01:37:25 INSTALL 644 sshkey.tcl 01:37:25 INSTALL 644 status_bar.tcl 01:37:25 INSTALL 644 themed.tcl 01:37:25 INSTALL 644 tools.tcl 01:37:25 INSTALL 644 tools_dlg.tcl 01:37:25 INSTALL 644 transport.tcl 01:37:25 INSTALL 644 win32.tcl 01:37:25 INSTALL 644 git-gui.ico 01:37:25 INSTALL 644 win32_shortcut.js 01:37:25 DEST /usr/local/share/git-gui/lib/msgs 01:37:25 INSTALL 644 bg.msg 01:37:25 INSTALL 644 de.msg 01:37:25 INSTALL 644 el.msg 01:37:25 INSTALL 644 fr.msg 01:37:25 INSTALL 644 hu.msg 01:37:25 INSTALL 644 it.msg 01:37:25 INSTALL 644 ja.msg 01:37:25 INSTALL 644 nb.msg 01:37:25 INSTALL 644 pt_br.msg 01:37:25 INSTALL 644 pt_pt.msg 01:37:25 INSTALL 644 ru.msg 01:37:25 INSTALL 644 sv.msg 01:37:25 INSTALL 644 vi.msg 01:37:25 INSTALL 644 zh_cn.msg 01:37:25 make[1]: Leaving directory '/opt/pygsver/git-2.31.1/git-gui' 01:37:25 bindir=$(cd '/usr/local/bin' && pwd) && \ 01:37:25 execdir=$(cd '/usr/local/libexec/git-core' && pwd) && \ 01:37:25 destdir_from_execdir_SQ=$(echo 'libexec/git-core' | sed -e 's|[^/][^/]*|..|g') && \ 01:37:25 { test "$bindir/" = "$execdir/" || \ 01:37:25 for p in git git-shell git-cvsserver; do \ 01:37:25 rm -f "$execdir/$p" && \ 01:37:25 test -n "" && \ 01:37:25 ln -s "$destdir_from_execdir_SQ/bin/$p" "$execdir/$p" || \ 01:37:25 { test -z "" && \ 01:37:25 ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \ 01:37:25 cp "$bindir/$p" "$execdir/$p" || exit; } \ 01:37:25 done; \ 01:37:25 } && \ 01:37:25 for p in git-receive-pack git-upload-archive git-upload-pack; do \ 01:37:25 rm -f "$bindir/$p" && \ 01:37:25 test -n "" && \ 01:37:25 ln -s "git" "$bindir/$p" || \ 01:37:25 { test -z "" && \ 01:37:25 ln "$bindir/git" "$bindir/$p" 2>/dev/null || \ 01:37:25 ln -s "git" "$bindir/$p" 2>/dev/null || \ 01:37:25 cp "$bindir/git" "$bindir/$p" || exit; }; \ 01:37:25 done && \ 01:37:25 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 \ 01:37:25 rm -f "$execdir/$p" && \ 01:37:25 if test -z ""; \ 01:37:25 then \ 01:37:25 test -n "" && \ 01:37:25 ln -s "$destdir_from_execdir_SQ/bin/git" "$execdir/$p" || \ 01:37:25 { test -z "" && \ 01:37:25 ln "$execdir/git" "$execdir/$p" 2>/dev/null || \ 01:37:25 ln -s "git" "$execdir/$p" 2>/dev/null || \ 01:37:25 cp "$execdir/git" "$execdir/$p" || exit; }; \ 01:37:25 fi \ 01:37:25 done && \ 01:37:25 remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \ 01:37:25 for p in $remote_curl_aliases; do \ 01:37:25 rm -f "$execdir/$p" && \ 01:37:25 test -n "" && \ 01:37:25 ln -s "git-remote-http" "$execdir/$p" || \ 01:37:25 { test -z "" && \ 01:37:25 ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \ 01:37:25 ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \ 01:37:25 cp "$execdir/git-remote-http" "$execdir/$p" || exit; } \ 01:37:25 done && \ 01:37:25 ./check_bindir "z$bindir" "z$execdir" "$bindir/git-add" 01:37:31 Removing intermediate container ebf9f262e552 01:37:31 ---> 444293ea355e 01:37:31 Step 15/21 : COPY --from=build-image /code/target/dist/pygsver-*/dist/pygsver-*.tar.gz /opt/pygsver/ 01:37:33 ---> b326e577c7a5 01:37:33 Step 16/21 : RUN pip install pygsver-*.tar.gz 01:37:33 ---> Running in cec91329f1d6 01:37:42 Processing ./pygsver-0.1.4.tar.gz 01:37:42 Installing build dependencies: started 01:37:57 Installing build dependencies: finished with status 'done' 01:37:57 Getting requirements to build wheel: started 01:38:00 Getting requirements to build wheel: finished with status 'done' 01:38:00 Preparing metadata (pyproject.toml): started 01:38:04 Preparing metadata (pyproject.toml): finished with status 'done' 01:38:04 Collecting semver==2.13.0 (from pygsver==0.1.4) 01:38:05 Downloading semver-2.13.0-py2.py3-none-any.whl.metadata (5.0 kB) 01:38:05 Collecting GitPython==3.1.41 (from pygsver==0.1.4) 01:38:05 Downloading GitPython-3.1.41-py3-none-any.whl.metadata (14 kB) 01:38:05 Collecting gitdb<5,>=4.0.1 (from GitPython==3.1.41->pygsver==0.1.4) 01:38:05 Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) 01:38:05 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython==3.1.41->pygsver==0.1.4) 01:38:05 Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB) 01:38:05 Downloading GitPython-3.1.41-py3-none-any.whl (196 kB) 01:38:05 Downloading semver-2.13.0-py2.py3-none-any.whl (12 kB) 01:38:05 Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) 01:38:05 Downloading smmap-5.0.2-py3-none-any.whl (24 kB) 01:38:05 Building wheels for collected packages: pygsver 01:38:05 Building wheel for pygsver (pyproject.toml): started 01:38:10 Building wheel for pygsver (pyproject.toml): finished with status 'done' 01:38:10 Created wheel for pygsver: filename=pygsver-0.1.4-py3-none-any.whl size=12476 sha256=8f509c9340c2541dc5799dcac4791de75712e7c4815cdf22a47314fda1c80b1b 01:38:10 Stored in directory: /root/.cache/pip/wheels/4d/a4/f7/2ceaad8e8d1ab77b6fa864b82a652e68e816d6a43a9991a541 01:38:10 Successfully built pygsver 01:38:10 Installing collected packages: smmap, semver, gitdb, GitPython, pygsver 01:38:11 Successfully installed GitPython-3.1.41 gitdb-4.0.12 pygsver-0.1.4 semver-2.13.0 smmap-5.0.2 01:38:11 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. 01:38:11  01:38:11 [notice] A new release of pip is available: 25.0.1 -> 25.1.1 01:38:11 [notice] To update, run: pip install --upgrade pip 01:38:13 Removing intermediate container cec91329f1d6 01:38:13 ---> d2b0b7464541 01:38:13 Step 17/21 : COPY entrypoint.sh /usr/local/bin/entrypoint.sh 01:38:14 ---> 968e88da8bf4 01:38:14 Step 18/21 : RUN chmod +x /usr/local/bin/entrypoint.sh 01:38:14 ---> Running in e0934039b249 01:38:16 Removing intermediate container e0934039b249 01:38:16 ---> 553f3fbd67dd 01:38:16 Step 19/21 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] 01:38:16 ---> Running in a92354b52c52 01:38:16 Removing intermediate container a92354b52c52 01:38:16 ---> 31db4cd3b8ae 01:38:16 Step 20/21 : LABEL arch=arm64 01:38:16 ---> Running in d613f763da16 01:38:16 Removing intermediate container d613f763da16 01:38:16 ---> f41d5e3d77fd 01:38:16 Step 21/21 : LABEL git_sha=ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:38:16 ---> Running in 98b3e6df243f 01:38:17 Removing intermediate container 98b3e6df243f 01:38:17 ---> ccdf096e173b 01:38:17 [Warning] One or more build-args [ARCH] were not consumed 01:38:17 Successfully built ccdf096e173b 01:38:17 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 01:38:17 [edgeXDocker.push] Tagging docker image py-git-semver-arm64 with the following tags: 01:38:17 ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:38:17 latest 01:38:17 main 01:38:17 0.1.4 01:38:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:17 + 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 01:38:18 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:38:18 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 01:38:18 8af432328590: Preparing 01:38:18 8d6a98b2ab35: Preparing 01:38:18 a32ce8fa42bf: Preparing 01:38:18 10df7b89136f: Preparing 01:38:18 82ac262de0e4: Preparing 01:38:18 bfb99cf99ac7: Preparing 01:38:18 6d0f323bd191: Preparing 01:38:18 cd4345a2a141: Preparing 01:38:18 1df8095fde29: Preparing 01:38:18 7a3140e447c5: Preparing 01:38:18 41d20f587704: Preparing 01:38:18 bfb99cf99ac7: Waiting 01:38:18 6d0f323bd191: Waiting 01:38:18 cd4345a2a141: Waiting 01:38:18 1df8095fde29: Waiting 01:38:18 7a3140e447c5: Waiting 01:38:18 41d20f587704: Waiting 01:38:18 10df7b89136f: Pushed 01:38:18 8af432328590: Pushed 01:38:18 8d6a98b2ab35: Pushed 01:38:18 cd4345a2a141: Layer already exists 01:38:18 1df8095fde29: Layer already exists 01:38:18 7a3140e447c5: Layer already exists 01:38:18 6d0f323bd191: Pushed 01:38:19 a32ce8fa42bf: Pushed 01:38:34 41d20f587704: Pushed 01:38:46 82ac262de0e4: Pushed 01:39:33 bfb99cf99ac7: Pushed 01:39:33 ce15149cfed2d6895db6df985ec47ac6c5ee16f3: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:33 + 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 01:39:34 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest 01:39:34 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 01:39:34 8af432328590: Preparing 01:39:34 8d6a98b2ab35: Preparing 01:39:34 a32ce8fa42bf: Preparing 01:39:34 10df7b89136f: Preparing 01:39:34 82ac262de0e4: Preparing 01:39:34 bfb99cf99ac7: Preparing 01:39:34 6d0f323bd191: Preparing 01:39:34 cd4345a2a141: Preparing 01:39:34 1df8095fde29: Preparing 01:39:34 7a3140e447c5: Preparing 01:39:34 41d20f587704: Preparing 01:39:34 cd4345a2a141: Waiting 01:39:34 1df8095fde29: Waiting 01:39:34 7a3140e447c5: Waiting 01:39:34 41d20f587704: Waiting 01:39:34 bfb99cf99ac7: Waiting 01:39:34 6d0f323bd191: Waiting 01:39:34 a32ce8fa42bf: Layer already exists 01:39:34 82ac262de0e4: Layer already exists 01:39:34 10df7b89136f: Layer already exists 01:39:34 8af432328590: Layer already exists 01:39:34 8d6a98b2ab35: Layer already exists 01:39:34 cd4345a2a141: Layer already exists 01:39:34 6d0f323bd191: Layer already exists 01:39:34 bfb99cf99ac7: Layer already exists 01:39:34 1df8095fde29: Layer already exists 01:39:34 7a3140e447c5: Layer already exists 01:39:34 41d20f587704: Layer already exists 01:39:34 latest: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:34 + 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 01:39:35 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main 01:39:35 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 01:39:35 8af432328590: Preparing 01:39:35 8d6a98b2ab35: Preparing 01:39:35 a32ce8fa42bf: Preparing 01:39:35 10df7b89136f: Preparing 01:39:35 82ac262de0e4: Preparing 01:39:35 bfb99cf99ac7: Preparing 01:39:35 6d0f323bd191: Preparing 01:39:35 cd4345a2a141: Preparing 01:39:35 1df8095fde29: Preparing 01:39:35 7a3140e447c5: Preparing 01:39:35 41d20f587704: Preparing 01:39:35 cd4345a2a141: Waiting 01:39:35 1df8095fde29: Waiting 01:39:35 7a3140e447c5: Waiting 01:39:35 41d20f587704: Waiting 01:39:35 bfb99cf99ac7: Waiting 01:39:35 6d0f323bd191: Waiting 01:39:35 8af432328590: Layer already exists 01:39:35 82ac262de0e4: Layer already exists 01:39:35 a32ce8fa42bf: Layer already exists 01:39:35 8d6a98b2ab35: Layer already exists 01:39:35 10df7b89136f: Layer already exists 01:39:35 cd4345a2a141: Layer already exists 01:39:35 bfb99cf99ac7: Layer already exists 01:39:35 7a3140e447c5: Layer already exists 01:39:35 6d0f323bd191: Layer already exists 01:39:35 1df8095fde29: Layer already exists 01:39:35 41d20f587704: Layer already exists 01:39:35 main: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:35 + 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 01:39:36 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 01:39:36 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64] 01:39:36 8af432328590: Preparing 01:39:36 8d6a98b2ab35: Preparing 01:39:36 a32ce8fa42bf: Preparing 01:39:36 10df7b89136f: Preparing 01:39:36 82ac262de0e4: Preparing 01:39:36 bfb99cf99ac7: Preparing 01:39:36 6d0f323bd191: Preparing 01:39:36 cd4345a2a141: Preparing 01:39:36 1df8095fde29: Preparing 01:39:36 7a3140e447c5: Preparing 01:39:36 41d20f587704: Preparing 01:39:36 cd4345a2a141: Waiting 01:39:36 1df8095fde29: Waiting 01:39:36 7a3140e447c5: Waiting 01:39:36 41d20f587704: Waiting 01:39:36 bfb99cf99ac7: Waiting 01:39:36 6d0f323bd191: Waiting 01:39:36 8af432328590: Layer already exists 01:39:36 a32ce8fa42bf: Layer already exists 01:39:36 82ac262de0e4: Layer already exists 01:39:36 10df7b89136f: Layer already exists 01:39:36 8d6a98b2ab35: Layer already exists 01:39:36 bfb99cf99ac7: Layer already exists 01:39:36 7a3140e447c5: Layer already exists 01:39:36 6d0f323bd191: Layer already exists 01:39:36 cd4345a2a141: Layer already exists 01:39:36 1df8095fde29: Layer already exists 01:39:36 41d20f587704: Layer already exists 01:39:36 0.1.4: digest: sha256:be32f5c76a8242ebc51a62c5bc446873557f026ec95c8b8446dea5890017b160 size: 2625 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:39:36 ===================================================== [Pipeline] echo 01:39:36 taggedImages: 01:39:36 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 01:39:36 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest 01:39:36 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main 01:39:36 - nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:0.1.4 [Pipeline] echo 01:39:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:ce15149cfed2d6895db6df985ec47ac6c5ee16f3 [Pipeline] echo 01:39:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:latest [Pipeline] echo 01:39:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver-arm64:main [Pipeline] echo 01:39:36 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 01:39:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:39:37 01:39:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:39:37 arm64: Pulling from edgex-lftools-log-publisher 01:39:37 8998bd30e6a1: Pulling fs layer 01:39:37 04944245beec: Pulling fs layer 01:39:37 699f458cf7ca: Pulling fs layer 01:39:37 765212b225bb: Pulling fs layer 01:39:37 f23df028b6ca: Pulling fs layer 01:39:37 d65c8cfc05b1: Pulling fs layer 01:39:37 2437ff75d9bd: Pulling fs layer 01:39:37 765212b225bb: Waiting 01:39:37 f23df028b6ca: Waiting 01:39:37 d65c8cfc05b1: Waiting 01:39:37 2437ff75d9bd: Waiting 01:39:37 04944245beec: Verifying Checksum 01:39:37 04944245beec: Download complete 01:39:37 765212b225bb: Download complete 01:39:37 f23df028b6ca: Verifying Checksum 01:39:37 f23df028b6ca: Download complete 01:39:37 d65c8cfc05b1: Verifying Checksum 01:39:37 d65c8cfc05b1: Download complete 01:39:37 699f458cf7ca: Verifying Checksum 01:39:38 8998bd30e6a1: Verifying Checksum 01:39:38 8998bd30e6a1: Download complete 01:39:40 2437ff75d9bd: Verifying Checksum 01:39:40 2437ff75d9bd: Download complete 01:39:42 8998bd30e6a1: Pull complete 01:39:43 04944245beec: Pull complete 01:39:44 699f458cf7ca: Pull complete 01:39:45 765212b225bb: Pull complete 01:39:46 f23df028b6ca: Pull complete 01:39:46 d65c8cfc05b1: Pull complete 01:40:04 2437ff75d9bd: Pull complete 01:40:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:40:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:40:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:04 prd-ubuntu20.04-docker-arm64-4c-16g-2235 does not seem to be running inside a container 01:40:04 $ 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 01:40:07 $ docker top 3ce6fdf113cc09fa33d7b441f9d15de9388a7c459a0a48b885914f5bc77fcd37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:07 ---> job-cost.sh 01:40:07 lf-activate-venv: SKIPPING 01:40:07 INFO: No Stack... 01:40:08 INFO: Retrieving Pricing Info for: v3-standard-4 01:40:08 INFO: Archiving Costs [Pipeline] sh 01:40:09 + cat /w/workspace/edgexfoundry_git-semver_main/archives/cost.csv 01:40:09 + cut -d, -f6 [Pipeline] lock 01:40:09 Trying to acquire lock on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] 01:40:09 Resource [jenkins-edgexfoundry-git-semver-main-10-stack-cost] did not exist. Created. 01:40:09 Lock acquired on [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:40:10 /w/workspace/edgexfoundry_git-semver_main@tmp/durable-10226d5e/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:40:11 + echo total: 0.10999999940395355 [Pipeline] stash 01:40:11 Warning: overwriting stash ‘stack-cost’ 01:40:11 Stashed 1 file(s) [Pipeline] } 01:40:11 Lock released on resource [Resource: jenkins-edgexfoundry-git-semver-main-10-stack-cost] [Pipeline] // lock [Pipeline] } 01:40:11 $ docker stop --time=1 3ce6fdf113cc09fa33d7b441f9d15de9388a7c459a0a48b885914f5bc77fcd37 01:40:13 $ 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 01:40:13 + [ -d /w/workspace/edgexfoundry_git-semver_main/archives ] 01:40:13 + ls -al /w/workspace/edgexfoundry_git-semver_main/archives 01:40:13 total 16 01:40:13 drwxr-xr-x 3 root root 4096 May 26 01:16 . 01:40:13 drwxrwxr-x 7 jenkins jenkins 4096 May 26 01:16 .. 01:40:13 drwxr-xr-x 2 root root 4096 May 26 01:16 cost 01:40:13 -rw-r--r-- 1 root root 81 May 26 01:16 cost.csv 01:40:13 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_git-semver_main/archives 01:40:13 + ls -al /w/workspace/edgexfoundry_git-semver_main/archives 01:40:13 total 16 01:40:13 drwxr-xr-x 3 jenkins jenkins 4096 May 26 01:16 . 01:40:13 drwxrwxr-x 7 jenkins jenkins 4096 May 26 01:16 .. 01:40:13 drwxr-xr-x 2 jenkins jenkins 4096 May 26 01:16 cost 01:40:13 -rw-r--r-- 1 jenkins jenkins 81 May 26 01:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:40:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:40:14 ---> package-listing.sh 01:40:14 ++ facter osfamily 01:40:14 ++ tr '[:upper:]' '[:lower:]' 01:40:15 + OS_FAMILY=debian 01:40:15 + workspace=/w/workspace/edgexfoundry_git-semver_main 01:40:15 + START_PACKAGES=/tmp/packages_start.txt 01:40:15 + END_PACKAGES=/tmp/packages_end.txt 01:40:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:40:15 + PACKAGES=/tmp/packages_start.txt 01:40:15 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 01:40:15 + PACKAGES=/tmp/packages_end.txt 01:40:15 + case "${OS_FAMILY}" in 01:40:15 + dpkg -l 01:40:15 + grep '^ii' 01:40:15 + '[' -f /tmp/packages_start.txt ']' 01:40:15 + '[' -f /tmp/packages_end.txt ']' 01:40:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:40:15 + '[' /w/workspace/edgexfoundry_git-semver_main ']' 01:40:15 + mkdir -p /w/workspace/edgexfoundry_git-semver_main/archives/ 01:40:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_git-semver_main/archives/ [Pipeline] echo 01:40:15 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 01:40:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:40:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:40:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:40:16 prd-ubuntu20.04-docker-8c-8g-2234 does not seem to be running inside a container 01:40:16 $ 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 01:40:16 $ docker top 1d425dd2700b8b7e4933a9a411923bf1e9dd808589852330abaaf08796554275 -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:16 + touch /tmp/pre-build-complete [Pipeline] sh 01:40:17 + mkdir -p /var/log/sysstat [Pipeline] sh 01:40:17 + ls /var/log/sa-host 01:40:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:40:17 provisioning config files... 01:40:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_git-semver_main@tmp/config16516472348077145992tmp [Pipeline] { [Pipeline] echo 01:40:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:40:17 ---> create-netrc.sh [Pipeline] } 01:40:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:40:17 ---> python-tools-install.sh [Pipeline] echo 01:40:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:40:18 ---> sudo-logs.sh 01:40:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:40:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:40:18 ---> job-cost.sh 01:40:18 lf-activate-venv: SKIPPING 01:40:18 DEBUG: total: 0.2199999988079071 01:40:18 INFO: Retrieving Stack Cost... 01:40:18 INFO: Retrieving Pricing Info for: v3-standard-8 01:40:19 INFO: Archiving Costs [Pipeline] echo 01:40:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:40:19 ---> logs-deploy.sh 01:40:19 lf-activate-venv: SKIPPING 01:40:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/git-semver/main/10 01:40:19 INFO: archiving workspace using pattern(s): 01:40:20 Archives upload complete. 01:40:20 INFO: archiving logs to Nexus