Console Output
Started by an SCM change
Running as SYSTEM
Building remotely on remote-node2 (java17) in workspace /jenkins_home/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy
The recommended git tool is: NONE
using credential 313devops
> git rev-parse --resolve-git-dir /jenkins_home/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:313DEVGRP/Java-Service-Tree-Framework-Middle-Proxy.git # timeout=10
Fetching upstream changes from git@github.com:313DEVGRP/Java-Service-Tree-Framework-Middle-Proxy.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
using GIT_SSH to set credentials
> git fetch --tags --force --progress -- git@github.com:313DEVGRP/Java-Service-Tree-Framework-Middle-Proxy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision 14a660fe4d054c26d9cdde5f630eb22250c0a1f1 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f 14a660fe4d054c26d9cdde5f630eb22250c0a1f1 # timeout=10
Commit message: "feat: [ARMS-513] #comment 신규 토픽 설정 추가 - 26.04.19"
> git rev-list --no-walk c83bdd6f51496baf4d2743b53b2660424050d195 # timeout=10
[STG-CI-Java-Service-Tree-Framework-Middle-Proxy] $ /bin/bash -e /tmp/jenkins6682661514660580930.sh
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :
Project : => no module-info.java found
--2026-04-19 23:19:54-- http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/Java-Service-Tree-Framework-Middle-Proxy/maven-metadata.xml
Resolving www.313.co.kr (www.313.co.kr)... 192.168.25.102
Connecting to www.313.co.kr (www.313.co.kr)|192.168.25.102|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2288 (2.2K) [application/xml]
Saving to: ‘/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/metadata.xml’
0K .. 100% 40.3M=0s
2026-04-19 23:19:54 (40.3 MB/s) - ‘/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/metadata.xml’ saved [2288/2288]
> Task :clean
> Task :compileJava
/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/api/kafka/reqadd/model/ReqAddDTO.java:61: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
private String c_req_owner = "admin";
^
/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/api/wbs/model/vo/WbsRowVO.java:28: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
private boolean valid = true;
^
/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/api/wbs/model/vo/WbsRowVO.java:30: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
private boolean requestComplete = false;
^
Note: /nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/config/security/SecurityConfiguration.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 warnings
> Task :processResources
> Task :classes
> Task :bootJarMainClassName
> Task :bootJar
> Task :dockerfileZip
> Task :jar
> Task :assemble
> Task :check
> Task :build
> Task :compileTestJava
> Task :sonarqube
Property 'sonar.password' is deprecated. It will not be supported in the future. Please instead use the 'sonar.login' parameter with a token.
Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
> Task :generatePublishInfo UP-TO-DATE
> Task :generateLicenseReport
> Task :javadoc
/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/api/util/redisrepo/RedisListCommand.java:134: warning: invalid input: '<'
* count < 0: 뒤에서부터 count개 삭제
^
/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/api/util/redisrepo/RedisListCommand.java:134: warning: invalid input: '<'
* count < 0: 뒤에서부터 count개 삭제
^
/nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/src/main/java/com/arms/api/util/redisrepo/RedisListCommand.java:134: warning: invalid input: '<'
* count < 0: 뒤에서부터 count개 삭제
^
3 warnings
> Task :dependencyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/build/reports/project/dependencies.txt
> Task :htmlDependencyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/build/reports/project/dependencies/index.html
> Task :buildDashboard
> Task :propertyReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/build/reports/project/properties.txt
> Task :taskReport
See the report at: file:///nfs/allinone/jenkins/agent/jenkins_home_2/workspace/STG-CI-Java-Service-Tree-Framework-Middle-Proxy/build/reports/project/tasks.txt
> Task :projectReport
> Task :generatePomFileForMavenPublication
> Task :publishMavenPublicationToMavenRepository
> Task :publish
> Task :dockerClean UP-TO-DATE
> Task :dockerPrepare
> Task :docker
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.43kB 0.0s done
#1 WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 3)
#1 DONE 0.1s
#2 [internal] load metadata for 313.co.kr:5550/313devgrp/openjdk:11-jre
#2 DONE 0.1s
#3 [internal] load .dockerignore
#3 transferring context: 2B 0.0s done
#3 DONE 0.0s
#4 [ 1/13] FROM 313.co.kr:5550/313devgrp/openjdk:11-jre@sha256:762d8d035c3b1c98d30c5385f394f4d762302ba9ee8e0da8c93344c688d160b2
#4 CACHED
#5 [internal] load build context
#5 transferring context: 78.07MB 5.0s
#5 transferring context: 102.58MB 5.9s done
#5 DONE 5.9s
#6 [ 2/13] RUN apt-get update && apt-get -y upgrade && apt-get install -y wget && apt-get clean && rm -rf /var/lib/apt/lists/*
#6 2.345 Get:1 http://deb.debian.org/debian bullseye InRelease [75.1 kB]
#6 2.404 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
#6 2.404 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
#6 3.141 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
#6 4.333 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [446 kB]
#6 5.137 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
#6 7.323 Fetched 8677 kB in 5s (1700 kB/s)
#6 7.323 Reading package lists...
#6 9.692 Reading package lists...
#6 12.42 Building dependency tree...
#6 12.83 Reading state information...
#6 12.92 Calculating upgrade...
#6 14.35 The following packages will be upgraded:
#6 14.35 adduser base-files bsdutils ca-certificates curl debian-archive-keyring
#6 14.35 dirmngr dpkg e2fsprogs gnupg gnupg-l10n gnupg-utils gpg gpg-agent
#6 14.35 gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv grep libblkid1 libc-bin
#6 14.36 libc6 libcom-err2 libcurl4 libexpat1 libext2fs2 libfreetype6 libgnutls30
#6 14.36 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libksba8 libmount1
#6 14.36 libncursesw6 libnghttp2-14 libpam-modules libpam-modules-bin libpam-runtime
#6 14.36 libpam0g libpcre2-8-0 libpng16-16 libsepol1 libsmartcols1 libsqlite3-0
#6 14.36 libss2 libssh2-1 libssl1.1 libsystemd0 libtasn1-6 libtinfo6 libtirpc-common
#6 14.36 libtirpc3 libudev1 libuuid1 login logsave mount ncurses-base ncurses-bin
#6 14.36 openssl passwd perl-base tar tzdata ucf unzip util-linux wget zlib1g
#6 14.54 71 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#6 14.54 Need to get 34.4 MB of archives.
#6 14.54 After this operation, 291 kB of additional disk space will be used.
#6 14.54 Get:1 http://deb.debian.org/debian bullseye/main amd64 base-files amd64 11.1+deb11u11 [70.2 kB]
#6 14.56 Get:2 http://deb.debian.org/debian bullseye/main amd64 bsdutils amd64 1:2.36.1-8+deb11u2 [149 kB]
#6 14.58 Get:3 http://deb.debian.org/debian bullseye/main amd64 tar amd64 1.34+dfsg-1+deb11u1 [847 kB]
#6 14.66 Get:4 http://deb.debian.org/debian bullseye/main amd64 dpkg amd64 1.20.13 [2538 kB]
#6 14.90 Get:5 http://deb.debian.org/debian bullseye/main amd64 grep amd64 3.6-1+deb11u1 [398 kB]
#6 14.93 Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 login amd64 1:4.8.1-1+deb11u1 [656 kB]
#6 15.00 Get:7 http://deb.debian.org/debian bullseye/main amd64 ncurses-bin amd64 6.2+20201114-2+deb11u2 [429 kB]
#6 15.03 Get:8 http://deb.debian.org/debian-security bullseye-security/main amd64 perl-base amd64 5.32.1-4+deb11u5 [1629 kB]
#6 15.19 Get:9 http://deb.debian.org/debian bullseye/main amd64 util-linux amd64 2.36.1-8+deb11u2 [1142 kB]
#6 15.30 Get:10 http://deb.debian.org/debian-security bullseye-security/main amd64 libc6 amd64 2.31-13+deb11u13 [2823 kB]
#6 15.60 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libc-bin amd64 2.31-13+deb11u13 [829 kB]
#6 15.64 Get:12 http://deb.debian.org/debian bullseye/main amd64 ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]
#6 15.66 Get:13 http://deb.debian.org/debian-security bullseye-security/main amd64 libpam0g amd64 1.4.0-9+deb11u2 [130 kB]
#6 15.66 Get:14 http://deb.debian.org/debian-security bullseye-security/main amd64 libpam-modules-bin amd64 1.4.0-9+deb11u2 [108 kB]
#6 15.67 Get:15 http://deb.debian.org/debian-security bullseye-security/main amd64 libpam-modules amd64 1.4.0-9+deb11u2 [327 kB]
#6 15.70 Get:16 http://deb.debian.org/debian-security bullseye-security/main amd64 libsystemd0 amd64 247.3-7+deb11u8 [377 kB]
#6 15.73 Get:17 http://deb.debian.org/debian-security bullseye-security/main amd64 logsave amd64 1.46.2-2+deb11u1 [75.0 kB]
#6 15.74 Get:18 http://deb.debian.org/debian-security bullseye-security/main amd64 libext2fs2 amd64 1.46.2-2+deb11u1 [257 kB]
#6 15.77 Get:19 http://deb.debian.org/debian-security bullseye-security/main amd64 e2fsprogs amd64 1.46.2-2+deb11u1 [614 kB]
#6 15.83 Get:20 http://deb.debian.org/debian bullseye/main amd64 mount amd64 2.36.1-8+deb11u2 [186 kB]
#6 15.85 Get:21 http://deb.debian.org/debian-security bullseye-security/main amd64 libpam-runtime all 1.4.0-9+deb11u2 [208 kB]
#6 15.87 Get:22 http://deb.debian.org/debian-security bullseye-security/main amd64 passwd amd64 1:4.8.1-1+deb11u1 [993 kB]
#6 15.96 Get:23 http://deb.debian.org/debian bullseye/main amd64 adduser all 3.118+deb11u1 [241 kB]
#6 15.98 Get:24 http://deb.debian.org/debian bullseye/main amd64 debian-archive-keyring all 2021.1.1+deb11u1 [110 kB]
#6 16.00 Get:25 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
#6 16.02 Get:26 http://deb.debian.org/debian-security bullseye-security/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u3 [524 kB]
#6 16.06 Get:27 http://deb.debian.org/debian-security bullseye-security/main amd64 dirmngr amd64 2.2.27-2+deb11u3 [763 kB]
#6 16.13 Get:28 http://deb.debian.org/debian-security bullseye-security/main amd64 gnupg-utils amd64 2.2.27-2+deb11u3 [905 kB]
#6 16.23 Get:29 http://deb.debian.org/debian-security bullseye-security/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u3 [516 kB]
#6 16.27 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 gpg-agent amd64 2.2.27-2+deb11u3 [670 kB]
#6 16.33 Get:31 http://deb.debian.org/debian-security bullseye-security/main amd64 gpg amd64 2.2.27-2+deb11u3 [928 kB]
#6 16.43 Get:32 http://deb.debian.org/debian-security bullseye-security/main amd64 gpgconf amd64 2.2.27-2+deb11u3 [548 kB]
#6 16.48 Get:33 http://deb.debian.org/debian-security bullseye-security/main amd64 gnupg-l10n all 2.2.27-2+deb11u3 [1084 kB]
#6 16.56 Get:34 http://deb.debian.org/debian-security bullseye-security/main amd64 gnupg all 2.2.27-2+deb11u3 [825 kB]
#6 16.64 Get:35 http://deb.debian.org/debian-security bullseye-security/main amd64 gpgsm amd64 2.2.27-2+deb11u3 [645 kB]
#6 16.70 Get:36 http://deb.debian.org/debian-security bullseye-security/main amd64 libsqlite3-0 amd64 3.34.1-3+deb11u1 [797 kB]
#6 16.77 Get:37 http://deb.debian.org/debian bullseye/main amd64 zlib1g amd64 1:1.2.11.dfsg-2+deb11u2 [91.4 kB]
#6 16.79 Get:38 http://deb.debian.org/debian-security bullseye-security/main amd64 libtasn1-6 amd64 4.16.0-2+deb11u2 [55.4 kB]
#6 16.80 Get:39 http://deb.debian.org/debian-security bullseye-security/main amd64 libgnutls30 amd64 3.7.1-5+deb11u9 [1343 kB]
#6 16.92 Get:40 http://deb.debian.org/debian-security bullseye-security/main amd64 gpgv amd64 2.2.27-2+deb11u3 [626 kB]
#6 16.97 Get:41 http://deb.debian.org/debian bullseye/main amd64 libblkid1 amd64 2.36.1-8+deb11u2 [194 kB]
#6 17.00 Get:42 http://deb.debian.org/debian-security bullseye-security/main amd64 libcom-err2 amd64 1.46.2-2+deb11u1 [74.3 kB]
#6 17.00 Get:43 http://deb.debian.org/debian-security bullseye-security/main amd64 libk5crypto3 amd64 1.18.3-6+deb11u7 [114 kB]
#6 17.01 Get:44 http://deb.debian.org/debian-security bullseye-security/main amd64 libkrb5support0 amd64 1.18.3-6+deb11u7 [66.3 kB]
#6 17.02 Get:45 http://deb.debian.org/debian-security bullseye-security/main amd64 libkrb5-3 amd64 1.18.3-6+deb11u7 [363 kB]
#6 17.06 Get:46 http://deb.debian.org/debian-security bullseye-security/main amd64 libgssapi-krb5-2 amd64 1.18.3-6+deb11u7 [166 kB]
#6 17.08 Get:47 http://deb.debian.org/debian-security bullseye-security/main amd64 libssl1.1 amd64 1.1.1w-0+deb11u5 [1565 kB]
#6 17.22 Get:48 http://deb.debian.org/debian bullseye/main amd64 libmount1 amd64 2.36.1-8+deb11u2 [212 kB]
#6 17.25 Get:49 http://deb.debian.org/debian bullseye/main amd64 libpcre2-8-0 amd64 10.36-2+deb11u1 [248 kB]
#6 17.27 Get:50 http://deb.debian.org/debian-security bullseye-security/main amd64 libsepol1 amd64 3.1-1+deb11u1 [269 kB]
#6 17.29 Get:51 http://deb.debian.org/debian bullseye/main amd64 libsmartcols1 amd64 2.36.1-8+deb11u2 [158 kB]
#6 17.31 Get:52 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB]
#6 17.36 Get:53 http://deb.debian.org/debian bullseye/main amd64 libtinfo6 amd64 6.2+20201114-2+deb11u2 [342 kB]
#6 17.37 Get:54 http://deb.debian.org/debian bullseye/main amd64 libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB]
#6 17.37 Get:55 http://deb.debian.org/debian bullseye/main amd64 libtirpc3 amd64 1.3.1-1+deb11u1 [84.1 kB]
#6 17.39 Get:56 http://deb.debian.org/debian-security bullseye-security/main amd64 libudev1 amd64 247.3-7+deb11u8 [169 kB]
#6 17.39 Get:57 http://deb.debian.org/debian bullseye/main amd64 libuuid1 amd64 2.36.1-8+deb11u2 [83.9 kB]
#6 17.41 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 tzdata all 2025b-0+deb11u2 [307 kB]
#6 17.44 Get:59 http://deb.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1w-0+deb11u5 [859 kB]
#6 17.51 Get:60 http://deb.debian.org/debian-security bullseye-security/main amd64 ca-certificates all 20230311+deb12u1~deb11u1 [169 kB]
#6 17.53 Get:61 http://deb.debian.org/debian-security bullseye-security/main amd64 ucf all 3.0043+deb11u2 [74.3 kB]
#6 17.54 Get:62 http://deb.debian.org/debian-security bullseye-security/main amd64 wget amd64 1.21-1+deb11u2 [964 kB]
#6 17.62 Get:63 http://deb.debian.org/debian-security bullseye-security/main amd64 libnghttp2-14 amd64 1.43.0-1+deb11u2 [77.0 kB]
#6 17.63 Get:64 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2+deb11u1 [156 kB]
#6 17.70 Get:65 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u16 [272 kB]
#6 17.71 Get:66 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u16 [347 kB]
#6 17.75 Get:67 http://deb.debian.org/debian-security bullseye-security/main amd64 libexpat1 amd64 2.2.10-2+deb11u7 [99.2 kB]
#6 17.76 Get:68 http://deb.debian.org/debian-security bullseye-security/main amd64 libpng16-16 amd64 1.6.37-3+deb11u3 [295 kB]
#6 17.79 Get:69 http://deb.debian.org/debian-security bullseye-security/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u2 [418 kB]
#6 17.83 Get:70 http://deb.debian.org/debian-security bullseye-security/main amd64 libss2 amd64 1.46.2-2+deb11u1 [78.9 kB]
#6 17.85 Get:71 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26+deb11u1 [172 kB]
#6 18.59 debconf: delaying package configuration, since apt-utils is not installed
#6 18.71 Fetched 34.4 MB in 3s (9899 kB/s)
#6 18.81 (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 ... 7890 files and directories currently installed.)
#6 18.95 Preparing to unpack .../base-files_11.1+deb11u11_amd64.deb ...
#6 18.97 Unpacking base-files (11.1+deb11u11) over (11.1+deb11u4) ...
#6 19.26 Setting up base-files (11.1+deb11u11) ...
#6 19.27 Installing new version of config file /etc/debian_version ...
#6 19.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 ... 7890 files and directories currently installed.)
#6 19.51 Preparing to unpack .../bsdutils_1%3a2.36.1-8+deb11u2_amd64.deb ...
#6 19.53 Unpacking bsdutils (1:2.36.1-8+deb11u2) over (1:2.36.1-8+deb11u1) ...
#6 19.74 Setting up bsdutils (1:2.36.1-8+deb11u2) ...
#6 19.83 (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 ... 7890 files and directories currently installed.)
#6 19.87 Preparing to unpack .../tar_1.34+dfsg-1+deb11u1_amd64.deb ...
#6 19.89 Unpacking tar (1.34+dfsg-1+deb11u1) over (1.34+dfsg-1) ...
#6 20.74 Setting up tar (1.34+dfsg-1+deb11u1) ...
#6 20.89 (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 ... 7890 files and directories currently installed.)
#6 20.95 Preparing to unpack .../dpkg_1.20.13_amd64.deb ...
#6 20.97 Unpacking dpkg (1.20.13) over (1.20.11) ...
#6 22.41 Setting up dpkg (1.20.13) ...
#6 22.55 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
#6 22.60 Preparing to unpack .../grep_3.6-1+deb11u1_amd64.deb ...
#6 22.61 Unpacking grep (3.6-1+deb11u1) over (3.6-1) ...
#6 23.13 Setting up grep (3.6-1+deb11u1) ...
#6 23.25 (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 ... 7890 files and directories currently installed.)
#6 23.33 Preparing to unpack .../login_1%3a4.8.1-1+deb11u1_amd64.deb ...
#6 23.41 Unpacking login (1:4.8.1-1+deb11u1) over (1:4.8.1-1) ...
#6 24.36 Setting up login (1:4.8.1-1+deb11u1) ...
#6 24.50 (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 ... 7890 files and directories currently installed.)
#6 24.55 Preparing to unpack .../ncurses-bin_6.2+20201114-2+deb11u2_amd64.deb ...
#6 24.57 Unpacking ncurses-bin (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ...
#6 24.83 Setting up ncurses-bin (6.2+20201114-2+deb11u2) ...
#6 24.95 (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 ... 7890 files and directories currently installed.)
#6 25.00 Preparing to unpack .../perl-base_5.32.1-4+deb11u5_amd64.deb ...
#6 25.09 Unpacking perl-base (5.32.1-4+deb11u5) over (5.32.1-4+deb11u2) ...
#6 29.09 Setting up perl-base (5.32.1-4+deb11u5) ...
#6 29.28 (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 ... 7890 files and directories currently installed.)
#6 29.32 Preparing to unpack .../util-linux_2.36.1-8+deb11u2_amd64.deb ...
#6 29.36 Unpacking util-linux (2.36.1-8+deb11u2) over (2.36.1-8+deb11u1) ...
#6 31.25 Setting up util-linux (2.36.1-8+deb11u2) ...
#6 32.05 (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 ... 7890 files and directories currently installed.)
#6 32.08 Preparing to unpack .../libc6_2.31-13+deb11u13_amd64.deb ...
#6 32.49 debconf: unable to initialize frontend: Dialog
#6 32.49 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 32.49 debconf: falling back to frontend: Readline
#6 32.50 debconf: unable to initialize frontend: Readline
#6 32.50 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 32.50 debconf: falling back to frontend: Teletype
#6 32.87 debconf: unable to initialize frontend: Dialog
#6 32.87 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 32.87 debconf: falling back to frontend: Readline
#6 32.88 debconf: unable to initialize frontend: Readline
#6 32.88 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 32.88 debconf: falling back to frontend: Teletype
#6 33.09 Unpacking libc6:amd64 (2.31-13+deb11u13) over (2.31-13+deb11u3) ...
#6 35.43 Setting up libc6:amd64 (2.31-13+deb11u13) ...
#6 35.88 debconf: unable to initialize frontend: Dialog
#6 35.88 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 35.88 debconf: falling back to frontend: Readline
#6 35.89 debconf: unable to initialize frontend: Readline
#6 35.89 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 35.89 debconf: falling back to frontend: Teletype
#6 37.18 (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 ... 7890 files and directories currently installed.)
#6 37.23 Preparing to unpack .../libc-bin_2.31-13+deb11u13_amd64.deb ...
#6 37.25 Unpacking libc-bin (2.31-13+deb11u13) over (2.31-13+deb11u3) ...
#6 37.80 Setting up libc-bin (2.31-13+deb11u13) ...
#6 38.11 (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 ... 7890 files and directories currently installed.)
#6 38.15 Preparing to unpack .../ncurses-base_6.2+20201114-2+deb11u2_all.deb ...
#6 38.17 Unpacking ncurses-base (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ...
#6 38.54 Setting up ncurses-base (6.2+20201114-2+deb11u2) ...
#6 38.66 (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 ... 7890 files and directories currently installed.)
#6 38.71 Preparing to unpack .../libpam0g_1.4.0-9+deb11u2_amd64.deb ...
#6 38.73 Unpacking libpam0g:amd64 (1.4.0-9+deb11u2) over (1.4.0-9+deb11u1) ...
#6 38.91 Setting up libpam0g:amd64 (1.4.0-9+deb11u2) ...
#6 39.33 debconf: unable to initialize frontend: Dialog
#6 39.33 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 39.33 debconf: falling back to frontend: Readline
#6 39.33 debconf: unable to initialize frontend: Readline
#6 39.33 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 39.33 debconf: falling back to frontend: Teletype
#6 39.53 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
#6 39.58 Preparing to unpack .../libpam-modules-bin_1.4.0-9+deb11u2_amd64.deb ...
#6 39.60 Unpacking libpam-modules-bin (1.4.0-9+deb11u2) over (1.4.0-9+deb11u1) ...
#6 39.78 Setting up libpam-modules-bin (1.4.0-9+deb11u2) ...
#6 39.90 (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 ... 7890 files and directories currently installed.)
#6 39.95 Preparing to unpack .../libpam-modules_1.4.0-9+deb11u2_amd64.deb ...
#6 40.37 debconf: unable to initialize frontend: Dialog
#6 40.37 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 40.37 debconf: falling back to frontend: Readline
#6 40.37 debconf: unable to initialize frontend: Readline
#6 40.37 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 40.37 debconf: falling back to frontend: Teletype
#6 40.47 Unpacking libpam-modules:amd64 (1.4.0-9+deb11u2) over (1.4.0-9+deb11u1) ...
#6 41.18 Setting up libpam-modules:amd64 (1.4.0-9+deb11u2) ...
#6 41.23 Installing new version of config file /etc/security/namespace.init ...
#6 41.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 ... 7890 files and directories currently installed.)
#6 41.46 Preparing to unpack .../libsystemd0_247.3-7+deb11u8_amd64.deb ...
#6 41.49 Unpacking libsystemd0:amd64 (247.3-7+deb11u8) over (247.3-7) ...
#6 41.68 Setting up libsystemd0:amd64 (247.3-7+deb11u8) ...
#6 41.77 (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 ... 7890 files and directories currently installed.)
#6 41.82 Preparing to unpack .../logsave_1.46.2-2+deb11u1_amd64.deb ...
#6 41.83 Unpacking logsave (1.46.2-2+deb11u1) over (1.46.2-2) ...
#6 41.95 Preparing to unpack .../libext2fs2_1.46.2-2+deb11u1_amd64.deb ...
#6 41.97 Unpacking libext2fs2:amd64 (1.46.2-2+deb11u1) over (1.46.2-2) ...
#6 42.15 Setting up libext2fs2:amd64 (1.46.2-2+deb11u1) ...
#6 42.27 (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 ... 7890 files and directories currently installed.)
#6 42.32 Preparing to unpack .../e2fsprogs_1.46.2-2+deb11u1_amd64.deb ...
#6 42.36 Unpacking e2fsprogs (1.46.2-2+deb11u1) over (1.46.2-2) ...
#6 42.90 Preparing to unpack .../mount_2.36.1-8+deb11u2_amd64.deb ...
#6 42.92 Unpacking mount (2.36.1-8+deb11u2) over (2.36.1-8+deb11u1) ...
#6 43.19 Preparing to unpack .../libpam-runtime_1.4.0-9+deb11u2_all.deb ...
#6 43.21 Unpacking libpam-runtime (1.4.0-9+deb11u2) over (1.4.0-9+deb11u1) ...
#6 44.04 Setting up libpam-runtime (1.4.0-9+deb11u2) ...
#6 44.42 debconf: unable to initialize frontend: Dialog
#6 44.42 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 44.42 debconf: falling back to frontend: Readline
#6 44.43 debconf: unable to initialize frontend: Readline
#6 44.43 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 44.43 debconf: falling back to frontend: Teletype
#6 44.94 (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 ... 7890 files and directories currently installed.)
#6 45.00 Preparing to unpack .../passwd_1%3a4.8.1-1+deb11u1_amd64.deb ...
#6 45.10 Unpacking passwd (1:4.8.1-1+deb11u1) over (1:4.8.1-1) ...
#6 46.60 Setting up passwd (1:4.8.1-1+deb11u1) ...
#6 46.80 (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 ... 7890 files and directories currently installed.)
#6 46.88 Preparing to unpack .../adduser_3.118+deb11u1_all.deb ...
#6 46.90 Unpacking adduser (3.118+deb11u1) over (3.118) ...
#6 47.45 Setting up adduser (3.118+deb11u1) ...
#6 47.82 debconf: unable to initialize frontend: Dialog
#6 47.82 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 47.82 debconf: falling back to frontend: Readline
#6 47.82 debconf: unable to initialize frontend: Readline
#6 47.82 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 47.82 debconf: falling back to frontend: Teletype
#6 48.06 (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 ... 7890 files and directories currently installed.)
#6 48.09 Preparing to unpack .../debian-archive-keyring_2021.1.1+deb11u1_all.deb ...
#6 48.65 Unpacking debian-archive-keyring (2021.1.1+deb11u1) over (2021.1.1) ...
#6 48.97 Setting up debian-archive-keyring (2021.1.1+deb11u1) ...
#6 49.23 Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-stretch-automatic.gpg ...
#6 49.26 Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-stretch-security-automatic.gpg ...
#6 49.29 Removing obsolete conffile /etc/apt/trusted.gpg.d/debian-archive-stretch-stable.gpg ...
#6 49.40 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
#6 49.45 Preparing to unpack .../00-libksba8_1.5.0-3+deb11u2_amd64.deb ...
#6 49.47 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) over (1.5.0-3) ...
#6 49.61 Preparing to unpack .../01-gpg-wks-client_2.2.27-2+deb11u3_amd64.deb ...
#6 49.62 Unpacking gpg-wks-client (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 49.80 Preparing to unpack .../02-dirmngr_2.2.27-2+deb11u3_amd64.deb ...
#6 49.98 Unpacking dirmngr (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 50.38 Preparing to unpack .../03-gnupg-utils_2.2.27-2+deb11u3_amd64.deb ...
#6 50.40 Unpacking gnupg-utils (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 50.85 Preparing to unpack .../04-gpg-wks-server_2.2.27-2+deb11u3_amd64.deb ...
#6 50.87 Unpacking gpg-wks-server (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 51.05 Preparing to unpack .../05-gpg-agent_2.2.27-2+deb11u3_amd64.deb ...
#6 51.07 Unpacking gpg-agent (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 51.43 Preparing to unpack .../06-gpg_2.2.27-2+deb11u3_amd64.deb ...
#6 51.44 Unpacking gpg (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 51.71 Preparing to unpack .../07-gpgconf_2.2.27-2+deb11u3_amd64.deb ...
#6 51.73 Unpacking gpgconf (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 51.92 Preparing to unpack .../08-gnupg-l10n_2.2.27-2+deb11u3_all.deb ...
#6 51.94 Unpacking gnupg-l10n (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 52.62 Preparing to unpack .../09-gnupg_2.2.27-2+deb11u3_all.deb ...
#6 52.64 Unpacking gnupg (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 52.92 Preparing to unpack .../10-gpgsm_2.2.27-2+deb11u3_amd64.deb ...
#6 52.94 Unpacking gpgsm (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 53.13 Preparing to unpack .../11-libsqlite3-0_3.34.1-3+deb11u1_amd64.deb ...
#6 53.16 Unpacking libsqlite3-0:amd64 (3.34.1-3+deb11u1) over (3.34.1-3) ...
#6 53.48 Preparing to unpack .../12-zlib1g_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
#6 53.49 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2+deb11u2) over (1:1.2.11.dfsg-2+deb11u1) ...
#6 53.62 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
#6 53.72 (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 ... 7890 files and directories currently installed.)
#6 53.76 Preparing to unpack .../libtasn1-6_4.16.0-2+deb11u2_amd64.deb ...
#6 53.78 Unpacking libtasn1-6:amd64 (4.16.0-2+deb11u2) over (4.16.0-2) ...
#6 53.90 Setting up libtasn1-6:amd64 (4.16.0-2+deb11u2) ...
#6 54.00 (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 ... 7890 files and directories currently installed.)
#6 54.04 Preparing to unpack .../libgnutls30_3.7.1-5+deb11u9_amd64.deb ...
#6 54.06 Unpacking libgnutls30:amd64 (3.7.1-5+deb11u9) over (3.7.1-5+deb11u1) ...
#6 54.64 Setting up libgnutls30:amd64 (3.7.1-5+deb11u9) ...
#6 54.73 (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 ... 7890 files and directories currently installed.)
#6 54.79 Preparing to unpack .../gpgv_2.2.27-2+deb11u3_amd64.deb ...
#6 54.83 Unpacking gpgv (2.2.27-2+deb11u3) over (2.2.27-2+deb11u2) ...
#6 55.07 Setting up gpgv (2.2.27-2+deb11u3) ...
#6 55.21 (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 ... 7890 files and directories currently installed.)
#6 55.28 Preparing to unpack .../libblkid1_2.36.1-8+deb11u2_amd64.deb ...
#6 55.29 Unpacking libblkid1:amd64 (2.36.1-8+deb11u2) over (2.36.1-8+deb11u1) ...
#6 55.46 Setting up libblkid1:amd64 (2.36.1-8+deb11u2) ...
#6 55.56 (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 ... 7890 files and directories currently installed.)
#6 55.61 Preparing to unpack .../libcom-err2_1.46.2-2+deb11u1_amd64.deb ...
#6 55.63 Unpacking libcom-err2:amd64 (1.46.2-2+deb11u1) over (1.46.2-2) ...
#6 55.75 Setting up libcom-err2:amd64 (1.46.2-2+deb11u1) ...
#6 55.89 (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 ... 7890 files and directories currently installed.)
#6 55.95 Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u7_amd64.deb ...
#6 55.98 Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u1) ...
#6 56.11 Setting up libk5crypto3:amd64 (1.18.3-6+deb11u7) ...
#6 56.21 (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 ... 7890 files and directories currently installed.)
#6 56.26 Preparing to unpack .../libkrb5support0_1.18.3-6+deb11u7_amd64.deb ...
#6 56.28 Unpacking libkrb5support0:amd64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u1) ...
#6 56.48 Setting up libkrb5support0:amd64 (1.18.3-6+deb11u7) ...
#6 56.62 (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 ... 7890 files and directories currently installed.)
#6 56.69 Preparing to unpack .../libkrb5-3_1.18.3-6+deb11u7_amd64.deb ...
#6 56.71 Unpacking libkrb5-3:amd64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u1) ...
#6 56.94 Setting up libkrb5-3:amd64 (1.18.3-6+deb11u7) ...
#6 57.05 (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 ... 7890 files and directories currently installed.)
#6 57.09 Preparing to unpack .../libgssapi-krb5-2_1.18.3-6+deb11u7_amd64.deb ...
#6 57.10 Unpacking libgssapi-krb5-2:amd64 (1.18.3-6+deb11u7) over (1.18.3-6+deb11u1) ...
#6 57.28 Setting up libgssapi-krb5-2:amd64 (1.18.3-6+deb11u7) ...
#6 57.41 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
#6 57.46 Preparing to unpack .../libssl1.1_1.1.1w-0+deb11u5_amd64.deb ...
#6 57.48 Unpacking libssl1.1:amd64 (1.1.1w-0+deb11u5) over (1.1.1n-0+deb11u3) ...
#6 58.02 Setting up libssl1.1:amd64 (1.1.1w-0+deb11u5) ...
#6 58.46 debconf: unable to initialize frontend: Dialog
#6 58.46 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 58.46 debconf: falling back to frontend: Readline
#6 58.47 debconf: unable to initialize frontend: Readline
#6 58.47 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 58.47 debconf: falling back to frontend: Teletype
#6 58.69 (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 ... 7890 files and directories currently installed.)
#6 58.73 Preparing to unpack .../libmount1_2.36.1-8+deb11u2_amd64.deb ...
#6 58.75 Unpacking libmount1:amd64 (2.36.1-8+deb11u2) over (2.36.1-8+deb11u1) ...
#6 58.93 Setting up libmount1:amd64 (2.36.1-8+deb11u2) ...
#6 59.06 (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 ... 7890 files and directories currently installed.)
#6 59.11 Preparing to unpack .../libpcre2-8-0_10.36-2+deb11u1_amd64.deb ...
#6 59.13 Unpacking libpcre2-8-0:amd64 (10.36-2+deb11u1) over (10.36-2) ...
#6 59.30 Setting up libpcre2-8-0:amd64 (10.36-2+deb11u1) ...
#6 59.41 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
#6 59.46 Preparing to unpack .../libsepol1_3.1-1+deb11u1_amd64.deb ...
#6 59.48 Unpacking libsepol1:amd64 (3.1-1+deb11u1) over (3.1-1) ...
#6 59.71 Setting up libsepol1:amd64 (3.1-1+deb11u1) ...
#6 59.82 (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 ... 7890 files and directories currently installed.)
#6 59.88 Preparing to unpack .../libsmartcols1_2.36.1-8+deb11u2_amd64.deb ...
#6 59.90 Unpacking libsmartcols1:amd64 (2.36.1-8+deb11u2) over (2.36.1-8+deb11u1) ...
#6 60.06 Setting up libsmartcols1:amd64 (2.36.1-8+deb11u2) ...
#6 60.19 (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 ... 7890 files and directories currently installed.)
#6 60.26 Preparing to unpack .../libncursesw6_6.2+20201114-2+deb11u2_amd64.deb ...
#6 60.28 Unpacking libncursesw6:amd64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ...
#6 60.47 Preparing to unpack .../libtinfo6_6.2+20201114-2+deb11u2_amd64.deb ...
#6 60.49 Unpacking libtinfo6:amd64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ...
#6 60.69 Setting up libtinfo6:amd64 (6.2+20201114-2+deb11u2) ...
#6 60.79 (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 ... 7890 files and directories currently installed.)
#6 60.83 Preparing to unpack .../libtirpc-common_1.3.1-1+deb11u1_all.deb ...
#6 60.85 Unpacking libtirpc-common (1.3.1-1+deb11u1) over (1.3.1-1) ...
#6 60.99 Setting up libtirpc-common (1.3.1-1+deb11u1) ...
#6 61.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 ... 7890 files and directories currently installed.)
#6 61.14 Preparing to unpack .../libtirpc3_1.3.1-1+deb11u1_amd64.deb ...
#6 61.16 Unpacking libtirpc3:amd64 (1.3.1-1+deb11u1) over (1.3.1-1) ...
#6 61.29 Setting up libtirpc3:amd64 (1.3.1-1+deb11u1) ...
#6 61.41 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7890 files and directories currently installed.)
#6 61.47 Preparing to unpack .../libudev1_247.3-7+deb11u8_amd64.deb ...
#6 61.49 Unpacking libudev1:amd64 (247.3-7+deb11u8) over (247.3-7) ...
#6 61.62 Setting up libudev1:amd64 (247.3-7+deb11u8) ...
#6 61.72 (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 ... 7890 files and directories currently installed.)
#6 61.76 Preparing to unpack .../libuuid1_2.36.1-8+deb11u2_amd64.deb ...
#6 61.77 Unpacking libuuid1:amd64 (2.36.1-8+deb11u2) over (2.36.1-8+deb11u1) ...
#6 61.89 Setting up libuuid1:amd64 (2.36.1-8+deb11u2) ...
#6 62.01 (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 ... 7890 files and directories currently installed.)
#6 62.08 Preparing to unpack .../00-tzdata_2025b-0+deb11u2_all.deb ...
#6 62.09 Unpacking tzdata (2025b-0+deb11u2) over (2021a-1+deb11u4) ...
#6 68.83 Preparing to unpack .../01-openssl_1.1.1w-0+deb11u5_amd64.deb ...
#6 68.85 Unpacking openssl (1.1.1w-0+deb11u5) over (1.1.1n-0+deb11u3) ...
#6 69.51 Preparing to unpack .../02-ca-certificates_20230311+deb12u1~deb11u1_all.deb ...
#6 69.52 Unpacking ca-certificates (20230311+deb12u1~deb11u1) over (20210119) ...
#6 70.46 Preparing to unpack .../03-ucf_3.0043+deb11u2_all.deb ...
#6 70.48 Unpacking ucf (3.0043+deb11u2) over (3.0043) ...
#6 70.77 Preparing to unpack .../04-wget_1.21-1+deb11u2_amd64.deb ...
#6 70.80 Unpacking wget (1.21-1+deb11u2) over (1.21-1+deb11u1) ...
#6 71.57 Preparing to unpack .../05-libnghttp2-14_1.43.0-1+deb11u2_amd64.deb ...
#6 71.59 Unpacking libnghttp2-14:amd64 (1.43.0-1+deb11u2) over (1.43.0-1) ...
#6 71.75 Preparing to unpack .../06-libssh2-1_1.9.0-2+deb11u1_amd64.deb ...
#6 71.78 Unpacking libssh2-1:amd64 (1.9.0-2+deb11u1) over (1.9.0-2) ...
#6 71.91 Preparing to unpack .../07-curl_7.74.0-1.3+deb11u16_amd64.deb ...
#6 71.93 Unpacking curl (7.74.0-1.3+deb11u16) over (7.74.0-1.3+deb11u1) ...
#6 72.15 Preparing to unpack .../08-libcurl4_7.74.0-1.3+deb11u16_amd64.deb ...
#6 72.18 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u16) over (7.74.0-1.3+deb11u1) ...
#6 72.41 Preparing to unpack .../09-libexpat1_2.2.10-2+deb11u7_amd64.deb ...
#6 72.43 Unpacking libexpat1:amd64 (2.2.10-2+deb11u7) over (2.2.10-2+deb11u3) ...
#6 72.57 Preparing to unpack .../10-libpng16-16_1.6.37-3+deb11u3_amd64.deb ...
#6 72.59 Unpacking libpng16-16:amd64 (1.6.37-3+deb11u3) over (1.6.37-3) ...
#6 72.76 Preparing to unpack .../11-libfreetype6_2.10.4+dfsg-1+deb11u2_amd64.deb ...
#6 72.78 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) over (2.10.4+dfsg-1+deb11u1) ...
#6 72.98 Preparing to unpack .../12-libss2_1.46.2-2+deb11u1_amd64.deb ...
#6 73.00 Unpacking libss2:amd64 (1.46.2-2+deb11u1) over (1.46.2-2) ...
#6 73.11 Preparing to unpack .../13-unzip_6.0-26+deb11u1_amd64.deb ...
#6 73.13 Unpacking unzip (6.0-26+deb11u1) over (6.0-26) ...
#6 73.33 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
#6 73.36 Setting up libexpat1:amd64 (2.2.10-2+deb11u7) ...
#6 73.37 Setting up wget (1.21-1+deb11u2) ...
#6 73.39 Setting up unzip (6.0-26+deb11u1) ...
#6 73.41 Setting up libsqlite3-0:amd64 (3.34.1-3+deb11u1) ...
#6 73.43 Setting up libnghttp2-14:amd64 (1.43.0-1+deb11u2) ...
#6 73.45 Setting up tzdata (2025b-0+deb11u2) ...
#6 73.82 debconf: unable to initialize frontend: Dialog
#6 73.82 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 73.82 debconf: falling back to frontend: Readline
#6 73.82 debconf: unable to initialize frontend: Readline
#6 73.82 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 73.82 debconf: falling back to frontend: Teletype
#6 74.01
#6 74.01 Current default time zone: 'Etc/UTC'
#6 74.04 Local time is now: Sun Apr 19 14:26:30 UTC 2026.
#6 74.04 Universal Time is now: Sun Apr 19 14:26:30 UTC 2026.
#6 74.04 Run 'dpkg-reconfigure tzdata' if you wish to change it.
#6 74.04
#6 74.10 Setting up gnupg-l10n (2.2.27-2+deb11u3) ...
#6 74.12 Setting up libpng16-16:amd64 (1.6.37-3+deb11u3) ...
#6 74.14 Setting up libss2:amd64 (1.46.2-2+deb11u1) ...
#6 74.16 Setting up ucf (3.0043+deb11u2) ...
#6 74.51 debconf: unable to initialize frontend: Dialog
#6 74.51 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 74.51 debconf: falling back to frontend: Readline
#6 74.52 debconf: unable to initialize frontend: Readline
#6 74.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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 74.52 debconf: falling back to frontend: Teletype
#6 74.63 Setting up libncursesw6:amd64 (6.2+20201114-2+deb11u2) ...
#6 74.65 Setting up logsave (1.46.2-2+deb11u1) ...
#6 74.66 Setting up mount (2.36.1-8+deb11u2) ...
#6 74.68 Setting up gpgconf (2.2.27-2+deb11u3) ...
#6 74.70 Setting up libssh2-1:amd64 (1.9.0-2+deb11u1) ...
#6 74.71 Setting up openssl (1.1.1w-0+deb11u5) ...
#6 74.74 Setting up gpg (2.2.27-2+deb11u3) ...
#6 74.75 Setting up gnupg-utils (2.2.27-2+deb11u3) ...
#6 74.78 Setting up gpg-agent (2.2.27-2+deb11u3) ...
#6 77.09 Setting up gpgsm (2.2.27-2+deb11u3) ...
#6 77.10 Setting up e2fsprogs (1.46.2-2+deb11u1) ...
#6 78.22 Setting up dirmngr (2.2.27-2+deb11u3) ...
#6 78.83 Setting up ca-certificates (20230311+deb12u1~deb11u1) ...
#6 79.22 debconf: unable to initialize frontend: Dialog
#6 79.22 debconf: (TERM is not set, so the dialog frontend is not usable.)
#6 79.22 debconf: falling back to frontend: Readline
#6 79.23 debconf: unable to initialize frontend: Readline
#6 79.23 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.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#6 79.23 debconf: falling back to frontend: Teletype
#6 87.92 Updating certificates in /etc/ssl/certs...
#6 92.66 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
#6 92.73 28 added, 15 removed; done.
#6 92.82 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ...
#6 92.84 Setting up gpg-wks-server (2.2.27-2+deb11u3) ...
#6 92.86 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u16) ...
#6 92.88 Setting up curl (7.74.0-1.3+deb11u16) ...
#6 92.90 Setting up gpg-wks-client (2.2.27-2+deb11u3) ...
#6 92.92 Setting up gnupg (2.2.27-2+deb11u3) ...
#6 92.94 Processing triggers for libc-bin (2.31-13+deb11u13) ...
#6 93.00 Processing triggers for ca-certificates (20230311+deb12u1~deb11u1) ...
#6 93.02 Updating certificates in /etc/ssl/certs...
#6 96.30 0 added, 0 removed; done.
#6 96.30 Running hooks in /etc/ca-certificates/update.d...
#6 96.52 done.
#6 96.69 Reading package lists...
#6 99.18 Building dependency tree...
#6 99.59 Reading state information...
#6 100.2 wget is already the newest version (1.21-1+deb11u2).
#6 100.2 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#6 DONE 100.4s
#7 [ 3/13] RUN wget http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/elastic-apm-agent/1.47.1/elastic-apm-agent-1.47.1.jar
#7 0.950 --2026-04-19 14:26:57-- http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/elastic-apm-agent/1.47.1/elastic-apm-agent-1.47.1.jar
#7 0.950 Resolving www.313.co.kr (www.313.co.kr)... 117.52.171.35
#7 0.993 Connecting to www.313.co.kr (www.313.co.kr)|117.52.171.35|:80... connected.
#7 0.996 HTTP request sent, awaiting response... 200 OK
#7 1.040 Length: 11292595 (11M) [application/java-archive]
#7 1.041 Saving to: ‘elastic-apm-agent-1.47.1.jar’
#7 1.041
#7 1.041 0K .......... .......... .......... .......... .......... 0% 6.63M 2s
#7 1.048 50K .......... .......... .......... .......... .......... 0% 3.86M 2s
#7 1.060 100K .......... .......... .......... .......... .......... 1% 6.35M 2s
#7 1.069 150K .......... .......... .......... .......... .......... 1% 3.65M 2s
#7 1.081 200K .......... .......... .......... .......... .......... 2% 6.25M 2s
#7 1.089 250K .......... .......... .......... .......... .......... 2% 3.69M 2s
#7 1.103 300K .......... .......... .......... .......... .......... 3% 19.5M 2s
#7 1.110 350K .......... .......... .......... .......... .......... 3% 11.1M 2s
#7 1.110 400K .......... .......... .......... .......... .......... 4% 5.70M 2s
#7 1.120 450K .......... .......... .......... .......... .......... 4% 4.72M 2s
#7 1.129 500K .......... .......... .......... .......... .......... 4% 4.54M 2s
#7 1.140 550K .......... .......... .......... .......... .......... 5% 3.84M 2s
#7 1.152 600K .......... .......... .......... .......... .......... 5% 4.07M 2s
#7 1.165 650K .......... .......... .......... .......... .......... 6% 3.93M 2s
#7 1.177 700K .......... .......... .......... .......... .......... 6% 5.67M 2s
#7 1.185 750K .......... .......... .......... .......... .......... 7% 6.74M 2s
#7 1.197 800K .......... .......... .......... .......... .......... 7% 3.53M 2s
#7 1.206 850K .......... .......... .......... .......... .......... 8% 6.29M 2s
#7 1.214 900K .......... .......... .......... .......... .......... 8% 3.39M 2s
#7 1.229 950K .......... .......... .......... .......... .......... 9% 8.03M 2s
#7 1.236 1000K .......... .......... .......... .......... .......... 9% 3.77M 2s
#7 1.249 1050K .......... .......... .......... .......... .......... 9% 6.52M 2s
#7 1.256 1100K .......... .......... .......... .......... .......... 10% 3.39M 2s
#7 1.271 1150K .......... .......... .......... .......... .......... 10% 4.91M 2s
#7 1.280 1200K .......... .......... .......... .......... .......... 11% 6.12M 2s
#7 1.288 1250K .......... .......... .......... .......... .......... 11% 4.93M 2s
#7 1.297 1300K .......... .......... .......... .......... .......... 12% 4.89M 2s
#7 1.307 1350K .......... .......... .......... .......... .......... 12% 4.03M 2s
#7 1.318 1400K .......... .......... .......... .......... .......... 13% 3.13M 2s
#7 1.335 1450K .......... .......... .......... .......... .......... 13% 4.00M 2s
#7 1.348 1500K .......... .......... .......... .......... .......... 14% 4.70M 2s
#7 1.359 1550K .......... .......... .......... .......... .......... 14% 5.90M 2s
#7 1.366 1600K .......... .......... .......... .......... .......... 14% 19.4M 2s
#7 1.369 1650K .......... .......... .......... .......... .......... 15% 3.70M 2s
#7 1.382 1700K .......... .......... .......... .......... .......... 15% 5.93M 2s
#7 1.391 1750K .......... .......... .......... .......... .......... 16% 5.55M 2s
#7 1.399 1800K .......... .......... .......... .......... .......... 16% 7.27M 2s
#7 1.405 1850K .......... .......... .......... .......... .......... 17% 5.03M 2s
#7 1.416 1900K .......... .......... .......... .......... .......... 17% 4.81M 2s
#7 1.425 1950K .......... .......... .......... .......... .......... 18% 2.89M 2s
#7 1.444 2000K .......... .......... .......... .......... .......... 18% 3.46M 2s
#7 1.458 2050K .......... .......... .......... .......... .......... 19% 12.8M 2s
#7 1.460 2100K .......... .......... .......... .......... .......... 19% 2.87M 2s
#7 1.477 2150K .......... .......... .......... .......... .......... 19% 3.63M 2s
#7 1.491 2200K .......... .......... .......... .......... .......... 20% 4.16M 2s
#7 1.502 2250K .......... .......... .......... .......... .......... 20% 2.86M 2s
#7 1.520 2300K .......... .......... .......... .......... .......... 21% 3.15M 2s
#7 1.536 2350K .......... .......... .......... .......... .......... 21% 2.92M 2s
#7 1.551 2400K .......... .......... .......... .......... .......... 22% 3.13M 2s
#7 1.567 2450K .......... .......... .......... .......... .......... 22% 3.55M 2s
#7 1.581 2500K .......... .......... .......... .......... .......... 23% 3.21M 2s
#7 1.596 2550K .......... .......... .......... .......... .......... 23% 3.54M 2s
#7 1.609 2600K .......... .......... .......... .......... .......... 24% 3.69M 2s
#7 1.624 2650K .......... .......... .......... .......... .......... 24% 8.60M 2s
#7 1.629 2700K .......... .......... .......... .......... .......... 24% 3.50M 2s
#7 1.646 2750K .......... .......... .......... .......... .......... 25% 7.74M 2s
#7 1.652 2800K .......... .......... .......... .......... .......... 25% 8.71M 2s
#7 1.655 2850K .......... .......... .......... .......... .......... 26% 3.99M 2s
#7 1.667 2900K .......... .......... .......... .......... .......... 26% 12.0M 2s
#7 1.673 2950K .......... .......... .......... .......... .......... 27% 5.38M 2s
#7 1.684 3000K .......... .......... .......... .......... .......... 27% 9.89M 2s
#7 1.686 3050K .......... .......... .......... .......... .......... 28% 12.4M 2s
#7 1.690 3100K .......... .......... .......... .......... .......... 28% 14.9M 2s
#7 1.693 3150K .......... .......... .......... .......... .......... 29% 9.40M 2s
#7 1.702 3200K .......... .......... .......... .......... .......... 29% 8.31M 2s
#7 1.704 3250K .......... .......... .......... .......... .......... 29% 6.93M 2s
#7 1.714 3300K .......... .......... .......... .......... .......... 30% 12.4M 2s
#7 1.714 3350K .......... .......... .......... .......... .......... 30% 8.21M 2s
#7 1.721 3400K .......... .......... .......... .......... .......... 31% 10.3M 2s
#7 1.726 3450K .......... .......... .......... .......... .......... 31% 9.58M 1s
#7 1.730 3500K .......... .......... .......... .......... .......... 32% 10.9M 1s
#7 1.735 3550K .......... .......... .......... .......... .......... 32% 5.03M 1s
#7 1.745 3600K .......... .......... .......... .......... .......... 33% 6.70M 1s
#7 1.752 3650K .......... .......... .......... .......... .......... 33% 14.9M 1s
#7 1.757 3700K .......... .......... .......... .......... .......... 34% 5.78M 1s
#7 1.764 3750K .......... .......... .......... .......... .......... 34% 5.45M 1s
#7 1.775 3800K .......... .......... .......... .......... .......... 34% 10.7M 1s
#7 1.780 3850K .......... .......... .......... .......... .......... 35% 4.89M 1s
#7 1.787 3900K .......... .......... .......... .......... .......... 35% 14.2M 1s
#7 1.804 3950K .......... .......... .......... .......... .......... 36% 5.48M 1s
#7 1.804 4000K .......... .......... .......... .......... .......... 36% 18.3M 1s
#7 1.804 4050K .......... .......... .......... .......... .......... 37% 14.5M 1s
#7 1.813 4100K .......... .......... .......... .......... .......... 37% 8.31M 1s
#7 1.813 4150K .......... .......... .......... .......... .......... 38% 2.35M 1s
#7 1.837 4200K .......... .......... .......... .......... .......... 38% 7.82M 1s
#7 1.838 4250K .......... .......... .......... .......... .......... 38% 10.4M 1s
#7 1.844 4300K .......... .......... .......... .......... .......... 39% 14.4M 1s
#7 1.848 4350K .......... .......... .......... .......... .......... 39% 16.9M 1s
#7 1.857 4400K .......... .......... .......... .......... .......... 40% 18.3M 1s
#7 1.858 4450K .......... .......... .......... .......... .......... 40% 7.53M 1s
#7 1.858 4500K .......... .......... .......... .......... .......... 41% 9.19M 1s
#7 1.863 4550K .......... .......... .......... .......... .......... 41% 4.48M 1s
#7 1.874 4600K .......... .......... .......... .......... .......... 42% 3.48M 1s
#7 1.888 4650K .......... .......... .......... .......... .......... 42% 6.15M 1s
#7 1.904 4700K .......... .......... .......... .......... .......... 43% 6.55M 1s
#7 1.904 4750K .......... .......... .......... .......... .......... 43% 2.74M 1s
#7 1.925 4800K .......... .......... .......... .......... .......... 43% 27.8M 1s
#7 1.925 4850K .......... .......... .......... .......... .......... 44% 4.66M 1s
#7 1.936 4900K .......... .......... .......... .......... .......... 44% 22.2M 1s
#7 1.936 4950K .......... .......... .......... .......... .......... 45% 7.56M 1s
#7 1.952 5000K .......... .......... .......... .......... .......... 45% 7.24M 1s
#7 1.952 5050K .......... .......... .......... .......... .......... 46% 6.80M 1s
#7 1.957 5100K .......... .......... .......... .......... .......... 46% 11.4M 1s
#7 1.962 5150K .......... .......... .......... .......... .......... 47% 12.3M 1s
#7 1.966 5200K .......... .......... .......... .......... .......... 47% 17.2M 1s
#7 1.969 5250K .......... .......... .......... .......... .......... 48% 5.95M 1s
#7 1.981 5300K .......... .......... .......... .......... .......... 48% 15.0M 1s
#7 1.981 5350K .......... .......... .......... .......... .......... 48% 17.1M 1s
#7 1.985 5400K .......... .......... .......... .......... .......... 49% 9.74M 1s
#7 1.990 5450K .......... .......... .......... .......... .......... 49% 5.69M 1s
#7 1.995 5500K .......... .......... .......... .......... .......... 50% 7.34M 1s
#7 2.006 5550K .......... .......... .......... .......... .......... 50% 7.87M 1s
#7 2.018 5600K .......... .......... .......... .......... .......... 51% 23.4M 1s
#7 2.018 5650K .......... .......... .......... .......... .......... 51% 7.53M 1s
#7 2.018 5700K .......... .......... .......... .......... .......... 52% 10.3M 1s
#7 2.021 5750K .......... .......... .......... .......... .......... 52% 4.43M 1s
#7 2.044 5800K .......... .......... .......... .......... .......... 53% 10.4M 1s
#7 2.044 5850K .......... .......... .......... .......... .......... 53% 18.1M 1s
#7 2.044 5900K .......... .......... .......... .......... .......... 53% 16.8M 1s
#7 2.044 5950K .......... .......... .......... .......... .......... 54% 4.19M 1s
#7 2.054 6000K .......... .......... .......... .......... .......... 54% 10.0M 1s
#7 2.060 6050K .......... .......... .......... .......... .......... 55% 2.50M 1s
#7 2.086 6100K .......... .......... .......... .......... .......... 55% 7.09M 1s
#7 2.088 6150K .......... .......... .......... .......... .......... 56% 6.60M 1s
#7 2.101 6200K .......... .......... .......... .......... .......... 56% 14.2M 1s
#7 2.105 6250K .......... .......... .......... .......... .......... 57% 12.6M 1s
#7 2.105 6300K .......... .......... .......... .......... .......... 57% 14.3M 1s
#7 2.105 6350K .......... .......... .......... .......... .......... 58% 30.7M 1s
#7 2.105 6400K .......... .......... .......... .......... .......... 58% 3.31M 1s
#7 2.129 6450K .......... .......... .......... .......... .......... 58% 8.55M 1s
#7 2.129 6500K .......... .......... .......... .......... .......... 59% 21.2M 1s
#7 2.129 6550K .......... .......... .......... .......... .......... 59% 12.5M 1s
#7 2.138 6600K .......... .......... .......... .......... .......... 60% 3.63M 1s
#7 2.146 6650K .......... .......... .......... .......... .......... 60% 8.43M 1s
#7 2.162 6700K .......... .......... .......... .......... .......... 61% 18.3M 1s
#7 2.162 6750K .......... .......... .......... .......... .......... 61% 5.64M 1s
#7 2.165 6800K .......... .......... .......... .......... .......... 62% 9.95M 1s
#7 2.173 6850K .......... .......... .......... .......... .......... 62% 9.26M 1s
#7 2.176 6900K .......... .......... .......... .......... .......... 63% 25.9M 1s
#7 2.176 6950K .......... .......... .......... .......... .......... 63% 5.03M 1s
#7 2.187 7000K .......... .......... .......... .......... .......... 63% 20.6M 1s
#7 2.187 7050K .......... .......... .......... .......... .......... 64% 7.51M 1s
#7 2.194 7100K .......... .......... .......... .......... .......... 64% 5.06M 1s
#7 2.204 7150K .......... .......... .......... .......... .......... 65% 15.2M 1s
#7 2.206 7200K .......... .......... .......... .......... .......... 65% 2.90M 1s
#7 2.237 7250K .......... .......... .......... .......... .......... 66% 5.16M 1s
#7 2.237 7300K .......... .......... .......... .......... .......... 66% 22.0M 1s
#7 2.237 7350K .......... .......... .......... .......... .......... 67% 15.7M 1s
#7 2.240 7400K .......... .......... .......... .......... .......... 67% 16.9M 1s
#7 2.243 7450K .......... .......... .......... .......... .......... 68% 26.3M 1s
#7 2.245 7500K .......... .......... .......... .......... .......... 68% 6.86M 1s
#7 2.251 7550K .......... .......... .......... .......... .......... 68% 4.25M 1s
#7 2.261 7600K .......... .......... .......... .......... .......... 69% 5.97M 1s
#7 2.271 7650K .......... .......... .......... .......... .......... 69% 12.9M 1s
#7 2.277 7700K .......... .......... .......... .......... .......... 70% 15.7M 1s
#7 2.277 7750K .......... .......... .......... .......... .......... 70% 5.10M 1s
#7 2.291 7800K .......... .......... .......... .......... .......... 71% 8.57M 1s
#7 2.295 7850K .......... .......... .......... .......... .......... 71% 10.9M 0s
#7 2.296 7900K .......... .......... .......... .......... .......... 72% 10.8M 0s
#7 2.308 7950K .......... .......... .......... .......... .......... 72% 10.6M 0s
#7 2.308 8000K .......... .......... .......... .......... .......... 72% 10.5M 0s
#7 2.311 8050K .......... .......... .......... .......... .......... 73% 9.94M 0s
#7 2.327 8100K .......... .......... .......... .......... .......... 73% 11.0M 0s
#7 2.327 8150K .......... .......... .......... .......... .......... 74% 13.3M 0s
#7 2.327 8200K .......... .......... .......... .......... .......... 74% 7.79M 0s
#7 2.329 8250K .......... .......... .......... .......... .......... 75% 9.63M 0s
#7 2.338 8300K .......... .......... .......... .......... .......... 75% 9.46M 0s
#7 2.339 8350K .......... .......... .......... .......... .......... 76% 13.1M 0s
#7 2.346 8400K .......... .......... .......... .......... .......... 76% 7.03M 0s
#7 2.351 8450K .......... .......... .......... .......... .......... 77% 10.5M 0s
#7 2.358 8500K .......... .......... .......... .......... .......... 77% 10.3M 0s
#7 2.359 8550K .......... .......... .......... .......... .......... 77% 4.11M 0s
#7 2.374 8600K .......... .......... .......... .......... .......... 78% 7.97M 0s
#7 2.386 8650K .......... .......... .......... .......... .......... 78% 2.61M 0s
#7 2.415 8700K .......... .......... .......... .......... .......... 79% 25.7M 0s
#7 2.415 8750K .......... .......... .......... .......... .......... 79% 25.4M 0s
#7 2.415 8800K .......... .......... .......... .......... .......... 80% 20.4M 0s
#7 2.416 8850K .......... .......... .......... .......... .......... 80% 24.5M 0s
#7 2.416 8900K .......... .......... .......... .......... .......... 81% 33.6M 0s
#7 2.416 8950K .......... .......... .......... .......... .......... 81% 15.3M 0s
#7 2.416 9000K .......... .......... .......... .......... .......... 82% 14.0M 0s
#7 2.416 9050K .......... .......... .......... .......... .......... 82% 10.5M 0s
#7 2.417 9100K .......... .......... .......... .......... .......... 82% 8.69M 0s
#7 2.424 9150K .......... .......... .......... .......... .......... 83% 13.3M 0s
#7 2.429 9200K .......... .......... .......... .......... .......... 83% 4.03M 0s
#7 2.447 9250K .......... .......... .......... .......... .......... 84% 23.9M 0s
#7 2.447 9300K .......... .......... .......... .......... .......... 84% 23.7M 0s
#7 2.447 9350K .......... .......... .......... .......... .......... 85% 3.60M 0s
#7 2.487 9400K .......... .......... .......... .......... .......... 85% 26.7M 0s
#7 2.487 9450K .......... .......... .......... .......... .......... 86% 8.83M 0s
#7 2.487 9500K .......... .......... .......... .......... .......... 86% 6.46M 0s
#7 2.487 9550K .......... .......... .......... .......... .......... 87% 13.8M 0s
#7 2.487 9600K .......... .......... .......... .......... .......... 87% 29.2M 0s
#7 2.487 9650K .......... .......... .......... .......... .......... 87% 12.3M 0s
#7 2.487 9700K .......... .......... .......... .......... .......... 88% 3.85M 0s
#7 2.519 9750K .......... .......... .......... .......... .......... 88% 1.82M 0s
#7 2.524 9800K .......... .......... .......... .......... .......... 89% 2.07M 0s
#7 2.556 9850K .......... .......... .......... .......... .......... 89% 1.41M 0s
#7 2.578 9900K .......... .......... .......... .......... .......... 90% 9.11M 0s
#7 2.585 9950K .......... .......... .......... .......... .......... 90% 25.0M 0s
#7 2.613 10000K .......... .......... .......... .......... .......... 91% 25.3M 0s
#7 2.613 10050K .......... .......... .......... .......... .......... 91% 14.1M 0s
#7 2.613 10100K .......... .......... .......... .......... .......... 92% 22.6M 0s
#7 2.613 10150K .......... .......... .......... .......... .......... 92% 25.8M 0s
#7 2.613 10200K .......... .......... .......... .......... .......... 92% 18.9M 0s
#7 2.613 10250K .......... .......... .......... .......... .......... 93% 16.5M 0s
#7 2.613 10300K .......... .......... .......... .......... .......... 93% 23.4M 0s
#7 2.613 10350K .......... .......... .......... .......... .......... 94% 18.3M 0s
#7 2.613 10400K .......... .......... .......... .......... .......... 94% 21.8M 0s
#7 2.613 10450K .......... .......... .......... .......... .......... 95% 22.6M 0s
#7 2.613 10500K .......... .......... .......... .......... .......... 95% 18.2M 0s
#7 2.613 10550K .......... .......... .......... .......... .......... 96% 19.5M 0s
#7 2.619 10600K .......... .......... .......... .......... .......... 96% 25.7M 0s
#7 2.619 10650K .......... .......... .......... .......... .......... 97% 31.8M 0s
#7 2.619 10700K .......... .......... .......... .......... .......... 97% 20.8M 0s
#7 2.623 10750K .......... .......... .......... .......... .......... 97% 30.8M 0s
#7 2.636 10800K .......... .......... .......... .......... .......... 98% 11.3M 0s
#7 2.636 10850K .......... .......... .......... .......... .......... 98% 3.34M 0s
#7 2.648 10900K .......... .......... .......... .......... .......... 99% 34.0M 0s
#7 2.650 10950K .......... .......... .......... .......... .......... 99% 40.1M 0s
#7 2.650 11000K .......... .......... ....... 100% 23.8M=1.6s
#7 2.650
#7 2.650 2026-04-19 14:26:59 (6.71 MB/s) - ‘elastic-apm-agent-1.47.1.jar’ saved [11292595/11292595]
#7 2.650
#7 DONE 2.8s
#8 [ 4/13] RUN mv elastic-apm-agent-1.47.1.jar ./elastic-apm-agent.jar
#8 DONE 1.0s
#9 [ 5/13] COPY docker-entrypoint.sh docker-entrypoint.sh
#9 DONE 0.2s
#10 [ 6/13] COPY Java-Service-Tree-Framework-Middle-Proxy-26.4.9.jar javaServiceTreeFramework.jar
#10 DONE 1.1s
#11 [ 7/13] RUN chmod +x /docker-entrypoint.sh
#11 DONE 0.9s
#12 [ 8/13] RUN wget http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/cert_313/2025/cert_313-2025.tar.gz
#12 0.980 --2026-04-19 14:27:03-- http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/cert_313/2025/cert_313-2025.tar.gz
#12 0.980 Resolving www.313.co.kr (www.313.co.kr)... 117.52.171.35
#12 1.022 Connecting to www.313.co.kr (www.313.co.kr)|117.52.171.35|:80... connected.
#12 1.025 HTTP request sent, awaiting response... 200 OK
#12 1.059 Length: 15350 (15K) [application/x-gzip]
#12 1.059 Saving to: ‘cert_313-2025.tar.gz’
#12 1.059
#12 1.059 0K .......... .... 100% 9.27M=0.002s
#12 1.063
#12 1.063 2026-04-19 14:27:03 (9.27 MB/s) - ‘cert_313-2025.tar.gz’ saved [15350/15350]
#12 1.063
#12 DONE 1.2s
#13 [ 9/13] RUN tar zxvf cert_313-2025.tar.gz
#13 0.883 ./20250929-630123-313_co_kr.pfx/
#13 0.884 ./20250929-630123-313_co_kr.pfx/313_co_kr.pfx
#13 0.885 ./20250929-630123-313_co_kr.pfx/313_co_kr.crt
#13 0.885 ./20250929-630123-313_co_kr.pfx/체인 인증서 적용(필수) 및 파일 설명 안내.htm
#13 0.886 ./20250929-630123-313_co_kr.pfx/ChainCA/
#13 0.886 ./20250929-630123-313_co_kr.pfx/ChainCA/RootCA.crt
#13 0.886 ./20250929-630123-313_co_kr.pfx/ChainCA/ChainCA.crt
#13 0.887 ./20250929-630123-313_co_kr.pfx/ChainCA/root_ca_인증서_변경_안내.txt
#13 0.887 ./20250929-630123-313_co_kr.pfx/ChainCA/Chain_RootCA_Bundle.crt
#13 0.887 ./20250929-630123-313_co_kr.pfx/pfx.txt
#13 0.889 ./20250929-630123-313_co_kr.pfx/313_co_kr_SHA256WITHRSA.key
#13 DONE 1.0s
#14 [10/13] RUN wget http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/cert_arms/2025/cert_arms-2025.tar.gz
#14 0.953 --2026-04-19 14:27:05-- http://www.313.co.kr/nexus/repository/ple-releases/313devgrp/cert_arms/2025/cert_arms-2025.tar.gz
#14 0.953 Resolving www.313.co.kr (www.313.co.kr)... 117.52.171.35
#14 1.000 Connecting to www.313.co.kr (www.313.co.kr)|117.52.171.35|:80... connected.
#14 1.005 HTTP request sent, awaiting response... 200 OK
#14 1.042 Length: 15123 (15K) [application/x-gzip]
#14 1.042 Saving to: ‘cert_arms-2025.tar.gz’
#14 1.042
#14 1.042 0K .......... .... 100% 7.61M=0.002s
#14 1.048
#14 1.048 2026-04-19 14:27:05 (7.61 MB/s) - ‘cert_arms-2025.tar.gz’ saved [15123/15123]
#14 1.048
#14 DONE 1.1s
#15 [11/13] RUN tar zxvf cert_arms-2025.tar.gz
#15 0.846 ./20250929-565125-a-rms_net.pfx/
#15 0.846 ./20250929-565125-a-rms_net.pfx/a-rms_net.crt
#15 0.848 ./20250929-565125-a-rms_net.pfx/체인 인증서 적용(필수) 및 파일 설명 안내.htm
#15 0.849 ./20250929-565125-a-rms_net.pfx/ChainCA/
#15 0.850 ./20250929-565125-a-rms_net.pfx/ChainCA/RootCA.crt
#15 0.851 ./20250929-565125-a-rms_net.pfx/ChainCA/ChainCA.crt
#15 0.853 ./20250929-565125-a-rms_net.pfx/ChainCA/root_ca_인증서_변경_안내.txt
#15 0.854 ./20250929-565125-a-rms_net.pfx/ChainCA/Chain_RootCA_Bundle.crt
#15 0.854 ./20250929-565125-a-rms_net.pfx/a-rms_net.pfx
#15 0.855 ./20250929-565125-a-rms_net.pfx/pfx.txt
#15 0.855 ./20250929-565125-a-rms_net.pfx/a-rms_net_SHA256WITHRSA.key
#15 DONE 1.0s
#16 [12/13] RUN keytool -import -file ./20250929-630123-313_co_kr.pfx/313_co_kr.crt -keystore /usr/local/openjdk-11/lib/security/cacerts -alias 313_co_kr_2025 -storepass changeit -noprompt
#16 2.141 Warning: use -cacerts option to access cacerts keystore
#16 3.076 Certificate was added to keystore
#16 DONE 3.2s
#17 [13/13] RUN keytool -import -file ./20250929-565125-a-rms_net.pfx/a-rms_net.crt -keystore /usr/local/openjdk-11/lib/security/cacerts -alias a-rms_net_2025 -storepass changeit -noprompt
#17 1.743 Warning: use -cacerts option to access cacerts keystore
#17 2.460 Certificate was added to keystore
#17 DONE 2.6s
#18 exporting to image
#18 exporting layers
#18 exporting layers 9.1s done
#18 writing image sha256:6fad3be269c8f73501694b9159888363759e5299e1cff7759d79e6beadf00d7d done
#18 naming to 313.co.kr:5550/313devgrp/java-service-tree-framework-middle-proxy:26.4.9 0.0s done
#18 DONE 9.1s
[33m1 warning found (use docker --debug to expand):
[0m - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 3)
> Task :dockerTag26.4.9
> Task :dockerTag
> Task :dockerPush
The push refers to repository [313.co.kr:5550/313devgrp/java-service-tree-framework-middle-proxy]
f23e209c976d: Preparing
d5b939a70af8: Preparing
40841572224c: Preparing
5d8475627775: Preparing
2728b1879206: Preparing
ce52f5c5c03e: Preparing
44794dc055bb: Preparing
0f86d0216fda: Preparing
34f14c803abb: Preparing
d27a9e69476e: Preparing
744fe9584a90: Preparing
234e2e77bde8: Preparing
5a7e7a880634: Preparing
3dccaa93bb0e: Preparing
5c384ea5f752: Preparing
293d5db30c9f: Preparing
03127cdb479b: Preparing
9c742cd6c7a5: Preparing
44794dc055bb: Waiting
0f86d0216fda: Waiting
34f14c803abb: Waiting
d27a9e69476e: Waiting
744fe9584a90: Waiting
234e2e77bde8: Waiting
5a7e7a880634: Waiting
3dccaa93bb0e: Waiting
5c384ea5f752: Waiting
293d5db30c9f: Waiting
ce52f5c5c03e: Waiting
03127cdb479b: Waiting
9c742cd6c7a5: Waiting
5d8475627775: Pushed
40841572224c: Pushed
2728b1879206: Pushed
f23e209c976d: Pushed
d5b939a70af8: Pushed
44794dc055bb: Pushed
ce52f5c5c03e: Pushed
34f14c803abb: Pushed
5a7e7a880634: Layer already exists
3dccaa93bb0e: Layer already exists
5c384ea5f752: Layer already exists
293d5db30c9f: Layer already exists
03127cdb479b: Layer already exists
9c742cd6c7a5: Layer already exists
d27a9e69476e: Pushed
744fe9584a90: Pushed
234e2e77bde8: Pushed
0f86d0216fda: Pushed
26.4.9: digest: sha256:562c5429269229f52be676a7b3e13f4a11782983a6ea244641ef3ab6b1f1ff94 size: 4098
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.6.4/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 8m 48s
23 actionable tasks: 22 executed, 1 up-to-date
Triggering a new build of LIVE-CD-Java-Service-Tree-Framework-Middle-Proxy
Triggering a new build of STG-CD-Java-Service-Tree-Framework-Middle-Proxy
Finished: SUCCESS