Showing build.log
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[02:59:33 PST] Transferring environment variable script to build VM
[02:59:33 PST] Transferring kokoro_log_reader.py to build VM
[02:59:33 PST] Transferring source code to build VM
[02:59:39 PST] Executing build script on build VM
[ID: 6573485] Executing command via SSH:
export KOKORO_BUILD_NUMBER="10407"
export KOKORO_JOB_NAME="grpc/java/master/presubmit/linux_artifacts"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/grpc-java/buildscripts/kokoro/linux_artifacts.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/grpc-java/buildscripts/kokoro/linux_artifacts.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
if [[ -f /VERSION ]]; then
cat /VERSION
fi
+ [[ -f /VERSION ]]
readonly GRPC_JAVA_DIR="$(cd "$(dirname "$0")"/../.. && pwd)"
+++ dirname github/grpc-java/buildscripts/kokoro/linux_artifacts.sh
++ cd github/grpc-java/buildscripts/kokoro/../..
++ pwd
+ readonly GRPC_JAVA_DIR=/tmpfs/src/github/grpc-java
+ GRPC_JAVA_DIR=/tmpfs/src/github/grpc-java
. "$GRPC_JAVA_DIR"/buildscripts/kokoro/kokoro.sh
+ . /tmpfs/src/github/grpc-java/buildscripts/kokoro/kokoro.sh
#!/bin/bash
spongify_logs() {
local f
while read -r f; do
mkdir "${f%.xml}"
cp "$f" "${f%.xml}/sponge_log.xml"
done < <(find "${KOKORO_ARTIFACTS_DIR:-.}" -name 'TEST-*.xml')
}
trap spongify_logs EXIT
+ trap spongify_logs EXIT
"$GRPC_JAVA_DIR"/buildscripts/build_docker.sh
+ /tmpfs/src/github/grpc-java/buildscripts/build_docker.sh
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.12kB done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/almalinux:8
#2 DONE 0.6s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/4] FROM docker.io/library/almalinux:8@sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a
#4 resolve docker.io/library/almalinux:8@sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a 0.0s done
#4 sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a 4.68kB / 4.68kB done
#4 sha256:b5524cbb7f0639308008c5dcc458d6c7690eb5bc707cac083badf3493e7b06e7 1.03kB / 1.03kB done
#4 sha256:f1218159f16a0624a6759dac0a1e04e24b7cf37eb916953954f34898de46af96 598B / 598B done
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 0B / 71.79MB 0.1s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 29.36MB / 71.79MB 0.3s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 51.38MB / 71.79MB 0.4s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 69.21MB / 71.79MB 0.5s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 71.79MB / 71.79MB 0.6s done
#4 extracting sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 0.1s
#4 extracting sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 2.3s done
#4 DONE 3.1s
#5 [2/4] RUN yum install -y autoconf automake diffutils gcc-c++ glibc-devel glibc-devel.i686 java-11-openjdk-devel libstdc++-devel libstdc++-devel.i686 libtool make tar unzip which && yum clean all
#5 1.084 AlmaLinux 8 - BaseOS 20 MB/s | 15 MB 00:00
#5 3.575 AlmaLinux 8 - AppStream 29 MB/s | 16 MB 00:00
#5 6.362 AlmaLinux 8 - Extras 55 kB/s | 14 kB 00:00
#5 7.167 Package tar-2:1.30-9.el8.x86_64 is already installed.
#5 7.213 Dependencies resolved.
#5 7.230 =============================================================================================
#5 7.230 Package Arch Version Repo Size
#5 7.230 =============================================================================================
#5 7.230 Installing:
#5 7.230 autoconf noarch 2.69-29.el8_10.1 appstream 710 k
#5 7.230 automake noarch 1.16.1-8.el8 appstream 713 k
#5 7.230 diffutils x86_64 3.6-6.el8 baseos 361 k
#5 7.230 gcc-c++ x86_64 8.5.0-22.el8_10 appstream 12 M
#5 7.230 glibc-devel i686 2.28-251.el8_10.11 baseos 87 k
#5 7.230 glibc-devel x86_64 2.28-251.el8_10.11 baseos 87 k
#5 7.230 java-11-openjdk-devel x86_64 1:11.0.25.0.9-2.el8 appstream 3.4 M
#5 7.230 libstdc++-devel i686 8.5.0-22.el8_10 appstream 2.1 M
#5 7.230 libstdc++-devel x86_64 8.5.0-22.el8_10 appstream 2.1 M
#5 7.230 libtool x86_64 2.4.6-25.el8 appstream 708 k
#5 7.230 make x86_64 1:4.2.1-11.el8 baseos 497 k
#5 7.230 unzip x86_64 6.0-47.el8_10 baseos 195 k
#5 7.230 which x86_64 2.21-20.el8 baseos 49 k
#5 7.230 Upgrading:
#5 7.230 glibc x86_64 2.28-251.el8_10.11 baseos 2.2 M
#5 7.230 glibc-common x86_64 2.28-251.el8_10.11 baseos 1.0 M
#5 7.230 glibc-minimal-langpack x86_64 2.28-251.el8_10.11 baseos 69 k
#5 7.230 Installing dependencies:
#5 7.230 adwaita-cursor-theme noarch 3.28.0-3.el8 appstream 646 k
#5 7.230 adwaita-icon-theme noarch 3.28.0-3.el8 appstream 11 M
#5 7.230 alsa-lib x86_64 1.2.10-2.el8 appstream 500 k
#5 7.230 at-spi2-atk x86_64 2.26.2-1.el8 appstream 89 k
#5 7.230 at-spi2-core x86_64 2.28.0-1.el8 appstream 169 k
#5 7.230 atk x86_64 2.28.1-1.el8 appstream 271 k
#5 7.230 avahi-libs x86_64 0.7-27.el8_10.1 baseos 61 k
#5 7.230 cairo x86_64 1.15.12-6.el8 appstream 718 k
#5 7.230 cairo-gobject x86_64 1.15.12-6.el8 appstream 32 k
#5 7.230 colord-libs x86_64 1.4.2-1.el8 appstream 236 k
#5 7.230 copy-jdk-configs noarch 4.0-2.el8 appstream 29 k
#5 7.230 cpio x86_64 2.12-11.el8 baseos 265 k
#5 7.230 cpp x86_64 8.5.0-22.el8_10 appstream 10 M
#5 7.230 crypto-policies-scripts noarch 20230731-1.git3177e06.el8 baseos 83 k
#5 7.230 cups-libs x86_64 1:2.2.6-62.el8_10 baseos 436 k
#5 7.230 dejavu-fonts-common noarch 2.35-7.el8 baseos 73 k
#5 7.230 dejavu-sans-mono-fonts noarch 2.35-7.el8 baseos 446 k
#5 7.230 dracut x86_64 049-233.git20240115.el8 baseos 379 k
#5 7.230 emacs-filesystem noarch 1:26.1-12.el8_10 baseos 69 k
#5 7.230 file x86_64 5.33-26.el8 baseos 76 k
#5 7.230 fontconfig x86_64 2.13.1-4.el8 baseos 273 k
#5 7.230 fontpackages-filesystem noarch 1.44-22.el8 baseos 16 k
#5 7.230 freetype x86_64 2.9.1-9.el8 baseos 393 k
#5 7.230 fribidi x86_64 1.0.4-9.el8 appstream 88 k
#5 7.230 gcc x86_64 8.5.0-22.el8_10 appstream 23 M
#5 7.230 gdk-pixbuf2 x86_64 2.36.12-6.el8_10 baseos 465 k
#5 7.230 gdk-pixbuf2-modules x86_64 2.36.12-6.el8_10 appstream 108 k
#5 7.230 gettext x86_64 0.19.8.1-17.el8 baseos 1.1 M
#5 7.230 gettext-libs x86_64 0.19.8.1-17.el8 baseos 312 k
#5 7.230 glib-networking x86_64 2.56.1-1.1.el8 baseos 155 k
#5 7.230 glibc i686 2.28-251.el8_10.11 baseos 1.9 M
#5 7.230 glibc-headers i686 2.28-251.el8_10.11 baseos 492 k
#5 7.230 glibc-headers x86_64 2.28-251.el8_10.11 baseos 492 k
#5 7.230 graphite2 x86_64 1.3.10-10.el8 appstream 121 k
#5 7.230 groff-base x86_64 1.22.3-18.el8 baseos 1.0 M
#5 7.230 grub2-common noarch 1:2.02-160.el8_10.alma.1 baseos 896 k
#5 7.230 grub2-tools x86_64 1:2.02-160.el8_10.alma.1 baseos 2.0 M
#5 7.230 grub2-tools-minimal x86_64 1:2.02-160.el8_10.alma.1 baseos 214 k
#5 7.230 gsettings-desktop-schemas x86_64 3.32.0-6.el8 baseos 632 k
#5 7.230 gtk-update-icon-cache x86_64 3.22.30-12.el8_10 appstream 31 k
#5 7.230 harfbuzz x86_64 1.7.5-4.el8 appstream 295 k
#5 7.230 hicolor-icon-theme noarch 0.17-2.el8 appstream 48 k
#5 7.230 isl x86_64 0.16.1-6.el8 appstream 841 k
#5 7.230 jasper-libs x86_64 2.0.14-6.el8_10 appstream 166 k
#5 7.230 java-11-openjdk x86_64 1:11.0.25.0.9-2.el8 appstream 476 k
#5 7.230 java-11-openjdk-headless x86_64 1:11.0.25.0.9-2.el8 appstream 42 M
#5 7.230 javapackages-filesystem noarch 5.3.0-2.module_el8.0.0+6004+2fc32706 appstream 30 k
#5 7.230 jbigkit-libs x86_64 2.1-14.el8 appstream 54 k
#5 7.230 json-glib x86_64 1.4.4-1.el8 baseos 144 k
#5 7.230 kbd-legacy noarch 2.0.4-11.el8 baseos 480 k
#5 7.230 kbd-misc noarch 2.0.4-11.el8 baseos 1.5 M
#5 7.230 kernel-headers x86_64 4.18.0-553.37.1.el8_10 baseos 12 M
#5 7.230 kmod x86_64 25-20.el8 baseos 125 k
#5 7.230 lcms2 x86_64 2.9-2.el8 appstream 164 k
#5 7.230 libX11 x86_64 1.6.8-9.el8_10 appstream 611 k
#5 7.230 libX11-common noarch 1.6.8-9.el8_10 appstream 157 k
#5 7.230 libXau x86_64 1.0.9-3.el8 appstream 37 k
#5 7.230 libXcomposite x86_64 0.4.4-14.el8 appstream 28 k
#5 7.230 libXcursor x86_64 1.1.15-3.el8 appstream 36 k
#5 7.230 libXdamage x86_64 1.1.4-14.el8 appstream 26 k
#5 7.230 libXext x86_64 1.3.4-1.el8 appstream 45 k
#5 7.230 libXfixes x86_64 5.0.3-7.el8 appstream 25 k
#5 7.230 libXft x86_64 2.3.3-1.el8 appstream 66 k
#5 7.230 libXi x86_64 1.7.10-1.el8 appstream 48 k
#5 7.230 libXinerama x86_64 1.1.4-1.el8 appstream 15 k
#5 7.230 libXrandr x86_64 1.5.2-1.el8 appstream 33 k
#5 7.230 libXrender x86_64 0.9.10-7.el8 appstream 33 k
#5 7.230 libXtst x86_64 1.2.3-7.el8 appstream 21 k
#5 7.230 libcroco x86_64 0.6.12-4.el8_2.1 baseos 112 k
#5 7.230 libdatrie x86_64 0.2.9-7.el8 appstream 33 k
#5 7.230 libepoxy x86_64 1.5.8-1.el8 appstream 224 k
#5 7.230 libfontenc x86_64 1.1.3-8.el8 appstream 37 k
#5 7.230 libgcc i686 8.5.0-22.el8_10 baseos 88 k
#5 7.230 libgomp x86_64 8.5.0-22.el8_10 baseos 207 k
#5 7.230 libgusb x86_64 0.3.0-1.el8 baseos 49 k
#5 7.230 libjpeg-turbo x86_64 1.5.3-12.el8 appstream 156 k
#5 7.230 libkcapi x86_64 1.4.0-2.el8 baseos 52 k
#5 7.230 libkcapi-hmaccalc x86_64 1.4.0-2.el8 baseos 31 k
#5 7.230 libmodman x86_64 2.0.1-17.el8 baseos 36 k
#5 7.230 libmpc x86_64 1.1.0-9.1.el8 appstream 60 k
#5 7.230 libpkgconf x86_64 1.4.2-1.el8 baseos 35 k
#5 7.230 libpng x86_64 2:1.6.34-5.el8 baseos 126 k
#5 7.230 libproxy x86_64 0.4.15-5.5.el8_10 baseos 72 k
#5 7.230 libsoup x86_64 2.62.3-7.el8_10 baseos 425 k
#5 7.230 libstdc++ i686 8.5.0-22.el8_10 baseos 490 k
#5 7.230 libthai x86_64 0.1.27-2.el8 appstream 203 k
#5 7.230 libtiff x86_64 4.0.9-33.el8_10 appstream 189 k
#5 7.230 libwayland-client x86_64 1.21.0-1.el8 appstream 40 k
#5 7.230 libwayland-cursor x86_64 1.21.0-1.el8 appstream 25 k
#5 7.230 libwayland-egl x86_64 1.21.0-1.el8 appstream 18 k
#5 7.230 libxcb x86_64 1.13.1-1.el8 appstream 231 k
#5 7.230 libxcrypt i686 4.1.1-6.el8 baseos 73 k
#5 7.230 libxcrypt-devel i686 4.1.1-6.el8 baseos 24 k
#5 7.230 libxcrypt-devel x86_64 4.1.1-6.el8 baseos 24 k
#5 7.230 libxkbcommon x86_64 0.9.1-1.el8 appstream 116 k
#5 7.230 lksctp-tools x86_64 1.0.18-3.el8 baseos 99 k
#5 7.230 lua x86_64 5.3.4-12.el8 appstream 191 k
#5 7.230 m4 x86_64 1.4.18-7.el8 baseos 222 k
#5 7.230 ncurses x86_64 6.1-10.20180224.el8 baseos 386 k
#5 7.230 nspr x86_64 4.35.0-1.el8_8 appstream 142 k
#5 7.230 nss x86_64 3.101.0-11.el8_8 appstream 764 k
#5 7.230 nss-softokn x86_64 3.101.0-11.el8_8 appstream 531 k
#5 7.230 nss-softokn-freebl x86_64 3.101.0-11.el8_8 appstream 391 k
#5 7.230 nss-sysinit x86_64 3.101.0-11.el8_8 appstream 76 k
#5 7.230 nss-util x86_64 3.101.0-11.el8_8 appstream 142 k
#5 7.230 openssl x86_64 1:1.1.1k-12.el8_9 baseos 710 k
#5 7.230 os-prober x86_64 1.74-9.el8 baseos 50 k
#5 7.230 pango x86_64 1.42.4-8.el8 appstream 296 k
#5 7.230 perl-Carp noarch 1.42-396.el8 baseos 30 k
#5 7.230 perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k
#5 7.230 perl-Digest noarch 1.17-395.el8 baseos 27 k
#5 7.230 perl-Digest-MD5 x86_64 2.55-396.el8 baseos 37 k
#5 7.230 perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M
#5 7.230 perl-Errno x86_64 1.28-422.el8.0.1 baseos 75 k
#5 7.230 perl-Exporter noarch 5.72-396.el8 baseos 34 k
#5 7.230 perl-File-Path noarch 2.15-2.el8 baseos 38 k
#5 7.230 perl-File-Temp noarch 0.230.600-1.el8 baseos 62 k
#5 7.230 perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k
#5 7.230 perl-HTTP-Tiny noarch 0.074-3.el8 baseos 58 k
#5 7.230 perl-IO x86_64 1.38-422.el8.0.1 baseos 141 k
#5 7.230 perl-IO-Socket-IP noarch 0.39-5.el8 baseos 47 k
#5 7.230 perl-IO-Socket-SSL noarch 2.066-4.module_el8.6.0+2811+fe6c84b0 appstream 297 k
#5 7.230 perl-MIME-Base64 x86_64 3.15-396.el8 baseos 30 k
#5 7.230 perl-Mozilla-CA noarch 20160104-7.module_el8.5.0+2812+ed912d05 appstream 14 k
#5 7.230 perl-Net-SSLeay x86_64 1.88-2.module_el8.6.0+2811+fe6c84b0 appstream 378 k
#5 7.230 perl-PathTools x86_64 3.74-1.el8 baseos 90 k
#5 7.230 perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k
#5 7.230 perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k
#5 7.230 perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k
#5 7.230 perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k
#5 7.230 perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k
#5 7.230 perl-Socket x86_64 4:2.027-3.el8 baseos 59 k
#5 7.230 perl-Storable x86_64 1:3.11-3.el8 baseos 98 k
#5 7.230 perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k
#5 7.230 perl-Term-Cap noarch 1.17-395.el8 baseos 23 k
#5 7.230 perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k
#5 7.230 perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k
#5 7.230 perl-Thread-Queue noarch 3.13-1.el8 appstream 24 k
#5 7.230 perl-Time-Local noarch 1:1.280-1.el8 baseos 33 k
#5 7.230 perl-URI noarch 1.73-3.el8 baseos 116 k
#5 7.230 perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k
#5 7.230 perl-constant noarch 1.33-396.el8 baseos 25 k
#5 7.230 perl-interpreter x86_64 4:5.26.3-422.el8.0.1 baseos 6.3 M
#5 7.230 perl-libnet noarch 3.11-3.el8 baseos 121 k
#5 7.230 perl-libs x86_64 4:5.26.3-422.el8.0.1 baseos 1.6 M
#5 7.230 perl-macros x86_64 4:5.26.3-422.el8.0.1 baseos 71 k
#5 7.230 perl-parent noarch 1:0.237-1.el8 baseos 20 k
#5 7.230 perl-podlators noarch 4.11-1.el8 baseos 118 k
#5 7.230 perl-threads x86_64 1:2.21-2.el8 baseos 61 k
#5 7.230 perl-threads-shared x86_64 1.58-2.el8 baseos 47 k
#5 7.230 pixman x86_64 0.38.4-4.el8 appstream 257 k
#5 7.230 pkgconf x86_64 1.4.2-1.el8 baseos 38 k
#5 7.230 pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k
#5 7.230 pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k
#5 7.230 procps-ng x86_64 3.3.15-14.el8 baseos 329 k
#5 7.230 rest x86_64 0.8.1-2.el8 appstream 70 k
#5 7.230 shared-mime-info x86_64 1.9-4.el8 baseos 328 k
#5 7.230 systemd-udev x86_64 239-82.el8_10.1 baseos 1.6 M
#5 7.230 ttmkfdir x86_64 3.0.9-54.el8 appstream 62 k
#5 7.230 tzdata-java noarch 2025a-1.el8 appstream 185 k
#5 7.230 xkeyboard-config noarch 2.28-1.el8 appstream 782 k
#5 7.230 xorg-x11-font-utils x86_64 1:7.5-41.el8 appstream 102 k
#5 7.230 xorg-x11-fonts-Type1 noarch 7.5-19.el8 appstream 522 k
#5 7.230 Installing weak dependencies:
#5 7.230 abattis-cantarell-fonts noarch 0.0.25-6.el8 appstream 154 k
#5 7.230 dconf x86_64 0.28.0-4.el8 appstream 107 k
#5 7.230 glibc-gconv-extra i686 2.28-251.el8_10.11 baseos 1.6 M
#5 7.230 glibc-gconv-extra x86_64 2.28-251.el8_10.11 baseos 1.6 M
#5 7.230 glibc-langpack-en x86_64 2.28-251.el8_10.11 baseos 831 k
#5 7.230 grubby x86_64 8.40-49.el8 baseos 49 k
#5 7.230 gtk3 x86_64 3.22.30-12.el8_10 appstream 4.5 M
#5 7.230 hardlink x86_64 1:1.3-6.el8 baseos 29 k
#5 7.230 kbd x86_64 2.0.4-11.el8 baseos 389 k
#5 7.230 kpartx x86_64 0.8.4-41.el8 baseos 119 k
#5 7.230 memstrack x86_64 0.2.5-2.el8 baseos 51 k
#5 7.230 pigz x86_64 2.4-4.el8 baseos 79 k
#5 7.230 Enabling module streams:
#5 7.230 javapackages-runtime 201801
#5 7.230 perl 5.26
#5 7.230 perl-IO-Socket-SSL 2.066
#5 7.230 perl-libwww-perl 6.34
#5 7.230
#5 7.230 Transaction Summary
#5 7.230 =============================================================================================
#5 7.230 Install 188 Packages
#5 7.230 Upgrade 3 Packages
#5 7.230
#5 7.237 Total download size: 178 M
#5 7.239 Downloading Packages:
#5 7.639 (1/191): avahi-libs-0.7-27.el8_10.1.x86_64.rpm 564 kB/s | 61 kB 00:00
#5 7.642 (2/191): crypto-policies-scripts-20230731-1.git 750 kB/s | 83 kB 00:00
#5 7.672 (3/191): dejavu-fonts-common-2.35-7.el8.noarch. 2.4 MB/s | 73 kB 00:00
#5 7.694 (4/191): cpio-2.12-11.el8.x86_64.rpm 1.6 MB/s | 265 kB 00:00
#5 7.729 (5/191): cups-libs-2.2.6-62.el8_10.x86_64.rpm 4.9 MB/s | 436 kB 00:00
#5 7.752 (6/191): diffutils-3.6-6.el8.x86_64.rpm 6.1 MB/s | 361 kB 00:00
#5 7.756 (7/191): dejavu-sans-mono-fonts-2.35-7.el8.noar 5.2 MB/s | 446 kB 00:00
#5 7.763 (8/191): dracut-049-233.git20240115.el8.x86_64. 11 MB/s | 379 kB 00:00
#5 7.782 (9/191): emacs-filesystem-26.1-12.el8_10.noarch 2.3 MB/s | 69 kB 00:00
#5 7.785 (10/191): file-5.33-26.el8.x86_64.rpm 2.6 MB/s | 76 kB 00:00
#5 7.795 (11/191): fontconfig-2.13.1-4.el8.x86_64.rpm 8.6 MB/s | 273 kB 00:00
#5 7.811 (12/191): fontpackages-filesystem-1.44-22.el8.n 542 kB/s | 16 kB 00:00
#5 7.819 (13/191): freetype-2.9.1-9.el8.x86_64.rpm 12 MB/s | 393 kB 00:00
#5 7.827 (14/191): gdk-pixbuf2-2.36.12-6.el8_10.x86_64.r 14 MB/s | 465 kB 00:00
#5 7.851 (15/191): gettext-libs-0.19.8.1-17.el8.x86_64.r 9.7 MB/s | 312 kB 00:00
#5 7.858 (16/191): glib-networking-2.56.1-1.1.el8.x86_64 5.0 MB/s | 155 kB 00:00
#5 7.873 (17/191): gettext-0.19.8.1-17.el8.x86_64.rpm 17 MB/s | 1.1 MB 00:00
#5 7.888 (18/191): glibc-devel-2.28-251.el8_10.11.i686.r 2.8 MB/s | 87 kB 00:00
#5 7.904 (19/191): glibc-devel-2.28-251.el8_10.11.x86_64 2.8 MB/s | 87 kB 00:00
#5 7.915 (20/191): glibc-2.28-251.el8_10.11.i686.rpm 30 MB/s | 1.9 MB 00:00
#5 7.945 (21/191): glibc-gconv-extra-2.28-251.el8_10.11. 38 MB/s | 1.6 MB 00:00
#5 7.951 (22/191): glibc-headers-2.28-251.el8_10.11.i686 13 MB/s | 492 kB 00:00
#5 7.959 (23/191): glibc-gconv-extra-2.28-251.el8_10.11. 22 MB/s | 1.6 MB 00:00
#5 7.979 (24/191): glibc-headers-2.28-251.el8_10.11.x86_ 14 MB/s | 492 kB 00:00
#5 7.988 (25/191): glibc-langpack-en-2.28-251.el8_10.11. 22 MB/s | 831 kB 00:00
#5 7.998 (26/191): groff-base-1.22.3-18.el8.x86_64.rpm 27 MB/s | 1.0 MB 00:00
#5 8.016 (27/191): grub2-common-2.02-160.el8_10.alma.1.n 24 MB/s | 896 kB 00:00
#5 8.033 (28/191): grub2-tools-2.02-160.el8_10.alma.1.x8 45 MB/s | 2.0 MB 00:00
#5 8.037 (29/191): grub2-tools-minimal-2.02-160.el8_10.a 5.4 MB/s | 214 kB 00:00
#5 8.046 (30/191): grubby-8.40-49.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
#5 8.067 (31/191): gsettings-desktop-schemas-3.32.0-6.el 18 MB/s | 632 kB 00:00
#5 8.070 (32/191): hardlink-1.3-6.el8.x86_64.rpm 877 kB/s | 29 kB 00:00
#5 8.077 (33/191): json-glib-1.4.4-1.el8.x86_64.rpm 4.6 MB/s | 144 kB 00:00
#5 8.100 (34/191): kbd-2.0.4-11.el8.x86_64.rpm 12 MB/s | 389 kB 00:00
#5 8.106 (35/191): kbd-legacy-2.0.4-11.el8.noarch.rpm 13 MB/s | 480 kB 00:00
#5 8.117 (36/191): kbd-misc-2.0.4-11.el8.noarch.rpm 37 MB/s | 1.5 MB 00:00
#5 8.137 (37/191): kmod-25-20.el8.x86_64.rpm 4.0 MB/s | 125 kB 00:00
#5 8.148 (38/191): kpartx-0.8.4-41.el8.x86_64.rpm 3.8 MB/s | 119 kB 00:00
#5 8.167 (39/191): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 3.7 MB/s | 112 kB 00:00
#5 8.178 (40/191): libgcc-8.5.0-22.el8_10.i686.rpm 2.9 MB/s | 88 kB 00:00
#5 8.198 (41/191): libgomp-8.5.0-22.el8_10.x86_64.rpm 6.6 MB/s | 207 kB 00:00
#5 8.208 (42/191): libgusb-0.3.0-1.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
#5 8.244 (43/191): kernel-headers-4.18.0-553.37.1.el8_10 83 MB/s | 12 MB 00:00
#5 8.247 (44/191): libkcapi-hmaccalc-1.4.0-2.el8.x86_64. 806 kB/s | 31 kB 00:00
#5 8.250 (45/191): libkcapi-1.4.0-2.el8.x86_64.rpm 1.0 MB/s | 52 kB 00:00
#5 8.274 (46/191): libmodman-2.0.1-17.el8.x86_64.rpm 1.2 MB/s | 36 kB 00:00
#5 8.277 (47/191): libpkgconf-1.4.2-1.el8.x86_64.rpm 1.2 MB/s | 35 kB 00:00
#5 8.280 (48/191): libpng-1.6.34-5.el8.x86_64.rpm 4.1 MB/s | 126 kB 00:00
#5 8.305 (49/191): libproxy-0.4.15-5.5.el8_10.x86_64.rpm 2.4 MB/s | 72 kB 00:00
#5 8.310 (50/191): libsoup-2.62.3-7.el8_10.x86_64.rpm 13 MB/s | 425 kB 00:00
#5 8.317 (51/191): libstdc++-8.5.0-22.el8_10.i686.rpm 13 MB/s | 490 kB 00:00
#5 8.335 (52/191): libxcrypt-4.1.1-6.el8.i686.rpm 2.4 MB/s | 73 kB 00:00
#5 8.340 (53/191): libxcrypt-devel-4.1.1-6.el8.i686.rpm 837 kB/s | 24 kB 00:00
#5 8.347 (54/191): libxcrypt-devel-4.1.1-6.el8.x86_64.rp 826 kB/s | 24 kB 00:00
#5 8.366 (55/191): lksctp-tools-1.0.18-3.el8.x86_64.rpm 3.2 MB/s | 99 kB 00:00
#5 8.371 (56/191): m4-1.4.18-7.el8.x86_64.rpm 7.0 MB/s | 222 kB 00:00
#5 8.380 (57/191): make-4.2.1-11.el8.x86_64.rpm 15 MB/s | 497 kB 00:00
#5 8.399 (58/191): memstrack-0.2.5-2.el8.x86_64.rpm 1.5 MB/s | 51 kB 00:00
#5 8.405 (59/191): ncurses-6.1-10.20180224.el8.x86_64.rp 11 MB/s | 386 kB 00:00
#5 8.415 (60/191): openssl-1.1.1k-12.el8_9.x86_64.rpm 20 MB/s | 710 kB 00:00
#5 8.430 (61/191): os-prober-1.74-9.el8.x86_64.rpm 1.7 MB/s | 50 kB 00:00
#5 8.434 (62/191): perl-Carp-1.42-396.el8.noarch.rpm 1.0 MB/s | 30 kB 00:00
#5 8.445 (63/191): perl-Data-Dumper-2.167-399.el8.x86_64 1.9 MB/s | 58 kB 00:00
#5 8.459 (64/191): perl-Digest-1.17-395.el8.noarch.rpm 908 kB/s | 27 kB 00:00
#5 8.464 (65/191): perl-Digest-MD5-2.55-396.el8.x86_64.r 1.2 MB/s | 37 kB 00:00
#5 8.486 (66/191): perl-Encode-2.97-3.el8.x86_64.rpm 36 MB/s | 1.5 MB 00:00
#5 8.490 (67/191): perl-Errno-1.28-422.el8.0.1.x86_64.rp 2.4 MB/s | 75 kB 00:00
#5 8.494 (68/191): perl-Exporter-5.72-396.el8.noarch.rpm 1.1 MB/s | 34 kB 00:00
#5 8.517 (69/191): perl-File-Path-2.15-2.el8.noarch.rpm 1.2 MB/s | 38 kB 00:00
#5 8.520 (70/191): perl-File-Temp-0.230.600-1.el8.noarch 2.1 MB/s | 62 kB 00:00
#5 8.523 (71/191): perl-Getopt-Long-2.50-4.el8.noarch.rp 2.1 MB/s | 63 kB 00:00
#5 8.547 (72/191): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 1.9 MB/s | 58 kB 00:00
#5 8.551 (73/191): perl-IO-1.38-422.el8.0.1.x86_64.rpm 4.5 MB/s | 141 kB 00:00
#5 8.554 (74/191): perl-IO-Socket-IP-0.39-5.el8.noarch.r 1.5 MB/s | 47 kB 00:00
#5 8.578 (75/191): perl-MIME-Base64-3.15-396.el8.x86_64. 1.0 MB/s | 30 kB 00:00
#5 8.581 (76/191): perl-PathTools-3.74-1.el8.x86_64.rpm 2.9 MB/s | 90 kB 00:00
#5 8.585 (77/191): perl-Pod-Escapes-1.07-395.el8.noarch. 670 kB/s | 20 kB 00:00
#5 8.608 (78/191): perl-Pod-Perldoc-3.28-396.el8.noarch. 2.8 MB/s | 86 kB 00:00
#5 8.613 (79/191): perl-Pod-Simple-3.35-395.el8.noarch.r 6.8 MB/s | 213 kB 00:00
#5 8.616 (80/191): perl-Pod-Usage-1.69-395.el8.noarch.rp 1.1 MB/s | 34 kB 00:00
#5 8.638 (81/191): perl-Scalar-List-Utils-1.49-2.el8.x86 2.2 MB/s | 68 kB 00:00
#5 8.642 (82/191): perl-Socket-2.027-3.el8.x86_64.rpm 2.0 MB/s | 59 kB 00:00
#5 8.645 (83/191): perl-Storable-3.11-3.el8.x86_64.rpm 3.2 MB/s | 98 kB 00:00
#5 8.669 (84/191): perl-Term-ANSIColor-4.06-396.el8.noar 1.5 MB/s | 46 kB 00:00
#5 8.672 (85/191): perl-Term-Cap-1.17-395.el8.noarch.rpm 771 kB/s | 23 kB 00:00
#5 8.675 (86/191): perl-Text-ParseWords-3.30-395.el8.noa 616 kB/s | 18 kB 00:00
#5 8.699 (87/191): perl-Text-Tabs+Wrap-2013.0523-395.el8 815 kB/s | 24 kB 00:00
#5 8.701 (88/191): perl-Time-Local-1.280-1.el8.noarch.rp 1.1 MB/s | 33 kB 00:00
#5 8.705 (89/191): perl-URI-1.73-3.el8.noarch.rpm 3.8 MB/s | 116 kB 00:00
#5 8.729 (90/191): perl-Unicode-Normalize-1.25-396.el8.x 2.7 MB/s | 82 kB 00:00
#5 8.732 (91/191): perl-constant-1.33-396.el8.noarch.rpm 839 kB/s | 25 kB 00:00
#5 8.760 (92/191): perl-libnet-3.11-3.el8.noarch.rpm 3.9 MB/s | 121 kB 00:00
#5 8.776 (93/191): perl-libs-5.26.3-422.el8.0.1.x86_64.r 35 MB/s | 1.6 MB 00:00
#5 8.798 (94/191): perl-interpreter-5.26.3-422.el8.0.1.x 68 MB/s | 6.3 MB 00:00
#5 8.801 (95/191): perl-macros-5.26.3-422.el8.0.1.x86_64 1.7 MB/s | 71 kB 00:00
#5 8.805 (96/191): perl-parent-0.237-1.el8.noarch.rpm 702 kB/s | 20 kB 00:00
#5 8.829 (97/191): perl-podlators-4.11-1.el8.noarch.rpm 3.8 MB/s | 118 kB 00:00
#5 8.832 (98/191): perl-threads-2.21-2.el8.x86_64.rpm 2.0 MB/s | 61 kB 00:00
#5 8.835 (99/191): perl-threads-shared-1.58-2.el8.x86_64 1.6 MB/s | 47 kB 00:00
#5 8.859 (100/191): pigz-2.4-4.el8.x86_64.rpm 2.6 MB/s | 79 kB 00:00
#5 8.862 (101/191): pkgconf-1.4.2-1.el8.x86_64.rpm 1.3 MB/s | 38 kB 00:00
#5 8.865 (102/191): pkgconf-m4-1.4.2-1.el8.noarch.rpm 575 kB/s | 17 kB 00:00
#5 8.890 (103/191): pkgconf-pkg-config-1.4.2-1.el8.x86_6 501 kB/s | 15 kB 00:00
#5 8.895 (104/191): procps-ng-3.3.15-14.el8.x86_64.rpm 9.8 MB/s | 329 kB 00:00
#5 8.901 (105/191): shared-mime-info-1.9-4.el8.x86_64.rp 9.1 MB/s | 328 kB 00:00
#5 8.927 (106/191): unzip-6.0-47.el8_10.x86_64.rpm 6.1 MB/s | 195 kB 00:00
#5 8.931 (107/191): which-2.21-20.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
#5 8.939 (108/191): systemd-udev-239-82.el8_10.1.x86_64. 33 MB/s | 1.6 MB 00:00
#5 8.958 (109/191): abattis-cantarell-fonts-0.0.25-6.el8 4.9 MB/s | 154 kB 00:00
#5 8.966 (110/191): adwaita-cursor-theme-3.28.0-3.el8.no 18 MB/s | 646 kB 00:00
#5 8.992 (111/191): alsa-lib-1.2.10-2.el8.x86_64.rpm 15 MB/s | 500 kB 00:00
#5 8.997 (112/191): at-spi2-atk-2.26.2-1.el8.x86_64.rpm 3.0 MB/s | 89 kB 00:00
#5 9.024 (113/191): at-spi2-core-2.28.0-1.el8.x86_64.rpm 5.4 MB/s | 169 kB 00:00
#5 9.030 (114/191): atk-2.28.1-1.el8.x86_64.rpm 8.2 MB/s | 271 kB 00:00
#5 9.059 (115/191): autoconf-2.69-29.el8_10.1.noarch.rpm 20 MB/s | 710 kB 00:00
#5 9.089 (116/191): adwaita-icon-theme-3.28.0-3.el8.noar 77 MB/s | 11 MB 00:00
#5 9.096 (117/191): automake-1.16.1-8.el8.noarch.rpm 11 MB/s | 713 kB 00:00
#5 9.103 (118/191): cairo-1.15.12-6.el8.x86_64.rpm 16 MB/s | 718 kB 00:00
#5 9.119 (119/191): cairo-gobject-1.15.12-6.el8.x86_64.r 1.1 MB/s | 32 kB 00:00
#5 9.128 (120/191): colord-libs-1.4.2-1.el8.x86_64.rpm 7.4 MB/s | 236 kB 00:00
#5 9.133 (121/191): copy-jdk-configs-4.0-2.el8.noarch.rp 1.0 MB/s | 29 kB 00:00
#5 9.158 (122/191): dconf-0.28.0-4.el8.x86_64.rpm 3.5 MB/s | 107 kB 00:00
#5 9.163 (123/191): fribidi-1.0.4-9.el8.x86_64.rpm 2.9 MB/s | 88 kB 00:00
#5 9.258 (124/191): cpp-8.5.0-22.el8_10.x86_64.rpm 75 MB/s | 10 MB 00:00
#5 9.290 (125/191): gdk-pixbuf2-modules-2.36.12-6.el8_10 3.4 MB/s | 108 kB 00:00
#5 9.321 (126/191): graphite2-1.3.10-10.el8.x86_64.rpm 3.9 MB/s | 121 kB 00:00
#5 9.353 (127/191): gcc-c++-8.5.0-22.el8_10.x86_64.rpm 65 MB/s | 12 MB 00:00
#5 9.356 (128/191): gtk-update-icon-cache-3.22.30-12.el8 894 kB/s | 31 kB 00:00
#5 9.390 (129/191): harfbuzz-1.7.5-4.el8.x86_64.rpm 8.7 MB/s | 295 kB 00:00
#5 9.457 (130/191): gcc-8.5.0-22.el8_10.x86_64.rpm 79 MB/s | 23 MB 00:00
#5 9.460 (131/191): hicolor-icon-theme-0.17-2.el8.noarch 686 kB/s | 48 kB 00:00
#5 9.475 (132/191): gtk3-3.22.30-12.el8_10.x86_64.rpm 37 MB/s | 4.5 MB 00:00
#5 9.493 (133/191): isl-0.16.1-6.el8.x86_64.rpm 23 MB/s | 841 kB 00:00
#5 9.497 (134/191): jasper-libs-2.0.14-6.el8_10.x86_64.r 4.5 MB/s | 166 kB 00:00
#5 9.509 (135/191): java-11-openjdk-11.0.25.0.9-2.el8.x8 14 MB/s | 476 kB 00:00
#5 9.539 (136/191): javapackages-filesystem-5.3.0-2.modu 1.0 MB/s | 30 kB 00:00
#5 9.569 (137/191): jbigkit-libs-2.1-14.el8.x86_64.rpm 1.8 MB/s | 54 kB 00:00
#5 9.601 (138/191): lcms2-2.9-2.el8.x86_64.rpm 5.1 MB/s | 164 kB 00:00
#5 9.622 (139/191): java-11-openjdk-devel-11.0.25.0.9-2. 26 MB/s | 3.4 MB 00:00
#5 9.635 (140/191): libX11-1.6.8-9.el8_10.x86_64.rpm 18 MB/s | 611 kB 00:00
#5 9.653 (141/191): libX11-common-1.6.8-9.el8_10.noarch. 5.0 MB/s | 157 kB 00:00
#5 9.664 (142/191): libXau-1.0.9-3.el8.x86_64.rpm 1.3 MB/s | 37 kB 00:00
#5 9.682 (143/191): libXcomposite-0.4.4-14.el8.x86_64.rp 985 kB/s | 28 kB 00:00
#5 9.694 (144/191): libXcursor-1.1.15-3.el8.x86_64.rpm 1.2 MB/s | 36 kB 00:00
#5 9.711 (145/191): libXdamage-1.1.4-14.el8.x86_64.rpm 909 kB/s | 26 kB 00:00
#5 9.724 (146/191): libXext-1.3.4-1.el8.x86_64.rpm 1.5 MB/s | 45 kB 00:00
#5 9.741 (147/191): libXfixes-5.0.3-7.el8.x86_64.rpm 845 kB/s | 25 kB 00:00
#5 9.754 (148/191): libXft-2.3.3-1.el8.x86_64.rpm 2.2 MB/s | 66 kB 00:00
#5 9.771 (149/191): libXi-1.7.10-1.el8.x86_64.rpm 1.6 MB/s | 48 kB 00:00
#5 9.785 (150/191): libXinerama-1.1.4-1.el8.x86_64.rpm 516 kB/s | 15 kB 00:00
#5 9.801 (151/191): libXrandr-1.5.2-1.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00
#5 9.815 (152/191): libXrender-0.9.10-7.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00
#5 9.831 (153/191): libXtst-1.2.3-7.el8.x86_64.rpm 726 kB/s | 21 kB 00:00
#5 9.845 (154/191): libdatrie-0.2.9-7.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00
#5 9.863 (155/191): libepoxy-1.5.8-1.el8.x86_64.rpm 7.1 MB/s | 224 kB 00:00
#5 9.874 (156/191): libfontenc-1.1.3-8.el8.x86_64.rpm 1.2 MB/s | 37 kB 00:00
#5 9.894 (157/191): libjpeg-turbo-1.5.3-12.el8.x86_64.rp 5.0 MB/s | 156 kB 00:00
#5 10.01 (158/191): java-11-openjdk-headless-11.0.25.0.9 81 MB/s | 42 MB 00:00
#5 10.02 (159/191): libmpc-1.1.0-9.1.el8.x86_64.rpm 423 kB/s | 60 kB 00:00
#5 10.03 (160/191): libstdc++-devel-8.5.0-22.el8_10.i686 15 MB/s | 2.1 MB 00:00
#5 10.05 (161/191): libthai-0.1.27-2.el8.x86_64.rpm 6.0 MB/s | 203 kB 00:00
#5 10.06 (162/191): libstdc++-devel-8.5.0-22.el8_10.x86_ 42 MB/s | 2.1 MB 00:00
#5 10.07 (163/191): libtiff-4.0.9-33.el8_10.x86_64.rpm 5.3 MB/s | 189 kB 00:00
#5 10.09 (164/191): libtool-2.4.6-25.el8.x86_64.rpm 20 MB/s | 708 kB 00:00
#5 10.09 (165/191): libwayland-client-1.21.0-1.el8.x86_6 1.3 MB/s | 40 kB 00:00
#5 10.10 (166/191): libwayland-cursor-1.21.0-1.el8.x86_6 860 kB/s | 25 kB 00:00
#5 10.12 (167/191): libwayland-egl-1.21.0-1.el8.x86_64.r 624 kB/s | 18 kB 00:00
#5 10.12 (168/191): libxcb-1.13.1-1.el8.x86_64.rpm 7.3 MB/s | 231 kB 00:00
#5 10.13 (169/191): libxkbcommon-0.9.1-1.el8.x86_64.rpm 3.7 MB/s | 116 kB 00:00
#5 10.15 (170/191): lua-5.3.4-12.el8.x86_64.rpm 6.1 MB/s | 191 kB 00:00
#5 10.16 (171/191): nspr-4.35.0-1.el8_8.x86_64.rpm 4.5 MB/s | 142 kB 00:00
#5 10.16 (172/191): nss-3.101.0-11.el8_8.x86_64.rpm 21 MB/s | 764 kB 00:00
#5 10.18 (173/191): nss-softokn-3.101.0-11.el8_8.x86_64. 15 MB/s | 531 kB 00:00
#5 10.19 (174/191): nss-softokn-freebl-3.101.0-11.el8_8. 12 MB/s | 391 kB 00:00
#5 10.19 (175/191): nss-sysinit-3.101.0-11.el8_8.x86_64. 2.5 MB/s | 76 kB 00:00
#5 10.21 (176/191): nss-util-3.101.0-11.el8_8.x86_64.rpm 4.5 MB/s | 142 kB 00:00
#5 10.22 (177/191): pango-1.42.4-8.el8.x86_64.rpm 9.2 MB/s | 296 kB 00:00
#5 10.23 (178/191): perl-IO-Socket-SSL-2.066-4.module_el 9.2 MB/s | 297 kB 00:00
#5 10.24 (179/191): perl-Mozilla-CA-20160104-7.module_el 490 kB/s | 14 kB 00:00
#5 10.25 (180/191): perl-Net-SSLeay-1.88-2.module_el8.6. 11 MB/s | 378 kB 00:00
#5 10.26 (181/191): perl-Thread-Queue-3.13-1.el8.noarch. 801 kB/s | 24 kB 00:00
#5 10.27 (182/191): pixman-0.38.4-4.el8.x86_64.rpm 7.9 MB/s | 257 kB 00:00
#5 10.28 (183/191): rest-0.8.1-2.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00
#5 10.29 (184/191): ttmkfdir-3.0.9-54.el8.x86_64.rpm 2.0 MB/s | 62 kB 00:00
#5 10.31 (185/191): tzdata-java-2025a-1.el8.noarch.rpm 5.9 MB/s | 185 kB 00:00
#5 10.32 (186/191): xorg-x11-font-utils-7.5-41.el8.x86_6 3.4 MB/s | 102 kB 00:00
#5 10.32 (187/191): xkeyboard-config-2.28-1.el8.noarch.r 20 MB/s | 782 kB 00:00
#5 10.34 (188/191): xorg-x11-fonts-Type1-7.5-19.el8.noar 16 MB/s | 522 kB 00:00
#5 10.36 (189/191): glibc-2.28-251.el8_10.11.x86_64.rpm 50 MB/s | 2.2 MB 00:00
#5 10.37 (190/191): glibc-common-2.28-251.el8_10.11.x86_ 22 MB/s | 1.0 MB 00:00
#5 10.37 (191/191): glibc-minimal-langpack-2.28-251.el8_ 2.0 MB/s | 69 kB 00:00
#5 10.37 --------------------------------------------------------------------------------
#5 10.37 Total 57 MB/s | 178 MB 00:03
#5 13.17 Running transaction check
#5 13.38 Transaction check succeeded.
#5 13.38 Running transaction test
#5 14.13 Transaction test succeeded.
#5 14.13 Running transaction
#5 15.43 Running scriptlet: copy-jdk-configs-4.0-2.el8.noarch 1/1
#5 15.44 Running scriptlet: java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86_64 1/1
#5 15.51 Preparing : 1/1
#5 15.54 Installing : fontpackages-filesystem-1.44-22.el8.noarch 1/194
#5 15.79 Installing : kernel-headers-4.18.0-553.37.1.el8_10.x86_64 2/194
#5 15.91 Installing : grub2-common-1:2.02-160.el8_10.alma.1.noarch 3/194
#5 15.92 Installing : dejavu-fonts-common-2.35-7.el8.noarch 4/194
#5 15.97 Installing : dejavu-sans-mono-fonts-2.35-7.el8.noarch 5/194
#5 15.99 Installing : abattis-cantarell-fonts-0.0.25-6.el8.noarch 6/194
#5 16.06 Installing : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 7/194
#5 16.21 Installing : glibc-langpack-en-2.28-251.el8_10.11.x86_64 8/194
#5 16.37 Upgrading : glibc-common-2.28-251.el8_10.11.x86_64 9/194
#5 16.39 Running scriptlet: glibc-2.28-251.el8_10.11.x86_64 10/194
#5 16.57 Upgrading : glibc-2.28-251.el8_10.11.x86_64 10/194
#5 16.58 Running scriptlet: glibc-2.28-251.el8_10.11.x86_64 10/194
#5 16.82 Installing : glibc-gconv-extra-2.28-251.el8_10.11.x86_64 11/194
#5 16.84 Running scriptlet: glibc-gconv-extra-2.28-251.el8_10.11.x86_64 11/194
#5 16.86 Installing : libpng-2:1.6.34-5.el8.x86_64 12/194
#5 16.89 Installing : freetype-2.9.1-9.el8.x86_64 13/194
#5 17.05 Installing : fontconfig-2.13.1-4.el8.x86_64 14/194
#5 17.16 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 14/194
#5 18.20 Installing : nspr-4.35.0-1.el8_8.x86_64 15/194
#5 18.21 Running scriptlet: nspr-4.35.0-1.el8_8.x86_64 15/194
#5 18.23 Installing : nss-util-3.101.0-11.el8_8.x86_64 16/194
#5 18.25 Running scriptlet: glibc-headers-2.28-251.el8_10.11.i686 17/194
#5 18.34 Installing : glibc-headers-2.28-251.el8_10.11.i686 17/194
#5 18.37 Installing : kmod-25-20.el8.x86_64 18/194
#5 18.39 Installing : libgomp-8.5.0-22.el8_10.x86_64 19/194
#5 18.40 Running scriptlet: libgomp-8.5.0-22.el8_10.x86_64 19/194
#5 18.44 Installing : libjpeg-turbo-1.5.3-12.el8.x86_64 20/194
#5 18.45 Installing : libmpc-1.1.0-9.1.el8.x86_64 21/194
#5 18.47 Installing : libcroco-0.6.12-4.el8_2.1.x86_64 22/194
#5 18.48 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 22/194
#5 18.52 Installing : atk-2.28.1-1.el8.x86_64 23/194
#5 18.54 Installing : libwayland-client-1.21.0-1.el8.x86_64 24/194
#5 18.57 Installing : pixman-0.38.4-4.el8.x86_64 25/194
#5 18.58 Installing : libwayland-cursor-1.21.0-1.el8.x86_64 26/194
#5 18.62 Installing : gettext-libs-0.19.8.1-17.el8.x86_64 27/194
#5 18.71 Installing : gettext-0.19.8.1-17.el8.x86_64 28/194
#5 18.73 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 28/194
#5 18.76 Installing : grub2-tools-minimal-1:2.02-160.el8_10.alma.1.x86 29/194
#5 19.51 Installing : cpp-8.5.0-22.el8_10.x86_64 30/194
#5 19.52 Running scriptlet: cpp-8.5.0-22.el8_10.x86_64 30/194
#5 19.55 Installing : jasper-libs-2.0.14-6.el8_10.x86_64 31/194
#5 19.58 Installing : nss-softokn-freebl-3.101.0-11.el8_8.x86_64 32/194
#5 19.64 Installing : nss-softokn-3.101.0-11.el8_8.x86_64 33/194
#5 19.66 Installing : ttmkfdir-3.0.9-54.el8.x86_64 34/194
#5 19.67 Installing : avahi-libs-0.7-27.el8_10.1.x86_64 35/194
#5 19.71 Installing : cups-libs-1:2.2.6-62.el8_10.x86_64 36/194
#5 19.74 Installing : cpio-2.12-11.el8.x86_64 37/194
#5 19.76 Installing : file-5.33-26.el8.x86_64 38/194
#5 19.77 Running scriptlet: glibc-headers-2.28-251.el8_10.11.x86_64 39/194
#5 19.81 Installing : glibc-headers-2.28-251.el8_10.11.x86_64 39/194
#5 19.93 Installing : groff-base-1.22.3-18.el8.x86_64 40/194
#5 19.95 Installing : hardlink-1:1.3-6.el8.x86_64 41/194
#5 19.97 Installing : json-glib-1.4.4-1.el8.x86_64 42/194
#5 19.99 Installing : kpartx-0.8.4-41.el8.x86_64 43/194
#5 20.01 Installing : libgusb-0.3.0-1.el8.x86_64 44/194
#5 20.02 Installing : libkcapi-1.4.0-2.el8.x86_64 45/194
#5 20.04 Installing : libkcapi-hmaccalc-1.4.0-2.el8.x86_64 46/194
#5 20.05 Installing : libmodman-2.0.1-17.el8.x86_64 47/194
#5 20.06 Running scriptlet: libmodman-2.0.1-17.el8.x86_64 47/194
#5 20.09 Installing : libproxy-0.4.15-5.5.el8_10.x86_64 48/194
#5 20.10 Running scriptlet: libproxy-0.4.15-5.5.el8_10.x86_64 48/194
#5 20.13 Installing : glib-networking-2.56.1-1.1.el8.x86_64 49/194
#5 20.17 Installing : libsoup-2.62.3-7.el8_10.x86_64 50/194
#5 20.19 Installing : rest-0.8.1-2.el8.x86_64 51/194
#5 20.20 Running scriptlet: rest-0.8.1-2.el8.x86_64 51/194
#5 20.22 Installing : libpkgconf-1.4.2-1.el8.x86_64 52/194
#5 20.23 Installing : pkgconf-1.4.2-1.el8.x86_64 53/194
#5 20.25 Installing : lksctp-tools-1.0.18-3.el8.x86_64 54/194
#5 20.27 Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 54/194
#5 20.30 Installing : m4-1.4.18-7.el8.x86_64 55/194
#5 20.30 Running scriptlet: m4-1.4.18-7.el8.x86_64 55/194
#5 20.32 Installing : memstrack-0.2.5-2.el8.x86_64 56/194
#5 20.35 Installing : ncurses-6.1-10.20180224.el8.x86_64 57/194
#5 20.42 Installing : openssl-1:1.1.1k-12.el8_9.x86_64 58/194
#5 20.44 Installing : perl-Digest-1.17-395.el8.noarch 59/194
#5 20.45 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 60/194
#5 20.47 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 61/194
#5 20.49 Installing : perl-libnet-3.11-3.el8.noarch 62/194
#5 20.52 Installing : perl-URI-1.73-3.el8.noarch 63/194
#5 20.54 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 64/194
#5 20.55 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 65/194
#5 20.56 Installing : perl-Time-Local-1:1.280-1.el8.noarch 66/194
#5 20.58 Installing : perl-Mozilla-CA-20160104-7.module_el8.5.0+2812+e 67/194
#5 20.61 Installing : perl-IO-Socket-SSL-2.066-4.module_el8.6.0+2811+f 68/194
#5 20.66 Installing : perl-Net-SSLeay-1.88-2.module_el8.6.0+2811+fe6c8 69/194
#5 20.68 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 70/194
#5 20.69 Installing : perl-Term-Cap-1.17-395.el8.noarch 71/194
#5 20.70 Installing : perl-File-Temp-0.230.600-1.el8.noarch 72/194
#5 20.73 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 73/194
#5 20.75 Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 74/194
#5 20.77 Installing : perl-podlators-4.11-1.el8.noarch 75/194
#5 20.79 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 76/194
#5 20.80 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 77/194
#5 20.82 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 78/194
#5 20.83 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 79/194
#5 20.85 Installing : perl-Storable-1:3.11-3.el8.x86_64 80/194
#5 20.86 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 81/194
#5 20.88 Installing : perl-Errno-1.28-422.el8.0.1.x86_64 82/194
#5 20.89 Installing : perl-Socket-4:2.027-3.el8.x86_64 83/194
#5 21.06 Installing : perl-Encode-4:2.97-3.el8.x86_64 84/194
#5 21.08 Installing : perl-Carp-1.42-396.el8.noarch 85/194
#5 21.09 Installing : perl-Exporter-5.72-396.el8.noarch 86/194
#5 21.28 Installing : perl-libs-4:5.26.3-422.el8.0.1.x86_64 87/194
#5 21.31 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 88/194
#5 21.32 Installing : perl-parent-1:0.237-1.el8.noarch 89/194
#5 21.33 Installing : perl-macros-4:5.26.3-422.el8.0.1.x86_64 90/194
#5 21.34 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 91/194
#5 21.36 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 92/194
#5 21.37 Installing : perl-File-Path-2.15-2.el8.noarch 93/194
#5 21.39 Installing : perl-IO-1.38-422.el8.0.1.x86_64 94/194
#5 21.41 Installing : perl-PathTools-3.74-1.el8.x86_64 95/194
#5 21.43 Installing : perl-constant-1.33-396.el8.noarch 96/194
#5 21.44 Installing : perl-threads-1:2.21-2.el8.x86_64 97/194
#5 21.46 Installing : perl-threads-shared-1.58-2.el8.x86_64 98/194
#5 21.93 Installing : perl-interpreter-4:5.26.3-422.el8.0.1.x86_64 99/194
#5 21.96 Installing : perl-Thread-Queue-3.13-1.el8.noarch 100/194
#5 21.98 Installing : pigz-2.4-4.el8.x86_64 101/194
#5 22.02 Installing : procps-ng-3.3.15-14.el8.x86_64 102/194
#5 22.06 Installing : shared-mime-info-1.9-4.el8.x86_64 103/194
#5 22.08 Running scriptlet: shared-mime-info-1.9-4.el8.x86_64 103/194
#5 22.13 Installing : gdk-pixbuf2-2.36.12-6.el8_10.x86_64 104/194
#5 22.14 Running scriptlet: gdk-pixbuf2-2.36.12-6.el8_10.x86_64 104/194
#5 22.17 Installing : gtk-update-icon-cache-3.22.30-12.el8_10.x86_64 105/194
#5 22.18 Installing : which-2.21-20.el8.x86_64 106/194
#5 22.24 Installing : alsa-lib-1.2.10-2.el8.x86_64 107/194
#5 22.25 Running scriptlet: alsa-lib-1.2.10-2.el8.x86_64 107/194
#5 22.28 Installing : dconf-0.28.0-4.el8.x86_64 108/194
#5 22.30 Installing : fribidi-1.0.4-9.el8.x86_64 109/194
#5 22.32 Installing : graphite2-1.3.10-10.el8.x86_64 110/194
#5 22.36 Installing : harfbuzz-1.7.5-4.el8.x86_64 111/194
#5 22.37 Running scriptlet: harfbuzz-1.7.5-4.el8.x86_64 111/194
#5 22.46 Installing : isl-0.16.1-6.el8.x86_64 112/194
#5 22.47 Running scriptlet: isl-0.16.1-6.el8.x86_64 112/194
#5 22.49 Installing : jbigkit-libs-2.1-14.el8.x86_64 113/194
#5 22.50 Running scriptlet: jbigkit-libs-2.1-14.el8.x86_64 113/194
#5 22.53 Installing : libtiff-4.0.9-33.el8_10.x86_64 114/194
#5 22.56 Installing : gdk-pixbuf2-modules-2.36.12-6.el8_10.x86_64 115/194
#5 22.58 Installing : lcms2-2.9-2.el8.x86_64 116/194
#5 22.59 Running scriptlet: lcms2-2.9-2.el8.x86_64 116/194
#5 22.63 Installing : colord-libs-1.4.2-1.el8.x86_64 117/194
#5 22.65 Installing : libXau-1.0.9-3.el8.x86_64 118/194
#5 22.69 Installing : libxcb-1.13.1-1.el8.x86_64 119/194
#5 22.71 Installing : libdatrie-0.2.9-7.el8.x86_64 120/194
#5 22.72 Running scriptlet: libdatrie-0.2.9-7.el8.x86_64 120/194
#5 22.76 Installing : libthai-0.1.27-2.el8.x86_64 121/194
#5 22.77 Running scriptlet: libthai-0.1.27-2.el8.x86_64 121/194
#5 22.81 Installing : libepoxy-1.5.8-1.el8.x86_64 122/194
#5 22.82 Installing : libfontenc-1.1.3-8.el8.x86_64 123/194
#5 22.83 Installing : libwayland-egl-1.21.0-1.el8.x86_64 124/194
#5 22.86 Installing : lua-5.3.4-12.el8.x86_64 125/194
#5 22.87 Installing : copy-jdk-configs-4.0-2.el8.noarch 126/194
#5 22.99 Installing : xkeyboard-config-2.28-1.el8.noarch 127/194
#5 23.01 Installing : libxkbcommon-0.9.1-1.el8.x86_64 128/194
#5 23.08 Installing : tzdata-java-2025a-1.el8.noarch 129/194
#5 23.14 Installing : libX11-common-1.6.8-9.el8_10.noarch 130/194
#5 23.19 Installing : libX11-1.6.8-9.el8_10.x86_64 131/194
#5 23.21 Installing : libXext-1.3.4-1.el8.x86_64 132/194
#5 23.22 Installing : libXrender-0.9.10-7.el8.x86_64 133/194
#5 23.28 Installing : cairo-1.15.12-6.el8.x86_64 134/194
#5 23.30 Installing : libXi-1.7.10-1.el8.x86_64 135/194
#5 23.31 Installing : libXfixes-5.0.3-7.el8.x86_64 136/194
#5 23.32 Installing : libXtst-1.2.3-7.el8.x86_64 137/194
#5 23.34 Installing : libXcomposite-0.4.4-14.el8.x86_64 138/194
#5 23.36 Installing : at-spi2-core-2.28.0-1.el8.x86_64 139/194
#5 23.37 Running scriptlet: at-spi2-core-2.28.0-1.el8.x86_64 139/194
#5 23.40 Installing : at-spi2-atk-2.26.2-1.el8.x86_64 140/194
#5 23.42 Running scriptlet: at-spi2-atk-2.26.2-1.el8.x86_64 140/194
#5 23.44 Installing : libXcursor-1.1.15-3.el8.x86_64 141/194
#5 23.46 Installing : libXdamage-1.1.4-14.el8.x86_64 142/194
#5 23.47 Installing : cairo-gobject-1.15.12-6.el8.x86_64 143/194
#5 23.48 Installing : libXft-2.3.3-1.el8.x86_64 144/194
#5 23.52 Installing : pango-1.42.4-8.el8.x86_64 145/194
#5 23.53 Running scriptlet: pango-1.42.4-8.el8.x86_64 145/194
#5 23.56 Installing : libXrandr-1.5.2-1.el8.x86_64 146/194
#5 23.57 Installing : libXinerama-1.1.4-1.el8.x86_64 147/194
#5 23.58 Installing : javapackages-filesystem-5.3.0-2.module_el8.0.0+6 148/194
#5 23.63 Installing : hicolor-icon-theme-0.17-2.el8.noarch 149/194
#5 23.76 Installing : adwaita-cursor-theme-3.28.0-3.el8.noarch 150/194
#5 25.04 Installing : adwaita-icon-theme-3.28.0-3.el8.noarch 151/194
#5 25.42 Installing : gtk3-3.22.30-12.el8_10.x86_64 152/194
#5 25.43 Installing : pkgconf-m4-1.4.2-1.el8.noarch 153/194
#5 25.45 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 154/194
#5 25.46 Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 155/194
#5 25.47 Installing : glibc-devel-2.28-251.el8_10.11.x86_64 156/194
#5 25.49 Running scriptlet: glibc-devel-2.28-251.el8_10.11.x86_64 156/194
#5 25.51 Installing : xorg-x11-font-utils-1:7.5-41.el8.x86_64 157/194
#5 25.56 Installing : xorg-x11-fonts-Type1-7.5-19.el8.noarch 158/194
#5 25.57 Running scriptlet: xorg-x11-fonts-Type1-7.5-19.el8.noarch 158/194
#5 25.81 Installing : kbd-misc-2.0.4-11.el8.noarch 159/194
#5 25.88 Installing : kbd-legacy-2.0.4-11.el8.noarch 160/194
#5 25.94 Installing : kbd-2.0.4-11.el8.x86_64 161/194
#5 26.12 Installing : systemd-udev-239-82.el8_10.1.x86_64 162/194
#5 26.13 Running scriptlet: systemd-udev-239-82.el8_10.1.x86_64 162/194
#5 26.41 Installing : dracut-049-233.git20240115.el8.x86_64 163/194
#5 26.44 Installing : os-prober-1.74-9.el8.x86_64 164/194
#5 26.45 Running scriptlet: grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 165/194
#5 26.62 Installing : grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 165/194
#5 26.64 Running scriptlet: grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 165/194
#5 26.65 Installing : grubby-8.40-49.el8.x86_64 166/194
#5 26.68 Installing : crypto-policies-scripts-20230731-1.git3177e06.el 167/194
#5 26.69 Installing : nss-sysinit-3.101.0-11.el8_8.x86_64 168/194
#5 26.76 Installing : nss-3.101.0-11.el8_8.x86_64 169/194
#5 30.12 Installing : java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 170/194
#5 30.14 Running scriptlet: java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 170/194
#5 30.58 Installing : java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 171/194
#5 30.59 Running scriptlet: java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 171/194
#5 30.60 Installing : emacs-filesystem-1:26.1-12.el8_10.noarch 172/194
#5 30.80 Installing : glibc-gconv-extra-2.28-251.el8_10.11.i686 173/194
#5 30.82 Running scriptlet: glibc-gconv-extra-2.28-251.el8_10.11.i686 173/194
#5 30.82 Running scriptlet: glibc-2.28-251.el8_10.11.i686 174/194
#5 30.96 Installing : glibc-2.28-251.el8_10.11.i686 174/194
#5 30.98 Running scriptlet: glibc-2.28-251.el8_10.11.i686 174/194
#5 31.01 Installing : libgcc-8.5.0-22.el8_10.i686 175/194
#5 31.02 Running scriptlet: libgcc-8.5.0-22.el8_10.i686 175/194
#5 31.09 Installing : autoconf-2.69-29.el8_10.1.noarch 176/194
#5 31.10 Running scriptlet: autoconf-2.69-29.el8_10.1.noarch 176/194
#5 31.17 Installing : automake-1.16.1-8.el8.noarch 177/194
#5 31.43 Installing : java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 178/194
#5 31.45 Running scriptlet: java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 178/194
#5 31.49 Installing : diffutils-3.6-6.el8.x86_64 179/194
#5 31.50 Running scriptlet: diffutils-3.6-6.el8.x86_64 179/194
#5 31.54 Installing : make-1:4.2.1-11.el8.x86_64 180/194
#5 31.55 Running scriptlet: make-1:4.2.1-11.el8.x86_64 180/194
#5 31.58 Installing : unzip-6.0-47.el8_10.x86_64 181/194
#5 31.59 Upgrading : glibc-minimal-langpack-2.28-251.el8_10.11.x86_64 182/194
#5 31.83 Installing : libstdc++-devel-8.5.0-22.el8_10.x86_64 183/194
#5 31.88 Installing : libstdc++-8.5.0-22.el8_10.i686 184/194
#5 31.90 Running scriptlet: libstdc++-8.5.0-22.el8_10.i686 184/194
#5 32.04 Installing : libstdc++-devel-8.5.0-22.el8_10.i686 185/194
#5 32.06 Installing : libxcrypt-4.1.1-6.el8.i686 186/194
#5 32.08 Installing : glibc-devel-2.28-251.el8_10.11.i686 187/194
#5 32.09 Running scriptlet: glibc-devel-2.28-251.el8_10.11.i686 187/194
#5 32.10 Installing : libxcrypt-devel-4.1.1-6.el8.i686 188/194
#5 33.32 Installing : gcc-8.5.0-22.el8_10.x86_64 189/194
#5 33.33 Running scriptlet: gcc-8.5.0-22.el8_10.x86_64 189/194
#5 34.14 Installing : gcc-c++-8.5.0-22.el8_10.x86_64 190/194
#5 34.21 Installing : libtool-2.4.6-25.el8.x86_64 191/194
#5 34.22 Running scriptlet: libtool-2.4.6-25.el8.x86_64 191/194
#5 34.23 Cleanup : glibc-2.28-251.el8_10.4.x86_64 192/194
#5 34.25 Cleanup : glibc-minimal-langpack-2.28-251.el8_10.4.x86_64 193/194
#5 34.26 Cleanup : glibc-common-2.28-251.el8_10.4.x86_64 194/194
#5 34.27 Running scriptlet: grub2-common-1:2.02-160.el8_10.alma.1.noarch 194/194
#5 34.28 Running scriptlet: dconf-0.28.0-4.el8.x86_64 194/194
#5 34.30 Running scriptlet: copy-jdk-configs-4.0-2.el8.noarch 194/194
#5 34.31 Running scriptlet: crypto-policies-scripts-20230731-1.git3177e06.el 194/194
#5 34.43 Running scriptlet: nss-3.101.0-11.el8_8.x86_64 194/194
#5 34.53 Running scriptlet: java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 194/194
#5 34.55 Running scriptlet: java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 194/194
#5 34.57 Running scriptlet: java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 194/194
#5 34.60 Running scriptlet: glibc-common-2.28-251.el8_10.4.x86_64 194/194
#5 34.79 Running scriptlet: glibc-common-2.28-251.el8_10.11.x86_64 194/194
#5 34.82 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 194/194
#5 34.85 Running scriptlet: shared-mime-info-1.9-4.el8.x86_64 194/194
#5 36.42 Running scriptlet: gdk-pixbuf2-2.36.12-6.el8_10.x86_64 194/194
#5 36.45 Running scriptlet: hicolor-icon-theme-0.17-2.el8.noarch 194/194
#5 36.47 Running scriptlet: adwaita-icon-theme-3.28.0-3.el8.noarch 194/194
#5 36.56 Running scriptlet: systemd-udev-239-82.el8_10.1.x86_64 194/194
#5 36.64 Verifying : avahi-libs-0.7-27.el8_10.1.x86_64 1/194
#5 36.64 Verifying : cpio-2.12-11.el8.x86_64 2/194
#5 36.64 Verifying : crypto-policies-scripts-20230731-1.git3177e06.el 3/194
#5 36.64 Verifying : cups-libs-1:2.2.6-62.el8_10.x86_64 4/194
#5 36.64 Verifying : dejavu-fonts-common-2.35-7.el8.noarch 5/194
#5 36.64 Verifying : dejavu-sans-mono-fonts-2.35-7.el8.noarch 6/194
#5 36.64 Verifying : diffutils-3.6-6.el8.x86_64 7/194
#5 36.64 Verifying : dracut-049-233.git20240115.el8.x86_64 8/194
#5 36.64 Verifying : emacs-filesystem-1:26.1-12.el8_10.noarch 9/194
#5 36.64 Verifying : file-5.33-26.el8.x86_64 10/194
#5 36.64 Verifying : fontconfig-2.13.1-4.el8.x86_64 11/194
#5 36.65 Verifying : fontpackages-filesystem-1.44-22.el8.noarch 12/194
#5 36.65 Verifying : freetype-2.9.1-9.el8.x86_64 13/194
#5 36.65 Verifying : gdk-pixbuf2-2.36.12-6.el8_10.x86_64 14/194
#5 36.65 Verifying : gettext-0.19.8.1-17.el8.x86_64 15/194
#5 36.65 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 16/194
#5 36.65 Verifying : glib-networking-2.56.1-1.1.el8.x86_64 17/194
#5 36.65 Verifying : glibc-2.28-251.el8_10.11.i686 18/194
#5 36.65 Verifying : glibc-devel-2.28-251.el8_10.11.i686 19/194
#5 36.65 Verifying : glibc-devel-2.28-251.el8_10.11.x86_64 20/194
#5 36.65 Verifying : glibc-gconv-extra-2.28-251.el8_10.11.i686 21/194
#5 36.65 Verifying : glibc-gconv-extra-2.28-251.el8_10.11.x86_64 22/194
#5 36.65 Verifying : glibc-headers-2.28-251.el8_10.11.i686 23/194
#5 36.65 Verifying : glibc-headers-2.28-251.el8_10.11.x86_64 24/194
#5 36.65 Verifying : glibc-langpack-en-2.28-251.el8_10.11.x86_64 25/194
#5 36.65 Verifying : groff-base-1.22.3-18.el8.x86_64 26/194
#5 36.65 Verifying : grub2-common-1:2.02-160.el8_10.alma.1.noarch 27/194
#5 36.65 Verifying : grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 28/194
#5 36.65 Verifying : grub2-tools-minimal-1:2.02-160.el8_10.alma.1.x86 29/194
#5 36.65 Verifying : grubby-8.40-49.el8.x86_64 30/194
#5 36.65 Verifying : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 31/194
#5 36.65 Verifying : hardlink-1:1.3-6.el8.x86_64 32/194
#5 36.65 Verifying : json-glib-1.4.4-1.el8.x86_64 33/194
#5 36.65 Verifying : kbd-2.0.4-11.el8.x86_64 34/194
#5 36.65 Verifying : kbd-legacy-2.0.4-11.el8.noarch 35/194
#5 36.65 Verifying : kbd-misc-2.0.4-11.el8.noarch 36/194
#5 36.65 Verifying : kernel-headers-4.18.0-553.37.1.el8_10.x86_64 37/194
#5 36.65 Verifying : kmod-25-20.el8.x86_64 38/194
#5 36.65 Verifying : kpartx-0.8.4-41.el8.x86_64 39/194
#5 36.65 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 40/194
#5 36.65 Verifying : libgcc-8.5.0-22.el8_10.i686 41/194
#5 36.65 Verifying : libgomp-8.5.0-22.el8_10.x86_64 42/194
#5 36.65 Verifying : libgusb-0.3.0-1.el8.x86_64 43/194
#5 36.65 Verifying : libkcapi-1.4.0-2.el8.x86_64 44/194
#5 36.65 Verifying : libkcapi-hmaccalc-1.4.0-2.el8.x86_64 45/194
#5 36.65 Verifying : libmodman-2.0.1-17.el8.x86_64 46/194
#5 36.65 Verifying : libpkgconf-1.4.2-1.el8.x86_64 47/194
#5 36.65 Verifying : libpng-2:1.6.34-5.el8.x86_64 48/194
#5 36.65 Verifying : libproxy-0.4.15-5.5.el8_10.x86_64 49/194
#5 36.65 Verifying : libsoup-2.62.3-7.el8_10.x86_64 50/194
#5 36.65 Verifying : libstdc++-8.5.0-22.el8_10.i686 51/194
#5 36.65 Verifying : libxcrypt-4.1.1-6.el8.i686 52/194
#5 36.65 Verifying : libxcrypt-devel-4.1.1-6.el8.i686 53/194
#5 36.65 Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 54/194
#5 36.65 Verifying : lksctp-tools-1.0.18-3.el8.x86_64 55/194
#5 36.65 Verifying : m4-1.4.18-7.el8.x86_64 56/194
#5 36.65 Verifying : make-1:4.2.1-11.el8.x86_64 57/194
#5 36.65 Verifying : memstrack-0.2.5-2.el8.x86_64 58/194
#5 36.65 Verifying : ncurses-6.1-10.20180224.el8.x86_64 59/194
#5 36.65 Verifying : openssl-1:1.1.1k-12.el8_9.x86_64 60/194
#5 36.65 Verifying : os-prober-1.74-9.el8.x86_64 61/194
#5 36.65 Verifying : perl-Carp-1.42-396.el8.noarch 62/194
#5 36.65 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 63/194
#5 36.65 Verifying : perl-Digest-1.17-395.el8.noarch 64/194
#5 36.65 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 65/194
#5 36.65 Verifying : perl-Encode-4:2.97-3.el8.x86_64 66/194
#5 36.65 Verifying : perl-Errno-1.28-422.el8.0.1.x86_64 67/194
#5 36.65 Verifying : perl-Exporter-5.72-396.el8.noarch 68/194
#5 36.65 Verifying : perl-File-Path-2.15-2.el8.noarch 69/194
#5 36.65 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 70/194
#5 36.65 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 71/194
#5 36.65 Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 72/194
#5 36.65 Verifying : perl-IO-1.38-422.el8.0.1.x86_64 73/194
#5 36.65 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 74/194
#5 36.65 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 75/194
#5 36.65 Verifying : perl-PathTools-3.74-1.el8.x86_64 76/194
#5 36.65 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 77/194
#5 36.65 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 78/194
#5 36.65 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 79/194
#5 36.65 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 80/194
#5 36.65 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 81/194
#5 36.65 Verifying : perl-Socket-4:2.027-3.el8.x86_64 82/194
#5 36.65 Verifying : perl-Storable-1:3.11-3.el8.x86_64 83/194
#5 36.65 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 84/194
#5 36.65 Verifying : perl-Term-Cap-1.17-395.el8.noarch 85/194
#5 36.65 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 86/194
#5 36.65 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 87/194
#5 36.65 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 88/194
#5 36.65 Verifying : perl-URI-1.73-3.el8.noarch 89/194
#5 36.65 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 90/194
#5 36.65 Verifying : perl-constant-1.33-396.el8.noarch 91/194
#5 36.65 Verifying : perl-interpreter-4:5.26.3-422.el8.0.1.x86_64 92/194
#5 36.65 Verifying : perl-libnet-3.11-3.el8.noarch 93/194
#5 36.65 Verifying : perl-libs-4:5.26.3-422.el8.0.1.x86_64 94/194
#5 36.65 Verifying : perl-macros-4:5.26.3-422.el8.0.1.x86_64 95/194
#5 36.65 Verifying : perl-parent-1:0.237-1.el8.noarch 96/194
#5 36.65 Verifying : perl-podlators-4.11-1.el8.noarch 97/194
#5 36.65 Verifying : perl-threads-1:2.21-2.el8.x86_64 98/194
#5 36.65 Verifying : perl-threads-shared-1.58-2.el8.x86_64 99/194
#5 36.65 Verifying : pigz-2.4-4.el8.x86_64 100/194
#5 36.65 Verifying : pkgconf-1.4.2-1.el8.x86_64 101/194
#5 36.65 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 102/194
#5 36.65 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 103/194
#5 36.65 Verifying : procps-ng-3.3.15-14.el8.x86_64 104/194
#5 36.65 Verifying : shared-mime-info-1.9-4.el8.x86_64 105/194
#5 36.65 Verifying : systemd-udev-239-82.el8_10.1.x86_64 106/194
#5 36.65 Verifying : unzip-6.0-47.el8_10.x86_64 107/194
#5 36.65 Verifying : which-2.21-20.el8.x86_64 108/194
#5 36.65 Verifying : abattis-cantarell-fonts-0.0.25-6.el8.noarch 109/194
#5 36.65 Verifying : adwaita-cursor-theme-3.28.0-3.el8.noarch 110/194
#5 36.65 Verifying : adwaita-icon-theme-3.28.0-3.el8.noarch 111/194
#5 36.65 Verifying : alsa-lib-1.2.10-2.el8.x86_64 112/194
#5 36.65 Verifying : at-spi2-atk-2.26.2-1.el8.x86_64 113/194
#5 36.65 Verifying : at-spi2-core-2.28.0-1.el8.x86_64 114/194
#5 36.65 Verifying : atk-2.28.1-1.el8.x86_64 115/194
#5 36.65 Verifying : autoconf-2.69-29.el8_10.1.noarch 116/194
#5 36.65 Verifying : automake-1.16.1-8.el8.noarch 117/194
#5 36.65 Verifying : cairo-1.15.12-6.el8.x86_64 118/194
#5 36.65 Verifying : cairo-gobject-1.15.12-6.el8.x86_64 119/194
#5 36.65 Verifying : colord-libs-1.4.2-1.el8.x86_64 120/194
#5 36.65 Verifying : copy-jdk-configs-4.0-2.el8.noarch 121/194
#5 36.65 Verifying : cpp-8.5.0-22.el8_10.x86_64 122/194
#5 36.65 Verifying : dconf-0.28.0-4.el8.x86_64 123/194
#5 36.65 Verifying : fribidi-1.0.4-9.el8.x86_64 124/194
#5 36.65 Verifying : gcc-8.5.0-22.el8_10.x86_64 125/194
#5 36.65 Verifying : gcc-c++-8.5.0-22.el8_10.x86_64 126/194
#5 36.65 Verifying : gdk-pixbuf2-modules-2.36.12-6.el8_10.x86_64 127/194
#5 36.65 Verifying : graphite2-1.3.10-10.el8.x86_64 128/194
#5 36.65 Verifying : gtk-update-icon-cache-3.22.30-12.el8_10.x86_64 129/194
#5 36.65 Verifying : gtk3-3.22.30-12.el8_10.x86_64 130/194
#5 36.65 Verifying : harfbuzz-1.7.5-4.el8.x86_64 131/194
#5 36.65 Verifying : hicolor-icon-theme-0.17-2.el8.noarch 132/194
#5 36.65 Verifying : isl-0.16.1-6.el8.x86_64 133/194
#5 36.65 Verifying : jasper-libs-2.0.14-6.el8_10.x86_64 134/194
#5 36.65 Verifying : java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 135/194
#5 36.65 Verifying : java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 136/194
#5 36.65 Verifying : java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 137/194
#5 36.65 Verifying : javapackages-filesystem-5.3.0-2.module_el8.0.0+6 138/194
#5 36.65 Verifying : jbigkit-libs-2.1-14.el8.x86_64 139/194
#5 36.65 Verifying : lcms2-2.9-2.el8.x86_64 140/194
#5 36.65 Verifying : libX11-1.6.8-9.el8_10.x86_64 141/194
#5 36.65 Verifying : libX11-common-1.6.8-9.el8_10.noarch 142/194
#5 36.65 Verifying : libXau-1.0.9-3.el8.x86_64 143/194
#5 36.65 Verifying : libXcomposite-0.4.4-14.el8.x86_64 144/194
#5 36.65 Verifying : libXcursor-1.1.15-3.el8.x86_64 145/194
#5 36.65 Verifying : libXdamage-1.1.4-14.el8.x86_64 146/194
#5 36.65 Verifying : libXext-1.3.4-1.el8.x86_64 147/194
#5 36.66 Verifying : libXfixes-5.0.3-7.el8.x86_64 148/194
#5 36.66 Verifying : libXft-2.3.3-1.el8.x86_64 149/194
#5 36.66 Verifying : libXi-1.7.10-1.el8.x86_64 150/194
#5 36.66 Verifying : libXinerama-1.1.4-1.el8.x86_64 151/194
#5 36.66 Verifying : libXrandr-1.5.2-1.el8.x86_64 152/194
#5 36.66 Verifying : libXrender-0.9.10-7.el8.x86_64 153/194
#5 36.66 Verifying : libXtst-1.2.3-7.el8.x86_64 154/194
#5 36.66 Verifying : libdatrie-0.2.9-7.el8.x86_64 155/194
#5 36.66 Verifying : libepoxy-1.5.8-1.el8.x86_64 156/194
#5 36.66 Verifying : libfontenc-1.1.3-8.el8.x86_64 157/194
#5 36.66 Verifying : libjpeg-turbo-1.5.3-12.el8.x86_64 158/194
#5 36.66 Verifying : libmpc-1.1.0-9.1.el8.x86_64 159/194
#5 36.66 Verifying : libstdc++-devel-8.5.0-22.el8_10.i686 160/194
#5 36.66 Verifying : libstdc++-devel-8.5.0-22.el8_10.x86_64 161/194
#5 36.66 Verifying : libthai-0.1.27-2.el8.x86_64 162/194
#5 36.66 Verifying : libtiff-4.0.9-33.el8_10.x86_64 163/194
#5 36.66 Verifying : libtool-2.4.6-25.el8.x86_64 164/194
#5 36.66 Verifying : libwayland-client-1.21.0-1.el8.x86_64 165/194
#5 36.66 Verifying : libwayland-cursor-1.21.0-1.el8.x86_64 166/194
#5 36.66 Verifying : libwayland-egl-1.21.0-1.el8.x86_64 167/194
#5 36.66 Verifying : libxcb-1.13.1-1.el8.x86_64 168/194
#5 36.66 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 169/194
#5 36.66 Verifying : lua-5.3.4-12.el8.x86_64 170/194
#5 36.66 Verifying : nspr-4.35.0-1.el8_8.x86_64 171/194
#5 36.66 Verifying : nss-3.101.0-11.el8_8.x86_64 172/194
#5 36.66 Verifying : nss-softokn-3.101.0-11.el8_8.x86_64 173/194
#5 36.66 Verifying : nss-softokn-freebl-3.101.0-11.el8_8.x86_64 174/194
#5 36.66 Verifying : nss-sysinit-3.101.0-11.el8_8.x86_64 175/194
#5 36.66 Verifying : nss-util-3.101.0-11.el8_8.x86_64 176/194
#5 36.66 Verifying : pango-1.42.4-8.el8.x86_64 177/194
#5 36.66 Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.6.0+2811+f 178/194
#5 36.66 Verifying : perl-Mozilla-CA-20160104-7.module_el8.5.0+2812+e 179/194
#5 36.66 Verifying : perl-Net-SSLeay-1.88-2.module_el8.6.0+2811+fe6c8 180/194
#5 36.66 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 181/194
#5 36.66 Verifying : pixman-0.38.4-4.el8.x86_64 182/194
#5 36.66 Verifying : rest-0.8.1-2.el8.x86_64 183/194
#5 36.66 Verifying : ttmkfdir-3.0.9-54.el8.x86_64 184/194
#5 36.66 Verifying : tzdata-java-2025a-1.el8.noarch 185/194
#5 36.66 Verifying : xkeyboard-config-2.28-1.el8.noarch 186/194
#5 36.66 Verifying : xorg-x11-font-utils-1:7.5-41.el8.x86_64 187/194
#5 36.66 Verifying : xorg-x11-fonts-Type1-7.5-19.el8.noarch 188/194
#5 36.66 Verifying : glibc-2.28-251.el8_10.11.x86_64 189/194
#5 36.66 Verifying : glibc-2.28-251.el8_10.4.x86_64 190/194
#5 36.66 Verifying : glibc-common-2.28-251.el8_10.11.x86_64 191/194
#5 36.66 Verifying : glibc-common-2.28-251.el8_10.4.x86_64 192/194
#5 36.66 Verifying : glibc-minimal-langpack-2.28-251.el8_10.11.x86_64 193/194
#5 36.66 Verifying : glibc-minimal-langpack-2.28-251.el8_10.4.x86_64 194/194
#5 36.81
#5 36.81 Upgraded:
#5 36.81 glibc-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-common-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-minimal-langpack-2.28-251.el8_10.11.x86_64
#5 36.81 Installed:
#5 36.81 abattis-cantarell-fonts-0.0.25-6.el8.noarch
#5 36.81 adwaita-cursor-theme-3.28.0-3.el8.noarch
#5 36.81 adwaita-icon-theme-3.28.0-3.el8.noarch
#5 36.81 alsa-lib-1.2.10-2.el8.x86_64
#5 36.81 at-spi2-atk-2.26.2-1.el8.x86_64
#5 36.81 at-spi2-core-2.28.0-1.el8.x86_64
#5 36.81 atk-2.28.1-1.el8.x86_64
#5 36.81 autoconf-2.69-29.el8_10.1.noarch
#5 36.81 automake-1.16.1-8.el8.noarch
#5 36.81 avahi-libs-0.7-27.el8_10.1.x86_64
#5 36.81 cairo-1.15.12-6.el8.x86_64
#5 36.81 cairo-gobject-1.15.12-6.el8.x86_64
#5 36.81 colord-libs-1.4.2-1.el8.x86_64
#5 36.81 copy-jdk-configs-4.0-2.el8.noarch
#5 36.81 cpio-2.12-11.el8.x86_64
#5 36.81 cpp-8.5.0-22.el8_10.x86_64
#5 36.81 crypto-policies-scripts-20230731-1.git3177e06.el8.noarch
#5 36.81 cups-libs-1:2.2.6-62.el8_10.x86_64
#5 36.81 dconf-0.28.0-4.el8.x86_64
#5 36.81 dejavu-fonts-common-2.35-7.el8.noarch
#5 36.81 dejavu-sans-mono-fonts-2.35-7.el8.noarch
#5 36.81 diffutils-3.6-6.el8.x86_64
#5 36.81 dracut-049-233.git20240115.el8.x86_64
#5 36.81 emacs-filesystem-1:26.1-12.el8_10.noarch
#5 36.81 file-5.33-26.el8.x86_64
#5 36.81 fontconfig-2.13.1-4.el8.x86_64
#5 36.81 fontpackages-filesystem-1.44-22.el8.noarch
#5 36.81 freetype-2.9.1-9.el8.x86_64
#5 36.81 fribidi-1.0.4-9.el8.x86_64
#5 36.81 gcc-8.5.0-22.el8_10.x86_64
#5 36.81 gcc-c++-8.5.0-22.el8_10.x86_64
#5 36.81 gdk-pixbuf2-2.36.12-6.el8_10.x86_64
#5 36.81 gdk-pixbuf2-modules-2.36.12-6.el8_10.x86_64
#5 36.81 gettext-0.19.8.1-17.el8.x86_64
#5 36.81 gettext-libs-0.19.8.1-17.el8.x86_64
#5 36.81 glib-networking-2.56.1-1.1.el8.x86_64
#5 36.81 glibc-2.28-251.el8_10.11.i686
#5 36.81 glibc-devel-2.28-251.el8_10.11.i686
#5 36.81 glibc-devel-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-gconv-extra-2.28-251.el8_10.11.i686
#5 36.81 glibc-gconv-extra-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-headers-2.28-251.el8_10.11.i686
#5 36.81 glibc-headers-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-langpack-en-2.28-251.el8_10.11.x86_64
#5 36.81 graphite2-1.3.10-10.el8.x86_64
#5 36.81 groff-base-1.22.3-18.el8.x86_64
#5 36.81 grub2-common-1:2.02-160.el8_10.alma.1.noarch
#5 36.81 grub2-tools-1:2.02-160.el8_10.alma.1.x86_64
#5 36.81 grub2-tools-minimal-1:2.02-160.el8_10.alma.1.x86_64
#5 36.81 grubby-8.40-49.el8.x86_64
#5 36.81 gsettings-desktop-schemas-3.32.0-6.el8.x86_64
#5 36.81 gtk-update-icon-cache-3.22.30-12.el8_10.x86_64
#5 36.81 gtk3-3.22.30-12.el8_10.x86_64
#5 36.81 hardlink-1:1.3-6.el8.x86_64
#5 36.81 harfbuzz-1.7.5-4.el8.x86_64
#5 36.81 hicolor-icon-theme-0.17-2.el8.noarch
#5 36.81 isl-0.16.1-6.el8.x86_64
#5 36.81 jasper-libs-2.0.14-6.el8_10.x86_64
#5 36.81 java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64
#5 36.81 java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64
#5 36.81 java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86_64
#5 36.81 javapackages-filesystem-5.3.0-2.module_el8.0.0+6004+2fc32706.noarch
#5 36.81 jbigkit-libs-2.1-14.el8.x86_64
#5 36.81 json-glib-1.4.4-1.el8.x86_64
#5 36.81 kbd-2.0.4-11.el8.x86_64
#5 36.81 kbd-legacy-2.0.4-11.el8.noarch
#5 36.81 kbd-misc-2.0.4-11.el8.noarch
#5 36.81 kernel-headers-4.18.0-553.37.1.el8_10.x86_64
#5 36.81 kmod-25-20.el8.x86_64
#5 36.81 kpartx-0.8.4-41.el8.x86_64
#5 36.81 lcms2-2.9-2.el8.x86_64
#5 36.81 libX11-1.6.8-9.el8_10.x86_64
#5 36.81 libX11-common-1.6.8-9.el8_10.noarch
#5 36.81 libXau-1.0.9-3.el8.x86_64
#5 36.81 libXcomposite-0.4.4-14.el8.x86_64
#5 36.81 libXcursor-1.1.15-3.el8.x86_64
#5 36.81 libXdamage-1.1.4-14.el8.x86_64
#5 36.81 libXext-1.3.4-1.el8.x86_64
#5 36.81 libXfixes-5.0.3-7.el8.x86_64
#5 36.81 libXft-2.3.3-1.el8.x86_64
#5 36.81 libXi-1.7.10-1.el8.x86_64
#5 36.81 libXinerama-1.1.4-1.el8.x86_64
#5 36.81 libXrandr-1.5.2-1.el8.x86_64
#5 36.81 libXrender-0.9.10-7.el8.x86_64
#5 36.81 libXtst-1.2.3-7.el8.x86_64
#5 36.81 libcroco-0.6.12-4.el8_2.1.x86_64
#5 36.81 libdatrie-0.2.9-7.el8.x86_64
#5 36.81 libepoxy-1.5.8-1.el8.x86_64
#5 36.81 libfontenc-1.1.3-8.el8.x86_64
#5 36.81 libgcc-8.5.0-22.el8_10.i686
#5 36.81 libgomp-8.5.0-22.el8_10.x86_64
#5 36.81 libgusb-0.3.0-1.el8.x86_64
#5 36.81 libjpeg-turbo-1.5.3-12.el8.x86_64
#5 36.81 libkcapi-1.4.0-2.el8.x86_64
#5 36.81 libkcapi-hmaccalc-1.4.0-2.el8.x86_64
#5 36.81 libmodman-2.0.1-17.el8.x86_64
#5 36.81 libmpc-1.1.0-9.1.el8.x86_64
#5 36.81 libpkgconf-1.4.2-1.el8.x86_64
#5 36.81 libpng-2:1.6.34-5.el8.x86_64
#5 36.81 libproxy-0.4.15-5.5.el8_10.x86_64
#5 36.81 libsoup-2.62.3-7.el8_10.x86_64
#5 36.81 libstdc++-8.5.0-22.el8_10.i686
#5 36.81 libstdc++-devel-8.5.0-22.el8_10.i686
#5 36.81 libstdc++-devel-8.5.0-22.el8_10.x86_64
#5 36.81 libthai-0.1.27-2.el8.x86_64
#5 36.81 libtiff-4.0.9-33.el8_10.x86_64
#5 36.81 libtool-2.4.6-25.el8.x86_64
#5 36.81 libwayland-client-1.21.0-1.el8.x86_64
#5 36.81 libwayland-cursor-1.21.0-1.el8.x86_64
#5 36.81 libwayland-egl-1.21.0-1.el8.x86_64
#5 36.81 libxcb-1.13.1-1.el8.x86_64
#5 36.81 libxcrypt-4.1.1-6.el8.i686
#5 36.81 libxcrypt-devel-4.1.1-6.el8.i686
#5 36.81 libxcrypt-devel-4.1.1-6.el8.x86_64
#5 36.81 libxkbcommon-0.9.1-1.el8.x86_64
#5 36.81 lksctp-tools-1.0.18-3.el8.x86_64
#5 36.81 lua-5.3.4-12.el8.x86_64
#5 36.81 m4-1.4.18-7.el8.x86_64
#5 36.81 make-1:4.2.1-11.el8.x86_64
#5 36.81 memstrack-0.2.5-2.el8.x86_64
#5 36.81 ncurses-6.1-10.20180224.el8.x86_64
#5 36.81 nspr-4.35.0-1.el8_8.x86_64
#5 36.81 nss-3.101.0-11.el8_8.x86_64
#5 36.81 nss-softokn-3.101.0-11.el8_8.x86_64
#5 36.81 nss-softokn-freebl-3.101.0-11.el8_8.x86_64
#5 36.81 nss-sysinit-3.101.0-11.el8_8.x86_64
#5 36.81 nss-util-3.101.0-11.el8_8.x86_64
#5 36.81 openssl-1:1.1.1k-12.el8_9.x86_64
#5 36.81 os-prober-1.74-9.el8.x86_64
#5 36.81 pango-1.42.4-8.el8.x86_64
#5 36.81 perl-Carp-1.42-396.el8.noarch
#5 36.81 perl-Data-Dumper-2.167-399.el8.x86_64
#5 36.81 perl-Digest-1.17-395.el8.noarch
#5 36.81 perl-Digest-MD5-2.55-396.el8.x86_64
#5 36.81 perl-Encode-4:2.97-3.el8.x86_64
#5 36.81 perl-Errno-1.28-422.el8.0.1.x86_64
#5 36.81 perl-Exporter-5.72-396.el8.noarch
#5 36.81 perl-File-Path-2.15-2.el8.noarch
#5 36.81 perl-File-Temp-0.230.600-1.el8.noarch
#5 36.81 perl-Getopt-Long-1:2.50-4.el8.noarch
#5 36.81 perl-HTTP-Tiny-0.074-3.el8.noarch
#5 36.81 perl-IO-1.38-422.el8.0.1.x86_64
#5 36.81 perl-IO-Socket-IP-0.39-5.el8.noarch
#5 36.81 perl-IO-Socket-SSL-2.066-4.module_el8.6.0+2811+fe6c84b0.noarch
#5 36.81 perl-MIME-Base64-3.15-396.el8.x86_64
#5 36.81 perl-Mozilla-CA-20160104-7.module_el8.5.0+2812+ed912d05.noarch
#5 36.81 perl-Net-SSLeay-1.88-2.module_el8.6.0+2811+fe6c84b0.x86_64
#5 36.81 perl-PathTools-3.74-1.el8.x86_64
#5 36.81 perl-Pod-Escapes-1:1.07-395.el8.noarch
#5 36.81 perl-Pod-Perldoc-3.28-396.el8.noarch
#5 36.81 perl-Pod-Simple-1:3.35-395.el8.noarch
#5 36.81 perl-Pod-Usage-4:1.69-395.el8.noarch
#5 36.81 perl-Scalar-List-Utils-3:1.49-2.el8.x86_64
#5 36.81 perl-Socket-4:2.027-3.el8.x86_64
#5 36.81 perl-Storable-1:3.11-3.el8.x86_64
#5 36.81 perl-Term-ANSIColor-4.06-396.el8.noarch
#5 36.81 perl-Term-Cap-1.17-395.el8.noarch
#5 36.81 perl-Text-ParseWords-3.30-395.el8.noarch
#5 36.81 perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch
#5 36.81 perl-Thread-Queue-3.13-1.el8.noarch
#5 36.81 perl-Time-Local-1:1.280-1.el8.noarch
#5 36.81 perl-URI-1.73-3.el8.noarch
#5 36.81 perl-Unicode-Normalize-1.25-396.el8.x86_64
#5 36.81 perl-constant-1.33-396.el8.noarch
#5 36.81 perl-interpreter-4:5.26.3-422.el8.0.1.x86_64
#5 36.81 perl-libnet-3.11-3.el8.noarch
#5 36.81 perl-libs-4:5.26.3-422.el8.0.1.x86_64
#5 36.81 perl-macros-4:5.26.3-422.el8.0.1.x86_64
#5 36.81 perl-parent-1:0.237-1.el8.noarch
#5 36.81 perl-podlators-4.11-1.el8.noarch
#5 36.81 perl-threads-1:2.21-2.el8.x86_64
#5 36.81 perl-threads-shared-1.58-2.el8.x86_64
#5 36.81 pigz-2.4-4.el8.x86_64
#5 36.81 pixman-0.38.4-4.el8.x86_64
#5 36.81 pkgconf-1.4.2-1.el8.x86_64
#5 36.81 pkgconf-m4-1.4.2-1.el8.noarch
#5 36.81 pkgconf-pkg-config-1.4.2-1.el8.x86_64
#5 36.81 procps-ng-3.3.15-14.el8.x86_64
#5 36.81 rest-0.8.1-2.el8.x86_64
#5 36.81 shared-mime-info-1.9-4.el8.x86_64
#5 36.81 systemd-udev-239-82.el8_10.1.x86_64
#5 36.81 ttmkfdir-3.0.9-54.el8.x86_64
#5 36.81 tzdata-java-2025a-1.el8.noarch
#5 36.81 unzip-6.0-47.el8_10.x86_64
#5 36.81 which-2.21-20.el8.x86_64
#5 36.81 xkeyboard-config-2.28-1.el8.noarch
#5 36.81 xorg-x11-font-utils-1:7.5-41.el8.x86_64
#5 36.81 xorg-x11-fonts-Type1-7.5-19.el8.noarch
#5 36.81
#5 36.81 Complete!
#5 37.09 26 files removed
#5 DONE 38.6s
#6 [3/4] RUN mkdir -p "/opt/Android/Sdk/cmdline-tools" && curl -Ls -o cmdline.zip "https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip" && unzip -qd "/opt/Android/Sdk/cmdline-tools" cmdline.zip && rm cmdline.zip && mv "/opt/Android/Sdk/cmdline-tools/cmdline-tools" "/opt/Android/Sdk/cmdline-tools/latest" && yes | "/opt/Android/Sdk/cmdline-tools/latest/bin/sdkmanager" --licenses
#6 1.639 Loading local repository... [========= ] 25% Loading local repository... [========= ] 25% Fetch remote repository... [========== ] 26% Fetch remote repository... [============ ] 31% Fetch remote repository... [============ ] 32% Fetch remote repository... [============= ] 33% Fetch remote repository... [============= ] 34% Fetch remote repository... [============== ] 35% Fetch remote repository... [============== ] 36% Fetch remote repository... [============== ] 37% Fetch remote repository... [=============== ] 38% Fetch remote repository... [=============== ] 39% Fetch remote repository... [=============== ] 39% Fetch remote repository... Warning: Errors during XML parse:
#6 2.785 Warning: Additionally, the fallback loader failed to parse the XML.
#6 2.785 [=============== ] 39% Fetch remote repository... [================ ] 40% Fetch remote repository... [================ ] 41% Fetch remote repository... [================ ] 42% Fetch remote repository... [================= ] 43% Fetch remote repository... [================= ] 44% Fetch remote repository... [================== ] 45% Fetch remote repository... [================== ] 46% Fetch remote repository... [================== ] 47% Fetch remote repository... [=================== ] 48% Fetch remote repository... [=================== ] 49% Fetch remote repository... [==================== ] 50% Fetch remote repository... Warning: Errors during XML parse:
#6 2.864 [==================== ] 51% Fetch remote repository... [==================== ] 51% Fetch remote repository... Warning: Additionally, the fallback loader failed to parse the XML.
#6 2.864 [==================== ] 51% Fetch remote repository... [==================== ] 53% Fetch remote repository... [===================== ] 54% Fetch remote repository... [===================== ] 55% Fetch remote repository... [====================== ] 56% Fetch remote repository... [====================== ] 57% Fetch remote repository... [======================= ] 58% Fetch remote repository... [======================= ] 59% Fetch remote repository... [======================= ] 60% Fetch remote repository... [======================== ] 61% Fetch remote repository... [======================== ] 62% Fetch remote repository... [========================= ] 63% Fetch remote repository... [========================= ] 64% Fetch remote repository... [========================= ] 65% Fetch remote repository... [========================== ] 66% Fetch remote repository... [========================== ] 67% Fetch remote repository... [=========================== ] 68% Fetch remote repository... [=========================== ] 69% Fetch remote repository... [=========================== ] 70% Fetch remote repository... [============================ ] 71% Fetch remote repository... [============================ ] 72% Fetch remote repository... [============================= ] 73% Fetch remote repository... [============================= ] 74% Fetch remote repository... [============================= ] 75% Fetch remote repository... [============================= ] 75% Computing updates... [=======================================] 100% Computing updates...
#6 3.032 6 of 6 SDK package licenses not accepted.
#6 3.032 Review licenses that have not been accepted (y/N)?
#6 3.033 1/6: License android-googletv-license:
#6 3.033 ---------------------------------------
#6 3.034 Terms and Conditions
#6 3.034
#6 3.034 This is the Google TV Add-on for the Android Software Development Kit License Agreement.
#6 3.034
#6 3.034 1. Introduction
#6 3.034
#6 3.034 1.1 The Google TV Add-on for the Android Software Development Kit (referred to in this License Agreement as the "Google TV Add-on" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the Google TV Add-on.
#6 3.034
#6 3.034 1.2 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.034
#6 3.034 2. Accepting this License Agreement
#6 3.034
#6 3.034 2.1 In order to use the Google TV Add-on, you must first agree to this License Agreement. You may not use the Google TV Add-on if you do not accept this License Agreement.
#6 3.034
#6 3.034 2.2 You can accept this License Agreement by:
#6 3.034
#6 3.034 (A) clicking to accept or agree to this License Agreement, where this option is made available to you; or
#6 3.034
#6 3.034 (B) by actually using the Google TV Add-on. In this case, you agree that use of the Google TV Add-on constitutes acceptance of the License Agreement from that point onwards.
#6 3.034
#6 3.034 2.3 You may not use the Google TV Add-on and may not accept the Licensing Agreement if you are a person barred from receiving the Google TV Add-on under the laws of the United States or other countries including the country in which you are resident or from which you use the Google TV Add-on.
#6 3.034
#6 3.034 2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the Licensing Agreement or use the Google TV Add-on on behalf of your employer or other entity.
#6 3.034
#6 3.034 3. Google TV Add-on License from Google
#6 3.034
#6 3.034 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non- assignable and non-exclusive license to use the Google TV Add-on solely to develop applications to run on the Google TV platform.
#6 3.034
#6 3.034 3.2 You agree that Google or third parties own all legal right, title and interest in and to the Google TV Add-on, including any Intellectual Property Rights that subsist in the Google TV Add-on. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.034
#6 3.034 3.3 Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Google TV Add-on or any part of the Google TV Add-on. Except to the extent required by applicable third party licenses, you may not load any part of the Google TV Add-on onto a mobile handset, television, or any other hardware device except a personal computer, combine any part of the Google TV Add-on with other software, or distribute any software or device incorporating a part of the Google TV Add-on.
#6 3.034
#6 3.034 3.4 Use, reproduction and distribution of components of the Google TV Add-on licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.
#6 3.034
#6 3.034 3.5 You agree that the form and nature of the Google TV Add-on that Google provides may change without prior notice to you and that future versions of the Google TV Add-on may be incompatible with applications developed on previous versions of the Google TV Add-on. You agree that Google may stop (permanently or temporarily) providing the Google TV Add-on (or any features within the Google TV Add-on) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.034
#6 3.034 3.6 Nothing in this License Agreement gives you a right to use any of Google's or it?s licensors? trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.034
#6 3.034 3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Google TV Add-on.
#6 3.034
#6 3.034 4. Use of the Google TV Add-on by You
#6 3.034
#6 3.034 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the Google TV Add-on, including any intellectual property rights that subsist in those applications.
#6 3.034
#6 3.034 4.2 You agree to use the Google TV Add-on and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.034
#6 3.034 4.3 You agree that if you use the Google TV Add-on to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, your must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you explicit permission to do so.
#6 3.034
#6 3.034 4.4 You agree that you will not engage in any activity with the Google TV Add-on, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google, Multichannel Video Program Distributors or any mobile communications carrier.
#6 3.034
#6 3.034 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through the Google TV platform and/or applications for the Google TV platform, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.034
#6 3.034 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.034
#6 3.034 5. Your Developer Credentials
#6 3.034
#6 3.034 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.034
#6 3.034 6. Privacy and Information
#6 3.034
#6 3.034 6.1 In order to continually innovate and improve the Google TV Add-on, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Google TV Add-on are being used and how they are being used. Before any of this information is collected, the Google TV Add-on will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.034
#6 3.034 6.2 The data collected is examined in the aggregate to improve the Google TV Add-on and is maintained in accordance with Google's Privacy Policy.
#6 3.034
#6 3.034 7. Third Party Applications for the Google TV Platform
#6 3.034
#6 3.034 7.1 If you use the Google TV Add-on to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.034
#6 3.034 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.034
#6 3.034 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
#6 3.034
#6 3.034 8. Using Google TV APIs
#6 3.034
#6 3.034 8.1 If you use any Google TV API to retrieve data from Google, you acknowledge that the data (?Google TV API Content?) may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. Some portions of the Google TV API Content are licensed to Google by third parties, including but not limited to Tribune Media Services
#6 3.034
#6 3.034 8.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.034
#6 3.034 8.3 Except as explicitly permitted in Section 3 (Google TV Add-on License from Google), you must:
#6 3.034
#6 3.034 (a) not modify nor format the Google TV API Content except to the extent reasonably and technically necessary to optimize the display such Google TV API Content in your application;
#6 3.034
#6 3.034 (b) not edit the Google TV API Content in a manner that renders the Google TV API Content inaccurate of alters its inherent meaning (provided that displaying excerpts will not violate the foregoing); or
#6 3.034
#6 3.034 (c) not create any commercial audience measurement tool or service using the Google TV API Content
#6 3.034
#6 3.034 9. Terminating this License Agreement
#6 3.034
#6 3.034 9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.034
#6 3.034 9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the Google TV Add-on and any relevant developer credentials.
#6 3.034
#6 3.034 9.3 Google may at any time, terminate this License Agreement with you if:
#6 3.034
#6 3.034 (A) you have breached any provision of this License Agreement; or
#6 3.034
#6 3.034 (B) Google is required to do so by law; or
#6 3.034
#6 3.034 (C) the partner with whom Google offered certain parts of Google TV Add-on (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the Google TV Add-on to you; or
#6 3.034
#6 3.034 (D) Google decides to no longer providing the Google TV Add-on or certain parts of the Google TV Add-on to users in the country in which you are resident or from which you use the service, or the provision of the Google TV Add-on or certain Google TV Add-on services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.034
#6 3.034 9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.034
#6 3.034 10. DISCLAIMER OF WARRANTIES
#6 3.034
#6 3.034 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE GOOGLE TV ADD-ON IS AT YOUR SOLE RISK AND THAT THE GOOGLE TV ADD-ON IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.034
#6 3.034 10.2 YOUR USE OF THE GOOGLE TV ADD-ON AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE GOOGLE TV ADD-ON IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.034
#6 3.034 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.034
#6 3.034 11. LIMITATION OF LIABILITY
#6 3.034
#6 3.034 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.034
#6 3.034 12. Indemnification
#6 3.034
#6 3.034 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the Google TV Add-on, (b) any application you develop on the Google TV Add-on that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.
#6 3.034
#6 3.034 13. Changes to the License Agreement
#6 3.034
#6 3.034 13.1 Google may make changes to the License Agreement as it distributes new versions of the Google TV Add-on.
#6 3.034
#6 3.034 14. General Legal Terms
#6 3.034
#6 3.034 14.1 This License Agreement constitute the whole legal agreement between you and Google and govern your use of the Google TV Add-on (excluding any services which Google may provide to you under a separate written agreement), and completely replace any prior agreements between you and Google in relation to the Google TV Add-on.
#6 3.034
#6 3.034 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.034
#6 3.034 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
#6 3.034
#6 3.034 14.4 You acknowledge and agree that Google?s API data licensors and each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
#6 3.034
#6 3.034 14.5 EXPORT RESTRICTIONS. THE GOOGLE TV ADD-ON IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE GOOGLE TV ADD-ON. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.034
#6 3.034 14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.
#6 3.034
#6 3.034 14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.034
#6 3.034
#6 3.034 August 15, 2011
#6 3.034 ---------------------------------------
#6 3.034 Accept? (y/N):
#6 3.039 2/6: License android-sdk-arm-dbt-license:
#6 3.039 ---------------------------------------
#6 3.040 Terms and Conditions
#6 3.040
#6 3.040 This is the Android Software Development Kit License Agreement
#6 3.040
#6 3.040 1. Introduction
#6 3.040
#6 3.040 1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
#6 3.040
#6 3.040 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.040
#6 3.040 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (http://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS).
#6 3.040
#6 3.040 1.4 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.040
#6 3.040
#6 3.040 2. Accepting the License Agreement
#6 3.040
#6 3.040 2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.
#6 3.040
#6 3.040 2.2 By clicking to accept, you hereby agree to the terms of the License Agreement.
#6 3.040
#6 3.040 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK.
#6 3.040
#6 3.040 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.
#6 3.040
#6 3.040
#6 3.040 3. SDK License from Google
#6 3.040
#6 3.040 3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android.
#6 3.040
#6 3.040 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
#6 3.040
#6 3.040 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.040
#6 3.040 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK.
#6 3.040
#6 3.040 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement.
#6 3.040
#6 3.040 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.040
#6 3.040 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.040
#6 3.040 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
#6 3.040
#6 3.040
#6 3.040 4. Use of the SDK by You
#6 3.040
#6 3.040 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
#6 3.040
#6 3.040 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.040
#6 3.040 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.040
#6 3.040 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
#6 3.040
#6 3.040 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.040
#6 3.040 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.040
#6 3.040 4.7 This software enables the execution of intellectual property owned by Arm Limited. You agree that your use of the software, that allows execution of ARM Instruction Set Architecture (?ISA?) compliant executables for application development and debug only on x86 desktop, laptop, customer on-premise servers, and customer-procured cloud-based environments.
#6 3.040
#6 3.040 5. Your Developer Credentials
#6 3.040
#6 3.040 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.040
#6 3.040 6. Privacy and Information
#6 3.040
#6 3.040 6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.040
#6 3.040 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
#6 3.040
#6 3.040
#6 3.040 7. Third Party Applications
#6 3.040
#6 3.040 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.040
#6 3.040 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.040
#6 3.040 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.
#6 3.040
#6 3.040
#6 3.040 8. Using Android APIs
#6 3.040
#6 3.040 8.1 Google Data APIs
#6 3.040
#6 3.040 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.040
#6 3.040 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.
#6 3.040
#6 3.040
#6 3.040 9. Terminating the License Agreement
#6 3.040
#6 3.040 9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.040
#6 3.040 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
#6 3.040
#6 3.040 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.040
#6 3.040 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.040
#6 3.040
#6 3.040 10. DISCLAIMER OF WARRANTIES
#6 3.040
#6 3.040 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.040
#6 3.040 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.040
#6 3.040 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.040
#6 3.040
#6 3.040 11. LIMITATION OF LIABILITY
#6 3.040
#6 3.040 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.040
#6 3.040
#6 3.040 12. Indemnification
#6 3.040
#6 3.040 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.
#6 3.040
#6 3.040
#6 3.040 13. Changes to the License Agreement
#6 3.040
#6 3.040 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
#6 3.040
#6 3.040
#6 3.040 14. General Legal Terms
#6 3.040
#6 3.040 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.
#6 3.040
#6 3.040 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.040
#6 3.040 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
#6 3.040
#6 3.040 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
#6 3.040
#6 3.040 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.040
#6 3.040 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party.
#6 3.040
#6 3.040 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.040
#6 3.040
#6 3.040 January 16, 2019
#6 3.041 ---------------------------------------
#6 3.041 Accept? (y/N):
#6 3.042 3/6: License android-sdk-license:
#6 3.042 ---------------------------------------
#6 3.042 Terms and Conditions
#6 3.042
#6 3.042 This is the Android Software Development Kit License Agreement
#6 3.042
#6 3.042 1. Introduction
#6 3.042
#6 3.042 1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
#6 3.042
#6 3.042 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.042
#6 3.042 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (http://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS).
#6 3.042
#6 3.042 1.4 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.042
#6 3.042
#6 3.042 2. Accepting the License Agreement
#6 3.042
#6 3.042 2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.
#6 3.042
#6 3.042 2.2 By clicking to accept, you hereby agree to the terms of the License Agreement.
#6 3.042
#6 3.042 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK.
#6 3.042
#6 3.042 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.
#6 3.042
#6 3.042
#6 3.042 3. SDK License from Google
#6 3.042
#6 3.042 3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android.
#6 3.042
#6 3.042 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
#6 3.042
#6 3.042 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.042
#6 3.042 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK.
#6 3.042
#6 3.042 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement.
#6 3.042
#6 3.042 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.042
#6 3.042 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.042
#6 3.042 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
#6 3.042
#6 3.042
#6 3.042 4. Use of the SDK by You
#6 3.042
#6 3.042 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
#6 3.042
#6 3.042 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.042
#6 3.042 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.042
#6 3.042 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
#6 3.042
#6 3.042 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.042
#6 3.042 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.042
#6 3.042 5. Your Developer Credentials
#6 3.042
#6 3.042 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.042
#6 3.042 6. Privacy and Information
#6 3.042
#6 3.042 6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.042
#6 3.042 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
#6 3.042
#6 3.042
#6 3.042 7. Third Party Applications
#6 3.042
#6 3.042 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.042
#6 3.042 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.042
#6 3.042 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.
#6 3.042
#6 3.042
#6 3.042 8. Using Android APIs
#6 3.042
#6 3.042 8.1 Google Data APIs
#6 3.042
#6 3.042 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.042
#6 3.042 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.
#6 3.042
#6 3.042
#6 3.042 9. Terminating the License Agreement
#6 3.042
#6 3.042 9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.042
#6 3.042 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
#6 3.042
#6 3.042 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.042
#6 3.042 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.042
#6 3.042
#6 3.042 10. DISCLAIMER OF WARRANTIES
#6 3.042
#6 3.042 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.042
#6 3.042 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.042
#6 3.042 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.042
#6 3.042
#6 3.042 11. LIMITATION OF LIABILITY
#6 3.042
#6 3.042 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.042
#6 3.042
#6 3.042 12. Indemnification
#6 3.042
#6 3.042 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.
#6 3.042
#6 3.042
#6 3.042 13. Changes to the License Agreement
#6 3.042
#6 3.042 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
#6 3.042
#6 3.042
#6 3.042 14. General Legal Terms
#6 3.042
#6 3.042 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.
#6 3.042
#6 3.042 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.042
#6 3.042 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
#6 3.042
#6 3.042 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
#6 3.042
#6 3.042 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.042
#6 3.042 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party.
#6 3.042
#6 3.042 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.042
#6 3.042
#6 3.042 January 16, 2019
#6 3.042 ---------------------------------------
#6 3.042 Accept? (y/N):
#6 3.043 4/6: License android-sdk-preview-license:
#6 3.043 ---------------------------------------
#6 3.044 To get started with the Android SDK Preview, you must agree to the following terms and conditions. As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk. The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data.
#6 3.044
#6 3.044 This is the Android SDK Preview License Agreement (the "License Agreement").
#6 3.044
#6 3.044 1. Introduction
#6 3.044
#6 3.044 1.1 The Android SDK Preview (referred to in the License Agreement as the ?Preview? and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview.
#6 3.044
#6 3.044 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.044
#6 3.044 1.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.044
#6 3.044 2. Accepting the License Agreement
#6 3.044
#6 3.044 2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement.
#6 3.044
#6 3.044 2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement.
#6 3.044
#6 3.044 2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview.
#6 3.044
#6 3.044 2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity.
#6 3.044
#6 3.044 3. Preview License from Google
#6 3.044
#6 3.044 3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform.
#6 3.044
#6 3.044 3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.044
#6 3.044 3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview.
#6 3.044
#6 3.044 3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview.
#6 3.044
#6 3.044 3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.
#6 3.044
#6 3.044 3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.044
#6 3.044 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.044
#6 3.044 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview.
#6 3.044
#6 3.044 4. Use of the Preview by You
#6 3.044
#6 3.044 4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications.
#6 3.044
#6 3.044 4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.044
#6 3.044 4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.
#6 3.044
#6 3.044 4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.
#6 3.044
#6 3.044 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.044
#6 3.044 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.044
#6 3.044 4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released.
#6 3.044
#6 3.044 5. Your Developer Credentials
#6 3.044
#6 3.044 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.044
#6 3.044 6. Privacy and Information
#6 3.044
#6 3.044 6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.044
#6 3.044 6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.
#6 3.044
#6 3.044 7. Third Party Applications
#6 3.044
#6 3.044 7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.044
#6 3.044 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.044
#6 3.044 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.
#6 3.044
#6 3.044 8. Using Google APIs
#6 3.044
#6 3.044 8.1 Google APIs
#6 3.044
#6 3.044 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.044
#6 3.044 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.044
#6 3.044 9. Terminating the License Agreement
#6 3.044
#6 3.044 9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.044
#6 3.044 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials.
#6 3.044
#6 3.044 9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.
#6 3.044
#6 3.044 9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of: (A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and (B) Google issues a final release version of the Android SDK.
#6 3.044
#6 3.044 9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.
#6 3.044
#6 3.044 10. DISCLAIMERS
#6 3.044
#6 3.044 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.044
#6 3.044 10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.
#6 3.044
#6 3.044 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.044
#6 3.044 11. LIMITATION OF LIABILITY
#6 3.044
#6 3.044 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.044
#6 3.044 12. Indemnification
#6 3.044
#6 3.044 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys? fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.
#6 3.044
#6 3.044 13. Changes to the License Agreement
#6 3.044
#6 3.044 13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available.
#6 3.044
#6 3.044 14. General Legal Terms
#6 3.044
#6 3.044 14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview.
#6 3.044
#6 3.044 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.044
#6 3.044 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
#6 3.044
#6 3.044 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
#6 3.044
#6 3.044 14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.044
#6 3.044 14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.
#6 3.044
#6 3.044 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.044
#6 3.044 June 2014.
#6 3.044 ---------------------------------------
#6 3.044 Accept? (y/N):
#6 3.046 5/6: License google-gdk-license:
#6 3.046 ---------------------------------------
#6 3.046 This is a Developer Preview of the GDK that is subject to change.
#6 3.046
#6 3.046 Terms and Conditions
#6 3.046
#6 3.046 This is the Glass Development Kit License Agreement.
#6 3.046
#6 3.046 1. Introduction
#6 3.046
#6 3.046 1.1 The Glass Development Kit (referred to in this License Agreement as the "GDK" and specifically including the Android system files, packaged APIs, and GDK library files, if and when they are made available) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the GDK.
#6 3.046
#6 3.046 1.2 "Glass" means Glass devices and the Glass software stack for use on Glass devices.
#6 3.046
#6 3.046
#6 3.046 1.3 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.046
#6 3.046 1.4 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.046
#6 3.046 2. Accepting this License Agreement
#6 3.046
#6 3.046 2.1 In order to use the GDK, you must first agree to this License Agreement. You may not use the GDK if you do not accept this License Agreement.
#6 3.046
#6 3.046 2.2 By clicking to accept, you hereby agree to the terms of this License Agreement.
#6 3.046
#6 3.046 2.3 You may not use the GDK and may not accept the License Agreement if you are a person barred from receiving the GDK under the laws of the United States or other countries including the country in which you are resident or from which you use the GDK.
#6 3.046
#6 3.046 2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the GDK on behalf of your employer or other entity.
#6 3.046
#6 3.046 3. GDK License from Google
#6 3.046
#6 3.046 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable and non-exclusive license to use the GDK solely to develop applications to run on the Glass platform for Glass devices.
#6 3.046
#6 3.046 3.2 You agree that Google or third parties own all legal right, title and interest in and to the GDK, including any Intellectual Property Rights that subsist in the GDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.046
#6 3.046 3.3 You may not use the GDK for any purpose not expressly permitted by this License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the GDK or any part of the GDK; or (b) load any part of the GDK onto a mobile handset or wearable computing device or any other hardware device except a Glass device personal computer, combine any part of the GDK with other software, or distribute any software or device incorporating a part of the GDK.
#6 3.046
#6 3.046 3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Glass, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the GDK.
#6 3.046
#6 3.046 3.5 Use, reproduction and distribution of components of the GDK licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.
#6 3.046
#6 3.046 3.6 You agree that the form and nature of the GDK that Google provides may change without prior notice to you and that future versions of the GDK may be incompatible with applications developed on previous versions of the GDK. You agree that Google may stop (permanently or temporarily) providing the GDK (or any features within the GDK) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.046
#6 3.046 3.7 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.046
#6 3.046 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the GDK.
#6 3.046
#6 3.046
#6 3.046 3.9 Your use of any Android system files, packaged APIs, or other components of the GDK which are part of the Android Software Development Kit is subject to the terms of the Android Software Development Kit License Agreement located at http://developer.android.com/sdk/terms.html. These terms are hereby incorporated by reference into this License Agreement.
#6 3.046
#6 3.046 4. Use of the GDK by You
#6 3.046
#6 3.046 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the GDK, including any intellectual property rights that subsist in those applications.
#6 3.046
#6 3.046 4.2 You agree to use the GDK and write applications only for purposes that are permitted by (a) this License Agreement, (b) the Glass Platform Developer Policies (located at https://developers.google.com/glass/policies, and hereby incorporated into this License Agreement by reference), and (c) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.046
#6 3.046 4.3 You agree that if you use the GDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.046
#6 3.046 4.4 You agree that you will not engage in any activity with the GDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google.
#6 3.046
#6 3.046 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Glass and/or applications for Glass, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.046
#6 3.046 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.046
#6 3.046
#6 3.046 4.7 The GDK is in development, and your testing and feedback are an important part of the development process. By using the GDK, you acknowledge that implementation of some features are still under development and that you should not rely on the GDK, Glass devices, Glass system software, Google Mirror API, or Glass services having the full functionality of a stable release.
#6 3.046
#6 3.046 5. Your Developer Credentials
#6 3.046
#6 3.046 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.046
#6 3.046 6. Privacy and Information
#6 3.046
#6 3.046
#6 3.046 6.1 In order to continually innovate and improve the GDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the GDK are being used and how they are being used. Before any of this information is collected, the GDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.046
#6 3.046 6.2 The data collected is examined in the aggregate to improve the GDK and is maintained in accordance with Google's Privacy Policy.
#6 3.046
#6 3.046 7. Third Party Applications
#6 3.046
#6 3.046 7.1 If you use the GDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.046
#6 3.046 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.046
#6 3.046 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
#6 3.046
#6 3.046 8. Using Google APIs
#6 3.046
#6 3.046 8.1 Google APIs
#6 3.046
#6 3.046 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.046
#6 3.046 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.046
#6 3.046 9. Terminating this License Agreement
#6 3.046
#6 3.046 9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.046
#6 3.046 9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the GDK and any relevant developer credentials.
#6 3.046
#6 3.046 9.3 Google may at any time, terminate this License Agreement with you if: (A) you have breached any provision of this License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of GDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the GDK to you; or (D) Google decides to no longer provide the GDK or certain parts of the GDK to users in the country in which you are resident or from which you use the service, or the provision of the GDK or certain GDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.046
#6 3.046 9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.046
#6 3.046 10. DISCLAIMER OF WARRANTIES
#6 3.046
#6 3.046 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE GDK IS AT YOUR SOLE RISK AND THAT THE GDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.046
#6 3.046 10.2 YOUR USE OF THE GDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE GDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.046
#6 3.046 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.046
#6 3.046 11. LIMITATION OF LIABILITY
#6 3.046
#6 3.046 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.046
#6 3.046 12. Indemnification
#6 3.046
#6 3.046 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the GDK, (b) any application you develop on the GDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.
#6 3.046
#6 3.046 13. Changes to the License Agreement
#6 3.046
#6 3.046 13.1 Google may make changes to the License Agreement as it distributes new versions of the GDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the GDK is made available.
#6 3.046
#6 3.046 14. General Legal Terms
#6 3.046
#6 3.046 14.1 This License Agreement constitutes the whole legal agreement between you and Google and governs your use of the GDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the GDK.
#6 3.046
#6 3.046 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.046
#6 3.046 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
#6 3.046
#6 3.046 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
#6 3.046
#6 3.046 14.5 EXPORT RESTRICTIONS. THE GDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE GDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.046
#6 3.046 14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.
#6 3.046
#6 3.046 14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.046
#6 3.046 November 19, 2013
#6 3.046 ---------------------------------------
#6 3.046 Accept? (y/N):
#6 3.046 6/6: License mips-android-sysimage-license:
#6 3.046 ---------------------------------------
#6 3.047 MIPS Technologies, Inc. (?MIPS?) Internal Evaluation License Agreement for MIPS Android? System Images for Android Software Development Kit (SDK): This Internal Evaluation License Agreement (this "Agreement") is entered into by and between MIPS and you (as an individual developer or a legal entity -- identified below as ?Recipient?). MIPS shall make the Evaluation Software available to Recipient as described in accordance with the terms and conditions set forth below.
#6 3.047
#6 3.047 By clicking on the ?Accept? button, downloading, installing, or otherwise using the Evaluation Materials (defined below), you agree to be bound by the terms of this Agreement effective as of the date you click ?Accept? (the ?Effective Date?), and if doing so on behalf of an entity, you represent that you are authorized to bind the entity to the terms and conditions of this Agreement. If you do not agree to be bound by the terms and conditions of this Agreement, do not download, install, or use the Evaluation Materials.
#6 3.047
#6 3.047 1. DEFINITIONS. These terms shall have the following meanings:
#6 3.047
#6 3.047 1.1 ?MIPS? shall mean MIPS Technologies, Inc., a Delaware corporation having a principal place of business at: 955 East Arques Ave., Sunnyvale, CA 94085
#6 3.047
#6 3.047 1.2 ?Evaluation Software? shall mean MIPS Android? emulator system images for Android Software Development Kit (SDK), as made available to Recipient.
#6 3.047
#6 3.047 1.3 ?Evaluation Materials" means, collectively, the Evaluation Software (in source and/or object code form) and documentation (including, without limitation, any design documents, specifications, reference manuals, and other related materials) related to the Evaluation Software as made available to Recipient.
#6 3.047
#6 3.047 1.4 ?Open Source Software? means any software that requires (as a condition of use, modification and/or distribution of such software) that such software or other software incorporated into, derived from or distributed with such software (a) be disclosed or distributed in source code form; or (b) be licensed by the user to third parties for the purpose of making and/or distributing derivative works; or (c) be redistributable at no charge. Open Source Software includes, without limitation, software licensed or distributed under any of the following licenses or distribution models, or licenses or distribution models substantially similar to any of the following: (a) GNU?s General Public License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic License (e.g., PERL), (c) the Mozilla Public License, (d) the Netscape Public License, (e) the Sun Community Source License (SCSL), (f) the Sun Industry Source License (SISL), (g) the Apache Software license and (h) the Common Public License (CPL).
#6 3.047
#6 3.047 1.5 ?Pre-Release Materials? means ?alpha? or ?beta? designated pre-release features, which may not be fully functional, which MIPS may substantially modify in producing any production version of the Evaluation Materials, and/or which is still under development by MIPS and/or MIPS? suppliers.
#6 3.047
#6 3.047 2. PURPOSE. MIPS desires to make the Evaluation Materials available to Recipient solely for Recipient's internal evaluation of the Evaluation Software to evaluate the desirability of cooperating with MIPS in developing products that are compatible with the Evaluation Software and/or to advise MIPS as to possible modifications to the Evaluation Software. Recipient may not disclose, distribute, modify (except to facilitate the above-mentioned internal evaluation), or make commercial use of the Evaluation Materials or any modifications of the Evaluation Materials.
#6 3.047
#6 3.047 THE EVALUATION MATERIALS ARE PROVIDED FOR EVALUATION PURPOSES ONLY AND MAY NOT BE MODIFIED (EXCEPT TO FACILITATE THE INTERNAL EVALUATION) OR DISTRIBUTED BY RECIPIENT OR INCORPORATED INTO RECIPIENT?S PRODUCTS OR SOFTWARE. PLEASE CONTACT A MIPS SALES REPRESENTATIVE TO LEARN ABOUT THE AVAILABILITY AND COST OF A COMMERCIAL VERSION OF THE EVALUATION SOFTWARE.
#6 3.047
#6 3.047 3. TITLE. Title to the Evaluation Materials remains with MIPS or its suppliers. Recipient shall not mortgage, pledge or encumber the Evaluation Materials in any way. Recipient shall return all Evaluation Materials, keeping no copies, upon termination or expiration of this Agreement.
#6 3.047
#6 3.047 4. LICENSE. MIPS grants Recipient a royalty-free, personal, nontransferable, nonexclusive license under its copyrights to use the Evaluation Software only for the purposes described in paragraph 2 above and only for a period beginning on the Effective Date and extending to the first anniversary of the Effective Date (the ?Evaluation Period?). Unless otherwise communicated in writing by MIPS to Recipient, to the extent the Evaluation Software is provided in more than one delivery or release (each, a ?Release?) the license grant in this Section 4 and the Evaluation Period shall apply to each Release, in which case the Evaluation Period shall begin on the date that the Release is made generally available and continue to the first anniversary of such date. Recipient may not make modifications to the Evaluation Software. Recipient shall not disassemble, reverse-engineer, or decompile any software that is not provided to Recipient in source code form.
#6 3.047
#6 3.047
#6 3.047 EXCEPT AS PROVIDED HEREIN, NO OTHER LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY OTHER MIPS INTELLECTUAL PROPERTY RIGHTS IS GRANTED TO THE RECIPIENT. OTHER THAN AS EXPLICITLY SET FORTH IN PARAGRAPH 2 ABOVE, NO RIGHT TO COPY, TO REPRODUCE, TO MODIFY, OR TO CREATE DERIVATIVE WORKS OF, THE EVALUATION MATERIALS IS GRANTED HEREIN.
#6 3.047
#6 3.047 5. NO OBLIGATION. Recipient shall have no duty to purchase or license any product from MIPS. MIPS and its suppliers shall have no obligation to provide support for, or develop a non-evaluation version of, the Evaluation Software or to license any version of it.
#6 3.047
#6 3.047 6. MODIFICATIONS. This Agreement does not obligate Recipient to provide MIPS with comments or suggestions regarding Evaluation Materials. However, should Recipient provide MIPS with comments or suggestions for the modification, correction, improvement or enhancement of (a) the Evaluation Materials or (b) MIPS products or processes which may embody the Evaluation Materials, then Recipient agrees to grant and hereby grants to MIPS a non-exclusive, irrevocable, worldwide, fully paid-up, royalty-free license, with the right to sublicense MIPS? licensees and customers, under Recipient?s Intellectual property rights, to use and disclose such comments and suggestions in any manner MIPS chooses and to display, perform, copy, make, have made, use, sell, offer to sell, import, and otherwise dispose of MIPS? and its sublicensee?s products embodying such comments and suggestions in any manner and via any media MIPS chooses, without reference to the source.
#6 3.047
#6 3.047 7. WARRANTY DISCLAIMER. MIPS AND ITS SUPPLIERS MAKE NO WARRANTIES WITH RESPECT TO EVALUATION MATERIALS, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ANY IMPLIED WARRANTY OF NONINFRINGEMENT WITH RESPECT TO THIRD PARTY INTELLECTUAL PROPERTY. RECIPIENT ACKNOWLEDGES AND AGREES THAT THE EVALUATION MATERIALS ARE PROVIDED ?AS IS,? WITHOUT WARRANTY OF ANY KIND.
#6 3.047
#6 3.047 8. LIMITATION OF LIABILITY. MIPS AND ITS SUPPLIERS SHALL NOT BE LIABLE FOR ANY PROPERTY DAMAGE, PERSONAL INJURY, LOSS OF PROFITS, INTERRUPTION OF BUSINESS OR FOR ANY DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, HOWEVER CAUSED OR ALLEGED, WHETHER FOR BREACH OF WARRANTY, CONTRACT, STRICT LIABILITY OR OTHERWISE, INCLUDING WITHOUT LIMITATION, UNDER TORT OR OTHER LEGAL THEORY. MIPS AND ITS SUPPLIERS DISCLAIM ANY AND ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS OF ANY KIND RELATING TO THE EVALUATION MATERIALS.
#6 3.047
#6 3.047 9. EXPIRATION. MIPS may terminate this Agreement immediately after a breach by Recipient or otherwise at MIPS? reasonable discretion and upon five (5) business days? notice to Recipient.
#6 3.047
#6 3.047 10. GENERAL.
#6 3.047
#6 3.047 10.1 Controlling Law. This Agreement shall be governed by California law excluding its choice of law rules. With the exception of MIPS? rights to enforce its intellectual property rights and any confidentiality obligations under this Agreement or any licenses distributed with the Evaluation Materials, all disputes and any claims arising under or relating to this Agreement shall be subject to the exclusive jurisdiction and venue of the state and federal courts located in Santa Clara County, California. Each party hereby agrees to jurisdiction and venue in the courts set forth in the preceding sentence. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods is specifically excluded from application to this Agreement. The parties consent to the personal jurisdiction of the above courts.
#6 3.047
#6 3.047 10.2 Remedies. Recipient acknowledges and agrees that any breach of confidentiality obligations under this Agreement or any licenses distributed with the Evaluation Materials, as well as any disclosure, commercialization, or public use of the Evaluation Materials, would cause irreparable injury to MIPS, and therefore Recipient agrees to consent to, and hereby consents to, the grant of an injunction by any court of competent jurisdiction in the event of an actual or threatened breach.
#6 3.047
#6 3.047 10.3 Assignment. Recipient may not delegate, assign or transfer this Agreement, the license granted or any of Recipient?s rights, obligations, or duties hereunder, expressly, by implication, by operation of law, by way of merger (regardless of whether Recipient is the surviving entity) or acquisition, or otherwise and any attempt to do so, without MIPS? express prior written consent, shall be ineffective, null and void. MIPS may freely assign this Agreement, and its rights and obligations hereunder, in its sole discretion.
#6 3.047
#6 3.047 10.4 Entire Agreement. This Agreement constitutes the entire agreement between Recipient and MIPS and supersedes in their entirety any and all oral or written agreements previously existing between Recipient and MIPS with respect to the subject matter hereof. This Agreement may only be amended or supplemented by a writing that refers explicitly to this Agreement and that is signed or otherwise accepted by duly authorized representatives of Recipient and MIPS.
#6 3.047
#6 3.047 10.5 Severability. In the event that any provision of this Agreement is finally adjudicated to be unenforceable or invalid under any applicable law, such unenforceability or invalidity shall not render this Agreement unenforceable or invalid as a whole, and, in such event, such unenforceable or invalid provision shall be interpreted so as to best accomplish the objectives of such provision within the limits of applicable law or applicable court decisions.
#6 3.047
#6 3.047 10.6 Export Regulations / Export Control. Recipient shall not export, either directly or indirectly, any product, service or technical data or system incorporating the Evaluation Materials without first obtaining any required license or other necessary approval from the U.S. Department of Commerce or any other governing agency or department of the United States Government. In the event any product is exported from the United States or re-exported from a foreign destination by Recipient, Recipient shall ensure that the distribution and export/re-export or import of the product is in compliance with all applicable laws, regulations, orders, or other restrictions of the U.S. Export Administration Regulations and the appropriate foreign government. Recipient agrees that neither it nor any of its subsidiaries will export/re-export any technical data, process, product, or service, directly or indirectly, to any country for which the United States government or any agency thereof or the foreign government from where it is shipping requires an export license, or other governmental approval, without first obtaining such license or approval. Recipient also agrees to implement measures to ensure that foreign national employees are authorized to receive any information controlled by U.S. export control laws. An export is "deemed" to take place when information is released to a foreign national wherever located.
#6 3.047
#6 3.047 10.7 Special Terms for Pre-Release Materials. If so indicated in the description of the Evaluation Software, the Evaluation Software may contain Pre-Release Materials. Recipient hereby understands, acknowledges and agrees that: (i) Pre-Release Materials may not be fully tested and may contain bugs or errors; (ii) Pre-Release materials are not suitable for commercial release in their current state; (iii) regulatory approvals for Pre-Release Materials (such as UL or FCC) have not been obtained, and Pre-Release Materials may therefore not be certified for use in certain countries or environments or may not be suitable for certain applications and (iv) MIPS can provide no assurance that it will ever produce or make generally available a production version of the Pre-Release Materials . MIPS is not under any obligation to develop and/or release or offer for sale or license a final product based upon the Pre-Release Materials and may unilaterally elect to abandon the Pre-Release Materials or any such development platform at any time and without any obligation or liability whatsoever to Recipient or any other person.
#6 3.047
#6 3.047 ANY PRE-RELEASE MATERIALS ARE NON-QUALIFIED AND, AS SUCH, ARE PROVIDED ?AS IS? AND ?AS AVAILABLE?, POSSIBLY WITH FAULTS, AND WITHOUT REPRESENTATION OR WARRANTY OF ANY KIND.
#6 3.047
#6 3.047 10.8 Open Source Software. In the event Open Source software is included with Evaluation Software, such Open Source software is licensed pursuant to the applicable Open Source software license agreement identified in the Open Source software comments in the applicable source code file(s) and/or file header as indicated in the Evaluation Software. Additional detail may be available (where applicable) in the accompanying on-line documentation. With respect to the Open Source software, nothing in this Agreement limits any rights under, or grants rights that supersede, the terms of any applicable Open Source software license agreement.
#6 3.047 ---------------------------------------
#6 3.047 Accept? (y/N): All SDK package licenses accepted
#6 3.048
#6 DONE 3.4s
#7 [4/4] RUN curl -Ls https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | tar xz -C /var/local
#7 DONE 0.4s
#8 exporting to image
#8 exporting layers
#8 exporting layers 2.2s done
#8 writing image sha256:910fddd65f87c8f6fbe6a1f3d0fea567d7fcb17dc73f9c16f88fb7b3af0cfc7d done
#8 naming to docker.io/library/grpc-java-artifacts-x86 done
#8 DONE 2.2s
1 warning found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 33)
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile.multiarch.base
#1 transferring dockerfile: 425B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/ubuntu:18.04
#2 DONE 0.6s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/2] FROM docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
#4 resolve docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 done
#4 sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 1.33kB / 1.33kB done
#4 sha256:dca176c9663a7ba4c1f0e710986f5a25e672842963d95b960191e2d9f7185ebe 424B / 424B done
#4 sha256:f9a80a55f492e823bf5d51f1bd5f87ea3eed1cb31788686aa99a2fb61a27af6a 2.30kB / 2.30kB done
#4 sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 0B / 25.69MB 0.1s
#4 sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 20.97MB / 25.69MB 0.3s
#4 sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 25.69MB / 25.69MB 0.3s done
#4 extracting sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 0.1s
#4 extracting sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 0.8s done
#4 DONE 1.3s
#5 [2/2] RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends build-essential ca-certificates curl g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu openjdk-8-jdk && rm -rf /var/lib/apt/lists/*
#5 0.239 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [102 kB]
#5 0.421 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
#5 0.471 Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1688 kB]
#5 0.651 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1637 kB]
#5 0.673 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
#5 0.673 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3373 kB]
#5 0.998 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [102 kB]
#5 1.137 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [102 kB]
#5 1.276 Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
#5 1.939 Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
#5 1.941 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
#5 1.941 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
#5 1.977 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
#5 1.978 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1728 kB]
#5 2.027 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3786 kB]
#5 2.125 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2411 kB]
#5 2.178 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
#5 2.182 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.6 kB]
#5 3.089 Fetched 28.2 MB in 3s (9703 kB/s)
#5 3.089 Reading package lists...
#5 4.180 Reading package lists...
#5 5.230 Building dependency tree...
#5 5.426 Reading state information...
#5 5.440 Calculating upgrade...
#5 5.643 The following packages will be upgraded:
#5 5.643 base-files
#5 5.872 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#5 5.872 Need to get 60.4 kB of archives.
#5 5.872 After this operation, 0 B of additional disk space will be used.
#5 5.872 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.12 [60.4 kB]
#5 6.218 debconf: delaying package configuration, since apt-utils is not installed
#5 6.250 Fetched 60.4 kB in 0s (129 kB/s)
#5 6.278 (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 ... 4050 files and directories currently installed.)
#5 6.282 Preparing to unpack .../base-files_10.1ubuntu2.12_amd64.deb ...
#5 6.317 Unpacking base-files (10.1ubuntu2.12) over (10.1ubuntu2.11) ...
#5 6.426 Setting up base-files (10.1ubuntu2.12) ...
#5 6.457 Installing new version of config file /etc/update-motd.d/10-help-text ...
#5 6.662 Reading package lists...
#5 7.667 Building dependency tree...
#5 7.834 Reading state information...
#5 7.975 The following additional packages will be installed:
#5 7.975 adwaita-icon-theme binutils binutils-aarch64-linux-gnu binutils-common
#5 7.975 binutils-powerpc64le-linux-gnu binutils-x86-64-linux-gnu
#5 7.975 ca-certificates-java cpp cpp-7 cpp-7-aarch64-linux-gnu
#5 7.975 cpp-7-powerpc64le-linux-gnu cpp-aarch64-linux-gnu cpp-powerpc64le-linux-gnu
#5 7.975 dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-7
#5 7.975 g++-7-aarch64-linux-gnu g++-7-powerpc64le-linux-gnu gcc gcc-7
#5 7.975 gcc-7-aarch64-linux-gnu gcc-7-aarch64-linux-gnu-base gcc-7-base
#5 7.975 gcc-7-cross-base gcc-7-powerpc64le-linux-gnu
#5 7.975 gcc-7-powerpc64le-linux-gnu-base gcc-8-cross-base gcc-aarch64-linux-gnu
#5 7.975 gcc-powerpc64le-linux-gnu gtk-update-icon-cache hicolor-icon-theme
#5 7.975 humanity-icon-theme java-common libapparmor1 libasan4 libasan4-arm64-cross
#5 7.975 libasan4-ppc64el-cross libasn1-8-heimdal libasound2 libasound2-data
#5 7.975 libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni
#5 7.975 libatk1.0-0 libatk1.0-data libatomic1 libatomic1-arm64-cross
#5 7.975 libatomic1-ppc64el-cross libatspi2.0-0 libavahi-client3 libavahi-common-data
#5 7.975 libavahi-common3 libbinutils libbsd0 libc-dev-bin libc6-arm64-cross
#5 7.975 libc6-dev libc6-dev-arm64-cross libc6-dev-ppc64el-cross libc6-ppc64el-cross
#5 7.975 libcairo2 libcc1-0 libcilkrts5 libcroco3 libcups2 libcurl4 libdatrie1
#5 7.975 libdbus-1-3 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1
#5 7.975 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2 libelf1 libexpat1 libflac8
#5 7.975 libfontconfig1 libfontenc1 libfreetype6 libgcc-7-dev
#5 7.975 libgcc-7-dev-arm64-cross libgcc-7-dev-ppc64el-cross libgcc1-arm64-cross
#5 7.975 libgcc1-ppc64el-cross libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0
#5 7.975 libgdk-pixbuf2.0-common libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#5 7.975 libglapi-mesa libglib2.0-0 libglvnd0 libglx-mesa0 libglx0 libgomp1
#5 7.975 libgomp1-arm64-cross libgomp1-ppc64el-cross libgraphite2-3 libgssapi-krb5-2
#5 7.975 libgssapi3-heimdal libgtk2.0-0 libgtk2.0-common libharfbuzz0b
#5 7.975 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
#5 7.975 libhx509-5-heimdal libice6 libicu60 libisl19 libitm1 libitm1-arm64-cross
#5 7.975 libitm1-ppc64el-cross libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3
#5 7.975 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblcms2-2
#5 7.975 libldap-2.4-2 libldap-common libllvm10 liblsan0 liblsan0-arm64-cross
#5 7.975 liblsan0-ppc64el-cross libmpc3 libmpfr6 libmpx2 libnghttp2-14 libnspr4
#5 7.975 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
#5 7.975 libpciaccess0 libpcsclite1 libperl5.26 libpixman-1-0 libpng16-16 libpsl5
#5 7.975 libpulse0 libquadmath0 libroken18-heimdal librsvg2-2 librsvg2-common
#5 7.975 librtmp1 libsasl2-2 libsasl2-modules-db libsensors4 libsm6 libsndfile1
#5 7.975 libsqlite3-0 libssl1.1 libstdc++-7-dev libstdc++-7-dev-arm64-cross
#5 7.975 libstdc++-7-dev-ppc64el-cross libstdc++6-arm64-cross
#5 7.975 libstdc++6-ppc64el-cross libthai-data libthai0 libtiff5 libtsan0
#5 7.975 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan0 libubsan0-arm64-cross
#5 7.975 libubsan0-ppc64el-cross libvorbis0a libvorbisenc2 libwind0-heimdal libwrap0
#5 7.975 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0
#5 7.975 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shape0 libxcb-shm0
#5 7.975 libxcb-sync1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
#5 7.975 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxml2 libxmu6 libxmuu1
#5 7.975 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6 libxtst6 libxv1
#5 7.975 libxxf86dga1 libxxf86vm1 linux-libc-dev linux-libc-dev-arm64-cross
#5 7.975 linux-libc-dev-ppc64el-cross make multiarch-support openjdk-8-jdk-headless
#5 7.975 openjdk-8-jre openjdk-8-jre-headless openssl patch perl perl-modules-5.26
#5 7.975 shared-mime-info ubuntu-mono ucf x11-common x11-utils xz-utils
#5 7.976 Suggested packages:
#5 7.976 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib
#5 7.976 g++-7-multilib gcc-7-doc libstdc++6-7-dbg libstdc++6-7-dbg-arm64-cross
#5 7.976 libstdc++6-7-dbg-ppc64el-cross gcc-multilib manpages-dev autoconf automake
#5 7.976 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
#5 7.976 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
#5 7.976 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
#5 7.976 libgcc1-dbg-arm64-cross libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross
#5 7.976 libatomic1-dbg-arm64-cross libasan4-dbg-arm64-cross liblsan0-dbg-arm64-cross
#5 7.976 libtsan0-dbg-arm64-cross libubsan0-dbg-arm64-cross
#5 7.976 libcilkrts5-dbg-arm64-cross libmpx2-dbg-arm64-cross
#5 7.976 libquadmath0-dbg-arm64-cross libgcc1-dbg-ppc64el-cross
#5 7.976 libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross
#5 7.976 libatomic1-dbg-ppc64el-cross libasan4-dbg-ppc64el-cross
#5 7.976 liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross
#5 7.976 libubsan0-dbg-ppc64el-cross libcilkrts5-dbg-ppc64el-cross
#5 7.976 libmpx2-dbg-ppc64el-cross libquadmath0-dbg-ppc64el-cross
#5 7.976 gdb-aarch64-linux-gnu gdb-powerpc64le-linux-gnu default-jre
#5 7.976 libasound2-plugins alsa-utils glibc-doc cups-common gnupg | gnupg2 git bzr
#5 7.976 gdbm-l10n krb5-doc krb5-user gvfs liblcms2-utils pciutils pcscd pulseaudio
#5 7.976 librsvg2-bin lm-sensors libstdc++-7-doc make-doc openjdk-8-demo
#5 7.976 openjdk-8-source visualvm libnss-mdns fonts-dejavu-extra
#5 7.976 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
#5 7.976 fonts-wqy-zenhei fonts-indic ed diffutils-doc perl-doc
#5 7.976 libterm-readline-gnu-perl | libterm-readline-perl-perl mesa-utils
#5 7.976 Recommended packages:
#5 7.976 fakeroot gnupg | gnupg2 libalgorithm-merge-perl at-spi2-core manpages
#5 7.976 manpages-dev dbus libfile-fcntllock-perl liblocale-gettext-perl
#5 7.976 libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs libgail-common
#5 7.976 libgtk2.0-bin krb5-locales publicsuffix libsasl2-modules libxt-dev
#5 7.976 fonts-dejavu-extra netbase
#5 8.370 The following NEW packages will be installed:
#5 8.370 adwaita-icon-theme binutils binutils-aarch64-linux-gnu binutils-common
#5 8.370 binutils-powerpc64le-linux-gnu binutils-x86-64-linux-gnu build-essential
#5 8.370 ca-certificates ca-certificates-java cpp cpp-7 cpp-7-aarch64-linux-gnu
#5 8.370 cpp-7-powerpc64le-linux-gnu cpp-aarch64-linux-gnu cpp-powerpc64le-linux-gnu
#5 8.370 curl dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-7
#5 8.370 g++-7-aarch64-linux-gnu g++-7-powerpc64le-linux-gnu g++-aarch64-linux-gnu
#5 8.370 g++-powerpc64le-linux-gnu gcc gcc-7 gcc-7-aarch64-linux-gnu
#5 8.370 gcc-7-aarch64-linux-gnu-base gcc-7-base gcc-7-cross-base
#5 8.370 gcc-7-powerpc64le-linux-gnu gcc-7-powerpc64le-linux-gnu-base
#5 8.370 gcc-8-cross-base gcc-aarch64-linux-gnu gcc-powerpc64le-linux-gnu
#5 8.370 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme java-common
#5 8.370 libapparmor1 libasan4 libasan4-arm64-cross libasan4-ppc64el-cross
#5 8.370 libasn1-8-heimdal libasound2 libasound2-data libasyncns0 libatk-bridge2.0-0
#5 8.370 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data
#5 8.370 libatomic1 libatomic1-arm64-cross libatomic1-ppc64el-cross libatspi2.0-0
#5 8.370 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils libbsd0
#5 8.370 libc-dev-bin libc6-arm64-cross libc6-dev libc6-dev-arm64-cross
#5 8.371 libc6-dev-ppc64el-cross libc6-ppc64el-cross libcairo2 libcc1-0 libcilkrts5
#5 8.371 libcroco3 libcups2 libcurl4 libdatrie1 libdbus-1-3 libdpkg-perl
#5 8.371 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#5 8.371 libdrm2 libedit2 libelf1 libexpat1 libflac8 libfontconfig1 libfontenc1
#5 8.371 libfreetype6 libgcc-7-dev libgcc-7-dev-arm64-cross
#5 8.371 libgcc-7-dev-ppc64el-cross libgcc1-arm64-cross libgcc1-ppc64el-cross
#5 8.371 libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif7
#5 8.371 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglvnd0
#5 8.371 libglx-mesa0 libglx0 libgomp1 libgomp1-arm64-cross libgomp1-ppc64el-cross
#5 8.371 libgraphite2-3 libgssapi-krb5-2 libgssapi3-heimdal libgtk2.0-0
#5 8.371 libgtk2.0-common libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
#5 8.371 libheimntlm0-heimdal libhx509-5-heimdal libice6 libicu60 libisl19 libitm1
#5 8.371 libitm1-arm64-cross libitm1-ppc64el-cross libjbig0 libjpeg-turbo8 libjpeg8
#5 8.371 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0
#5 8.371 liblcms2-2 libldap-2.4-2 libldap-common libllvm10 liblsan0
#5 8.371 liblsan0-arm64-cross liblsan0-ppc64el-cross libmpc3 libmpfr6 libmpx2
#5 8.371 libnghttp2-14 libnspr4 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0
#5 8.371 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 libperl5.26 libpixman-1-0
#5 8.371 libpng16-16 libpsl5 libpulse0 libquadmath0 libroken18-heimdal librsvg2-2
#5 8.371 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db libsensors4 libsm6
#5 8.371 libsndfile1 libsqlite3-0 libssl1.1 libstdc++-7-dev
#5 8.371 libstdc++-7-dev-arm64-cross libstdc++-7-dev-ppc64el-cross
#5 8.371 libstdc++6-arm64-cross libstdc++6-ppc64el-cross libthai-data libthai0
#5 8.371 libtiff5 libtsan0 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan0
#5 8.371 libubsan0-arm64-cross libubsan0-ppc64el-cross libvorbis0a libvorbisenc2
#5 8.371 libwind0-heimdal libwrap0 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7
#5 8.371 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0
#5 8.371 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb1 libxcomposite1 libxcursor1
#5 8.371 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1
#5 8.371 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6
#5 8.371 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-libc-dev
#5 8.371 linux-libc-dev-arm64-cross linux-libc-dev-ppc64el-cross make
#5 8.371 multiarch-support openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre
#5 8.371 openjdk-8-jre-headless openssl patch perl perl-modules-5.26 shared-mime-info
#5 8.371 ubuntu-mono ucf x11-common x11-utils xz-utils
#5 8.612 0 upgraded, 244 newly installed, 0 to remove and 0 not upgraded.
#5 8.612 Need to get 206 MB of archives.
#5 8.612 After this operation, 1035 MB of additional disk space will be used.
#5 8.612 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
#5 8.719 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
#5 8.732 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
#5 8.892 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
#5 8.918 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
#5 8.994 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
#5 9.104 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
#5 9.300 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
#5 9.305 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
#5 9.319 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]
#5 9.348 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2.2 [335 kB]
#5 9.388 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
#5 9.394 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
#5 9.475 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
#5 9.478 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
#5 9.486 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]
#5 9.495 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.6 [111 kB]
#5 9.514 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB]
#5 9.515 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]
#5 9.515 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libice6 amd64 2:1.0.9-2ubuntu0.18.04.1 [40.7 kB]
#5 9.517 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
#5 9.518 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
#5 9.621 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB]
#5 9.621 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B]
#5 9.622 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB]
#5 9.622 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB]
#5 9.622 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.7 [2764 kB]
#5 9.727 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
#5 9.727 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
#5 9.728 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.7 [3532 kB]
#5 9.812 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.7 [201 kB]
#5 9.815 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.23 [1303 kB]
#5 9.859 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.23 [614 kB]
#5 9.873 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20230311ubuntu0.18.04.1 [151 kB]
#5 9.877 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.3 [30.7 kB]
#5 9.878 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.4 [175 kB]
#5 9.883 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libelf1 amd64 0.170-0.4ubuntu0.1 [44.8 kB]
#5 9.940 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
#5 9.954 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
#5 10.17 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
#5 10.18 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.9 [663 kB]
#5 10.19 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
#5 10.19 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
#5 10.19 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-common all 2.4.101-2~18.04.1 [5560 B]
#5 10.19 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm2 amd64 2.4.101-2~18.04.1 [32.3 kB]
#5 10.19 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
#5 10.19 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.4 [30.9 kB]
#5 10.19 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.4 [85.3 kB]
#5 10.28 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
#5 10.39 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.4 [278 kB]
#5 10.39 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.4 [122 kB]
#5 10.39 Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
#5 10.39 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
#5 10.39 Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
#5 10.39 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
#5 10.39 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.18.04.1 [27.0 kB]
#5 10.39 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.10 [154 kB]
#5 10.40 Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-common all 2.36.11-2 [4536 B]
#5 10.49 Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.11-2 [165 kB]
#5 10.60 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gtk-update-icon-cache amd64 3.22.30-1ubuntu4 [28.3 kB]
#5 10.60 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpixman-1-0 amd64 0.34.0-2ubuntu0.1 [229 kB]
#5 10.60 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]
#5 10.60 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5600 B]
#5 10.60 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]
#5 10.61 Get:65 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
#5 10.61 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]
#5 10.61 Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]
#5 10.61 Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]
#5 10.70 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]
#5 10.72 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]
#5 10.72 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]
#5 10.72 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]
#5 10.72 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]
#5 10.72 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-2 amd64 2.40.20-2ubuntu0.2 [98.6 kB]
#5 10.81 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-common amd64 2.40.20-2ubuntu0.2 [5064 B]
#5 10.81 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 humanity-icon-theme all 0.6.15 [1250 kB]
#5 10.82 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-mono all 16.10+18.04.20181005-0ubuntu1 [149 kB]
#5 10.82 Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 adwaita-icon-theme all 3.28.0-1ubuntu1 [3306 kB]
#5 10.93 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.9 [197 kB]
#5 10.93 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.9 [489 kB]
#5 10.93 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.9 [1839 kB]
#5 10.95 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.9 [3392 B]
#5 10.95 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB]
#5 11.02 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-213.224 [983 kB]
#5 11.03 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB]
#5 11.06 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
#5 11.06 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
#5 11.13 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
#5 11.14 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
#5 11.14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
#5 11.39 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
#5 11.39 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
#5 11.39 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
#5 11.40 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
#5 11.40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
#5 11.40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
#5 11.40 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
#5 11.41 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
#5 11.42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
#5 11.50 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
#5 11.61 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
#5 11.82 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
#5 12.31 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
#5 12.79 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
#5 13.07 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
#5 13.07 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
#5 13.12 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
#5 13.37 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
#5 13.37 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
#5 13.37 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
#5 13.38 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
#5 13.38 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
#5 13.40 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
#5 13.40 Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 java-common all 0.68ubuntu1~18.04.1 [14.5 kB]
#5 13.40 Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.3 [22.2 kB]
#5 13.40 Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.3 [21.6 kB]
#5 13.48 Get:117 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.3 [25.2 kB]
#5 13.48 Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcups2 amd64 2.2.7-1ubuntu2.10 [211 kB]
#5 13.58 Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
#5 13.59 Get:120 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]
#5 13.59 Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.16 [1220 kB]
#5 13.62 Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcsclite1 amd64 1.8.23-1 [21.3 kB]
#5 13.62 Get:123 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxi6 amd64 2:1.7.9-1 [29.2 kB]
#5 13.62 Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]
#5 13.62 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre-headless amd64 8u372-ga~us1-0ubuntu1~18.04 [28.3 MB]
#5 14.38 Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates-java all 20180516ubuntu1~18.04.2 [12.5 kB]
#5 14.38 Get:127 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-aarch64-linux-gnu-base amd64 7.5.0-3ubuntu1~18.04cross1 [18.6 kB]
#5 14.38 Get:128 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7-aarch64-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [5750 kB]
#5 14.53 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-aarch64-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [3488 B]
#5 14.53 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-powerpc64le-linux-gnu-base amd64 7.5.0-3ubuntu1~18.04cross1 [18.5 kB]
#5 14.53 Get:131 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7-powerpc64le-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6223 kB]
#5 14.69 Get:132 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-powerpc64le-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [3492 B]
#5 14.69 Get:133 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [42.3 kB]
#5 14.69 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [175 kB]
#5 14.70 Get:135 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [30.3 kB]
#5 14.71 Get:136 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [85.9 kB]
#5 14.71 Get:137 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [48.0 kB]
#5 14.71 Get:138 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [107 kB]
#5 14.71 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [207 kB]
#5 14.72 Get:140 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [14.8 kB]
#5 14.81 Get:141 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [96.7 kB]
#5 14.81 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB]
#5 14.81 Get:143 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB]
#5 14.92 Get:144 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
#5 14.92 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
#5 14.92 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
#5 14.92 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
#5 14.92 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.24 [221 kB]
#5 14.93 Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.24 [159 kB]
#5 14.93 Get:150 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.30-21ubuntu1~18.04.9 [2875 kB]
#5 15.02 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-cross-base all 7.5.0-3ubuntu1~18.04cross1 [13.0 kB]
#5 15.02 Get:152 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-cross-base all 8.4.0-1ubuntu1~18.04cross2 [13.7 kB]
#5 15.02 Get:153 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-arm64-cross all 2.27-3ubuntu1cross1.1 [1085 kB]
#5 15.13 Get:154 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1-arm64-cross all 1:8.4.0-1ubuntu1~18.04cross2 [34.3 kB]
#5 15.13 Get:155 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [68.2 kB]
#5 15.13 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [23.9 kB]
#5 15.13 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [8924 B]
#5 15.13 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [329 kB]
#5 15.14 Get:159 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [120 kB]
#5 15.14 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [262 kB]
#5 15.24 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [335 kB]
#5 15.24 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [116 kB]
#5 15.24 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [834 kB]
#5 15.34 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-aarch64-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6461 kB]
#5 15.50 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-aarch64-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1396 B]
#5 15.50 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev-arm64-cross all 4.15.0-35.38cross1.1 [859 kB]
#5 15.52 Get:167 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-arm64-cross all 2.27-3ubuntu1cross1.1 [2044 kB]
#5 15.58 Get:168 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [1450 kB]
#5 15.61 Get:169 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-aarch64-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6595 kB]
#5 15.80 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-aarch64-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1108 B]
#5 15.80 Get:171 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-powerpc64le-linux-gnu amd64 2.30-21ubuntu1~18.04.9 [2381 kB]
#5 15.85 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-ppc64el-cross all 2.27-3ubuntu1cross1.1 [1446 kB]
#5 15.90 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1-ppc64el-cross all 1:8.4.0-1ubuntu1~18.04cross2 [30.3 kB]
#5 15.90 Get:174 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [78.7 kB]
#5 15.90 Get:175 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [29.1 kB]
#5 15.90 Get:176 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [9768 B]
#5 15.90 Get:177 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [360 kB]
#5 15.91 Get:178 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [144 kB]
#5 15.93 Get:179 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [290 kB]
#5 15.93 Get:180 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [405 kB]
#5 16.02 Get:181 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [135 kB]
#5 16.02 Get:182 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [983 kB]
#5 16.04 Get:183 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-powerpc64le-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6931 kB]
#5 16.21 Get:184 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-powerpc64le-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1416 B]
#5 16.21 Get:185 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev-ppc64el-cross all 4.15.0-35.38cross1.1 [874 kB]
#5 16.25 Get:186 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-ppc64el-cross all 2.27-3ubuntu1cross1.1 [2548 kB]
#5 16.30 Get:187 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [1520 kB]
#5 16.36 Get:188 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-powerpc64le-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [7069 kB]
#5 16.53 Get:189 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-powerpc64le-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1116 B]
#5 16.53 Get:190 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.6 [38.5 kB]
#5 16.53 Get:191 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.6 [360 kB]
#5 16.56 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
#5 16.56 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-data all 2.28.1-1 [2992 B]
#5 16.56 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-0 amd64 2.28.1-1 [43.9 kB]
#5 16.56 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatspi2.0-0 amd64 2.28.0-1 [59.6 kB]
#5 16.56 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-bridge2.0-0 amd64 2.26.2-1 [57.3 kB]
#5 16.57 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB]
#5 16.68 Get:198 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.3 [47.0 kB]
#5 16.68 Get:199 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglapi-mesa amd64 20.0.8-0ubuntu1~18.04.1 [26.6 kB]
#5 16.68 Get:200 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.4 [9720 B]
#5 16.68 Get:201 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0 amd64 1.13-2~ubuntu18.04 [6920 B]
#5 16.68 Get:202 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-0 amd64 1.13-2~ubuntu18.04 [6568 B]
#5 16.89 Get:203 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0 amd64 1.13-2~ubuntu18.04 [22.1 kB]
#5 17.12 Get:204 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present0 amd64 1.13-2~ubuntu18.04 [5552 B]
#5 17.13 Get:205 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync1 amd64 1.13-2~ubuntu18.04 [8808 B]
#5 17.15 Get:206 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage1 amd64 1:1.1.4-3 [6934 B]
#5 17.16 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes3 amd64 1:5.0.3-1 [10.8 kB]
#5 17.18 Get:208 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
#5 17.22 Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-amdgpu1 amd64 2.4.101-2~18.04.1 [18.2 kB]
#5 17.27 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpciaccess0 amd64 0.14-1 [17.9 kB]
#5 17.30 Get:211 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-intel1 amd64 2.4.101-2~18.04.1 [60.0 kB]
#5 17.38 Get:212 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-nouveau2 amd64 2.4.101-2~18.04.1 [16.5 kB]
#5 17.40 Get:213 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-radeon1 amd64 2.4.101-2~18.04.1 [21.7 kB]
#5 17.42 Get:214 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1~18.04.2 [15.4 MB]
#5 18.43 Get:215 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsensors4 amd64 1:3.4.0-4ubuntu0.1 [28.3 kB]
#5 18.43 Get:216 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dri amd64 20.0.8-0ubuntu1~18.04.1 [9333 kB]
#5 18.84 Get:217 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx-mesa0 amd64 20.0.8-0ubuntu1~18.04.1 [139 kB]
#5 18.85 Get:218 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.3 [28.1 kB]
#5 18.85 Get:219 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.3 [86.2 kB]
#5 18.86 Get:220 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-glx amd64 20.0.8-0ubuntu1~18.04.1 [5532 B]
#5 18.86 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
#5 18.86 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
#5 18.86 Get:223 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.18.04.2 [34.8 kB]
#5 18.87 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
#5 18.87 Get:225 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0 amd64 1.13-2~ubuntu18.04 [5972 B]
#5 18.95 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcomposite1 amd64 1:0.4.4-2 [6988 B]
#5 19.05 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr2 amd64 2:1.5.1-1 [18.1 kB]
#5 19.05 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
#5 19.05 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB]
#5 19.06 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-wrapper-java all 0.33.3-20ubuntu0.1 [34.7 kB]
#5 19.06 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-wrapper-java-jni amd64 0.33.3-20ubuntu0.1 [28.3 kB]
#5 19.06 Get:232 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libflac8 amd64 1.3.2-1ubuntu0.1 [213 kB]
#5 19.07 Get:233 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgif7 amd64 5.1.4-2ubuntu0.1 [30.9 kB]
#5 19.07 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-common all 2.24.32-1ubuntu1 [125 kB]
#5 19.08 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor1 amd64 1:1.1.15-1 [19.8 kB]
#5 19.16 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-0 amd64 2.24.32-1ubuntu1 [1769 kB]
#5 19.27 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbis0a amd64 1.3.5-4.2 [86.4 kB]
#5 19.27 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisenc2 amd64 1.3.5-4.2 [70.7 kB]
#5 19.27 Get:239 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsndfile1 amd64 1.0.28-4ubuntu0.18.04.2 [170 kB]
#5 19.28 Get:240 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwrap0 amd64 7.6.q-27 [46.3 kB]
#5 19.28 Get:241 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.11 [266 kB]
#5 19.29 Get:242 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre amd64 8u372-ga~us1-0ubuntu1~18.04 [69.8 kB]
#5 19.29 Get:243 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jdk-headless amd64 8u372-ga~us1-0ubuntu1~18.04 [8291 kB]
#5 19.66 Get:244 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jdk amd64 8u372-ga~us1-0ubuntu1~18.04 [4076 kB]
#5 19.96 debconf: delaying package configuration, since apt-utils is not installed
#5 19.99 Fetched 206 MB in 11s (18.0 MB/s)
#5 20.01 Selecting previously unselected package multiarch-support.
#5 20.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 ... 4050 files and directories currently installed.)
#5 20.01 Preparing to unpack .../0-multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
#5 20.02 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
#5 20.05 Selecting previously unselected package libxau6:amd64.
#5 20.05 Preparing to unpack .../1-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
#5 20.06 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
#5 20.09 Selecting previously unselected package libbsd0:amd64.
#5 20.09 Preparing to unpack .../2-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
#5 20.09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
#5 20.12 Selecting previously unselected package libxdmcp6:amd64.
#5 20.13 Preparing to unpack .../3-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
#5 20.13 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
#5 20.16 Selecting previously unselected package libxcb1:amd64.
#5 20.16 Preparing to unpack .../4-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
#5 20.17 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
#5 20.20 Selecting previously unselected package libx11-data.
#5 20.20 Preparing to unpack .../5-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
#5 20.20 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
#5 20.28 Selecting previously unselected package libx11-6:amd64.
#5 20.28 Preparing to unpack .../6-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
#5 20.29 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 20.35 Setting up multiarch-support (2.27-3ubuntu1.6) ...
#5 20.41 Selecting previously unselected package libxext6:amd64.
#5 20.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 ... 4340 files and directories currently installed.)
#5 20.42 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
#5 20.42 Unpacking libxext6:amd64 (2:1.3.3-1) ...
#5 20.45 Selecting previously unselected package libexpat1:amd64.
#5 20.46 Preparing to unpack .../001-libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
#5 20.46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
#5 20.49 Selecting previously unselected package libpng16-16:amd64.
#5 20.49 Preparing to unpack .../002-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
#5 20.50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
#5 20.54 Selecting previously unselected package libfreetype6:amd64.
#5 20.54 Preparing to unpack .../003-libfreetype6_2.8.1-2ubuntu2.2_amd64.deb ...
#5 20.54 Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2.2) ...
#5 20.60 Selecting previously unselected package ucf.
#5 20.60 Preparing to unpack .../004-ucf_3.0038_all.deb ...
#5 20.61 Moving old data out of the way
#5 20.61 Unpacking ucf (3.0038) ...
#5 20.64 Selecting previously unselected package fonts-dejavu-core.
#5 20.64 Preparing to unpack .../005-fonts-dejavu-core_2.37-1_all.deb ...
#5 20.64 Unpacking fonts-dejavu-core (2.37-1) ...
#5 20.74 Selecting previously unselected package fontconfig-config.
#5 20.74 Preparing to unpack .../006-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
#5 20.75 Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
#5 20.79 Selecting previously unselected package libfontconfig1:amd64.
#5 20.79 Preparing to unpack .../007-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
#5 20.79 Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
#5 20.83 Selecting previously unselected package fontconfig.
#5 20.84 Preparing to unpack .../008-fontconfig_2.12.6-0ubuntu2_amd64.deb ...
#5 20.84 Unpacking fontconfig (2.12.6-0ubuntu2) ...
#5 20.88 Selecting previously unselected package libjpeg-turbo8:amd64.
#5 20.88 Preparing to unpack .../009-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.6_amd64.deb ...
#5 20.89 Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.6) ...
#5 20.93 Selecting previously unselected package libogg0:amd64.
#5 20.93 Preparing to unpack .../010-libogg0_1.3.2-1_amd64.deb ...
#5 20.93 Unpacking libogg0:amd64 (1.3.2-1) ...
#5 20.97 Selecting previously unselected package x11-common.
#5 20.97 Preparing to unpack .../011-x11-common_1%3a7.7+19ubuntu7.1_all.deb ...
#5 20.98 dpkg-query: no packages found matching nux-tools
#5 20.99 Unpacking x11-common (1:7.7+19ubuntu7.1) ...
#5 21.02 Selecting previously unselected package libice6:amd64.
#5 21.03 Preparing to unpack .../012-libice6_2%3a1.0.9-2ubuntu0.18.04.1_amd64.deb ...
#5 21.03 Unpacking libice6:amd64 (2:1.0.9-2ubuntu0.18.04.1) ...
#5 21.06 Selecting previously unselected package libsm6:amd64.
#5 21.06 Preparing to unpack .../013-libsm6_2%3a1.2.2-1_amd64.deb ...
#5 21.07 Unpacking libsm6:amd64 (2:1.2.2-1) ...
#5 21.10 Selecting previously unselected package libxrender1:amd64.
#5 21.10 Preparing to unpack .../014-libxrender1_1%3a0.9.10-1_amd64.deb ...
#5 21.10 Unpacking libxrender1:amd64 (1:0.9.10-1) ...
#5 21.13 Selecting previously unselected package libxft2:amd64.
#5 21.13 Preparing to unpack .../015-libxft2_2.3.2-1_amd64.deb ...
#5 21.14 Unpacking libxft2:amd64 (2.3.2-1) ...
#5 21.17 Selecting previously unselected package libxinerama1:amd64.
#5 21.17 Preparing to unpack .../016-libxinerama1_2%3a1.1.3-1_amd64.deb ...
#5 21.17 Unpacking libxinerama1:amd64 (2:1.1.3-1) ...
#5 21.20 Selecting previously unselected package libxxf86dga1:amd64.
#5 21.20 Preparing to unpack .../017-libxxf86dga1_2%3a1.1.4-1_amd64.deb ...
#5 21.21 Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ...
#5 21.24 Selecting previously unselected package libxxf86vm1:amd64.
#5 21.24 Preparing to unpack .../018-libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
#5 21.24 Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
#5 21.27 Selecting previously unselected package perl-modules-5.26.
#5 21.27 Preparing to unpack .../019-perl-modules-5.26_5.26.1-6ubuntu0.7_all.deb ...
#5 21.27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.7) ...
#5 21.64 Selecting previously unselected package libgdbm5:amd64.
#5 21.64 Preparing to unpack .../020-libgdbm5_1.14.1-6_amd64.deb ...
#5 21.64 Unpacking libgdbm5:amd64 (1.14.1-6) ...
#5 21.67 Selecting previously unselected package libgdbm-compat4:amd64.
#5 21.67 Preparing to unpack .../021-libgdbm-compat4_1.14.1-6_amd64.deb ...
#5 21.68 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
#5 21.71 Selecting previously unselected package libperl5.26:amd64.
#5 21.71 Preparing to unpack .../022-libperl5.26_5.26.1-6ubuntu0.7_amd64.deb ...
#5 21.72 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.7) ...
#5 22.04 Selecting previously unselected package perl.
#5 22.04 Preparing to unpack .../023-perl_5.26.1-6ubuntu0.7_amd64.deb ...
#5 22.05 Unpacking perl (5.26.1-6ubuntu0.7) ...
#5 22.10 Selecting previously unselected package libssl1.1:amd64.
#5 22.11 Preparing to unpack .../024-libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb ...
#5 22.11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.23) ...
#5 22.22 Selecting previously unselected package openssl.
#5 22.22 Preparing to unpack .../025-openssl_1.1.1-1ubuntu2.1~18.04.23_amd64.deb ...
#5 22.22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.23) ...
#5 22.30 Selecting previously unselected package ca-certificates.
#5 22.30 Preparing to unpack .../026-ca-certificates_20230311ubuntu0.18.04.1_all.deb ...
#5 22.30 Unpacking ca-certificates (20230311ubuntu0.18.04.1) ...
#5 22.37 Selecting previously unselected package libapparmor1:amd64.
#5 22.37 Preparing to unpack .../027-libapparmor1_2.12-4ubuntu5.3_amd64.deb ...
#5 22.38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.3) ...
#5 22.41 Selecting previously unselected package libdbus-1-3:amd64.
#5 22.41 Preparing to unpack .../028-libdbus-1-3_1.12.2-1ubuntu1.4_amd64.deb ...
#5 22.41 Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
#5 22.46 Selecting previously unselected package libelf1:amd64.
#5 22.46 Preparing to unpack .../029-libelf1_0.170-0.4ubuntu0.1_amd64.deb ...
#5 22.46 Unpacking libelf1:amd64 (0.170-0.4ubuntu0.1) ...
#5 22.50 Selecting previously unselected package libglib2.0-0:amd64.
#5 22.50 Preparing to unpack .../030-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
#5 22.50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
#5 22.61 Selecting previously unselected package libicu60:amd64.
#5 22.61 Preparing to unpack .../031-libicu60_60.2-3ubuntu3.2_amd64.deb ...
#5 22.61 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
#5 23.18 Selecting previously unselected package libsqlite3-0:amd64.
#5 23.18 Preparing to unpack .../032-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
#5 23.19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
#5 23.25 Selecting previously unselected package libxml2:amd64.
#5 23.25 Preparing to unpack .../033-libxml2_2.9.4+dfsg1-6.1ubuntu1.9_amd64.deb ...
#5 23.25 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.9) ...
#5 23.33 Selecting previously unselected package shared-mime-info.
#5 23.33 Preparing to unpack .../034-shared-mime-info_1.9-2_amd64.deb ...
#5 23.33 Unpacking shared-mime-info (1.9-2) ...
#5 23.39 Selecting previously unselected package xz-utils.
#5 23.39 Preparing to unpack .../035-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
#5 23.40 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
#5 23.43 Selecting previously unselected package libdrm-common.
#5 23.43 Preparing to unpack .../036-libdrm-common_2.4.101-2~18.04.1_all.deb ...
#5 23.43 Unpacking libdrm-common (2.4.101-2~18.04.1) ...
#5 23.46 Selecting previously unselected package libdrm2:amd64.
#5 23.46 Preparing to unpack .../037-libdrm2_2.4.101-2~18.04.1_amd64.deb ...
#5 23.47 Unpacking libdrm2:amd64 (2.4.101-2~18.04.1) ...
#5 23.50 Selecting previously unselected package libedit2:amd64.
#5 23.50 Preparing to unpack .../038-libedit2_3.1-20170329-1_amd64.deb ...
#5 23.50 Unpacking libedit2:amd64 (3.1-20170329-1) ...
#5 23.54 Selecting previously unselected package libkrb5support0:amd64.
#5 23.54 Preparing to unpack .../039-libkrb5support0_1.16-2ubuntu0.4_amd64.deb ...
#5 23.54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.4) ...
#5 23.58 Selecting previously unselected package libk5crypto3:amd64.
#5 23.58 Preparing to unpack .../040-libk5crypto3_1.16-2ubuntu0.4_amd64.deb ...
#5 23.58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.4) ...
#5 23.62 Selecting previously unselected package libkeyutils1:amd64.
#5 23.62 Preparing to unpack .../041-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
#5 23.62 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
#5 23.65 Selecting previously unselected package libkrb5-3:amd64.
#5 23.66 Preparing to unpack .../042-libkrb5-3_1.16-2ubuntu0.4_amd64.deb ...
#5 23.66 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.4) ...
#5 23.71 Selecting previously unselected package libgssapi-krb5-2:amd64.
#5 23.72 Preparing to unpack .../043-libgssapi-krb5-2_1.16-2ubuntu0.4_amd64.deb ...
#5 23.72 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.4) ...
#5 23.76 Selecting previously unselected package libpsl5:amd64.
#5 23.76 Preparing to unpack .../044-libpsl5_0.19.1-5build1_amd64.deb ...
#5 23.76 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
#5 23.80 Selecting previously unselected package libxmuu1:amd64.
#5 23.80 Preparing to unpack .../045-libxmuu1_2%3a1.1.2-2_amd64.deb ...
#5 23.80 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
#5 23.83 Selecting previously unselected package hicolor-icon-theme.
#5 23.83 Preparing to unpack .../046-hicolor-icon-theme_0.17-2_all.deb ...
#5 23.83 Unpacking hicolor-icon-theme (0.17-2) ...
#5 23.92 Selecting previously unselected package libjpeg8:amd64.
#5 23.92 Preparing to unpack .../047-libjpeg8_8c-2ubuntu8_amd64.deb ...
#5 23.93 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
#5 23.96 Selecting previously unselected package libjbig0:amd64.
#5 23.96 Preparing to unpack .../048-libjbig0_2.1-3.1ubuntu0.18.04.1_amd64.deb ...
#5 23.96 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.18.04.1) ...
#5 23.99 Selecting previously unselected package libtiff5:amd64.
#5 24.00 Preparing to unpack .../049-libtiff5_4.0.9-5ubuntu0.10_amd64.deb ...
#5 24.00 Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.10) ...
#5 24.04 Selecting previously unselected package libgdk-pixbuf2.0-common.
#5 24.04 Preparing to unpack .../050-libgdk-pixbuf2.0-common_2.36.11-2_all.deb ...
#5 24.04 Unpacking libgdk-pixbuf2.0-common (2.36.11-2) ...
#5 24.07 Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
#5 24.07 Preparing to unpack .../051-libgdk-pixbuf2.0-0_2.36.11-2_amd64.deb ...
#5 24.08 Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
#5 24.12 Selecting previously unselected package gtk-update-icon-cache.
#5 24.12 Preparing to unpack .../052-gtk-update-icon-cache_3.22.30-1ubuntu4_amd64.deb ...
#5 24.13 No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
#5 24.14 No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
#5 24.14 Unpacking gtk-update-icon-cache (3.22.30-1ubuntu4) ...
#5 24.17 Selecting previously unselected package libpixman-1-0:amd64.
#5 24.17 Preparing to unpack .../053-libpixman-1-0_0.34.0-2ubuntu0.1_amd64.deb ...
#5 24.17 Unpacking libpixman-1-0:amd64 (0.34.0-2ubuntu0.1) ...
#5 24.22 Selecting previously unselected package libxcb-render0:amd64.
#5 24.22 Preparing to unpack .../054-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
#5 24.23 Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
#5 24.26 Selecting previously unselected package libxcb-shm0:amd64.
#5 24.26 Preparing to unpack .../055-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
#5 24.26 Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
#5 24.29 Selecting previously unselected package libcairo2:amd64.
#5 24.30 Preparing to unpack .../056-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
#5 24.30 Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
#5 24.36 Selecting previously unselected package libcroco3:amd64.
#5 24.36 Preparing to unpack .../057-libcroco3_0.6.12-2_amd64.deb ...
#5 24.37 Unpacking libcroco3:amd64 (0.6.12-2) ...
#5 24.40 Selecting previously unselected package libthai-data.
#5 24.40 Preparing to unpack .../058-libthai-data_0.1.27-2_all.deb ...
#5 24.41 Unpacking libthai-data (0.1.27-2) ...
#5 24.45 Selecting previously unselected package libdatrie1:amd64.
#5 24.45 Preparing to unpack .../059-libdatrie1_0.2.10-7_amd64.deb ...
#5 24.45 Unpacking libdatrie1:amd64 (0.2.10-7) ...
#5 24.49 Selecting previously unselected package libthai0:amd64.
#5 24.49 Preparing to unpack .../060-libthai0_0.1.27-2_amd64.deb ...
#5 24.49 Unpacking libthai0:amd64 (0.1.27-2) ...
#5 24.52 Selecting previously unselected package libpango-1.0-0:amd64.
#5 24.52 Preparing to unpack .../061-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
#5 24.53 Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 24.57 Selecting previously unselected package libgraphite2-3:amd64.
#5 24.57 Preparing to unpack .../062-libgraphite2-3_1.3.11-2_amd64.deb ...
#5 24.57 Unpacking libgraphite2-3:amd64 (1.3.11-2) ...
#5 24.61 Selecting previously unselected package libharfbuzz0b:amd64.
#5 24.61 Preparing to unpack .../063-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
#5 24.61 Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
#5 24.66 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#5 24.66 Preparing to unpack .../064-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
#5 24.67 Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 24.70 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#5 24.70 Preparing to unpack .../065-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
#5 24.70 Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 24.73 Selecting previously unselected package librsvg2-2:amd64.
#5 24.74 Preparing to unpack .../066-librsvg2-2_2.40.20-2ubuntu0.2_amd64.deb ...
#5 24.74 Unpacking librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
#5 24.77 Selecting previously unselected package librsvg2-common:amd64.
#5 24.78 Preparing to unpack .../067-librsvg2-common_2.40.20-2ubuntu0.2_amd64.deb ...
#5 24.78 Unpacking librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
#5 24.81 Selecting previously unselected package humanity-icon-theme.
#5 24.82 Preparing to unpack .../068-humanity-icon-theme_0.6.15_all.deb ...
#5 24.82 Unpacking humanity-icon-theme (0.6.15) ...
#5 26.13 Selecting previously unselected package ubuntu-mono.
#5 26.13 Preparing to unpack .../069-ubuntu-mono_16.10+18.04.20181005-0ubuntu1_all.deb ...
#5 26.14 Unpacking ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
#5 26.74 Selecting previously unselected package adwaita-icon-theme.
#5 26.74 Preparing to unpack .../070-adwaita-icon-theme_3.28.0-1ubuntu1_all.deb ...
#5 26.75 Unpacking adwaita-icon-theme (3.28.0-1ubuntu1) ...
#5 27.12 Selecting previously unselected package binutils-common:amd64.
#5 27.12 Preparing to unpack .../071-binutils-common_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 27.16 Selecting previously unselected package libbinutils:amd64.
#5 27.17 Preparing to unpack .../072-libbinutils_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 27.23 Selecting previously unselected package binutils-x86-64-linux-gnu.
#5 27.24 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 27.44 Selecting previously unselected package binutils.
#5 27.44 Preparing to unpack .../074-binutils_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.44 Unpacking binutils (2.30-21ubuntu1~18.04.9) ...
#5 27.47 Selecting previously unselected package libc-dev-bin.
#5 27.47 Preparing to unpack .../075-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ...
#5 27.48 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
#5 27.51 Selecting previously unselected package linux-libc-dev:amd64.
#5 27.51 Preparing to unpack .../076-linux-libc-dev_4.15.0-213.224_amd64.deb ...
#5 27.51 Unpacking linux-libc-dev:amd64 (4.15.0-213.224) ...
#5 27.72 Selecting previously unselected package libc6-dev:amd64.
#5 27.72 Preparing to unpack .../077-libc6-dev_2.27-3ubuntu1.6_amd64.deb ...
#5 27.72 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) ...
#5 28.01 Selecting previously unselected package gcc-7-base:amd64.
#5 28.01 Preparing to unpack .../078-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 28.02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 28.05 Selecting previously unselected package libisl19:amd64.
#5 28.05 Preparing to unpack .../079-libisl19_0.19-1_amd64.deb ...
#5 28.05 Unpacking libisl19:amd64 (0.19-1) ...
#5 28.12 Selecting previously unselected package libmpfr6:amd64.
#5 28.12 Preparing to unpack .../080-libmpfr6_4.0.1-1_amd64.deb ...
#5 28.12 Unpacking libmpfr6:amd64 (4.0.1-1) ...
#5 28.17 Selecting previously unselected package libmpc3:amd64.
#5 28.17 Preparing to unpack .../081-libmpc3_1.1.0-1_amd64.deb ...
#5 28.17 Unpacking libmpc3:amd64 (1.1.0-1) ...
#5 28.20 Selecting previously unselected package cpp-7.
#5 28.21 Preparing to unpack .../082-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 28.21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
#5 28.78 Selecting previously unselected package cpp.
#5 28.78 Preparing to unpack .../083-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 28.79 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
#5 28.83 Selecting previously unselected package libcc1-0:amd64.
#5 28.83 Preparing to unpack .../084-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.84 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.87 Selecting previously unselected package libgomp1:amd64.
#5 28.87 Preparing to unpack .../085-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.87 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.91 Selecting previously unselected package libitm1:amd64.
#5 28.91 Preparing to unpack .../086-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.92 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.95 Selecting previously unselected package libatomic1:amd64.
#5 28.95 Preparing to unpack .../087-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.95 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.98 Selecting previously unselected package libasan4:amd64.
#5 28.99 Preparing to unpack .../088-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 28.99 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.04 Selecting previously unselected package liblsan0:amd64.
#5 29.05 Preparing to unpack .../089-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.09 Selecting previously unselected package libtsan0:amd64.
#5 29.09 Preparing to unpack .../090-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.14 Selecting previously unselected package libubsan0:amd64.
#5 29.15 Preparing to unpack .../091-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.19 Selecting previously unselected package libcilkrts5:amd64.
#5 29.19 Preparing to unpack .../092-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.23 Selecting previously unselected package libmpx2:amd64.
#5 29.23 Preparing to unpack .../093-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.23 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.27 Selecting previously unselected package libquadmath0:amd64.
#5 29.27 Preparing to unpack .../094-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.31 Selecting previously unselected package libgcc-7-dev:amd64.
#5 29.31 Preparing to unpack .../095-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.31 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.51 Selecting previously unselected package gcc-7.
#5 29.51 Preparing to unpack .../096-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
#5 30.12 Selecting previously unselected package gcc.
#5 30.13 Preparing to unpack .../097-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 30.13 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
#5 30.16 Selecting previously unselected package libstdc++-7-dev:amd64.
#5 30.16 Preparing to unpack .../098-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 30.16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 30.40 Selecting previously unselected package g++-7.
#5 30.40 Preparing to unpack .../099-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 30.41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
#5 31.05 Selecting previously unselected package g++.
#5 31.05 Preparing to unpack .../100-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 31.06 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
#5 31.09 Selecting previously unselected package make.
#5 31.09 Preparing to unpack .../101-make_4.1-9.1ubuntu1_amd64.deb ...
#5 31.09 Unpacking make (4.1-9.1ubuntu1) ...
#5 31.13 Selecting previously unselected package libdpkg-perl.
#5 31.13 Preparing to unpack .../102-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
#5 31.13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
#5 31.18 Selecting previously unselected package patch.
#5 31.18 Preparing to unpack .../103-patch_2.7.6-2ubuntu1.1_amd64.deb ...
#5 31.19 Unpacking patch (2.7.6-2ubuntu1.1) ...
#5 31.22 Selecting previously unselected package dpkg-dev.
#5 31.23 Preparing to unpack .../104-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
#5 31.23 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
#5 31.30 Selecting previously unselected package build-essential.
#5 31.30 Preparing to unpack .../105-build-essential_12.4ubuntu1_amd64.deb ...
#5 31.30 Unpacking build-essential (12.4ubuntu1) ...
#5 31.34 Selecting previously unselected package java-common.
#5 31.34 Preparing to unpack .../106-java-common_0.68ubuntu1~18.04.1_all.deb ...
#5 31.34 Unpacking java-common (0.68ubuntu1~18.04.1) ...
#5 31.37 Selecting previously unselected package libavahi-common-data:amd64.
#5 31.37 Preparing to unpack .../107-libavahi-common-data_0.7-3.1ubuntu1.3_amd64.deb ...
#5 31.38 Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
#5 31.41 Selecting previously unselected package libavahi-common3:amd64.
#5 31.41 Preparing to unpack .../108-libavahi-common3_0.7-3.1ubuntu1.3_amd64.deb ...
#5 31.42 Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
#5 31.45 Selecting previously unselected package libavahi-client3:amd64.
#5 31.45 Preparing to unpack .../109-libavahi-client3_0.7-3.1ubuntu1.3_amd64.deb ...
#5 31.46 Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
#5 31.49 Selecting previously unselected package libcups2:amd64.
#5 31.49 Preparing to unpack .../110-libcups2_2.2.7-1ubuntu2.10_amd64.deb ...
#5 31.50 Unpacking libcups2:amd64 (2.2.7-1ubuntu2.10) ...
#5 31.54 Selecting previously unselected package liblcms2-2:amd64.
#5 31.55 Preparing to unpack .../111-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
#5 31.55 Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
#5 31.59 Selecting previously unselected package libnspr4:amd64.
#5 31.59 Preparing to unpack .../112-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
#5 31.60 Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ...
#5 31.64 Selecting previously unselected package libnss3:amd64.
#5 31.64 Preparing to unpack .../113-libnss3_2%3a3.35-2ubuntu2.16_amd64.deb ...
#5 31.64 Unpacking libnss3:amd64 (2:3.35-2ubuntu2.16) ...
#5 31.76 Selecting previously unselected package libpcsclite1:amd64.
#5 31.76 Preparing to unpack .../114-libpcsclite1_1.8.23-1_amd64.deb ...
#5 31.76 Unpacking libpcsclite1:amd64 (1.8.23-1) ...
#5 31.80 Selecting previously unselected package libxi6:amd64.
#5 31.80 Preparing to unpack .../115-libxi6_2%3a1.7.9-1_amd64.deb ...
#5 31.81 Unpacking libxi6:amd64 (2:1.7.9-1) ...
#5 31.84 Selecting previously unselected package libxtst6:amd64.
#5 31.84 Preparing to unpack .../116-libxtst6_2%3a1.2.3-1_amd64.deb ...
#5 31.84 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#5 31.88 Selecting previously unselected package openjdk-8-jre-headless:amd64.
#5 31.88 Preparing to unpack .../117-openjdk-8-jre-headless_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 31.89 Unpacking openjdk-8-jre-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 33.82 Selecting previously unselected package ca-certificates-java.
#5 33.83 Preparing to unpack .../118-ca-certificates-java_20180516ubuntu1~18.04.2_all.deb ...
#5 33.83 Unpacking ca-certificates-java (20180516ubuntu1~18.04.2) ...
#5 33.86 Selecting previously unselected package gcc-7-aarch64-linux-gnu-base:amd64.
#5 33.86 Preparing to unpack .../119-gcc-7-aarch64-linux-gnu-base_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 33.86 Unpacking gcc-7-aarch64-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 33.89 Selecting previously unselected package cpp-7-aarch64-linux-gnu.
#5 33.89 Preparing to unpack .../120-cpp-7-aarch64-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 33.90 Unpacking cpp-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 34.28 Selecting previously unselected package cpp-aarch64-linux-gnu.
#5 34.28 Preparing to unpack .../121-cpp-aarch64-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 34.29 Unpacking cpp-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 34.32 Selecting previously unselected package gcc-7-powerpc64le-linux-gnu-base:amd64.
#5 34.32 Preparing to unpack .../122-gcc-7-powerpc64le-linux-gnu-base_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 34.32 Unpacking gcc-7-powerpc64le-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 34.35 Selecting previously unselected package cpp-7-powerpc64le-linux-gnu.
#5 34.36 Preparing to unpack .../123-cpp-7-powerpc64le-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 34.36 Unpacking cpp-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 34.79 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
#5 34.79 Preparing to unpack .../124-cpp-powerpc64le-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 34.79 Unpacking cpp-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 34.83 Selecting previously unselected package libroken18-heimdal:amd64.
#5 34.83 Preparing to unpack .../125-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.83 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 34.87 Selecting previously unselected package libasn1-8-heimdal:amd64.
#5 34.87 Preparing to unpack .../126-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.87 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 34.91 Selecting previously unselected package libheimbase1-heimdal:amd64.
#5 34.92 Preparing to unpack .../127-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.92 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 34.95 Selecting previously unselected package libhcrypto4-heimdal:amd64.
#5 34.96 Preparing to unpack .../128-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.96 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.00 Selecting previously unselected package libwind0-heimdal:amd64.
#5 35.00 Preparing to unpack .../129-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.04 Selecting previously unselected package libhx509-5-heimdal:amd64.
#5 35.04 Preparing to unpack .../130-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.09 Selecting previously unselected package libkrb5-26-heimdal:amd64.
#5 35.09 Preparing to unpack .../131-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.14 Selecting previously unselected package libheimntlm0-heimdal:amd64.
#5 35.14 Preparing to unpack .../132-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.18 Selecting previously unselected package libgssapi3-heimdal:amd64.
#5 35.18 Preparing to unpack .../133-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.22 Selecting previously unselected package libsasl2-modules-db:amd64.
#5 35.22 Preparing to unpack .../134-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
#5 35.23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 35.26 Selecting previously unselected package libsasl2-2:amd64.
#5 35.26 Preparing to unpack .../135-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
#5 35.26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 35.29 Selecting previously unselected package libldap-common.
#5 35.30 Preparing to unpack .../136-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
#5 35.30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
#5 35.33 Selecting previously unselected package libldap-2.4-2:amd64.
#5 35.33 Preparing to unpack .../137-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
#5 35.34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
#5 35.38 Selecting previously unselected package libnghttp2-14:amd64.
#5 35.38 Preparing to unpack .../138-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
#5 35.39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
#5 35.42 Selecting previously unselected package librtmp1:amd64.
#5 35.43 Preparing to unpack .../139-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
#5 35.43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
#5 35.46 Selecting previously unselected package libcurl4:amd64.
#5 35.47 Preparing to unpack .../140-libcurl4_7.58.0-2ubuntu3.24_amd64.deb ...
#5 35.47 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.24) ...
#5 35.51 Selecting previously unselected package curl.
#5 35.51 Preparing to unpack .../141-curl_7.58.0-2ubuntu3.24_amd64.deb ...
#5 35.52 Unpacking curl (7.58.0-2ubuntu3.24) ...
#5 35.56 Selecting previously unselected package binutils-aarch64-linux-gnu.
#5 35.56 Preparing to unpack .../142-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 35.56 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 35.85 Selecting previously unselected package gcc-7-cross-base.
#5 35.85 Preparing to unpack .../143-gcc-7-cross-base_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 35.85 Unpacking gcc-7-cross-base (7.5.0-3ubuntu1~18.04cross1) ...
#5 35.88 Selecting previously unselected package gcc-8-cross-base.
#5 35.88 Preparing to unpack .../144-gcc-8-cross-base_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 35.89 Unpacking gcc-8-cross-base (8.4.0-1ubuntu1~18.04cross2) ...
#5 35.92 Selecting previously unselected package libc6-arm64-cross.
#5 35.92 Preparing to unpack .../145-libc6-arm64-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 35.92 Unpacking libc6-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 36.03 Selecting previously unselected package libgcc1-arm64-cross.
#5 36.03 Preparing to unpack .../146-libgcc1-arm64-cross_1%3a8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.03 Unpacking libgcc1-arm64-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 36.06 Selecting previously unselected package libgomp1-arm64-cross.
#5 36.07 Preparing to unpack .../147-libgomp1-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.07 Unpacking libgomp1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.10 Selecting previously unselected package libitm1-arm64-cross.
#5 36.11 Preparing to unpack .../148-libitm1-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.11 Unpacking libitm1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.14 Selecting previously unselected package libatomic1-arm64-cross.
#5 36.14 Preparing to unpack .../149-libatomic1-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.14 Unpacking libatomic1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.17 Selecting previously unselected package libasan4-arm64-cross.
#5 36.18 Preparing to unpack .../150-libasan4-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 36.18 Unpacking libasan4-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.23 Selecting previously unselected package liblsan0-arm64-cross.
#5 36.23 Preparing to unpack .../151-liblsan0-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.24 Unpacking liblsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.27 Selecting previously unselected package libtsan0-arm64-cross.
#5 36.28 Preparing to unpack .../152-libtsan0-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.28 Unpacking libtsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.33 Selecting previously unselected package libstdc++6-arm64-cross.
#5 36.33 Preparing to unpack .../153-libstdc++6-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.33 Unpacking libstdc++6-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.39 Selecting previously unselected package libubsan0-arm64-cross.
#5 36.39 Preparing to unpack .../154-libubsan0-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 36.40 Unpacking libubsan0-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.43 Selecting previously unselected package libgcc-7-dev-arm64-cross.
#5 36.44 Preparing to unpack .../155-libgcc-7-dev-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 36.44 Unpacking libgcc-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.55 Selecting previously unselected package gcc-7-aarch64-linux-gnu.
#5 36.55 Preparing to unpack .../156-gcc-7-aarch64-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 36.56 Unpacking gcc-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.97 Selecting previously unselected package gcc-aarch64-linux-gnu.
#5 36.98 Preparing to unpack .../157-gcc-aarch64-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 36.98 Unpacking gcc-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 37.01 Selecting previously unselected package linux-libc-dev-arm64-cross.
#5 37.01 Preparing to unpack .../158-linux-libc-dev-arm64-cross_4.15.0-35.38cross1.1_all.deb ...
#5 37.02 Unpacking linux-libc-dev-arm64-cross (4.15.0-35.38cross1.1) ...
#5 37.21 Selecting previously unselected package libc6-dev-arm64-cross.
#5 37.21 Preparing to unpack .../159-libc6-dev-arm64-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 37.21 Unpacking libc6-dev-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 37.46 Selecting previously unselected package libstdc++-7-dev-arm64-cross.
#5 37.46 Preparing to unpack .../160-libstdc++-7-dev-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 37.47 Unpacking libstdc++-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 37.71 Selecting previously unselected package g++-7-aarch64-linux-gnu.
#5 37.71 Preparing to unpack .../161-g++-7-aarch64-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 37.71 Unpacking g++-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 38.14 Selecting previously unselected package g++-aarch64-linux-gnu.
#5 38.14 Preparing to unpack .../162-g++-aarch64-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 38.15 Unpacking g++-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 38.18 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
#5 38.18 Preparing to unpack .../163-binutils-powerpc64le-linux-gnu_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 38.18 Unpacking binutils-powerpc64le-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 38.43 Selecting previously unselected package libc6-ppc64el-cross.
#5 38.43 Preparing to unpack .../164-libc6-ppc64el-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 38.43 Unpacking libc6-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 38.57 Selecting previously unselected package libgcc1-ppc64el-cross.
#5 38.57 Preparing to unpack .../165-libgcc1-ppc64el-cross_1%3a8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.57 Unpacking libgcc1-ppc64el-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 38.60 Selecting previously unselected package libgomp1-ppc64el-cross.
#5 38.61 Preparing to unpack .../166-libgomp1-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.61 Unpacking libgomp1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.65 Selecting previously unselected package libitm1-ppc64el-cross.
#5 38.65 Preparing to unpack .../167-libitm1-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.67 Unpacking libitm1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.70 Selecting previously unselected package libatomic1-ppc64el-cross.
#5 38.70 Preparing to unpack .../168-libatomic1-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.70 Unpacking libatomic1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.73 Selecting previously unselected package libasan4-ppc64el-cross.
#5 38.74 Preparing to unpack .../169-libasan4-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 38.74 Unpacking libasan4-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 38.80 Selecting previously unselected package liblsan0-ppc64el-cross.
#5 38.80 Preparing to unpack .../170-liblsan0-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.81 Unpacking liblsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.85 Selecting previously unselected package libtsan0-ppc64el-cross.
#5 38.85 Preparing to unpack .../171-libtsan0-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.85 Unpacking libtsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.90 Selecting previously unselected package libstdc++6-ppc64el-cross.
#5 38.91 Preparing to unpack .../172-libstdc++6-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.91 Unpacking libstdc++6-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.97 Selecting previously unselected package libubsan0-ppc64el-cross.
#5 38.97 Preparing to unpack .../173-libubsan0-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 38.98 Unpacking libubsan0-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 39.02 Selecting previously unselected package libgcc-7-dev-ppc64el-cross.
#5 39.02 Preparing to unpack .../174-libgcc-7-dev-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 39.02 Unpacking libgcc-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 39.14 Selecting previously unselected package gcc-7-powerpc64le-linux-gnu.
#5 39.15 Preparing to unpack .../175-gcc-7-powerpc64le-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 39.15 Unpacking gcc-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 39.61 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
#5 39.61 Preparing to unpack .../176-gcc-powerpc64le-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 39.62 Unpacking gcc-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 39.65 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
#5 39.65 Preparing to unpack .../177-linux-libc-dev-ppc64el-cross_4.15.0-35.38cross1.1_all.deb ...
#5 39.65 Unpacking linux-libc-dev-ppc64el-cross (4.15.0-35.38cross1.1) ...
#5 39.85 Selecting previously unselected package libc6-dev-ppc64el-cross.
#5 39.85 Preparing to unpack .../178-libc6-dev-ppc64el-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 39.86 Unpacking libc6-dev-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 40.15 Selecting previously unselected package libstdc++-7-dev-ppc64el-cross.
#5 40.15 Preparing to unpack .../179-libstdc++-7-dev-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 40.15 Unpacking libstdc++-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 40.41 Selecting previously unselected package g++-7-powerpc64le-linux-gnu.
#5 40.41 Preparing to unpack .../180-g++-7-powerpc64le-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 40.42 Unpacking g++-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 40.91 Selecting previously unselected package g++-powerpc64le-linux-gnu.
#5 40.91 Preparing to unpack .../181-g++-powerpc64le-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 40.91 Unpacking g++-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 40.95 Selecting previously unselected package libasound2-data.
#5 40.95 Preparing to unpack .../182-libasound2-data_1.1.3-5ubuntu0.6_all.deb ...
#5 40.95 Unpacking libasound2-data (1.1.3-5ubuntu0.6) ...
#5 41.02 Selecting previously unselected package libasound2:amd64.
#5 41.03 Preparing to unpack .../183-libasound2_1.1.3-5ubuntu0.6_amd64.deb ...
#5 41.03 Unpacking libasound2:amd64 (1.1.3-5ubuntu0.6) ...
#5 41.09 Selecting previously unselected package libasyncns0:amd64.
#5 41.09 Preparing to unpack .../184-libasyncns0_0.8-6_amd64.deb ...
#5 41.09 Unpacking libasyncns0:amd64 (0.8-6) ...
#5 41.12 Selecting previously unselected package libatk1.0-data.
#5 41.13 Preparing to unpack .../185-libatk1.0-data_2.28.1-1_all.deb ...
#5 41.13 Unpacking libatk1.0-data (2.28.1-1) ...
#5 41.16 Selecting previously unselected package libatk1.0-0:amd64.
#5 41.17 Preparing to unpack .../186-libatk1.0-0_2.28.1-1_amd64.deb ...
#5 41.17 Unpacking libatk1.0-0:amd64 (2.28.1-1) ...
#5 41.20 Selecting previously unselected package libatspi2.0-0:amd64.
#5 41.21 Preparing to unpack .../187-libatspi2.0-0_2.28.0-1_amd64.deb ...
#5 41.21 Unpacking libatspi2.0-0:amd64 (2.28.0-1) ...
#5 41.25 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#5 41.25 Preparing to unpack .../188-libatk-bridge2.0-0_2.26.2-1_amd64.deb ...
#5 41.25 Unpacking libatk-bridge2.0-0:amd64 (2.26.2-1) ...
#5 41.29 Selecting previously unselected package libfontenc1:amd64.
#5 41.30 Preparing to unpack .../189-libfontenc1_1%3a1.1.3-1_amd64.deb ...
#5 41.30 Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
#5 41.34 Selecting previously unselected package libglvnd0:amd64.
#5 41.34 Preparing to unpack .../190-libglvnd0_1.0.0-2ubuntu2.3_amd64.deb ...
#5 41.34 Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
#5 41.39 Selecting previously unselected package libglapi-mesa:amd64.
#5 41.39 Preparing to unpack .../191-libglapi-mesa_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 41.39 Unpacking libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 41.43 Selecting previously unselected package libx11-xcb1:amd64.
#5 41.43 Preparing to unpack .../192-libx11-xcb1_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
#5 41.43 Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 41.47 Selecting previously unselected package libxcb-dri2-0:amd64.
#5 41.47 Preparing to unpack .../193-libxcb-dri2-0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.47 Unpacking libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.51 Selecting previously unselected package libxcb-dri3-0:amd64.
#5 41.51 Preparing to unpack .../194-libxcb-dri3-0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.51 Unpacking libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.55 Selecting previously unselected package libxcb-glx0:amd64.
#5 41.55 Preparing to unpack .../195-libxcb-glx0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.56 Unpacking libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.59 Selecting previously unselected package libxcb-present0:amd64.
#5 41.60 Preparing to unpack .../196-libxcb-present0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.60 Unpacking libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.63 Selecting previously unselected package libxcb-sync1:amd64.
#5 41.64 Preparing to unpack .../197-libxcb-sync1_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.64 Unpacking libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
#5 41.67 Selecting previously unselected package libxdamage1:amd64.
#5 41.68 Preparing to unpack .../198-libxdamage1_1%3a1.1.4-3_amd64.deb ...
#5 41.68 Unpacking libxdamage1:amd64 (1:1.1.4-3) ...
#5 41.72 Selecting previously unselected package libxfixes3:amd64.
#5 41.72 Preparing to unpack .../199-libxfixes3_1%3a5.0.3-1_amd64.deb ...
#5 41.73 Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
#5 41.76 Selecting previously unselected package libxshmfence1:amd64.
#5 41.77 Preparing to unpack .../200-libxshmfence1_1.3-1_amd64.deb ...
#5 41.77 Unpacking libxshmfence1:amd64 (1.3-1) ...
#5 41.81 Selecting previously unselected package libdrm-amdgpu1:amd64.
#5 41.81 Preparing to unpack .../201-libdrm-amdgpu1_2.4.101-2~18.04.1_amd64.deb ...
#5 41.81 Unpacking libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) ...
#5 41.85 Selecting previously unselected package libpciaccess0:amd64.
#5 41.85 Preparing to unpack .../202-libpciaccess0_0.14-1_amd64.deb ...
#5 41.86 Unpacking libpciaccess0:amd64 (0.14-1) ...
#5 41.89 Selecting previously unselected package libdrm-intel1:amd64.
#5 41.90 Preparing to unpack .../203-libdrm-intel1_2.4.101-2~18.04.1_amd64.deb ...
#5 41.90 Unpacking libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
#5 41.94 Selecting previously unselected package libdrm-nouveau2:amd64.
#5 41.94 Preparing to unpack .../204-libdrm-nouveau2_2.4.101-2~18.04.1_amd64.deb ...
#5 41.95 Unpacking libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
#5 41.99 Selecting previously unselected package libdrm-radeon1:amd64.
#5 41.99 Preparing to unpack .../205-libdrm-radeon1_2.4.101-2~18.04.1_amd64.deb ...
#5 41.99 Unpacking libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
#5 42.03 Selecting previously unselected package libllvm10:amd64.
#5 42.03 Preparing to unpack .../206-libllvm10_1%3a10.0.0-4ubuntu1~18.04.2_amd64.deb ...
#5 42.03 Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
#5 43.13 Selecting previously unselected package libsensors4:amd64.
#5 43.13 Preparing to unpack .../207-libsensors4_1%3a3.4.0-4ubuntu0.1_amd64.deb ...
#5 43.16 Unpacking libsensors4:amd64 (1:3.4.0-4ubuntu0.1) ...
#5 43.21 Selecting previously unselected package libgl1-mesa-dri:amd64.
#5 43.21 Preparing to unpack .../208-libgl1-mesa-dri_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 43.22 Unpacking libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 43.85 Selecting previously unselected package libglx-mesa0:amd64.
#5 43.85 Preparing to unpack .../209-libglx-mesa0_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 43.85 Unpacking libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 43.90 Selecting previously unselected package libglx0:amd64.
#5 43.91 Preparing to unpack .../210-libglx0_1.0.0-2ubuntu2.3_amd64.deb ...
#5 43.91 Unpacking libglx0:amd64 (1.0.0-2ubuntu2.3) ...
#5 43.95 Selecting previously unselected package libgl1:amd64.
#5 43.95 Preparing to unpack .../211-libgl1_1.0.0-2ubuntu2.3_amd64.deb ...
#5 43.95 Unpacking libgl1:amd64 (1.0.0-2ubuntu2.3) ...
#5 43.99 Selecting previously unselected package libgl1-mesa-glx:amd64.
#5 43.99 Preparing to unpack .../212-libgl1-mesa-glx_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 44.00 Unpacking libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 44.03 Selecting previously unselected package libxt6:amd64.
#5 44.03 Preparing to unpack .../213-libxt6_1%3a1.1.5-1_amd64.deb ...
#5 44.03 Unpacking libxt6:amd64 (1:1.1.5-1) ...
#5 44.08 Selecting previously unselected package libxmu6:amd64.
#5 44.08 Preparing to unpack .../214-libxmu6_2%3a1.1.2-2_amd64.deb ...
#5 44.09 Unpacking libxmu6:amd64 (2:1.1.2-2) ...
#5 44.12 Selecting previously unselected package libxpm4:amd64.
#5 44.12 Preparing to unpack .../215-libxpm4_1%3a3.5.12-1ubuntu0.18.04.2_amd64.deb ...
#5 44.13 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.18.04.2) ...
#5 44.16 Selecting previously unselected package libxaw7:amd64.
#5 44.16 Preparing to unpack .../216-libxaw7_2%3a1.0.13-1_amd64.deb ...
#5 44.17 Unpacking libxaw7:amd64 (2:1.0.13-1) ...
#5 44.21 Selecting previously unselected package libxcb-shape0:amd64.
#5 44.21 Preparing to unpack .../217-libxcb-shape0_1.13-2~ubuntu18.04_amd64.deb ...
#5 44.22 Unpacking libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
#5 44.25 Selecting previously unselected package libxcomposite1:amd64.
#5 44.25 Preparing to unpack .../218-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
#5 44.25 Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
#5 44.29 Selecting previously unselected package libxrandr2:amd64.
#5 44.29 Preparing to unpack .../219-libxrandr2_2%3a1.5.1-1_amd64.deb ...
#5 44.29 Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
#5 44.33 Selecting previously unselected package libxv1:amd64.
#5 44.33 Preparing to unpack .../220-libxv1_2%3a1.0.11-1_amd64.deb ...
#5 44.33 Unpacking libxv1:amd64 (2:1.0.11-1) ...
#5 44.37 Selecting previously unselected package x11-utils.
#5 44.37 Preparing to unpack .../221-x11-utils_7.7+3build1_amd64.deb ...
#5 44.38 Unpacking x11-utils (7.7+3build1) ...
#5 44.42 Selecting previously unselected package libatk-wrapper-java.
#5 44.43 Preparing to unpack .../222-libatk-wrapper-java_0.33.3-20ubuntu0.1_all.deb ...
#5 44.43 Unpacking libatk-wrapper-java (0.33.3-20ubuntu0.1) ...
#5 44.46 Selecting previously unselected package libatk-wrapper-java-jni:amd64.
#5 44.47 Preparing to unpack .../223-libatk-wrapper-java-jni_0.33.3-20ubuntu0.1_amd64.deb ...
#5 44.47 Unpacking libatk-wrapper-java-jni:amd64 (0.33.3-20ubuntu0.1) ...
#5 44.51 Selecting previously unselected package libflac8:amd64.
#5 44.51 Preparing to unpack .../224-libflac8_1.3.2-1ubuntu0.1_amd64.deb ...
#5 44.52 Unpacking libflac8:amd64 (1.3.2-1ubuntu0.1) ...
#5 44.57 Selecting previously unselected package libgif7:amd64.
#5 44.57 Preparing to unpack .../225-libgif7_5.1.4-2ubuntu0.1_amd64.deb ...
#5 44.57 Unpacking libgif7:amd64 (5.1.4-2ubuntu0.1) ...
#5 44.61 Selecting previously unselected package libgtk2.0-common.
#5 44.61 Preparing to unpack .../226-libgtk2.0-common_2.24.32-1ubuntu1_all.deb ...
#5 44.61 Unpacking libgtk2.0-common (2.24.32-1ubuntu1) ...
#5 44.65 Selecting previously unselected package libxcursor1:amd64.
#5 44.66 Preparing to unpack .../227-libxcursor1_1%3a1.1.15-1_amd64.deb ...
#5 44.66 Unpacking libxcursor1:amd64 (1:1.1.15-1) ...
#5 44.70 Selecting previously unselected package libgtk2.0-0:amd64.
#5 44.71 Preparing to unpack .../228-libgtk2.0-0_2.24.32-1ubuntu1_amd64.deb ...
#5 44.71 Unpacking libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
#5 44.86 Selecting previously unselected package libvorbis0a:amd64.
#5 44.86 Preparing to unpack .../229-libvorbis0a_1.3.5-4.2_amd64.deb ...
#5 44.87 Unpacking libvorbis0a:amd64 (1.3.5-4.2) ...
#5 44.91 Selecting previously unselected package libvorbisenc2:amd64.
#5 44.91 Preparing to unpack .../230-libvorbisenc2_1.3.5-4.2_amd64.deb ...
#5 44.91 Unpacking libvorbisenc2:amd64 (1.3.5-4.2) ...
#5 44.96 Selecting previously unselected package libsndfile1:amd64.
#5 44.96 Preparing to unpack .../231-libsndfile1_1.0.28-4ubuntu0.18.04.2_amd64.deb ...
#5 44.96 Unpacking libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
#5 45.02 Selecting previously unselected package libwrap0:amd64.
#5 45.02 Preparing to unpack .../232-libwrap0_7.6.q-27_amd64.deb ...
#5 45.02 Unpacking libwrap0:amd64 (7.6.q-27) ...
#5 45.06 Selecting previously unselected package libpulse0:amd64.
#5 45.06 Preparing to unpack .../233-libpulse0_1%3a11.1-1ubuntu7.11_amd64.deb ...
#5 45.07 Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
#5 45.13 Selecting previously unselected package openjdk-8-jre:amd64.
#5 45.13 Preparing to unpack .../234-openjdk-8-jre_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 45.13 Unpacking openjdk-8-jre:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 45.18 Selecting previously unselected package openjdk-8-jdk-headless:amd64.
#5 45.18 Preparing to unpack .../235-openjdk-8-jdk-headless_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 45.19 Unpacking openjdk-8-jdk-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 45.79 Selecting previously unselected package openjdk-8-jdk:amd64.
#5 45.79 Preparing to unpack .../236-openjdk-8-jdk_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 45.80 Unpacking openjdk-8-jdk:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 46.05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.06 Setting up libedit2:amd64 (3.1-20170329-1) ...
#5 46.06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.07 Setting up gcc-7-aarch64-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.08 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.09 Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
#5 46.10 Setting up gcc-8-cross-base (8.4.0-1ubuntu1~18.04cross2) ...
#5 46.11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
#5 46.12 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
#5 46.13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.14 Setting up make (4.1-9.1ubuntu1) ...
#5 46.15 Setting up libgtk2.0-common (2.24.32-1ubuntu1) ...
#5 46.16 Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
#5 46.17 Setting up libasyncns0:amd64 (0.8-6) ...
#5 46.17 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
#5 46.18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
#5 46.19 Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
#5 46.20 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.18.04.1) ...
#5 46.21 Setting up libpcsclite1:amd64 (1.8.23-1) ...
#5 46.22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
#5 46.23 Setting up fonts-dejavu-core (2.37-1) ...
#5 46.28 Setting up libc6-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 46.29 Setting up libpsl5:amd64 (0.19.1-5build1) ...
#5 46.30 Setting up libelf1:amd64 (0.170-0.4ubuntu0.1) ...
#5 46.31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
#5 46.33 No schema files found: doing nothing.
#5 46.34 Setting up libasound2-data (1.1.3-5ubuntu0.6) ...
#5 46.35 Setting up libxshmfence1:amd64 (1.3-1) ...
#5 46.36 Setting up gcc-7-cross-base (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.36 Setting up gcc-7-powerpc64le-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.37 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 46.38 Setting up linux-libc-dev:amd64 (4.15.0-213.224) ...
#5 46.39 Setting up libmpfr6:amd64 (4.0.1-1) ...
#5 46.40 Setting up java-common (0.68ubuntu1~18.04.1) ...
#5 46.42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 46.43 Setting up libgdk-pixbuf2.0-common (2.36.11-2) ...
#5 46.44 Setting up libdatrie1:amd64 (0.2.10-7) ...
#5 46.45 Setting up libgif7:amd64 (5.1.4-2ubuntu0.1) ...
#5 46.45 Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.6) ...
#5 46.46 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 46.47 Setting up libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 46.48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
#5 46.49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.7) ...
#5 46.50 Setting up linux-libc-dev-ppc64el-cross (4.15.0-35.38cross1.1) ...
#5 46.51 Setting up libgdbm5:amd64 (1.14.1-6) ...
#5 46.52 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
#5 46.53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.4) ...
#5 46.54 Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
#5 46.55 Setting up ucf (3.0038) ...
#5 46.63 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.9) ...
#5 46.64 Setting up libfreetype6:amd64 (2.8.1-2ubuntu2.2) ...
#5 46.65 Setting up libasound2:amd64 (1.1.3-5ubuntu0.6) ...
#5 46.66 Setting up libdrm-common (2.4.101-2~18.04.1) ...
#5 46.67 Setting up libgraphite2-3:amd64 (1.3.11-2) ...
#5 46.68 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.69 Setting up libcroco3:amd64 (0.6.12-2) ...
#5 46.70 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 46.72 Setting up libogg0:amd64 (1.3.2-1) ...
#5 46.73 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 46.74 Setting up libatk1.0-data (2.28.1-1) ...
#5 46.75 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.76 Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 46.77 Setting up libpixman-1-0:amd64 (0.34.0-2ubuntu0.1) ...
#5 46.78 Setting up patch (2.7.6-2ubuntu1.1) ...
#5 46.79 Setting up libgcc1-ppc64el-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 46.80 Setting up libc6-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 46.81 Setting up libapparmor1:amd64 (2.12-4ubuntu5.3) ...
#5 46.82 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 46.83 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.23) ...
#5 46.90 Setting up libatk1.0-0:amd64 (2.28.1-1) ...
#5 46.91 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
#5 46.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#5 46.93 Setting up libgomp1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 46.94 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 46.95 Setting up linux-libc-dev-arm64-cross (4.15.0-35.38cross1.1) ...
#5 46.96 Setting up libitm1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 46.97 Setting up libasan4-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.98 Setting up openssl (1.1.1-1ubuntu2.1~18.04.23) ...
#5 46.99 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
#5 47.00 Setting up libgcc1-arm64-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 47.02 Setting up libfontenc1:amd64 (1:1.1.3-1) ...
#5 47.04 Setting up libpciaccess0:amd64 (0.14-1) ...
#5 47.05 Setting up libsensors4:amd64 (1:3.4.0-4ubuntu0.1) ...
#5 47.07 Setting up shared-mime-info (1.9-2) ...
#5 48.85 Setting up libmpc3:amd64 (1.1.0-1) ...
#5 48.86 Setting up libatomic1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 48.87 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
#5 48.88 Setting up libthai-data (0.1.27-2) ...
#5 48.89 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
#5 48.90 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
#5 48.91 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
#5 48.92 Setting up libvorbis0a:amd64 (1.3.5-4.2) ...
#5 48.93 Setting up x11-common (1:7.7+19ubuntu7.1) ...
#5 49.05 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
#5 49.05 invoke-rc.d: could not determine current runlevel
#5 49.06 invoke-rc.d: policy-rc.d denied execution of start.
#5 49.06 Setting up ca-certificates (20230311ubuntu0.18.04.1) ...
#5 49.62 Updating certificates in /etc/ssl/certs...
#5 50.33 137 added, 0 removed; done.
#5 50.36 Setting up hicolor-icon-theme (0.17-2) ...
#5 50.39 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ...
#5 50.40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 50.41 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
#5 50.42 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
#5 50.43 Setting up libstdc++6-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.44 Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
#5 50.45 Setting up libwrap0:amd64 (7.6.q-27) ...
#5 50.46 Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
#5 50.47 Setting up libubsan0-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.49 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
#5 50.49 Setting up libisl19:amd64 (0.19-1) ...
#5 50.51 Setting up liblsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.4) ...
#5 50.53 Setting up fontconfig-config (2.12.6-0ubuntu2) ...
#5 50.69 Setting up libgomp1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.70 Setting up libc6-dev-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 50.72 Setting up liblsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.73 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.74 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.75 Setting up cpp-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.76 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 50.77 Setting up libasan4-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.78 Setting up libatomic1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.79 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.80 Setting up cpp-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.81 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.82 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.83 Setting up binutils-powerpc64le-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 50.84 Setting up libstdc++6-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.85 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.86 Setting up libflac8:amd64 (1.3.2-1ubuntu0.1) ...
#5 50.88 Setting up libubsan0-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.88 Setting up libnss3:amd64 (2:3.35-2ubuntu2.16) ...
#5 50.89 Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
#5 50.90 Setting up libtiff5:amd64 (4.0.9-5ubuntu0.10) ...
#5 50.91 Setting up libthai0:amd64 (0.1.27-2) ...
#5 50.92 Setting up libtsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.93 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.94 Setting up libitm1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.95 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.97 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
#5 50.98 Setting up libdrm2:amd64 (2.4.101-2~18.04.1) ...
#5 50.99 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 51.00 Setting up libc6-dev-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 51.01 Setting up libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
#5 51.02 Setting up libtsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 51.03 Setting up libgcc-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.7) ...
#5 51.05 Setting up cpp-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 51.08 Setting up libice6:amd64 (2:1.0.9-2ubuntu0.18.04.1) ...
#5 51.09 Setting up libstdc++-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.10 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.4) ...
#5 51.11 Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
#5 51.12 Setting up libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
#5 51.13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 51.14 Setting up libvorbisenc2:amd64 (1.3.5-4.2) ...
#5 51.15 Setting up libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
#5 51.16 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
#5 51.17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 51.18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 51.19 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
#5 51.20 Setting up libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.21 Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
#5 51.22 Setting up libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.23 Setting up libsm6:amd64 (2:1.2.2-1) ...
#5 51.25 Setting up libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.26 Setting up cpp-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 51.27 Setting up libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.28 Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.29 Setting up libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) ...
#5 51.30 Setting up gcc-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.31 Setting up gcc-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 51.32 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 51.33 Setting up libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 51.35 Setting up libgcc-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.36 Setting up g++-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.36 Setting up libstdc++-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.37 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
#5 51.38 Setting up libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
#5 51.39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.4) ...
#5 51.41 Setting up perl (5.26.1-6ubuntu0.7) ...
#5 51.43 Setting up libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
#5 51.44 Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
#5 51.45 Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.45 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.18.04.2) ...
#5 51.46 Setting up libxt6:amd64 (1:1.1.5-1) ...
#5 51.47 Setting up libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.48 Setting up libxrender1:amd64 (1:0.9.10-1) ...
#5 51.50 Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
#5 51.50 Setting up binutils (2.30-21ubuntu1~18.04.9) ...
#5 51.52 Setting up libxft2:amd64 (2.3.2-1) ...
#5 51.54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 51.55 Setting up fontconfig (2.12.6-0ubuntu2) ...
#5 51.56 Regenerating fonts cache... done.
#5 53.61 Setting up libcups2:amd64 (2.2.7-1ubuntu2.10) ...
#5 53.63 Setting up gcc-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 53.64 Setting up libxdamage1:amd64 (1:1.1.4-3) ...
#5 53.65 Setting up libxext6:amd64 (2:1.3.3-1) ...
#5 53.67 Setting up libxfixes3:amd64 (1:5.0.3-1) ...
#5 53.68 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
#5 53.69 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
#5 53.70 Setting up g++-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 53.71 Setting up libatspi2.0-0:amd64 (2.28.0-1) ...
#5 53.72 Setting up libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
#5 53.75 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
#5 53.76 Setting up g++-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 53.77 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
#5 53.79 Setting up libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
#5 53.81 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#5 53.82 Setting up libxmu6:amd64 (2:1.1.2-2) ...
#5 53.83 Setting up gtk-update-icon-cache (3.22.30-1ubuntu4) ...
#5 53.84 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
#5 53.86 Setting up libxcursor1:amd64 (1:1.1.15-1) ...
#5 53.87 Setting up libxxf86dga1:amd64 (2:1.1.4-1) ...
#5 53.89 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
#5 53.90 Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 53.91 Setting up libatk-bridge2.0-0:amd64 (2.26.2-1) ...
#5 53.92 Setting up libxv1:amd64 (2:1.0.11-1) ...
#5 53.93 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
#5 53.96 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#5 53.96 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#5 53.97 Setting up libxxf86vm1:amd64 (1:1.1.4-1) ...
#5 53.98 Setting up gcc-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 53.99 Setting up libxrandr2:amd64 (2:1.5.1-1) ...
#5 54.00 Setting up libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 54.02 Setting up libxi6:amd64 (2:1.7.9-1) ...
#5 54.03 Setting up libxaw7:amd64 (2:1.0.13-1) ...
#5 54.05 Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
#5 54.06 Setting up libxinerama1:amd64 (2:1.1.3-1) ...
#5 54.07 Setting up build-essential (12.4ubuntu1) ...
#5 54.08 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.24) ...
#5 54.09 Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 54.09 Setting up g++-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 54.10 Setting up libglx0:amd64 (1.0.0-2ubuntu2.3) ...
#5 54.12 Setting up curl (7.58.0-2ubuntu3.24) ...
#5 54.13 Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 54.14 Setting up libgl1:amd64 (1.0.0-2ubuntu2.3) ...
#5 54.15 Setting up librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
#5 54.16 Setting up x11-utils (7.7+3build1) ...
#5 54.20 Setting up librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
#5 54.21 Setting up libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 54.22 Setting up libatk-wrapper-java (0.33.3-20ubuntu0.1) ...
#5 54.23 Setting up libatk-wrapper-java-jni:amd64 (0.33.3-20ubuntu0.1) ...
#5 54.24 Setting up adwaita-icon-theme (3.28.0-1ubuntu1) ...
#5 54.27 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#5 54.28 Setting up libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
#5 54.30 Setting up ca-certificates-java (20180516ubuntu1~18.04.2) ...
#5 54.33 head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
#5 54.52 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
#5 54.52 Adding debian:Amazon_Root_CA_2.pem
#5 54.52 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
#5 54.53 Adding debian:DigiCert_Assured_ID_Root_CA.pem
#5 54.54 Adding debian:COMODO_ECC_Certification_Authority.pem
#5 54.55 Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
#5 54.55 Adding debian:GlobalSign_Root_CA_-_R6.pem
#5 54.55 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
#5 54.56 Adding debian:Buypass_Class_3_Root_CA.pem
#5 54.56 Adding debian:CA_Disig_Root_R2.pem
#5 54.56 Adding debian:COMODO_RSA_Certification_Authority.pem
#5 54.57 Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
#5 54.57 Adding debian:DigiCert_Trusted_Root_G4.pem
#5 54.57 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
#5 54.58 Adding debian:Certum_Trusted_Network_CA_2.pem
#5 54.58 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
#5 54.59 Adding debian:ACCVRAIZ1.pem
#5 54.60 Adding debian:QuoVadis_Root_CA_3.pem
#5 54.60 Adding debian:USERTrust_ECC_Certification_Authority.pem
#5 54.60 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
#5 54.60 Adding debian:USERTrust_RSA_Certification_Authority.pem
#5 54.61 Adding debian:DigiCert_Assured_ID_Root_G3.pem
#5 54.61 Adding debian:vTrus_Root_CA.pem
#5 54.61 Adding debian:E-Tugra_Certification_Authority.pem
#5 54.62 Adding debian:Actalis_Authentication_Root_CA.pem
#5 54.62 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
#5 54.62 Adding debian:Certum_EC-384_CA.pem
#5 54.63 Adding debian:Comodo_AAA_Services_root.pem
#5 54.63 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
#5 54.63 Adding debian:Certum_Trusted_Root_CA.pem
#5 54.64 Adding debian:Baltimore_CyberTrust_Root.pem
#5 54.64 Adding debian:ANF_Secure_Server_Root_CA.pem
#5 54.64 Adding debian:COMODO_Certification_Authority.pem
#5 54.64 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
#5 54.65 Adding debian:SZAFIR_ROOT_CA2.pem
#5 54.65 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
#5 54.65 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
#5 54.65 Adding debian:vTrus_ECC_Root_CA.pem
#5 54.65 Adding debian:DigiCert_Global_Root_G3.pem
#5 54.66 Adding debian:AffirmTrust_Commercial.pem
#5 54.66 Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
#5 54.66 Adding debian:SwissSign_Gold_CA_-_G2.pem
#5 54.66 Adding debian:GTS_Root_R2.pem
#5 54.67 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
#5 54.67 Adding debian:Buypass_Class_2_Root_CA.pem
#5 54.67 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
#5 54.67 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
#5 54.68 Adding debian:emSign_ECC_Root_CA_-_G3.pem
#5 54.68 Adding debian:ePKI_Root_Certification_Authority.pem
#5 54.68 Adding debian:Trustwave_Global_Certification_Authority.pem
#5 54.68 Adding debian:Starfield_Class_2_CA.pem
#5 54.69 Adding debian:GLOBALTRUST_2020.pem
#5 54.69 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
#5 54.69 Adding debian:Certum_Trusted_Network_CA.pem
#5 54.70 Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem
#5 54.70 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
#5 54.70 Adding debian:Security_Communication_RootCA3.pem
#5 54.70 Adding debian:IdenTrust_Commercial_Root_CA_1.pem
#5 54.70 Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
#5 54.71 Adding debian:QuoVadis_Root_CA_1_G3.pem
#5 54.71 Adding debian:Certainly_Root_E1.pem
#5 54.71 Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
#5 54.71 Adding debian:emSign_Root_CA_-_C1.pem
#5 54.72 Adding debian:Izenpe.com.pem
#5 54.72 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
#5 54.72 Adding debian:TunTrust_Root_CA.pem
#5 54.72 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
#5 54.72 Adding debian:QuoVadis_Root_CA_3_G3.pem
#5 54.73 Adding debian:NetLock_Arany_=Class_Gold=_FÅ‘tanúsÃtvány.pem
#5 54.73 Adding debian:ISRG_Root_X2.pem
#5 54.73 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
#5 54.73 Adding debian:GlobalSign_Root_R46.pem
#5 54.74 Adding debian:TeliaSonera_Root_CA_v1.pem
#5 54.74 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
#5 54.74 Adding debian:DigiCert_Global_Root_CA.pem
#5 54.74 Adding debian:AffirmTrust_Networking.pem
#5 54.75 Adding debian:Amazon_Root_CA_4.pem
#5 54.75 Adding debian:GlobalSign_Root_E46.pem
#5 54.75 Adding debian:UCA_Extended_Validation_Root.pem
#5 54.75 Adding debian:Telia_Root_CA_v2.pem
#5 54.75 Adding debian:ISRG_Root_X1.pem
#5 54.76 Adding debian:SecureSign_RootCA11.pem
#5 54.76 Adding debian:Hongkong_Post_Root_CA_3.pem
#5 54.76 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
#5 54.76 Adding debian:AC_RAIZ_FNMT-RCM.pem
#5 54.77 Adding debian:Go_Daddy_Class_2_CA.pem
#5 54.77 Adding debian:Secure_Global_CA.pem
#5 54.77 Adding debian:Amazon_Root_CA_1.pem
#5 54.77 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
#5 54.78 Adding debian:Entrust_Root_Certification_Authority.pem
#5 54.78 Adding debian:GlobalSign_Root_CA_-_R3.pem
#5 54.78 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
#5 54.78 Adding debian:Amazon_Root_CA_3.pem
#5 54.78 Adding debian:DigiCert_Global_Root_G2.pem
#5 54.78 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
#5 54.79 Adding debian:Security_Communication_RootCA2.pem
#5 54.79 Adding debian:CFCA_EV_ROOT.pem
#5 54.79 Adding debian:Security_Communication_ECC_RootCA1.pem
#5 54.79 Adding debian:GlobalSign_Root_CA.pem
#5 54.79 Adding debian:Certigna_Root_CA.pem
#5 54.80 Adding debian:XRamp_Global_CA_Root.pem
#5 54.80 Adding debian:emSign_ECC_Root_CA_-_C3.pem
#5 54.80 Adding debian:SwissSign_Silver_CA_-_G2.pem
#5 54.80 Adding debian:TWCA_Global_Root_CA.pem
#5 54.81 Adding debian:NAVER_Global_Root_Certification_Authority.pem
#5 54.81 Adding debian:AffirmTrust_Premium.pem
#5 54.81 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
#5 54.81 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
#5 54.82 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
#5 54.82 Adding debian:QuoVadis_Root_CA_2_G3.pem
#5 54.82 Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem
#5 54.82 Adding debian:TWCA_Root_Certification_Authority.pem
#5 54.82 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
#5 54.83 Adding debian:SecureTrust_CA.pem
#5 54.83 Adding debian:GTS_Root_R4.pem
#5 54.83 Adding debian:Hongkong_Post_Root_CA_1.pem
#5 54.83 Adding debian:DigiCert_Assured_ID_Root_G2.pem
#5 54.83 Adding debian:certSIGN_ROOT_CA.pem
#5 54.83 Adding debian:AffirmTrust_Premium_ECC.pem
#5 54.84 Adding debian:emSign_Root_CA_-_G1.pem
#5 54.84 Adding debian:Atos_TrustedRoot_2011.pem
#5 54.84 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
#5 54.84 Adding debian:Certainly_Root_R1.pem
#5 54.84 Adding debian:certSIGN_Root_CA_G2.pem
#5 54.84 Adding debian:GTS_Root_R3.pem
#5 54.85 Adding debian:e-Szigno_Root_CA_2017.pem
#5 54.85 Adding debian:QuoVadis_Root_CA_2.pem
#5 54.85 Adding debian:Certigna.pem
#5 54.85 Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
#5 54.86 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
#5 54.86 Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
#5 54.86 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
#5 54.86 Adding debian:HiPKI_Root_CA_-_G1.pem
#5 54.86 Adding debian:GTS_Root_R1.pem
#5 54.87 Adding debian:UCA_Global_G2_Root.pem
#5 54.87 Adding debian:Security_Communication_Root_CA.pem
#5 54.87 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
#5 54.89 done.
#5 54.89 Setting up humanity-icon-theme (0.6.15) ...
#5 55.16 Setting up ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
#5 55.23 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
#5 55.26 Processing triggers for ca-certificates (20230311ubuntu0.18.04.1) ...
#5 55.27 Updating certificates in /etc/ssl/certs...
#5 55.84 0 added, 0 removed; done.
#5 55.84 Running hooks in /etc/ca-certificates/update.d...
#5 55.85
#5 56.03 done.
#5 56.03 done.
#5 56.04 Setting up openjdk-8-jre-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.12 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
#5 56.12 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode
#5 56.12 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
#5 56.13 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
#5 56.13 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
#5 56.13 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
#5 56.14 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
#5 56.14 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode
#5 56.14 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode
#5 56.15 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode
#5 56.15 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
#5 56.37 Setting up openjdk-8-jdk-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode
#5 56.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
#5 56.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode
#5 56.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
#5 56.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
#5 56.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode
#5 56.41 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode
#5 56.41 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
#5 56.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
#5 56.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode
#5 56.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode
#5 56.43 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
#5 56.43 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
#5 56.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
#5 56.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode
#5 56.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
#5 56.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
#5 56.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode
#5 56.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode
#5 56.46 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode
#5 56.46 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
#5 56.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode
#5 56.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
#5 56.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
#5 56.48 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
#5 56.48 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
#5 56.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
#5 56.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode
#5 56.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
#5 56.50 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
#5 56.50 Setting up openjdk-8-jre:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.52 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode
#5 56.53 Setting up openjdk-8-jdk:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode
#5 56.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
#5 56.55 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
#5 56.57 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
#5 DONE 58.8s
#6 exporting to image
#6 exporting layers
#6 exporting layers 3.0s done
#6 writing image sha256:a469832fc670cfe627d49f38841307df9c09e8b4a1cb72205d033289d12f1466 done
#6 naming to docker.io/library/grpc-java-artifacts-multiarch done
#6 DONE 3.0s
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile.ubuntu2004.base
#1 transferring dockerfile: 388B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/ubuntu:20.04
#2 DONE 0.4s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/2] FROM docker.io/library/ubuntu:20.04@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b
#4 resolve docker.io/library/ubuntu:20.04@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b 0.0s done
#4 sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b 6.69kB / 6.69kB done
#4 sha256:e5a6aeef391a8a9bdaee3de6b28f393837c479d8217324a2340b64e45a81e0ef 424B / 424B done
#4 sha256:6013ae1a63c2ee58a8949f03c6366a3ef6a2f386a7db27d86de2de965e9f450b 2.30kB / 2.30kB done
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 1.05MB / 27.51MB 0.1s
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 13.63MB / 27.51MB 0.2s
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 26.21MB / 27.51MB 0.3s
#4 extracting sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 27.51MB / 27.51MB 0.3s done
#4 extracting sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 0.9s done
#4 DONE 1.3s
#5 [2/2] RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends build-essential ca-certificates curl g++-s390x-linux-gnu openjdk-8-jdk && rm -rf /var/lib/apt/lists/*
#5 0.336 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
#5 0.488 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
#5 0.576 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4219 kB]
#5 0.784 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4329 kB]
#5 0.821 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
#5 0.821 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1298 kB]
#5 1.080 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
#5 1.225 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
#5 1.371 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
#5 2.016 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
#5 2.018 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
#5 2.051 Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
#5 2.051 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4526 kB]
#5 2.171 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1590 kB]
#5 2.214 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [34.6 kB]
#5 2.214 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4699 kB]
#5 2.332 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
#5 2.333 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
#5 3.100 Fetched 34.3 MB in 3s (11.7 MB/s)
#5 3.100 Reading package lists...
#5 4.147 Reading package lists...
#5 5.125 Building dependency tree...
#5 5.374 Reading state information...
#5 5.408 Calculating upgrade...
#5 5.712 The following packages will be upgraded:
#5 5.712 libc-bin libc6
#5 5.940 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#5 5.940 Need to get 3355 kB of archives.
#5 5.940 After this operation, 0 B of additional disk space will be used.
#5 5.940 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.17 [2721 kB]
#5 6.901 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.17 [634 kB]
#5 7.029 debconf: delaying package configuration, since apt-utils is not installed
#5 7.064 Fetched 3355 kB in 1s (2794 kB/s)
#5 7.101 (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 ... 4124 files and directories currently installed.)
#5 7.107 Preparing to unpack .../libc6_2.31-0ubuntu9.17_amd64.deb ...
#5 7.249 Unpacking libc6:amd64 (2.31-0ubuntu9.17) over (2.31-0ubuntu9.16) ...
#5 8.077 Setting up libc6:amd64 (2.31-0ubuntu9.17) ...
#5 9.211 (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 ... 4124 files and directories currently installed.)
#5 9.216 Preparing to unpack .../libc-bin_2.31-0ubuntu9.17_amd64.deb ...
#5 9.225 Unpacking libc-bin (2.31-0ubuntu9.17) over (2.31-0ubuntu9.16) ...
#5 9.405 Setting up libc-bin (2.31-0ubuntu9.17) ...
#5 9.511 Reading package lists...
#5 10.50 Building dependency tree...
#5 10.73 Reading state information...
#5 10.92 The following additional packages will be installed:
#5 10.92 adwaita-icon-theme binutils binutils-common binutils-s390x-linux-gnu
#5 10.92 binutils-x86-64-linux-gnu ca-certificates-java cpp cpp-9
#5 10.92 cpp-9-s390x-linux-gnu cpp-s390x-linux-gnu dpkg-dev fontconfig
#5 10.92 fontconfig-config fonts-dejavu-core g++ g++-9 g++-9-s390x-linux-gnu gcc
#5 10.92 gcc-10-cross-base gcc-9 gcc-9-base gcc-9-cross-base gcc-9-s390x-linux-gnu
#5 10.92 gcc-9-s390x-linux-gnu-base gcc-s390x-linux-gnu gtk-update-icon-cache
#5 10.92 hicolor-icon-theme humanity-icon-theme java-common libapparmor1 libasan5
#5 10.92 libasan5-s390x-cross libasn1-8-heimdal libasound2 libasound2-data
#5 10.92 libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni
#5 10.92 libatk1.0-0 libatk1.0-data libatomic1 libatomic1-s390x-cross libatspi2.0-0
#5 10.92 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils
#5 10.92 libbrotli1 libbsd0 libc-dev-bin libc6-dev libc6-dev-s390x-cross
#5 10.92 libc6-s390x-cross libcairo-gobject2 libcairo2 libcc1-0 libcrypt-dev
#5 10.92 libctf-nobfd0 libctf0 libcups2 libcurl4 libdatrie1 libdbus-1-3 libdpkg-perl
#5 10.92 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#5 10.92 libdrm2 libedit2 libelf1 libexpat1 libflac8 libfontconfig1 libfontenc1
#5 10.92 libfreetype6 libfribidi0 libgcc-9-dev libgcc-9-dev-s390x-cross
#5 10.92 libgcc-s1-s390x-cross libgdbm-compat4 libgdbm6 libgdk-pixbuf2.0-0
#5 10.92 libgdk-pixbuf2.0-common libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#5 10.92 libglapi-mesa libglib2.0-0 libglvnd0 libglx-mesa0 libglx0 libgomp1
#5 10.92 libgomp1-s390x-cross libgraphite2-3 libgssapi-krb5-2 libgssapi3-heimdal
#5 10.92 libgtk2.0-0 libgtk2.0-common libharfbuzz0b libhcrypto4-heimdal
#5 10.92 libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libice6
#5 10.92 libicu66 libisl22 libitm1 libitm1-s390x-cross libjbig0 libjpeg-turbo8
#5 10.92 libjpeg8 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
#5 10.92 libkrb5support0 liblcms2-2 libldap-2.4-2 libldap-common libllvm12 liblsan0
#5 10.92 libmpc3 libmpfr6 libnghttp2-14 libnspr4 libnss3 libogg0 libpango-1.0-0
#5 10.92 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 libperl5.30
#5 10.92 libpixman-1-0 libpng16-16 libpsl5 libpulse0 libquadmath0 libroken18-heimdal
#5 10.92 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db
#5 10.92 libsensors-config libsensors5 libsm6 libsndfile1 libsqlite3-0 libssh-4
#5 10.92 libssl1.1 libstdc++-9-dev libstdc++-9-dev-s390x-cross libstdc++6-s390x-cross
#5 10.92 libthai-data libthai0 libtiff5 libtsan0 libubsan1 libubsan1-s390x-cross
#5 10.92 libvorbis0a libvorbisenc2 libvulkan1 libwebp6 libwind0-heimdal libwrap0
#5 10.92 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0
#5 10.92 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shape0 libxcb-shm0
#5 10.92 libxcb-sync1 libxcb-xfixes0 libxcb1 libxcomposite1 libxcursor1 libxdamage1
#5 10.92 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1
#5 10.92 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6
#5 10.92 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-libc-dev
#5 10.92 linux-libc-dev-s390x-cross make openjdk-8-jdk-headless openjdk-8-jre
#5 10.92 openjdk-8-jre-headless openssl patch perl perl-modules-5.30 shared-mime-info
#5 10.92 tzdata ubuntu-mono ucf x11-common x11-utils xz-utils
#5 10.92 Suggested packages:
#5 10.92 binutils-doc cpp-doc gcc-9-locales debian-keyring g++-multilib
#5 10.92 g++-9-multilib gcc-9-doc g++-9-multilib-s390x-linux-gnu gcc-multilib
#5 10.92 manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib
#5 10.92 gcc-9-multilib-s390x-linux-gnu gdb-s390x-linux-gnu default-jre
#5 10.92 libasound2-plugins alsa-utils glibc-doc cups-common gnupg | gnupg2 git bzr
#5 10.92 gdbm-l10n krb5-doc krb5-user gvfs liblcms2-utils pciutils pcscd pulseaudio
#5 10.92 librsvg2-bin lm-sensors libstdc++-9-doc make-doc openjdk-8-demo
#5 10.92 openjdk-8-source visualvm libnss-mdns fonts-dejavu-extra fonts-nanum
#5 10.92 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
#5 10.92 fonts-wqy-zenhei fonts-indic ed diffutils-doc perl-doc
#5 10.92 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
#5 10.92 liblocale-codes-perl mesa-utils
#5 10.92 Recommended packages:
#5 10.92 fakeroot gnupg | gnupg2 libalgorithm-merge-perl alsa-ucm-conf
#5 10.92 alsa-topology-conf at-spi2-core manpages manpages-dev dbus
#5 10.92 libfile-fcntllock-perl liblocale-gettext-perl libgdk-pixbuf2.0-bin
#5 10.92 libglib2.0-data xdg-user-dirs libgail-common libgtk2.0-bin krb5-locales
#5 10.92 publicsuffix libsasl2-modules mesa-vulkan-drivers | vulkan-icd libxt-dev
#5 10.92 fonts-dejavu-extra netbase
#5 11.24 The following NEW packages will be installed:
#5 11.24 adwaita-icon-theme binutils binutils-common binutils-s390x-linux-gnu
#5 11.24 binutils-x86-64-linux-gnu build-essential ca-certificates
#5 11.24 ca-certificates-java cpp cpp-9 cpp-9-s390x-linux-gnu cpp-s390x-linux-gnu
#5 11.24 curl dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-9
#5 11.24 g++-9-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-10-cross-base gcc-9
#5 11.24 gcc-9-base gcc-9-cross-base gcc-9-s390x-linux-gnu gcc-9-s390x-linux-gnu-base
#5 11.24 gcc-s390x-linux-gnu gtk-update-icon-cache hicolor-icon-theme
#5 11.24 humanity-icon-theme java-common libapparmor1 libasan5 libasan5-s390x-cross
#5 11.24 libasn1-8-heimdal libasound2 libasound2-data libasyncns0 libatk-bridge2.0-0
#5 11.24 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data
#5 11.24 libatomic1 libatomic1-s390x-cross libatspi2.0-0 libavahi-client3
#5 11.24 libavahi-common-data libavahi-common3 libbinutils libbrotli1 libbsd0
#5 11.24 libc-dev-bin libc6-dev libc6-dev-s390x-cross libc6-s390x-cross
#5 11.24 libcairo-gobject2 libcairo2 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#5 11.24 libcups2 libcurl4 libdatrie1 libdbus-1-3 libdpkg-perl libdrm-amdgpu1
#5 11.24 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2
#5 11.24 libelf1 libexpat1 libflac8 libfontconfig1 libfontenc1 libfreetype6
#5 11.24 libfribidi0 libgcc-9-dev libgcc-9-dev-s390x-cross libgcc-s1-s390x-cross
#5 11.24 libgdbm-compat4 libgdbm6 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif7
#5 11.24 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglvnd0
#5 11.24 libglx-mesa0 libglx0 libgomp1 libgomp1-s390x-cross libgraphite2-3
#5 11.24 libgssapi-krb5-2 libgssapi3-heimdal libgtk2.0-0 libgtk2.0-common
#5 11.24 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
#5 11.24 libhx509-5-heimdal libice6 libicu66 libisl22 libitm1 libitm1-s390x-cross
#5 11.24 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#5 11.24 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2
#5 11.24 libldap-common libllvm12 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnspr4
#5 11.24 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
#5 11.24 libpciaccess0 libpcsclite1 libperl5.30 libpixman-1-0 libpng16-16 libpsl5
#5 11.24 libpulse0 libquadmath0 libroken18-heimdal librsvg2-2 librsvg2-common
#5 11.24 librtmp1 libsasl2-2 libsasl2-modules-db libsensors-config libsensors5 libsm6
#5 11.24 libsndfile1 libsqlite3-0 libssh-4 libssl1.1 libstdc++-9-dev
#5 11.24 libstdc++-9-dev-s390x-cross libstdc++6-s390x-cross libthai-data libthai0
#5 11.24 libtiff5 libtsan0 libubsan1 libubsan1-s390x-cross libvorbis0a libvorbisenc2
#5 11.24 libvulkan1 libwebp6 libwind0-heimdal libwrap0 libx11-6 libx11-data
#5 11.24 libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0
#5 11.24 libxcb-present0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
#5 11.24 libxcb-xfixes0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
#5 11.24 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 libxmu6
#5 11.24 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6 libxtst6 libxv1
#5 11.24 libxxf86dga1 libxxf86vm1 linux-libc-dev linux-libc-dev-s390x-cross make
#5 11.24 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless
#5 11.24 openssl patch perl perl-modules-5.30 shared-mime-info tzdata ubuntu-mono ucf
#5 11.24 x11-common x11-utils xz-utils
#5 11.49 0 upgraded, 229 newly installed, 0 to remove and 0 not upgraded.
#5 11.49 Need to get 190 MB of archives.
#5 11.49 After this operation, 1158 MB of additional disk space will be used.
#5 11.49 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB]
#5 12.45 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
#5 12.45 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
#5 12.45 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB]
#5 12.59 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB]
#5 12.59 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.23 [1323 kB]
#5 12.63 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.23 [621 kB]
#5 12.64 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20240203~20.04.1 [159 kB]
#5 12.65 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.4 [36.0 kB]
#5 12.65 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
#5 12.65 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
#5 12.66 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB]
#5 12.66 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.8 [75.6 kB]
#5 12.77 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu0.1 [24.2 kB]
#5 12.77 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.8 [1289 kB]
#5 12.78 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2024b-0ubuntu0.20.04 [299 kB]
#5 12.78 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
#5 13.00 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB]
#5 13.01 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.8 [640 kB]
#5 13.01 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
#5 13.02 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
#5 13.02 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
#5 13.02 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-common all 2.4.107-8ubuntu1~20.04.2 [5396 B]
#5 13.02 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm2 amd64 2.4.107-8ubuntu1~20.04.2 [34.1 kB]
#5 13.02 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
#5 13.02 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.8 [31.1 kB]
#5 13.11 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.8 [80.4 kB]
#5 13.22 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
#5 13.22 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.8 [329 kB]
#5 13.22 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.8 [121 kB]
#5 13.22 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB]
#5 13.22 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
#5 13.22 Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
#5 13.22 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
#5 13.22 Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
#5 13.22 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB]
#5 13.32 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.6 [577 kB]
#5 13.33 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
#5 13.33 Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
#5 13.33 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
#5 13.33 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB]
#5 13.33 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
#5 13.33 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.20.04.1 [27.3 kB]
#5 13.33 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.3 [185 kB]
#5 13.34 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.14 [164 kB]
#5 13.43 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-common all 2.40.0+dfsg-3ubuntu0.5 [4628 B]
#5 13.53 Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.0+dfsg-3ubuntu0.5 [169 kB]
#5 13.54 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gtk-update-icon-cache amd64 3.24.20-0ubuntu1.2 [28.3 kB]
#5 13.54 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.3 [341 kB]
#5 13.54 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
#5 13.55 Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB]
#5 13.55 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB]
#5 13.55 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB]
#5 13.55 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB]
#5 13.64 Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5584 B]
#5 13.64 Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
#5 13.75 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB]
#5 13.75 Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo-gobject2 amd64 1.16.0-4ubuntu1 [17.2 kB]
#5 13.75 Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB]
#5 13.75 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB]
#5 13.75 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.3 [391 kB]
#5 13.76 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB]
#5 13.76 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB]
#5 13.76 Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB]
#5 13.85 Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB]
#5 13.86 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB]
#5 13.96 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB]
#5 13.96 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-2 amd64 2.48.9-1ubuntu0.20.04.4 [2313 kB]
#5 13.98 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-common amd64 2.48.9-1ubuntu0.20.04.4 [9224 B]
#5 13.98 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 humanity-icon-theme all 0.6.15 [1250 kB]
#5 13.99 Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-mono all 19.04-0ubuntu3 [147 kB]
#5 13.99 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 adwaita-icon-theme all 3.36.1-2ubuntu0.20.04.2 [3441 kB]
#5 14.10 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.9 [208 kB]
#5 14.10 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.9 [475 kB]
#5 14.10 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.9 [48.2 kB]
#5 14.10 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.9 [46.6 kB]
#5 14.17 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.9 [1614 kB]
#5 14.19 Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.9 [3380 B]
#5 14.19 Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.17 [71.8 kB]
#5 14.19 Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-205.225 [1125 kB]
#5 14.20 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
#5 14.28 Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.17 [2521 kB]
#5 14.30 Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB]
#5 14.30 Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
#5 14.31 Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
#5 14.38 Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
#5 14.39 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB]
#5 14.53 Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
#5 14.53 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB]
#5 14.53 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB]
#5 14.53 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB]
#5 14.53 Get:92 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B]
#5 14.53 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB]
#5 14.62 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB]
#5 14.63 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB]
#5 14.72 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB]
#5 14.72 Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB]
#5 14.72 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB]
#5 14.83 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB]
#5 15.05 Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
#5 15.05 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB]
#5 15.30 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB]
#5 16.45 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
#5 16.45 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
#5 16.45 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
#5 16.45 Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
#5 16.45 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
#5 16.46 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
#5 16.46 Get:109 http://archive.ubuntu.com/ubuntu focal/main amd64 java-common all 0.72 [6816 B]
#5 16.46 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common-data amd64 0.7-4ubuntu7.3 [21.4 kB]
#5 16.46 Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common3 amd64 0.7-4ubuntu7.3 [21.9 kB]
#5 16.55 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-client3 amd64 0.7-4ubuntu7.3 [25.5 kB]
#5 16.66 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcups2 amd64 2.3.1-9ubuntu1.9 [234 kB]
#5 16.66 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB]
#5 16.66 Get:115 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.20.04.1 [108 kB]
#5 16.66 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.20.04.2 [1391 kB]
#5 16.69 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcsclite1 amd64 1.8.26-3 [22.0 kB]
#5 16.69 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 libxi6 amd64 2:1.7.10-0ubuntu1 [29.9 kB]
#5 16.69 Get:119 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB]
#5 16.69 Get:120 http://archive.ubuntu.com/ubuntu focal/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]
#5 16.69 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jre-headless amd64 8u442-b06~us1-0ubuntu1~20.04 [28.3 MB]
#5 17.48 Get:122 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates-java all 20190405ubuntu1.1 [12.4 kB]
#5 17.48 Get:123 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-s390x-linux-gnu-base amd64 9.4.0-1ubuntu1~20.04.2cross2 [19.2 kB]
#5 17.48 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9-s390x-linux-gnu amd64 9.4.0-1ubuntu1~20.04.2cross2 [6259 kB]
#5 17.64 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp-s390x-linux-gnu amd64 4:9.3.0-1ubuntu2 [3420 B]
#5 17.64 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
#5 17.65 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
#5 17.65 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
#5 17.65 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
#5 17.65 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
#5 17.65 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
#5 17.65 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
#5 17.70 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
#5 17.76 Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
#5 17.76 Get:135 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
#5 17.76 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
#5 17.77 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
#5 17.77 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.10 [16.5 kB]
#5 17.77 Get:139 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.10 [155 kB]
#5 17.80 Get:140 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.3 [79.9 kB]
#5 17.80 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
#5 17.81 Get:142 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB]
#5 17.91 Get:143 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.25 [235 kB]
#5 17.91 Get:144 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.25 [162 kB]
#5 17.92 Get:145 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-s390x-linux-gnu amd64 2.34-6ubuntu1.9 [1920 kB]
#5 17.96 Get:146 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-cross-base all 9.4.0-1ubuntu1~20.04.2cross2 [14.4 kB]
#5 17.96 Get:147 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-10-cross-base all 10.5.0-1ubuntu1~20.04cross1 [15.5 kB]
#5 17.96 Get:148 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-s390x-cross all 2.31-0ubuntu9.9cross1 [1050 kB]
#5 18.02 Get:149 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-s1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [24.9 kB]
#5 18.02 Get:150 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [93.0 kB]
#5 18.02 Get:151 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [25.1 kB]
#5 18.02 Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [8332 B]
#5 18.12 Get:153 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5-s390x-cross all 9.4.0-1ubuntu1~20.04.2cross2 [2544 kB]
#5 18.18 Get:154 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++6-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [452 kB]
#5 18.19 Get:155 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [756 kB]
#5 18.20 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev-s390x-cross all 9.4.0-1ubuntu1~20.04.2cross2 [690 kB]
#5 18.24 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-s390x-linux-gnu amd64 9.4.0-1ubuntu1~20.04.2cross2 [7013 kB]
#5 18.41 Get:158 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev-s390x-cross all 5.4.0-110.124cross1 [1072 kB]
#5 18.45 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-s390x-cross all 2.31-0ubuntu9.9cross1 [1997 kB]
#5 18.49 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev-s390x-cross all 9.4.0-1ubuntu1~20.04.2cross2 [1670 kB]
#5 18.55 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9-s390x-linux-gnu amd64 9.4.0-1ubuntu1~20.04.2cross2 [7176 kB]
#5 18.75 Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc-s390x-linux-gnu amd64 4:9.3.0-1ubuntu2 [1408 B]
#5 18.75 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 g++-s390x-linux-gnu amd64 4:9.3.0-1ubuntu2 [1124 B]
#5 18.75 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2-data all 1.2.2-2.1ubuntu2.5 [20.1 kB]
#5 18.75 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2 amd64 1.2.2-2.1ubuntu2.5 [335 kB]
#5 18.80 Get:166 http://archive.ubuntu.com/ubuntu focal/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
#5 18.80 Get:167 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-data all 2.35.1-1ubuntu2 [2964 B]
#5 18.80 Get:168 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-0 amd64 2.35.1-1ubuntu2 [45.5 kB]
#5 18.80 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libatspi2.0-0 amd64 2.36.0-2 [64.2 kB]
#5 18.80 Get:170 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatk-bridge2.0-0 amd64 2.34.2-0ubuntu2~20.04.1 [58.2 kB]
#5 18.86 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontenc1 amd64 1:1.1.4-0ubuntu1 [14.0 kB]
#5 18.87 Get:172 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd0 amd64 1.3.2-1~ubuntu0.20.04.2 [48.1 kB]
#5 18.87 Get:173 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglapi-mesa amd64 21.2.6-0ubuntu0.1~20.04.2 [27.4 kB]
#5 18.87 Get:174 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-xcb1 amd64 2:1.6.9-2ubuntu1.6 [9448 B]
#5 18.97 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri2-0 amd64 1.14-2 [6920 B]
#5 18.97 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri3-0 amd64 1.14-2 [6552 B]
#5 18.97 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-glx0 amd64 1.14-2 [22.1 kB]
#5 18.97 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-present0 amd64 1.14-2 [5560 B]
#5 18.97 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-sync1 amd64 1.14-2 [8884 B]
#5 18.97 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xfixes0 amd64 1.14-2 [9296 B]
#5 19.08 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfixes3 amd64 1:5.0.3-2 [10.9 kB]
#5 19.08 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
#5 19.08 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86vm1 amd64 1:1.1.4-1build1 [10.2 kB]
#5 19.08 Get:184 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-amdgpu1 amd64 2.4.107-8ubuntu1~20.04.2 [18.6 kB]
#5 19.18 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess0 amd64 0.16-0ubuntu1 [17.9 kB]
#5 19.18 Get:186 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-intel1 amd64 2.4.107-8ubuntu1~20.04.2 [60.3 kB]
#5 19.18 Get:187 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-nouveau2 amd64 2.4.107-8ubuntu1~20.04.2 [16.6 kB]
#5 19.18 Get:188 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-radeon1 amd64 2.4.107-8ubuntu1~20.04.2 [19.7 kB]
#5 19.19 Get:189 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libllvm12 amd64 1:12.0.0-3ubuntu1~20.04.5 [18.8 MB]
#5 19.67 Get:190 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6052 B]
#5 19.67 Get:191 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB]
#5 19.68 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libvulkan1 amd64 1.2.131.2-1 [93.3 kB]
#5 19.68 Get:193 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dri amd64 21.2.6-0ubuntu0.1~20.04.2 [11.0 MB]
#5 19.97 Get:194 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [137 kB]
#5 19.97 Get:195 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx0 amd64 1.3.2-1~ubuntu0.20.04.2 [32.5 kB]
#5 19.97 Get:196 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1 amd64 1.3.2-1~ubuntu0.20.04.2 [85.8 kB]
#5 19.97 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB]
#5 19.98 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
#5 19.98 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
#5 19.98 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB]
#5 19.98 Get:201 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.2 [34.9 kB]
#5 19.98 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
#5 20.20 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shape0 amd64 1.14-2 [5928 B]
#5 20.30 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcomposite1 amd64 1:0.4.5-1 [6976 B]
#5 20.31 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 libxft2 amd64 2.3.3-0ubuntu1 [39.2 kB]
#5 20.47 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 libxinerama1 amd64 2:1.1.4-2 [6904 B]
#5 20.49 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbfile1 amd64 1:1.1.0-1 [65.3 kB]
#5 20.61 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrandr2 amd64 2:1.5.2-0ubuntu1 [18.5 kB]
#5 20.63 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
#5 20.64 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu1 [12.0 kB]
#5 20.65 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-utils amd64 7.7+5 [199 kB]
#5 20.77 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java all 0.37.1-1 [53.0 kB]
#5 20.80 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java-jni amd64 0.37.1-1 [45.1 kB]
#5 20.81 Get:214 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg0 amd64 1.3.4-0ubuntu1 [24.0 kB]
#5 20.82 Get:215 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libflac8 amd64 1.3.3-1ubuntu0.2 [103 kB]
#5 20.85 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgif7 amd64 5.1.9-1ubuntu0.1 [32.4 kB]
#5 20.85 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-glx amd64 21.2.6-0ubuntu0.1~20.04.2 [5536 B]
#5 20.86 Get:218 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk2.0-common all 2.24.32-4ubuntu4.1 [126 kB]
#5 20.88 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcursor1 amd64 1:1.2.0-2 [20.1 kB]
#5 20.89 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdamage1 amd64 1:1.1.5-2 [6996 B]
#5 20.96 Get:221 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk2.0-0 amd64 2.24.32-4ubuntu4.1 [1789 kB]
#5 21.15 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis0a amd64 1.3.6-2ubuntu1 [87.0 kB]
#5 21.15 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB]
#5 21.16 Get:224 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsndfile1 amd64 1.0.28-7ubuntu0.2 [170 kB]
#5 21.17 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libwrap0 amd64 7.6.q-30 [46.3 kB]
#5 21.17 Get:226 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpulse0 amd64 1:13.99.1-1ubuntu3.13 [262 kB]
#5 21.18 Get:227 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jre amd64 8u442-b06~us1-0ubuntu1~20.04 [70.0 kB]
#5 21.19 Get:228 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jdk-headless amd64 8u442-b06~us1-0ubuntu1~20.04 [8298 kB]
#5 21.43 Get:229 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jdk amd64 8u442-b06~us1-0ubuntu1~20.04 [4068 kB]
#5 21.68 debconf: delaying package configuration, since apt-utils is not installed
#5 21.73 Fetched 190 MB in 10s (18.5 MB/s)
#5 21.75 Selecting previously unselected package perl-modules-5.30.
#5 21.75 (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 ... 4124 files and directories currently installed.)
#5 21.76 Preparing to unpack .../000-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ...
#5 21.76 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
#5 22.08 Selecting previously unselected package libgdbm6:amd64.
#5 22.09 Preparing to unpack .../001-libgdbm6_1.18.1-5_amd64.deb ...
#5 22.09 Unpacking libgdbm6:amd64 (1.18.1-5) ...
#5 22.12 Selecting previously unselected package libgdbm-compat4:amd64.
#5 22.13 Preparing to unpack .../002-libgdbm-compat4_1.18.1-5_amd64.deb ...
#5 22.13 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
#5 22.16 Selecting previously unselected package libperl5.30:amd64.
#5 22.16 Preparing to unpack .../003-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ...
#5 22.16 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
#5 22.51 Selecting previously unselected package perl.
#5 22.51 Preparing to unpack .../004-perl_5.30.0-9ubuntu0.5_amd64.deb ...
#5 22.52 Unpacking perl (5.30.0-9ubuntu0.5) ...
#5 22.58 Selecting previously unselected package libssl1.1:amd64.
#5 22.58 Preparing to unpack .../005-libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb ...
#5 22.58 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ...
#5 22.69 Selecting previously unselected package openssl.
#5 22.69 Preparing to unpack .../006-openssl_1.1.1f-1ubuntu2.23_amd64.deb ...
#5 22.70 Unpacking openssl (1.1.1f-1ubuntu2.23) ...
#5 22.78 Selecting previously unselected package ca-certificates.
#5 22.78 Preparing to unpack .../007-ca-certificates_20240203~20.04.1_all.deb ...
#5 22.78 Unpacking ca-certificates (20240203~20.04.1) ...
#5 22.84 Selecting previously unselected package libapparmor1:amd64.
#5 22.84 Preparing to unpack .../008-libapparmor1_2.13.3-7ubuntu5.4_amd64.deb ...
#5 22.85 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
#5 22.88 Selecting previously unselected package libbsd0:amd64.
#5 22.88 Preparing to unpack .../009-libbsd0_0.10.0-1_amd64.deb ...
#5 22.89 Unpacking libbsd0:amd64 (0.10.0-1) ...
#5 22.92 Selecting previously unselected package libdbus-1-3:amd64.
#5 22.92 Preparing to unpack .../010-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
#5 22.93 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
#5 22.97 Selecting previously unselected package libelf1:amd64.
#5 22.97 Preparing to unpack .../011-libelf1_0.176-1.1ubuntu0.1_amd64.deb ...
#5 22.97 Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ...
#5 23.00 Selecting previously unselected package libexpat1:amd64.
#5 23.01 Preparing to unpack .../012-libexpat1_2.2.9-1ubuntu0.8_amd64.deb ...
#5 23.01 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.8) ...
#5 23.05 Selecting previously unselected package libfribidi0:amd64.
#5 23.05 Preparing to unpack .../013-libfribidi0_1.0.8-2ubuntu0.1_amd64.deb ...
#5 23.06 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu0.1) ...
#5 23.10 Selecting previously unselected package libglib2.0-0:amd64.
#5 23.10 Preparing to unpack .../014-libglib2.0-0_2.64.6-1~ubuntu20.04.8_amd64.deb ...
#5 23.10 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.8) ...
#5 23.22 Selecting previously unselected package tzdata.
#5 23.22 Preparing to unpack .../015-tzdata_2024b-0ubuntu0.20.04_all.deb ...
#5 23.23 Unpacking tzdata (2024b-0ubuntu0.20.04) ...
#5 23.53 Selecting previously unselected package libicu66:amd64.
#5 23.53 Preparing to unpack .../016-libicu66_66.1-2ubuntu2.1_amd64.deb ...
#5 23.54 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
#5 24.14 Selecting previously unselected package libsqlite3-0:amd64.
#5 24.15 Preparing to unpack .../017-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ...
#5 24.15 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ...
#5 24.21 Selecting previously unselected package libxml2:amd64.
#5 24.22 Preparing to unpack .../018-libxml2_2.9.10+dfsg-5ubuntu0.20.04.8_amd64.deb ...
#5 24.22 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.8) ...
#5 24.29 Selecting previously unselected package shared-mime-info.
#5 24.29 Preparing to unpack .../019-shared-mime-info_1.15-1_amd64.deb ...
#5 24.29 Unpacking shared-mime-info (1.15-1) ...
#5 24.37 Selecting previously unselected package ucf.
#5 24.37 Preparing to unpack .../020-ucf_3.0038+nmu1_all.deb ...
#5 24.37 Moving old data out of the way
#5 24.37 Unpacking ucf (3.0038+nmu1) ...
#5 24.40 Selecting previously unselected package xz-utils.
#5 24.40 Preparing to unpack .../021-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
#5 24.41 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
#5 24.44 Selecting previously unselected package libdrm-common.
#5 24.44 Preparing to unpack .../022-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ...
#5 24.44 Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
#5 24.47 Selecting previously unselected package libdrm2:amd64.
#5 24.47 Preparing to unpack .../023-libdrm2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 24.47 Unpacking libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 24.50 Selecting previously unselected package libedit2:amd64.
#5 24.50 Preparing to unpack .../024-libedit2_3.1-20191231-1_amd64.deb ...
#5 24.51 Unpacking libedit2:amd64 (3.1-20191231-1) ...
#5 24.54 Selecting previously unselected package libkrb5support0:amd64.
#5 24.54 Preparing to unpack .../025-libkrb5support0_1.17-6ubuntu4.8_amd64.deb ...
#5 24.55 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.8) ...
#5 24.58 Selecting previously unselected package libk5crypto3:amd64.
#5 24.58 Preparing to unpack .../026-libk5crypto3_1.17-6ubuntu4.8_amd64.deb ...
#5 24.58 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.8) ...
#5 24.62 Selecting previously unselected package libkeyutils1:amd64.
#5 24.62 Preparing to unpack .../027-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
#5 24.62 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
#5 24.65 Selecting previously unselected package libkrb5-3:amd64.
#5 24.65 Preparing to unpack .../028-libkrb5-3_1.17-6ubuntu4.8_amd64.deb ...
#5 24.65 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.8) ...
#5 24.71 Selecting previously unselected package libgssapi-krb5-2:amd64.
#5 24.71 Preparing to unpack .../029-libgssapi-krb5-2_1.17-6ubuntu4.8_amd64.deb ...
#5 24.71 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.8) ...
#5 24.75 Selecting previously unselected package libpng16-16:amd64.
#5 24.75 Preparing to unpack .../030-libpng16-16_1.6.37-2_amd64.deb ...
#5 24.75 Unpacking libpng16-16:amd64 (1.6.37-2) ...
#5 24.80 Selecting previously unselected package libpsl5:amd64.
#5 24.80 Preparing to unpack .../031-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
#5 24.80 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
#5 24.83 Selecting previously unselected package libxau6:amd64.
#5 24.83 Preparing to unpack .../032-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
#5 24.84 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
#5 24.87 Selecting previously unselected package libxdmcp6:amd64.
#5 24.87 Preparing to unpack .../033-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
#5 24.87 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
#5 24.90 Selecting previously unselected package libxcb1:amd64.
#5 24.90 Preparing to unpack .../034-libxcb1_1.14-2_amd64.deb ...
#5 24.91 Unpacking libxcb1:amd64 (1.14-2) ...
#5 24.93 Selecting previously unselected package libx11-data.
#5 24.93 Preparing to unpack .../035-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ...
#5 24.94 Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ...
#5 25.01 Selecting previously unselected package libx11-6:amd64.
#5 25.01 Preparing to unpack .../036-libx11-6_2%3a1.6.9-2ubuntu1.6_amd64.deb ...
#5 25.01 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 25.07 Selecting previously unselected package libxext6:amd64.
#5 25.08 Preparing to unpack .../037-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
#5 25.08 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
#5 25.11 Selecting previously unselected package libxmuu1:amd64.
#5 25.11 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
#5 25.11 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
#5 25.14 Selecting previously unselected package hicolor-icon-theme.
#5 25.14 Preparing to unpack .../039-hicolor-icon-theme_0.17-2_all.deb ...
#5 25.14 Unpacking hicolor-icon-theme (0.17-2) ...
#5 25.23 Selecting previously unselected package libjpeg-turbo8:amd64.
#5 25.23 Preparing to unpack .../040-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
#5 25.23 Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
#5 25.27 Selecting previously unselected package libjpeg8:amd64.
#5 25.27 Preparing to unpack .../041-libjpeg8_8c-2ubuntu8_amd64.deb ...
#5 25.27 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
#5 25.30 Selecting previously unselected package libjbig0:amd64.
#5 25.30 Preparing to unpack .../042-libjbig0_2.1-3.1ubuntu0.20.04.1_amd64.deb ...
#5 25.30 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ...
#5 25.34 Selecting previously unselected package libwebp6:amd64.
#5 25.34 Preparing to unpack .../043-libwebp6_0.6.1-2ubuntu0.20.04.3_amd64.deb ...
#5 25.34 Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
#5 25.38 Selecting previously unselected package libtiff5:amd64.
#5 25.38 Preparing to unpack .../044-libtiff5_4.1.0+git191117-2ubuntu0.20.04.14_amd64.deb ...
#5 25.38 Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.14) ...
#5 25.42 Selecting previously unselected package libgdk-pixbuf2.0-common.
#5 25.42 Preparing to unpack .../045-libgdk-pixbuf2.0-common_2.40.0+dfsg-3ubuntu0.5_all.deb ...
#5 25.42 Unpacking libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.5) ...
#5 25.46 Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
#5 25.46 Preparing to unpack .../046-libgdk-pixbuf2.0-0_2.40.0+dfsg-3ubuntu0.5_amd64.deb ...
#5 25.46 Unpacking libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ...
#5 25.50 Selecting previously unselected package gtk-update-icon-cache.
#5 25.50 Preparing to unpack .../047-gtk-update-icon-cache_3.24.20-0ubuntu1.2_amd64.deb ...
#5 25.51 No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
#5 25.52 No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
#5 25.52 Unpacking gtk-update-icon-cache (3.24.20-0ubuntu1.2) ...
#5 25.56 Selecting previously unselected package libfreetype6:amd64.
#5 25.56 Preparing to unpack .../048-libfreetype6_2.10.1-2ubuntu0.3_amd64.deb ...
#5 25.56 Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
#5 25.61 Selecting previously unselected package fonts-dejavu-core.
#5 25.61 Preparing to unpack .../049-fonts-dejavu-core_2.37-1_all.deb ...
#5 25.62 Unpacking fonts-dejavu-core (2.37-1) ...
#5 25.72 Selecting previously unselected package fontconfig-config.
#5 25.72 Preparing to unpack .../050-fontconfig-config_2.13.1-2ubuntu3_all.deb ...
#5 25.72 Unpacking fontconfig-config (2.13.1-2ubuntu3) ...
#5 25.77 Selecting previously unselected package libfontconfig1:amd64.
#5 25.77 Preparing to unpack .../051-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ...
#5 25.77 Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
#5 25.81 Selecting previously unselected package libpixman-1-0:amd64.
#5 25.82 Preparing to unpack .../052-libpixman-1-0_0.38.4-0ubuntu2.1_amd64.deb ...
#5 25.82 Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
#5 25.87 Selecting previously unselected package libxcb-render0:amd64.
#5 25.87 Preparing to unpack .../053-libxcb-render0_1.14-2_amd64.deb ...
#5 25.88 Unpacking libxcb-render0:amd64 (1.14-2) ...
#5 25.90 Selecting previously unselected package libxcb-shm0:amd64.
#5 25.91 Preparing to unpack .../054-libxcb-shm0_1.14-2_amd64.deb ...
#5 25.91 Unpacking libxcb-shm0:amd64 (1.14-2) ...
#5 25.94 Selecting previously unselected package libxrender1:amd64.
#5 25.94 Preparing to unpack .../055-libxrender1_1%3a0.9.10-1_amd64.deb ...
#5 25.94 Unpacking libxrender1:amd64 (1:0.9.10-1) ...
#5 25.97 Selecting previously unselected package libcairo2:amd64.
#5 25.97 Preparing to unpack .../056-libcairo2_1.16.0-4ubuntu1_amd64.deb ...
#5 25.97 Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ...
#5 26.04 Selecting previously unselected package libcairo-gobject2:amd64.
#5 26.04 Preparing to unpack .../057-libcairo-gobject2_1.16.0-4ubuntu1_amd64.deb ...
#5 26.04 Unpacking libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ...
#5 26.07 Selecting previously unselected package fontconfig.
#5 26.07 Preparing to unpack .../058-fontconfig_2.13.1-2ubuntu3_amd64.deb ...
#5 26.08 Unpacking fontconfig (2.13.1-2ubuntu3) ...
#5 26.11 Selecting previously unselected package libgraphite2-3:amd64.
#5 26.12 Preparing to unpack .../059-libgraphite2-3_1.3.13-11build1_amd64.deb ...
#5 26.12 Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ...
#5 26.15 Selecting previously unselected package libharfbuzz0b:amd64.
#5 26.15 Preparing to unpack .../060-libharfbuzz0b_2.6.4-1ubuntu4.3_amd64.deb ...
#5 26.16 Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.3) ...
#5 26.21 Selecting previously unselected package libthai-data.
#5 26.21 Preparing to unpack .../061-libthai-data_0.1.28-3_all.deb ...
#5 26.21 Unpacking libthai-data (0.1.28-3) ...
#5 26.25 Selecting previously unselected package libdatrie1:amd64.
#5 26.25 Preparing to unpack .../062-libdatrie1_0.2.12-3_amd64.deb ...
#5 26.26 Unpacking libdatrie1:amd64 (0.2.12-3) ...
#5 26.29 Selecting previously unselected package libthai0:amd64.
#5 26.29 Preparing to unpack .../063-libthai0_0.1.28-3_amd64.deb ...
#5 26.29 Unpacking libthai0:amd64 (0.1.28-3) ...
#5 26.32 Selecting previously unselected package libpango-1.0-0:amd64.
#5 26.32 Preparing to unpack .../064-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
#5 26.32 Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 26.36 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#5 26.36 Preparing to unpack .../065-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
#5 26.37 Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 26.40 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#5 26.40 Preparing to unpack .../066-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
#5 26.40 Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 26.43 Selecting previously unselected package librsvg2-2:amd64.
#5 26.43 Preparing to unpack .../067-librsvg2-2_2.48.9-1ubuntu0.20.04.4_amd64.deb ...
#5 26.44 Unpacking librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 26.63 Selecting previously unselected package librsvg2-common:amd64.
#5 26.63 Preparing to unpack .../068-librsvg2-common_2.48.9-1ubuntu0.20.04.4_amd64.deb ...
#5 26.63 Unpacking librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 26.66 Selecting previously unselected package humanity-icon-theme.
#5 26.66 Preparing to unpack .../069-humanity-icon-theme_0.6.15_all.deb ...
#5 26.67 Unpacking humanity-icon-theme (0.6.15) ...
#5 27.80 Selecting previously unselected package ubuntu-mono.
#5 27.80 Preparing to unpack .../070-ubuntu-mono_19.04-0ubuntu3_all.deb ...
#5 27.81 Unpacking ubuntu-mono (19.04-0ubuntu3) ...
#5 28.33 Selecting previously unselected package adwaita-icon-theme.
#5 28.33 Preparing to unpack .../071-adwaita-icon-theme_3.36.1-2ubuntu0.20.04.2_all.deb ...
#5 28.34 Unpacking adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ...
#5 28.78 Selecting previously unselected package binutils-common:amd64.
#5 28.78 Preparing to unpack .../072-binutils-common_2.34-6ubuntu1.9_amd64.deb ...
#5 28.78 Unpacking binutils-common:amd64 (2.34-6ubuntu1.9) ...
#5 28.82 Selecting previously unselected package libbinutils:amd64.
#5 28.83 Preparing to unpack .../073-libbinutils_2.34-6ubuntu1.9_amd64.deb ...
#5 28.83 Unpacking libbinutils:amd64 (2.34-6ubuntu1.9) ...
#5 28.89 Selecting previously unselected package libctf-nobfd0:amd64.
#5 28.89 Preparing to unpack .../074-libctf-nobfd0_2.34-6ubuntu1.9_amd64.deb ...
#5 28.90 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ...
#5 28.93 Selecting previously unselected package libctf0:amd64.
#5 28.93 Preparing to unpack .../075-libctf0_2.34-6ubuntu1.9_amd64.deb ...
#5 28.93 Unpacking libctf0:amd64 (2.34-6ubuntu1.9) ...
#5 28.96 Selecting previously unselected package binutils-x86-64-linux-gnu.
#5 28.96 Preparing to unpack .../076-binutils-x86-64-linux-gnu_2.34-6ubuntu1.9_amd64.deb ...
#5 28.96 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ...
#5 29.13 Selecting previously unselected package binutils.
#5 29.14 Preparing to unpack .../077-binutils_2.34-6ubuntu1.9_amd64.deb ...
#5 29.14 Unpacking binutils (2.34-6ubuntu1.9) ...
#5 29.17 Selecting previously unselected package libc-dev-bin.
#5 29.17 Preparing to unpack .../078-libc-dev-bin_2.31-0ubuntu9.17_amd64.deb ...
#5 29.17 Unpacking libc-dev-bin (2.31-0ubuntu9.17) ...
#5 29.20 Selecting previously unselected package linux-libc-dev:amd64.
#5 29.20 Preparing to unpack .../079-linux-libc-dev_5.4.0-205.225_amd64.deb ...
#5 29.21 Unpacking linux-libc-dev:amd64 (5.4.0-205.225) ...
#5 29.39 Selecting previously unselected package libcrypt-dev:amd64.
#5 29.40 Preparing to unpack .../080-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
#5 29.40 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
#5 29.43 Selecting previously unselected package libc6-dev:amd64.
#5 29.44 Preparing to unpack .../081-libc6-dev_2.31-0ubuntu9.17_amd64.deb ...
#5 29.44 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.17) ...
#5 29.71 Selecting previously unselected package gcc-9-base:amd64.
#5 29.72 Preparing to unpack .../082-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 29.72 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 29.75 Selecting previously unselected package libisl22:amd64.
#5 29.75 Preparing to unpack .../083-libisl22_0.22.1-1_amd64.deb ...
#5 29.77 Unpacking libisl22:amd64 (0.22.1-1) ...
#5 29.84 Selecting previously unselected package libmpfr6:amd64.
#5 29.84 Preparing to unpack .../084-libmpfr6_4.0.2-1_amd64.deb ...
#5 29.84 Unpacking libmpfr6:amd64 (4.0.2-1) ...
#5 29.88 Selecting previously unselected package libmpc3:amd64.
#5 29.89 Preparing to unpack .../085-libmpc3_1.1.0-1_amd64.deb ...
#5 29.89 Unpacking libmpc3:amd64 (1.1.0-1) ...
#5 29.92 Selecting previously unselected package cpp-9.
#5 29.92 Preparing to unpack .../086-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 29.93 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 30.43 Selecting previously unselected package cpp.
#5 30.44 Preparing to unpack .../087-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 30.44 Unpacking cpp (4:9.3.0-1ubuntu2) ...
#5 30.47 Selecting previously unselected package libcc1-0:amd64.
#5 30.47 Preparing to unpack .../088-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.47 Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.51 Selecting previously unselected package libgomp1:amd64.
#5 30.51 Preparing to unpack .../089-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.51 Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.55 Selecting previously unselected package libitm1:amd64.
#5 30.55 Preparing to unpack .../090-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.55 Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.59 Selecting previously unselected package libatomic1:amd64.
#5 30.59 Preparing to unpack .../091-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.59 Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.62 Selecting previously unselected package libasan5:amd64.
#5 30.63 Preparing to unpack .../092-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 30.63 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 30.86 Selecting previously unselected package liblsan0:amd64.
#5 30.86 Preparing to unpack .../093-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.86 Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.95 Selecting previously unselected package libtsan0:amd64.
#5 30.95 Preparing to unpack .../094-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.95 Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 31.13 Selecting previously unselected package libubsan1:amd64.
#5 31.13 Preparing to unpack .../095-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 31.13 Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 31.22 Selecting previously unselected package libquadmath0:amd64.
#5 31.22 Preparing to unpack .../096-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 31.22 Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 31.26 Selecting previously unselected package libgcc-9-dev:amd64.
#5 31.26 Preparing to unpack .../097-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 31.27 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 31.46 Selecting previously unselected package gcc-9.
#5 31.46 Preparing to unpack .../098-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 31.46 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 32.02 Selecting previously unselected package gcc.
#5 32.02 Preparing to unpack .../099-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 32.02 Unpacking gcc (4:9.3.0-1ubuntu2) ...
#5 32.05 Selecting previously unselected package libstdc++-9-dev:amd64.
#5 32.06 Preparing to unpack .../100-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 32.06 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 32.29 Selecting previously unselected package g++-9.
#5 32.30 Preparing to unpack .../101-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 32.30 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 32.99 Selecting previously unselected package g++.
#5 33.00 Preparing to unpack .../102-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 33.00 Unpacking g++ (4:9.3.0-1ubuntu2) ...
#5 33.02 Selecting previously unselected package make.
#5 33.03 Preparing to unpack .../103-make_4.2.1-1.2_amd64.deb ...
#5 33.03 Unpacking make (4.2.1-1.2) ...
#5 33.07 Selecting previously unselected package libdpkg-perl.
#5 33.07 Preparing to unpack .../104-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
#5 33.07 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
#5 33.12 Selecting previously unselected package patch.
#5 33.12 Preparing to unpack .../105-patch_2.7.6-6_amd64.deb ...
#5 33.13 Unpacking patch (2.7.6-6) ...
#5 33.16 Selecting previously unselected package dpkg-dev.
#5 33.17 Preparing to unpack .../106-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
#5 33.17 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
#5 33.24 Selecting previously unselected package build-essential.
#5 33.25 Preparing to unpack .../107-build-essential_12.8ubuntu1.1_amd64.deb ...
#5 33.25 Unpacking build-essential (12.8ubuntu1.1) ...
#5 33.28 Selecting previously unselected package java-common.
#5 33.28 Preparing to unpack .../108-java-common_0.72_all.deb ...
#5 33.28 Unpacking java-common (0.72) ...
#5 33.31 Selecting previously unselected package libavahi-common-data:amd64.
#5 33.31 Preparing to unpack .../109-libavahi-common-data_0.7-4ubuntu7.3_amd64.deb ...
#5 33.32 Unpacking libavahi-common-data:amd64 (0.7-4ubuntu7.3) ...
#5 33.35 Selecting previously unselected package libavahi-common3:amd64.
#5 33.35 Preparing to unpack .../110-libavahi-common3_0.7-4ubuntu7.3_amd64.deb ...
#5 33.36 Unpacking libavahi-common3:amd64 (0.7-4ubuntu7.3) ...
#5 33.39 Selecting previously unselected package libavahi-client3:amd64.
#5 33.39 Preparing to unpack .../111-libavahi-client3_0.7-4ubuntu7.3_amd64.deb ...
#5 33.40 Unpacking libavahi-client3:amd64 (0.7-4ubuntu7.3) ...
#5 33.43 Selecting previously unselected package libcups2:amd64.
#5 33.43 Preparing to unpack .../112-libcups2_2.3.1-9ubuntu1.9_amd64.deb ...
#5 33.44 Unpacking libcups2:amd64 (2.3.1-9ubuntu1.9) ...
#5 33.48 Selecting previously unselected package liblcms2-2:amd64.
#5 33.49 Preparing to unpack .../113-liblcms2-2_2.9-4_amd64.deb ...
#5 33.49 Unpacking liblcms2-2:amd64 (2.9-4) ...
#5 33.53 Selecting previously unselected package libnspr4:amd64.
#5 33.53 Preparing to unpack .../114-libnspr4_2%3a4.35-0ubuntu0.20.04.1_amd64.deb ...
#5 33.53 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.20.04.1) ...
#5 33.57 Selecting previously unselected package libnss3:amd64.
#5 33.57 Preparing to unpack .../115-libnss3_2%3a3.98-0ubuntu0.20.04.2_amd64.deb ...
#5 33.58 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.20.04.2) ...
#5 33.70 Selecting previously unselected package libpcsclite1:amd64.
#5 33.70 Preparing to unpack .../116-libpcsclite1_1.8.26-3_amd64.deb ...
#5 33.71 Unpacking libpcsclite1:amd64 (1.8.26-3) ...
#5 33.74 Selecting previously unselected package libxi6:amd64.
#5 33.74 Preparing to unpack .../117-libxi6_2%3a1.7.10-0ubuntu1_amd64.deb ...
#5 33.74 Unpacking libxi6:amd64 (2:1.7.10-0ubuntu1) ...
#5 33.78 Selecting previously unselected package x11-common.
#5 33.78 Preparing to unpack .../118-x11-common_1%3a7.7+19ubuntu14_all.deb ...
#5 33.79 dpkg-query: no packages found matching nux-tools
#5 33.80 Unpacking x11-common (1:7.7+19ubuntu14) ...
#5 33.84 Selecting previously unselected package libxtst6:amd64.
#5 33.84 Preparing to unpack .../119-libxtst6_2%3a1.2.3-1_amd64.deb ...
#5 33.84 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#5 33.88 Selecting previously unselected package openjdk-8-jre-headless:amd64.
#5 33.89 Preparing to unpack .../120-openjdk-8-jre-headless_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 33.89 Unpacking openjdk-8-jre-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 35.81 Selecting previously unselected package ca-certificates-java.
#5 35.81 Preparing to unpack .../121-ca-certificates-java_20190405ubuntu1.1_all.deb ...
#5 35.81 Unpacking ca-certificates-java (20190405ubuntu1.1) ...
#5 35.84 Selecting previously unselected package gcc-9-s390x-linux-gnu-base:amd64.
#5 35.84 Preparing to unpack .../122-gcc-9-s390x-linux-gnu-base_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 35.85 Unpacking gcc-9-s390x-linux-gnu-base:amd64 (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 35.88 Selecting previously unselected package cpp-9-s390x-linux-gnu.
#5 35.88 Preparing to unpack .../123-cpp-9-s390x-linux-gnu_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 35.88 Unpacking cpp-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 36.31 Selecting previously unselected package cpp-s390x-linux-gnu.
#5 36.31 Preparing to unpack .../124-cpp-s390x-linux-gnu_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 36.31 Unpacking cpp-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 36.34 Selecting previously unselected package libbrotli1:amd64.
#5 36.35 Preparing to unpack .../125-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
#5 36.35 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
#5 36.40 Selecting previously unselected package libroken18-heimdal:amd64.
#5 36.41 Preparing to unpack .../126-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.41 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.44 Selecting previously unselected package libasn1-8-heimdal:amd64.
#5 36.45 Preparing to unpack .../127-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.45 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.49 Selecting previously unselected package libheimbase1-heimdal:amd64.
#5 36.50 Preparing to unpack .../128-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.50 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.53 Selecting previously unselected package libhcrypto4-heimdal:amd64.
#5 36.53 Preparing to unpack .../129-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.54 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.58 Selecting previously unselected package libwind0-heimdal:amd64.
#5 36.58 Preparing to unpack .../130-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.58 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.62 Selecting previously unselected package libhx509-5-heimdal:amd64.
#5 36.62 Preparing to unpack .../131-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.62 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.66 Selecting previously unselected package libkrb5-26-heimdal:amd64.
#5 36.66 Preparing to unpack .../132-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.67 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.72 Selecting previously unselected package libheimntlm0-heimdal:amd64.
#5 36.72 Preparing to unpack .../133-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.72 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.76 Selecting previously unselected package libgssapi3-heimdal:amd64.
#5 36.76 Preparing to unpack .../134-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.76 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.80 Selecting previously unselected package libsasl2-modules-db:amd64.
#5 36.80 Preparing to unpack .../135-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
#5 36.80 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 36.83 Selecting previously unselected package libsasl2-2:amd64.
#5 36.84 Preparing to unpack .../136-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
#5 36.84 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 36.87 Selecting previously unselected package libldap-common.
#5 36.87 Preparing to unpack .../137-libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb ...
#5 36.88 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.10) ...
#5 36.91 Selecting previously unselected package libldap-2.4-2:amd64.
#5 36.91 Preparing to unpack .../138-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ...
#5 36.91 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ...
#5 36.95 Selecting previously unselected package libnghttp2-14:amd64.
#5 36.96 Preparing to unpack .../139-libnghttp2-14_1.40.0-1ubuntu0.3_amd64.deb ...
#5 36.96 Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ...
#5 37.00 Selecting previously unselected package librtmp1:amd64.
#5 37.00 Preparing to unpack .../140-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
#5 37.00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
#5 37.03 Selecting previously unselected package libssh-4:amd64.
#5 37.04 Preparing to unpack .../141-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ...
#5 37.04 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ...
#5 37.08 Selecting previously unselected package libcurl4:amd64.
#5 37.09 Preparing to unpack .../142-libcurl4_7.68.0-1ubuntu2.25_amd64.deb ...
#5 37.09 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.25) ...
#5 37.13 Selecting previously unselected package curl.
#5 37.14 Preparing to unpack .../143-curl_7.68.0-1ubuntu2.25_amd64.deb ...
#5 37.14 Unpacking curl (7.68.0-1ubuntu2.25) ...
#5 37.18 Selecting previously unselected package binutils-s390x-linux-gnu.
#5 37.18 Preparing to unpack .../144-binutils-s390x-linux-gnu_2.34-6ubuntu1.9_amd64.deb ...
#5 37.19 Unpacking binutils-s390x-linux-gnu (2.34-6ubuntu1.9) ...
#5 37.36 Selecting previously unselected package gcc-9-cross-base.
#5 37.36 Preparing to unpack .../145-gcc-9-cross-base_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 37.37 Unpacking gcc-9-cross-base (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 37.40 Selecting previously unselected package gcc-10-cross-base.
#5 37.40 Preparing to unpack .../146-gcc-10-cross-base_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.40 Unpacking gcc-10-cross-base (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.43 Selecting previously unselected package libc6-s390x-cross.
#5 37.43 Preparing to unpack .../147-libc6-s390x-cross_2.31-0ubuntu9.9cross1_all.deb ...
#5 37.44 Unpacking libc6-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 37.54 Selecting previously unselected package libgcc-s1-s390x-cross.
#5 37.54 Preparing to unpack .../148-libgcc-s1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.54 Unpacking libgcc-s1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.57 Selecting previously unselected package libgomp1-s390x-cross.
#5 37.58 Preparing to unpack .../149-libgomp1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.58 Unpacking libgomp1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.62 Selecting previously unselected package libitm1-s390x-cross.
#5 37.62 Preparing to unpack .../150-libitm1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.62 Unpacking libitm1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.65 Selecting previously unselected package libatomic1-s390x-cross.
#5 37.65 Preparing to unpack .../151-libatomic1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.66 Unpacking libatomic1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.69 Selecting previously unselected package libasan5-s390x-cross.
#5 37.69 Preparing to unpack .../152-libasan5-s390x-cross_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 37.69 Unpacking libasan5-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 37.92 Selecting previously unselected package libstdc++6-s390x-cross.
#5 37.92 Preparing to unpack .../153-libstdc++6-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.92 Unpacking libstdc++6-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.99 Selecting previously unselected package libubsan1-s390x-cross.
#5 37.99 Preparing to unpack .../154-libubsan1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 38.00 Unpacking libubsan1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 38.08 Selecting previously unselected package libgcc-9-dev-s390x-cross.
#5 38.08 Preparing to unpack .../155-libgcc-9-dev-s390x-cross_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 38.08 Unpacking libgcc-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 38.17 Selecting previously unselected package gcc-9-s390x-linux-gnu.
#5 38.18 Preparing to unpack .../156-gcc-9-s390x-linux-gnu_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 38.18 Unpacking gcc-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 38.63 Selecting previously unselected package linux-libc-dev-s390x-cross.
#5 38.64 Preparing to unpack .../157-linux-libc-dev-s390x-cross_5.4.0-110.124cross1_all.deb ...
#5 38.64 Unpacking linux-libc-dev-s390x-cross (5.4.0-110.124cross1) ...
#5 38.83 Selecting previously unselected package libc6-dev-s390x-cross.
#5 38.83 Preparing to unpack .../158-libc6-dev-s390x-cross_2.31-0ubuntu9.9cross1_all.deb ...
#5 38.84 Unpacking libc6-dev-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 39.08 Selecting previously unselected package libstdc++-9-dev-s390x-cross.
#5 39.09 Preparing to unpack .../159-libstdc++-9-dev-s390x-cross_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 39.09 Unpacking libstdc++-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 39.33 Selecting previously unselected package g++-9-s390x-linux-gnu.
#5 39.34 Preparing to unpack .../160-g++-9-s390x-linux-gnu_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 39.34 Unpacking g++-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 39.81 Selecting previously unselected package gcc-s390x-linux-gnu.
#5 39.82 Preparing to unpack .../161-gcc-s390x-linux-gnu_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 39.82 Unpacking gcc-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 39.84 Selecting previously unselected package g++-s390x-linux-gnu.
#5 39.85 Preparing to unpack .../162-g++-s390x-linux-gnu_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 39.85 Unpacking g++-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 39.88 Selecting previously unselected package libasound2-data.
#5 39.88 Preparing to unpack .../163-libasound2-data_1.2.2-2.1ubuntu2.5_all.deb ...
#5 39.88 Unpacking libasound2-data (1.2.2-2.1ubuntu2.5) ...
#5 39.93 Selecting previously unselected package libasound2:amd64.
#5 39.93 Preparing to unpack .../164-libasound2_1.2.2-2.1ubuntu2.5_amd64.deb ...
#5 39.93 Unpacking libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
#5 39.98 Selecting previously unselected package libasyncns0:amd64.
#5 39.99 Preparing to unpack .../165-libasyncns0_0.8-6_amd64.deb ...
#5 39.99 Unpacking libasyncns0:amd64 (0.8-6) ...
#5 40.02 Selecting previously unselected package libatk1.0-data.
#5 40.02 Preparing to unpack .../166-libatk1.0-data_2.35.1-1ubuntu2_all.deb ...
#5 40.02 Unpacking libatk1.0-data (2.35.1-1ubuntu2) ...
#5 40.07 Selecting previously unselected package libatk1.0-0:amd64.
#5 40.07 Preparing to unpack .../167-libatk1.0-0_2.35.1-1ubuntu2_amd64.deb ...
#5 40.08 Unpacking libatk1.0-0:amd64 (2.35.1-1ubuntu2) ...
#5 40.11 Selecting previously unselected package libatspi2.0-0:amd64.
#5 40.11 Preparing to unpack .../168-libatspi2.0-0_2.36.0-2_amd64.deb ...
#5 40.12 Unpacking libatspi2.0-0:amd64 (2.36.0-2) ...
#5 40.15 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#5 40.16 Preparing to unpack .../169-libatk-bridge2.0-0_2.34.2-0ubuntu2~20.04.1_amd64.deb ...
#5 40.16 Unpacking libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
#5 40.19 Selecting previously unselected package libfontenc1:amd64.
#5 40.20 Preparing to unpack .../170-libfontenc1_1%3a1.1.4-0ubuntu1_amd64.deb ...
#5 40.20 Unpacking libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
#5 40.24 Selecting previously unselected package libglvnd0:amd64.
#5 40.24 Preparing to unpack .../171-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
#5 40.24 Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 40.28 Selecting previously unselected package libglapi-mesa:amd64.
#5 40.28 Preparing to unpack .../172-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 40.28 Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 40.32 Selecting previously unselected package libx11-xcb1:amd64.
#5 40.32 Preparing to unpack .../173-libx11-xcb1_2%3a1.6.9-2ubuntu1.6_amd64.deb ...
#5 40.32 Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 40.35 Selecting previously unselected package libxcb-dri2-0:amd64.
#5 40.36 Preparing to unpack .../174-libxcb-dri2-0_1.14-2_amd64.deb ...
#5 40.36 Unpacking libxcb-dri2-0:amd64 (1.14-2) ...
#5 40.39 Selecting previously unselected package libxcb-dri3-0:amd64.
#5 40.39 Preparing to unpack .../175-libxcb-dri3-0_1.14-2_amd64.deb ...
#5 40.40 Unpacking libxcb-dri3-0:amd64 (1.14-2) ...
#5 40.43 Selecting previously unselected package libxcb-glx0:amd64.
#5 40.43 Preparing to unpack .../176-libxcb-glx0_1.14-2_amd64.deb ...
#5 40.43 Unpacking libxcb-glx0:amd64 (1.14-2) ...
#5 40.47 Selecting previously unselected package libxcb-present0:amd64.
#5 40.47 Preparing to unpack .../177-libxcb-present0_1.14-2_amd64.deb ...
#5 40.47 Unpacking libxcb-present0:amd64 (1.14-2) ...
#5 40.50 Selecting previously unselected package libxcb-sync1:amd64.
#5 40.51 Preparing to unpack .../178-libxcb-sync1_1.14-2_amd64.deb ...
#5 40.51 Unpacking libxcb-sync1:amd64 (1.14-2) ...
#5 40.54 Selecting previously unselected package libxcb-xfixes0:amd64.
#5 40.54 Preparing to unpack .../179-libxcb-xfixes0_1.14-2_amd64.deb ...
#5 40.55 Unpacking libxcb-xfixes0:amd64 (1.14-2) ...
#5 40.59 Selecting previously unselected package libxfixes3:amd64.
#5 40.59 Preparing to unpack .../180-libxfixes3_1%3a5.0.3-2_amd64.deb ...
#5 40.59 Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
#5 40.63 Selecting previously unselected package libxshmfence1:amd64.
#5 40.63 Preparing to unpack .../181-libxshmfence1_1.3-1_amd64.deb ...
#5 40.63 Unpacking libxshmfence1:amd64 (1.3-1) ...
#5 40.66 Selecting previously unselected package libxxf86vm1:amd64.
#5 40.67 Preparing to unpack .../182-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ...
#5 40.67 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ...
#5 40.71 Selecting previously unselected package libdrm-amdgpu1:amd64.
#5 40.71 Preparing to unpack .../183-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.71 Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.74 Selecting previously unselected package libpciaccess0:amd64.
#5 40.74 Preparing to unpack .../184-libpciaccess0_0.16-0ubuntu1_amd64.deb ...
#5 40.75 Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ...
#5 40.78 Selecting previously unselected package libdrm-intel1:amd64.
#5 40.78 Preparing to unpack .../185-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.78 Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.82 Selecting previously unselected package libdrm-nouveau2:amd64.
#5 40.83 Preparing to unpack .../186-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.83 Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.86 Selecting previously unselected package libdrm-radeon1:amd64.
#5 40.87 Preparing to unpack .../187-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.87 Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.90 Selecting previously unselected package libllvm12:amd64.
#5 40.90 Preparing to unpack .../188-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ...
#5 40.91 Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
#5 42.23 Selecting previously unselected package libsensors-config.
#5 42.23 Preparing to unpack .../189-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ...
#5 42.24 Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ...
#5 42.27 Selecting previously unselected package libsensors5:amd64.
#5 42.28 Preparing to unpack .../190-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ...
#5 42.31 Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
#5 42.34 Selecting previously unselected package libvulkan1:amd64.
#5 42.34 Preparing to unpack .../191-libvulkan1_1.2.131.2-1_amd64.deb ...
#5 42.35 Unpacking libvulkan1:amd64 (1.2.131.2-1) ...
#5 42.39 Selecting previously unselected package libgl1-mesa-dri:amd64.
#5 42.39 Preparing to unpack .../192-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 42.40 Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 43.14 Selecting previously unselected package libglx-mesa0:amd64.
#5 43.14 Preparing to unpack .../193-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 43.14 Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 43.19 Selecting previously unselected package libglx0:amd64.
#5 43.19 Preparing to unpack .../194-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
#5 43.19 Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 43.23 Selecting previously unselected package libgl1:amd64.
#5 43.23 Preparing to unpack .../195-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
#5 43.23 Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 43.27 Selecting previously unselected package libice6:amd64.
#5 43.27 Preparing to unpack .../196-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
#5 43.27 Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
#5 43.31 Selecting previously unselected package libsm6:amd64.
#5 43.31 Preparing to unpack .../197-libsm6_2%3a1.2.3-1_amd64.deb ...
#5 43.31 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#5 43.35 Selecting previously unselected package libxt6:amd64.
#5 43.35 Preparing to unpack .../198-libxt6_1%3a1.1.5-1_amd64.deb ...
#5 43.35 Unpacking libxt6:amd64 (1:1.1.5-1) ...
#5 43.39 Selecting previously unselected package libxmu6:amd64.
#5 43.40 Preparing to unpack .../199-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ...
#5 43.40 Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
#5 43.43 Selecting previously unselected package libxpm4:amd64.
#5 43.44 Preparing to unpack .../200-libxpm4_1%3a3.5.12-1ubuntu0.20.04.2_amd64.deb ...
#5 43.44 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ...
#5 43.47 Selecting previously unselected package libxaw7:amd64.
#5 43.47 Preparing to unpack .../201-libxaw7_2%3a1.0.13-1_amd64.deb ...
#5 43.48 Unpacking libxaw7:amd64 (2:1.0.13-1) ...
#5 43.52 Selecting previously unselected package libxcb-shape0:amd64.
#5 43.52 Preparing to unpack .../202-libxcb-shape0_1.14-2_amd64.deb ...
#5 43.53 Unpacking libxcb-shape0:amd64 (1.14-2) ...
#5 43.56 Selecting previously unselected package libxcomposite1:amd64.
#5 43.56 Preparing to unpack .../203-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#5 43.57 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#5 43.60 Selecting previously unselected package libxft2:amd64.
#5 43.60 Preparing to unpack .../204-libxft2_2.3.3-0ubuntu1_amd64.deb ...
#5 43.61 Unpacking libxft2:amd64 (2.3.3-0ubuntu1) ...
#5 43.64 Selecting previously unselected package libxinerama1:amd64.
#5 43.64 Preparing to unpack .../205-libxinerama1_2%3a1.1.4-2_amd64.deb ...
#5 43.65 Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
#5 43.68 Selecting previously unselected package libxkbfile1:amd64.
#5 43.68 Preparing to unpack .../206-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
#5 43.68 Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
#5 43.72 Selecting previously unselected package libxrandr2:amd64.
#5 43.72 Preparing to unpack .../207-libxrandr2_2%3a1.5.2-0ubuntu1_amd64.deb ...
#5 43.73 Unpacking libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
#5 43.76 Selecting previously unselected package libxv1:amd64.
#5 43.76 Preparing to unpack .../208-libxv1_2%3a1.0.11-1_amd64.deb ...
#5 43.76 Unpacking libxv1:amd64 (2:1.0.11-1) ...
#5 43.80 Selecting previously unselected package libxxf86dga1:amd64.
#5 43.80 Preparing to unpack .../209-libxxf86dga1_2%3a1.1.5-0ubuntu1_amd64.deb ...
#5 43.80 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
#5 43.84 Selecting previously unselected package x11-utils.
#5 43.84 Preparing to unpack .../210-x11-utils_7.7+5_amd64.deb ...
#5 43.84 Unpacking x11-utils (7.7+5) ...
#5 43.89 Selecting previously unselected package libatk-wrapper-java.
#5 43.89 Preparing to unpack .../211-libatk-wrapper-java_0.37.1-1_all.deb ...
#5 43.89 Unpacking libatk-wrapper-java (0.37.1-1) ...
#5 43.92 Selecting previously unselected package libatk-wrapper-java-jni:amd64.
#5 43.93 Preparing to unpack .../212-libatk-wrapper-java-jni_0.37.1-1_amd64.deb ...
#5 43.93 Unpacking libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
#5 43.97 Selecting previously unselected package libogg0:amd64.
#5 43.97 Preparing to unpack .../213-libogg0_1.3.4-0ubuntu1_amd64.deb ...
#5 43.97 Unpacking libogg0:amd64 (1.3.4-0ubuntu1) ...
#5 44.01 Selecting previously unselected package libflac8:amd64.
#5 44.01 Preparing to unpack .../214-libflac8_1.3.3-1ubuntu0.2_amd64.deb ...
#5 44.01 Unpacking libflac8:amd64 (1.3.3-1ubuntu0.2) ...
#5 44.05 Selecting previously unselected package libgif7:amd64.
#5 44.06 Preparing to unpack .../215-libgif7_5.1.9-1ubuntu0.1_amd64.deb ...
#5 44.06 Unpacking libgif7:amd64 (5.1.9-1ubuntu0.1) ...
#5 44.09 Selecting previously unselected package libgl1-mesa-glx:amd64.
#5 44.09 Preparing to unpack .../216-libgl1-mesa-glx_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 44.10 Unpacking libgl1-mesa-glx:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 44.13 Selecting previously unselected package libgtk2.0-common.
#5 44.13 Preparing to unpack .../217-libgtk2.0-common_2.24.32-4ubuntu4.1_all.deb ...
#5 44.13 Unpacking libgtk2.0-common (2.24.32-4ubuntu4.1) ...
#5 44.17 Selecting previously unselected package libxcursor1:amd64.
#5 44.17 Preparing to unpack .../218-libxcursor1_1%3a1.2.0-2_amd64.deb ...
#5 44.18 Unpacking libxcursor1:amd64 (1:1.2.0-2) ...
#5 44.21 Selecting previously unselected package libxdamage1:amd64.
#5 44.21 Preparing to unpack .../219-libxdamage1_1%3a1.1.5-2_amd64.deb ...
#5 44.22 Unpacking libxdamage1:amd64 (1:1.1.5-2) ...
#5 44.26 Selecting previously unselected package libgtk2.0-0:amd64.
#5 44.26 Preparing to unpack .../220-libgtk2.0-0_2.24.32-4ubuntu4.1_amd64.deb ...
#5 44.26 Unpacking libgtk2.0-0:amd64 (2.24.32-4ubuntu4.1) ...
#5 44.42 Selecting previously unselected package libvorbis0a:amd64.
#5 44.42 Preparing to unpack .../221-libvorbis0a_1.3.6-2ubuntu1_amd64.deb ...
#5 44.42 Unpacking libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
#5 44.46 Selecting previously unselected package libvorbisenc2:amd64.
#5 44.46 Preparing to unpack .../222-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ...
#5 44.46 Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
#5 44.50 Selecting previously unselected package libsndfile1:amd64.
#5 44.51 Preparing to unpack .../223-libsndfile1_1.0.28-7ubuntu0.2_amd64.deb ...
#5 44.51 Unpacking libsndfile1:amd64 (1.0.28-7ubuntu0.2) ...
#5 44.56 Selecting previously unselected package libwrap0:amd64.
#5 44.56 Preparing to unpack .../224-libwrap0_7.6.q-30_amd64.deb ...
#5 44.56 Unpacking libwrap0:amd64 (7.6.q-30) ...
#5 44.61 Selecting previously unselected package libpulse0:amd64.
#5 44.61 Preparing to unpack .../225-libpulse0_1%3a13.99.1-1ubuntu3.13_amd64.deb ...
#5 44.62 Unpacking libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ...
#5 44.68 Selecting previously unselected package openjdk-8-jre:amd64.
#5 44.68 Preparing to unpack .../226-openjdk-8-jre_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 44.69 Unpacking openjdk-8-jre:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 44.73 Selecting previously unselected package openjdk-8-jdk-headless:amd64.
#5 44.73 Preparing to unpack .../227-openjdk-8-jdk-headless_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 44.73 Unpacking openjdk-8-jdk-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 45.33 Selecting previously unselected package openjdk-8-jdk:amd64.
#5 45.34 Preparing to unpack .../228-openjdk-8-jdk_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 45.34 Unpacking openjdk-8-jdk:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 45.59 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.8) ...
#5 45.60 Setting up libgraphite2-3:amd64 (1.3.13-11build1) ...
#5 45.61 Setting up liblcms2-2:amd64 (2.9-4) ...
#5 45.62 Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
#5 45.63 Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 45.64 Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ...
#5 45.65 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
#5 45.66 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
#5 45.67 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
#5 45.68 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
#5 45.68 Setting up libogg0:amd64 (1.3.4-0ubuntu1) ...
#5 45.69 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
#5 45.70 Setting up hicolor-icon-theme (0.17-2) ...
#5 45.73 Setting up java-common (0.72) ...
#5 45.74 Setting up libdatrie1:amd64 (0.2.12-3) ...
#5 45.75 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.8) ...
#5 45.76 No schema files found: doing nothing.
#5 45.77 Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 45.77 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ...
#5 45.85 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
#5 45.85 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ...
#5 45.86 Setting up libc6-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 45.87 Setting up libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.5) ...
#5 45.88 Setting up binutils-common:amd64 (2.34-6ubuntu1.9) ...
#5 45.89 Setting up x11-common (1:7.7+19ubuntu14) ...
#5 46.01 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
#5 46.01 invoke-rc.d: could not determine current runlevel
#5 46.01 invoke-rc.d: policy-rc.d denied execution of start.
#5 46.02 Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ...
#5 46.03 Setting up gcc-9-s390x-linux-gnu-base:amd64 (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 46.04 Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ...
#5 46.05 Setting up linux-libc-dev:amd64 (5.4.0-205.225) ...
#5 46.06 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ...
#5 46.07 Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.08 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.10) ...
#5 46.09 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ...
#5 46.10 Setting up libflac8:amd64 (1.3.3-1ubuntu0.2) ...
#5 46.11 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.8) ...
#5 46.12 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 46.13 Setting up tzdata (2024b-0ubuntu0.20.04) ...
#5 46.21
#5 46.21 Current default time zone: 'Etc/UTC'
#5 46.21 Local time is now: Tue Feb 11 11:02:20 UTC 2025.
#5 46.21 Universal Time is now: Tue Feb 11 11:02:20 UTC 2025.
#5 46.21 Run 'dpkg-reconfigure tzdata' if you wish to change it.
#5 46.21
#5 46.23 Setting up libasound2-data (1.2.2-2.1ubuntu2.5) ...
#5 46.24 Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
#5 46.25 Setting up linux-libc-dev-s390x-cross (5.4.0-110.124cross1) ...
#5 46.26 Setting up libwrap0:amd64 (7.6.q-30) ...
#5 46.27 Setting up libx11-data (2:1.6.9-2ubuntu1.6) ...
#5 46.27 Setting up make (4.2.1-1.2) ...
#5 46.28 Setting up libmpfr6:amd64 (4.0.2-1) ...
#5 46.29 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.20.04.1) ...
#5 46.30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
#5 46.31 Setting up libavahi-common-data:amd64 (0.7-4ubuntu7.3) ...
#5 46.32 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
#5 46.32 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
#5 46.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#5 46.34 Setting up libfribidi0:amd64 (1.0.8-2ubuntu0.1) ...
#5 46.35 Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.36 Setting up libpng16-16:amd64 (1.6.37-2) ...
#5 46.37 Setting up libmpc3:amd64 (1.1.0-1) ...
#5 46.38 Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.38 Setting up libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
#5 46.39 Setting up patch (2.7.6-6) ...
#5 46.40 Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
#5 46.41 Setting up fonts-dejavu-core (2.37-1) ...
#5 46.46 Setting up libpcsclite1:amd64 (1.8.26-3) ...
#5 46.46 Setting up ucf (3.0038+nmu1) ...
#5 46.55 Setting up gcc-9-cross-base (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 46.56 Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
#5 46.57 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.8) ...
#5 46.58 Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
#5 46.59 Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 46.60 Setting up gcc-10-cross-base (10.5.0-1ubuntu1~20.04cross1) ...
#5 46.61 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 46.62 Setting up libvulkan1:amd64 (1.2.131.2-1) ...
#5 46.62 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 46.63 Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.64 Setting up libgif7:amd64 (5.1.9-1ubuntu0.1) ...
#5 46.65 Setting up libatk1.0-data (2.35.1-1ubuntu2) ...
#5 46.66 Setting up libitm1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 46.67 Setting up libasyncns0:amd64 (0.8-6) ...
#5 46.69 Setting up libxshmfence1:amd64 (1.3-1) ...
#5 46.70 Setting up libc6-dev-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 46.71 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
#5 46.72 Setting up libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
#5 46.73 Setting up libthai-data (0.1.28-3) ...
#5 46.74 Setting up libisl22:amd64 (0.22.1-1) ...
#5 46.74 Setting up libgtk2.0-common (2.24.32-4ubuntu4.1) ...
#5 46.76 Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ...
#5 46.77 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.8) ...
#5 46.78 Setting up libbinutils:amd64 (2.34-6ubuntu1.9) ...
#5 46.79 Setting up libc-dev-bin (2.31-0ubuntu9.17) ...
#5 46.80 Setting up openssl (1.1.1f-1ubuntu2.23) ...
#5 46.81 Setting up libbsd0:amd64 (0.10.0-1) ...
#5 46.82 Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
#5 46.83 Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ...
#5 46.84 Setting up libgomp1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 46.84 Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.85 Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.86 Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.87 Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
#5 46.88 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 46.89 Setting up libgdbm6:amd64 (1.18.1-5) ...
#5 46.89 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 46.90 Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.91 Setting up libctf0:amd64 (2.34-6ubuntu1.9) ...
#5 46.92 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
#5 46.93 Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
#5 46.94 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
#5 46.94 Setting up libxcb1:amd64 (1.14-2) ...
#5 46.95 Setting up binutils-s390x-linux-gnu (2.34-6ubuntu1.9) ...
#5 46.96 Setting up libxcb-xfixes0:amd64 (1.14-2) ...
#5 46.97 Setting up libxcb-render0:amd64 (1.14-2) ...
#5 46.98 Setting up fontconfig-config (2.13.1-2ubuntu3) ...
#5 47.12 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
#5 47.13 Setting up libxcb-glx0:amd64 (1.14-2) ...
#5 47.14 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 47.15 Setting up libedit2:amd64 (3.1-20191231-1) ...
#5 47.16 Setting up libxcb-shape0:amd64 (1.14-2) ...
#5 47.17 Setting up libatomic1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 47.18 Setting up libavahi-common3:amd64 (0.7-4ubuntu7.3) ...
#5 47.19 Setting up libnss3:amd64 (2:3.98-0ubuntu0.20.04.2) ...
#5 47.20 Setting up libxcb-shm0:amd64 (1.14-2) ...
#5 47.21 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 47.22 Setting up libxcb-present0:amd64 (1.14-2) ...
#5 47.23 Setting up libthai0:amd64 (0.1.28-3) ...
#5 47.23 Setting up ca-certificates (20240203~20.04.1) ...
#5 47.83 Updating certificates in /etc/ssl/certs...
#5 48.65 146 added, 0 removed; done.
#5 48.69 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 48.70 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 48.71 Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
#5 48.72 Setting up libxcb-sync1:amd64 (1.14-2) ...
#5 48.73 Setting up cpp-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 48.74 Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
#5 48.75 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.8) ...
#5 48.76 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
#5 48.77 Setting up libgcc-s1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 48.78 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ...
#5 48.79 Setting up libxcb-dri2-0:amd64 (1.14-2) ...
#5 48.80 Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 48.81 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 48.81 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
#5 48.82 Setting up libc6-dev:amd64 (2.31-0ubuntu9.17) ...
#5 48.83 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 48.84 Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.3) ...
#5 48.85 Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.14) ...
#5 48.86 Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
#5 48.87 Setting up libsndfile1:amd64 (1.0.28-7ubuntu0.2) ...
#5 48.89 Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
#5 48.90 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#5 48.91 Setting up libsm6:amd64 (2:1.2.3-1) ...
#5 48.91 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.8) ...
#5 48.94 Setting up libavahi-client3:amd64 (0.7-4ubuntu7.3) ...
#5 48.95 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
#5 48.96 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ...
#5 48.97 Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 48.98 Setting up libxcb-dri3-0:amd64 (1.14-2) ...
#5 48.98 Setting up fontconfig (2.13.1-2ubuntu3) ...
#5 48.99 Regenerating fonts cache... done.
#5 51.01 Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 51.02 Setting up libxdamage1:amd64 (1:1.1.5-2) ...
#5 51.03 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ...
#5 51.04 Setting up libxrender1:amd64 (1:0.9.10-1) ...
#5 51.05 Setting up cpp-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 51.06 Setting up libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ...
#5 51.08 Setting up libstdc++6-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 51.09 Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 51.10 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 51.11 Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 51.12 Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 51.13 Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 51.14 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
#5 51.15 Setting up libasan5-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 51.16 Setting up binutils (2.34-6ubuntu1.9) ...
#5 51.16 Setting up libatspi2.0-0:amd64 (2.36.0-2) ...
#5 51.17 Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
#5 51.18 Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
#5 51.19 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 51.20 Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
#5 51.20 Setting up perl (5.30.0-9ubuntu0.5) ...
#5 51.22 Setting up libxfixes3:amd64 (1:5.0.3-2) ...
#5 51.23 Setting up shared-mime-info (1.15-1) ...
#5 52.89 Setting up libxinerama1:amd64 (2:1.1.4-2) ...
#5 52.90 Setting up libxv1:amd64 (2:1.0.11-1) ...
#5 52.91 Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
#5 52.92 Setting up libxt6:amd64 (1:1.1.5-1) ...
#5 52.93 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
#5 52.94 Setting up libcups2:amd64 (2.3.1-9ubuntu1.9) ...
#5 52.94 Setting up cpp (4:9.3.0-1ubuntu2) ...
#5 52.96 Setting up libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ...
#5 52.96 Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 52.97 Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 52.98 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 52.99 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 53.00 Setting up libxft2:amd64 (2.3.3-0ubuntu1) ...
#5 53.01 Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
#5 53.01 Setting up libubsan1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 53.02 Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 53.03 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 53.04 Setting up libxi6:amd64 (2:1.7.10-0ubuntu1) ...
#5 53.05 Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 53.05 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#5 53.06 Setting up libxcursor1:amd64 (1:1.2.0-2) ...
#5 53.07 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
#5 53.08 Setting up libxaw7:amd64 (2:1.0.13-1) ...
#5 53.10 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 53.11 Setting up gcc (4:9.3.0-1ubuntu2) ...
#5 53.12 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
#5 53.14 Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 53.15 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 53.15 Setting up libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ...
#5 53.18 Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 53.19 Setting up libgl1-mesa-glx:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 53.20 Setting up g++ (4:9.3.0-1ubuntu2) ...
#5 53.22 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#5 53.22 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#5 53.23 Setting up x11-utils (7.7+5) ...
#5 53.26 Setting up build-essential (12.8ubuntu1.1) ...
#5 53.27 Setting up libatk-wrapper-java (0.37.1-1) ...
#5 53.28 Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.2) ...
#5 53.29 Setting up libgcc-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.30 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ...
#5 53.30 Setting up libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
#5 53.31 Setting up librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 53.32 Setting up librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 53.34 Setting up libstdc++-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.35 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.25) ...
#5 53.35 Setting up curl (7.68.0-1ubuntu2.25) ...
#5 53.36 Setting up gcc-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.37 Setting up gcc-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 53.38 Setting up g++-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.39 Setting up g++-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 53.40 Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ...
#5 53.44 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#5 53.45 Setting up openjdk-8-jre-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 53.53 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
#5 53.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode
#5 53.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
#5 53.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
#5 53.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
#5 53.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
#5 53.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
#5 53.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode
#5 53.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode
#5 53.57 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode
#5 53.79 Setting up ca-certificates-java (20190405ubuntu1.1) ...
#5 53.81 head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
#5 54.01 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
#5 54.01 Adding debian:Amazon_Root_CA_2.pem
#5 54.01 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
#5 54.02 Adding debian:DigiCert_Assured_ID_Root_CA.pem
#5 54.03 Adding debian:COMODO_ECC_Certification_Authority.pem
#5 54.04 Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
#5 54.04 Adding debian:GlobalSign_Root_CA_-_R6.pem
#5 54.04 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
#5 54.05 Adding debian:Buypass_Class_3_Root_CA.pem
#5 54.05 Adding debian:CA_Disig_Root_R2.pem
#5 54.06 Adding debian:COMODO_RSA_Certification_Authority.pem
#5 54.06 Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
#5 54.06 Adding debian:DigiCert_Trusted_Root_G4.pem
#5 54.06 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
#5 54.07 Adding debian:Certum_Trusted_Network_CA_2.pem
#5 54.08 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
#5 54.08 Adding debian:ACCVRAIZ1.pem
#5 54.08 Adding debian:QuoVadis_Root_CA_3.pem
#5 54.09 Adding debian:USERTrust_ECC_Certification_Authority.pem
#5 54.09 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
#5 54.09 Adding debian:CommScope_Public_Trust_RSA_Root-02.pem
#5 54.10 Adding debian:USERTrust_RSA_Certification_Authority.pem
#5 54.10 Adding debian:DigiCert_Assured_ID_Root_G3.pem
#5 54.10 Adding debian:vTrus_Root_CA.pem
#5 54.10 Adding debian:SSL.com_TLS_RSA_Root_CA_2022.pem
#5 54.11 Adding debian:Actalis_Authentication_Root_CA.pem
#5 54.11 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
#5 54.11 Adding debian:Certum_EC-384_CA.pem
#5 54.11 Adding debian:Comodo_AAA_Services_root.pem
#5 54.12 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
#5 54.12 Adding debian:Certum_Trusted_Root_CA.pem
#5 54.12 Adding debian:Baltimore_CyberTrust_Root.pem
#5 54.13 Adding debian:ANF_Secure_Server_Root_CA.pem
#5 54.13 Adding debian:COMODO_Certification_Authority.pem
#5 54.13 Adding debian:TrustAsia_Global_Root_CA_G3.pem
#5 54.13 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
#5 54.14 Adding debian:SZAFIR_ROOT_CA2.pem
#5 54.14 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
#5 54.14 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
#5 54.14 Adding debian:vTrus_ECC_Root_CA.pem
#5 54.14 Adding debian:DigiCert_Global_Root_G3.pem
#5 54.15 Adding debian:AffirmTrust_Commercial.pem
#5 54.15 Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
#5 54.15 Adding debian:SwissSign_Gold_CA_-_G2.pem
#5 54.15 Adding debian:GTS_Root_R2.pem
#5 54.16 Adding debian:Buypass_Class_2_Root_CA.pem
#5 54.16 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
#5 54.16 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
#5 54.16 Adding debian:emSign_ECC_Root_CA_-_G3.pem
#5 54.17 Adding debian:ePKI_Root_Certification_Authority.pem
#5 54.17 Adding debian:Trustwave_Global_Certification_Authority.pem
#5 54.17 Adding debian:Starfield_Class_2_CA.pem
#5 54.17 Adding debian:GLOBALTRUST_2020.pem
#5 54.18 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
#5 54.18 Adding debian:Certum_Trusted_Network_CA.pem
#5 54.18 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
#5 54.18 Adding debian:Security_Communication_RootCA3.pem
#5 54.19 Adding debian:IdenTrust_Commercial_Root_CA_1.pem
#5 54.19 Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
#5 54.19 Adding debian:QuoVadis_Root_CA_1_G3.pem
#5 54.19 Adding debian:Certainly_Root_E1.pem
#5 54.20 Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
#5 54.20 Adding debian:emSign_Root_CA_-_C1.pem
#5 54.20 Adding debian:Izenpe.com.pem
#5 54.20 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
#5 54.21 Adding debian:TunTrust_Root_CA.pem
#5 54.21 Adding debian:BJCA_Global_Root_CA1.pem
#5 54.21 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
#5 54.21 Adding debian:QuoVadis_Root_CA_3_G3.pem
#5 54.22 Adding debian:NetLock_Arany_=Class_Gold=_FÅ‘tanúsÃtvány.pem
#5 54.22 Adding debian:ISRG_Root_X2.pem
#5 54.22 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
#5 54.22 Adding debian:GlobalSign_Root_R46.pem
#5 54.23 Adding debian:TeliaSonera_Root_CA_v1.pem
#5 54.23 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
#5 54.23 Adding debian:DigiCert_Global_Root_CA.pem
#5 54.23 Adding debian:SSL.com_TLS_ECC_Root_CA_2022.pem
#5 54.23 Adding debian:AffirmTrust_Networking.pem
#5 54.24 Adding debian:Amazon_Root_CA_4.pem
#5 54.24 Adding debian:GlobalSign_Root_E46.pem
#5 54.24 Adding debian:UCA_Extended_Validation_Root.pem
#5 54.24 Adding debian:Telia_Root_CA_v2.pem
#5 54.25 Adding debian:ISRG_Root_X1.pem
#5 54.25 Adding debian:SecureSign_RootCA11.pem
#5 54.25 Adding debian:Hongkong_Post_Root_CA_3.pem
#5 54.25 Adding debian:TrustAsia_Global_Root_CA_G4.pem
#5 54.25 Adding debian:Sectigo_Public_Server_Authentication_Root_R46.pem
#5 54.26 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
#5 54.26 Adding debian:AC_RAIZ_FNMT-RCM.pem
#5 54.26 Adding debian:Go_Daddy_Class_2_CA.pem
#5 54.26 Adding debian:Secure_Global_CA.pem
#5 54.26 Adding debian:Amazon_Root_CA_1.pem
#5 54.27 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
#5 54.27 Adding debian:Entrust_Root_Certification_Authority.pem
#5 54.27 Adding debian:GlobalSign_Root_CA_-_R3.pem
#5 54.27 Adding debian:Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem
#5 54.28 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
#5 54.28 Adding debian:Amazon_Root_CA_3.pem
#5 54.28 Adding debian:DigiCert_Global_Root_G2.pem
#5 54.28 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
#5 54.28 Adding debian:Security_Communication_RootCA2.pem
#5 54.29 Adding debian:CFCA_EV_ROOT.pem
#5 54.29 Adding debian:Security_Communication_ECC_RootCA1.pem
#5 54.29 Adding debian:Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem
#5 54.29 Adding debian:GlobalSign_Root_CA.pem
#5 54.29 Adding debian:Certigna_Root_CA.pem
#5 54.30 Adding debian:XRamp_Global_CA_Root.pem
#5 54.30 Adding debian:emSign_ECC_Root_CA_-_C3.pem
#5 54.30 Adding debian:SwissSign_Silver_CA_-_G2.pem
#5 54.30 Adding debian:TWCA_Global_Root_CA.pem
#5 54.30 Adding debian:NAVER_Global_Root_Certification_Authority.pem
#5 54.31 Adding debian:AffirmTrust_Premium.pem
#5 54.31 Adding debian:BJCA_Global_Root_CA2.pem
#5 54.31 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
#5 54.31 Adding debian:CommScope_Public_Trust_RSA_Root-01.pem
#5 54.32 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
#5 54.32 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
#5 54.32 Adding debian:QuoVadis_Root_CA_2_G3.pem
#5 54.32 Adding debian:TWCA_Root_Certification_Authority.pem
#5 54.32 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
#5 54.33 Adding debian:SecureTrust_CA.pem
#5 54.33 Adding debian:GTS_Root_R4.pem
#5 54.33 Adding debian:DigiCert_Assured_ID_Root_G2.pem
#5 54.33 Adding debian:certSIGN_ROOT_CA.pem
#5 54.33 Adding debian:Sectigo_Public_Server_Authentication_Root_E46.pem
#5 54.33 Adding debian:AffirmTrust_Premium_ECC.pem
#5 54.34 Adding debian:emSign_Root_CA_-_G1.pem
#5 54.34 Adding debian:Atos_TrustedRoot_2011.pem
#5 54.34 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
#5 54.34 Adding debian:CommScope_Public_Trust_ECC_Root-01.pem
#5 54.34 Adding debian:Certainly_Root_R1.pem
#5 54.35 Adding debian:certSIGN_Root_CA_G2.pem
#5 54.35 Adding debian:GTS_Root_R3.pem
#5 54.35 Adding debian:e-Szigno_Root_CA_2017.pem
#5 54.35 Adding debian:QuoVadis_Root_CA_2.pem
#5 54.35 Adding debian:Certigna.pem
#5 54.36 Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
#5 54.36 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
#5 54.36 Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
#5 54.36 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
#5 54.36 Adding debian:CommScope_Public_Trust_ECC_Root-02.pem
#5 54.36 Adding debian:HiPKI_Root_CA_-_G1.pem
#5 54.37 Adding debian:GTS_Root_R1.pem
#5 54.37 Adding debian:UCA_Global_G2_Root.pem
#5 54.37 Adding debian:Security_Communication_Root_CA.pem
#5 54.37 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
#5 54.40 done.
#5 54.40 Setting up libgtk2.0-0:amd64 (2.24.32-4ubuntu4.1) ...
#5 54.43 Setting up openjdk-8-jre:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 54.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode
#5 54.44 Setting up humanity-icon-theme (0.6.15) ...
#5 54.72 Setting up openjdk-8-jdk-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 54.73 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode
#5 54.73 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
#5 54.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode
#5 54.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
#5 54.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
#5 54.75 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode
#5 54.75 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode
#5 54.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
#5 54.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
#5 54.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode
#5 54.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode
#5 54.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode
#5 54.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
#5 54.78 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
#5 54.78 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
#5 54.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
#5 54.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
#5 54.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
#5 54.80 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode
#5 54.80 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode
#5 54.81 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode
#5 54.81 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
#5 54.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
#5 54.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode
#5 54.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
#5 54.83 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
#5 54.83 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
#5 54.84 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode
#5 54.84 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
#5 54.85 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
#5 54.85 Setting up openjdk-8-jdk:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 54.87 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode
#5 54.87 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
#5 54.88 Setting up ubuntu-mono (19.04-0ubuntu3) ...
#5 54.95 Processing triggers for libc-bin (2.31-0ubuntu9.17) ...
#5 54.97 Processing triggers for ca-certificates (20240203~20.04.1) ...
#5 54.98 Updating certificates in /etc/ssl/certs...
#5 55.61 0 added, 0 removed; done.
#5 55.61 Running hooks in /etc/ca-certificates/update.d...
#5 55.62
#5 55.82 done.
#5 55.82 done.
#5 55.83 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ...
#5 DONE 58.1s
#6 exporting to image
#6 exporting layers
#6 exporting layers 3.0s done
#6 writing image sha256:19daf57d268bb810caca440d97790d86d15b97996f992848a0cf2631d0cf8899 done
#6 naming to docker.io/library/grpc-java-artifacts-ubuntu2004 done
#6 DONE 3.0s
"$GRPC_JAVA_DIR"/buildscripts/run_in_docker.sh grpc-java-artifacts-x86 /grpc-java/buildscripts/build_artifacts_in_docker.sh
+ /tmpfs/src/github/grpc-java/buildscripts/run_in_docker.sh grpc-java-artifacts-x86 /grpc-java/buildscripts/build_artifacts_in_docker.sh
++ dirname /grpc-java/buildscripts/build_artifacts_in_docker.sh
+ ALL_ARTIFACTS=true
+ ARCH=x86_64
+ /grpc-java/buildscripts/kokoro/unix.sh
+++ dirname /grpc-java/buildscripts/kokoro/unix.sh
++ cd /grpc-java/buildscripts/kokoro/../..
++ pwd
+ readonly GRPC_JAVA_DIR=/grpc-java
+ GRPC_JAVA_DIR=/grpc-java
++ dirname /grpc-java/buildscripts/kokoro/unix.sh
+ cd /grpc-java/buildscripts/kokoro/../..
+ ARCH=x86_64
+ cat
+ ARCH=x86_64
+ buildscripts/make_dependencies.sh
PROTOBUF_VERSION=21.7
+ PROTOBUF_VERSION=21.7
# ARCH is x86_64 bit unless otherwise specified.
ARCH="${ARCH:-x86_64}"
+ ARCH=x86_64
DOWNLOAD_DIR=/tmp/source
+ DOWNLOAD_DIR=/tmp/source
INSTALL_DIR="/tmp/protobuf-cache/$PROTOBUF_VERSION/$(uname -s)-$ARCH"
++ uname -s
+ INSTALL_DIR=/tmp/protobuf-cache/21.7/Linux-x86_64
mkdir -p $DOWNLOAD_DIR
+ mkdir -p /tmp/source
# Start with a sane default
NUM_CPU=4
+ NUM_CPU=4
if [[ $(uname) == 'Linux' ]]; then
NUM_CPU=$(nproc)
fi
++ uname
+ [[ Linux == \L\i\n\u\x ]]
++ nproc
+ NUM_CPU=16
if [[ $(uname) == 'Darwin' ]]; then
NUM_CPU=$(sysctl -n hw.ncpu)
fi
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
# Make protoc
# Can't check for presence of directory as cache auto-creates it.
if [ -f ${INSTALL_DIR}/bin/protoc ]; then
echo "Not building protobuf. Already built"
# TODO(ejona): swap to `brew install --devel protobuf` once it is up-to-date
else
if [[ ! -d "$DOWNLOAD_DIR"/protobuf-"${PROTOBUF_VERSION}" ]]; then
curl -Ls https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-all-${PROTOBUF_VERSION}.tar.gz | tar xz -C $DOWNLOAD_DIR
fi
pushd $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
# install here so we don't need sudo
if [[ "$ARCH" == x86* ]]; then
./configure CFLAGS=-m${ARCH#*_} CXXFLAGS=-m${ARCH#*_} --disable-shared \
--prefix="$INSTALL_DIR"
elif [[ "$ARCH" == aarch* ]]; then
./configure --disable-shared --host=aarch64-linux-gnu --prefix="$INSTALL_DIR"
elif [[ "$ARCH" == ppc* ]]; then
./configure --disable-shared --host=powerpc64le-linux-gnu --prefix="$INSTALL_DIR"
elif [[ "$ARCH" == s390* ]]; then
./configure --disable-shared --host=s390x-linux-gnu --prefix="$INSTALL_DIR"
elif [[ "$ARCH" == loongarch* ]]; then
./configure --disable-shared --host=loongarch64-unknown-linux-gnu --prefix="$INSTALL_DIR"
fi
# the same source dir is used for 32 and 64 bit builds, so we need to clean stale data first
make clean
make V=0 -j$NUM_CPU
make install
popd
fi
+ '[' -f /tmp/protobuf-cache/21.7/Linux-x86_64/bin/protoc ']'
+ [[ ! -d /tmp/source/protobuf-21.7 ]]
+ curl -Ls https://github.com/google/protobuf/releases/download/v21.7/protobuf-all-21.7.tar.gz
+ tar xz -C /tmp/source
+ pushd /tmp/source/protobuf-21.7
+ [[ x86_64 == x86* ]]
+ ./configure CFLAGS=-m64 CXXFLAGS=-m64 --disable-shared --prefix=/tmp/protobuf-cache/21.7/Linux-x86_64
/tmp/source/protobuf-21.7 /grpc-java
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for g++... g++
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... (cached) none needed
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking C++ compiler flags...... use user-supplied: -m64
checking for g++ options needed to detect all undeclared functions... none needed
checking whether __SUNPRO_CC is declared... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether the linker supports version scripts... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working memcmp... yes
checking for working strtod... yes
checking for ftruncate... yes
checking for memset... yes
checking for mkdir... yes
checking for strchr... yes
checking for strerror... yes
checking for strtol... yes
checking zlib version... headers missing or too old (requires 1.2.0.4)
checking whether g++ supports C++11 features by default... yes
checking whether -latomic is needed... no
checking whether gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking the location of hash_map...
checking whether -llog is needed... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating benchmarks/Makefile
config.status: creating conformance/Makefile
config.status: creating protobuf.pc
config.status: creating protobuf-lite.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in third_party/googletest (/tmp/source/protobuf-21.7/third_party/googletest)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/protobuf-cache/21.7/Linux-x86_64' 'CFLAGS=-m64' 'CXXFLAGS=-m64' '--disable-shared' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
=== configuring in googletest (/tmp/source/protobuf-21.7/third_party/googletest/googletest)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/protobuf-cache/21.7/Linux-x86_64' 'CFLAGS=-m64' 'CXXFLAGS=-m64' '--disable-shared' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for python... :
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in googlemock (/tmp/source/protobuf-21.7/third_party/googletest/googlemock)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/protobuf-cache/21.7/Linux-x86_64' 'CFLAGS=-m64' 'CXXFLAGS=-m64' '--disable-shared' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for python... :
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for gtest-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/gmock-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ make clean
Making clean in .
make[1]: Entering directory '/tmp/source/protobuf-21.7'
rm -rf .libs _libs
Making clean in googletest
make[2]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest'
Making clean in googletest
make[3]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest/googletest'
rm -f samples/sample1_unittest samples/sample2_unittest samples/sample3_unittest samples/sample4_unittest samples/sample5_unittest samples/sample6_unittest samples/sample7_unittest samples/sample8_unittest samples/sample9_unittest samples/sample10_unittest test/gtest_all_test
test -z "core" || rm -f core
test -z "lib/libgtest.la lib/libgtest_main.la" || rm -f lib/libgtest.la lib/libgtest_main.la
rm -f lib/so_locations
rm -rf .libs _libs
rm -rf lib/.libs lib/_libs
rm -rf samples/.libs samples/_libs
rm -rf src/.libs src/_libs
rm -rf test/.libs test/_libs
rm -f *.o
rm -f fused-src/gtest/*.o
rm -f samples/*.o
rm -f src/*.o
rm -f src/*.lo
rm -f test/*.o
test -z "samples/sample1_unittest.log samples/sample2_unittest.log samples/sample3_unittest.log samples/sample4_unittest.log samples/sample5_unittest.log samples/sample6_unittest.log samples/sample7_unittest.log samples/sample8_unittest.log samples/sample9_unittest.log samples/sample10_unittest.log test/gtest_all_test.log" || rm -f samples/sample1_unittest.log samples/sample2_unittest.log samples/sample3_unittest.log samples/sample4_unittest.log samples/sample5_unittest.log samples/sample6_unittest.log samples/sample7_unittest.log samples/sample8_unittest.log samples/sample9_unittest.log samples/sample10_unittest.log test/gtest_all_test.log
test -z "samples/sample1_unittest.trs samples/sample2_unittest.trs samples/sample3_unittest.trs samples/sample4_unittest.trs samples/sample5_unittest.trs samples/sample6_unittest.trs samples/sample7_unittest.trs samples/sample8_unittest.trs samples/sample9_unittest.trs samples/sample10_unittest.trs test/gtest_all_test.trs" || rm -f samples/sample1_unittest.trs samples/sample2_unittest.trs samples/sample3_unittest.trs samples/sample4_unittest.trs samples/sample5_unittest.trs samples/sample6_unittest.trs samples/sample7_unittest.trs samples/sample8_unittest.trs samples/sample9_unittest.trs samples/sample10_unittest.trs test/gtest_all_test.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[3]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest/googletest'
Making clean in googlemock
make[3]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
make[4]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
rm -f test/gmock-spec-builders_test test/gmock_link_test
test -z "core" || rm -f core
test -z "lib/libgmock.la lib/libgmock_main.la" || rm -f lib/libgmock.la lib/libgmock_main.la
rm -f lib/so_locations
rm -rf .libs _libs
rm -rf lib/.libs lib/_libs
rm -rf src/.libs src/_libs
rm -rf test/.libs test/_libs
rm -f *.o
rm -f fused-src/*.o
rm -f src/*.o
rm -f src/*.lo
rm -f test/*.o
test -z "test/gmock-spec-builders_test.log test/gmock_link_test.log" || rm -f test/gmock-spec-builders_test.log test/gmock_link_test.log
test -z "test/gmock-spec-builders_test.trs test/gmock_link_test.trs" || rm -f test/gmock-spec-builders_test.trs test/gmock_link_test.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[4]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
make[3]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
make[3]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest'
make[3]: Nothing to be done for 'clean-am'.
make[3]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest'
make[2]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest'
rm -f *.lo
make[1]: Leaving directory '/tmp/source/protobuf-21.7'
Making clean in src
make[1]: Entering directory '/tmp/source/protobuf-21.7/src'
rm -f protoc
rm -f protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin protobuf-lite-arena-test no-warning-test
test -z "google/protobuf/map_lite_unittest.pb.cc google/protobuf/map_lite_unittest.pb.h google/protobuf/unittest_import_lite.pb.cc google/protobuf/unittest_import_lite.pb.h google/protobuf/unittest_import_public_lite.pb.cc google/protobuf/unittest_import_public_lite.pb.h google/protobuf/unittest_lite.pb.cc google/protobuf/unittest_lite.pb.h google/protobuf/any_test.pb.cc google/protobuf/any_test.pb.h google/protobuf/compiler/cpp/test_bad_identifiers.pb.cc google/protobuf/compiler/cpp/test_bad_identifiers.pb.h google/protobuf/compiler/cpp/test_large_enum_value.pb.cc google/protobuf/compiler/cpp/test_large_enum_value.pb.h google/protobuf/map_proto2_unittest.pb.cc google/protobuf/map_proto2_unittest.pb.h google/protobuf/map_unittest.pb.cc google/protobuf/map_unittest.pb.h google/protobuf/unittest.pb.cc google/protobuf/unittest.pb.h google/protobuf/unittest_arena.pb.cc google/protobuf/unittest_arena.pb.h google/protobuf/unittest_custom_options.pb.cc google/protobuf/unittest_custom_options.pb.h google/protobuf/unittest_drop_unknown_fields.pb.cc google/protobuf/unittest_drop_unknown_fields.pb.h google/protobuf/unittest_embed_optimize_for.pb.cc google/protobuf/unittest_embed_optimize_for.pb.h google/protobuf/unittest_empty.pb.cc google/protobuf/unittest_empty.pb.h google/protobuf/unittest_enormous_descriptor.pb.cc google/protobuf/unittest_enormous_descriptor.pb.h google/protobuf/unittest_import.pb.cc google/protobuf/unittest_import.pb.h google/protobuf/unittest_import_public.pb.cc google/protobuf/unittest_import_public.pb.h google/protobuf/unittest_lazy_dependencies.pb.cc google/protobuf/unittest_lazy_dependencies.pb.h google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc google/protobuf/unittest_lazy_dependencies_custom_option.pb.h google/protobuf/unittest_lazy_dependencies_enum.pb.cc google/protobuf/unittest_lazy_dependencies_enum.pb.h google/protobuf/unittest_lite_imports_nonlite.pb.cc google/protobuf/unittest_lite_imports_nonlite.pb.h google/protobuf/unittest_mset.pb.cc google/protobuf/unittest_mset.pb.h google/protobuf/unittest_mset_wire_format.pb.cc google/protobuf/unittest_mset_wire_format.pb.h google/protobuf/unittest_no_field_presence.pb.cc google/protobuf/unittest_no_field_presence.pb.h google/protobuf/unittest_no_generic_services.pb.cc google/protobuf/unittest_no_generic_services.pb.h google/protobuf/unittest_optimize_for.pb.cc google/protobuf/unittest_optimize_for.pb.h google/protobuf/unittest_preserve_unknown_enum.pb.cc google/protobuf/unittest_preserve_unknown_enum.pb.h google/protobuf/unittest_preserve_unknown_enum2.pb.cc google/protobuf/unittest_preserve_unknown_enum2.pb.h google/protobuf/unittest_proto3.pb.cc google/protobuf/unittest_proto3.pb.h google/protobuf/unittest_proto3_arena.pb.cc google/protobuf/unittest_proto3_arena.pb.h google/protobuf/unittest_proto3_arena_lite.pb.cc google/protobuf/unittest_proto3_arena_lite.pb.h google/protobuf/unittest_proto3_lite.pb.cc google/protobuf/unittest_proto3_lite.pb.h google/protobuf/unittest_proto3_optional.pb.cc google/protobuf/unittest_proto3_optional.pb.h google/protobuf/unittest_well_known_types.pb.cc google/protobuf/unittest_well_known_types.pb.h google/protobuf/util/internal/testdata/anys.pb.cc google/protobuf/util/internal/testdata/anys.pb.h google/protobuf/util/internal/testdata/books.pb.cc google/protobuf/util/internal/testdata/books.pb.h google/protobuf/util/internal/testdata/default_value.pb.cc google/protobuf/util/internal/testdata/default_value.pb.h google/protobuf/util/internal/testdata/default_value_test.pb.cc google/protobuf/util/internal/testdata/default_value_test.pb.h google/protobuf/util/internal/testdata/field_mask.pb.cc google/protobuf/util/internal/testdata/field_mask.pb.h google/protobuf/util/internal/testdata/maps.pb.cc google/protobuf/util/internal/testdata/maps.pb.h google/protobuf/util/internal/testdata/oneofs.pb.cc google/protobuf/util/internal/testdata/oneofs.pb.h google/protobuf/util/internal/testdata/proto3.pb.cc google/protobuf/util/internal/testdata/proto3.pb.h google/protobuf/util/internal/testdata/struct.pb.cc google/protobuf/util/internal/testdata/struct.pb.h google/protobuf/util/internal/testdata/timestamp_duration.pb.cc google/protobuf/util/internal/testdata/timestamp_duration.pb.h google/protobuf/util/internal/testdata/wrappers.pb.cc google/protobuf/util/internal/testdata/wrappers.pb.h google/protobuf/util/json_format.pb.cc google/protobuf/util/json_format.pb.h google/protobuf/util/json_format_proto3.pb.cc google/protobuf/util/json_format_proto3.pb.h google/protobuf/util/message_differencer_unittest.pb.cc google/protobuf/util/message_differencer_unittest.pb.h unittest_proto_middleman testzip.jar testzip.list testzip.proto testzip.zip no_warning_test.cc" || rm -f google/protobuf/map_lite_unittest.pb.cc google/protobuf/map_lite_unittest.pb.h google/protobuf/unittest_import_lite.pb.cc google/protobuf/unittest_import_lite.pb.h google/protobuf/unittest_import_public_lite.pb.cc google/protobuf/unittest_import_public_lite.pb.h google/protobuf/unittest_lite.pb.cc google/protobuf/unittest_lite.pb.h google/protobuf/any_test.pb.cc google/protobuf/any_test.pb.h google/protobuf/compiler/cpp/test_bad_identifiers.pb.cc google/protobuf/compiler/cpp/test_bad_identifiers.pb.h google/protobuf/compiler/cpp/test_large_enum_value.pb.cc google/protobuf/compiler/cpp/test_large_enum_value.pb.h google/protobuf/map_proto2_unittest.pb.cc google/protobuf/map_proto2_unittest.pb.h google/protobuf/map_unittest.pb.cc google/protobuf/map_unittest.pb.h google/protobuf/unittest.pb.cc google/protobuf/unittest.pb.h google/protobuf/unittest_arena.pb.cc google/protobuf/unittest_arena.pb.h google/protobuf/unittest_custom_options.pb.cc google/protobuf/unittest_custom_options.pb.h google/protobuf/unittest_drop_unknown_fields.pb.cc google/protobuf/unittest_drop_unknown_fields.pb.h google/protobuf/unittest_embed_optimize_for.pb.cc google/protobuf/unittest_embed_optimize_for.pb.h google/protobuf/unittest_empty.pb.cc google/protobuf/unittest_empty.pb.h google/protobuf/unittest_enormous_descriptor.pb.cc google/protobuf/unittest_enormous_descriptor.pb.h google/protobuf/unittest_import.pb.cc google/protobuf/unittest_import.pb.h google/protobuf/unittest_import_public.pb.cc google/protobuf/unittest_import_public.pb.h google/protobuf/unittest_lazy_dependencies.pb.cc google/protobuf/unittest_lazy_dependencies.pb.h google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc google/protobuf/unittest_lazy_dependencies_custom_option.pb.h google/protobuf/unittest_lazy_dependencies_enum.pb.cc google/protobuf/unittest_lazy_dependencies_enum.pb.h google/protobuf/unittest_lite_imports_nonlite.pb.cc google/protobuf/unittest_lite_imports_nonlite.pb.h google/protobuf/unittest_mset.pb.cc google/protobuf/unittest_mset.pb.h google/protobuf/unittest_mset_wire_format.pb.cc google/protobuf/unittest_mset_wire_format.pb.h google/protobuf/unittest_no_field_presence.pb.cc google/protobuf/unittest_no_field_presence.pb.h google/protobuf/unittest_no_generic_services.pb.cc google/protobuf/unittest_no_generic_services.pb.h google/protobuf/unittest_optimize_for.pb.cc google/protobuf/unittest_optimize_for.pb.h google/protobuf/unittest_preserve_unknown_enum.pb.cc google/protobuf/unittest_preserve_unknown_enum.pb.h google/protobuf/unittest_preserve_unknown_enum2.pb.cc google/protobuf/unittest_preserve_unknown_enum2.pb.h google/protobuf/unittest_proto3.pb.cc google/protobuf/unittest_proto3.pb.h google/protobuf/unittest_proto3_arena.pb.cc google/protobuf/unittest_proto3_arena.pb.h google/protobuf/unittest_proto3_arena_lite.pb.cc google/protobuf/unittest_proto3_arena_lite.pb.h google/protobuf/unittest_proto3_lite.pb.cc google/protobuf/unittest_proto3_lite.pb.h google/protobuf/unittest_proto3_optional.pb.cc google/protobuf/unittest_proto3_optional.pb.h google/protobuf/unittest_well_known_types.pb.cc google/protobuf/unittest_well_known_types.pb.h google/protobuf/util/internal/testdata/anys.pb.cc google/protobuf/util/internal/testdata/anys.pb.h google/protobuf/util/internal/testdata/books.pb.cc google/protobuf/util/internal/testdata/books.pb.h google/protobuf/util/internal/testdata/default_value.pb.cc google/protobuf/util/internal/testdata/default_value.pb.h google/protobuf/util/internal/testdata/default_value_test.pb.cc google/protobuf/util/internal/testdata/default_value_test.pb.h google/protobuf/util/internal/testdata/field_mask.pb.cc google/protobuf/util/internal/testdata/field_mask.pb.h google/protobuf/util/internal/testdata/maps.pb.cc google/protobuf/util/internal/testdata/maps.pb.h google/protobuf/util/internal/testdata/oneofs.pb.cc google/protobuf/util/internal/testdata/oneofs.pb.h google/protobuf/util/internal/testdata/proto3.pb.cc google/protobuf/util/internal/testdata/proto3.pb.h google/protobuf/util/internal/testdata/struct.pb.cc google/protobuf/util/internal/testdata/struct.pb.h google/protobuf/util/internal/testdata/timestamp_duration.pb.cc google/protobuf/util/internal/testdata/timestamp_duration.pb.h google/protobuf/util/internal/testdata/wrappers.pb.cc google/protobuf/util/internal/testdata/wrappers.pb.h google/protobuf/util/json_format.pb.cc google/protobuf/util/json_format.pb.h google/protobuf/util/json_format_proto3.pb.cc google/protobuf/util/json_format_proto3.pb.h google/protobuf/util/message_differencer_unittest.pb.cc google/protobuf/util/message_differencer_unittest.pb.h unittest_proto_middleman testzip.jar testzip.list testzip.proto testzip.zip no_warning_test.cc
test -z "libprotobuf-lite.la libprotobuf.la libprotoc.la" || rm -f libprotobuf-lite.la libprotobuf.la libprotoc.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf google/protobuf/.libs google/protobuf/_libs
rm -rf google/protobuf/compiler/.libs google/protobuf/compiler/_libs
rm -rf google/protobuf/compiler/cpp/.libs google/protobuf/compiler/cpp/_libs
rm -rf google/protobuf/compiler/csharp/.libs google/protobuf/compiler/csharp/_libs
rm -rf google/protobuf/compiler/java/.libs google/protobuf/compiler/java/_libs
rm -rf google/protobuf/compiler/objectivec/.libs google/protobuf/compiler/objectivec/_libs
rm -rf google/protobuf/compiler/php/.libs google/protobuf/compiler/php/_libs
rm -rf google/protobuf/compiler/python/.libs google/protobuf/compiler/python/_libs
rm -rf google/protobuf/compiler/ruby/.libs google/protobuf/compiler/ruby/_libs
rm -rf google/protobuf/io/.libs google/protobuf/io/_libs
rm -rf google/protobuf/stubs/.libs google/protobuf/stubs/_libs
rm -rf google/protobuf/util/.libs google/protobuf/util/_libs
rm -rf google/protobuf/util/internal/.libs google/protobuf/util/internal/_libs
rm -f *.loT
rm -f *.o
rm -f google/protobuf/*.o
rm -f google/protobuf/*.lo
rm -f google/protobuf/compiler/*.o
rm -f google/protobuf/compiler/*.lo
rm -f google/protobuf/compiler/cpp/*.o
rm -f google/protobuf/compiler/cpp/*.lo
rm -f google/protobuf/compiler/csharp/*.o
rm -f google/protobuf/compiler/csharp/*.lo
rm -f google/protobuf/compiler/java/*.o
rm -f google/protobuf/compiler/java/*.lo
rm -f google/protobuf/compiler/objectivec/*.o
rm -f google/protobuf/compiler/objectivec/*.lo
rm -f google/protobuf/compiler/php/*.o
rm -f google/protobuf/compiler/php/*.lo
rm -f google/protobuf/compiler/python/*.o
rm -f google/protobuf/compiler/python/*.lo
rm -f google/protobuf/compiler/ruby/*.o
rm -f google/protobuf/compiler/ruby/*.lo
rm -f google/protobuf/io/*.o
rm -f google/protobuf/io/*.lo
rm -f google/protobuf/stubs/*.o
rm -f google/protobuf/stubs/*.lo
rm -f google/protobuf/testing/*.o
rm -f google/protobuf/util/*.o
rm -f google/protobuf/util/*.lo
rm -f google/protobuf/util/internal/*.o
rm -f google/protobuf/util/internal/*.lo
rm -f google/protobuf/util/internal/testdata/*.o
test -z "protobuf-test.log protobuf-lazy-descriptor-test.log protobuf-lite-test.log google/protobuf/compiler/zip_output_unittest.sh.log protobuf-lite-arena-test.log no-warning-test.log" || rm -f protobuf-test.log protobuf-lazy-descriptor-test.log protobuf-lite-test.log google/protobuf/compiler/zip_output_unittest.sh.log protobuf-lite-arena-test.log no-warning-test.log
test -z "protobuf-test.trs protobuf-lazy-descriptor-test.trs protobuf-lite-test.trs google/protobuf/compiler/zip_output_unittest.sh.trs protobuf-lite-arena-test.trs no-warning-test.trs" || rm -f protobuf-test.trs protobuf-lazy-descriptor-test.trs protobuf-lite-test.trs google/protobuf/compiler/zip_output_unittest.sh.trs protobuf-lite-arena-test.trs no-warning-test.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/tmp/source/protobuf-21.7/src'
+ make V=0 -j16
make all-recursive
make[1]: Entering directory '/tmp/source/protobuf-21.7'
Making all in .
make[2]: Entering directory '/tmp/source/protobuf-21.7'
make[2]: Leaving directory '/tmp/source/protobuf-21.7'
Making all in src
make[2]: Entering directory '/tmp/source/protobuf-21.7/src'
CXX google/protobuf/wire_format.lo
CXX google/protobuf/wrappers.pb.lo
CXX google/protobuf/compiler/command_line_interface.lo
CXX google/protobuf/compiler/code_generator.lo
CXX google/protobuf/compiler/plugin.lo
CXX google/protobuf/compiler/plugin.pb.lo
CXX google/protobuf/compiler/subprocess.lo
CXX google/protobuf/compiler/zip_writer.lo
CXX google/protobuf/compiler/main.o
CXX google/protobuf/arena.lo
CXX google/protobuf/any_lite.lo
CXX google/protobuf/arenastring.lo
CXX google/protobuf/arenaz_sampler.lo
CXX google/protobuf/extension_set.lo
CXX google/protobuf/generated_enum_util.lo
CXX google/protobuf/generated_message_tctable_lite.lo
CXX google/protobuf/generated_message_util.lo
CXX google/protobuf/implicit_weak_message.lo
CXX google/protobuf/inlined_string_field.lo
CXX google/protobuf/io/coded_stream.lo
CXX google/protobuf/io/io_win32.lo
CXX google/protobuf/io/strtod.lo
CXX google/protobuf/io/zero_copy_stream.lo
In file included from google/protobuf/generated_message_tctable_lite.cc:36:
./google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 4]':
./google/protobuf/generated_message_tctable_impl.h:256:1: warning: 'noreturn' function does return
}
^
./google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 8]':
./google/protobuf/generated_message_tctable_impl.h:256:1: warning: 'noreturn' function does return
CXX google/protobuf/io/zero_copy_stream_impl.lo
CXX google/protobuf/io/zero_copy_stream_impl_lite.lo
CXX google/protobuf/map.lo
CXX google/protobuf/message_lite.lo
CXX google/protobuf/parse_context.lo
CXX google/protobuf/repeated_field.lo
CXX google/protobuf/repeated_ptr_field.lo
CXX google/protobuf/stubs/bytestream.lo
CXX google/protobuf/stubs/common.lo
CXX google/protobuf/stubs/int128.lo
CXX google/protobuf/stubs/status.lo
CXX google/protobuf/stubs/statusor.lo
CXX google/protobuf/stubs/stringpiece.lo
CXX google/protobuf/stubs/stringprintf.lo
CXX google/protobuf/stubs/structurally_valid.lo
CXX google/protobuf/stubs/strutil.lo
CXX google/protobuf/stubs/time.lo
CXX google/protobuf/wire_format_lite.lo
CXX google/protobuf/any.lo
CXX google/protobuf/any.pb.lo
CXX google/protobuf/api.pb.lo
CXX google/protobuf/compiler/importer.lo
CXX google/protobuf/compiler/parser.lo
CXX google/protobuf/descriptor.lo
CXX google/protobuf/descriptor.pb.lo
CXX google/protobuf/descriptor_database.lo
CXX google/protobuf/duration.pb.lo
CXX google/protobuf/dynamic_message.lo
CXX google/protobuf/empty.pb.lo
CXX google/protobuf/extension_set_heavy.lo
CXX google/protobuf/field_mask.pb.lo
CXX google/protobuf/generated_message_bases.lo
CXX google/protobuf/generated_message_reflection.lo
CXX google/protobuf/generated_message_tctable_full.lo
CXX google/protobuf/io/gzip_stream.lo
CXX google/protobuf/io/printer.lo
CXX google/protobuf/io/tokenizer.lo
CXX google/protobuf/map_field.lo
CXX google/protobuf/message.lo
CXX google/protobuf/reflection_ops.lo
CXX google/protobuf/service.lo
CXX google/protobuf/source_context.pb.lo
CXX google/protobuf/struct.pb.lo
CXX google/protobuf/stubs/substitute.lo
CXX google/protobuf/text_format.lo
CXX google/protobuf/timestamp.pb.lo
CXX google/protobuf/type.pb.lo
CXX google/protobuf/unknown_field_set.lo
CXX google/protobuf/util/delimited_message_util.lo
CXX google/protobuf/util/field_comparator.lo
CXX google/protobuf/util/field_mask_util.lo
CXX google/protobuf/util/internal/datapiece.lo
CXX google/protobuf/util/internal/default_value_objectwriter.lo
CXX google/protobuf/util/internal/error_listener.lo
CXX google/protobuf/util/internal/field_mask_utility.lo
CXX google/protobuf/util/internal/json_escaping.lo
CXX google/protobuf/util/internal/json_objectwriter.lo
CXX google/protobuf/util/internal/json_stream_parser.lo
CXX google/protobuf/util/internal/object_writer.lo
CXX google/protobuf/util/internal/proto_writer.lo
CXX google/protobuf/util/internal/protostream_objectsource.lo
CXX google/protobuf/util/internal/protostream_objectwriter.lo
CXX google/protobuf/util/internal/type_info.lo
CXX google/protobuf/util/internal/utility.lo
CXX google/protobuf/util/json_util.lo
CXX google/protobuf/util/message_differencer.lo
CXX google/protobuf/util/time_util.lo
CXX google/protobuf/util/type_resolver_util.lo
CXX google/protobuf/compiler/cpp/enum.lo
CXX google/protobuf/compiler/cpp/enum_field.lo
CXX google/protobuf/compiler/cpp/extension.lo
CXX google/protobuf/compiler/cpp/field.lo
CXX google/protobuf/compiler/cpp/file.lo
CXX google/protobuf/compiler/cpp/generator.lo
CXX google/protobuf/compiler/cpp/helpers.lo
CXX google/protobuf/compiler/cpp/map_field.lo
CXX google/protobuf/compiler/cpp/message.lo
CXX google/protobuf/compiler/cpp/message_field.lo
CXX google/protobuf/compiler/cpp/padding_optimizer.lo
CXX google/protobuf/compiler/cpp/parse_function_generator.lo
CXX google/protobuf/compiler/cpp/primitive_field.lo
CXX google/protobuf/compiler/cpp/service.lo
CXX google/protobuf/compiler/cpp/string_field.lo
CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo
CXX google/protobuf/compiler/csharp/csharp_enum.lo
CXX google/protobuf/compiler/csharp/csharp_enum_field.lo
CXX google/protobuf/compiler/csharp/csharp_field_base.lo
CXX google/protobuf/compiler/csharp/csharp_generator.lo
CXX google/protobuf/compiler/csharp/csharp_helpers.lo
CXX google/protobuf/compiler/csharp/csharp_map_field.lo
CXX google/protobuf/compiler/csharp/csharp_message.lo
CXX google/protobuf/compiler/csharp/csharp_message_field.lo
CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo
CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo
CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo
CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo
CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo
CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo
CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo
CXX google/protobuf/compiler/java/context.lo
CXX google/protobuf/compiler/java/doc_comment.lo
CXX google/protobuf/compiler/java/enum.lo
CXX google/protobuf/compiler/java/enum_field.lo
CXX google/protobuf/compiler/java/enum_field_lite.lo
CXX google/protobuf/compiler/java/enum_lite.lo
CXX google/protobuf/compiler/java/extension.lo
CXX google/protobuf/compiler/java/extension_lite.lo
CXX google/protobuf/compiler/java/field.lo
CXX google/protobuf/compiler/java/file.lo
CXX google/protobuf/compiler/java/generator.lo
CXX google/protobuf/compiler/java/generator_factory.lo
CXX google/protobuf/compiler/java/helpers.lo
CXX google/protobuf/compiler/java/kotlin_generator.lo
CXX google/protobuf/compiler/java/map_field.lo
CXX google/protobuf/compiler/java/map_field_lite.lo
CXX google/protobuf/compiler/java/message.lo
CXX google/protobuf/compiler/java/message_builder.lo
CXX google/protobuf/compiler/java/message_builder_lite.lo
CXX google/protobuf/compiler/java/message_field.lo
CXX google/protobuf/compiler/java/message_field_lite.lo
CXX google/protobuf/compiler/java/message_lite.lo
CXX google/protobuf/compiler/java/name_resolver.lo
CXX google/protobuf/compiler/java/primitive_field.lo
CXX google/protobuf/compiler/java/primitive_field_lite.lo
CXX google/protobuf/compiler/java/service.lo
CXX google/protobuf/compiler/java/shared_code_generator.lo
CXX google/protobuf/compiler/java/string_field.lo
CXX google/protobuf/compiler/java/string_field_lite.lo
CXX google/protobuf/compiler/objectivec/objectivec_enum.lo
CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_extension.lo
CXX google/protobuf/compiler/objectivec/objectivec_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_file.lo
CXX google/protobuf/compiler/objectivec/objectivec_generator.lo
CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo
CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_message.lo
CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo
CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo
CXX google/protobuf/compiler/php/php_generator.lo
CXX google/protobuf/compiler/python/generator.lo
CXX google/protobuf/compiler/python/helpers.lo
CXX google/protobuf/compiler/python/pyi_generator.lo
CXX google/protobuf/compiler/ruby/ruby_generator.lo
CXXLD libprotobuf-lite.la
CXXLD libprotobuf.la
CXXLD libprotoc.la
copying selected object files to avoid basename conflicts...
CXXLD protoc
make[2]: Leaving directory '/tmp/source/protobuf-21.7/src'
make[1]: Leaving directory '/tmp/source/protobuf-21.7'
+ make install
Making install in .
make[1]: Entering directory '/tmp/source/protobuf-21.7'
make[2]: Entering directory '/tmp/source/protobuf-21.7'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/lib/pkgconfig'
/usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc '/tmp/protobuf-cache/21.7/Linux-x86_64/lib/pkgconfig'
make[2]: Leaving directory '/tmp/source/protobuf-21.7'
make[1]: Leaving directory '/tmp/source/protobuf-21.7'
Making install in src
make[1]: Entering directory '/tmp/source/protobuf-21.7/src'
make[2]: Entering directory '/tmp/source/protobuf-21.7/src'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/tmp/protobuf-cache/21.7/Linux-x86_64/lib'
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.la
libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.la
libtool: install: /usr/bin/install -c .libs/libprotoc.lai /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.la
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.a
libtool: install: chmod 644 /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.a
libtool: install: ranlib /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.a
libtool: install: /usr/bin/install -c .libs/libprotobuf.a /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.a
libtool: install: chmod 644 /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.a
libtool: install: ranlib /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.a
libtool: install: /usr/bin/install -c .libs/libprotoc.a /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.a
libtool: install: chmod 644 /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.a
libtool: install: ranlib /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.a
libtool: finish: PATH="/var/local/apache-maven-3.8.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/protobuf-cache/21.7/Linux-x86_64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/protobuf-cache/21.7/Linux-x86_64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c protoc '/tmp/protobuf-cache/21.7/Linux-x86_64/bin'
libtool: install: /usr/bin/install -c protoc /tmp/protobuf-cache/21.7/Linux-x86_64/bin/protoc
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/install -c -m 644 google/protobuf/any.proto google/protobuf/api.proto google/protobuf/descriptor.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/install -c -m 644 google/protobuf/compiler/plugin.proto '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/install -c -m 644 google/protobuf/any.h google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/arenaz_sampler.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/descriptor_database.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/endian.h google/protobuf/explicitly_constructed.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_access_listener.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_bases.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_tctable_decl.h google/protobuf/generated_message_tctable_impl.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/map.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/java'
/usr/bin/install -c -m 644 google/protobuf/compiler/java/generator.h google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/kotlin_generator.h google/protobuf/compiler/java/names.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/java'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/cpp'
/usr/bin/install -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h google/protobuf/compiler/cpp/file.h google/protobuf/compiler/cpp/generator.h google/protobuf/compiler/cpp/helpers.h google/protobuf/compiler/cpp/names.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/cpp'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/python'
/usr/bin/install -c -m 644 google/protobuf/compiler/python/generator.h google/protobuf/compiler/python/pyi_generator.h google/protobuf/compiler/python/python_generator.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/python'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/install -c -m 644 google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_internal.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/repeated_ptr_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/stubs'
/usr/bin/install -c -m 644 google/protobuf/stubs/bytestream.h google/protobuf/stubs/callback.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/stubs'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/util'
/usr/bin/install -c -m 644 google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/message_differencer.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver.h google/protobuf/util/type_resolver_util.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/util'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/php'
/usr/bin/install -c -m 644 google/protobuf/compiler/php/php_generator.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/php'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/install -c -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/ruby'
/usr/bin/install -c -m 644 google/protobuf/compiler/ruby/ruby_generator.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/ruby'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/io'
/usr/bin/install -c -m 644 google/protobuf/io/coded_stream.h google/protobuf/io/io_win32.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/io'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/csharp'
/usr/bin/install -c -m 644 google/protobuf/compiler/csharp/csharp_doc_comment.h google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h google/protobuf/compiler/csharp/csharp_options.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/csharp'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/objectivec'
/usr/bin/install -c -m 644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/objectivec'
make[2]: Leaving directory '/tmp/source/protobuf-21.7/src'
make[1]: Leaving directory '/tmp/source/protobuf-21.7/src'
/grpc-java
+ popd
# If /tmp/protobuf exists then we just assume it's a symlink created by us.
# It may be that it points to the wrong arch, so we idempotently set it now.
if [[ -L /tmp/protobuf ]]; then
rm /tmp/protobuf
fi
+ [[ -L /tmp/protobuf ]]
ln -s "$INSTALL_DIR" /tmp/protobuf
+ ln -s /tmp/protobuf-cache/21.7/Linux-x86_64 /tmp/protobuf
cat < Task :buildSrc:compileJava
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Configure project :grpc-compiler
*** Building codegen requires Protobuf
*** Please refer to https://github.com/grpc/grpc-java/blob/master/COMPILING.md#how-to-build-code-generation-plugin
> Configure project :grpc-cronet
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Checking the license for package Android SDK Build-Tools 30.0.3 in /opt/Android/Sdk/licenses
License for package Android SDK Build-Tools 30.0.3 accepted.
Preparing "Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)".
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" ready.
Installing Android SDK Build-Tools 30.0.3 in /opt/Android/Sdk/build-tools/30.0.3
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" complete.
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" finished.
Checking the license for package Android SDK Platform 33 in /opt/Android/Sdk/licenses
License for package Android SDK Platform 33 accepted.
Preparing "Install Android SDK Platform 33 (revision: 3)".
"Install Android SDK Platform 33 (revision: 3)" ready.
Installing Android SDK Platform 33 in /opt/Android/Sdk/platforms/android-33
"Install Android SDK Platform 33 (revision: 3)" complete.
"Install Android SDK Platform 33 (revision: 3)" finished.
Checking the license for package Android SDK Platform-Tools in /opt/Android/Sdk/licenses
License for package Android SDK Platform-Tools accepted.
Preparing "Install Android SDK Platform-Tools (revision: 35.0.2)".
"Install Android SDK Platform-Tools (revision: 35.0.2)" ready.
Installing Android SDK Platform-Tools in /opt/Android/Sdk/platform-tools
"Install Android SDK Platform-Tools (revision: 35.0.2)" complete.
"Install Android SDK Platform-Tools (revision: 35.0.2)" finished.
> Task :grpc-compiler:clean UP-TO-DATE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 1m 14s
3 actionable tasks: 2 executed, 1 up-to-date
+ [[ -z '' ]]
+ ./gradlew assemble generateTestProto publishToMavenLocal -PtargetArch=x86_64 -Pcheckstyle.ignoreFailures=false -PfailOnWarnings=true -PerrorProne=true -Dorg.gradle.parallel=true -Pandroid.useAndroidX=true
*** Android SDK is required. To avoid building Android projects, set -PskipAndroid=true
> Task :buildSrc:compileJava UP-TO-DATE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Configure project :grpc-compiler
*** Building codegen requires Protobuf
*** Please refer to https://github.com/grpc/grpc-java/blob/master/COMPILING.md#how-to-build-code-generation-plugin
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.4.1) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Checking the license for package Android SDK Platform 34 in /opt/Android/Sdk/licenses
License for package Android SDK Platform 34 accepted.
Preparing "Install Android SDK Platform 34 (revision: 3)".
"Install Android SDK Platform 34 (revision: 3)" ready.
Installing Android SDK Platform 34 in /opt/Android/Sdk/platforms/android-34
"Install Android SDK Platform 34 (revision: 3)" complete.
"Install Android SDK Platform 34 (revision: 3)" finished.
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.4.1) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
> Task :grpc-context:processResources NO-SOURCE
> Task :grpc-stub:processResources NO-SOURCE
> Task :grpc-auth:processResources NO-SOURCE
> Task :compileJava NO-SOURCE
> Task :grpc-context:compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :grpc-context:classes UP-TO-DATE
> Task :grpc-protobuf-lite:extractProto
> Task :grpc-protobuf:extractProto
> Task :classes UP-TO-DATE
> Task :grpc-netty-shaded:processResources NO-SOURCE
> Task :grpc-grpclb:extractProto
> Task :grpc-services:extractProto
> Task :grpc-util:processResources
> Task :grpc-alts:extractProto
> Task :grpc-netty:processResources
> Task :grpc-core:processResources
> Task :grpc-protobuf:processResources NO-SOURCE
> Task :grpc-protobuf-lite:processResources NO-SOURCE
> Task :grpc-inprocess:processResources NO-SOURCE
> Task :grpc-xds:extractThirdpartyProto
> Task :grpc-rls:extractProto
> Task :jar
> Task :assemble
> Task :grpc-gcp-csm-observability:processResources NO-SOURCE
> Task :grpc-opentelemetry:processResources NO-SOURCE
> Task :grpc-servlet:processResources NO-SOURCE
> Task :grpc-android:preBuild UP-TO-DATE
> Task :grpc-android:preDebugBuild UP-TO-DATE
> Task :grpc-context:jar
> Task :grpc-alts:processResources
> Task :grpc-core:processTestFixturesResources NO-SOURCE
> Task :grpc-census:processResources NO-SOURCE
> Task :grpc-android:compileDebugAidl NO-SOURCE
> Task :grpc-testing-proto:extractProto
> Task :grpc-okhttp:processResources
> Task :grpc-grpclb:processResources
> Task :grpc-services:processResources
> Task :grpc-binder:preBuild UP-TO-DATE
> Task :grpc-binder:preDebugBuild UP-TO-DATE
> Task :grpc-bom:assemble UP-TO-DATE
> Task :grpc-auth:checkUpperBoundDeps
> Task :grpc-authz:checkUpperBoundDeps
> Task :grpc-benchmarks:extractProto
> Task :grpc-alts:checkUpperBoundDeps
> Task :grpc-authz:extractProto
> Task :grpc-binder:compileDebugAidl NO-SOURCE
> Task :grpc-alts:extractTestProto
> Task :grpc-authz:processResources NO-SOURCE
> Task :grpc-context:checkUpperBoundDeps
> Task :grpc-context:javadoc NO-SOURCE
> Task :grpc-auth:sourcesJar
> Task :grpc-benchmarks:processResources
> Task :grpc-testing:processResources
> Task :grpc-cronet:preBuild UP-TO-DATE
> Task :grpc-cronet:preDebugBuild UP-TO-DATE
> Task :grpc-cronet:compileDebugAidl NO-SOURCE
> Task :grpc-servlet-jakarta:migrateSourcesMain
> Task :grpc-core:checkUpperBoundDeps
> Task :grpc-census:checkUpperBoundDeps
> Task :grpc-servlet-jakarta:processResources NO-SOURCE
> Task :grpc-context:javadocJar
> Task :grpc-testing-proto:processResources
> Task :grpc-rls:processResources
> Task :grpc-gae-interop-testing-jdk8:processResources NO-SOURCE
> Task :grpc-interop-testing:extractProto
> Task :grpc-census:sourcesJar
> Task :grpc-googleapis:processResources
> Task :grpc-context:sourcesJar
> Task :grpc-context:assemble
> Task :grpc-grpclb:extractTestProto
> Task :grpc-interop-testing:processResources
> Task :grpc-googleapis:checkUpperBoundDeps
> Task :grpc-inprocess:checkUpperBoundDeps
> Task :grpc-googleapis:sourcesJar
> Task :grpc-inprocess:sourcesJar
> Task :grpc-istio-interop-testing:extractProto
> Task :grpc-netty:checkUpperBoundDeps
> Task :grpc-istio-interop-testing:processResources
> Task :grpc-istio-interop-testing:extractTestProto
> Task :grpc-netty-shaded:sourcesJar
> Task :grpc-cronet:mergeDebugJniLibFolders
> Task :grpc-cronet:mergeDebugNativeLibs NO-SOURCE
> Task :grpc-cronet:stripDebugDebugSymbols NO-SOURCE
> Task :grpc-context-override-opentelemetry:checkUpperBoundDeps
> Task :grpc-android:mergeDebugJniLibFolders
> Task :grpc-context-override-opentelemetry:processResources NO-SOURCE
> Task :grpc-android:mergeDebugNativeLibs NO-SOURCE
> Task :grpc-android:stripDebugDebugSymbols NO-SOURCE
> Task :grpc-context-override-opentelemetry:sourcesJar
> Task :grpc-android:compileDebugRenderscript NO-SOURCE
> Task :grpc-cronet:copyDebugJniLibsProjectAndLocalJars
> Task :grpc-cronet:compileDebugRenderscript NO-SOURCE
> Task :grpc-binder:mergeDebugJniLibFolders
> Task :grpc-netty:sourcesJar
> Task :grpc-core:sourcesJar
> Task :grpc-binder:mergeDebugNativeLibs NO-SOURCE
> Task :grpc-protobuf:checkUpperBoundDeps
> Task :grpc-opentelemetry:checkUpperBoundDeps
> Task :grpc-binder:stripDebugDebugSymbols NO-SOURCE
> Task :grpc-android:generateDebugBuildConfig
> Task :grpc-cronet:generateDebugBuildConfig
> Task :grpc-android:copyDebugJniLibsProjectAndLocalJars
> Task :grpc-android:generateDebugResValues
> Task :grpc-android:generateDebugResources
> Task :grpc-cronet:generateDebugResValues
> Task :grpc-binder:compileDebugRenderscript NO-SOURCE
> Task :grpc-rls:checkUpperBoundDeps
> Task :grpc-xds:processThirdpartyResources
> Task :grpc-cronet:generateDebugResources
> Task :grpc-xds:extractProto
> Task :grpc-binder:generateDebugBuildConfig
> Task :grpc-binder:generateDebugResValues
> Task :grpc-binder:generateDebugResources
> Task :grpc-binder:copyDebugJniLibsProjectAndLocalJars
> Task :grpc-opentelemetry:sourcesJar
> Task :grpc-rls:extractTestProto
> Task :grpc-s2a:checkUpperBoundDeps
> Task :grpc-xds:processResources
> Task :grpc-s2a:extractProto
> Task :grpc-protobuf-lite:checkUpperBoundDeps
> Task :grpc-servlet:checkUpperBoundDeps
> Task :grpc-services:checkUpperBoundDeps
> Task :grpc-services:extractTestProto
> Task :grpc-servlet-jakarta:checkUpperBoundDeps
> Task :grpc-stub:checkUpperBoundDeps
> Task :grpc-s2a:processResources
> Task :grpc-servlet:sourcesJar
> Task :grpc-s2a:extractTestProto
> Task :grpc-servlet-jakarta:sourcesJar
> Task :grpc-util:checkUpperBoundDeps
> Task :grpc-testing-proto:checkUpperBoundDeps
> Task :grpc-testing-proto:extractTestProto
> Task :grpc-binder:packageDebugResources
> Task :grpc-android:packageDebugResources
> Task :grpc-cronet:packageDebugResources
> Task :grpc-stub:sourcesJar
> Task :grpc-xds:extractTestProto
> Task :grpc-gcp-observability:interop:processResources NO-SOURCE
> Task :grpc-authz:extractTestProto
> Task :grpc-protobuf:extractTestProto
> Task :grpc-protobuf-lite:extractTestProto
> Task :grpc-util:sourcesJar
> Task :grpc-util:processTestFixturesResources NO-SOURCE
> Task :grpc-auth:generatePomFileForMavenPublication
> Task :grpc-bom:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-authz:generatePomFileForMavenPublication
> Task :grpc-census:generatePomFileForMavenPublication
> Task :grpc-context:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-testing:checkUpperBoundDeps
> Task :grpc-context:generatePomFileForMavenPublication
> Task :grpc-context:signMavenPublication SKIPPED
> Task :grpc-testing:sourcesJar
> Task :grpc-context-override-opentelemetry:generatePomFileForMavenPublication
> Task :grpc-context:publishMavenPublicationToMavenLocal
> Task :grpc-context:publishToMavenLocal
> Task :grpc-core:generatePomFileForMavenPublication
> Task :grpc-googleapis:generatePomFileForMavenPublication
> Task :grpc-grpclb:generatePomFileForMavenPublication
> Task :grpc-inprocess:generatePomFileForMavenPublication
> Task :grpc-netty:generatePomFileForMavenPublication
> Task :grpc-alts:generatePomFileForMavenPublication
> Task :grpc-opentelemetry:generatePomFileForMavenPublication
> Task :grpc-protobuf-lite:generatePomFileForMavenPublication
> Task :grpc-rls:generatePomFileForMavenPublication
> Task :grpc-protobuf:generatePomFileForMavenPublication
> Task :grpc-netty-shaded:generatePomFileForMavenPublication
> Task :grpc-okhttp:checkUpperBoundDeps
> Task :grpc-services:generatePomFileForMavenPublication
> Task :grpc-servlet:generatePomFileForMavenPublication
> Task :grpc-servlet-jakarta:generatePomFileForMavenPublication
> Task :grpc-s2a:generatePomFileForMavenPublication
> Task :grpc-stub:generatePomFileForMavenPublication
> Task :grpc-testing-proto:generatePomFileForMavenPublication
> Task :grpc-util:generatePomFileForMavenPublication
> Task :grpc-testing:generatePomFileForMavenPublication
> Task :grpc-xds:generatePomFileForMavenPublication
> Task :grpc-okhttp:sourcesJar
> Task :grpc-compiler:extractIncludeProto
> Task :grpc-compiler:extractProto
> Task :grpc-compiler:processResources NO-SOURCE
> Task :grpc-compiler:extractTestProto
> Task :grpc-compiler:generatePomFileForMavenPublication
> Task :grpc-okhttp:generatePomFileForMavenPublication
> Task :grpc-all:checkUpperBoundDeps
> Task :grpc-all:processResources NO-SOURCE
> Task :grpc-all:sourcesJar
> Task :grpc-android:extractDeepLinksForAarDebug
> Task :grpc-android:javaPreCompileDebug
> Task :grpc-binder:extractDeepLinksForAarDebug
> Task :grpc-binder:parseDebugLocalResources
> Task :grpc-android-interop-testing:preBuild UP-TO-DATE
> Task :grpc-android-interop-testing:preDebugBuild UP-TO-DATE
> Task :grpc-android-interop-testing:mergeDebugNativeDebugMetadata NO-SOURCE
> Task :grpc-android-interop-testing:compileDebugAidl NO-SOURCE
> Task :grpc-android-interop-testing:generateDebugBuildConfig
> Task :grpc-binder:javaPreCompileDebug
> Task :grpc-binder:processDebugManifest
> Task :grpc-android-interop-testing:extractDebugProto
> Task :grpc-android:processDebugManifest
> Task :grpc-android-interop-testing:javaPreCompileDebug
> Task :grpc-android-interop-testing:generateDebugResValues
> Task :grpc-android:parseDebugLocalResources
> Task :grpc-cronet:extractDeepLinksForAarDebug
> Task :grpc-android-interop-testing:createDebugCompatibleScreenManifests
> Task :grpc-cronet:javaPreCompileDebug
> Task :grpc-cronet:mergeDebugShaders
> Task :grpc-cronet:compileDebugShaders NO-SOURCE
> Task :grpc-cronet:generateDebugAssets UP-TO-DATE
> Task :grpc-cronet:packageDebugAssets
> Task :grpc-cronet:packageDebugRenderscript NO-SOURCE
> Task :grpc-cronet:prepareDebugArtProfile
> Task :grpc-android:mergeDebugShaders
> Task :grpc-cronet:processDebugJavaRes NO-SOURCE
> Task :grpc-cronet:parseDebugLocalResources
> Task :grpc-all:generatePomFileForMavenPublication
> Task :grpc-cronet:prepareLintJarForPublish
> Task :grpc-gcp-csm-observability:checkUpperBoundDeps
> Task :grpc-cronet:processDebugManifest
> Task :grpc-gcp-csm-observability:sourcesJar
> Task :grpc-cronet:writeDebugAarMetadata
> Task :grpc-benchmarks:extractIncludeJmhProto
> Task :grpc-gcp-csm-observability:generatePomFileForMavenPublication
> Task :grpc-benchmarks:extractJmhProto
> Task :grpc-benchmarks:extractTestProto
> Task :grpc-benchmarks:generatePomFileForMavenPublication
> Task :grpc-bom:generatePomFileForMavenPublication
> Task :grpc-bom:signMavenPublication SKIPPED
> Task :grpc-bom:publishMavenPublicationToMavenLocal
> Task :grpc-bom:publishToMavenLocal
> Task :grpc-android-interop-testing:mergeDebugShaders
> Task :grpc-android-interop-testing:compileDebugShaders NO-SOURCE
> Task :grpc-android-interop-testing:generateDebugAssets UP-TO-DATE
> Task :grpc-android-interop-testing:processDebugJavaRes NO-SOURCE
> Task :grpc-cronet:mergeDebugJavaResource
> Task :grpc-interop-testing:checkUpperBoundDeps
> Task :grpc-interop-testing:extractTestProto
> Task :grpc-android:compileDebugShaders NO-SOURCE
> Task :grpc-android:generateDebugAssets UP-TO-DATE
> Task :grpc-android:packageDebugAssets
> Task :grpc-android:packageDebugRenderscript NO-SOURCE
> Task :grpc-android:prepareDebugArtProfile
> Task :grpc-android:processDebugJavaRes NO-SOURCE
> Task :grpc-android:mergeDebugJavaResource
> Task :grpc-android:preReleaseBuild UP-TO-DATE
> Task :grpc-android:writeDebugAarMetadata
> Task :grpc-android:prepareLintJarForPublish
> Task :grpc-android:compileReleaseAidl NO-SOURCE
> Task :grpc-android:generateDebugRFile
> Task :grpc-android:mergeReleaseJniLibFolders
> Task :grpc-android:mergeReleaseNativeLibs NO-SOURCE
> Task :grpc-android:stripReleaseDebugSymbols NO-SOURCE
> Task :grpc-android:copyReleaseJniLibsProjectAndLocalJars
> Task :grpc-android:compileReleaseRenderscript NO-SOURCE
> Task :grpc-android:generateReleaseResValues
> Task :grpc-android:extractDeepLinksForAarRelease
> Task :grpc-android:generateReleaseBuildConfig
> Task :grpc-android:generateReleaseResources
> Task :grpc-android:packageReleaseResources
> Task :grpc-android:parseReleaseLocalResources
> Task :grpc-android:javaPreCompileRelease
> Task :grpc-android:mergeReleaseShaders
> Task :grpc-android:compileReleaseShaders NO-SOURCE
> Task :grpc-android:generateReleaseAssets UP-TO-DATE
> Task :grpc-android:processReleaseManifest
> Task :grpc-android:packageReleaseAssets
> Task :grpc-android:packageReleaseRenderscript NO-SOURCE
> Task :grpc-android:generateReleaseRFile
> Task :grpc-android:prepareReleaseArtProfile
> Task :grpc-android:processReleaseJavaRes NO-SOURCE
> Task :grpc-android:mergeReleaseJavaResource
> Task :grpc-android:writeReleaseAarMetadata
> Task :grpc-android:mapReleaseSourceSetPaths
> Task :grpc-android:mergeReleaseResources
> Task :grpc-cronet:preReleaseBuild UP-TO-DATE
> Task :grpc-cronet:compileReleaseAidl NO-SOURCE
> Task :grpc-cronet:mergeReleaseJniLibFolders
> Task :grpc-cronet:mergeReleaseNativeLibs NO-SOURCE
> Task :grpc-cronet:stripReleaseDebugSymbols NO-SOURCE
> Task :grpc-cronet:generateDebugRFile
> Task :grpc-cronet:copyReleaseJniLibsProjectAndLocalJars
> Task :grpc-cronet:compileReleaseRenderscript NO-SOURCE
> Task :grpc-cronet:generateReleaseResValues
> Task :grpc-cronet:extractDeepLinksForAarRelease
> Task :grpc-cronet:generateReleaseBuildConfig
> Task :grpc-cronet:generateReleaseResources
> Task :grpc-cronet:packageReleaseResources
> Task :grpc-cronet:parseReleaseLocalResources
> Task :grpc-cronet:javaPreCompileRelease
> Task :grpc-cronet:processReleaseManifest
> Task :grpc-cronet:mergeReleaseShaders
> Task :grpc-cronet:compileReleaseShaders NO-SOURCE
> Task :grpc-cronet:generateReleaseAssets UP-TO-DATE
> Task :grpc-cronet:generateReleaseRFile
> Task :grpc-cronet:packageReleaseAssets
> Task :grpc-cronet:packageReleaseRenderscript NO-SOURCE
> Task :grpc-cronet:prepareReleaseArtProfile
> Task :grpc-cronet:processReleaseJavaRes NO-SOURCE
> Task :grpc-cronet:writeReleaseAarMetadata
> Task :grpc-cronet:mergeReleaseJavaResource
> Task :grpc-compiler:compileJava_pluginExecutableJava_pluginCpp
> Task :grpc-cronet:mapReleaseSourceSetPaths
> Task :grpc-cronet:mergeReleaseResources
> Task :grpc-gcp-observability:checkUpperBoundDeps
> Task :grpc-gcp-observability:extractProto
> Task :grpc-gcp-observability:processResources
> Task :grpc-gcp-observability:extractTestProto
> Task :grpc-android:bundleLibResDebug NO-SOURCE
> Task :grpc-compiler:linkJava_pluginExecutable
> Task :grpc-compiler:java_pluginExecutable
> Task :grpc-compiler:generateProto NO-SOURCE
> Task :grpc-benchmarks:generateJmhProto NO-SOURCE
> Task :grpc-benchmarks:syncGeneratedSourcesjmh NO-SOURCE
> Task :grpc-compiler:compileJava NO-SOURCE
> Task :grpc-compiler:classes UP-TO-DATE
> Task :grpc-android:extractDeepLinksDebug
> Task :grpc-android:compileDebugLibraryResources
> Task :grpc-android:copyDebugJniLibsProjectOnly
> Task :grpc-compiler:jar
> Task :grpc-android:bundleLibResRelease NO-SOURCE
> Task :grpc-compiler:javadoc NO-SOURCE
> Task :grpc-android:writeReleaseLintModelMetadata
> Task :grpc-compiler:javadocJar
> Task :grpc-android:compileReleaseLibraryResources
> Task :grpc-android:extractDeepLinksRelease
> Task :grpc-compiler:sourcesJar
> Task :grpc-compiler:assemble
> Task :grpc-android:copyReleaseJniLibsProjectOnly
> Task :grpc-android:sourceReleaseJar
> Task :grpc-compiler:buildArtifacts
> Task :grpc-compiler:checkArtifacts
Checking format of build/artifacts/java_plugin/protoc-gen-grpc-java.exe
Format=elf64-x86-64
Checking dependencies of build/artifacts/java_plugin/protoc-gen-grpc-java.exe
Checking for expected dependencies ...
NEEDED libpthread.so.0
NEEDED libstdc++.so.6
NEEDED libm.so.6
NEEDED libc.so.6
Checking for unexpected dependencies ...
Dependencies look good.
> Task :grpc-compiler:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-compiler:signMavenPublication SKIPPED
> Task :grpc-compiler:publishMavenPublicationToMavenLocal
> Task :grpc-compiler:publishToMavenLocal
> Task :grpc-cronet:sourceReleaseJar
> Task :grpc-android:verifyReleaseResources
> Task :grpc-cronet:verifyReleaseResources
> Task :grpc-binder:mergeDebugShaders
> Task :grpc-binder:compileDebugShaders NO-SOURCE
> Task :grpc-binder:generateDebugAssets UP-TO-DATE
> Task :grpc-binder:packageDebugAssets
> Task :grpc-binder:packageDebugRenderscript NO-SOURCE
> Task :grpc-binder:prepareDebugArtProfile
> Task :grpc-binder:processDebugJavaRes NO-SOURCE
> Task :grpc-binder:mergeDebugJavaResource
> Task :grpc-binder:writeDebugAarMetadata
> Task :grpc-binder:preReleaseBuild UP-TO-DATE
> Task :grpc-binder:compileReleaseAidl NO-SOURCE
> Task :grpc-binder:mergeReleaseJniLibFolders
> Task :grpc-binder:mergeReleaseNativeLibs NO-SOURCE
> Task :grpc-binder:stripReleaseDebugSymbols NO-SOURCE
> Task :grpc-binder:prepareLintJarForPublish
> Task :grpc-binder:compileReleaseRenderscript NO-SOURCE
> Task :grpc-binder:generateReleaseResValues
> Task :grpc-binder:extractDeepLinksForAarRelease
> Task :grpc-binder:generateReleaseBuildConfig
> Task :grpc-binder:generateReleaseResources
> Task :grpc-binder:packageReleaseResources
> Task :grpc-binder:processReleaseManifest
> Task :grpc-binder:parseReleaseLocalResources
> Task :grpc-binder:generateReleaseRFile
> Task :grpc-binder:mergeReleaseShaders
> Task :grpc-binder:compileReleaseShaders NO-SOURCE
> Task :grpc-binder:generateReleaseAssets UP-TO-DATE
> Task :grpc-binder:copyReleaseJniLibsProjectAndLocalJars
> Task :grpc-binder:packageReleaseAssets
> Task :grpc-binder:packageReleaseRenderscript NO-SOURCE
> Task :grpc-binder:prepareReleaseArtProfile
> Task :grpc-binder:processReleaseJavaRes NO-SOURCE
> Task :grpc-binder:writeReleaseAarMetadata
> Task :grpc-binder:generateDebugRFile
> Task :grpc-binder:javaPreCompileRelease
> Task :grpc-binder:mergeReleaseJavaResource
> Task :grpc-api:compileContextJava
> Task :grpc-api:processContextResources NO-SOURCE
> Task :grpc-api:contextClasses
> Task :grpc-binder:mapReleaseSourceSetPaths
> Task :grpc-android-interop-testing:compileDebugRenderscript NO-SOURCE
> Task :grpc-android-interop-testing:checkDebugDuplicateClasses
> Task :grpc-android-interop-testing:checkDebugAarMetadata
> Task :grpc-binder:mergeReleaseResources
> Task :grpc-android-interop-testing:mapDebugSourceSetPaths
> Task :grpc-android-interop-testing:generateDebugResources
> Task :grpc-binder:sourceReleaseJar
> Task :grpc-binder:verifyReleaseResources
> Task :grpc-android-interop-testing:extractDeepLinksDebug
> Task :grpc-android-interop-testing:mergeDebugResources
> Task :grpc-android-interop-testing:processDebugMainManifest
> Task :grpc-android-interop-testing:processDebugManifest
> Task :grpc-android-interop-testing:mergeDebugAssets
> Task :grpc-android-interop-testing:compressDebugAssets
> Task :grpc-android-interop-testing:desugarDebugFileDependencies
> Task :grpc-android:generatePomFileForMavenPublication
> Task :grpc-interop-testing:generatePomFileForMavenPublication
> Task :grpc-cronet:generatePomFileForMavenPublication
> Task :grpc-gcp-observability:generatePomFileForMavenPublication
> Task :grpc-android-interop-testing:mergeExtDexDebug
ERROR:D8: com.android.tools.r8.kotlin.H
> Task :grpc-binder:generatePomFileForMavenPublication
> Task :grpc-api:compileJava
> Task :grpc-api:processResources NO-SOURCE
> Task :grpc-api:classes
> Task :grpc-api:jar
> Task :grpc-api:checkUpperBoundDeps
> Task :grpc-protobuf-lite:extractIncludeProto
> Task :grpc-protobuf-lite:generateProto NO-SOURCE
> Task :grpc-protobuf:extractIncludeProto
> Task :grpc-protobuf:generateProto NO-SOURCE
> Task :grpc-protobuf:sourcesJar
> Task :grpc-grpclb:extractIncludeProto
> Task :grpc-rls:extractIncludeProto
> Task :grpc-s2a:extractIncludeProto
> Task :grpc-alts:extractIncludeProto
> Task :grpc-alts:generateProto
> Task :grpc-grpclb:generateProto
> Task :grpc-grpclb:sourcesJar
> Task :grpc-grpclb:syncGeneratedSourcesmain
> Task :grpc-alts:sourcesJar
> Task :grpc-alts:syncGeneratedSourcesmain
> Task :grpc-services:extractIncludeProto
> Task :grpc-services:generateProto
> Task :grpc-rls:generateProto
> Task :grpc-rls:sourcesJar
> Task :grpc-rls:syncGeneratedSourcesmain
> Task :grpc-services:sourcesJar
> Task :grpc-services:syncGeneratedSourcesmain
> Task :grpc-s2a:generateProto
> Task :grpc-testing-proto:extractIncludeProto
> Task :grpc-s2a:sourcesJar
> Task :grpc-s2a:syncGeneratedSourcesmain
> Task :grpc-testing-proto:generateProto
> Task :grpc-testing-proto:sourcesJar
> Task :grpc-testing-proto:syncGeneratedSourcesmain
> Task :grpc-xds:extractIncludeThirdpartyProto
> Task :grpc-compiler:extractIncludeTestProto
> Task :grpc-compiler:generateTestProto
> Task :grpc-protobuf-lite:compileJava
> Task :grpc-protobuf-lite:classes
> Task :grpc-protobuf:extractIncludeTestProto
> Task :grpc-protobuf-lite:jar
> Task :grpc-testing-proto:extractIncludeTestProto
> Task :grpc-testing-proto:generateTestProto NO-SOURCE
> Task :grpc-testing-proto:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-testing-proto:syncGeneratedSources
> Task :grpc-grpclb:extractIncludeTestProto
> Task :grpc-grpclb:generateTestProto NO-SOURCE
> Task :grpc-grpclb:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-grpclb:syncGeneratedSources
> Task :grpc-alts:extractIncludeTestProto
> Task :grpc-alts:generateTestProto NO-SOURCE
> Task :grpc-alts:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-alts:syncGeneratedSources
> Task :grpc-gcp-observability:extractIncludeProto
> Task :grpc-gcp-observability:generateProto
> Task :grpc-gcp-observability:sourcesJar
> Task :grpc-gcp-observability:syncGeneratedSourcesmain
> Task :grpc-context-override-opentelemetry:compileJava
> Task :grpc-context-override-opentelemetry:classes
> Task :grpc-context-override-opentelemetry:jar
> Task :grpc-protobuf-lite:javadoc
> Task :grpc-protobuf:compileJava
> Task :grpc-protobuf:classes
> Task :grpc-protobuf:jar
> Task :grpc-auth:compileJava
> Task :grpc-auth:classes
> Task :grpc-protobuf-lite:javadocJar
> Task :grpc-auth:jar
> Task :grpc-protobuf-lite:sourcesJar
> Task :grpc-protobuf-lite:assemble
> Task :grpc-xds:generateThirdpartyProto
> Task :grpc-xds:syncGeneratedSourcesthirdparty
> Task :grpc-protobuf-lite:extractIncludeTestProto
> Task :grpc-protobuf-lite:generateTestProto
> Task :grpc-protobuf-lite:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-protobuf-lite:signMavenPublication SKIPPED
> Task :grpc-protobuf-lite:publishMavenPublicationToMavenLocal
> Task :grpc-protobuf-lite:publishToMavenLocal
> Task :grpc-context-override-opentelemetry:javadoc
> Task :grpc-api:javadoc
> Task :grpc-context-override-opentelemetry:javadocJar
> Task :grpc-context-override-opentelemetry:assemble
> Task :grpc-context-override-opentelemetry:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-context-override-opentelemetry:signMavenPublication SKIPPED
> Task :grpc-context-override-opentelemetry:publishMavenPublicationToMavenLocal
> Task :grpc-context-override-opentelemetry:publishToMavenLocal
> Task :grpc-census:compileJava
> Task :grpc-census:classes
> Task :grpc-census:jar
> Task :grpc-api:javadocJar
> Task :grpc-api:sourcesJar
> Task :grpc-api:assemble
> Task :grpc-api:processTestFixturesResources NO-SOURCE
> Task :grpc-api:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-api:generatePomFileForMavenPublication
> Task :grpc-api:signMavenPublication SKIPPED
> Task :grpc-api:publishMavenPublicationToMavenLocal
> Task :grpc-api:publishToMavenLocal
> Task :grpc-stub:compileJava
> Task :grpc-stub:classes
> Task :grpc-stub:jar
> Task :grpc-services:extractIncludeTestProto
> Task :grpc-auth:javadoc
> Task :grpc-services:generateTestProto
> Task :grpc-rls:extractIncludeTestProto
> Task :grpc-rls:generateTestProto NO-SOURCE
> Task :grpc-rls:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-rls:syncGeneratedSources
> Task :grpc-services:syncGeneratedSourcestest
> Task :grpc-services:syncGeneratedSources
> Task :grpc-auth:javadocJar
> Task :grpc-auth:assemble
> Task :grpc-auth:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-auth:signMavenPublication SKIPPED
> Task :grpc-auth:publishMavenPublicationToMavenLocal
> Task :grpc-auth:publishToMavenLocal
> Task :grpc-gcp-observability:extractIncludeTestProto
> Task :grpc-protobuf:javadoc
> Task :grpc-protobuf:javadocJar
> Task :grpc-protobuf:assemble
> Task :grpc-protobuf:generateTestProto NO-SOURCE
> Task :grpc-protobuf:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-protobuf:signMavenPublication SKIPPED
> Task :grpc-protobuf:publishMavenPublicationToMavenLocal
> Task :grpc-protobuf:publishToMavenLocal
> Task :grpc-census:javadoc
javadoc: error - No public or protected classes found to document.
1 error
> Task :grpc-census:javadocJar
> Task :grpc-census:assemble
> Task :grpc-census:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-census:signMavenPublication SKIPPED
> Task :grpc-census:publishMavenPublicationToMavenLocal
> Task :grpc-census:publishToMavenLocal
> Task :grpc-testing-proto:compileJava
> Task :grpc-testing-proto:classes
> Task :grpc-testing-proto:jar
> Task :grpc-stub:javadoc
ERROR:D8: com.android.tools.r8.kotlin.H
> Task :grpc-android-interop-testing:mergeExtDexDebug
> Task :grpc-stub:javadocJar
> Task :grpc-stub:assemble
> Task :grpc-stub:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-stub:signMavenPublication SKIPPED
> Task :grpc-stub:publishMavenPublicationToMavenLocal
> Task :grpc-stub:publishToMavenLocal
> Task :grpc-android-interop-testing:processDebugManifestForPackage
> Task :grpc-testing-proto:javadoc
> Task :grpc-testing-proto:javadocJar
> Task :grpc-testing-proto:assemble
> Task :grpc-testing-proto:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-testing-proto:signMavenPublication SKIPPED
> Task :grpc-testing-proto:publishMavenPublicationToMavenLocal
> Task :grpc-testing-proto:publishToMavenLocal
> Task :grpc-gcp-observability:compileJava
> Task :grpc-gcp-observability:classes
> Task :grpc-gcp-observability:jar
> Task :grpc-android-interop-testing:mergeExtDexDebug FAILED
> Task :grpc-core:compileJava
> Task :grpc-gcp-observability:javadoc
> Task :grpc-xds:compileThirdpartyJava
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':grpc-android-interop-testing:mergeExtDexDebug'.
> Could not resolve all files for configuration ':grpc-android-interop-testing:debugRuntimeClasspath'.
> Failed to transform opencensus-contrib-grpc-metrics-0.31.1.jar (io.opencensus:opencensus-contrib-grpc-metrics:0.31.1) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Could not resolve all files for configuration ':grpc-android-interop-testing:debugRuntimeClasspath'.
> Failed to transform grpc-api-1.71.0-SNAPSHOT.jar (project :grpc-api) to match attributes {artifactType=android-classes-jar, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.
> Execution failed for IdentityTransform: /grpc-java/api/build/libs/grpc-api-1.71.0-SNAPSHOT.jar.
> File/directory does not exist: /grpc-java/api/build/libs/grpc-api-1.71.0-SNAPSHOT.jar
> Failed to transform annotation-jvm-1.9.1.jar (androidx.annotation:annotation-jvm:1.9.1) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.jvm.environment=standard-jvm, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=jvm}.
> Execution failed for DexingWithClasspathTransform: /root/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-jvm/1.9.1/b17951747e38bf3986a24431b9ba0d039958aa5f/annotation-jvm-1.9.1.jar.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
376 actionable tasks: 374 executed, 2 up-to-date
> Error while dexing.
> Failed to transform kotlin-stdlib-1.9.24.jar (org.jetbrains.kotlin:kotlin-stdlib:1.9.24) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingWithClasspathTransform: /root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.9.24/9928532f12c66ad816a625b3f9984f8368ca6d2b/kotlin-stdlib-1.9.24.jar.
> Error while dexing.
> There is 1 more failure with an identical cause.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1m 7s
spongify_logs
+ spongify_logs
+ local f
+ read -r f
++ find /tmpfs/src -name 'TEST-*.xml'
[ID: 6573485] Command finished after 360 secs, exit value: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[03:05:39 PST] Collecting build artifacts from build VM
Build script failed with exit code: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[02:59:33 PST] Transferring environment variable script to build VM
[02:59:33 PST] Transferring kokoro_log_reader.py to build VM
[02:59:33 PST] Transferring source code to build VM
[02:59:39 PST] Executing build script on build VM
[ID: 6573485] Executing command via SSH:
export KOKORO_BUILD_NUMBER="10407"
export KOKORO_JOB_NAME="grpc/java/master/presubmit/linux_artifacts"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/grpc-java/buildscripts/kokoro/linux_artifacts.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/grpc-java/buildscripts/kokoro/linux_artifacts.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
if [[ -f /VERSION ]]; then
cat /VERSION
fi
+ [[ -f /VERSION ]]
readonly GRPC_JAVA_DIR="$(cd "$(dirname "$0")"/../.. && pwd)"
+++ dirname github/grpc-java/buildscripts/kokoro/linux_artifacts.sh
++ cd github/grpc-java/buildscripts/kokoro/../..
++ pwd
+ readonly GRPC_JAVA_DIR=/tmpfs/src/github/grpc-java
+ GRPC_JAVA_DIR=/tmpfs/src/github/grpc-java
. "$GRPC_JAVA_DIR"/buildscripts/kokoro/kokoro.sh
+ . /tmpfs/src/github/grpc-java/buildscripts/kokoro/kokoro.sh
#!/bin/bash
spongify_logs() {
local f
while read -r f; do
mkdir "${f%.xml}"
cp "$f" "${f%.xml}/sponge_log.xml"
done < <(find "${KOKORO_ARTIFACTS_DIR:-.}" -name 'TEST-*.xml')
}
trap spongify_logs EXIT
+ trap spongify_logs EXIT
"$GRPC_JAVA_DIR"/buildscripts/build_docker.sh
+ /tmpfs/src/github/grpc-java/buildscripts/build_docker.sh
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.12kB done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/almalinux:8
#2 DONE 0.6s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/4] FROM docker.io/library/almalinux:8@sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a
#4 resolve docker.io/library/almalinux:8@sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a 0.0s done
#4 sha256:d7dbaf57916185b2be09e1eaa1156b543f3937164ffa08d7fdc020a0a3800a5a 4.68kB / 4.68kB done
#4 sha256:b5524cbb7f0639308008c5dcc458d6c7690eb5bc707cac083badf3493e7b06e7 1.03kB / 1.03kB done
#4 sha256:f1218159f16a0624a6759dac0a1e04e24b7cf37eb916953954f34898de46af96 598B / 598B done
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 0B / 71.79MB 0.1s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 29.36MB / 71.79MB 0.3s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 51.38MB / 71.79MB 0.4s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 69.21MB / 71.79MB 0.5s
#4 sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 71.79MB / 71.79MB 0.6s done
#4 extracting sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 0.1s
#4 extracting sha256:2609da11fd88b1bbd9d644ca322ced1094671722bc7e7d1fee944c9bb693d0f3 2.3s done
#4 DONE 3.1s
#5 [2/4] RUN yum install -y autoconf automake diffutils gcc-c++ glibc-devel glibc-devel.i686 java-11-openjdk-devel libstdc++-devel libstdc++-devel.i686 libtool make tar unzip which && yum clean all
#5 1.084 AlmaLinux 8 - BaseOS 20 MB/s | 15 MB 00:00
#5 3.575 AlmaLinux 8 - AppStream 29 MB/s | 16 MB 00:00
#5 6.362 AlmaLinux 8 - Extras 55 kB/s | 14 kB 00:00
#5 7.167 Package tar-2:1.30-9.el8.x86_64 is already installed.
#5 7.213 Dependencies resolved.
#5 7.230 =============================================================================================
#5 7.230 Package Arch Version Repo Size
#5 7.230 =============================================================================================
#5 7.230 Installing:
#5 7.230 autoconf noarch 2.69-29.el8_10.1 appstream 710 k
#5 7.230 automake noarch 1.16.1-8.el8 appstream 713 k
#5 7.230 diffutils x86_64 3.6-6.el8 baseos 361 k
#5 7.230 gcc-c++ x86_64 8.5.0-22.el8_10 appstream 12 M
#5 7.230 glibc-devel i686 2.28-251.el8_10.11 baseos 87 k
#5 7.230 glibc-devel x86_64 2.28-251.el8_10.11 baseos 87 k
#5 7.230 java-11-openjdk-devel x86_64 1:11.0.25.0.9-2.el8 appstream 3.4 M
#5 7.230 libstdc++-devel i686 8.5.0-22.el8_10 appstream 2.1 M
#5 7.230 libstdc++-devel x86_64 8.5.0-22.el8_10 appstream 2.1 M
#5 7.230 libtool x86_64 2.4.6-25.el8 appstream 708 k
#5 7.230 make x86_64 1:4.2.1-11.el8 baseos 497 k
#5 7.230 unzip x86_64 6.0-47.el8_10 baseos 195 k
#5 7.230 which x86_64 2.21-20.el8 baseos 49 k
#5 7.230 Upgrading:
#5 7.230 glibc x86_64 2.28-251.el8_10.11 baseos 2.2 M
#5 7.230 glibc-common x86_64 2.28-251.el8_10.11 baseos 1.0 M
#5 7.230 glibc-minimal-langpack x86_64 2.28-251.el8_10.11 baseos 69 k
#5 7.230 Installing dependencies:
#5 7.230 adwaita-cursor-theme noarch 3.28.0-3.el8 appstream 646 k
#5 7.230 adwaita-icon-theme noarch 3.28.0-3.el8 appstream 11 M
#5 7.230 alsa-lib x86_64 1.2.10-2.el8 appstream 500 k
#5 7.230 at-spi2-atk x86_64 2.26.2-1.el8 appstream 89 k
#5 7.230 at-spi2-core x86_64 2.28.0-1.el8 appstream 169 k
#5 7.230 atk x86_64 2.28.1-1.el8 appstream 271 k
#5 7.230 avahi-libs x86_64 0.7-27.el8_10.1 baseos 61 k
#5 7.230 cairo x86_64 1.15.12-6.el8 appstream 718 k
#5 7.230 cairo-gobject x86_64 1.15.12-6.el8 appstream 32 k
#5 7.230 colord-libs x86_64 1.4.2-1.el8 appstream 236 k
#5 7.230 copy-jdk-configs noarch 4.0-2.el8 appstream 29 k
#5 7.230 cpio x86_64 2.12-11.el8 baseos 265 k
#5 7.230 cpp x86_64 8.5.0-22.el8_10 appstream 10 M
#5 7.230 crypto-policies-scripts noarch 20230731-1.git3177e06.el8 baseos 83 k
#5 7.230 cups-libs x86_64 1:2.2.6-62.el8_10 baseos 436 k
#5 7.230 dejavu-fonts-common noarch 2.35-7.el8 baseos 73 k
#5 7.230 dejavu-sans-mono-fonts noarch 2.35-7.el8 baseos 446 k
#5 7.230 dracut x86_64 049-233.git20240115.el8 baseos 379 k
#5 7.230 emacs-filesystem noarch 1:26.1-12.el8_10 baseos 69 k
#5 7.230 file x86_64 5.33-26.el8 baseos 76 k
#5 7.230 fontconfig x86_64 2.13.1-4.el8 baseos 273 k
#5 7.230 fontpackages-filesystem noarch 1.44-22.el8 baseos 16 k
#5 7.230 freetype x86_64 2.9.1-9.el8 baseos 393 k
#5 7.230 fribidi x86_64 1.0.4-9.el8 appstream 88 k
#5 7.230 gcc x86_64 8.5.0-22.el8_10 appstream 23 M
#5 7.230 gdk-pixbuf2 x86_64 2.36.12-6.el8_10 baseos 465 k
#5 7.230 gdk-pixbuf2-modules x86_64 2.36.12-6.el8_10 appstream 108 k
#5 7.230 gettext x86_64 0.19.8.1-17.el8 baseos 1.1 M
#5 7.230 gettext-libs x86_64 0.19.8.1-17.el8 baseos 312 k
#5 7.230 glib-networking x86_64 2.56.1-1.1.el8 baseos 155 k
#5 7.230 glibc i686 2.28-251.el8_10.11 baseos 1.9 M
#5 7.230 glibc-headers i686 2.28-251.el8_10.11 baseos 492 k
#5 7.230 glibc-headers x86_64 2.28-251.el8_10.11 baseos 492 k
#5 7.230 graphite2 x86_64 1.3.10-10.el8 appstream 121 k
#5 7.230 groff-base x86_64 1.22.3-18.el8 baseos 1.0 M
#5 7.230 grub2-common noarch 1:2.02-160.el8_10.alma.1 baseos 896 k
#5 7.230 grub2-tools x86_64 1:2.02-160.el8_10.alma.1 baseos 2.0 M
#5 7.230 grub2-tools-minimal x86_64 1:2.02-160.el8_10.alma.1 baseos 214 k
#5 7.230 gsettings-desktop-schemas x86_64 3.32.0-6.el8 baseos 632 k
#5 7.230 gtk-update-icon-cache x86_64 3.22.30-12.el8_10 appstream 31 k
#5 7.230 harfbuzz x86_64 1.7.5-4.el8 appstream 295 k
#5 7.230 hicolor-icon-theme noarch 0.17-2.el8 appstream 48 k
#5 7.230 isl x86_64 0.16.1-6.el8 appstream 841 k
#5 7.230 jasper-libs x86_64 2.0.14-6.el8_10 appstream 166 k
#5 7.230 java-11-openjdk x86_64 1:11.0.25.0.9-2.el8 appstream 476 k
#5 7.230 java-11-openjdk-headless x86_64 1:11.0.25.0.9-2.el8 appstream 42 M
#5 7.230 javapackages-filesystem noarch 5.3.0-2.module_el8.0.0+6004+2fc32706 appstream 30 k
#5 7.230 jbigkit-libs x86_64 2.1-14.el8 appstream 54 k
#5 7.230 json-glib x86_64 1.4.4-1.el8 baseos 144 k
#5 7.230 kbd-legacy noarch 2.0.4-11.el8 baseos 480 k
#5 7.230 kbd-misc noarch 2.0.4-11.el8 baseos 1.5 M
#5 7.230 kernel-headers x86_64 4.18.0-553.37.1.el8_10 baseos 12 M
#5 7.230 kmod x86_64 25-20.el8 baseos 125 k
#5 7.230 lcms2 x86_64 2.9-2.el8 appstream 164 k
#5 7.230 libX11 x86_64 1.6.8-9.el8_10 appstream 611 k
#5 7.230 libX11-common noarch 1.6.8-9.el8_10 appstream 157 k
#5 7.230 libXau x86_64 1.0.9-3.el8 appstream 37 k
#5 7.230 libXcomposite x86_64 0.4.4-14.el8 appstream 28 k
#5 7.230 libXcursor x86_64 1.1.15-3.el8 appstream 36 k
#5 7.230 libXdamage x86_64 1.1.4-14.el8 appstream 26 k
#5 7.230 libXext x86_64 1.3.4-1.el8 appstream 45 k
#5 7.230 libXfixes x86_64 5.0.3-7.el8 appstream 25 k
#5 7.230 libXft x86_64 2.3.3-1.el8 appstream 66 k
#5 7.230 libXi x86_64 1.7.10-1.el8 appstream 48 k
#5 7.230 libXinerama x86_64 1.1.4-1.el8 appstream 15 k
#5 7.230 libXrandr x86_64 1.5.2-1.el8 appstream 33 k
#5 7.230 libXrender x86_64 0.9.10-7.el8 appstream 33 k
#5 7.230 libXtst x86_64 1.2.3-7.el8 appstream 21 k
#5 7.230 libcroco x86_64 0.6.12-4.el8_2.1 baseos 112 k
#5 7.230 libdatrie x86_64 0.2.9-7.el8 appstream 33 k
#5 7.230 libepoxy x86_64 1.5.8-1.el8 appstream 224 k
#5 7.230 libfontenc x86_64 1.1.3-8.el8 appstream 37 k
#5 7.230 libgcc i686 8.5.0-22.el8_10 baseos 88 k
#5 7.230 libgomp x86_64 8.5.0-22.el8_10 baseos 207 k
#5 7.230 libgusb x86_64 0.3.0-1.el8 baseos 49 k
#5 7.230 libjpeg-turbo x86_64 1.5.3-12.el8 appstream 156 k
#5 7.230 libkcapi x86_64 1.4.0-2.el8 baseos 52 k
#5 7.230 libkcapi-hmaccalc x86_64 1.4.0-2.el8 baseos 31 k
#5 7.230 libmodman x86_64 2.0.1-17.el8 baseos 36 k
#5 7.230 libmpc x86_64 1.1.0-9.1.el8 appstream 60 k
#5 7.230 libpkgconf x86_64 1.4.2-1.el8 baseos 35 k
#5 7.230 libpng x86_64 2:1.6.34-5.el8 baseos 126 k
#5 7.230 libproxy x86_64 0.4.15-5.5.el8_10 baseos 72 k
#5 7.230 libsoup x86_64 2.62.3-7.el8_10 baseos 425 k
#5 7.230 libstdc++ i686 8.5.0-22.el8_10 baseos 490 k
#5 7.230 libthai x86_64 0.1.27-2.el8 appstream 203 k
#5 7.230 libtiff x86_64 4.0.9-33.el8_10 appstream 189 k
#5 7.230 libwayland-client x86_64 1.21.0-1.el8 appstream 40 k
#5 7.230 libwayland-cursor x86_64 1.21.0-1.el8 appstream 25 k
#5 7.230 libwayland-egl x86_64 1.21.0-1.el8 appstream 18 k
#5 7.230 libxcb x86_64 1.13.1-1.el8 appstream 231 k
#5 7.230 libxcrypt i686 4.1.1-6.el8 baseos 73 k
#5 7.230 libxcrypt-devel i686 4.1.1-6.el8 baseos 24 k
#5 7.230 libxcrypt-devel x86_64 4.1.1-6.el8 baseos 24 k
#5 7.230 libxkbcommon x86_64 0.9.1-1.el8 appstream 116 k
#5 7.230 lksctp-tools x86_64 1.0.18-3.el8 baseos 99 k
#5 7.230 lua x86_64 5.3.4-12.el8 appstream 191 k
#5 7.230 m4 x86_64 1.4.18-7.el8 baseos 222 k
#5 7.230 ncurses x86_64 6.1-10.20180224.el8 baseos 386 k
#5 7.230 nspr x86_64 4.35.0-1.el8_8 appstream 142 k
#5 7.230 nss x86_64 3.101.0-11.el8_8 appstream 764 k
#5 7.230 nss-softokn x86_64 3.101.0-11.el8_8 appstream 531 k
#5 7.230 nss-softokn-freebl x86_64 3.101.0-11.el8_8 appstream 391 k
#5 7.230 nss-sysinit x86_64 3.101.0-11.el8_8 appstream 76 k
#5 7.230 nss-util x86_64 3.101.0-11.el8_8 appstream 142 k
#5 7.230 openssl x86_64 1:1.1.1k-12.el8_9 baseos 710 k
#5 7.230 os-prober x86_64 1.74-9.el8 baseos 50 k
#5 7.230 pango x86_64 1.42.4-8.el8 appstream 296 k
#5 7.230 perl-Carp noarch 1.42-396.el8 baseos 30 k
#5 7.230 perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k
#5 7.230 perl-Digest noarch 1.17-395.el8 baseos 27 k
#5 7.230 perl-Digest-MD5 x86_64 2.55-396.el8 baseos 37 k
#5 7.230 perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M
#5 7.230 perl-Errno x86_64 1.28-422.el8.0.1 baseos 75 k
#5 7.230 perl-Exporter noarch 5.72-396.el8 baseos 34 k
#5 7.230 perl-File-Path noarch 2.15-2.el8 baseos 38 k
#5 7.230 perl-File-Temp noarch 0.230.600-1.el8 baseos 62 k
#5 7.230 perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k
#5 7.230 perl-HTTP-Tiny noarch 0.074-3.el8 baseos 58 k
#5 7.230 perl-IO x86_64 1.38-422.el8.0.1 baseos 141 k
#5 7.230 perl-IO-Socket-IP noarch 0.39-5.el8 baseos 47 k
#5 7.230 perl-IO-Socket-SSL noarch 2.066-4.module_el8.6.0+2811+fe6c84b0 appstream 297 k
#5 7.230 perl-MIME-Base64 x86_64 3.15-396.el8 baseos 30 k
#5 7.230 perl-Mozilla-CA noarch 20160104-7.module_el8.5.0+2812+ed912d05 appstream 14 k
#5 7.230 perl-Net-SSLeay x86_64 1.88-2.module_el8.6.0+2811+fe6c84b0 appstream 378 k
#5 7.230 perl-PathTools x86_64 3.74-1.el8 baseos 90 k
#5 7.230 perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k
#5 7.230 perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k
#5 7.230 perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k
#5 7.230 perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k
#5 7.230 perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k
#5 7.230 perl-Socket x86_64 4:2.027-3.el8 baseos 59 k
#5 7.230 perl-Storable x86_64 1:3.11-3.el8 baseos 98 k
#5 7.230 perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k
#5 7.230 perl-Term-Cap noarch 1.17-395.el8 baseos 23 k
#5 7.230 perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k
#5 7.230 perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k
#5 7.230 perl-Thread-Queue noarch 3.13-1.el8 appstream 24 k
#5 7.230 perl-Time-Local noarch 1:1.280-1.el8 baseos 33 k
#5 7.230 perl-URI noarch 1.73-3.el8 baseos 116 k
#5 7.230 perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k
#5 7.230 perl-constant noarch 1.33-396.el8 baseos 25 k
#5 7.230 perl-interpreter x86_64 4:5.26.3-422.el8.0.1 baseos 6.3 M
#5 7.230 perl-libnet noarch 3.11-3.el8 baseos 121 k
#5 7.230 perl-libs x86_64 4:5.26.3-422.el8.0.1 baseos 1.6 M
#5 7.230 perl-macros x86_64 4:5.26.3-422.el8.0.1 baseos 71 k
#5 7.230 perl-parent noarch 1:0.237-1.el8 baseos 20 k
#5 7.230 perl-podlators noarch 4.11-1.el8 baseos 118 k
#5 7.230 perl-threads x86_64 1:2.21-2.el8 baseos 61 k
#5 7.230 perl-threads-shared x86_64 1.58-2.el8 baseos 47 k
#5 7.230 pixman x86_64 0.38.4-4.el8 appstream 257 k
#5 7.230 pkgconf x86_64 1.4.2-1.el8 baseos 38 k
#5 7.230 pkgconf-m4 noarch 1.4.2-1.el8 baseos 17 k
#5 7.230 pkgconf-pkg-config x86_64 1.4.2-1.el8 baseos 15 k
#5 7.230 procps-ng x86_64 3.3.15-14.el8 baseos 329 k
#5 7.230 rest x86_64 0.8.1-2.el8 appstream 70 k
#5 7.230 shared-mime-info x86_64 1.9-4.el8 baseos 328 k
#5 7.230 systemd-udev x86_64 239-82.el8_10.1 baseos 1.6 M
#5 7.230 ttmkfdir x86_64 3.0.9-54.el8 appstream 62 k
#5 7.230 tzdata-java noarch 2025a-1.el8 appstream 185 k
#5 7.230 xkeyboard-config noarch 2.28-1.el8 appstream 782 k
#5 7.230 xorg-x11-font-utils x86_64 1:7.5-41.el8 appstream 102 k
#5 7.230 xorg-x11-fonts-Type1 noarch 7.5-19.el8 appstream 522 k
#5 7.230 Installing weak dependencies:
#5 7.230 abattis-cantarell-fonts noarch 0.0.25-6.el8 appstream 154 k
#5 7.230 dconf x86_64 0.28.0-4.el8 appstream 107 k
#5 7.230 glibc-gconv-extra i686 2.28-251.el8_10.11 baseos 1.6 M
#5 7.230 glibc-gconv-extra x86_64 2.28-251.el8_10.11 baseos 1.6 M
#5 7.230 glibc-langpack-en x86_64 2.28-251.el8_10.11 baseos 831 k
#5 7.230 grubby x86_64 8.40-49.el8 baseos 49 k
#5 7.230 gtk3 x86_64 3.22.30-12.el8_10 appstream 4.5 M
#5 7.230 hardlink x86_64 1:1.3-6.el8 baseos 29 k
#5 7.230 kbd x86_64 2.0.4-11.el8 baseos 389 k
#5 7.230 kpartx x86_64 0.8.4-41.el8 baseos 119 k
#5 7.230 memstrack x86_64 0.2.5-2.el8 baseos 51 k
#5 7.230 pigz x86_64 2.4-4.el8 baseos 79 k
#5 7.230 Enabling module streams:
#5 7.230 javapackages-runtime 201801
#5 7.230 perl 5.26
#5 7.230 perl-IO-Socket-SSL 2.066
#5 7.230 perl-libwww-perl 6.34
#5 7.230
#5 7.230 Transaction Summary
#5 7.230 =============================================================================================
#5 7.230 Install 188 Packages
#5 7.230 Upgrade 3 Packages
#5 7.230
#5 7.237 Total download size: 178 M
#5 7.239 Downloading Packages:
#5 7.639 (1/191): avahi-libs-0.7-27.el8_10.1.x86_64.rpm 564 kB/s | 61 kB 00:00
#5 7.642 (2/191): crypto-policies-scripts-20230731-1.git 750 kB/s | 83 kB 00:00
#5 7.672 (3/191): dejavu-fonts-common-2.35-7.el8.noarch. 2.4 MB/s | 73 kB 00:00
#5 7.694 (4/191): cpio-2.12-11.el8.x86_64.rpm 1.6 MB/s | 265 kB 00:00
#5 7.729 (5/191): cups-libs-2.2.6-62.el8_10.x86_64.rpm 4.9 MB/s | 436 kB 00:00
#5 7.752 (6/191): diffutils-3.6-6.el8.x86_64.rpm 6.1 MB/s | 361 kB 00:00
#5 7.756 (7/191): dejavu-sans-mono-fonts-2.35-7.el8.noar 5.2 MB/s | 446 kB 00:00
#5 7.763 (8/191): dracut-049-233.git20240115.el8.x86_64. 11 MB/s | 379 kB 00:00
#5 7.782 (9/191): emacs-filesystem-26.1-12.el8_10.noarch 2.3 MB/s | 69 kB 00:00
#5 7.785 (10/191): file-5.33-26.el8.x86_64.rpm 2.6 MB/s | 76 kB 00:00
#5 7.795 (11/191): fontconfig-2.13.1-4.el8.x86_64.rpm 8.6 MB/s | 273 kB 00:00
#5 7.811 (12/191): fontpackages-filesystem-1.44-22.el8.n 542 kB/s | 16 kB 00:00
#5 7.819 (13/191): freetype-2.9.1-9.el8.x86_64.rpm 12 MB/s | 393 kB 00:00
#5 7.827 (14/191): gdk-pixbuf2-2.36.12-6.el8_10.x86_64.r 14 MB/s | 465 kB 00:00
#5 7.851 (15/191): gettext-libs-0.19.8.1-17.el8.x86_64.r 9.7 MB/s | 312 kB 00:00
#5 7.858 (16/191): glib-networking-2.56.1-1.1.el8.x86_64 5.0 MB/s | 155 kB 00:00
#5 7.873 (17/191): gettext-0.19.8.1-17.el8.x86_64.rpm 17 MB/s | 1.1 MB 00:00
#5 7.888 (18/191): glibc-devel-2.28-251.el8_10.11.i686.r 2.8 MB/s | 87 kB 00:00
#5 7.904 (19/191): glibc-devel-2.28-251.el8_10.11.x86_64 2.8 MB/s | 87 kB 00:00
#5 7.915 (20/191): glibc-2.28-251.el8_10.11.i686.rpm 30 MB/s | 1.9 MB 00:00
#5 7.945 (21/191): glibc-gconv-extra-2.28-251.el8_10.11. 38 MB/s | 1.6 MB 00:00
#5 7.951 (22/191): glibc-headers-2.28-251.el8_10.11.i686 13 MB/s | 492 kB 00:00
#5 7.959 (23/191): glibc-gconv-extra-2.28-251.el8_10.11. 22 MB/s | 1.6 MB 00:00
#5 7.979 (24/191): glibc-headers-2.28-251.el8_10.11.x86_ 14 MB/s | 492 kB 00:00
#5 7.988 (25/191): glibc-langpack-en-2.28-251.el8_10.11. 22 MB/s | 831 kB 00:00
#5 7.998 (26/191): groff-base-1.22.3-18.el8.x86_64.rpm 27 MB/s | 1.0 MB 00:00
#5 8.016 (27/191): grub2-common-2.02-160.el8_10.alma.1.n 24 MB/s | 896 kB 00:00
#5 8.033 (28/191): grub2-tools-2.02-160.el8_10.alma.1.x8 45 MB/s | 2.0 MB 00:00
#5 8.037 (29/191): grub2-tools-minimal-2.02-160.el8_10.a 5.4 MB/s | 214 kB 00:00
#5 8.046 (30/191): grubby-8.40-49.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
#5 8.067 (31/191): gsettings-desktop-schemas-3.32.0-6.el 18 MB/s | 632 kB 00:00
#5 8.070 (32/191): hardlink-1.3-6.el8.x86_64.rpm 877 kB/s | 29 kB 00:00
#5 8.077 (33/191): json-glib-1.4.4-1.el8.x86_64.rpm 4.6 MB/s | 144 kB 00:00
#5 8.100 (34/191): kbd-2.0.4-11.el8.x86_64.rpm 12 MB/s | 389 kB 00:00
#5 8.106 (35/191): kbd-legacy-2.0.4-11.el8.noarch.rpm 13 MB/s | 480 kB 00:00
#5 8.117 (36/191): kbd-misc-2.0.4-11.el8.noarch.rpm 37 MB/s | 1.5 MB 00:00
#5 8.137 (37/191): kmod-25-20.el8.x86_64.rpm 4.0 MB/s | 125 kB 00:00
#5 8.148 (38/191): kpartx-0.8.4-41.el8.x86_64.rpm 3.8 MB/s | 119 kB 00:00
#5 8.167 (39/191): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 3.7 MB/s | 112 kB 00:00
#5 8.178 (40/191): libgcc-8.5.0-22.el8_10.i686.rpm 2.9 MB/s | 88 kB 00:00
#5 8.198 (41/191): libgomp-8.5.0-22.el8_10.x86_64.rpm 6.6 MB/s | 207 kB 00:00
#5 8.208 (42/191): libgusb-0.3.0-1.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
#5 8.244 (43/191): kernel-headers-4.18.0-553.37.1.el8_10 83 MB/s | 12 MB 00:00
#5 8.247 (44/191): libkcapi-hmaccalc-1.4.0-2.el8.x86_64. 806 kB/s | 31 kB 00:00
#5 8.250 (45/191): libkcapi-1.4.0-2.el8.x86_64.rpm 1.0 MB/s | 52 kB 00:00
#5 8.274 (46/191): libmodman-2.0.1-17.el8.x86_64.rpm 1.2 MB/s | 36 kB 00:00
#5 8.277 (47/191): libpkgconf-1.4.2-1.el8.x86_64.rpm 1.2 MB/s | 35 kB 00:00
#5 8.280 (48/191): libpng-1.6.34-5.el8.x86_64.rpm 4.1 MB/s | 126 kB 00:00
#5 8.305 (49/191): libproxy-0.4.15-5.5.el8_10.x86_64.rpm 2.4 MB/s | 72 kB 00:00
#5 8.310 (50/191): libsoup-2.62.3-7.el8_10.x86_64.rpm 13 MB/s | 425 kB 00:00
#5 8.317 (51/191): libstdc++-8.5.0-22.el8_10.i686.rpm 13 MB/s | 490 kB 00:00
#5 8.335 (52/191): libxcrypt-4.1.1-6.el8.i686.rpm 2.4 MB/s | 73 kB 00:00
#5 8.340 (53/191): libxcrypt-devel-4.1.1-6.el8.i686.rpm 837 kB/s | 24 kB 00:00
#5 8.347 (54/191): libxcrypt-devel-4.1.1-6.el8.x86_64.rp 826 kB/s | 24 kB 00:00
#5 8.366 (55/191): lksctp-tools-1.0.18-3.el8.x86_64.rpm 3.2 MB/s | 99 kB 00:00
#5 8.371 (56/191): m4-1.4.18-7.el8.x86_64.rpm 7.0 MB/s | 222 kB 00:00
#5 8.380 (57/191): make-4.2.1-11.el8.x86_64.rpm 15 MB/s | 497 kB 00:00
#5 8.399 (58/191): memstrack-0.2.5-2.el8.x86_64.rpm 1.5 MB/s | 51 kB 00:00
#5 8.405 (59/191): ncurses-6.1-10.20180224.el8.x86_64.rp 11 MB/s | 386 kB 00:00
#5 8.415 (60/191): openssl-1.1.1k-12.el8_9.x86_64.rpm 20 MB/s | 710 kB 00:00
#5 8.430 (61/191): os-prober-1.74-9.el8.x86_64.rpm 1.7 MB/s | 50 kB 00:00
#5 8.434 (62/191): perl-Carp-1.42-396.el8.noarch.rpm 1.0 MB/s | 30 kB 00:00
#5 8.445 (63/191): perl-Data-Dumper-2.167-399.el8.x86_64 1.9 MB/s | 58 kB 00:00
#5 8.459 (64/191): perl-Digest-1.17-395.el8.noarch.rpm 908 kB/s | 27 kB 00:00
#5 8.464 (65/191): perl-Digest-MD5-2.55-396.el8.x86_64.r 1.2 MB/s | 37 kB 00:00
#5 8.486 (66/191): perl-Encode-2.97-3.el8.x86_64.rpm 36 MB/s | 1.5 MB 00:00
#5 8.490 (67/191): perl-Errno-1.28-422.el8.0.1.x86_64.rp 2.4 MB/s | 75 kB 00:00
#5 8.494 (68/191): perl-Exporter-5.72-396.el8.noarch.rpm 1.1 MB/s | 34 kB 00:00
#5 8.517 (69/191): perl-File-Path-2.15-2.el8.noarch.rpm 1.2 MB/s | 38 kB 00:00
#5 8.520 (70/191): perl-File-Temp-0.230.600-1.el8.noarch 2.1 MB/s | 62 kB 00:00
#5 8.523 (71/191): perl-Getopt-Long-2.50-4.el8.noarch.rp 2.1 MB/s | 63 kB 00:00
#5 8.547 (72/191): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 1.9 MB/s | 58 kB 00:00
#5 8.551 (73/191): perl-IO-1.38-422.el8.0.1.x86_64.rpm 4.5 MB/s | 141 kB 00:00
#5 8.554 (74/191): perl-IO-Socket-IP-0.39-5.el8.noarch.r 1.5 MB/s | 47 kB 00:00
#5 8.578 (75/191): perl-MIME-Base64-3.15-396.el8.x86_64. 1.0 MB/s | 30 kB 00:00
#5 8.581 (76/191): perl-PathTools-3.74-1.el8.x86_64.rpm 2.9 MB/s | 90 kB 00:00
#5 8.585 (77/191): perl-Pod-Escapes-1.07-395.el8.noarch. 670 kB/s | 20 kB 00:00
#5 8.608 (78/191): perl-Pod-Perldoc-3.28-396.el8.noarch. 2.8 MB/s | 86 kB 00:00
#5 8.613 (79/191): perl-Pod-Simple-3.35-395.el8.noarch.r 6.8 MB/s | 213 kB 00:00
#5 8.616 (80/191): perl-Pod-Usage-1.69-395.el8.noarch.rp 1.1 MB/s | 34 kB 00:00
#5 8.638 (81/191): perl-Scalar-List-Utils-1.49-2.el8.x86 2.2 MB/s | 68 kB 00:00
#5 8.642 (82/191): perl-Socket-2.027-3.el8.x86_64.rpm 2.0 MB/s | 59 kB 00:00
#5 8.645 (83/191): perl-Storable-3.11-3.el8.x86_64.rpm 3.2 MB/s | 98 kB 00:00
#5 8.669 (84/191): perl-Term-ANSIColor-4.06-396.el8.noar 1.5 MB/s | 46 kB 00:00
#5 8.672 (85/191): perl-Term-Cap-1.17-395.el8.noarch.rpm 771 kB/s | 23 kB 00:00
#5 8.675 (86/191): perl-Text-ParseWords-3.30-395.el8.noa 616 kB/s | 18 kB 00:00
#5 8.699 (87/191): perl-Text-Tabs+Wrap-2013.0523-395.el8 815 kB/s | 24 kB 00:00
#5 8.701 (88/191): perl-Time-Local-1.280-1.el8.noarch.rp 1.1 MB/s | 33 kB 00:00
#5 8.705 (89/191): perl-URI-1.73-3.el8.noarch.rpm 3.8 MB/s | 116 kB 00:00
#5 8.729 (90/191): perl-Unicode-Normalize-1.25-396.el8.x 2.7 MB/s | 82 kB 00:00
#5 8.732 (91/191): perl-constant-1.33-396.el8.noarch.rpm 839 kB/s | 25 kB 00:00
#5 8.760 (92/191): perl-libnet-3.11-3.el8.noarch.rpm 3.9 MB/s | 121 kB 00:00
#5 8.776 (93/191): perl-libs-5.26.3-422.el8.0.1.x86_64.r 35 MB/s | 1.6 MB 00:00
#5 8.798 (94/191): perl-interpreter-5.26.3-422.el8.0.1.x 68 MB/s | 6.3 MB 00:00
#5 8.801 (95/191): perl-macros-5.26.3-422.el8.0.1.x86_64 1.7 MB/s | 71 kB 00:00
#5 8.805 (96/191): perl-parent-0.237-1.el8.noarch.rpm 702 kB/s | 20 kB 00:00
#5 8.829 (97/191): perl-podlators-4.11-1.el8.noarch.rpm 3.8 MB/s | 118 kB 00:00
#5 8.832 (98/191): perl-threads-2.21-2.el8.x86_64.rpm 2.0 MB/s | 61 kB 00:00
#5 8.835 (99/191): perl-threads-shared-1.58-2.el8.x86_64 1.6 MB/s | 47 kB 00:00
#5 8.859 (100/191): pigz-2.4-4.el8.x86_64.rpm 2.6 MB/s | 79 kB 00:00
#5 8.862 (101/191): pkgconf-1.4.2-1.el8.x86_64.rpm 1.3 MB/s | 38 kB 00:00
#5 8.865 (102/191): pkgconf-m4-1.4.2-1.el8.noarch.rpm 575 kB/s | 17 kB 00:00
#5 8.890 (103/191): pkgconf-pkg-config-1.4.2-1.el8.x86_6 501 kB/s | 15 kB 00:00
#5 8.895 (104/191): procps-ng-3.3.15-14.el8.x86_64.rpm 9.8 MB/s | 329 kB 00:00
#5 8.901 (105/191): shared-mime-info-1.9-4.el8.x86_64.rp 9.1 MB/s | 328 kB 00:00
#5 8.927 (106/191): unzip-6.0-47.el8_10.x86_64.rpm 6.1 MB/s | 195 kB 00:00
#5 8.931 (107/191): which-2.21-20.el8.x86_64.rpm 1.6 MB/s | 49 kB 00:00
#5 8.939 (108/191): systemd-udev-239-82.el8_10.1.x86_64. 33 MB/s | 1.6 MB 00:00
#5 8.958 (109/191): abattis-cantarell-fonts-0.0.25-6.el8 4.9 MB/s | 154 kB 00:00
#5 8.966 (110/191): adwaita-cursor-theme-3.28.0-3.el8.no 18 MB/s | 646 kB 00:00
#5 8.992 (111/191): alsa-lib-1.2.10-2.el8.x86_64.rpm 15 MB/s | 500 kB 00:00
#5 8.997 (112/191): at-spi2-atk-2.26.2-1.el8.x86_64.rpm 3.0 MB/s | 89 kB 00:00
#5 9.024 (113/191): at-spi2-core-2.28.0-1.el8.x86_64.rpm 5.4 MB/s | 169 kB 00:00
#5 9.030 (114/191): atk-2.28.1-1.el8.x86_64.rpm 8.2 MB/s | 271 kB 00:00
#5 9.059 (115/191): autoconf-2.69-29.el8_10.1.noarch.rpm 20 MB/s | 710 kB 00:00
#5 9.089 (116/191): adwaita-icon-theme-3.28.0-3.el8.noar 77 MB/s | 11 MB 00:00
#5 9.096 (117/191): automake-1.16.1-8.el8.noarch.rpm 11 MB/s | 713 kB 00:00
#5 9.103 (118/191): cairo-1.15.12-6.el8.x86_64.rpm 16 MB/s | 718 kB 00:00
#5 9.119 (119/191): cairo-gobject-1.15.12-6.el8.x86_64.r 1.1 MB/s | 32 kB 00:00
#5 9.128 (120/191): colord-libs-1.4.2-1.el8.x86_64.rpm 7.4 MB/s | 236 kB 00:00
#5 9.133 (121/191): copy-jdk-configs-4.0-2.el8.noarch.rp 1.0 MB/s | 29 kB 00:00
#5 9.158 (122/191): dconf-0.28.0-4.el8.x86_64.rpm 3.5 MB/s | 107 kB 00:00
#5 9.163 (123/191): fribidi-1.0.4-9.el8.x86_64.rpm 2.9 MB/s | 88 kB 00:00
#5 9.258 (124/191): cpp-8.5.0-22.el8_10.x86_64.rpm 75 MB/s | 10 MB 00:00
#5 9.290 (125/191): gdk-pixbuf2-modules-2.36.12-6.el8_10 3.4 MB/s | 108 kB 00:00
#5 9.321 (126/191): graphite2-1.3.10-10.el8.x86_64.rpm 3.9 MB/s | 121 kB 00:00
#5 9.353 (127/191): gcc-c++-8.5.0-22.el8_10.x86_64.rpm 65 MB/s | 12 MB 00:00
#5 9.356 (128/191): gtk-update-icon-cache-3.22.30-12.el8 894 kB/s | 31 kB 00:00
#5 9.390 (129/191): harfbuzz-1.7.5-4.el8.x86_64.rpm 8.7 MB/s | 295 kB 00:00
#5 9.457 (130/191): gcc-8.5.0-22.el8_10.x86_64.rpm 79 MB/s | 23 MB 00:00
#5 9.460 (131/191): hicolor-icon-theme-0.17-2.el8.noarch 686 kB/s | 48 kB 00:00
#5 9.475 (132/191): gtk3-3.22.30-12.el8_10.x86_64.rpm 37 MB/s | 4.5 MB 00:00
#5 9.493 (133/191): isl-0.16.1-6.el8.x86_64.rpm 23 MB/s | 841 kB 00:00
#5 9.497 (134/191): jasper-libs-2.0.14-6.el8_10.x86_64.r 4.5 MB/s | 166 kB 00:00
#5 9.509 (135/191): java-11-openjdk-11.0.25.0.9-2.el8.x8 14 MB/s | 476 kB 00:00
#5 9.539 (136/191): javapackages-filesystem-5.3.0-2.modu 1.0 MB/s | 30 kB 00:00
#5 9.569 (137/191): jbigkit-libs-2.1-14.el8.x86_64.rpm 1.8 MB/s | 54 kB 00:00
#5 9.601 (138/191): lcms2-2.9-2.el8.x86_64.rpm 5.1 MB/s | 164 kB 00:00
#5 9.622 (139/191): java-11-openjdk-devel-11.0.25.0.9-2. 26 MB/s | 3.4 MB 00:00
#5 9.635 (140/191): libX11-1.6.8-9.el8_10.x86_64.rpm 18 MB/s | 611 kB 00:00
#5 9.653 (141/191): libX11-common-1.6.8-9.el8_10.noarch. 5.0 MB/s | 157 kB 00:00
#5 9.664 (142/191): libXau-1.0.9-3.el8.x86_64.rpm 1.3 MB/s | 37 kB 00:00
#5 9.682 (143/191): libXcomposite-0.4.4-14.el8.x86_64.rp 985 kB/s | 28 kB 00:00
#5 9.694 (144/191): libXcursor-1.1.15-3.el8.x86_64.rpm 1.2 MB/s | 36 kB 00:00
#5 9.711 (145/191): libXdamage-1.1.4-14.el8.x86_64.rpm 909 kB/s | 26 kB 00:00
#5 9.724 (146/191): libXext-1.3.4-1.el8.x86_64.rpm 1.5 MB/s | 45 kB 00:00
#5 9.741 (147/191): libXfixes-5.0.3-7.el8.x86_64.rpm 845 kB/s | 25 kB 00:00
#5 9.754 (148/191): libXft-2.3.3-1.el8.x86_64.rpm 2.2 MB/s | 66 kB 00:00
#5 9.771 (149/191): libXi-1.7.10-1.el8.x86_64.rpm 1.6 MB/s | 48 kB 00:00
#5 9.785 (150/191): libXinerama-1.1.4-1.el8.x86_64.rpm 516 kB/s | 15 kB 00:00
#5 9.801 (151/191): libXrandr-1.5.2-1.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00
#5 9.815 (152/191): libXrender-0.9.10-7.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00
#5 9.831 (153/191): libXtst-1.2.3-7.el8.x86_64.rpm 726 kB/s | 21 kB 00:00
#5 9.845 (154/191): libdatrie-0.2.9-7.el8.x86_64.rpm 1.1 MB/s | 33 kB 00:00
#5 9.863 (155/191): libepoxy-1.5.8-1.el8.x86_64.rpm 7.1 MB/s | 224 kB 00:00
#5 9.874 (156/191): libfontenc-1.1.3-8.el8.x86_64.rpm 1.2 MB/s | 37 kB 00:00
#5 9.894 (157/191): libjpeg-turbo-1.5.3-12.el8.x86_64.rp 5.0 MB/s | 156 kB 00:00
#5 10.01 (158/191): java-11-openjdk-headless-11.0.25.0.9 81 MB/s | 42 MB 00:00
#5 10.02 (159/191): libmpc-1.1.0-9.1.el8.x86_64.rpm 423 kB/s | 60 kB 00:00
#5 10.03 (160/191): libstdc++-devel-8.5.0-22.el8_10.i686 15 MB/s | 2.1 MB 00:00
#5 10.05 (161/191): libthai-0.1.27-2.el8.x86_64.rpm 6.0 MB/s | 203 kB 00:00
#5 10.06 (162/191): libstdc++-devel-8.5.0-22.el8_10.x86_ 42 MB/s | 2.1 MB 00:00
#5 10.07 (163/191): libtiff-4.0.9-33.el8_10.x86_64.rpm 5.3 MB/s | 189 kB 00:00
#5 10.09 (164/191): libtool-2.4.6-25.el8.x86_64.rpm 20 MB/s | 708 kB 00:00
#5 10.09 (165/191): libwayland-client-1.21.0-1.el8.x86_6 1.3 MB/s | 40 kB 00:00
#5 10.10 (166/191): libwayland-cursor-1.21.0-1.el8.x86_6 860 kB/s | 25 kB 00:00
#5 10.12 (167/191): libwayland-egl-1.21.0-1.el8.x86_64.r 624 kB/s | 18 kB 00:00
#5 10.12 (168/191): libxcb-1.13.1-1.el8.x86_64.rpm 7.3 MB/s | 231 kB 00:00
#5 10.13 (169/191): libxkbcommon-0.9.1-1.el8.x86_64.rpm 3.7 MB/s | 116 kB 00:00
#5 10.15 (170/191): lua-5.3.4-12.el8.x86_64.rpm 6.1 MB/s | 191 kB 00:00
#5 10.16 (171/191): nspr-4.35.0-1.el8_8.x86_64.rpm 4.5 MB/s | 142 kB 00:00
#5 10.16 (172/191): nss-3.101.0-11.el8_8.x86_64.rpm 21 MB/s | 764 kB 00:00
#5 10.18 (173/191): nss-softokn-3.101.0-11.el8_8.x86_64. 15 MB/s | 531 kB 00:00
#5 10.19 (174/191): nss-softokn-freebl-3.101.0-11.el8_8. 12 MB/s | 391 kB 00:00
#5 10.19 (175/191): nss-sysinit-3.101.0-11.el8_8.x86_64. 2.5 MB/s | 76 kB 00:00
#5 10.21 (176/191): nss-util-3.101.0-11.el8_8.x86_64.rpm 4.5 MB/s | 142 kB 00:00
#5 10.22 (177/191): pango-1.42.4-8.el8.x86_64.rpm 9.2 MB/s | 296 kB 00:00
#5 10.23 (178/191): perl-IO-Socket-SSL-2.066-4.module_el 9.2 MB/s | 297 kB 00:00
#5 10.24 (179/191): perl-Mozilla-CA-20160104-7.module_el 490 kB/s | 14 kB 00:00
#5 10.25 (180/191): perl-Net-SSLeay-1.88-2.module_el8.6. 11 MB/s | 378 kB 00:00
#5 10.26 (181/191): perl-Thread-Queue-3.13-1.el8.noarch. 801 kB/s | 24 kB 00:00
#5 10.27 (182/191): pixman-0.38.4-4.el8.x86_64.rpm 7.9 MB/s | 257 kB 00:00
#5 10.28 (183/191): rest-0.8.1-2.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00
#5 10.29 (184/191): ttmkfdir-3.0.9-54.el8.x86_64.rpm 2.0 MB/s | 62 kB 00:00
#5 10.31 (185/191): tzdata-java-2025a-1.el8.noarch.rpm 5.9 MB/s | 185 kB 00:00
#5 10.32 (186/191): xorg-x11-font-utils-7.5-41.el8.x86_6 3.4 MB/s | 102 kB 00:00
#5 10.32 (187/191): xkeyboard-config-2.28-1.el8.noarch.r 20 MB/s | 782 kB 00:00
#5 10.34 (188/191): xorg-x11-fonts-Type1-7.5-19.el8.noar 16 MB/s | 522 kB 00:00
#5 10.36 (189/191): glibc-2.28-251.el8_10.11.x86_64.rpm 50 MB/s | 2.2 MB 00:00
#5 10.37 (190/191): glibc-common-2.28-251.el8_10.11.x86_ 22 MB/s | 1.0 MB 00:00
#5 10.37 (191/191): glibc-minimal-langpack-2.28-251.el8_ 2.0 MB/s | 69 kB 00:00
#5 10.37 --------------------------------------------------------------------------------
#5 10.37 Total 57 MB/s | 178 MB 00:03
#5 13.17 Running transaction check
#5 13.38 Transaction check succeeded.
#5 13.38 Running transaction test
#5 14.13 Transaction test succeeded.
#5 14.13 Running transaction
#5 15.43 Running scriptlet: copy-jdk-configs-4.0-2.el8.noarch 1/1
#5 15.44 Running scriptlet: java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86_64 1/1
#5 15.51 Preparing : 1/1
#5 15.54 Installing : fontpackages-filesystem-1.44-22.el8.noarch 1/194
#5 15.79 Installing : kernel-headers-4.18.0-553.37.1.el8_10.x86_64 2/194
#5 15.91 Installing : grub2-common-1:2.02-160.el8_10.alma.1.noarch 3/194
#5 15.92 Installing : dejavu-fonts-common-2.35-7.el8.noarch 4/194
#5 15.97 Installing : dejavu-sans-mono-fonts-2.35-7.el8.noarch 5/194
#5 15.99 Installing : abattis-cantarell-fonts-0.0.25-6.el8.noarch 6/194
#5 16.06 Installing : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 7/194
#5 16.21 Installing : glibc-langpack-en-2.28-251.el8_10.11.x86_64 8/194
#5 16.37 Upgrading : glibc-common-2.28-251.el8_10.11.x86_64 9/194
#5 16.39 Running scriptlet: glibc-2.28-251.el8_10.11.x86_64 10/194
#5 16.57 Upgrading : glibc-2.28-251.el8_10.11.x86_64 10/194
#5 16.58 Running scriptlet: glibc-2.28-251.el8_10.11.x86_64 10/194
#5 16.82 Installing : glibc-gconv-extra-2.28-251.el8_10.11.x86_64 11/194
#5 16.84 Running scriptlet: glibc-gconv-extra-2.28-251.el8_10.11.x86_64 11/194
#5 16.86 Installing : libpng-2:1.6.34-5.el8.x86_64 12/194
#5 16.89 Installing : freetype-2.9.1-9.el8.x86_64 13/194
#5 17.05 Installing : fontconfig-2.13.1-4.el8.x86_64 14/194
#5 17.16 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 14/194
#5 18.20 Installing : nspr-4.35.0-1.el8_8.x86_64 15/194
#5 18.21 Running scriptlet: nspr-4.35.0-1.el8_8.x86_64 15/194
#5 18.23 Installing : nss-util-3.101.0-11.el8_8.x86_64 16/194
#5 18.25 Running scriptlet: glibc-headers-2.28-251.el8_10.11.i686 17/194
#5 18.34 Installing : glibc-headers-2.28-251.el8_10.11.i686 17/194
#5 18.37 Installing : kmod-25-20.el8.x86_64 18/194
#5 18.39 Installing : libgomp-8.5.0-22.el8_10.x86_64 19/194
#5 18.40 Running scriptlet: libgomp-8.5.0-22.el8_10.x86_64 19/194
#5 18.44 Installing : libjpeg-turbo-1.5.3-12.el8.x86_64 20/194
#5 18.45 Installing : libmpc-1.1.0-9.1.el8.x86_64 21/194
#5 18.47 Installing : libcroco-0.6.12-4.el8_2.1.x86_64 22/194
#5 18.48 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 22/194
#5 18.52 Installing : atk-2.28.1-1.el8.x86_64 23/194
#5 18.54 Installing : libwayland-client-1.21.0-1.el8.x86_64 24/194
#5 18.57 Installing : pixman-0.38.4-4.el8.x86_64 25/194
#5 18.58 Installing : libwayland-cursor-1.21.0-1.el8.x86_64 26/194
#5 18.62 Installing : gettext-libs-0.19.8.1-17.el8.x86_64 27/194
#5 18.71 Installing : gettext-0.19.8.1-17.el8.x86_64 28/194
#5 18.73 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 28/194
#5 18.76 Installing : grub2-tools-minimal-1:2.02-160.el8_10.alma.1.x86 29/194
#5 19.51 Installing : cpp-8.5.0-22.el8_10.x86_64 30/194
#5 19.52 Running scriptlet: cpp-8.5.0-22.el8_10.x86_64 30/194
#5 19.55 Installing : jasper-libs-2.0.14-6.el8_10.x86_64 31/194
#5 19.58 Installing : nss-softokn-freebl-3.101.0-11.el8_8.x86_64 32/194
#5 19.64 Installing : nss-softokn-3.101.0-11.el8_8.x86_64 33/194
#5 19.66 Installing : ttmkfdir-3.0.9-54.el8.x86_64 34/194
#5 19.67 Installing : avahi-libs-0.7-27.el8_10.1.x86_64 35/194
#5 19.71 Installing : cups-libs-1:2.2.6-62.el8_10.x86_64 36/194
#5 19.74 Installing : cpio-2.12-11.el8.x86_64 37/194
#5 19.76 Installing : file-5.33-26.el8.x86_64 38/194
#5 19.77 Running scriptlet: glibc-headers-2.28-251.el8_10.11.x86_64 39/194
#5 19.81 Installing : glibc-headers-2.28-251.el8_10.11.x86_64 39/194
#5 19.93 Installing : groff-base-1.22.3-18.el8.x86_64 40/194
#5 19.95 Installing : hardlink-1:1.3-6.el8.x86_64 41/194
#5 19.97 Installing : json-glib-1.4.4-1.el8.x86_64 42/194
#5 19.99 Installing : kpartx-0.8.4-41.el8.x86_64 43/194
#5 20.01 Installing : libgusb-0.3.0-1.el8.x86_64 44/194
#5 20.02 Installing : libkcapi-1.4.0-2.el8.x86_64 45/194
#5 20.04 Installing : libkcapi-hmaccalc-1.4.0-2.el8.x86_64 46/194
#5 20.05 Installing : libmodman-2.0.1-17.el8.x86_64 47/194
#5 20.06 Running scriptlet: libmodman-2.0.1-17.el8.x86_64 47/194
#5 20.09 Installing : libproxy-0.4.15-5.5.el8_10.x86_64 48/194
#5 20.10 Running scriptlet: libproxy-0.4.15-5.5.el8_10.x86_64 48/194
#5 20.13 Installing : glib-networking-2.56.1-1.1.el8.x86_64 49/194
#5 20.17 Installing : libsoup-2.62.3-7.el8_10.x86_64 50/194
#5 20.19 Installing : rest-0.8.1-2.el8.x86_64 51/194
#5 20.20 Running scriptlet: rest-0.8.1-2.el8.x86_64 51/194
#5 20.22 Installing : libpkgconf-1.4.2-1.el8.x86_64 52/194
#5 20.23 Installing : pkgconf-1.4.2-1.el8.x86_64 53/194
#5 20.25 Installing : lksctp-tools-1.0.18-3.el8.x86_64 54/194
#5 20.27 Running scriptlet: lksctp-tools-1.0.18-3.el8.x86_64 54/194
#5 20.30 Installing : m4-1.4.18-7.el8.x86_64 55/194
#5 20.30 Running scriptlet: m4-1.4.18-7.el8.x86_64 55/194
#5 20.32 Installing : memstrack-0.2.5-2.el8.x86_64 56/194
#5 20.35 Installing : ncurses-6.1-10.20180224.el8.x86_64 57/194
#5 20.42 Installing : openssl-1:1.1.1k-12.el8_9.x86_64 58/194
#5 20.44 Installing : perl-Digest-1.17-395.el8.noarch 59/194
#5 20.45 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 60/194
#5 20.47 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 61/194
#5 20.49 Installing : perl-libnet-3.11-3.el8.noarch 62/194
#5 20.52 Installing : perl-URI-1.73-3.el8.noarch 63/194
#5 20.54 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 64/194
#5 20.55 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 65/194
#5 20.56 Installing : perl-Time-Local-1:1.280-1.el8.noarch 66/194
#5 20.58 Installing : perl-Mozilla-CA-20160104-7.module_el8.5.0+2812+e 67/194
#5 20.61 Installing : perl-IO-Socket-SSL-2.066-4.module_el8.6.0+2811+f 68/194
#5 20.66 Installing : perl-Net-SSLeay-1.88-2.module_el8.6.0+2811+fe6c8 69/194
#5 20.68 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 70/194
#5 20.69 Installing : perl-Term-Cap-1.17-395.el8.noarch 71/194
#5 20.70 Installing : perl-File-Temp-0.230.600-1.el8.noarch 72/194
#5 20.73 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 73/194
#5 20.75 Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 74/194
#5 20.77 Installing : perl-podlators-4.11-1.el8.noarch 75/194
#5 20.79 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 76/194
#5 20.80 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 77/194
#5 20.82 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 78/194
#5 20.83 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 79/194
#5 20.85 Installing : perl-Storable-1:3.11-3.el8.x86_64 80/194
#5 20.86 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 81/194
#5 20.88 Installing : perl-Errno-1.28-422.el8.0.1.x86_64 82/194
#5 20.89 Installing : perl-Socket-4:2.027-3.el8.x86_64 83/194
#5 21.06 Installing : perl-Encode-4:2.97-3.el8.x86_64 84/194
#5 21.08 Installing : perl-Carp-1.42-396.el8.noarch 85/194
#5 21.09 Installing : perl-Exporter-5.72-396.el8.noarch 86/194
#5 21.28 Installing : perl-libs-4:5.26.3-422.el8.0.1.x86_64 87/194
#5 21.31 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 88/194
#5 21.32 Installing : perl-parent-1:0.237-1.el8.noarch 89/194
#5 21.33 Installing : perl-macros-4:5.26.3-422.el8.0.1.x86_64 90/194
#5 21.34 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 91/194
#5 21.36 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 92/194
#5 21.37 Installing : perl-File-Path-2.15-2.el8.noarch 93/194
#5 21.39 Installing : perl-IO-1.38-422.el8.0.1.x86_64 94/194
#5 21.41 Installing : perl-PathTools-3.74-1.el8.x86_64 95/194
#5 21.43 Installing : perl-constant-1.33-396.el8.noarch 96/194
#5 21.44 Installing : perl-threads-1:2.21-2.el8.x86_64 97/194
#5 21.46 Installing : perl-threads-shared-1.58-2.el8.x86_64 98/194
#5 21.93 Installing : perl-interpreter-4:5.26.3-422.el8.0.1.x86_64 99/194
#5 21.96 Installing : perl-Thread-Queue-3.13-1.el8.noarch 100/194
#5 21.98 Installing : pigz-2.4-4.el8.x86_64 101/194
#5 22.02 Installing : procps-ng-3.3.15-14.el8.x86_64 102/194
#5 22.06 Installing : shared-mime-info-1.9-4.el8.x86_64 103/194
#5 22.08 Running scriptlet: shared-mime-info-1.9-4.el8.x86_64 103/194
#5 22.13 Installing : gdk-pixbuf2-2.36.12-6.el8_10.x86_64 104/194
#5 22.14 Running scriptlet: gdk-pixbuf2-2.36.12-6.el8_10.x86_64 104/194
#5 22.17 Installing : gtk-update-icon-cache-3.22.30-12.el8_10.x86_64 105/194
#5 22.18 Installing : which-2.21-20.el8.x86_64 106/194
#5 22.24 Installing : alsa-lib-1.2.10-2.el8.x86_64 107/194
#5 22.25 Running scriptlet: alsa-lib-1.2.10-2.el8.x86_64 107/194
#5 22.28 Installing : dconf-0.28.0-4.el8.x86_64 108/194
#5 22.30 Installing : fribidi-1.0.4-9.el8.x86_64 109/194
#5 22.32 Installing : graphite2-1.3.10-10.el8.x86_64 110/194
#5 22.36 Installing : harfbuzz-1.7.5-4.el8.x86_64 111/194
#5 22.37 Running scriptlet: harfbuzz-1.7.5-4.el8.x86_64 111/194
#5 22.46 Installing : isl-0.16.1-6.el8.x86_64 112/194
#5 22.47 Running scriptlet: isl-0.16.1-6.el8.x86_64 112/194
#5 22.49 Installing : jbigkit-libs-2.1-14.el8.x86_64 113/194
#5 22.50 Running scriptlet: jbigkit-libs-2.1-14.el8.x86_64 113/194
#5 22.53 Installing : libtiff-4.0.9-33.el8_10.x86_64 114/194
#5 22.56 Installing : gdk-pixbuf2-modules-2.36.12-6.el8_10.x86_64 115/194
#5 22.58 Installing : lcms2-2.9-2.el8.x86_64 116/194
#5 22.59 Running scriptlet: lcms2-2.9-2.el8.x86_64 116/194
#5 22.63 Installing : colord-libs-1.4.2-1.el8.x86_64 117/194
#5 22.65 Installing : libXau-1.0.9-3.el8.x86_64 118/194
#5 22.69 Installing : libxcb-1.13.1-1.el8.x86_64 119/194
#5 22.71 Installing : libdatrie-0.2.9-7.el8.x86_64 120/194
#5 22.72 Running scriptlet: libdatrie-0.2.9-7.el8.x86_64 120/194
#5 22.76 Installing : libthai-0.1.27-2.el8.x86_64 121/194
#5 22.77 Running scriptlet: libthai-0.1.27-2.el8.x86_64 121/194
#5 22.81 Installing : libepoxy-1.5.8-1.el8.x86_64 122/194
#5 22.82 Installing : libfontenc-1.1.3-8.el8.x86_64 123/194
#5 22.83 Installing : libwayland-egl-1.21.0-1.el8.x86_64 124/194
#5 22.86 Installing : lua-5.3.4-12.el8.x86_64 125/194
#5 22.87 Installing : copy-jdk-configs-4.0-2.el8.noarch 126/194
#5 22.99 Installing : xkeyboard-config-2.28-1.el8.noarch 127/194
#5 23.01 Installing : libxkbcommon-0.9.1-1.el8.x86_64 128/194
#5 23.08 Installing : tzdata-java-2025a-1.el8.noarch 129/194
#5 23.14 Installing : libX11-common-1.6.8-9.el8_10.noarch 130/194
#5 23.19 Installing : libX11-1.6.8-9.el8_10.x86_64 131/194
#5 23.21 Installing : libXext-1.3.4-1.el8.x86_64 132/194
#5 23.22 Installing : libXrender-0.9.10-7.el8.x86_64 133/194
#5 23.28 Installing : cairo-1.15.12-6.el8.x86_64 134/194
#5 23.30 Installing : libXi-1.7.10-1.el8.x86_64 135/194
#5 23.31 Installing : libXfixes-5.0.3-7.el8.x86_64 136/194
#5 23.32 Installing : libXtst-1.2.3-7.el8.x86_64 137/194
#5 23.34 Installing : libXcomposite-0.4.4-14.el8.x86_64 138/194
#5 23.36 Installing : at-spi2-core-2.28.0-1.el8.x86_64 139/194
#5 23.37 Running scriptlet: at-spi2-core-2.28.0-1.el8.x86_64 139/194
#5 23.40 Installing : at-spi2-atk-2.26.2-1.el8.x86_64 140/194
#5 23.42 Running scriptlet: at-spi2-atk-2.26.2-1.el8.x86_64 140/194
#5 23.44 Installing : libXcursor-1.1.15-3.el8.x86_64 141/194
#5 23.46 Installing : libXdamage-1.1.4-14.el8.x86_64 142/194
#5 23.47 Installing : cairo-gobject-1.15.12-6.el8.x86_64 143/194
#5 23.48 Installing : libXft-2.3.3-1.el8.x86_64 144/194
#5 23.52 Installing : pango-1.42.4-8.el8.x86_64 145/194
#5 23.53 Running scriptlet: pango-1.42.4-8.el8.x86_64 145/194
#5 23.56 Installing : libXrandr-1.5.2-1.el8.x86_64 146/194
#5 23.57 Installing : libXinerama-1.1.4-1.el8.x86_64 147/194
#5 23.58 Installing : javapackages-filesystem-5.3.0-2.module_el8.0.0+6 148/194
#5 23.63 Installing : hicolor-icon-theme-0.17-2.el8.noarch 149/194
#5 23.76 Installing : adwaita-cursor-theme-3.28.0-3.el8.noarch 150/194
#5 25.04 Installing : adwaita-icon-theme-3.28.0-3.el8.noarch 151/194
#5 25.42 Installing : gtk3-3.22.30-12.el8_10.x86_64 152/194
#5 25.43 Installing : pkgconf-m4-1.4.2-1.el8.noarch 153/194
#5 25.45 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 154/194
#5 25.46 Installing : libxcrypt-devel-4.1.1-6.el8.x86_64 155/194
#5 25.47 Installing : glibc-devel-2.28-251.el8_10.11.x86_64 156/194
#5 25.49 Running scriptlet: glibc-devel-2.28-251.el8_10.11.x86_64 156/194
#5 25.51 Installing : xorg-x11-font-utils-1:7.5-41.el8.x86_64 157/194
#5 25.56 Installing : xorg-x11-fonts-Type1-7.5-19.el8.noarch 158/194
#5 25.57 Running scriptlet: xorg-x11-fonts-Type1-7.5-19.el8.noarch 158/194
#5 25.81 Installing : kbd-misc-2.0.4-11.el8.noarch 159/194
#5 25.88 Installing : kbd-legacy-2.0.4-11.el8.noarch 160/194
#5 25.94 Installing : kbd-2.0.4-11.el8.x86_64 161/194
#5 26.12 Installing : systemd-udev-239-82.el8_10.1.x86_64 162/194
#5 26.13 Running scriptlet: systemd-udev-239-82.el8_10.1.x86_64 162/194
#5 26.41 Installing : dracut-049-233.git20240115.el8.x86_64 163/194
#5 26.44 Installing : os-prober-1.74-9.el8.x86_64 164/194
#5 26.45 Running scriptlet: grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 165/194
#5 26.62 Installing : grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 165/194
#5 26.64 Running scriptlet: grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 165/194
#5 26.65 Installing : grubby-8.40-49.el8.x86_64 166/194
#5 26.68 Installing : crypto-policies-scripts-20230731-1.git3177e06.el 167/194
#5 26.69 Installing : nss-sysinit-3.101.0-11.el8_8.x86_64 168/194
#5 26.76 Installing : nss-3.101.0-11.el8_8.x86_64 169/194
#5 30.12 Installing : java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 170/194
#5 30.14 Running scriptlet: java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 170/194
#5 30.58 Installing : java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 171/194
#5 30.59 Running scriptlet: java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 171/194
#5 30.60 Installing : emacs-filesystem-1:26.1-12.el8_10.noarch 172/194
#5 30.80 Installing : glibc-gconv-extra-2.28-251.el8_10.11.i686 173/194
#5 30.82 Running scriptlet: glibc-gconv-extra-2.28-251.el8_10.11.i686 173/194
#5 30.82 Running scriptlet: glibc-2.28-251.el8_10.11.i686 174/194
#5 30.96 Installing : glibc-2.28-251.el8_10.11.i686 174/194
#5 30.98 Running scriptlet: glibc-2.28-251.el8_10.11.i686 174/194
#5 31.01 Installing : libgcc-8.5.0-22.el8_10.i686 175/194
#5 31.02 Running scriptlet: libgcc-8.5.0-22.el8_10.i686 175/194
#5 31.09 Installing : autoconf-2.69-29.el8_10.1.noarch 176/194
#5 31.10 Running scriptlet: autoconf-2.69-29.el8_10.1.noarch 176/194
#5 31.17 Installing : automake-1.16.1-8.el8.noarch 177/194
#5 31.43 Installing : java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 178/194
#5 31.45 Running scriptlet: java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 178/194
#5 31.49 Installing : diffutils-3.6-6.el8.x86_64 179/194
#5 31.50 Running scriptlet: diffutils-3.6-6.el8.x86_64 179/194
#5 31.54 Installing : make-1:4.2.1-11.el8.x86_64 180/194
#5 31.55 Running scriptlet: make-1:4.2.1-11.el8.x86_64 180/194
#5 31.58 Installing : unzip-6.0-47.el8_10.x86_64 181/194
#5 31.59 Upgrading : glibc-minimal-langpack-2.28-251.el8_10.11.x86_64 182/194
#5 31.83 Installing : libstdc++-devel-8.5.0-22.el8_10.x86_64 183/194
#5 31.88 Installing : libstdc++-8.5.0-22.el8_10.i686 184/194
#5 31.90 Running scriptlet: libstdc++-8.5.0-22.el8_10.i686 184/194
#5 32.04 Installing : libstdc++-devel-8.5.0-22.el8_10.i686 185/194
#5 32.06 Installing : libxcrypt-4.1.1-6.el8.i686 186/194
#5 32.08 Installing : glibc-devel-2.28-251.el8_10.11.i686 187/194
#5 32.09 Running scriptlet: glibc-devel-2.28-251.el8_10.11.i686 187/194
#5 32.10 Installing : libxcrypt-devel-4.1.1-6.el8.i686 188/194
#5 33.32 Installing : gcc-8.5.0-22.el8_10.x86_64 189/194
#5 33.33 Running scriptlet: gcc-8.5.0-22.el8_10.x86_64 189/194
#5 34.14 Installing : gcc-c++-8.5.0-22.el8_10.x86_64 190/194
#5 34.21 Installing : libtool-2.4.6-25.el8.x86_64 191/194
#5 34.22 Running scriptlet: libtool-2.4.6-25.el8.x86_64 191/194
#5 34.23 Cleanup : glibc-2.28-251.el8_10.4.x86_64 192/194
#5 34.25 Cleanup : glibc-minimal-langpack-2.28-251.el8_10.4.x86_64 193/194
#5 34.26 Cleanup : glibc-common-2.28-251.el8_10.4.x86_64 194/194
#5 34.27 Running scriptlet: grub2-common-1:2.02-160.el8_10.alma.1.noarch 194/194
#5 34.28 Running scriptlet: dconf-0.28.0-4.el8.x86_64 194/194
#5 34.30 Running scriptlet: copy-jdk-configs-4.0-2.el8.noarch 194/194
#5 34.31 Running scriptlet: crypto-policies-scripts-20230731-1.git3177e06.el 194/194
#5 34.43 Running scriptlet: nss-3.101.0-11.el8_8.x86_64 194/194
#5 34.53 Running scriptlet: java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 194/194
#5 34.55 Running scriptlet: java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 194/194
#5 34.57 Running scriptlet: java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 194/194
#5 34.60 Running scriptlet: glibc-common-2.28-251.el8_10.4.x86_64 194/194
#5 34.79 Running scriptlet: glibc-common-2.28-251.el8_10.11.x86_64 194/194
#5 34.82 Running scriptlet: fontconfig-2.13.1-4.el8.x86_64 194/194
#5 34.85 Running scriptlet: shared-mime-info-1.9-4.el8.x86_64 194/194
#5 36.42 Running scriptlet: gdk-pixbuf2-2.36.12-6.el8_10.x86_64 194/194
#5 36.45 Running scriptlet: hicolor-icon-theme-0.17-2.el8.noarch 194/194
#5 36.47 Running scriptlet: adwaita-icon-theme-3.28.0-3.el8.noarch 194/194
#5 36.56 Running scriptlet: systemd-udev-239-82.el8_10.1.x86_64 194/194
#5 36.64 Verifying : avahi-libs-0.7-27.el8_10.1.x86_64 1/194
#5 36.64 Verifying : cpio-2.12-11.el8.x86_64 2/194
#5 36.64 Verifying : crypto-policies-scripts-20230731-1.git3177e06.el 3/194
#5 36.64 Verifying : cups-libs-1:2.2.6-62.el8_10.x86_64 4/194
#5 36.64 Verifying : dejavu-fonts-common-2.35-7.el8.noarch 5/194
#5 36.64 Verifying : dejavu-sans-mono-fonts-2.35-7.el8.noarch 6/194
#5 36.64 Verifying : diffutils-3.6-6.el8.x86_64 7/194
#5 36.64 Verifying : dracut-049-233.git20240115.el8.x86_64 8/194
#5 36.64 Verifying : emacs-filesystem-1:26.1-12.el8_10.noarch 9/194
#5 36.64 Verifying : file-5.33-26.el8.x86_64 10/194
#5 36.64 Verifying : fontconfig-2.13.1-4.el8.x86_64 11/194
#5 36.65 Verifying : fontpackages-filesystem-1.44-22.el8.noarch 12/194
#5 36.65 Verifying : freetype-2.9.1-9.el8.x86_64 13/194
#5 36.65 Verifying : gdk-pixbuf2-2.36.12-6.el8_10.x86_64 14/194
#5 36.65 Verifying : gettext-0.19.8.1-17.el8.x86_64 15/194
#5 36.65 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 16/194
#5 36.65 Verifying : glib-networking-2.56.1-1.1.el8.x86_64 17/194
#5 36.65 Verifying : glibc-2.28-251.el8_10.11.i686 18/194
#5 36.65 Verifying : glibc-devel-2.28-251.el8_10.11.i686 19/194
#5 36.65 Verifying : glibc-devel-2.28-251.el8_10.11.x86_64 20/194
#5 36.65 Verifying : glibc-gconv-extra-2.28-251.el8_10.11.i686 21/194
#5 36.65 Verifying : glibc-gconv-extra-2.28-251.el8_10.11.x86_64 22/194
#5 36.65 Verifying : glibc-headers-2.28-251.el8_10.11.i686 23/194
#5 36.65 Verifying : glibc-headers-2.28-251.el8_10.11.x86_64 24/194
#5 36.65 Verifying : glibc-langpack-en-2.28-251.el8_10.11.x86_64 25/194
#5 36.65 Verifying : groff-base-1.22.3-18.el8.x86_64 26/194
#5 36.65 Verifying : grub2-common-1:2.02-160.el8_10.alma.1.noarch 27/194
#5 36.65 Verifying : grub2-tools-1:2.02-160.el8_10.alma.1.x86_64 28/194
#5 36.65 Verifying : grub2-tools-minimal-1:2.02-160.el8_10.alma.1.x86 29/194
#5 36.65 Verifying : grubby-8.40-49.el8.x86_64 30/194
#5 36.65 Verifying : gsettings-desktop-schemas-3.32.0-6.el8.x86_64 31/194
#5 36.65 Verifying : hardlink-1:1.3-6.el8.x86_64 32/194
#5 36.65 Verifying : json-glib-1.4.4-1.el8.x86_64 33/194
#5 36.65 Verifying : kbd-2.0.4-11.el8.x86_64 34/194
#5 36.65 Verifying : kbd-legacy-2.0.4-11.el8.noarch 35/194
#5 36.65 Verifying : kbd-misc-2.0.4-11.el8.noarch 36/194
#5 36.65 Verifying : kernel-headers-4.18.0-553.37.1.el8_10.x86_64 37/194
#5 36.65 Verifying : kmod-25-20.el8.x86_64 38/194
#5 36.65 Verifying : kpartx-0.8.4-41.el8.x86_64 39/194
#5 36.65 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 40/194
#5 36.65 Verifying : libgcc-8.5.0-22.el8_10.i686 41/194
#5 36.65 Verifying : libgomp-8.5.0-22.el8_10.x86_64 42/194
#5 36.65 Verifying : libgusb-0.3.0-1.el8.x86_64 43/194
#5 36.65 Verifying : libkcapi-1.4.0-2.el8.x86_64 44/194
#5 36.65 Verifying : libkcapi-hmaccalc-1.4.0-2.el8.x86_64 45/194
#5 36.65 Verifying : libmodman-2.0.1-17.el8.x86_64 46/194
#5 36.65 Verifying : libpkgconf-1.4.2-1.el8.x86_64 47/194
#5 36.65 Verifying : libpng-2:1.6.34-5.el8.x86_64 48/194
#5 36.65 Verifying : libproxy-0.4.15-5.5.el8_10.x86_64 49/194
#5 36.65 Verifying : libsoup-2.62.3-7.el8_10.x86_64 50/194
#5 36.65 Verifying : libstdc++-8.5.0-22.el8_10.i686 51/194
#5 36.65 Verifying : libxcrypt-4.1.1-6.el8.i686 52/194
#5 36.65 Verifying : libxcrypt-devel-4.1.1-6.el8.i686 53/194
#5 36.65 Verifying : libxcrypt-devel-4.1.1-6.el8.x86_64 54/194
#5 36.65 Verifying : lksctp-tools-1.0.18-3.el8.x86_64 55/194
#5 36.65 Verifying : m4-1.4.18-7.el8.x86_64 56/194
#5 36.65 Verifying : make-1:4.2.1-11.el8.x86_64 57/194
#5 36.65 Verifying : memstrack-0.2.5-2.el8.x86_64 58/194
#5 36.65 Verifying : ncurses-6.1-10.20180224.el8.x86_64 59/194
#5 36.65 Verifying : openssl-1:1.1.1k-12.el8_9.x86_64 60/194
#5 36.65 Verifying : os-prober-1.74-9.el8.x86_64 61/194
#5 36.65 Verifying : perl-Carp-1.42-396.el8.noarch 62/194
#5 36.65 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 63/194
#5 36.65 Verifying : perl-Digest-1.17-395.el8.noarch 64/194
#5 36.65 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 65/194
#5 36.65 Verifying : perl-Encode-4:2.97-3.el8.x86_64 66/194
#5 36.65 Verifying : perl-Errno-1.28-422.el8.0.1.x86_64 67/194
#5 36.65 Verifying : perl-Exporter-5.72-396.el8.noarch 68/194
#5 36.65 Verifying : perl-File-Path-2.15-2.el8.noarch 69/194
#5 36.65 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 70/194
#5 36.65 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 71/194
#5 36.65 Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 72/194
#5 36.65 Verifying : perl-IO-1.38-422.el8.0.1.x86_64 73/194
#5 36.65 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 74/194
#5 36.65 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 75/194
#5 36.65 Verifying : perl-PathTools-3.74-1.el8.x86_64 76/194
#5 36.65 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 77/194
#5 36.65 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 78/194
#5 36.65 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 79/194
#5 36.65 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 80/194
#5 36.65 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 81/194
#5 36.65 Verifying : perl-Socket-4:2.027-3.el8.x86_64 82/194
#5 36.65 Verifying : perl-Storable-1:3.11-3.el8.x86_64 83/194
#5 36.65 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 84/194
#5 36.65 Verifying : perl-Term-Cap-1.17-395.el8.noarch 85/194
#5 36.65 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 86/194
#5 36.65 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 87/194
#5 36.65 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 88/194
#5 36.65 Verifying : perl-URI-1.73-3.el8.noarch 89/194
#5 36.65 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 90/194
#5 36.65 Verifying : perl-constant-1.33-396.el8.noarch 91/194
#5 36.65 Verifying : perl-interpreter-4:5.26.3-422.el8.0.1.x86_64 92/194
#5 36.65 Verifying : perl-libnet-3.11-3.el8.noarch 93/194
#5 36.65 Verifying : perl-libs-4:5.26.3-422.el8.0.1.x86_64 94/194
#5 36.65 Verifying : perl-macros-4:5.26.3-422.el8.0.1.x86_64 95/194
#5 36.65 Verifying : perl-parent-1:0.237-1.el8.noarch 96/194
#5 36.65 Verifying : perl-podlators-4.11-1.el8.noarch 97/194
#5 36.65 Verifying : perl-threads-1:2.21-2.el8.x86_64 98/194
#5 36.65 Verifying : perl-threads-shared-1.58-2.el8.x86_64 99/194
#5 36.65 Verifying : pigz-2.4-4.el8.x86_64 100/194
#5 36.65 Verifying : pkgconf-1.4.2-1.el8.x86_64 101/194
#5 36.65 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 102/194
#5 36.65 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 103/194
#5 36.65 Verifying : procps-ng-3.3.15-14.el8.x86_64 104/194
#5 36.65 Verifying : shared-mime-info-1.9-4.el8.x86_64 105/194
#5 36.65 Verifying : systemd-udev-239-82.el8_10.1.x86_64 106/194
#5 36.65 Verifying : unzip-6.0-47.el8_10.x86_64 107/194
#5 36.65 Verifying : which-2.21-20.el8.x86_64 108/194
#5 36.65 Verifying : abattis-cantarell-fonts-0.0.25-6.el8.noarch 109/194
#5 36.65 Verifying : adwaita-cursor-theme-3.28.0-3.el8.noarch 110/194
#5 36.65 Verifying : adwaita-icon-theme-3.28.0-3.el8.noarch 111/194
#5 36.65 Verifying : alsa-lib-1.2.10-2.el8.x86_64 112/194
#5 36.65 Verifying : at-spi2-atk-2.26.2-1.el8.x86_64 113/194
#5 36.65 Verifying : at-spi2-core-2.28.0-1.el8.x86_64 114/194
#5 36.65 Verifying : atk-2.28.1-1.el8.x86_64 115/194
#5 36.65 Verifying : autoconf-2.69-29.el8_10.1.noarch 116/194
#5 36.65 Verifying : automake-1.16.1-8.el8.noarch 117/194
#5 36.65 Verifying : cairo-1.15.12-6.el8.x86_64 118/194
#5 36.65 Verifying : cairo-gobject-1.15.12-6.el8.x86_64 119/194
#5 36.65 Verifying : colord-libs-1.4.2-1.el8.x86_64 120/194
#5 36.65 Verifying : copy-jdk-configs-4.0-2.el8.noarch 121/194
#5 36.65 Verifying : cpp-8.5.0-22.el8_10.x86_64 122/194
#5 36.65 Verifying : dconf-0.28.0-4.el8.x86_64 123/194
#5 36.65 Verifying : fribidi-1.0.4-9.el8.x86_64 124/194
#5 36.65 Verifying : gcc-8.5.0-22.el8_10.x86_64 125/194
#5 36.65 Verifying : gcc-c++-8.5.0-22.el8_10.x86_64 126/194
#5 36.65 Verifying : gdk-pixbuf2-modules-2.36.12-6.el8_10.x86_64 127/194
#5 36.65 Verifying : graphite2-1.3.10-10.el8.x86_64 128/194
#5 36.65 Verifying : gtk-update-icon-cache-3.22.30-12.el8_10.x86_64 129/194
#5 36.65 Verifying : gtk3-3.22.30-12.el8_10.x86_64 130/194
#5 36.65 Verifying : harfbuzz-1.7.5-4.el8.x86_64 131/194
#5 36.65 Verifying : hicolor-icon-theme-0.17-2.el8.noarch 132/194
#5 36.65 Verifying : isl-0.16.1-6.el8.x86_64 133/194
#5 36.65 Verifying : jasper-libs-2.0.14-6.el8_10.x86_64 134/194
#5 36.65 Verifying : java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64 135/194
#5 36.65 Verifying : java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64 136/194
#5 36.65 Verifying : java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86 137/194
#5 36.65 Verifying : javapackages-filesystem-5.3.0-2.module_el8.0.0+6 138/194
#5 36.65 Verifying : jbigkit-libs-2.1-14.el8.x86_64 139/194
#5 36.65 Verifying : lcms2-2.9-2.el8.x86_64 140/194
#5 36.65 Verifying : libX11-1.6.8-9.el8_10.x86_64 141/194
#5 36.65 Verifying : libX11-common-1.6.8-9.el8_10.noarch 142/194
#5 36.65 Verifying : libXau-1.0.9-3.el8.x86_64 143/194
#5 36.65 Verifying : libXcomposite-0.4.4-14.el8.x86_64 144/194
#5 36.65 Verifying : libXcursor-1.1.15-3.el8.x86_64 145/194
#5 36.65 Verifying : libXdamage-1.1.4-14.el8.x86_64 146/194
#5 36.65 Verifying : libXext-1.3.4-1.el8.x86_64 147/194
#5 36.66 Verifying : libXfixes-5.0.3-7.el8.x86_64 148/194
#5 36.66 Verifying : libXft-2.3.3-1.el8.x86_64 149/194
#5 36.66 Verifying : libXi-1.7.10-1.el8.x86_64 150/194
#5 36.66 Verifying : libXinerama-1.1.4-1.el8.x86_64 151/194
#5 36.66 Verifying : libXrandr-1.5.2-1.el8.x86_64 152/194
#5 36.66 Verifying : libXrender-0.9.10-7.el8.x86_64 153/194
#5 36.66 Verifying : libXtst-1.2.3-7.el8.x86_64 154/194
#5 36.66 Verifying : libdatrie-0.2.9-7.el8.x86_64 155/194
#5 36.66 Verifying : libepoxy-1.5.8-1.el8.x86_64 156/194
#5 36.66 Verifying : libfontenc-1.1.3-8.el8.x86_64 157/194
#5 36.66 Verifying : libjpeg-turbo-1.5.3-12.el8.x86_64 158/194
#5 36.66 Verifying : libmpc-1.1.0-9.1.el8.x86_64 159/194
#5 36.66 Verifying : libstdc++-devel-8.5.0-22.el8_10.i686 160/194
#5 36.66 Verifying : libstdc++-devel-8.5.0-22.el8_10.x86_64 161/194
#5 36.66 Verifying : libthai-0.1.27-2.el8.x86_64 162/194
#5 36.66 Verifying : libtiff-4.0.9-33.el8_10.x86_64 163/194
#5 36.66 Verifying : libtool-2.4.6-25.el8.x86_64 164/194
#5 36.66 Verifying : libwayland-client-1.21.0-1.el8.x86_64 165/194
#5 36.66 Verifying : libwayland-cursor-1.21.0-1.el8.x86_64 166/194
#5 36.66 Verifying : libwayland-egl-1.21.0-1.el8.x86_64 167/194
#5 36.66 Verifying : libxcb-1.13.1-1.el8.x86_64 168/194
#5 36.66 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 169/194
#5 36.66 Verifying : lua-5.3.4-12.el8.x86_64 170/194
#5 36.66 Verifying : nspr-4.35.0-1.el8_8.x86_64 171/194
#5 36.66 Verifying : nss-3.101.0-11.el8_8.x86_64 172/194
#5 36.66 Verifying : nss-softokn-3.101.0-11.el8_8.x86_64 173/194
#5 36.66 Verifying : nss-softokn-freebl-3.101.0-11.el8_8.x86_64 174/194
#5 36.66 Verifying : nss-sysinit-3.101.0-11.el8_8.x86_64 175/194
#5 36.66 Verifying : nss-util-3.101.0-11.el8_8.x86_64 176/194
#5 36.66 Verifying : pango-1.42.4-8.el8.x86_64 177/194
#5 36.66 Verifying : perl-IO-Socket-SSL-2.066-4.module_el8.6.0+2811+f 178/194
#5 36.66 Verifying : perl-Mozilla-CA-20160104-7.module_el8.5.0+2812+e 179/194
#5 36.66 Verifying : perl-Net-SSLeay-1.88-2.module_el8.6.0+2811+fe6c8 180/194
#5 36.66 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 181/194
#5 36.66 Verifying : pixman-0.38.4-4.el8.x86_64 182/194
#5 36.66 Verifying : rest-0.8.1-2.el8.x86_64 183/194
#5 36.66 Verifying : ttmkfdir-3.0.9-54.el8.x86_64 184/194
#5 36.66 Verifying : tzdata-java-2025a-1.el8.noarch 185/194
#5 36.66 Verifying : xkeyboard-config-2.28-1.el8.noarch 186/194
#5 36.66 Verifying : xorg-x11-font-utils-1:7.5-41.el8.x86_64 187/194
#5 36.66 Verifying : xorg-x11-fonts-Type1-7.5-19.el8.noarch 188/194
#5 36.66 Verifying : glibc-2.28-251.el8_10.11.x86_64 189/194
#5 36.66 Verifying : glibc-2.28-251.el8_10.4.x86_64 190/194
#5 36.66 Verifying : glibc-common-2.28-251.el8_10.11.x86_64 191/194
#5 36.66 Verifying : glibc-common-2.28-251.el8_10.4.x86_64 192/194
#5 36.66 Verifying : glibc-minimal-langpack-2.28-251.el8_10.11.x86_64 193/194
#5 36.66 Verifying : glibc-minimal-langpack-2.28-251.el8_10.4.x86_64 194/194
#5 36.81
#5 36.81 Upgraded:
#5 36.81 glibc-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-common-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-minimal-langpack-2.28-251.el8_10.11.x86_64
#5 36.81 Installed:
#5 36.81 abattis-cantarell-fonts-0.0.25-6.el8.noarch
#5 36.81 adwaita-cursor-theme-3.28.0-3.el8.noarch
#5 36.81 adwaita-icon-theme-3.28.0-3.el8.noarch
#5 36.81 alsa-lib-1.2.10-2.el8.x86_64
#5 36.81 at-spi2-atk-2.26.2-1.el8.x86_64
#5 36.81 at-spi2-core-2.28.0-1.el8.x86_64
#5 36.81 atk-2.28.1-1.el8.x86_64
#5 36.81 autoconf-2.69-29.el8_10.1.noarch
#5 36.81 automake-1.16.1-8.el8.noarch
#5 36.81 avahi-libs-0.7-27.el8_10.1.x86_64
#5 36.81 cairo-1.15.12-6.el8.x86_64
#5 36.81 cairo-gobject-1.15.12-6.el8.x86_64
#5 36.81 colord-libs-1.4.2-1.el8.x86_64
#5 36.81 copy-jdk-configs-4.0-2.el8.noarch
#5 36.81 cpio-2.12-11.el8.x86_64
#5 36.81 cpp-8.5.0-22.el8_10.x86_64
#5 36.81 crypto-policies-scripts-20230731-1.git3177e06.el8.noarch
#5 36.81 cups-libs-1:2.2.6-62.el8_10.x86_64
#5 36.81 dconf-0.28.0-4.el8.x86_64
#5 36.81 dejavu-fonts-common-2.35-7.el8.noarch
#5 36.81 dejavu-sans-mono-fonts-2.35-7.el8.noarch
#5 36.81 diffutils-3.6-6.el8.x86_64
#5 36.81 dracut-049-233.git20240115.el8.x86_64
#5 36.81 emacs-filesystem-1:26.1-12.el8_10.noarch
#5 36.81 file-5.33-26.el8.x86_64
#5 36.81 fontconfig-2.13.1-4.el8.x86_64
#5 36.81 fontpackages-filesystem-1.44-22.el8.noarch
#5 36.81 freetype-2.9.1-9.el8.x86_64
#5 36.81 fribidi-1.0.4-9.el8.x86_64
#5 36.81 gcc-8.5.0-22.el8_10.x86_64
#5 36.81 gcc-c++-8.5.0-22.el8_10.x86_64
#5 36.81 gdk-pixbuf2-2.36.12-6.el8_10.x86_64
#5 36.81 gdk-pixbuf2-modules-2.36.12-6.el8_10.x86_64
#5 36.81 gettext-0.19.8.1-17.el8.x86_64
#5 36.81 gettext-libs-0.19.8.1-17.el8.x86_64
#5 36.81 glib-networking-2.56.1-1.1.el8.x86_64
#5 36.81 glibc-2.28-251.el8_10.11.i686
#5 36.81 glibc-devel-2.28-251.el8_10.11.i686
#5 36.81 glibc-devel-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-gconv-extra-2.28-251.el8_10.11.i686
#5 36.81 glibc-gconv-extra-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-headers-2.28-251.el8_10.11.i686
#5 36.81 glibc-headers-2.28-251.el8_10.11.x86_64
#5 36.81 glibc-langpack-en-2.28-251.el8_10.11.x86_64
#5 36.81 graphite2-1.3.10-10.el8.x86_64
#5 36.81 groff-base-1.22.3-18.el8.x86_64
#5 36.81 grub2-common-1:2.02-160.el8_10.alma.1.noarch
#5 36.81 grub2-tools-1:2.02-160.el8_10.alma.1.x86_64
#5 36.81 grub2-tools-minimal-1:2.02-160.el8_10.alma.1.x86_64
#5 36.81 grubby-8.40-49.el8.x86_64
#5 36.81 gsettings-desktop-schemas-3.32.0-6.el8.x86_64
#5 36.81 gtk-update-icon-cache-3.22.30-12.el8_10.x86_64
#5 36.81 gtk3-3.22.30-12.el8_10.x86_64
#5 36.81 hardlink-1:1.3-6.el8.x86_64
#5 36.81 harfbuzz-1.7.5-4.el8.x86_64
#5 36.81 hicolor-icon-theme-0.17-2.el8.noarch
#5 36.81 isl-0.16.1-6.el8.x86_64
#5 36.81 jasper-libs-2.0.14-6.el8_10.x86_64
#5 36.81 java-11-openjdk-1:11.0.25.0.9-2.el8.x86_64
#5 36.81 java-11-openjdk-devel-1:11.0.25.0.9-2.el8.x86_64
#5 36.81 java-11-openjdk-headless-1:11.0.25.0.9-2.el8.x86_64
#5 36.81 javapackages-filesystem-5.3.0-2.module_el8.0.0+6004+2fc32706.noarch
#5 36.81 jbigkit-libs-2.1-14.el8.x86_64
#5 36.81 json-glib-1.4.4-1.el8.x86_64
#5 36.81 kbd-2.0.4-11.el8.x86_64
#5 36.81 kbd-legacy-2.0.4-11.el8.noarch
#5 36.81 kbd-misc-2.0.4-11.el8.noarch
#5 36.81 kernel-headers-4.18.0-553.37.1.el8_10.x86_64
#5 36.81 kmod-25-20.el8.x86_64
#5 36.81 kpartx-0.8.4-41.el8.x86_64
#5 36.81 lcms2-2.9-2.el8.x86_64
#5 36.81 libX11-1.6.8-9.el8_10.x86_64
#5 36.81 libX11-common-1.6.8-9.el8_10.noarch
#5 36.81 libXau-1.0.9-3.el8.x86_64
#5 36.81 libXcomposite-0.4.4-14.el8.x86_64
#5 36.81 libXcursor-1.1.15-3.el8.x86_64
#5 36.81 libXdamage-1.1.4-14.el8.x86_64
#5 36.81 libXext-1.3.4-1.el8.x86_64
#5 36.81 libXfixes-5.0.3-7.el8.x86_64
#5 36.81 libXft-2.3.3-1.el8.x86_64
#5 36.81 libXi-1.7.10-1.el8.x86_64
#5 36.81 libXinerama-1.1.4-1.el8.x86_64
#5 36.81 libXrandr-1.5.2-1.el8.x86_64
#5 36.81 libXrender-0.9.10-7.el8.x86_64
#5 36.81 libXtst-1.2.3-7.el8.x86_64
#5 36.81 libcroco-0.6.12-4.el8_2.1.x86_64
#5 36.81 libdatrie-0.2.9-7.el8.x86_64
#5 36.81 libepoxy-1.5.8-1.el8.x86_64
#5 36.81 libfontenc-1.1.3-8.el8.x86_64
#5 36.81 libgcc-8.5.0-22.el8_10.i686
#5 36.81 libgomp-8.5.0-22.el8_10.x86_64
#5 36.81 libgusb-0.3.0-1.el8.x86_64
#5 36.81 libjpeg-turbo-1.5.3-12.el8.x86_64
#5 36.81 libkcapi-1.4.0-2.el8.x86_64
#5 36.81 libkcapi-hmaccalc-1.4.0-2.el8.x86_64
#5 36.81 libmodman-2.0.1-17.el8.x86_64
#5 36.81 libmpc-1.1.0-9.1.el8.x86_64
#5 36.81 libpkgconf-1.4.2-1.el8.x86_64
#5 36.81 libpng-2:1.6.34-5.el8.x86_64
#5 36.81 libproxy-0.4.15-5.5.el8_10.x86_64
#5 36.81 libsoup-2.62.3-7.el8_10.x86_64
#5 36.81 libstdc++-8.5.0-22.el8_10.i686
#5 36.81 libstdc++-devel-8.5.0-22.el8_10.i686
#5 36.81 libstdc++-devel-8.5.0-22.el8_10.x86_64
#5 36.81 libthai-0.1.27-2.el8.x86_64
#5 36.81 libtiff-4.0.9-33.el8_10.x86_64
#5 36.81 libtool-2.4.6-25.el8.x86_64
#5 36.81 libwayland-client-1.21.0-1.el8.x86_64
#5 36.81 libwayland-cursor-1.21.0-1.el8.x86_64
#5 36.81 libwayland-egl-1.21.0-1.el8.x86_64
#5 36.81 libxcb-1.13.1-1.el8.x86_64
#5 36.81 libxcrypt-4.1.1-6.el8.i686
#5 36.81 libxcrypt-devel-4.1.1-6.el8.i686
#5 36.81 libxcrypt-devel-4.1.1-6.el8.x86_64
#5 36.81 libxkbcommon-0.9.1-1.el8.x86_64
#5 36.81 lksctp-tools-1.0.18-3.el8.x86_64
#5 36.81 lua-5.3.4-12.el8.x86_64
#5 36.81 m4-1.4.18-7.el8.x86_64
#5 36.81 make-1:4.2.1-11.el8.x86_64
#5 36.81 memstrack-0.2.5-2.el8.x86_64
#5 36.81 ncurses-6.1-10.20180224.el8.x86_64
#5 36.81 nspr-4.35.0-1.el8_8.x86_64
#5 36.81 nss-3.101.0-11.el8_8.x86_64
#5 36.81 nss-softokn-3.101.0-11.el8_8.x86_64
#5 36.81 nss-softokn-freebl-3.101.0-11.el8_8.x86_64
#5 36.81 nss-sysinit-3.101.0-11.el8_8.x86_64
#5 36.81 nss-util-3.101.0-11.el8_8.x86_64
#5 36.81 openssl-1:1.1.1k-12.el8_9.x86_64
#5 36.81 os-prober-1.74-9.el8.x86_64
#5 36.81 pango-1.42.4-8.el8.x86_64
#5 36.81 perl-Carp-1.42-396.el8.noarch
#5 36.81 perl-Data-Dumper-2.167-399.el8.x86_64
#5 36.81 perl-Digest-1.17-395.el8.noarch
#5 36.81 perl-Digest-MD5-2.55-396.el8.x86_64
#5 36.81 perl-Encode-4:2.97-3.el8.x86_64
#5 36.81 perl-Errno-1.28-422.el8.0.1.x86_64
#5 36.81 perl-Exporter-5.72-396.el8.noarch
#5 36.81 perl-File-Path-2.15-2.el8.noarch
#5 36.81 perl-File-Temp-0.230.600-1.el8.noarch
#5 36.81 perl-Getopt-Long-1:2.50-4.el8.noarch
#5 36.81 perl-HTTP-Tiny-0.074-3.el8.noarch
#5 36.81 perl-IO-1.38-422.el8.0.1.x86_64
#5 36.81 perl-IO-Socket-IP-0.39-5.el8.noarch
#5 36.81 perl-IO-Socket-SSL-2.066-4.module_el8.6.0+2811+fe6c84b0.noarch
#5 36.81 perl-MIME-Base64-3.15-396.el8.x86_64
#5 36.81 perl-Mozilla-CA-20160104-7.module_el8.5.0+2812+ed912d05.noarch
#5 36.81 perl-Net-SSLeay-1.88-2.module_el8.6.0+2811+fe6c84b0.x86_64
#5 36.81 perl-PathTools-3.74-1.el8.x86_64
#5 36.81 perl-Pod-Escapes-1:1.07-395.el8.noarch
#5 36.81 perl-Pod-Perldoc-3.28-396.el8.noarch
#5 36.81 perl-Pod-Simple-1:3.35-395.el8.noarch
#5 36.81 perl-Pod-Usage-4:1.69-395.el8.noarch
#5 36.81 perl-Scalar-List-Utils-3:1.49-2.el8.x86_64
#5 36.81 perl-Socket-4:2.027-3.el8.x86_64
#5 36.81 perl-Storable-1:3.11-3.el8.x86_64
#5 36.81 perl-Term-ANSIColor-4.06-396.el8.noarch
#5 36.81 perl-Term-Cap-1.17-395.el8.noarch
#5 36.81 perl-Text-ParseWords-3.30-395.el8.noarch
#5 36.81 perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch
#5 36.81 perl-Thread-Queue-3.13-1.el8.noarch
#5 36.81 perl-Time-Local-1:1.280-1.el8.noarch
#5 36.81 perl-URI-1.73-3.el8.noarch
#5 36.81 perl-Unicode-Normalize-1.25-396.el8.x86_64
#5 36.81 perl-constant-1.33-396.el8.noarch
#5 36.81 perl-interpreter-4:5.26.3-422.el8.0.1.x86_64
#5 36.81 perl-libnet-3.11-3.el8.noarch
#5 36.81 perl-libs-4:5.26.3-422.el8.0.1.x86_64
#5 36.81 perl-macros-4:5.26.3-422.el8.0.1.x86_64
#5 36.81 perl-parent-1:0.237-1.el8.noarch
#5 36.81 perl-podlators-4.11-1.el8.noarch
#5 36.81 perl-threads-1:2.21-2.el8.x86_64
#5 36.81 perl-threads-shared-1.58-2.el8.x86_64
#5 36.81 pigz-2.4-4.el8.x86_64
#5 36.81 pixman-0.38.4-4.el8.x86_64
#5 36.81 pkgconf-1.4.2-1.el8.x86_64
#5 36.81 pkgconf-m4-1.4.2-1.el8.noarch
#5 36.81 pkgconf-pkg-config-1.4.2-1.el8.x86_64
#5 36.81 procps-ng-3.3.15-14.el8.x86_64
#5 36.81 rest-0.8.1-2.el8.x86_64
#5 36.81 shared-mime-info-1.9-4.el8.x86_64
#5 36.81 systemd-udev-239-82.el8_10.1.x86_64
#5 36.81 ttmkfdir-3.0.9-54.el8.x86_64
#5 36.81 tzdata-java-2025a-1.el8.noarch
#5 36.81 unzip-6.0-47.el8_10.x86_64
#5 36.81 which-2.21-20.el8.x86_64
#5 36.81 xkeyboard-config-2.28-1.el8.noarch
#5 36.81 xorg-x11-font-utils-1:7.5-41.el8.x86_64
#5 36.81 xorg-x11-fonts-Type1-7.5-19.el8.noarch
#5 36.81
#5 36.81 Complete!
#5 37.09 26 files removed
#5 DONE 38.6s
#6 [3/4] RUN mkdir -p "/opt/Android/Sdk/cmdline-tools" && curl -Ls -o cmdline.zip "https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip" && unzip -qd "/opt/Android/Sdk/cmdline-tools" cmdline.zip && rm cmdline.zip && mv "/opt/Android/Sdk/cmdline-tools/cmdline-tools" "/opt/Android/Sdk/cmdline-tools/latest" && yes | "/opt/Android/Sdk/cmdline-tools/latest/bin/sdkmanager" --licenses
#6 1.639 Loading local repository... [========= ] 25% Loading local repository... [========= ] 25% Fetch remote repository... [========== ] 26% Fetch remote repository... [============ ] 31% Fetch remote repository... [============ ] 32% Fetch remote repository... [============= ] 33% Fetch remote repository... [============= ] 34% Fetch remote repository... [============== ] 35% Fetch remote repository... [============== ] 36% Fetch remote repository... [============== ] 37% Fetch remote repository... [=============== ] 38% Fetch remote repository... [=============== ] 39% Fetch remote repository... [=============== ] 39% Fetch remote repository... Warning: Errors during XML parse:
#6 2.785 Warning: Additionally, the fallback loader failed to parse the XML.
#6 2.785 [=============== ] 39% Fetch remote repository... [================ ] 40% Fetch remote repository... [================ ] 41% Fetch remote repository... [================ ] 42% Fetch remote repository... [================= ] 43% Fetch remote repository... [================= ] 44% Fetch remote repository... [================== ] 45% Fetch remote repository... [================== ] 46% Fetch remote repository... [================== ] 47% Fetch remote repository... [=================== ] 48% Fetch remote repository... [=================== ] 49% Fetch remote repository... [==================== ] 50% Fetch remote repository... Warning: Errors during XML parse:
#6 2.864 [==================== ] 51% Fetch remote repository... [==================== ] 51% Fetch remote repository... Warning: Additionally, the fallback loader failed to parse the XML.
#6 2.864 [==================== ] 51% Fetch remote repository... [==================== ] 53% Fetch remote repository... [===================== ] 54% Fetch remote repository... [===================== ] 55% Fetch remote repository... [====================== ] 56% Fetch remote repository... [====================== ] 57% Fetch remote repository... [======================= ] 58% Fetch remote repository... [======================= ] 59% Fetch remote repository... [======================= ] 60% Fetch remote repository... [======================== ] 61% Fetch remote repository... [======================== ] 62% Fetch remote repository... [========================= ] 63% Fetch remote repository... [========================= ] 64% Fetch remote repository... [========================= ] 65% Fetch remote repository... [========================== ] 66% Fetch remote repository... [========================== ] 67% Fetch remote repository... [=========================== ] 68% Fetch remote repository... [=========================== ] 69% Fetch remote repository... [=========================== ] 70% Fetch remote repository... [============================ ] 71% Fetch remote repository... [============================ ] 72% Fetch remote repository... [============================= ] 73% Fetch remote repository... [============================= ] 74% Fetch remote repository... [============================= ] 75% Fetch remote repository... [============================= ] 75% Computing updates... [=======================================] 100% Computing updates...
#6 3.032 6 of 6 SDK package licenses not accepted.
#6 3.032 Review licenses that have not been accepted (y/N)?
#6 3.033 1/6: License android-googletv-license:
#6 3.033 ---------------------------------------
#6 3.034 Terms and Conditions
#6 3.034
#6 3.034 This is the Google TV Add-on for the Android Software Development Kit License Agreement.
#6 3.034
#6 3.034 1. Introduction
#6 3.034
#6 3.034 1.1 The Google TV Add-on for the Android Software Development Kit (referred to in this License Agreement as the "Google TV Add-on" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the Google TV Add-on.
#6 3.034
#6 3.034 1.2 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.034
#6 3.034 2. Accepting this License Agreement
#6 3.034
#6 3.034 2.1 In order to use the Google TV Add-on, you must first agree to this License Agreement. You may not use the Google TV Add-on if you do not accept this License Agreement.
#6 3.034
#6 3.034 2.2 You can accept this License Agreement by:
#6 3.034
#6 3.034 (A) clicking to accept or agree to this License Agreement, where this option is made available to you; or
#6 3.034
#6 3.034 (B) by actually using the Google TV Add-on. In this case, you agree that use of the Google TV Add-on constitutes acceptance of the License Agreement from that point onwards.
#6 3.034
#6 3.034 2.3 You may not use the Google TV Add-on and may not accept the Licensing Agreement if you are a person barred from receiving the Google TV Add-on under the laws of the United States or other countries including the country in which you are resident or from which you use the Google TV Add-on.
#6 3.034
#6 3.034 2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the Licensing Agreement or use the Google TV Add-on on behalf of your employer or other entity.
#6 3.034
#6 3.034 3. Google TV Add-on License from Google
#6 3.034
#6 3.034 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non- assignable and non-exclusive license to use the Google TV Add-on solely to develop applications to run on the Google TV platform.
#6 3.034
#6 3.034 3.2 You agree that Google or third parties own all legal right, title and interest in and to the Google TV Add-on, including any Intellectual Property Rights that subsist in the Google TV Add-on. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.034
#6 3.034 3.3 Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Google TV Add-on or any part of the Google TV Add-on. Except to the extent required by applicable third party licenses, you may not load any part of the Google TV Add-on onto a mobile handset, television, or any other hardware device except a personal computer, combine any part of the Google TV Add-on with other software, or distribute any software or device incorporating a part of the Google TV Add-on.
#6 3.034
#6 3.034 3.4 Use, reproduction and distribution of components of the Google TV Add-on licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.
#6 3.034
#6 3.034 3.5 You agree that the form and nature of the Google TV Add-on that Google provides may change without prior notice to you and that future versions of the Google TV Add-on may be incompatible with applications developed on previous versions of the Google TV Add-on. You agree that Google may stop (permanently or temporarily) providing the Google TV Add-on (or any features within the Google TV Add-on) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.034
#6 3.034 3.6 Nothing in this License Agreement gives you a right to use any of Google's or it?s licensors? trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.034
#6 3.034 3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Google TV Add-on.
#6 3.034
#6 3.034 4. Use of the Google TV Add-on by You
#6 3.034
#6 3.034 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the Google TV Add-on, including any intellectual property rights that subsist in those applications.
#6 3.034
#6 3.034 4.2 You agree to use the Google TV Add-on and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.034
#6 3.034 4.3 You agree that if you use the Google TV Add-on to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, your must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you explicit permission to do so.
#6 3.034
#6 3.034 4.4 You agree that you will not engage in any activity with the Google TV Add-on, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google, Multichannel Video Program Distributors or any mobile communications carrier.
#6 3.034
#6 3.034 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through the Google TV platform and/or applications for the Google TV platform, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.034
#6 3.034 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.034
#6 3.034 5. Your Developer Credentials
#6 3.034
#6 3.034 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.034
#6 3.034 6. Privacy and Information
#6 3.034
#6 3.034 6.1 In order to continually innovate and improve the Google TV Add-on, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Google TV Add-on are being used and how they are being used. Before any of this information is collected, the Google TV Add-on will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.034
#6 3.034 6.2 The data collected is examined in the aggregate to improve the Google TV Add-on and is maintained in accordance with Google's Privacy Policy.
#6 3.034
#6 3.034 7. Third Party Applications for the Google TV Platform
#6 3.034
#6 3.034 7.1 If you use the Google TV Add-on to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.034
#6 3.034 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.034
#6 3.034 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
#6 3.034
#6 3.034 8. Using Google TV APIs
#6 3.034
#6 3.034 8.1 If you use any Google TV API to retrieve data from Google, you acknowledge that the data (?Google TV API Content?) may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service. Some portions of the Google TV API Content are licensed to Google by third parties, including but not limited to Tribune Media Services
#6 3.034
#6 3.034 8.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.034
#6 3.034 8.3 Except as explicitly permitted in Section 3 (Google TV Add-on License from Google), you must:
#6 3.034
#6 3.034 (a) not modify nor format the Google TV API Content except to the extent reasonably and technically necessary to optimize the display such Google TV API Content in your application;
#6 3.034
#6 3.034 (b) not edit the Google TV API Content in a manner that renders the Google TV API Content inaccurate of alters its inherent meaning (provided that displaying excerpts will not violate the foregoing); or
#6 3.034
#6 3.034 (c) not create any commercial audience measurement tool or service using the Google TV API Content
#6 3.034
#6 3.034 9. Terminating this License Agreement
#6 3.034
#6 3.034 9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.034
#6 3.034 9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the Google TV Add-on and any relevant developer credentials.
#6 3.034
#6 3.034 9.3 Google may at any time, terminate this License Agreement with you if:
#6 3.034
#6 3.034 (A) you have breached any provision of this License Agreement; or
#6 3.034
#6 3.034 (B) Google is required to do so by law; or
#6 3.034
#6 3.034 (C) the partner with whom Google offered certain parts of Google TV Add-on (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the Google TV Add-on to you; or
#6 3.034
#6 3.034 (D) Google decides to no longer providing the Google TV Add-on or certain parts of the Google TV Add-on to users in the country in which you are resident or from which you use the service, or the provision of the Google TV Add-on or certain Google TV Add-on services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.034
#6 3.034 9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.034
#6 3.034 10. DISCLAIMER OF WARRANTIES
#6 3.034
#6 3.034 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE GOOGLE TV ADD-ON IS AT YOUR SOLE RISK AND THAT THE GOOGLE TV ADD-ON IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.034
#6 3.034 10.2 YOUR USE OF THE GOOGLE TV ADD-ON AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE GOOGLE TV ADD-ON IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.034
#6 3.034 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.034
#6 3.034 11. LIMITATION OF LIABILITY
#6 3.034
#6 3.034 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.034
#6 3.034 12. Indemnification
#6 3.034
#6 3.034 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the Google TV Add-on, (b) any application you develop on the Google TV Add-on that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.
#6 3.034
#6 3.034 13. Changes to the License Agreement
#6 3.034
#6 3.034 13.1 Google may make changes to the License Agreement as it distributes new versions of the Google TV Add-on.
#6 3.034
#6 3.034 14. General Legal Terms
#6 3.034
#6 3.034 14.1 This License Agreement constitute the whole legal agreement between you and Google and govern your use of the Google TV Add-on (excluding any services which Google may provide to you under a separate written agreement), and completely replace any prior agreements between you and Google in relation to the Google TV Add-on.
#6 3.034
#6 3.034 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.034
#6 3.034 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
#6 3.034
#6 3.034 14.4 You acknowledge and agree that Google?s API data licensors and each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
#6 3.034
#6 3.034 14.5 EXPORT RESTRICTIONS. THE GOOGLE TV ADD-ON IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE GOOGLE TV ADD-ON. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.034
#6 3.034 14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.
#6 3.034
#6 3.034 14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.034
#6 3.034
#6 3.034 August 15, 2011
#6 3.034 ---------------------------------------
#6 3.034 Accept? (y/N):
#6 3.039 2/6: License android-sdk-arm-dbt-license:
#6 3.039 ---------------------------------------
#6 3.040 Terms and Conditions
#6 3.040
#6 3.040 This is the Android Software Development Kit License Agreement
#6 3.040
#6 3.040 1. Introduction
#6 3.040
#6 3.040 1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
#6 3.040
#6 3.040 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.040
#6 3.040 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (http://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS).
#6 3.040
#6 3.040 1.4 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.040
#6 3.040
#6 3.040 2. Accepting the License Agreement
#6 3.040
#6 3.040 2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.
#6 3.040
#6 3.040 2.2 By clicking to accept, you hereby agree to the terms of the License Agreement.
#6 3.040
#6 3.040 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK.
#6 3.040
#6 3.040 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.
#6 3.040
#6 3.040
#6 3.040 3. SDK License from Google
#6 3.040
#6 3.040 3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android.
#6 3.040
#6 3.040 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
#6 3.040
#6 3.040 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.040
#6 3.040 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK.
#6 3.040
#6 3.040 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement.
#6 3.040
#6 3.040 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.040
#6 3.040 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.040
#6 3.040 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
#6 3.040
#6 3.040
#6 3.040 4. Use of the SDK by You
#6 3.040
#6 3.040 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
#6 3.040
#6 3.040 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.040
#6 3.040 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.040
#6 3.040 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
#6 3.040
#6 3.040 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.040
#6 3.040 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.040
#6 3.040 4.7 This software enables the execution of intellectual property owned by Arm Limited. You agree that your use of the software, that allows execution of ARM Instruction Set Architecture (?ISA?) compliant executables for application development and debug only on x86 desktop, laptop, customer on-premise servers, and customer-procured cloud-based environments.
#6 3.040
#6 3.040 5. Your Developer Credentials
#6 3.040
#6 3.040 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.040
#6 3.040 6. Privacy and Information
#6 3.040
#6 3.040 6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.040
#6 3.040 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
#6 3.040
#6 3.040
#6 3.040 7. Third Party Applications
#6 3.040
#6 3.040 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.040
#6 3.040 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.040
#6 3.040 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.
#6 3.040
#6 3.040
#6 3.040 8. Using Android APIs
#6 3.040
#6 3.040 8.1 Google Data APIs
#6 3.040
#6 3.040 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.040
#6 3.040 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.
#6 3.040
#6 3.040
#6 3.040 9. Terminating the License Agreement
#6 3.040
#6 3.040 9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.040
#6 3.040 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
#6 3.040
#6 3.040 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.040
#6 3.040 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.040
#6 3.040
#6 3.040 10. DISCLAIMER OF WARRANTIES
#6 3.040
#6 3.040 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.040
#6 3.040 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.040
#6 3.040 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.040
#6 3.040
#6 3.040 11. LIMITATION OF LIABILITY
#6 3.040
#6 3.040 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.040
#6 3.040
#6 3.040 12. Indemnification
#6 3.040
#6 3.040 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.
#6 3.040
#6 3.040
#6 3.040 13. Changes to the License Agreement
#6 3.040
#6 3.040 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
#6 3.040
#6 3.040
#6 3.040 14. General Legal Terms
#6 3.040
#6 3.040 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.
#6 3.040
#6 3.040 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.040
#6 3.040 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
#6 3.040
#6 3.040 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
#6 3.040
#6 3.040 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.040
#6 3.040 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party.
#6 3.040
#6 3.040 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.040
#6 3.040
#6 3.040 January 16, 2019
#6 3.041 ---------------------------------------
#6 3.041 Accept? (y/N):
#6 3.042 3/6: License android-sdk-license:
#6 3.042 ---------------------------------------
#6 3.042 Terms and Conditions
#6 3.042
#6 3.042 This is the Android Software Development Kit License Agreement
#6 3.042
#6 3.042 1. Introduction
#6 3.042
#6 3.042 1.1 The Android Software Development Kit (referred to in the License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
#6 3.042
#6 3.042 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.042
#6 3.042 1.3 A "compatible implementation" means any Android device that (i) complies with the Android Compatibility Definition document, which can be found at the Android compatibility website (http://source.android.com/compatibility) and which may be updated from time to time; and (ii) successfully passes the Android Compatibility Test Suite (CTS).
#6 3.042
#6 3.042 1.4 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.042
#6 3.042
#6 3.042 2. Accepting the License Agreement
#6 3.042
#6 3.042 2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement.
#6 3.042
#6 3.042 2.2 By clicking to accept, you hereby agree to the terms of the License Agreement.
#6 3.042
#6 3.042 2.3 You may not use the SDK and may not accept the License Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries, including the country in which you are resident or from which you use the SDK.
#6 3.042
#6 3.042 2.4 If you are agreeing to be bound by the License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the SDK on behalf of your employer or other entity.
#6 3.042
#6 3.042
#6 3.042 3. SDK License from Google
#6 3.042
#6 3.042 3.1 Subject to the terms of the License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android.
#6 3.042
#6 3.042 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. You are of course free to develop applications for other platforms, including non-compatible implementations of Android, provided that this SDK is not used for that purpose.
#6 3.042
#6 3.042 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.042
#6 3.042 3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK.
#6 3.042
#6 3.042 3.5 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement.
#6 3.042
#6 3.042 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.042
#6 3.042 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.042
#6 3.042 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
#6 3.042
#6 3.042
#6 3.042 4. Use of the SDK by You
#6 3.042
#6 3.042 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
#6 3.042
#6 3.042 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) the License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.042
#6 3.042 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.042
#6 3.042 4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
#6 3.042
#6 3.042 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.042
#6 3.042 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.042
#6 3.042 5. Your Developer Credentials
#6 3.042
#6 3.042 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.042
#6 3.042 6. Privacy and Information
#6 3.042
#6 3.042 6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.042
#6 3.042 6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
#6 3.042
#6 3.042
#6 3.042 7. Third Party Applications
#6 3.042
#6 3.042 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.042
#6 3.042 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.042
#6 3.042 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, the License Agreement does not affect your legal relationship with these third parties.
#6 3.042
#6 3.042
#6 3.042 8. Using Android APIs
#6 3.042
#6 3.042 8.1 Google Data APIs
#6 3.042
#6 3.042 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.042
#6 3.042 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so. If you use the Android Recognition Service API, documented at the following URL: https://developer.android.com/reference/android/speech/RecognitionService, as updated from time to time, you acknowledge that the use of the API is subject to the Data Processing Addendum for Products where Google is a Data Processor, which is located at the following URL: https://privacy.google.com/businesses/gdprprocessorterms/, as updated from time to time. By clicking to accept, you hereby agree to the terms of the Data Processing Addendum for Products where Google is a Data Processor.
#6 3.042
#6 3.042
#6 3.042 9. Terminating the License Agreement
#6 3.042
#6 3.042 9.1 The License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.042
#6 3.042 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
#6 3.042
#6 3.042 9.3 Google may at any time, terminate the License Agreement with you if: (A) you have breached any provision of the License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK to you; or (D) Google decides to no longer provide the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.042
#6 3.042 9.4 When the License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst the License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.042
#6 3.042
#6 3.042 10. DISCLAIMER OF WARRANTIES
#6 3.042
#6 3.042 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.042
#6 3.042 10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.042
#6 3.042 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.042
#6 3.042
#6 3.042 11. LIMITATION OF LIABILITY
#6 3.042
#6 3.042 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.042
#6 3.042
#6 3.042 12. Indemnification
#6 3.042
#6 3.042 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with the License Agreement.
#6 3.042
#6 3.042
#6 3.042 13. Changes to the License Agreement
#6 3.042
#6 3.042 13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
#6 3.042
#6 3.042
#6 3.042 14. General Legal Terms
#6 3.042
#6 3.042 14.1 The License Agreement constitutes the whole legal agreement between you and Google and governs your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the SDK.
#6 3.042
#6 3.042 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.042
#6 3.042 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
#6 3.042
#6 3.042 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
#6 3.042
#6 3.042 14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.042
#6 3.042 14.6 The rights granted in the License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under the License Agreement without the prior written approval of the other party.
#6 3.042
#6 3.042 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.042
#6 3.042
#6 3.042 January 16, 2019
#6 3.042 ---------------------------------------
#6 3.042 Accept? (y/N):
#6 3.043 4/6: License android-sdk-preview-license:
#6 3.043 ---------------------------------------
#6 3.044 To get started with the Android SDK Preview, you must agree to the following terms and conditions. As described below, please note that this is a preview version of the Android SDK, subject to change, that you use at your own risk. The Android SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data.
#6 3.044
#6 3.044 This is the Android SDK Preview License Agreement (the "License Agreement").
#6 3.044
#6 3.044 1. Introduction
#6 3.044
#6 3.044 1.1 The Android SDK Preview (referred to in the License Agreement as the ?Preview? and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview.
#6 3.044
#6 3.044 1.2 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.044
#6 3.044 1.3 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.044
#6 3.044 2. Accepting the License Agreement
#6 3.044
#6 3.044 2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement.
#6 3.044
#6 3.044 2.2 By clicking to accept and/or using the Preview, you hereby agree to the terms of the License Agreement.
#6 3.044
#6 3.044 2.3 You may not use the Preview and may not accept the License Agreement if you are a person barred from receiving the Preview under the laws of the United States or other countries including the country in which you are resident or from which you use the Preview.
#6 3.044
#6 3.044 2.4 If you will use the Preview internally within your company or organization you agree to be bound by the License Agreement on behalf of your employer or other entity, and you represent and warrant that you have full legal authority to bind your employer or such entity to the License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the Preview on behalf of your employer or other entity.
#6 3.044
#6 3.044 3. Preview License from Google
#6 3.044
#6 3.044 3.1 Subject to the terms of the License Agreement, Google grants you a royalty-free, non-assignable, non-exclusive, non-sublicensable, limited, revocable license to use the Preview, personally or internally within your company or organization, solely to develop applications to run on the Android platform.
#6 3.044
#6 3.044 3.2 You agree that Google or third parties owns all legal right, title and interest in and to the Preview, including any Intellectual Property Rights that subsist in the Preview. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.044
#6 3.044 3.3 You may not use the Preview for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the Preview or any part of the Preview; or (b) load any part of the Preview onto a mobile handset or any other hardware device except a personal computer, combine any part of the Preview with other software, or distribute any software or device incorporating a part of the Preview.
#6 3.044
#6 3.044 3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Android, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the Preview.
#6 3.044
#6 3.044 3.5 Use, reproduction and distribution of components of the Preview licensed under an open source software license are governed solely by the terms of that open source software license and not the License Agreement. You agree to remain a licensee in good standing in regard to such open source software licenses under all the rights granted and to refrain from any actions that may terminate, suspend, or breach such rights.
#6 3.044
#6 3.044 3.6 You agree that the form and nature of the Preview that Google provides may change without prior notice to you and that future versions of the Preview may be incompatible with applications developed on previous versions of the Preview. You agree that Google may stop (permanently or temporarily) providing the Preview (or any features within the Preview) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.044
#6 3.044 3.7 Nothing in the License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.044
#6 3.044 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the Preview.
#6 3.044
#6 3.044 4. Use of the Preview by You
#6 3.044
#6 3.044 4.1 Google agrees that nothing in the License Agreement gives Google any right, title or interest from you (or your licensors) under the License Agreement in or to any software applications that you develop using the Preview, including any intellectual property rights that subsist in those applications.
#6 3.044
#6 3.044 4.2 You agree to use the Preview and write applications only for purposes that are permitted by (a) the License Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.044
#6 3.044 4.3 You agree that if you use the Preview to develop applications, you will protect the privacy and legal rights of users. If users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If users provide you with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, each user has given you permission to do so.
#6 3.044
#6 3.044 4.4 You agree that you will not engage in any activity with the Preview, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of Google or any third party.
#6 3.044
#6 3.044 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.044
#6 3.044 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under the License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.044
#6 3.044 4.7 The Preview is in development, and your testing and feedback are an important part of the development process. By using the Preview, you acknowledge that implementation of some features are still under development and that you should not rely on the Preview having the full functionality of a stable release. You agree not to publicly distribute or ship any application using this Preview as this Preview will no longer be supported after the official Android SDK is released.
#6 3.044
#6 3.044 5. Your Developer Credentials
#6 3.044
#6 3.044 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.044
#6 3.044 6. Privacy and Information
#6 3.044
#6 3.044 6.1 In order to continually innovate and improve the Preview, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the Preview are being used and how they are being used. Before any of this information is collected, the Preview will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.044
#6 3.044 6.2 The data collected is examined in the aggregate to improve the Preview and is maintained in accordance with Google's Privacy Policy located at http://www.google.com/policies/privacy/.
#6 3.044
#6 3.044 7. Third Party Applications
#6 3.044
#6 3.044 7.1 If you use the Preview to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.044
#6 3.044 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.044
#6 3.044 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party.
#6 3.044
#6 3.044 8. Using Google APIs
#6 3.044
#6 3.044 8.1 Google APIs
#6 3.044
#6 3.044 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.044
#6 3.044 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.044
#6 3.044 9. Terminating the License Agreement
#6 3.044
#6 3.044 9.1 the License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.044
#6 3.044 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Preview and any relevant developer credentials.
#6 3.044
#6 3.044 9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to you.
#6 3.044
#6 3.044 9.4 The License Agreement will automatically terminate without notice or other action upon the earlier of: (A) when Google ceases to provide the Preview or certain parts of the Preview to users in the country in which you are resident or from which you use the service; and (B) Google issues a final release version of the Android SDK.
#6 3.044
#6 3.044 9.5 When the License Agreement is terminated, the license granted to you in the License Agreement will terminate, you will immediately cease all use of the Preview, and the provisions of paragraphs 10, 11, 12 and 14 shall survive indefinitely.
#6 3.044
#6 3.044 10. DISCLAIMERS
#6 3.044
#6 3.044 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE PREVIEW IS AT YOUR SOLE RISK AND THAT THE PREVIEW IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.044
#6 3.044 10.2 YOUR USE OF THE PREVIEW AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PREVIEW IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. WITHOUT LIMITING THE FOREGOING, YOU UNDERSTAND THAT THE PREVIEW IS NOT A STABLE RELEASE AND MAY CONTAIN ERRORS, DEFECTS AND SECURITY VULNERABILITIES THAT CAN RESULT IN SIGNIFICANT DAMAGE, INCLUDING THE COMPLETE, IRRECOVERABLE LOSS OF USE OF YOUR COMPUTER SYSTEM OR OTHER DEVICE.
#6 3.044
#6 3.044 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.044
#6 3.044 11. LIMITATION OF LIABILITY
#6 3.044
#6 3.044 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.044
#6 3.044 12. Indemnification
#6 3.044
#6 3.044 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys? fees) arising out of or accruing from (a) your use of the Preview, (b) any application you develop on the Preview that infringes any Intellectual Property Rights of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you of the License Agreement.
#6 3.044
#6 3.044 13. Changes to the License Agreement
#6 3.044
#6 3.044 13.1 Google may make changes to the License Agreement as it distributes new versions of the Preview. When these changes are made, Google will make a new version of the License Agreement available on the website where the Preview is made available.
#6 3.044
#6 3.044 14. General Legal Terms
#6 3.044
#6 3.044 14.1 the License Agreement constitutes the whole legal agreement between you and Google and governs your use of the Preview (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the Preview.
#6 3.044
#6 3.044 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.044
#6 3.044 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of the License Agreement is invalid, then that provision will be removed from the License Agreement without affecting the rest of the License Agreement. The remaining provisions of the License Agreement will continue to be valid and enforceable.
#6 3.044
#6 3.044 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to the License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of the License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to the License Agreement.
#6 3.044
#6 3.044 14.5 EXPORT RESTRICTIONS. THE PREVIEW IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE PREVIEW. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.044
#6 3.044 14.6 The License Agreement may not be assigned or transferred by you without the prior written approval of Google, and any attempted assignment without such approval will be void. You shall not delegate your responsibilities or obligations under the License Agreement without the prior written approval of Google.
#6 3.044
#6 3.044 14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.044
#6 3.044 June 2014.
#6 3.044 ---------------------------------------
#6 3.044 Accept? (y/N):
#6 3.046 5/6: License google-gdk-license:
#6 3.046 ---------------------------------------
#6 3.046 This is a Developer Preview of the GDK that is subject to change.
#6 3.046
#6 3.046 Terms and Conditions
#6 3.046
#6 3.046 This is the Glass Development Kit License Agreement.
#6 3.046
#6 3.046 1. Introduction
#6 3.046
#6 3.046 1.1 The Glass Development Kit (referred to in this License Agreement as the "GDK" and specifically including the Android system files, packaged APIs, and GDK library files, if and when they are made available) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the GDK.
#6 3.046
#6 3.046 1.2 "Glass" means Glass devices and the Glass software stack for use on Glass devices.
#6 3.046
#6 3.046
#6 3.046 1.3 "Android" means the Android software stack for devices, as made available under the Android Open Source Project, which is located at the following URL: http://source.android.com/, as updated from time to time.
#6 3.046
#6 3.046 1.4 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
#6 3.046
#6 3.046 2. Accepting this License Agreement
#6 3.046
#6 3.046 2.1 In order to use the GDK, you must first agree to this License Agreement. You may not use the GDK if you do not accept this License Agreement.
#6 3.046
#6 3.046 2.2 By clicking to accept, you hereby agree to the terms of this License Agreement.
#6 3.046
#6 3.046 2.3 You may not use the GDK and may not accept the License Agreement if you are a person barred from receiving the GDK under the laws of the United States or other countries including the country in which you are resident or from which you use the GDK.
#6 3.046
#6 3.046 2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the License Agreement or use the GDK on behalf of your employer or other entity.
#6 3.046
#6 3.046 3. GDK License from Google
#6 3.046
#6 3.046 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable and non-exclusive license to use the GDK solely to develop applications to run on the Glass platform for Glass devices.
#6 3.046
#6 3.046 3.2 You agree that Google or third parties own all legal right, title and interest in and to the GDK, including any Intellectual Property Rights that subsist in the GDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
#6 3.046
#6 3.046 3.3 You may not use the GDK for any purpose not expressly permitted by this License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the GDK or any part of the GDK; or (b) load any part of the GDK onto a mobile handset or wearable computing device or any other hardware device except a Glass device personal computer, combine any part of the GDK with other software, or distribute any software or device incorporating a part of the GDK.
#6 3.046
#6 3.046 3.4 You agree that you will not take any actions that may cause or result in the fragmentation of Glass, including but not limited to distributing, participating in the creation of, or promoting in any way a software development kit derived from the GDK.
#6 3.046
#6 3.046 3.5 Use, reproduction and distribution of components of the GDK licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.
#6 3.046
#6 3.046 3.6 You agree that the form and nature of the GDK that Google provides may change without prior notice to you and that future versions of the GDK may be incompatible with applications developed on previous versions of the GDK. You agree that Google may stop (permanently or temporarily) providing the GDK (or any features within the GDK) to you or to users generally at Google's sole discretion, without prior notice to you.
#6 3.046
#6 3.046 3.7 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
#6 3.046
#6 3.046 3.8 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the GDK.
#6 3.046
#6 3.046
#6 3.046 3.9 Your use of any Android system files, packaged APIs, or other components of the GDK which are part of the Android Software Development Kit is subject to the terms of the Android Software Development Kit License Agreement located at http://developer.android.com/sdk/terms.html. These terms are hereby incorporated by reference into this License Agreement.
#6 3.046
#6 3.046 4. Use of the GDK by You
#6 3.046
#6 3.046 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the GDK, including any intellectual property rights that subsist in those applications.
#6 3.046
#6 3.046 4.2 You agree to use the GDK and write applications only for purposes that are permitted by (a) this License Agreement, (b) the Glass Platform Developer Policies (located at https://developers.google.com/glass/policies, and hereby incorporated into this License Agreement by reference), and (c) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
#6 3.046
#6 3.046 4.3 You agree that if you use the GDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.046
#6 3.046 4.4 You agree that you will not engage in any activity with the GDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google.
#6 3.046
#6 3.046 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Glass and/or applications for Glass, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
#6 3.046
#6 3.046 4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
#6 3.046
#6 3.046
#6 3.046 4.7 The GDK is in development, and your testing and feedback are an important part of the development process. By using the GDK, you acknowledge that implementation of some features are still under development and that you should not rely on the GDK, Glass devices, Glass system software, Google Mirror API, or Glass services having the full functionality of a stable release.
#6 3.046
#6 3.046 5. Your Developer Credentials
#6 3.046
#6 3.046 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
#6 3.046
#6 3.046 6. Privacy and Information
#6 3.046
#6 3.046
#6 3.046 6.1 In order to continually innovate and improve the GDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the GDK are being used and how they are being used. Before any of this information is collected, the GDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
#6 3.046
#6 3.046 6.2 The data collected is examined in the aggregate to improve the GDK and is maintained in accordance with Google's Privacy Policy.
#6 3.046
#6 3.046 7. Third Party Applications
#6 3.046
#6 3.046 7.1 If you use the GDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
#6 3.046
#6 3.046 7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
#6 3.046
#6 3.046 7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
#6 3.046
#6 3.046 8. Using Google APIs
#6 3.046
#6 3.046 8.1 Google APIs
#6 3.046
#6 3.046 8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
#6 3.046
#6 3.046 8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
#6 3.046
#6 3.046 9. Terminating this License Agreement
#6 3.046
#6 3.046 9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
#6 3.046
#6 3.046 9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the GDK and any relevant developer credentials.
#6 3.046
#6 3.046 9.3 Google may at any time, terminate this License Agreement with you if: (A) you have breached any provision of this License Agreement; or (B) Google is required to do so by law; or (C) the partner with whom Google offered certain parts of GDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the GDK to you; or (D) Google decides to no longer provide the GDK or certain parts of the GDK to users in the country in which you are resident or from which you use the service, or the provision of the GDK or certain GDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
#6 3.046
#6 3.046 9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
#6 3.046
#6 3.046 10. DISCLAIMER OF WARRANTIES
#6 3.046
#6 3.046 10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE GDK IS AT YOUR SOLE RISK AND THAT THE GDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
#6 3.046
#6 3.046 10.2 YOUR USE OF THE GDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE GDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
#6 3.046
#6 3.046 10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
#6 3.046
#6 3.046 11. LIMITATION OF LIABILITY
#6 3.046
#6 3.046 11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
#6 3.046
#6 3.046 12. Indemnification
#6 3.046
#6 3.046 12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the GDK, (b) any application you develop on the GDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.
#6 3.046
#6 3.046 13. Changes to the License Agreement
#6 3.046
#6 3.046 13.1 Google may make changes to the License Agreement as it distributes new versions of the GDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the GDK is made available.
#6 3.046
#6 3.046 14. General Legal Terms
#6 3.046
#6 3.046 14.1 This License Agreement constitutes the whole legal agreement between you and Google and governs your use of the GDK (excluding any services which Google may provide to you under a separate written agreement), and completely replaces any prior agreements between you and Google in relation to the GDK.
#6 3.046
#6 3.046 14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
#6 3.046
#6 3.046 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
#6 3.046
#6 3.046 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
#6 3.046
#6 3.046 14.5 EXPORT RESTRICTIONS. THE GDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE GDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
#6 3.046
#6 3.046 14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.
#6 3.046
#6 3.046 14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
#6 3.046
#6 3.046 November 19, 2013
#6 3.046 ---------------------------------------
#6 3.046 Accept? (y/N):
#6 3.046 6/6: License mips-android-sysimage-license:
#6 3.046 ---------------------------------------
#6 3.047 MIPS Technologies, Inc. (?MIPS?) Internal Evaluation License Agreement for MIPS Android? System Images for Android Software Development Kit (SDK): This Internal Evaluation License Agreement (this "Agreement") is entered into by and between MIPS and you (as an individual developer or a legal entity -- identified below as ?Recipient?). MIPS shall make the Evaluation Software available to Recipient as described in accordance with the terms and conditions set forth below.
#6 3.047
#6 3.047 By clicking on the ?Accept? button, downloading, installing, or otherwise using the Evaluation Materials (defined below), you agree to be bound by the terms of this Agreement effective as of the date you click ?Accept? (the ?Effective Date?), and if doing so on behalf of an entity, you represent that you are authorized to bind the entity to the terms and conditions of this Agreement. If you do not agree to be bound by the terms and conditions of this Agreement, do not download, install, or use the Evaluation Materials.
#6 3.047
#6 3.047 1. DEFINITIONS. These terms shall have the following meanings:
#6 3.047
#6 3.047 1.1 ?MIPS? shall mean MIPS Technologies, Inc., a Delaware corporation having a principal place of business at: 955 East Arques Ave., Sunnyvale, CA 94085
#6 3.047
#6 3.047 1.2 ?Evaluation Software? shall mean MIPS Android? emulator system images for Android Software Development Kit (SDK), as made available to Recipient.
#6 3.047
#6 3.047 1.3 ?Evaluation Materials" means, collectively, the Evaluation Software (in source and/or object code form) and documentation (including, without limitation, any design documents, specifications, reference manuals, and other related materials) related to the Evaluation Software as made available to Recipient.
#6 3.047
#6 3.047 1.4 ?Open Source Software? means any software that requires (as a condition of use, modification and/or distribution of such software) that such software or other software incorporated into, derived from or distributed with such software (a) be disclosed or distributed in source code form; or (b) be licensed by the user to third parties for the purpose of making and/or distributing derivative works; or (c) be redistributable at no charge. Open Source Software includes, without limitation, software licensed or distributed under any of the following licenses or distribution models, or licenses or distribution models substantially similar to any of the following: (a) GNU?s General Public License (GPL) or Lesser/Library GPL (LGPL), (b) the Artistic License (e.g., PERL), (c) the Mozilla Public License, (d) the Netscape Public License, (e) the Sun Community Source License (SCSL), (f) the Sun Industry Source License (SISL), (g) the Apache Software license and (h) the Common Public License (CPL).
#6 3.047
#6 3.047 1.5 ?Pre-Release Materials? means ?alpha? or ?beta? designated pre-release features, which may not be fully functional, which MIPS may substantially modify in producing any production version of the Evaluation Materials, and/or which is still under development by MIPS and/or MIPS? suppliers.
#6 3.047
#6 3.047 2. PURPOSE. MIPS desires to make the Evaluation Materials available to Recipient solely for Recipient's internal evaluation of the Evaluation Software to evaluate the desirability of cooperating with MIPS in developing products that are compatible with the Evaluation Software and/or to advise MIPS as to possible modifications to the Evaluation Software. Recipient may not disclose, distribute, modify (except to facilitate the above-mentioned internal evaluation), or make commercial use of the Evaluation Materials or any modifications of the Evaluation Materials.
#6 3.047
#6 3.047 THE EVALUATION MATERIALS ARE PROVIDED FOR EVALUATION PURPOSES ONLY AND MAY NOT BE MODIFIED (EXCEPT TO FACILITATE THE INTERNAL EVALUATION) OR DISTRIBUTED BY RECIPIENT OR INCORPORATED INTO RECIPIENT?S PRODUCTS OR SOFTWARE. PLEASE CONTACT A MIPS SALES REPRESENTATIVE TO LEARN ABOUT THE AVAILABILITY AND COST OF A COMMERCIAL VERSION OF THE EVALUATION SOFTWARE.
#6 3.047
#6 3.047 3. TITLE. Title to the Evaluation Materials remains with MIPS or its suppliers. Recipient shall not mortgage, pledge or encumber the Evaluation Materials in any way. Recipient shall return all Evaluation Materials, keeping no copies, upon termination or expiration of this Agreement.
#6 3.047
#6 3.047 4. LICENSE. MIPS grants Recipient a royalty-free, personal, nontransferable, nonexclusive license under its copyrights to use the Evaluation Software only for the purposes described in paragraph 2 above and only for a period beginning on the Effective Date and extending to the first anniversary of the Effective Date (the ?Evaluation Period?). Unless otherwise communicated in writing by MIPS to Recipient, to the extent the Evaluation Software is provided in more than one delivery or release (each, a ?Release?) the license grant in this Section 4 and the Evaluation Period shall apply to each Release, in which case the Evaluation Period shall begin on the date that the Release is made generally available and continue to the first anniversary of such date. Recipient may not make modifications to the Evaluation Software. Recipient shall not disassemble, reverse-engineer, or decompile any software that is not provided to Recipient in source code form.
#6 3.047
#6 3.047
#6 3.047 EXCEPT AS PROVIDED HEREIN, NO OTHER LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY OTHER MIPS INTELLECTUAL PROPERTY RIGHTS IS GRANTED TO THE RECIPIENT. OTHER THAN AS EXPLICITLY SET FORTH IN PARAGRAPH 2 ABOVE, NO RIGHT TO COPY, TO REPRODUCE, TO MODIFY, OR TO CREATE DERIVATIVE WORKS OF, THE EVALUATION MATERIALS IS GRANTED HEREIN.
#6 3.047
#6 3.047 5. NO OBLIGATION. Recipient shall have no duty to purchase or license any product from MIPS. MIPS and its suppliers shall have no obligation to provide support for, or develop a non-evaluation version of, the Evaluation Software or to license any version of it.
#6 3.047
#6 3.047 6. MODIFICATIONS. This Agreement does not obligate Recipient to provide MIPS with comments or suggestions regarding Evaluation Materials. However, should Recipient provide MIPS with comments or suggestions for the modification, correction, improvement or enhancement of (a) the Evaluation Materials or (b) MIPS products or processes which may embody the Evaluation Materials, then Recipient agrees to grant and hereby grants to MIPS a non-exclusive, irrevocable, worldwide, fully paid-up, royalty-free license, with the right to sublicense MIPS? licensees and customers, under Recipient?s Intellectual property rights, to use and disclose such comments and suggestions in any manner MIPS chooses and to display, perform, copy, make, have made, use, sell, offer to sell, import, and otherwise dispose of MIPS? and its sublicensee?s products embodying such comments and suggestions in any manner and via any media MIPS chooses, without reference to the source.
#6 3.047
#6 3.047 7. WARRANTY DISCLAIMER. MIPS AND ITS SUPPLIERS MAKE NO WARRANTIES WITH RESPECT TO EVALUATION MATERIALS, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR ANY IMPLIED WARRANTY OF NONINFRINGEMENT WITH RESPECT TO THIRD PARTY INTELLECTUAL PROPERTY. RECIPIENT ACKNOWLEDGES AND AGREES THAT THE EVALUATION MATERIALS ARE PROVIDED ?AS IS,? WITHOUT WARRANTY OF ANY KIND.
#6 3.047
#6 3.047 8. LIMITATION OF LIABILITY. MIPS AND ITS SUPPLIERS SHALL NOT BE LIABLE FOR ANY PROPERTY DAMAGE, PERSONAL INJURY, LOSS OF PROFITS, INTERRUPTION OF BUSINESS OR FOR ANY DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, HOWEVER CAUSED OR ALLEGED, WHETHER FOR BREACH OF WARRANTY, CONTRACT, STRICT LIABILITY OR OTHERWISE, INCLUDING WITHOUT LIMITATION, UNDER TORT OR OTHER LEGAL THEORY. MIPS AND ITS SUPPLIERS DISCLAIM ANY AND ALL LIABILITY, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS OF ANY KIND RELATING TO THE EVALUATION MATERIALS.
#6 3.047
#6 3.047 9. EXPIRATION. MIPS may terminate this Agreement immediately after a breach by Recipient or otherwise at MIPS? reasonable discretion and upon five (5) business days? notice to Recipient.
#6 3.047
#6 3.047 10. GENERAL.
#6 3.047
#6 3.047 10.1 Controlling Law. This Agreement shall be governed by California law excluding its choice of law rules. With the exception of MIPS? rights to enforce its intellectual property rights and any confidentiality obligations under this Agreement or any licenses distributed with the Evaluation Materials, all disputes and any claims arising under or relating to this Agreement shall be subject to the exclusive jurisdiction and venue of the state and federal courts located in Santa Clara County, California. Each party hereby agrees to jurisdiction and venue in the courts set forth in the preceding sentence. The parties agree that the United Nations Convention on Contracts for the International Sale of Goods is specifically excluded from application to this Agreement. The parties consent to the personal jurisdiction of the above courts.
#6 3.047
#6 3.047 10.2 Remedies. Recipient acknowledges and agrees that any breach of confidentiality obligations under this Agreement or any licenses distributed with the Evaluation Materials, as well as any disclosure, commercialization, or public use of the Evaluation Materials, would cause irreparable injury to MIPS, and therefore Recipient agrees to consent to, and hereby consents to, the grant of an injunction by any court of competent jurisdiction in the event of an actual or threatened breach.
#6 3.047
#6 3.047 10.3 Assignment. Recipient may not delegate, assign or transfer this Agreement, the license granted or any of Recipient?s rights, obligations, or duties hereunder, expressly, by implication, by operation of law, by way of merger (regardless of whether Recipient is the surviving entity) or acquisition, or otherwise and any attempt to do so, without MIPS? express prior written consent, shall be ineffective, null and void. MIPS may freely assign this Agreement, and its rights and obligations hereunder, in its sole discretion.
#6 3.047
#6 3.047 10.4 Entire Agreement. This Agreement constitutes the entire agreement between Recipient and MIPS and supersedes in their entirety any and all oral or written agreements previously existing between Recipient and MIPS with respect to the subject matter hereof. This Agreement may only be amended or supplemented by a writing that refers explicitly to this Agreement and that is signed or otherwise accepted by duly authorized representatives of Recipient and MIPS.
#6 3.047
#6 3.047 10.5 Severability. In the event that any provision of this Agreement is finally adjudicated to be unenforceable or invalid under any applicable law, such unenforceability or invalidity shall not render this Agreement unenforceable or invalid as a whole, and, in such event, such unenforceable or invalid provision shall be interpreted so as to best accomplish the objectives of such provision within the limits of applicable law or applicable court decisions.
#6 3.047
#6 3.047 10.6 Export Regulations / Export Control. Recipient shall not export, either directly or indirectly, any product, service or technical data or system incorporating the Evaluation Materials without first obtaining any required license or other necessary approval from the U.S. Department of Commerce or any other governing agency or department of the United States Government. In the event any product is exported from the United States or re-exported from a foreign destination by Recipient, Recipient shall ensure that the distribution and export/re-export or import of the product is in compliance with all applicable laws, regulations, orders, or other restrictions of the U.S. Export Administration Regulations and the appropriate foreign government. Recipient agrees that neither it nor any of its subsidiaries will export/re-export any technical data, process, product, or service, directly or indirectly, to any country for which the United States government or any agency thereof or the foreign government from where it is shipping requires an export license, or other governmental approval, without first obtaining such license or approval. Recipient also agrees to implement measures to ensure that foreign national employees are authorized to receive any information controlled by U.S. export control laws. An export is "deemed" to take place when information is released to a foreign national wherever located.
#6 3.047
#6 3.047 10.7 Special Terms for Pre-Release Materials. If so indicated in the description of the Evaluation Software, the Evaluation Software may contain Pre-Release Materials. Recipient hereby understands, acknowledges and agrees that: (i) Pre-Release Materials may not be fully tested and may contain bugs or errors; (ii) Pre-Release materials are not suitable for commercial release in their current state; (iii) regulatory approvals for Pre-Release Materials (such as UL or FCC) have not been obtained, and Pre-Release Materials may therefore not be certified for use in certain countries or environments or may not be suitable for certain applications and (iv) MIPS can provide no assurance that it will ever produce or make generally available a production version of the Pre-Release Materials . MIPS is not under any obligation to develop and/or release or offer for sale or license a final product based upon the Pre-Release Materials and may unilaterally elect to abandon the Pre-Release Materials or any such development platform at any time and without any obligation or liability whatsoever to Recipient or any other person.
#6 3.047
#6 3.047 ANY PRE-RELEASE MATERIALS ARE NON-QUALIFIED AND, AS SUCH, ARE PROVIDED ?AS IS? AND ?AS AVAILABLE?, POSSIBLY WITH FAULTS, AND WITHOUT REPRESENTATION OR WARRANTY OF ANY KIND.
#6 3.047
#6 3.047 10.8 Open Source Software. In the event Open Source software is included with Evaluation Software, such Open Source software is licensed pursuant to the applicable Open Source software license agreement identified in the Open Source software comments in the applicable source code file(s) and/or file header as indicated in the Evaluation Software. Additional detail may be available (where applicable) in the accompanying on-line documentation. With respect to the Open Source software, nothing in this Agreement limits any rights under, or grants rights that supersede, the terms of any applicable Open Source software license agreement.
#6 3.047 ---------------------------------------
#6 3.047 Accept? (y/N): All SDK package licenses accepted
#6 3.048
#6 DONE 3.4s
#7 [4/4] RUN curl -Ls https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | tar xz -C /var/local
#7 DONE 0.4s
#8 exporting to image
#8 exporting layers
#8 exporting layers 2.2s done
#8 writing image sha256:910fddd65f87c8f6fbe6a1f3d0fea567d7fcb17dc73f9c16f88fb7b3af0cfc7d done
#8 naming to docker.io/library/grpc-java-artifacts-x86 done
#8 DONE 2.2s
1 warning found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 33)
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile.multiarch.base
#1 transferring dockerfile: 425B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/ubuntu:18.04
#2 DONE 0.6s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/2] FROM docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
#4 resolve docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 done
#4 sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 1.33kB / 1.33kB done
#4 sha256:dca176c9663a7ba4c1f0e710986f5a25e672842963d95b960191e2d9f7185ebe 424B / 424B done
#4 sha256:f9a80a55f492e823bf5d51f1bd5f87ea3eed1cb31788686aa99a2fb61a27af6a 2.30kB / 2.30kB done
#4 sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 0B / 25.69MB 0.1s
#4 sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 20.97MB / 25.69MB 0.3s
#4 sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 25.69MB / 25.69MB 0.3s done
#4 extracting sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 0.1s
#4 extracting sha256:7c457f213c7634afb95a0fb2410a74b7b5bc0ba527033362c240c7a11bef4331 0.8s done
#4 DONE 1.3s
#5 [2/2] RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends build-essential ca-certificates curl g++-aarch64-linux-gnu g++-powerpc64le-linux-gnu openjdk-8-jdk && rm -rf /var/lib/apt/lists/*
#5 0.239 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [102 kB]
#5 0.421 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
#5 0.471 Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1688 kB]
#5 0.651 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1637 kB]
#5 0.673 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
#5 0.673 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3373 kB]
#5 0.998 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [102 kB]
#5 1.137 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [102 kB]
#5 1.276 Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
#5 1.939 Get:10 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
#5 1.941 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
#5 1.941 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
#5 1.977 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
#5 1.978 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1728 kB]
#5 2.027 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3786 kB]
#5 2.125 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2411 kB]
#5 2.178 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
#5 2.182 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.6 kB]
#5 3.089 Fetched 28.2 MB in 3s (9703 kB/s)
#5 3.089 Reading package lists...
#5 4.180 Reading package lists...
#5 5.230 Building dependency tree...
#5 5.426 Reading state information...
#5 5.440 Calculating upgrade...
#5 5.643 The following packages will be upgraded:
#5 5.643 base-files
#5 5.872 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#5 5.872 Need to get 60.4 kB of archives.
#5 5.872 After this operation, 0 B of additional disk space will be used.
#5 5.872 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.12 [60.4 kB]
#5 6.218 debconf: delaying package configuration, since apt-utils is not installed
#5 6.250 Fetched 60.4 kB in 0s (129 kB/s)
#5 6.278 (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 ... 4050 files and directories currently installed.)
#5 6.282 Preparing to unpack .../base-files_10.1ubuntu2.12_amd64.deb ...
#5 6.317 Unpacking base-files (10.1ubuntu2.12) over (10.1ubuntu2.11) ...
#5 6.426 Setting up base-files (10.1ubuntu2.12) ...
#5 6.457 Installing new version of config file /etc/update-motd.d/10-help-text ...
#5 6.662 Reading package lists...
#5 7.667 Building dependency tree...
#5 7.834 Reading state information...
#5 7.975 The following additional packages will be installed:
#5 7.975 adwaita-icon-theme binutils binutils-aarch64-linux-gnu binutils-common
#5 7.975 binutils-powerpc64le-linux-gnu binutils-x86-64-linux-gnu
#5 7.975 ca-certificates-java cpp cpp-7 cpp-7-aarch64-linux-gnu
#5 7.975 cpp-7-powerpc64le-linux-gnu cpp-aarch64-linux-gnu cpp-powerpc64le-linux-gnu
#5 7.975 dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-7
#5 7.975 g++-7-aarch64-linux-gnu g++-7-powerpc64le-linux-gnu gcc gcc-7
#5 7.975 gcc-7-aarch64-linux-gnu gcc-7-aarch64-linux-gnu-base gcc-7-base
#5 7.975 gcc-7-cross-base gcc-7-powerpc64le-linux-gnu
#5 7.975 gcc-7-powerpc64le-linux-gnu-base gcc-8-cross-base gcc-aarch64-linux-gnu
#5 7.975 gcc-powerpc64le-linux-gnu gtk-update-icon-cache hicolor-icon-theme
#5 7.975 humanity-icon-theme java-common libapparmor1 libasan4 libasan4-arm64-cross
#5 7.975 libasan4-ppc64el-cross libasn1-8-heimdal libasound2 libasound2-data
#5 7.975 libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni
#5 7.975 libatk1.0-0 libatk1.0-data libatomic1 libatomic1-arm64-cross
#5 7.975 libatomic1-ppc64el-cross libatspi2.0-0 libavahi-client3 libavahi-common-data
#5 7.975 libavahi-common3 libbinutils libbsd0 libc-dev-bin libc6-arm64-cross
#5 7.975 libc6-dev libc6-dev-arm64-cross libc6-dev-ppc64el-cross libc6-ppc64el-cross
#5 7.975 libcairo2 libcc1-0 libcilkrts5 libcroco3 libcups2 libcurl4 libdatrie1
#5 7.975 libdbus-1-3 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1
#5 7.975 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2 libelf1 libexpat1 libflac8
#5 7.975 libfontconfig1 libfontenc1 libfreetype6 libgcc-7-dev
#5 7.975 libgcc-7-dev-arm64-cross libgcc-7-dev-ppc64el-cross libgcc1-arm64-cross
#5 7.975 libgcc1-ppc64el-cross libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0
#5 7.975 libgdk-pixbuf2.0-common libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#5 7.975 libglapi-mesa libglib2.0-0 libglvnd0 libglx-mesa0 libglx0 libgomp1
#5 7.975 libgomp1-arm64-cross libgomp1-ppc64el-cross libgraphite2-3 libgssapi-krb5-2
#5 7.975 libgssapi3-heimdal libgtk2.0-0 libgtk2.0-common libharfbuzz0b
#5 7.975 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
#5 7.975 libhx509-5-heimdal libice6 libicu60 libisl19 libitm1 libitm1-arm64-cross
#5 7.975 libitm1-ppc64el-cross libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3
#5 7.975 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblcms2-2
#5 7.975 libldap-2.4-2 libldap-common libllvm10 liblsan0 liblsan0-arm64-cross
#5 7.975 liblsan0-ppc64el-cross libmpc3 libmpfr6 libmpx2 libnghttp2-14 libnspr4
#5 7.975 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
#5 7.975 libpciaccess0 libpcsclite1 libperl5.26 libpixman-1-0 libpng16-16 libpsl5
#5 7.975 libpulse0 libquadmath0 libroken18-heimdal librsvg2-2 librsvg2-common
#5 7.975 librtmp1 libsasl2-2 libsasl2-modules-db libsensors4 libsm6 libsndfile1
#5 7.975 libsqlite3-0 libssl1.1 libstdc++-7-dev libstdc++-7-dev-arm64-cross
#5 7.975 libstdc++-7-dev-ppc64el-cross libstdc++6-arm64-cross
#5 7.975 libstdc++6-ppc64el-cross libthai-data libthai0 libtiff5 libtsan0
#5 7.975 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan0 libubsan0-arm64-cross
#5 7.975 libubsan0-ppc64el-cross libvorbis0a libvorbisenc2 libwind0-heimdal libwrap0
#5 7.975 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0
#5 7.975 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shape0 libxcb-shm0
#5 7.975 libxcb-sync1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
#5 7.975 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxml2 libxmu6 libxmuu1
#5 7.975 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6 libxtst6 libxv1
#5 7.975 libxxf86dga1 libxxf86vm1 linux-libc-dev linux-libc-dev-arm64-cross
#5 7.975 linux-libc-dev-ppc64el-cross make multiarch-support openjdk-8-jdk-headless
#5 7.975 openjdk-8-jre openjdk-8-jre-headless openssl patch perl perl-modules-5.26
#5 7.975 shared-mime-info ubuntu-mono ucf x11-common x11-utils xz-utils
#5 7.976 Suggested packages:
#5 7.976 binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib
#5 7.976 g++-7-multilib gcc-7-doc libstdc++6-7-dbg libstdc++6-7-dbg-arm64-cross
#5 7.976 libstdc++6-7-dbg-ppc64el-cross gcc-multilib manpages-dev autoconf automake
#5 7.976 libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
#5 7.976 libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
#5 7.976 libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
#5 7.976 libgcc1-dbg-arm64-cross libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross
#5 7.976 libatomic1-dbg-arm64-cross libasan4-dbg-arm64-cross liblsan0-dbg-arm64-cross
#5 7.976 libtsan0-dbg-arm64-cross libubsan0-dbg-arm64-cross
#5 7.976 libcilkrts5-dbg-arm64-cross libmpx2-dbg-arm64-cross
#5 7.976 libquadmath0-dbg-arm64-cross libgcc1-dbg-ppc64el-cross
#5 7.976 libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross
#5 7.976 libatomic1-dbg-ppc64el-cross libasan4-dbg-ppc64el-cross
#5 7.976 liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross
#5 7.976 libubsan0-dbg-ppc64el-cross libcilkrts5-dbg-ppc64el-cross
#5 7.976 libmpx2-dbg-ppc64el-cross libquadmath0-dbg-ppc64el-cross
#5 7.976 gdb-aarch64-linux-gnu gdb-powerpc64le-linux-gnu default-jre
#5 7.976 libasound2-plugins alsa-utils glibc-doc cups-common gnupg | gnupg2 git bzr
#5 7.976 gdbm-l10n krb5-doc krb5-user gvfs liblcms2-utils pciutils pcscd pulseaudio
#5 7.976 librsvg2-bin lm-sensors libstdc++-7-doc make-doc openjdk-8-demo
#5 7.976 openjdk-8-source visualvm libnss-mdns fonts-dejavu-extra
#5 7.976 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
#5 7.976 fonts-wqy-zenhei fonts-indic ed diffutils-doc perl-doc
#5 7.976 libterm-readline-gnu-perl | libterm-readline-perl-perl mesa-utils
#5 7.976 Recommended packages:
#5 7.976 fakeroot gnupg | gnupg2 libalgorithm-merge-perl at-spi2-core manpages
#5 7.976 manpages-dev dbus libfile-fcntllock-perl liblocale-gettext-perl
#5 7.976 libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs libgail-common
#5 7.976 libgtk2.0-bin krb5-locales publicsuffix libsasl2-modules libxt-dev
#5 7.976 fonts-dejavu-extra netbase
#5 8.370 The following NEW packages will be installed:
#5 8.370 adwaita-icon-theme binutils binutils-aarch64-linux-gnu binutils-common
#5 8.370 binutils-powerpc64le-linux-gnu binutils-x86-64-linux-gnu build-essential
#5 8.370 ca-certificates ca-certificates-java cpp cpp-7 cpp-7-aarch64-linux-gnu
#5 8.370 cpp-7-powerpc64le-linux-gnu cpp-aarch64-linux-gnu cpp-powerpc64le-linux-gnu
#5 8.370 curl dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-7
#5 8.370 g++-7-aarch64-linux-gnu g++-7-powerpc64le-linux-gnu g++-aarch64-linux-gnu
#5 8.370 g++-powerpc64le-linux-gnu gcc gcc-7 gcc-7-aarch64-linux-gnu
#5 8.370 gcc-7-aarch64-linux-gnu-base gcc-7-base gcc-7-cross-base
#5 8.370 gcc-7-powerpc64le-linux-gnu gcc-7-powerpc64le-linux-gnu-base
#5 8.370 gcc-8-cross-base gcc-aarch64-linux-gnu gcc-powerpc64le-linux-gnu
#5 8.370 gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme java-common
#5 8.370 libapparmor1 libasan4 libasan4-arm64-cross libasan4-ppc64el-cross
#5 8.370 libasn1-8-heimdal libasound2 libasound2-data libasyncns0 libatk-bridge2.0-0
#5 8.370 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data
#5 8.370 libatomic1 libatomic1-arm64-cross libatomic1-ppc64el-cross libatspi2.0-0
#5 8.370 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils libbsd0
#5 8.370 libc-dev-bin libc6-arm64-cross libc6-dev libc6-dev-arm64-cross
#5 8.371 libc6-dev-ppc64el-cross libc6-ppc64el-cross libcairo2 libcc1-0 libcilkrts5
#5 8.371 libcroco3 libcups2 libcurl4 libdatrie1 libdbus-1-3 libdpkg-perl
#5 8.371 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#5 8.371 libdrm2 libedit2 libelf1 libexpat1 libflac8 libfontconfig1 libfontenc1
#5 8.371 libfreetype6 libgcc-7-dev libgcc-7-dev-arm64-cross
#5 8.371 libgcc-7-dev-ppc64el-cross libgcc1-arm64-cross libgcc1-ppc64el-cross
#5 8.371 libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif7
#5 8.371 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglvnd0
#5 8.371 libglx-mesa0 libglx0 libgomp1 libgomp1-arm64-cross libgomp1-ppc64el-cross
#5 8.371 libgraphite2-3 libgssapi-krb5-2 libgssapi3-heimdal libgtk2.0-0
#5 8.371 libgtk2.0-common libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
#5 8.371 libheimntlm0-heimdal libhx509-5-heimdal libice6 libicu60 libisl19 libitm1
#5 8.371 libitm1-arm64-cross libitm1-ppc64el-cross libjbig0 libjpeg-turbo8 libjpeg8
#5 8.371 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0
#5 8.371 liblcms2-2 libldap-2.4-2 libldap-common libllvm10 liblsan0
#5 8.371 liblsan0-arm64-cross liblsan0-ppc64el-cross libmpc3 libmpfr6 libmpx2
#5 8.371 libnghttp2-14 libnspr4 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0
#5 8.371 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 libperl5.26 libpixman-1-0
#5 8.371 libpng16-16 libpsl5 libpulse0 libquadmath0 libroken18-heimdal librsvg2-2
#5 8.371 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db libsensors4 libsm6
#5 8.371 libsndfile1 libsqlite3-0 libssl1.1 libstdc++-7-dev
#5 8.371 libstdc++-7-dev-arm64-cross libstdc++-7-dev-ppc64el-cross
#5 8.371 libstdc++6-arm64-cross libstdc++6-ppc64el-cross libthai-data libthai0
#5 8.371 libtiff5 libtsan0 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan0
#5 8.371 libubsan0-arm64-cross libubsan0-ppc64el-cross libvorbis0a libvorbisenc2
#5 8.371 libwind0-heimdal libwrap0 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7
#5 8.371 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0
#5 8.371 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb1 libxcomposite1 libxcursor1
#5 8.371 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1
#5 8.371 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6
#5 8.371 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-libc-dev
#5 8.371 linux-libc-dev-arm64-cross linux-libc-dev-ppc64el-cross make
#5 8.371 multiarch-support openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre
#5 8.371 openjdk-8-jre-headless openssl patch perl perl-modules-5.26 shared-mime-info
#5 8.371 ubuntu-mono ucf x11-common x11-utils xz-utils
#5 8.612 0 upgraded, 244 newly installed, 0 to remove and 0 not upgraded.
#5 8.612 Need to get 206 MB of archives.
#5 8.612 After this operation, 1035 MB of additional disk space will be used.
#5 8.612 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
#5 8.719 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
#5 8.732 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
#5 8.892 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
#5 8.918 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
#5 8.994 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
#5 9.104 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
#5 9.300 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
#5 9.305 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
#5 9.319 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]
#5 9.348 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2.2 [335 kB]
#5 9.388 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
#5 9.394 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
#5 9.475 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
#5 9.478 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
#5 9.486 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]
#5 9.495 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.6 [111 kB]
#5 9.514 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB]
#5 9.515 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]
#5 9.515 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libice6 amd64 2:1.0.9-2ubuntu0.18.04.1 [40.7 kB]
#5 9.517 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
#5 9.518 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
#5 9.621 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB]
#5 9.621 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B]
#5 9.622 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB]
#5 9.622 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB]
#5 9.622 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.7 [2764 kB]
#5 9.727 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
#5 9.727 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
#5 9.728 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.7 [3532 kB]
#5 9.812 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.7 [201 kB]
#5 9.815 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.23 [1303 kB]
#5 9.859 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.23 [614 kB]
#5 9.873 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20230311ubuntu0.18.04.1 [151 kB]
#5 9.877 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.3 [30.7 kB]
#5 9.878 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.4 [175 kB]
#5 9.883 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libelf1 amd64 0.170-0.4ubuntu0.1 [44.8 kB]
#5 9.940 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
#5 9.954 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
#5 10.17 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
#5 10.18 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.9 [663 kB]
#5 10.19 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
#5 10.19 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
#5 10.19 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-common all 2.4.101-2~18.04.1 [5560 B]
#5 10.19 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm2 amd64 2.4.101-2~18.04.1 [32.3 kB]
#5 10.19 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
#5 10.19 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.4 [30.9 kB]
#5 10.19 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.4 [85.3 kB]
#5 10.28 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
#5 10.39 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.4 [278 kB]
#5 10.39 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.4 [122 kB]
#5 10.39 Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
#5 10.39 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
#5 10.39 Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
#5 10.39 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
#5 10.39 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.18.04.1 [27.0 kB]
#5 10.39 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.10 [154 kB]
#5 10.40 Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-common all 2.36.11-2 [4536 B]
#5 10.49 Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.11-2 [165 kB]
#5 10.60 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gtk-update-icon-cache amd64 3.22.30-1ubuntu4 [28.3 kB]
#5 10.60 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpixman-1-0 amd64 0.34.0-2ubuntu0.1 [229 kB]
#5 10.60 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]
#5 10.60 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5600 B]
#5 10.60 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]
#5 10.61 Get:65 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
#5 10.61 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]
#5 10.61 Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]
#5 10.61 Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]
#5 10.70 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]
#5 10.72 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]
#5 10.72 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]
#5 10.72 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]
#5 10.72 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]
#5 10.72 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-2 amd64 2.40.20-2ubuntu0.2 [98.6 kB]
#5 10.81 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-common amd64 2.40.20-2ubuntu0.2 [5064 B]
#5 10.81 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 humanity-icon-theme all 0.6.15 [1250 kB]
#5 10.82 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-mono all 16.10+18.04.20181005-0ubuntu1 [149 kB]
#5 10.82 Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 adwaita-icon-theme all 3.28.0-1ubuntu1 [3306 kB]
#5 10.93 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.9 [197 kB]
#5 10.93 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.9 [489 kB]
#5 10.93 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.9 [1839 kB]
#5 10.95 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.9 [3392 B]
#5 10.95 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB]
#5 11.02 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-213.224 [983 kB]
#5 11.03 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB]
#5 11.06 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
#5 11.06 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
#5 11.13 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
#5 11.14 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
#5 11.14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
#5 11.39 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
#5 11.39 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
#5 11.39 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
#5 11.40 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
#5 11.40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
#5 11.40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
#5 11.40 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
#5 11.41 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
#5 11.42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
#5 11.50 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
#5 11.61 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
#5 11.82 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
#5 12.31 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
#5 12.79 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
#5 13.07 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
#5 13.07 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
#5 13.12 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
#5 13.37 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
#5 13.37 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
#5 13.37 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
#5 13.38 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
#5 13.38 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
#5 13.40 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
#5 13.40 Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 java-common all 0.68ubuntu1~18.04.1 [14.5 kB]
#5 13.40 Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.3 [22.2 kB]
#5 13.40 Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.3 [21.6 kB]
#5 13.48 Get:117 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.3 [25.2 kB]
#5 13.48 Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcups2 amd64 2.2.7-1ubuntu2.10 [211 kB]
#5 13.58 Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
#5 13.59 Get:120 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]
#5 13.59 Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.16 [1220 kB]
#5 13.62 Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcsclite1 amd64 1.8.23-1 [21.3 kB]
#5 13.62 Get:123 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxi6 amd64 2:1.7.9-1 [29.2 kB]
#5 13.62 Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]
#5 13.62 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre-headless amd64 8u372-ga~us1-0ubuntu1~18.04 [28.3 MB]
#5 14.38 Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates-java all 20180516ubuntu1~18.04.2 [12.5 kB]
#5 14.38 Get:127 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-aarch64-linux-gnu-base amd64 7.5.0-3ubuntu1~18.04cross1 [18.6 kB]
#5 14.38 Get:128 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7-aarch64-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [5750 kB]
#5 14.53 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-aarch64-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [3488 B]
#5 14.53 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-powerpc64le-linux-gnu-base amd64 7.5.0-3ubuntu1~18.04cross1 [18.5 kB]
#5 14.53 Get:131 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7-powerpc64le-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6223 kB]
#5 14.69 Get:132 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-powerpc64le-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [3492 B]
#5 14.69 Get:133 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [42.3 kB]
#5 14.69 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [175 kB]
#5 14.70 Get:135 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [30.3 kB]
#5 14.71 Get:136 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [85.9 kB]
#5 14.71 Get:137 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [48.0 kB]
#5 14.71 Get:138 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [107 kB]
#5 14.71 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [207 kB]
#5 14.72 Get:140 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [14.8 kB]
#5 14.81 Get:141 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.4 [96.7 kB]
#5 14.81 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB]
#5 14.81 Get:143 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB]
#5 14.92 Get:144 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
#5 14.92 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
#5 14.92 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
#5 14.92 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
#5 14.92 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.24 [221 kB]
#5 14.93 Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.24 [159 kB]
#5 14.93 Get:150 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.30-21ubuntu1~18.04.9 [2875 kB]
#5 15.02 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-cross-base all 7.5.0-3ubuntu1~18.04cross1 [13.0 kB]
#5 15.02 Get:152 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-cross-base all 8.4.0-1ubuntu1~18.04cross2 [13.7 kB]
#5 15.02 Get:153 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-arm64-cross all 2.27-3ubuntu1cross1.1 [1085 kB]
#5 15.13 Get:154 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1-arm64-cross all 1:8.4.0-1ubuntu1~18.04cross2 [34.3 kB]
#5 15.13 Get:155 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [68.2 kB]
#5 15.13 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [23.9 kB]
#5 15.13 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [8924 B]
#5 15.13 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [329 kB]
#5 15.14 Get:159 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [120 kB]
#5 15.14 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [262 kB]
#5 15.24 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6-arm64-cross all 8.4.0-1ubuntu1~18.04cross2 [335 kB]
#5 15.24 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [116 kB]
#5 15.24 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [834 kB]
#5 15.34 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-aarch64-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6461 kB]
#5 15.50 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-aarch64-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1396 B]
#5 15.50 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev-arm64-cross all 4.15.0-35.38cross1.1 [859 kB]
#5 15.52 Get:167 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-arm64-cross all 2.27-3ubuntu1cross1.1 [2044 kB]
#5 15.58 Get:168 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev-arm64-cross all 7.5.0-3ubuntu1~18.04cross1 [1450 kB]
#5 15.61 Get:169 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-aarch64-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6595 kB]
#5 15.80 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-aarch64-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1108 B]
#5 15.80 Get:171 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-powerpc64le-linux-gnu amd64 2.30-21ubuntu1~18.04.9 [2381 kB]
#5 15.85 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-ppc64el-cross all 2.27-3ubuntu1cross1.1 [1446 kB]
#5 15.90 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1-ppc64el-cross all 1:8.4.0-1ubuntu1~18.04cross2 [30.3 kB]
#5 15.90 Get:174 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [78.7 kB]
#5 15.90 Get:175 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [29.1 kB]
#5 15.90 Get:176 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [9768 B]
#5 15.90 Get:177 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [360 kB]
#5 15.91 Get:178 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [144 kB]
#5 15.93 Get:179 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [290 kB]
#5 15.93 Get:180 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6-ppc64el-cross all 8.4.0-1ubuntu1~18.04cross2 [405 kB]
#5 16.02 Get:181 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [135 kB]
#5 16.02 Get:182 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [983 kB]
#5 16.04 Get:183 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-powerpc64le-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [6931 kB]
#5 16.21 Get:184 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-powerpc64le-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1416 B]
#5 16.21 Get:185 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev-ppc64el-cross all 4.15.0-35.38cross1.1 [874 kB]
#5 16.25 Get:186 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-ppc64el-cross all 2.27-3ubuntu1cross1.1 [2548 kB]
#5 16.30 Get:187 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev-ppc64el-cross all 7.5.0-3ubuntu1~18.04cross1 [1520 kB]
#5 16.36 Get:188 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-powerpc64le-linux-gnu amd64 7.5.0-3ubuntu1~18.04cross1 [7069 kB]
#5 16.53 Get:189 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-powerpc64le-linux-gnu amd64 4:7.4.0-1ubuntu2.3 [1116 B]
#5 16.53 Get:190 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.6 [38.5 kB]
#5 16.53 Get:191 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.6 [360 kB]
#5 16.56 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
#5 16.56 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-data all 2.28.1-1 [2992 B]
#5 16.56 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-0 amd64 2.28.1-1 [43.9 kB]
#5 16.56 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatspi2.0-0 amd64 2.28.0-1 [59.6 kB]
#5 16.56 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-bridge2.0-0 amd64 2.26.2-1 [57.3 kB]
#5 16.57 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB]
#5 16.68 Get:198 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.3 [47.0 kB]
#5 16.68 Get:199 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglapi-mesa amd64 20.0.8-0ubuntu1~18.04.1 [26.6 kB]
#5 16.68 Get:200 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.4 [9720 B]
#5 16.68 Get:201 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0 amd64 1.13-2~ubuntu18.04 [6920 B]
#5 16.68 Get:202 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-0 amd64 1.13-2~ubuntu18.04 [6568 B]
#5 16.89 Get:203 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0 amd64 1.13-2~ubuntu18.04 [22.1 kB]
#5 17.12 Get:204 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present0 amd64 1.13-2~ubuntu18.04 [5552 B]
#5 17.13 Get:205 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync1 amd64 1.13-2~ubuntu18.04 [8808 B]
#5 17.15 Get:206 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage1 amd64 1:1.1.4-3 [6934 B]
#5 17.16 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes3 amd64 1:5.0.3-1 [10.8 kB]
#5 17.18 Get:208 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
#5 17.22 Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-amdgpu1 amd64 2.4.101-2~18.04.1 [18.2 kB]
#5 17.27 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpciaccess0 amd64 0.14-1 [17.9 kB]
#5 17.30 Get:211 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-intel1 amd64 2.4.101-2~18.04.1 [60.0 kB]
#5 17.38 Get:212 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-nouveau2 amd64 2.4.101-2~18.04.1 [16.5 kB]
#5 17.40 Get:213 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-radeon1 amd64 2.4.101-2~18.04.1 [21.7 kB]
#5 17.42 Get:214 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1~18.04.2 [15.4 MB]
#5 18.43 Get:215 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsensors4 amd64 1:3.4.0-4ubuntu0.1 [28.3 kB]
#5 18.43 Get:216 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dri amd64 20.0.8-0ubuntu1~18.04.1 [9333 kB]
#5 18.84 Get:217 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx-mesa0 amd64 20.0.8-0ubuntu1~18.04.1 [139 kB]
#5 18.85 Get:218 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.3 [28.1 kB]
#5 18.85 Get:219 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.3 [86.2 kB]
#5 18.86 Get:220 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-glx amd64 20.0.8-0ubuntu1~18.04.1 [5532 B]
#5 18.86 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
#5 18.86 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
#5 18.86 Get:223 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.18.04.2 [34.8 kB]
#5 18.87 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
#5 18.87 Get:225 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0 amd64 1.13-2~ubuntu18.04 [5972 B]
#5 18.95 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcomposite1 amd64 1:0.4.4-2 [6988 B]
#5 19.05 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr2 amd64 2:1.5.1-1 [18.1 kB]
#5 19.05 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
#5 19.05 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB]
#5 19.06 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-wrapper-java all 0.33.3-20ubuntu0.1 [34.7 kB]
#5 19.06 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-wrapper-java-jni amd64 0.33.3-20ubuntu0.1 [28.3 kB]
#5 19.06 Get:232 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libflac8 amd64 1.3.2-1ubuntu0.1 [213 kB]
#5 19.07 Get:233 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgif7 amd64 5.1.4-2ubuntu0.1 [30.9 kB]
#5 19.07 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-common all 2.24.32-1ubuntu1 [125 kB]
#5 19.08 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor1 amd64 1:1.1.15-1 [19.8 kB]
#5 19.16 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk2.0-0 amd64 2.24.32-1ubuntu1 [1769 kB]
#5 19.27 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbis0a amd64 1.3.5-4.2 [86.4 kB]
#5 19.27 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisenc2 amd64 1.3.5-4.2 [70.7 kB]
#5 19.27 Get:239 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsndfile1 amd64 1.0.28-4ubuntu0.18.04.2 [170 kB]
#5 19.28 Get:240 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwrap0 amd64 7.6.q-27 [46.3 kB]
#5 19.28 Get:241 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.11 [266 kB]
#5 19.29 Get:242 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre amd64 8u372-ga~us1-0ubuntu1~18.04 [69.8 kB]
#5 19.29 Get:243 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jdk-headless amd64 8u372-ga~us1-0ubuntu1~18.04 [8291 kB]
#5 19.66 Get:244 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jdk amd64 8u372-ga~us1-0ubuntu1~18.04 [4076 kB]
#5 19.96 debconf: delaying package configuration, since apt-utils is not installed
#5 19.99 Fetched 206 MB in 11s (18.0 MB/s)
#5 20.01 Selecting previously unselected package multiarch-support.
#5 20.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 ... 4050 files and directories currently installed.)
#5 20.01 Preparing to unpack .../0-multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
#5 20.02 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
#5 20.05 Selecting previously unselected package libxau6:amd64.
#5 20.05 Preparing to unpack .../1-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
#5 20.06 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
#5 20.09 Selecting previously unselected package libbsd0:amd64.
#5 20.09 Preparing to unpack .../2-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
#5 20.09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
#5 20.12 Selecting previously unselected package libxdmcp6:amd64.
#5 20.13 Preparing to unpack .../3-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
#5 20.13 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
#5 20.16 Selecting previously unselected package libxcb1:amd64.
#5 20.16 Preparing to unpack .../4-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
#5 20.17 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
#5 20.20 Selecting previously unselected package libx11-data.
#5 20.20 Preparing to unpack .../5-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
#5 20.20 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
#5 20.28 Selecting previously unselected package libx11-6:amd64.
#5 20.28 Preparing to unpack .../6-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
#5 20.29 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 20.35 Setting up multiarch-support (2.27-3ubuntu1.6) ...
#5 20.41 Selecting previously unselected package libxext6:amd64.
#5 20.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 ... 4340 files and directories currently installed.)
#5 20.42 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
#5 20.42 Unpacking libxext6:amd64 (2:1.3.3-1) ...
#5 20.45 Selecting previously unselected package libexpat1:amd64.
#5 20.46 Preparing to unpack .../001-libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
#5 20.46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
#5 20.49 Selecting previously unselected package libpng16-16:amd64.
#5 20.49 Preparing to unpack .../002-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
#5 20.50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
#5 20.54 Selecting previously unselected package libfreetype6:amd64.
#5 20.54 Preparing to unpack .../003-libfreetype6_2.8.1-2ubuntu2.2_amd64.deb ...
#5 20.54 Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2.2) ...
#5 20.60 Selecting previously unselected package ucf.
#5 20.60 Preparing to unpack .../004-ucf_3.0038_all.deb ...
#5 20.61 Moving old data out of the way
#5 20.61 Unpacking ucf (3.0038) ...
#5 20.64 Selecting previously unselected package fonts-dejavu-core.
#5 20.64 Preparing to unpack .../005-fonts-dejavu-core_2.37-1_all.deb ...
#5 20.64 Unpacking fonts-dejavu-core (2.37-1) ...
#5 20.74 Selecting previously unselected package fontconfig-config.
#5 20.74 Preparing to unpack .../006-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
#5 20.75 Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
#5 20.79 Selecting previously unselected package libfontconfig1:amd64.
#5 20.79 Preparing to unpack .../007-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
#5 20.79 Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
#5 20.83 Selecting previously unselected package fontconfig.
#5 20.84 Preparing to unpack .../008-fontconfig_2.12.6-0ubuntu2_amd64.deb ...
#5 20.84 Unpacking fontconfig (2.12.6-0ubuntu2) ...
#5 20.88 Selecting previously unselected package libjpeg-turbo8:amd64.
#5 20.88 Preparing to unpack .../009-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.6_amd64.deb ...
#5 20.89 Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.6) ...
#5 20.93 Selecting previously unselected package libogg0:amd64.
#5 20.93 Preparing to unpack .../010-libogg0_1.3.2-1_amd64.deb ...
#5 20.93 Unpacking libogg0:amd64 (1.3.2-1) ...
#5 20.97 Selecting previously unselected package x11-common.
#5 20.97 Preparing to unpack .../011-x11-common_1%3a7.7+19ubuntu7.1_all.deb ...
#5 20.98 dpkg-query: no packages found matching nux-tools
#5 20.99 Unpacking x11-common (1:7.7+19ubuntu7.1) ...
#5 21.02 Selecting previously unselected package libice6:amd64.
#5 21.03 Preparing to unpack .../012-libice6_2%3a1.0.9-2ubuntu0.18.04.1_amd64.deb ...
#5 21.03 Unpacking libice6:amd64 (2:1.0.9-2ubuntu0.18.04.1) ...
#5 21.06 Selecting previously unselected package libsm6:amd64.
#5 21.06 Preparing to unpack .../013-libsm6_2%3a1.2.2-1_amd64.deb ...
#5 21.07 Unpacking libsm6:amd64 (2:1.2.2-1) ...
#5 21.10 Selecting previously unselected package libxrender1:amd64.
#5 21.10 Preparing to unpack .../014-libxrender1_1%3a0.9.10-1_amd64.deb ...
#5 21.10 Unpacking libxrender1:amd64 (1:0.9.10-1) ...
#5 21.13 Selecting previously unselected package libxft2:amd64.
#5 21.13 Preparing to unpack .../015-libxft2_2.3.2-1_amd64.deb ...
#5 21.14 Unpacking libxft2:amd64 (2.3.2-1) ...
#5 21.17 Selecting previously unselected package libxinerama1:amd64.
#5 21.17 Preparing to unpack .../016-libxinerama1_2%3a1.1.3-1_amd64.deb ...
#5 21.17 Unpacking libxinerama1:amd64 (2:1.1.3-1) ...
#5 21.20 Selecting previously unselected package libxxf86dga1:amd64.
#5 21.20 Preparing to unpack .../017-libxxf86dga1_2%3a1.1.4-1_amd64.deb ...
#5 21.21 Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ...
#5 21.24 Selecting previously unselected package libxxf86vm1:amd64.
#5 21.24 Preparing to unpack .../018-libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
#5 21.24 Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
#5 21.27 Selecting previously unselected package perl-modules-5.26.
#5 21.27 Preparing to unpack .../019-perl-modules-5.26_5.26.1-6ubuntu0.7_all.deb ...
#5 21.27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.7) ...
#5 21.64 Selecting previously unselected package libgdbm5:amd64.
#5 21.64 Preparing to unpack .../020-libgdbm5_1.14.1-6_amd64.deb ...
#5 21.64 Unpacking libgdbm5:amd64 (1.14.1-6) ...
#5 21.67 Selecting previously unselected package libgdbm-compat4:amd64.
#5 21.67 Preparing to unpack .../021-libgdbm-compat4_1.14.1-6_amd64.deb ...
#5 21.68 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
#5 21.71 Selecting previously unselected package libperl5.26:amd64.
#5 21.71 Preparing to unpack .../022-libperl5.26_5.26.1-6ubuntu0.7_amd64.deb ...
#5 21.72 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.7) ...
#5 22.04 Selecting previously unselected package perl.
#5 22.04 Preparing to unpack .../023-perl_5.26.1-6ubuntu0.7_amd64.deb ...
#5 22.05 Unpacking perl (5.26.1-6ubuntu0.7) ...
#5 22.10 Selecting previously unselected package libssl1.1:amd64.
#5 22.11 Preparing to unpack .../024-libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb ...
#5 22.11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.23) ...
#5 22.22 Selecting previously unselected package openssl.
#5 22.22 Preparing to unpack .../025-openssl_1.1.1-1ubuntu2.1~18.04.23_amd64.deb ...
#5 22.22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.23) ...
#5 22.30 Selecting previously unselected package ca-certificates.
#5 22.30 Preparing to unpack .../026-ca-certificates_20230311ubuntu0.18.04.1_all.deb ...
#5 22.30 Unpacking ca-certificates (20230311ubuntu0.18.04.1) ...
#5 22.37 Selecting previously unselected package libapparmor1:amd64.
#5 22.37 Preparing to unpack .../027-libapparmor1_2.12-4ubuntu5.3_amd64.deb ...
#5 22.38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.3) ...
#5 22.41 Selecting previously unselected package libdbus-1-3:amd64.
#5 22.41 Preparing to unpack .../028-libdbus-1-3_1.12.2-1ubuntu1.4_amd64.deb ...
#5 22.41 Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
#5 22.46 Selecting previously unselected package libelf1:amd64.
#5 22.46 Preparing to unpack .../029-libelf1_0.170-0.4ubuntu0.1_amd64.deb ...
#5 22.46 Unpacking libelf1:amd64 (0.170-0.4ubuntu0.1) ...
#5 22.50 Selecting previously unselected package libglib2.0-0:amd64.
#5 22.50 Preparing to unpack .../030-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
#5 22.50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
#5 22.61 Selecting previously unselected package libicu60:amd64.
#5 22.61 Preparing to unpack .../031-libicu60_60.2-3ubuntu3.2_amd64.deb ...
#5 22.61 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
#5 23.18 Selecting previously unselected package libsqlite3-0:amd64.
#5 23.18 Preparing to unpack .../032-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
#5 23.19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
#5 23.25 Selecting previously unselected package libxml2:amd64.
#5 23.25 Preparing to unpack .../033-libxml2_2.9.4+dfsg1-6.1ubuntu1.9_amd64.deb ...
#5 23.25 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.9) ...
#5 23.33 Selecting previously unselected package shared-mime-info.
#5 23.33 Preparing to unpack .../034-shared-mime-info_1.9-2_amd64.deb ...
#5 23.33 Unpacking shared-mime-info (1.9-2) ...
#5 23.39 Selecting previously unselected package xz-utils.
#5 23.39 Preparing to unpack .../035-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
#5 23.40 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
#5 23.43 Selecting previously unselected package libdrm-common.
#5 23.43 Preparing to unpack .../036-libdrm-common_2.4.101-2~18.04.1_all.deb ...
#5 23.43 Unpacking libdrm-common (2.4.101-2~18.04.1) ...
#5 23.46 Selecting previously unselected package libdrm2:amd64.
#5 23.46 Preparing to unpack .../037-libdrm2_2.4.101-2~18.04.1_amd64.deb ...
#5 23.47 Unpacking libdrm2:amd64 (2.4.101-2~18.04.1) ...
#5 23.50 Selecting previously unselected package libedit2:amd64.
#5 23.50 Preparing to unpack .../038-libedit2_3.1-20170329-1_amd64.deb ...
#5 23.50 Unpacking libedit2:amd64 (3.1-20170329-1) ...
#5 23.54 Selecting previously unselected package libkrb5support0:amd64.
#5 23.54 Preparing to unpack .../039-libkrb5support0_1.16-2ubuntu0.4_amd64.deb ...
#5 23.54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.4) ...
#5 23.58 Selecting previously unselected package libk5crypto3:amd64.
#5 23.58 Preparing to unpack .../040-libk5crypto3_1.16-2ubuntu0.4_amd64.deb ...
#5 23.58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.4) ...
#5 23.62 Selecting previously unselected package libkeyutils1:amd64.
#5 23.62 Preparing to unpack .../041-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
#5 23.62 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
#5 23.65 Selecting previously unselected package libkrb5-3:amd64.
#5 23.66 Preparing to unpack .../042-libkrb5-3_1.16-2ubuntu0.4_amd64.deb ...
#5 23.66 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.4) ...
#5 23.71 Selecting previously unselected package libgssapi-krb5-2:amd64.
#5 23.72 Preparing to unpack .../043-libgssapi-krb5-2_1.16-2ubuntu0.4_amd64.deb ...
#5 23.72 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.4) ...
#5 23.76 Selecting previously unselected package libpsl5:amd64.
#5 23.76 Preparing to unpack .../044-libpsl5_0.19.1-5build1_amd64.deb ...
#5 23.76 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
#5 23.80 Selecting previously unselected package libxmuu1:amd64.
#5 23.80 Preparing to unpack .../045-libxmuu1_2%3a1.1.2-2_amd64.deb ...
#5 23.80 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
#5 23.83 Selecting previously unselected package hicolor-icon-theme.
#5 23.83 Preparing to unpack .../046-hicolor-icon-theme_0.17-2_all.deb ...
#5 23.83 Unpacking hicolor-icon-theme (0.17-2) ...
#5 23.92 Selecting previously unselected package libjpeg8:amd64.
#5 23.92 Preparing to unpack .../047-libjpeg8_8c-2ubuntu8_amd64.deb ...
#5 23.93 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
#5 23.96 Selecting previously unselected package libjbig0:amd64.
#5 23.96 Preparing to unpack .../048-libjbig0_2.1-3.1ubuntu0.18.04.1_amd64.deb ...
#5 23.96 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.18.04.1) ...
#5 23.99 Selecting previously unselected package libtiff5:amd64.
#5 24.00 Preparing to unpack .../049-libtiff5_4.0.9-5ubuntu0.10_amd64.deb ...
#5 24.00 Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.10) ...
#5 24.04 Selecting previously unselected package libgdk-pixbuf2.0-common.
#5 24.04 Preparing to unpack .../050-libgdk-pixbuf2.0-common_2.36.11-2_all.deb ...
#5 24.04 Unpacking libgdk-pixbuf2.0-common (2.36.11-2) ...
#5 24.07 Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
#5 24.07 Preparing to unpack .../051-libgdk-pixbuf2.0-0_2.36.11-2_amd64.deb ...
#5 24.08 Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
#5 24.12 Selecting previously unselected package gtk-update-icon-cache.
#5 24.12 Preparing to unpack .../052-gtk-update-icon-cache_3.22.30-1ubuntu4_amd64.deb ...
#5 24.13 No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
#5 24.14 No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
#5 24.14 Unpacking gtk-update-icon-cache (3.22.30-1ubuntu4) ...
#5 24.17 Selecting previously unselected package libpixman-1-0:amd64.
#5 24.17 Preparing to unpack .../053-libpixman-1-0_0.34.0-2ubuntu0.1_amd64.deb ...
#5 24.17 Unpacking libpixman-1-0:amd64 (0.34.0-2ubuntu0.1) ...
#5 24.22 Selecting previously unselected package libxcb-render0:amd64.
#5 24.22 Preparing to unpack .../054-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
#5 24.23 Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
#5 24.26 Selecting previously unselected package libxcb-shm0:amd64.
#5 24.26 Preparing to unpack .../055-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
#5 24.26 Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
#5 24.29 Selecting previously unselected package libcairo2:amd64.
#5 24.30 Preparing to unpack .../056-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
#5 24.30 Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
#5 24.36 Selecting previously unselected package libcroco3:amd64.
#5 24.36 Preparing to unpack .../057-libcroco3_0.6.12-2_amd64.deb ...
#5 24.37 Unpacking libcroco3:amd64 (0.6.12-2) ...
#5 24.40 Selecting previously unselected package libthai-data.
#5 24.40 Preparing to unpack .../058-libthai-data_0.1.27-2_all.deb ...
#5 24.41 Unpacking libthai-data (0.1.27-2) ...
#5 24.45 Selecting previously unselected package libdatrie1:amd64.
#5 24.45 Preparing to unpack .../059-libdatrie1_0.2.10-7_amd64.deb ...
#5 24.45 Unpacking libdatrie1:amd64 (0.2.10-7) ...
#5 24.49 Selecting previously unselected package libthai0:amd64.
#5 24.49 Preparing to unpack .../060-libthai0_0.1.27-2_amd64.deb ...
#5 24.49 Unpacking libthai0:amd64 (0.1.27-2) ...
#5 24.52 Selecting previously unselected package libpango-1.0-0:amd64.
#5 24.52 Preparing to unpack .../061-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
#5 24.53 Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 24.57 Selecting previously unselected package libgraphite2-3:amd64.
#5 24.57 Preparing to unpack .../062-libgraphite2-3_1.3.11-2_amd64.deb ...
#5 24.57 Unpacking libgraphite2-3:amd64 (1.3.11-2) ...
#5 24.61 Selecting previously unselected package libharfbuzz0b:amd64.
#5 24.61 Preparing to unpack .../063-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
#5 24.61 Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
#5 24.66 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#5 24.66 Preparing to unpack .../064-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
#5 24.67 Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 24.70 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#5 24.70 Preparing to unpack .../065-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
#5 24.70 Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 24.73 Selecting previously unselected package librsvg2-2:amd64.
#5 24.74 Preparing to unpack .../066-librsvg2-2_2.40.20-2ubuntu0.2_amd64.deb ...
#5 24.74 Unpacking librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
#5 24.77 Selecting previously unselected package librsvg2-common:amd64.
#5 24.78 Preparing to unpack .../067-librsvg2-common_2.40.20-2ubuntu0.2_amd64.deb ...
#5 24.78 Unpacking librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
#5 24.81 Selecting previously unselected package humanity-icon-theme.
#5 24.82 Preparing to unpack .../068-humanity-icon-theme_0.6.15_all.deb ...
#5 24.82 Unpacking humanity-icon-theme (0.6.15) ...
#5 26.13 Selecting previously unselected package ubuntu-mono.
#5 26.13 Preparing to unpack .../069-ubuntu-mono_16.10+18.04.20181005-0ubuntu1_all.deb ...
#5 26.14 Unpacking ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
#5 26.74 Selecting previously unselected package adwaita-icon-theme.
#5 26.74 Preparing to unpack .../070-adwaita-icon-theme_3.28.0-1ubuntu1_all.deb ...
#5 26.75 Unpacking adwaita-icon-theme (3.28.0-1ubuntu1) ...
#5 27.12 Selecting previously unselected package binutils-common:amd64.
#5 27.12 Preparing to unpack .../071-binutils-common_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 27.16 Selecting previously unselected package libbinutils:amd64.
#5 27.17 Preparing to unpack .../072-libbinutils_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 27.23 Selecting previously unselected package binutils-x86-64-linux-gnu.
#5 27.24 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 27.44 Selecting previously unselected package binutils.
#5 27.44 Preparing to unpack .../074-binutils_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 27.44 Unpacking binutils (2.30-21ubuntu1~18.04.9) ...
#5 27.47 Selecting previously unselected package libc-dev-bin.
#5 27.47 Preparing to unpack .../075-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ...
#5 27.48 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
#5 27.51 Selecting previously unselected package linux-libc-dev:amd64.
#5 27.51 Preparing to unpack .../076-linux-libc-dev_4.15.0-213.224_amd64.deb ...
#5 27.51 Unpacking linux-libc-dev:amd64 (4.15.0-213.224) ...
#5 27.72 Selecting previously unselected package libc6-dev:amd64.
#5 27.72 Preparing to unpack .../077-libc6-dev_2.27-3ubuntu1.6_amd64.deb ...
#5 27.72 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) ...
#5 28.01 Selecting previously unselected package gcc-7-base:amd64.
#5 28.01 Preparing to unpack .../078-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 28.02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 28.05 Selecting previously unselected package libisl19:amd64.
#5 28.05 Preparing to unpack .../079-libisl19_0.19-1_amd64.deb ...
#5 28.05 Unpacking libisl19:amd64 (0.19-1) ...
#5 28.12 Selecting previously unselected package libmpfr6:amd64.
#5 28.12 Preparing to unpack .../080-libmpfr6_4.0.1-1_amd64.deb ...
#5 28.12 Unpacking libmpfr6:amd64 (4.0.1-1) ...
#5 28.17 Selecting previously unselected package libmpc3:amd64.
#5 28.17 Preparing to unpack .../081-libmpc3_1.1.0-1_amd64.deb ...
#5 28.17 Unpacking libmpc3:amd64 (1.1.0-1) ...
#5 28.20 Selecting previously unselected package cpp-7.
#5 28.21 Preparing to unpack .../082-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 28.21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
#5 28.78 Selecting previously unselected package cpp.
#5 28.78 Preparing to unpack .../083-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 28.79 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
#5 28.83 Selecting previously unselected package libcc1-0:amd64.
#5 28.83 Preparing to unpack .../084-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.84 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.87 Selecting previously unselected package libgomp1:amd64.
#5 28.87 Preparing to unpack .../085-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.87 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.91 Selecting previously unselected package libitm1:amd64.
#5 28.91 Preparing to unpack .../086-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.92 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.95 Selecting previously unselected package libatomic1:amd64.
#5 28.95 Preparing to unpack .../087-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 28.95 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 28.98 Selecting previously unselected package libasan4:amd64.
#5 28.99 Preparing to unpack .../088-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 28.99 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.04 Selecting previously unselected package liblsan0:amd64.
#5 29.05 Preparing to unpack .../089-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.09 Selecting previously unselected package libtsan0:amd64.
#5 29.09 Preparing to unpack .../090-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.14 Selecting previously unselected package libubsan0:amd64.
#5 29.15 Preparing to unpack .../091-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.19 Selecting previously unselected package libcilkrts5:amd64.
#5 29.19 Preparing to unpack .../092-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.23 Selecting previously unselected package libmpx2:amd64.
#5 29.23 Preparing to unpack .../093-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.23 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.27 Selecting previously unselected package libquadmath0:amd64.
#5 29.27 Preparing to unpack .../094-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
#5 29.27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 29.31 Selecting previously unselected package libgcc-7-dev:amd64.
#5 29.31 Preparing to unpack .../095-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.31 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 29.51 Selecting previously unselected package gcc-7.
#5 29.51 Preparing to unpack .../096-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 29.52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
#5 30.12 Selecting previously unselected package gcc.
#5 30.13 Preparing to unpack .../097-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 30.13 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
#5 30.16 Selecting previously unselected package libstdc++-7-dev:amd64.
#5 30.16 Preparing to unpack .../098-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 30.16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 30.40 Selecting previously unselected package g++-7.
#5 30.40 Preparing to unpack .../099-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
#5 30.41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
#5 31.05 Selecting previously unselected package g++.
#5 31.05 Preparing to unpack .../100-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 31.06 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
#5 31.09 Selecting previously unselected package make.
#5 31.09 Preparing to unpack .../101-make_4.1-9.1ubuntu1_amd64.deb ...
#5 31.09 Unpacking make (4.1-9.1ubuntu1) ...
#5 31.13 Selecting previously unselected package libdpkg-perl.
#5 31.13 Preparing to unpack .../102-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
#5 31.13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
#5 31.18 Selecting previously unselected package patch.
#5 31.18 Preparing to unpack .../103-patch_2.7.6-2ubuntu1.1_amd64.deb ...
#5 31.19 Unpacking patch (2.7.6-2ubuntu1.1) ...
#5 31.22 Selecting previously unselected package dpkg-dev.
#5 31.23 Preparing to unpack .../104-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
#5 31.23 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
#5 31.30 Selecting previously unselected package build-essential.
#5 31.30 Preparing to unpack .../105-build-essential_12.4ubuntu1_amd64.deb ...
#5 31.30 Unpacking build-essential (12.4ubuntu1) ...
#5 31.34 Selecting previously unselected package java-common.
#5 31.34 Preparing to unpack .../106-java-common_0.68ubuntu1~18.04.1_all.deb ...
#5 31.34 Unpacking java-common (0.68ubuntu1~18.04.1) ...
#5 31.37 Selecting previously unselected package libavahi-common-data:amd64.
#5 31.37 Preparing to unpack .../107-libavahi-common-data_0.7-3.1ubuntu1.3_amd64.deb ...
#5 31.38 Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
#5 31.41 Selecting previously unselected package libavahi-common3:amd64.
#5 31.41 Preparing to unpack .../108-libavahi-common3_0.7-3.1ubuntu1.3_amd64.deb ...
#5 31.42 Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
#5 31.45 Selecting previously unselected package libavahi-client3:amd64.
#5 31.45 Preparing to unpack .../109-libavahi-client3_0.7-3.1ubuntu1.3_amd64.deb ...
#5 31.46 Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
#5 31.49 Selecting previously unselected package libcups2:amd64.
#5 31.49 Preparing to unpack .../110-libcups2_2.2.7-1ubuntu2.10_amd64.deb ...
#5 31.50 Unpacking libcups2:amd64 (2.2.7-1ubuntu2.10) ...
#5 31.54 Selecting previously unselected package liblcms2-2:amd64.
#5 31.55 Preparing to unpack .../111-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
#5 31.55 Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
#5 31.59 Selecting previously unselected package libnspr4:amd64.
#5 31.59 Preparing to unpack .../112-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
#5 31.60 Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ...
#5 31.64 Selecting previously unselected package libnss3:amd64.
#5 31.64 Preparing to unpack .../113-libnss3_2%3a3.35-2ubuntu2.16_amd64.deb ...
#5 31.64 Unpacking libnss3:amd64 (2:3.35-2ubuntu2.16) ...
#5 31.76 Selecting previously unselected package libpcsclite1:amd64.
#5 31.76 Preparing to unpack .../114-libpcsclite1_1.8.23-1_amd64.deb ...
#5 31.76 Unpacking libpcsclite1:amd64 (1.8.23-1) ...
#5 31.80 Selecting previously unselected package libxi6:amd64.
#5 31.80 Preparing to unpack .../115-libxi6_2%3a1.7.9-1_amd64.deb ...
#5 31.81 Unpacking libxi6:amd64 (2:1.7.9-1) ...
#5 31.84 Selecting previously unselected package libxtst6:amd64.
#5 31.84 Preparing to unpack .../116-libxtst6_2%3a1.2.3-1_amd64.deb ...
#5 31.84 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#5 31.88 Selecting previously unselected package openjdk-8-jre-headless:amd64.
#5 31.88 Preparing to unpack .../117-openjdk-8-jre-headless_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 31.89 Unpacking openjdk-8-jre-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 33.82 Selecting previously unselected package ca-certificates-java.
#5 33.83 Preparing to unpack .../118-ca-certificates-java_20180516ubuntu1~18.04.2_all.deb ...
#5 33.83 Unpacking ca-certificates-java (20180516ubuntu1~18.04.2) ...
#5 33.86 Selecting previously unselected package gcc-7-aarch64-linux-gnu-base:amd64.
#5 33.86 Preparing to unpack .../119-gcc-7-aarch64-linux-gnu-base_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 33.86 Unpacking gcc-7-aarch64-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 33.89 Selecting previously unselected package cpp-7-aarch64-linux-gnu.
#5 33.89 Preparing to unpack .../120-cpp-7-aarch64-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 33.90 Unpacking cpp-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 34.28 Selecting previously unselected package cpp-aarch64-linux-gnu.
#5 34.28 Preparing to unpack .../121-cpp-aarch64-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 34.29 Unpacking cpp-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 34.32 Selecting previously unselected package gcc-7-powerpc64le-linux-gnu-base:amd64.
#5 34.32 Preparing to unpack .../122-gcc-7-powerpc64le-linux-gnu-base_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 34.32 Unpacking gcc-7-powerpc64le-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 34.35 Selecting previously unselected package cpp-7-powerpc64le-linux-gnu.
#5 34.36 Preparing to unpack .../123-cpp-7-powerpc64le-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 34.36 Unpacking cpp-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 34.79 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
#5 34.79 Preparing to unpack .../124-cpp-powerpc64le-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 34.79 Unpacking cpp-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 34.83 Selecting previously unselected package libroken18-heimdal:amd64.
#5 34.83 Preparing to unpack .../125-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.83 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 34.87 Selecting previously unselected package libasn1-8-heimdal:amd64.
#5 34.87 Preparing to unpack .../126-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.87 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 34.91 Selecting previously unselected package libheimbase1-heimdal:amd64.
#5 34.92 Preparing to unpack .../127-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.92 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 34.95 Selecting previously unselected package libhcrypto4-heimdal:amd64.
#5 34.96 Preparing to unpack .../128-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 34.96 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.00 Selecting previously unselected package libwind0-heimdal:amd64.
#5 35.00 Preparing to unpack .../129-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.04 Selecting previously unselected package libhx509-5-heimdal:amd64.
#5 35.04 Preparing to unpack .../130-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.09 Selecting previously unselected package libkrb5-26-heimdal:amd64.
#5 35.09 Preparing to unpack .../131-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.14 Selecting previously unselected package libheimntlm0-heimdal:amd64.
#5 35.14 Preparing to unpack .../132-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.18 Selecting previously unselected package libgssapi3-heimdal:amd64.
#5 35.18 Preparing to unpack .../133-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.4_amd64.deb ...
#5 35.19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 35.22 Selecting previously unselected package libsasl2-modules-db:amd64.
#5 35.22 Preparing to unpack .../134-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
#5 35.23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 35.26 Selecting previously unselected package libsasl2-2:amd64.
#5 35.26 Preparing to unpack .../135-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
#5 35.26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 35.29 Selecting previously unselected package libldap-common.
#5 35.30 Preparing to unpack .../136-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
#5 35.30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
#5 35.33 Selecting previously unselected package libldap-2.4-2:amd64.
#5 35.33 Preparing to unpack .../137-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
#5 35.34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
#5 35.38 Selecting previously unselected package libnghttp2-14:amd64.
#5 35.38 Preparing to unpack .../138-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
#5 35.39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
#5 35.42 Selecting previously unselected package librtmp1:amd64.
#5 35.43 Preparing to unpack .../139-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
#5 35.43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
#5 35.46 Selecting previously unselected package libcurl4:amd64.
#5 35.47 Preparing to unpack .../140-libcurl4_7.58.0-2ubuntu3.24_amd64.deb ...
#5 35.47 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.24) ...
#5 35.51 Selecting previously unselected package curl.
#5 35.51 Preparing to unpack .../141-curl_7.58.0-2ubuntu3.24_amd64.deb ...
#5 35.52 Unpacking curl (7.58.0-2ubuntu3.24) ...
#5 35.56 Selecting previously unselected package binutils-aarch64-linux-gnu.
#5 35.56 Preparing to unpack .../142-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 35.56 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 35.85 Selecting previously unselected package gcc-7-cross-base.
#5 35.85 Preparing to unpack .../143-gcc-7-cross-base_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 35.85 Unpacking gcc-7-cross-base (7.5.0-3ubuntu1~18.04cross1) ...
#5 35.88 Selecting previously unselected package gcc-8-cross-base.
#5 35.88 Preparing to unpack .../144-gcc-8-cross-base_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 35.89 Unpacking gcc-8-cross-base (8.4.0-1ubuntu1~18.04cross2) ...
#5 35.92 Selecting previously unselected package libc6-arm64-cross.
#5 35.92 Preparing to unpack .../145-libc6-arm64-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 35.92 Unpacking libc6-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 36.03 Selecting previously unselected package libgcc1-arm64-cross.
#5 36.03 Preparing to unpack .../146-libgcc1-arm64-cross_1%3a8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.03 Unpacking libgcc1-arm64-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 36.06 Selecting previously unselected package libgomp1-arm64-cross.
#5 36.07 Preparing to unpack .../147-libgomp1-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.07 Unpacking libgomp1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.10 Selecting previously unselected package libitm1-arm64-cross.
#5 36.11 Preparing to unpack .../148-libitm1-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.11 Unpacking libitm1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.14 Selecting previously unselected package libatomic1-arm64-cross.
#5 36.14 Preparing to unpack .../149-libatomic1-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.14 Unpacking libatomic1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.17 Selecting previously unselected package libasan4-arm64-cross.
#5 36.18 Preparing to unpack .../150-libasan4-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 36.18 Unpacking libasan4-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.23 Selecting previously unselected package liblsan0-arm64-cross.
#5 36.23 Preparing to unpack .../151-liblsan0-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.24 Unpacking liblsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.27 Selecting previously unselected package libtsan0-arm64-cross.
#5 36.28 Preparing to unpack .../152-libtsan0-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.28 Unpacking libtsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.33 Selecting previously unselected package libstdc++6-arm64-cross.
#5 36.33 Preparing to unpack .../153-libstdc++6-arm64-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 36.33 Unpacking libstdc++6-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 36.39 Selecting previously unselected package libubsan0-arm64-cross.
#5 36.39 Preparing to unpack .../154-libubsan0-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 36.40 Unpacking libubsan0-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.43 Selecting previously unselected package libgcc-7-dev-arm64-cross.
#5 36.44 Preparing to unpack .../155-libgcc-7-dev-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 36.44 Unpacking libgcc-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.55 Selecting previously unselected package gcc-7-aarch64-linux-gnu.
#5 36.55 Preparing to unpack .../156-gcc-7-aarch64-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 36.56 Unpacking gcc-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 36.97 Selecting previously unselected package gcc-aarch64-linux-gnu.
#5 36.98 Preparing to unpack .../157-gcc-aarch64-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 36.98 Unpacking gcc-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 37.01 Selecting previously unselected package linux-libc-dev-arm64-cross.
#5 37.01 Preparing to unpack .../158-linux-libc-dev-arm64-cross_4.15.0-35.38cross1.1_all.deb ...
#5 37.02 Unpacking linux-libc-dev-arm64-cross (4.15.0-35.38cross1.1) ...
#5 37.21 Selecting previously unselected package libc6-dev-arm64-cross.
#5 37.21 Preparing to unpack .../159-libc6-dev-arm64-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 37.21 Unpacking libc6-dev-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 37.46 Selecting previously unselected package libstdc++-7-dev-arm64-cross.
#5 37.46 Preparing to unpack .../160-libstdc++-7-dev-arm64-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 37.47 Unpacking libstdc++-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 37.71 Selecting previously unselected package g++-7-aarch64-linux-gnu.
#5 37.71 Preparing to unpack .../161-g++-7-aarch64-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 37.71 Unpacking g++-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 38.14 Selecting previously unselected package g++-aarch64-linux-gnu.
#5 38.14 Preparing to unpack .../162-g++-aarch64-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 38.15 Unpacking g++-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 38.18 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
#5 38.18 Preparing to unpack .../163-binutils-powerpc64le-linux-gnu_2.30-21ubuntu1~18.04.9_amd64.deb ...
#5 38.18 Unpacking binutils-powerpc64le-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 38.43 Selecting previously unselected package libc6-ppc64el-cross.
#5 38.43 Preparing to unpack .../164-libc6-ppc64el-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 38.43 Unpacking libc6-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 38.57 Selecting previously unselected package libgcc1-ppc64el-cross.
#5 38.57 Preparing to unpack .../165-libgcc1-ppc64el-cross_1%3a8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.57 Unpacking libgcc1-ppc64el-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 38.60 Selecting previously unselected package libgomp1-ppc64el-cross.
#5 38.61 Preparing to unpack .../166-libgomp1-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.61 Unpacking libgomp1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.65 Selecting previously unselected package libitm1-ppc64el-cross.
#5 38.65 Preparing to unpack .../167-libitm1-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.67 Unpacking libitm1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.70 Selecting previously unselected package libatomic1-ppc64el-cross.
#5 38.70 Preparing to unpack .../168-libatomic1-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.70 Unpacking libatomic1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.73 Selecting previously unselected package libasan4-ppc64el-cross.
#5 38.74 Preparing to unpack .../169-libasan4-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 38.74 Unpacking libasan4-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 38.80 Selecting previously unselected package liblsan0-ppc64el-cross.
#5 38.80 Preparing to unpack .../170-liblsan0-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.81 Unpacking liblsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.85 Selecting previously unselected package libtsan0-ppc64el-cross.
#5 38.85 Preparing to unpack .../171-libtsan0-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.85 Unpacking libtsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.90 Selecting previously unselected package libstdc++6-ppc64el-cross.
#5 38.91 Preparing to unpack .../172-libstdc++6-ppc64el-cross_8.4.0-1ubuntu1~18.04cross2_all.deb ...
#5 38.91 Unpacking libstdc++6-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 38.97 Selecting previously unselected package libubsan0-ppc64el-cross.
#5 38.97 Preparing to unpack .../173-libubsan0-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 38.98 Unpacking libubsan0-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 39.02 Selecting previously unselected package libgcc-7-dev-ppc64el-cross.
#5 39.02 Preparing to unpack .../174-libgcc-7-dev-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 39.02 Unpacking libgcc-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 39.14 Selecting previously unselected package gcc-7-powerpc64le-linux-gnu.
#5 39.15 Preparing to unpack .../175-gcc-7-powerpc64le-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 39.15 Unpacking gcc-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 39.61 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
#5 39.61 Preparing to unpack .../176-gcc-powerpc64le-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 39.62 Unpacking gcc-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 39.65 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
#5 39.65 Preparing to unpack .../177-linux-libc-dev-ppc64el-cross_4.15.0-35.38cross1.1_all.deb ...
#5 39.65 Unpacking linux-libc-dev-ppc64el-cross (4.15.0-35.38cross1.1) ...
#5 39.85 Selecting previously unselected package libc6-dev-ppc64el-cross.
#5 39.85 Preparing to unpack .../178-libc6-dev-ppc64el-cross_2.27-3ubuntu1cross1.1_all.deb ...
#5 39.86 Unpacking libc6-dev-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 40.15 Selecting previously unselected package libstdc++-7-dev-ppc64el-cross.
#5 40.15 Preparing to unpack .../179-libstdc++-7-dev-ppc64el-cross_7.5.0-3ubuntu1~18.04cross1_all.deb ...
#5 40.15 Unpacking libstdc++-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 40.41 Selecting previously unselected package g++-7-powerpc64le-linux-gnu.
#5 40.41 Preparing to unpack .../180-g++-7-powerpc64le-linux-gnu_7.5.0-3ubuntu1~18.04cross1_amd64.deb ...
#5 40.42 Unpacking g++-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 40.91 Selecting previously unselected package g++-powerpc64le-linux-gnu.
#5 40.91 Preparing to unpack .../181-g++-powerpc64le-linux-gnu_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
#5 40.91 Unpacking g++-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 40.95 Selecting previously unselected package libasound2-data.
#5 40.95 Preparing to unpack .../182-libasound2-data_1.1.3-5ubuntu0.6_all.deb ...
#5 40.95 Unpacking libasound2-data (1.1.3-5ubuntu0.6) ...
#5 41.02 Selecting previously unselected package libasound2:amd64.
#5 41.03 Preparing to unpack .../183-libasound2_1.1.3-5ubuntu0.6_amd64.deb ...
#5 41.03 Unpacking libasound2:amd64 (1.1.3-5ubuntu0.6) ...
#5 41.09 Selecting previously unselected package libasyncns0:amd64.
#5 41.09 Preparing to unpack .../184-libasyncns0_0.8-6_amd64.deb ...
#5 41.09 Unpacking libasyncns0:amd64 (0.8-6) ...
#5 41.12 Selecting previously unselected package libatk1.0-data.
#5 41.13 Preparing to unpack .../185-libatk1.0-data_2.28.1-1_all.deb ...
#5 41.13 Unpacking libatk1.0-data (2.28.1-1) ...
#5 41.16 Selecting previously unselected package libatk1.0-0:amd64.
#5 41.17 Preparing to unpack .../186-libatk1.0-0_2.28.1-1_amd64.deb ...
#5 41.17 Unpacking libatk1.0-0:amd64 (2.28.1-1) ...
#5 41.20 Selecting previously unselected package libatspi2.0-0:amd64.
#5 41.21 Preparing to unpack .../187-libatspi2.0-0_2.28.0-1_amd64.deb ...
#5 41.21 Unpacking libatspi2.0-0:amd64 (2.28.0-1) ...
#5 41.25 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#5 41.25 Preparing to unpack .../188-libatk-bridge2.0-0_2.26.2-1_amd64.deb ...
#5 41.25 Unpacking libatk-bridge2.0-0:amd64 (2.26.2-1) ...
#5 41.29 Selecting previously unselected package libfontenc1:amd64.
#5 41.30 Preparing to unpack .../189-libfontenc1_1%3a1.1.3-1_amd64.deb ...
#5 41.30 Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
#5 41.34 Selecting previously unselected package libglvnd0:amd64.
#5 41.34 Preparing to unpack .../190-libglvnd0_1.0.0-2ubuntu2.3_amd64.deb ...
#5 41.34 Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
#5 41.39 Selecting previously unselected package libglapi-mesa:amd64.
#5 41.39 Preparing to unpack .../191-libglapi-mesa_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 41.39 Unpacking libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 41.43 Selecting previously unselected package libx11-xcb1:amd64.
#5 41.43 Preparing to unpack .../192-libx11-xcb1_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
#5 41.43 Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 41.47 Selecting previously unselected package libxcb-dri2-0:amd64.
#5 41.47 Preparing to unpack .../193-libxcb-dri2-0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.47 Unpacking libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.51 Selecting previously unselected package libxcb-dri3-0:amd64.
#5 41.51 Preparing to unpack .../194-libxcb-dri3-0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.51 Unpacking libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.55 Selecting previously unselected package libxcb-glx0:amd64.
#5 41.55 Preparing to unpack .../195-libxcb-glx0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.56 Unpacking libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.59 Selecting previously unselected package libxcb-present0:amd64.
#5 41.60 Preparing to unpack .../196-libxcb-present0_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.60 Unpacking libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
#5 41.63 Selecting previously unselected package libxcb-sync1:amd64.
#5 41.64 Preparing to unpack .../197-libxcb-sync1_1.13-2~ubuntu18.04_amd64.deb ...
#5 41.64 Unpacking libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
#5 41.67 Selecting previously unselected package libxdamage1:amd64.
#5 41.68 Preparing to unpack .../198-libxdamage1_1%3a1.1.4-3_amd64.deb ...
#5 41.68 Unpacking libxdamage1:amd64 (1:1.1.4-3) ...
#5 41.72 Selecting previously unselected package libxfixes3:amd64.
#5 41.72 Preparing to unpack .../199-libxfixes3_1%3a5.0.3-1_amd64.deb ...
#5 41.73 Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
#5 41.76 Selecting previously unselected package libxshmfence1:amd64.
#5 41.77 Preparing to unpack .../200-libxshmfence1_1.3-1_amd64.deb ...
#5 41.77 Unpacking libxshmfence1:amd64 (1.3-1) ...
#5 41.81 Selecting previously unselected package libdrm-amdgpu1:amd64.
#5 41.81 Preparing to unpack .../201-libdrm-amdgpu1_2.4.101-2~18.04.1_amd64.deb ...
#5 41.81 Unpacking libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) ...
#5 41.85 Selecting previously unselected package libpciaccess0:amd64.
#5 41.85 Preparing to unpack .../202-libpciaccess0_0.14-1_amd64.deb ...
#5 41.86 Unpacking libpciaccess0:amd64 (0.14-1) ...
#5 41.89 Selecting previously unselected package libdrm-intel1:amd64.
#5 41.90 Preparing to unpack .../203-libdrm-intel1_2.4.101-2~18.04.1_amd64.deb ...
#5 41.90 Unpacking libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
#5 41.94 Selecting previously unselected package libdrm-nouveau2:amd64.
#5 41.94 Preparing to unpack .../204-libdrm-nouveau2_2.4.101-2~18.04.1_amd64.deb ...
#5 41.95 Unpacking libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
#5 41.99 Selecting previously unselected package libdrm-radeon1:amd64.
#5 41.99 Preparing to unpack .../205-libdrm-radeon1_2.4.101-2~18.04.1_amd64.deb ...
#5 41.99 Unpacking libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
#5 42.03 Selecting previously unselected package libllvm10:amd64.
#5 42.03 Preparing to unpack .../206-libllvm10_1%3a10.0.0-4ubuntu1~18.04.2_amd64.deb ...
#5 42.03 Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
#5 43.13 Selecting previously unselected package libsensors4:amd64.
#5 43.13 Preparing to unpack .../207-libsensors4_1%3a3.4.0-4ubuntu0.1_amd64.deb ...
#5 43.16 Unpacking libsensors4:amd64 (1:3.4.0-4ubuntu0.1) ...
#5 43.21 Selecting previously unselected package libgl1-mesa-dri:amd64.
#5 43.21 Preparing to unpack .../208-libgl1-mesa-dri_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 43.22 Unpacking libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 43.85 Selecting previously unselected package libglx-mesa0:amd64.
#5 43.85 Preparing to unpack .../209-libglx-mesa0_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 43.85 Unpacking libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 43.90 Selecting previously unselected package libglx0:amd64.
#5 43.91 Preparing to unpack .../210-libglx0_1.0.0-2ubuntu2.3_amd64.deb ...
#5 43.91 Unpacking libglx0:amd64 (1.0.0-2ubuntu2.3) ...
#5 43.95 Selecting previously unselected package libgl1:amd64.
#5 43.95 Preparing to unpack .../211-libgl1_1.0.0-2ubuntu2.3_amd64.deb ...
#5 43.95 Unpacking libgl1:amd64 (1.0.0-2ubuntu2.3) ...
#5 43.99 Selecting previously unselected package libgl1-mesa-glx:amd64.
#5 43.99 Preparing to unpack .../212-libgl1-mesa-glx_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
#5 44.00 Unpacking libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 44.03 Selecting previously unselected package libxt6:amd64.
#5 44.03 Preparing to unpack .../213-libxt6_1%3a1.1.5-1_amd64.deb ...
#5 44.03 Unpacking libxt6:amd64 (1:1.1.5-1) ...
#5 44.08 Selecting previously unselected package libxmu6:amd64.
#5 44.08 Preparing to unpack .../214-libxmu6_2%3a1.1.2-2_amd64.deb ...
#5 44.09 Unpacking libxmu6:amd64 (2:1.1.2-2) ...
#5 44.12 Selecting previously unselected package libxpm4:amd64.
#5 44.12 Preparing to unpack .../215-libxpm4_1%3a3.5.12-1ubuntu0.18.04.2_amd64.deb ...
#5 44.13 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.18.04.2) ...
#5 44.16 Selecting previously unselected package libxaw7:amd64.
#5 44.16 Preparing to unpack .../216-libxaw7_2%3a1.0.13-1_amd64.deb ...
#5 44.17 Unpacking libxaw7:amd64 (2:1.0.13-1) ...
#5 44.21 Selecting previously unselected package libxcb-shape0:amd64.
#5 44.21 Preparing to unpack .../217-libxcb-shape0_1.13-2~ubuntu18.04_amd64.deb ...
#5 44.22 Unpacking libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
#5 44.25 Selecting previously unselected package libxcomposite1:amd64.
#5 44.25 Preparing to unpack .../218-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
#5 44.25 Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
#5 44.29 Selecting previously unselected package libxrandr2:amd64.
#5 44.29 Preparing to unpack .../219-libxrandr2_2%3a1.5.1-1_amd64.deb ...
#5 44.29 Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
#5 44.33 Selecting previously unselected package libxv1:amd64.
#5 44.33 Preparing to unpack .../220-libxv1_2%3a1.0.11-1_amd64.deb ...
#5 44.33 Unpacking libxv1:amd64 (2:1.0.11-1) ...
#5 44.37 Selecting previously unselected package x11-utils.
#5 44.37 Preparing to unpack .../221-x11-utils_7.7+3build1_amd64.deb ...
#5 44.38 Unpacking x11-utils (7.7+3build1) ...
#5 44.42 Selecting previously unselected package libatk-wrapper-java.
#5 44.43 Preparing to unpack .../222-libatk-wrapper-java_0.33.3-20ubuntu0.1_all.deb ...
#5 44.43 Unpacking libatk-wrapper-java (0.33.3-20ubuntu0.1) ...
#5 44.46 Selecting previously unselected package libatk-wrapper-java-jni:amd64.
#5 44.47 Preparing to unpack .../223-libatk-wrapper-java-jni_0.33.3-20ubuntu0.1_amd64.deb ...
#5 44.47 Unpacking libatk-wrapper-java-jni:amd64 (0.33.3-20ubuntu0.1) ...
#5 44.51 Selecting previously unselected package libflac8:amd64.
#5 44.51 Preparing to unpack .../224-libflac8_1.3.2-1ubuntu0.1_amd64.deb ...
#5 44.52 Unpacking libflac8:amd64 (1.3.2-1ubuntu0.1) ...
#5 44.57 Selecting previously unselected package libgif7:amd64.
#5 44.57 Preparing to unpack .../225-libgif7_5.1.4-2ubuntu0.1_amd64.deb ...
#5 44.57 Unpacking libgif7:amd64 (5.1.4-2ubuntu0.1) ...
#5 44.61 Selecting previously unselected package libgtk2.0-common.
#5 44.61 Preparing to unpack .../226-libgtk2.0-common_2.24.32-1ubuntu1_all.deb ...
#5 44.61 Unpacking libgtk2.0-common (2.24.32-1ubuntu1) ...
#5 44.65 Selecting previously unselected package libxcursor1:amd64.
#5 44.66 Preparing to unpack .../227-libxcursor1_1%3a1.1.15-1_amd64.deb ...
#5 44.66 Unpacking libxcursor1:amd64 (1:1.1.15-1) ...
#5 44.70 Selecting previously unselected package libgtk2.0-0:amd64.
#5 44.71 Preparing to unpack .../228-libgtk2.0-0_2.24.32-1ubuntu1_amd64.deb ...
#5 44.71 Unpacking libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
#5 44.86 Selecting previously unselected package libvorbis0a:amd64.
#5 44.86 Preparing to unpack .../229-libvorbis0a_1.3.5-4.2_amd64.deb ...
#5 44.87 Unpacking libvorbis0a:amd64 (1.3.5-4.2) ...
#5 44.91 Selecting previously unselected package libvorbisenc2:amd64.
#5 44.91 Preparing to unpack .../230-libvorbisenc2_1.3.5-4.2_amd64.deb ...
#5 44.91 Unpacking libvorbisenc2:amd64 (1.3.5-4.2) ...
#5 44.96 Selecting previously unselected package libsndfile1:amd64.
#5 44.96 Preparing to unpack .../231-libsndfile1_1.0.28-4ubuntu0.18.04.2_amd64.deb ...
#5 44.96 Unpacking libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
#5 45.02 Selecting previously unselected package libwrap0:amd64.
#5 45.02 Preparing to unpack .../232-libwrap0_7.6.q-27_amd64.deb ...
#5 45.02 Unpacking libwrap0:amd64 (7.6.q-27) ...
#5 45.06 Selecting previously unselected package libpulse0:amd64.
#5 45.06 Preparing to unpack .../233-libpulse0_1%3a11.1-1ubuntu7.11_amd64.deb ...
#5 45.07 Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
#5 45.13 Selecting previously unselected package openjdk-8-jre:amd64.
#5 45.13 Preparing to unpack .../234-openjdk-8-jre_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 45.13 Unpacking openjdk-8-jre:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 45.18 Selecting previously unselected package openjdk-8-jdk-headless:amd64.
#5 45.18 Preparing to unpack .../235-openjdk-8-jdk-headless_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 45.19 Unpacking openjdk-8-jdk-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 45.79 Selecting previously unselected package openjdk-8-jdk:amd64.
#5 45.79 Preparing to unpack .../236-openjdk-8-jdk_8u372-ga~us1-0ubuntu1~18.04_amd64.deb ...
#5 45.80 Unpacking openjdk-8-jdk:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 46.05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.06 Setting up libedit2:amd64 (3.1-20170329-1) ...
#5 46.06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.07 Setting up gcc-7-aarch64-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.08 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.09 Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
#5 46.10 Setting up gcc-8-cross-base (8.4.0-1ubuntu1~18.04cross2) ...
#5 46.11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
#5 46.12 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
#5 46.13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.14 Setting up make (4.1-9.1ubuntu1) ...
#5 46.15 Setting up libgtk2.0-common (2.24.32-1ubuntu1) ...
#5 46.16 Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
#5 46.17 Setting up libasyncns0:amd64 (0.8-6) ...
#5 46.17 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
#5 46.18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
#5 46.19 Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
#5 46.20 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.18.04.1) ...
#5 46.21 Setting up libpcsclite1:amd64 (1.8.23-1) ...
#5 46.22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
#5 46.23 Setting up fonts-dejavu-core (2.37-1) ...
#5 46.28 Setting up libc6-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 46.29 Setting up libpsl5:amd64 (0.19.1-5build1) ...
#5 46.30 Setting up libelf1:amd64 (0.170-0.4ubuntu0.1) ...
#5 46.31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
#5 46.33 No schema files found: doing nothing.
#5 46.34 Setting up libasound2-data (1.1.3-5ubuntu0.6) ...
#5 46.35 Setting up libxshmfence1:amd64 (1.3-1) ...
#5 46.36 Setting up gcc-7-cross-base (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.36 Setting up gcc-7-powerpc64le-linux-gnu-base:amd64 (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.37 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 46.38 Setting up linux-libc-dev:amd64 (4.15.0-213.224) ...
#5 46.39 Setting up libmpfr6:amd64 (4.0.1-1) ...
#5 46.40 Setting up java-common (0.68ubuntu1~18.04.1) ...
#5 46.42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
#5 46.43 Setting up libgdk-pixbuf2.0-common (2.36.11-2) ...
#5 46.44 Setting up libdatrie1:amd64 (0.2.10-7) ...
#5 46.45 Setting up libgif7:amd64 (5.1.4-2ubuntu0.1) ...
#5 46.45 Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.6) ...
#5 46.46 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 46.47 Setting up libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 46.48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
#5 46.49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.7) ...
#5 46.50 Setting up linux-libc-dev-ppc64el-cross (4.15.0-35.38cross1.1) ...
#5 46.51 Setting up libgdbm5:amd64 (1.14.1-6) ...
#5 46.52 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
#5 46.53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.4) ...
#5 46.54 Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
#5 46.55 Setting up ucf (3.0038) ...
#5 46.63 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.9) ...
#5 46.64 Setting up libfreetype6:amd64 (2.8.1-2ubuntu2.2) ...
#5 46.65 Setting up libasound2:amd64 (1.1.3-5ubuntu0.6) ...
#5 46.66 Setting up libdrm-common (2.4.101-2~18.04.1) ...
#5 46.67 Setting up libgraphite2-3:amd64 (1.3.11-2) ...
#5 46.68 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.69 Setting up libcroco3:amd64 (0.6.12-2) ...
#5 46.70 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 46.72 Setting up libogg0:amd64 (1.3.2-1) ...
#5 46.73 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 46.74 Setting up libatk1.0-data (2.28.1-1) ...
#5 46.75 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 46.76 Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 46.77 Setting up libpixman-1-0:amd64 (0.34.0-2ubuntu0.1) ...
#5 46.78 Setting up patch (2.7.6-2ubuntu1.1) ...
#5 46.79 Setting up libgcc1-ppc64el-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 46.80 Setting up libc6-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 46.81 Setting up libapparmor1:amd64 (2.12-4ubuntu5.3) ...
#5 46.82 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 46.83 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.23) ...
#5 46.90 Setting up libatk1.0-0:amd64 (2.28.1-1) ...
#5 46.91 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
#5 46.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#5 46.92 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#5 46.93 Setting up libgomp1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 46.94 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 46.95 Setting up linux-libc-dev-arm64-cross (4.15.0-35.38cross1.1) ...
#5 46.96 Setting up libitm1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 46.97 Setting up libasan4-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 46.98 Setting up openssl (1.1.1-1ubuntu2.1~18.04.23) ...
#5 46.99 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
#5 47.00 Setting up libgcc1-arm64-cross (1:8.4.0-1ubuntu1~18.04cross2) ...
#5 47.02 Setting up libfontenc1:amd64 (1:1.1.3-1) ...
#5 47.04 Setting up libpciaccess0:amd64 (0.14-1) ...
#5 47.05 Setting up libsensors4:amd64 (1:3.4.0-4ubuntu0.1) ...
#5 47.07 Setting up shared-mime-info (1.9-2) ...
#5 48.85 Setting up libmpc3:amd64 (1.1.0-1) ...
#5 48.86 Setting up libatomic1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 48.87 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
#5 48.88 Setting up libthai-data (0.1.27-2) ...
#5 48.89 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
#5 48.90 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
#5 48.91 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
#5 48.92 Setting up libvorbis0a:amd64 (1.3.5-4.2) ...
#5 48.93 Setting up x11-common (1:7.7+19ubuntu7.1) ...
#5 49.05 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
#5 49.05 invoke-rc.d: could not determine current runlevel
#5 49.06 invoke-rc.d: policy-rc.d denied execution of start.
#5 49.06 Setting up ca-certificates (20230311ubuntu0.18.04.1) ...
#5 49.62 Updating certificates in /etc/ssl/certs...
#5 50.33 137 added, 0 removed; done.
#5 50.36 Setting up hicolor-icon-theme (0.17-2) ...
#5 50.39 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ...
#5 50.40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
#5 50.41 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
#5 50.42 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
#5 50.43 Setting up libstdc++6-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.44 Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
#5 50.45 Setting up libwrap0:amd64 (7.6.q-27) ...
#5 50.46 Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
#5 50.47 Setting up libubsan0-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.49 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
#5 50.49 Setting up libisl19:amd64 (0.19-1) ...
#5 50.51 Setting up liblsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.4) ...
#5 50.53 Setting up fontconfig-config (2.12.6-0ubuntu2) ...
#5 50.69 Setting up libgomp1-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.70 Setting up libc6-dev-ppc64el-cross (2.27-3ubuntu1cross1.1) ...
#5 50.72 Setting up liblsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.73 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.74 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.75 Setting up cpp-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.76 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.9) ...
#5 50.77 Setting up libasan4-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.78 Setting up libatomic1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.79 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.80 Setting up cpp-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.81 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.82 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.83 Setting up binutils-powerpc64le-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 50.84 Setting up libstdc++6-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.85 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.86 Setting up libflac8:amd64 (1.3.2-1ubuntu0.1) ...
#5 50.88 Setting up libubsan0-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 50.88 Setting up libnss3:amd64 (2:3.35-2ubuntu2.16) ...
#5 50.89 Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
#5 50.90 Setting up libtiff5:amd64 (4.0.9-5ubuntu0.10) ...
#5 50.91 Setting up libthai0:amd64 (0.1.27-2) ...
#5 50.92 Setting up libtsan0-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.93 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 50.94 Setting up libitm1-arm64-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 50.95 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 50.97 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
#5 50.98 Setting up libdrm2:amd64 (2.4.101-2~18.04.1) ...
#5 50.99 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
#5 51.00 Setting up libc6-dev-arm64-cross (2.27-3ubuntu1cross1.1) ...
#5 51.01 Setting up libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
#5 51.02 Setting up libtsan0-ppc64el-cross (8.4.0-1ubuntu1~18.04cross2) ...
#5 51.03 Setting up libgcc-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.7) ...
#5 51.05 Setting up cpp-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 51.08 Setting up libice6:amd64 (2:1.0.9-2ubuntu0.18.04.1) ...
#5 51.09 Setting up libstdc++-7-dev-arm64-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.10 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.4) ...
#5 51.11 Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
#5 51.12 Setting up libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
#5 51.13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 51.14 Setting up libvorbisenc2:amd64 (1.3.5-4.2) ...
#5 51.15 Setting up libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
#5 51.16 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
#5 51.17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 51.18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.9) ...
#5 51.19 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
#5 51.20 Setting up libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.21 Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
#5 51.22 Setting up libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.23 Setting up libsm6:amd64 (2:1.2.2-1) ...
#5 51.25 Setting up libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.26 Setting up cpp-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 51.27 Setting up libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.28 Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.29 Setting up libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) ...
#5 51.30 Setting up gcc-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.31 Setting up gcc-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 51.32 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
#5 51.33 Setting up libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 51.35 Setting up libgcc-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.36 Setting up g++-7-aarch64-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.36 Setting up libstdc++-7-dev-ppc64el-cross (7.5.0-3ubuntu1~18.04cross1) ...
#5 51.37 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
#5 51.38 Setting up libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
#5 51.39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.4) ...
#5 51.41 Setting up perl (5.26.1-6ubuntu0.7) ...
#5 51.43 Setting up libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
#5 51.44 Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
#5 51.45 Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.45 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.18.04.2) ...
#5 51.46 Setting up libxt6:amd64 (1:1.1.5-1) ...
#5 51.47 Setting up libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
#5 51.48 Setting up libxrender1:amd64 (1:0.9.10-1) ...
#5 51.50 Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
#5 51.50 Setting up binutils (2.30-21ubuntu1~18.04.9) ...
#5 51.52 Setting up libxft2:amd64 (2.3.2-1) ...
#5 51.54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.4) ...
#5 51.55 Setting up fontconfig (2.12.6-0ubuntu2) ...
#5 51.56 Regenerating fonts cache... done.
#5 53.61 Setting up libcups2:amd64 (2.2.7-1ubuntu2.10) ...
#5 53.63 Setting up gcc-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 53.64 Setting up libxdamage1:amd64 (1:1.1.4-3) ...
#5 53.65 Setting up libxext6:amd64 (2:1.3.3-1) ...
#5 53.67 Setting up libxfixes3:amd64 (1:5.0.3-1) ...
#5 53.68 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
#5 53.69 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
#5 53.70 Setting up g++-7-powerpc64le-linux-gnu (7.5.0-3ubuntu1~18.04cross1) ...
#5 53.71 Setting up libatspi2.0-0:amd64 (2.28.0-1) ...
#5 53.72 Setting up libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
#5 53.75 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
#5 53.76 Setting up g++-aarch64-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 53.77 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
#5 53.79 Setting up libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
#5 53.81 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#5 53.82 Setting up libxmu6:amd64 (2:1.1.2-2) ...
#5 53.83 Setting up gtk-update-icon-cache (3.22.30-1ubuntu4) ...
#5 53.84 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
#5 53.86 Setting up libxcursor1:amd64 (1:1.1.15-1) ...
#5 53.87 Setting up libxxf86dga1:amd64 (2:1.1.4-1) ...
#5 53.89 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
#5 53.90 Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 53.91 Setting up libatk-bridge2.0-0:amd64 (2.26.2-1) ...
#5 53.92 Setting up libxv1:amd64 (2:1.0.11-1) ...
#5 53.93 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
#5 53.96 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#5 53.96 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#5 53.97 Setting up libxxf86vm1:amd64 (1:1.1.4-1) ...
#5 53.98 Setting up gcc-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 53.99 Setting up libxrandr2:amd64 (2:1.5.1-1) ...
#5 54.00 Setting up libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 54.02 Setting up libxi6:amd64 (2:1.7.9-1) ...
#5 54.03 Setting up libxaw7:amd64 (2:1.0.13-1) ...
#5 54.05 Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
#5 54.06 Setting up libxinerama1:amd64 (2:1.1.3-1) ...
#5 54.07 Setting up build-essential (12.4ubuntu1) ...
#5 54.08 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.24) ...
#5 54.09 Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 54.09 Setting up g++-powerpc64le-linux-gnu (4:7.4.0-1ubuntu2.3) ...
#5 54.10 Setting up libglx0:amd64 (1.0.0-2ubuntu2.3) ...
#5 54.12 Setting up curl (7.58.0-2ubuntu3.24) ...
#5 54.13 Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
#5 54.14 Setting up libgl1:amd64 (1.0.0-2ubuntu2.3) ...
#5 54.15 Setting up librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
#5 54.16 Setting up x11-utils (7.7+3build1) ...
#5 54.20 Setting up librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
#5 54.21 Setting up libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
#5 54.22 Setting up libatk-wrapper-java (0.33.3-20ubuntu0.1) ...
#5 54.23 Setting up libatk-wrapper-java-jni:amd64 (0.33.3-20ubuntu0.1) ...
#5 54.24 Setting up adwaita-icon-theme (3.28.0-1ubuntu1) ...
#5 54.27 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#5 54.28 Setting up libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
#5 54.30 Setting up ca-certificates-java (20180516ubuntu1~18.04.2) ...
#5 54.33 head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
#5 54.52 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
#5 54.52 Adding debian:Amazon_Root_CA_2.pem
#5 54.52 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
#5 54.53 Adding debian:DigiCert_Assured_ID_Root_CA.pem
#5 54.54 Adding debian:COMODO_ECC_Certification_Authority.pem
#5 54.55 Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
#5 54.55 Adding debian:GlobalSign_Root_CA_-_R6.pem
#5 54.55 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
#5 54.56 Adding debian:Buypass_Class_3_Root_CA.pem
#5 54.56 Adding debian:CA_Disig_Root_R2.pem
#5 54.56 Adding debian:COMODO_RSA_Certification_Authority.pem
#5 54.57 Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
#5 54.57 Adding debian:DigiCert_Trusted_Root_G4.pem
#5 54.57 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
#5 54.58 Adding debian:Certum_Trusted_Network_CA_2.pem
#5 54.58 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
#5 54.59 Adding debian:ACCVRAIZ1.pem
#5 54.60 Adding debian:QuoVadis_Root_CA_3.pem
#5 54.60 Adding debian:USERTrust_ECC_Certification_Authority.pem
#5 54.60 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
#5 54.60 Adding debian:USERTrust_RSA_Certification_Authority.pem
#5 54.61 Adding debian:DigiCert_Assured_ID_Root_G3.pem
#5 54.61 Adding debian:vTrus_Root_CA.pem
#5 54.61 Adding debian:E-Tugra_Certification_Authority.pem
#5 54.62 Adding debian:Actalis_Authentication_Root_CA.pem
#5 54.62 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
#5 54.62 Adding debian:Certum_EC-384_CA.pem
#5 54.63 Adding debian:Comodo_AAA_Services_root.pem
#5 54.63 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
#5 54.63 Adding debian:Certum_Trusted_Root_CA.pem
#5 54.64 Adding debian:Baltimore_CyberTrust_Root.pem
#5 54.64 Adding debian:ANF_Secure_Server_Root_CA.pem
#5 54.64 Adding debian:COMODO_Certification_Authority.pem
#5 54.64 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
#5 54.65 Adding debian:SZAFIR_ROOT_CA2.pem
#5 54.65 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
#5 54.65 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
#5 54.65 Adding debian:vTrus_ECC_Root_CA.pem
#5 54.65 Adding debian:DigiCert_Global_Root_G3.pem
#5 54.66 Adding debian:AffirmTrust_Commercial.pem
#5 54.66 Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
#5 54.66 Adding debian:SwissSign_Gold_CA_-_G2.pem
#5 54.66 Adding debian:GTS_Root_R2.pem
#5 54.67 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem
#5 54.67 Adding debian:Buypass_Class_2_Root_CA.pem
#5 54.67 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
#5 54.67 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
#5 54.68 Adding debian:emSign_ECC_Root_CA_-_G3.pem
#5 54.68 Adding debian:ePKI_Root_Certification_Authority.pem
#5 54.68 Adding debian:Trustwave_Global_Certification_Authority.pem
#5 54.68 Adding debian:Starfield_Class_2_CA.pem
#5 54.69 Adding debian:GLOBALTRUST_2020.pem
#5 54.69 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
#5 54.69 Adding debian:Certum_Trusted_Network_CA.pem
#5 54.70 Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem
#5 54.70 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
#5 54.70 Adding debian:Security_Communication_RootCA3.pem
#5 54.70 Adding debian:IdenTrust_Commercial_Root_CA_1.pem
#5 54.70 Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
#5 54.71 Adding debian:QuoVadis_Root_CA_1_G3.pem
#5 54.71 Adding debian:Certainly_Root_E1.pem
#5 54.71 Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
#5 54.71 Adding debian:emSign_Root_CA_-_C1.pem
#5 54.72 Adding debian:Izenpe.com.pem
#5 54.72 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
#5 54.72 Adding debian:TunTrust_Root_CA.pem
#5 54.72 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
#5 54.72 Adding debian:QuoVadis_Root_CA_3_G3.pem
#5 54.73 Adding debian:NetLock_Arany_=Class_Gold=_FÅ‘tanúsÃtvány.pem
#5 54.73 Adding debian:ISRG_Root_X2.pem
#5 54.73 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
#5 54.73 Adding debian:GlobalSign_Root_R46.pem
#5 54.74 Adding debian:TeliaSonera_Root_CA_v1.pem
#5 54.74 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
#5 54.74 Adding debian:DigiCert_Global_Root_CA.pem
#5 54.74 Adding debian:AffirmTrust_Networking.pem
#5 54.75 Adding debian:Amazon_Root_CA_4.pem
#5 54.75 Adding debian:GlobalSign_Root_E46.pem
#5 54.75 Adding debian:UCA_Extended_Validation_Root.pem
#5 54.75 Adding debian:Telia_Root_CA_v2.pem
#5 54.75 Adding debian:ISRG_Root_X1.pem
#5 54.76 Adding debian:SecureSign_RootCA11.pem
#5 54.76 Adding debian:Hongkong_Post_Root_CA_3.pem
#5 54.76 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
#5 54.76 Adding debian:AC_RAIZ_FNMT-RCM.pem
#5 54.77 Adding debian:Go_Daddy_Class_2_CA.pem
#5 54.77 Adding debian:Secure_Global_CA.pem
#5 54.77 Adding debian:Amazon_Root_CA_1.pem
#5 54.77 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
#5 54.78 Adding debian:Entrust_Root_Certification_Authority.pem
#5 54.78 Adding debian:GlobalSign_Root_CA_-_R3.pem
#5 54.78 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
#5 54.78 Adding debian:Amazon_Root_CA_3.pem
#5 54.78 Adding debian:DigiCert_Global_Root_G2.pem
#5 54.78 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
#5 54.79 Adding debian:Security_Communication_RootCA2.pem
#5 54.79 Adding debian:CFCA_EV_ROOT.pem
#5 54.79 Adding debian:Security_Communication_ECC_RootCA1.pem
#5 54.79 Adding debian:GlobalSign_Root_CA.pem
#5 54.79 Adding debian:Certigna_Root_CA.pem
#5 54.80 Adding debian:XRamp_Global_CA_Root.pem
#5 54.80 Adding debian:emSign_ECC_Root_CA_-_C3.pem
#5 54.80 Adding debian:SwissSign_Silver_CA_-_G2.pem
#5 54.80 Adding debian:TWCA_Global_Root_CA.pem
#5 54.81 Adding debian:NAVER_Global_Root_Certification_Authority.pem
#5 54.81 Adding debian:AffirmTrust_Premium.pem
#5 54.81 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
#5 54.81 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
#5 54.82 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
#5 54.82 Adding debian:QuoVadis_Root_CA_2_G3.pem
#5 54.82 Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem
#5 54.82 Adding debian:TWCA_Root_Certification_Authority.pem
#5 54.82 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
#5 54.83 Adding debian:SecureTrust_CA.pem
#5 54.83 Adding debian:GTS_Root_R4.pem
#5 54.83 Adding debian:Hongkong_Post_Root_CA_1.pem
#5 54.83 Adding debian:DigiCert_Assured_ID_Root_G2.pem
#5 54.83 Adding debian:certSIGN_ROOT_CA.pem
#5 54.83 Adding debian:AffirmTrust_Premium_ECC.pem
#5 54.84 Adding debian:emSign_Root_CA_-_G1.pem
#5 54.84 Adding debian:Atos_TrustedRoot_2011.pem
#5 54.84 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
#5 54.84 Adding debian:Certainly_Root_R1.pem
#5 54.84 Adding debian:certSIGN_Root_CA_G2.pem
#5 54.84 Adding debian:GTS_Root_R3.pem
#5 54.85 Adding debian:e-Szigno_Root_CA_2017.pem
#5 54.85 Adding debian:QuoVadis_Root_CA_2.pem
#5 54.85 Adding debian:Certigna.pem
#5 54.85 Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
#5 54.86 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
#5 54.86 Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
#5 54.86 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
#5 54.86 Adding debian:HiPKI_Root_CA_-_G1.pem
#5 54.86 Adding debian:GTS_Root_R1.pem
#5 54.87 Adding debian:UCA_Global_G2_Root.pem
#5 54.87 Adding debian:Security_Communication_Root_CA.pem
#5 54.87 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
#5 54.89 done.
#5 54.89 Setting up humanity-icon-theme (0.6.15) ...
#5 55.16 Setting up ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
#5 55.23 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
#5 55.26 Processing triggers for ca-certificates (20230311ubuntu0.18.04.1) ...
#5 55.27 Updating certificates in /etc/ssl/certs...
#5 55.84 0 added, 0 removed; done.
#5 55.84 Running hooks in /etc/ca-certificates/update.d...
#5 55.85
#5 56.03 done.
#5 56.03 done.
#5 56.04 Setting up openjdk-8-jre-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.12 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
#5 56.12 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode
#5 56.12 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
#5 56.13 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
#5 56.13 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
#5 56.13 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
#5 56.14 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
#5 56.14 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode
#5 56.14 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode
#5 56.15 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode
#5 56.15 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
#5 56.37 Setting up openjdk-8-jdk-headless:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode
#5 56.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
#5 56.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode
#5 56.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
#5 56.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
#5 56.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode
#5 56.41 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode
#5 56.41 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
#5 56.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
#5 56.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode
#5 56.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode
#5 56.43 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
#5 56.43 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
#5 56.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
#5 56.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode
#5 56.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
#5 56.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
#5 56.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode
#5 56.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode
#5 56.46 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode
#5 56.46 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
#5 56.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode
#5 56.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
#5 56.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
#5 56.48 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
#5 56.48 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
#5 56.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
#5 56.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode
#5 56.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
#5 56.50 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
#5 56.50 Setting up openjdk-8-jre:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.52 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode
#5 56.53 Setting up openjdk-8-jdk:amd64 (8u372-ga~us1-0ubuntu1~18.04) ...
#5 56.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode
#5 56.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
#5 56.55 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ...
#5 56.57 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
#5 DONE 58.8s
#6 exporting to image
#6 exporting layers
#6 exporting layers 3.0s done
#6 writing image sha256:a469832fc670cfe627d49f38841307df9c09e8b4a1cb72205d033289d12f1466 done
#6 naming to docker.io/library/grpc-java-artifacts-multiarch done
#6 DONE 3.0s
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile.ubuntu2004.base
#1 transferring dockerfile: 388B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/ubuntu:20.04
#2 DONE 0.4s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [1/2] FROM docker.io/library/ubuntu:20.04@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b
#4 resolve docker.io/library/ubuntu:20.04@sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b 0.0s done
#4 sha256:8e5c4f0285ecbb4ead070431d29b576a530d3166df73ec44affc1cd27555141b 6.69kB / 6.69kB done
#4 sha256:e5a6aeef391a8a9bdaee3de6b28f393837c479d8217324a2340b64e45a81e0ef 424B / 424B done
#4 sha256:6013ae1a63c2ee58a8949f03c6366a3ef6a2f386a7db27d86de2de965e9f450b 2.30kB / 2.30kB done
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 1.05MB / 27.51MB 0.1s
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 13.63MB / 27.51MB 0.2s
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 26.21MB / 27.51MB 0.3s
#4 extracting sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2
#4 sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 27.51MB / 27.51MB 0.3s done
#4 extracting sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 0.9s done
#4 DONE 1.3s
#5 [2/2] RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends build-essential ca-certificates curl g++-s390x-linux-gnu openjdk-8-jdk && rm -rf /var/lib/apt/lists/*
#5 0.336 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
#5 0.488 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
#5 0.576 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4219 kB]
#5 0.784 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4329 kB]
#5 0.821 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
#5 0.821 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1298 kB]
#5 1.080 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
#5 1.225 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
#5 1.371 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
#5 2.016 Get:10 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
#5 2.018 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
#5 2.051 Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
#5 2.051 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4526 kB]
#5 2.171 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1590 kB]
#5 2.214 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [34.6 kB]
#5 2.214 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4699 kB]
#5 2.332 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
#5 2.333 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
#5 3.100 Fetched 34.3 MB in 3s (11.7 MB/s)
#5 3.100 Reading package lists...
#5 4.147 Reading package lists...
#5 5.125 Building dependency tree...
#5 5.374 Reading state information...
#5 5.408 Calculating upgrade...
#5 5.712 The following packages will be upgraded:
#5 5.712 libc-bin libc6
#5 5.940 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#5 5.940 Need to get 3355 kB of archives.
#5 5.940 After this operation, 0 B of additional disk space will be used.
#5 5.940 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.17 [2721 kB]
#5 6.901 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.17 [634 kB]
#5 7.029 debconf: delaying package configuration, since apt-utils is not installed
#5 7.064 Fetched 3355 kB in 1s (2794 kB/s)
#5 7.101 (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 ... 4124 files and directories currently installed.)
#5 7.107 Preparing to unpack .../libc6_2.31-0ubuntu9.17_amd64.deb ...
#5 7.249 Unpacking libc6:amd64 (2.31-0ubuntu9.17) over (2.31-0ubuntu9.16) ...
#5 8.077 Setting up libc6:amd64 (2.31-0ubuntu9.17) ...
#5 9.211 (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 ... 4124 files and directories currently installed.)
#5 9.216 Preparing to unpack .../libc-bin_2.31-0ubuntu9.17_amd64.deb ...
#5 9.225 Unpacking libc-bin (2.31-0ubuntu9.17) over (2.31-0ubuntu9.16) ...
#5 9.405 Setting up libc-bin (2.31-0ubuntu9.17) ...
#5 9.511 Reading package lists...
#5 10.50 Building dependency tree...
#5 10.73 Reading state information...
#5 10.92 The following additional packages will be installed:
#5 10.92 adwaita-icon-theme binutils binutils-common binutils-s390x-linux-gnu
#5 10.92 binutils-x86-64-linux-gnu ca-certificates-java cpp cpp-9
#5 10.92 cpp-9-s390x-linux-gnu cpp-s390x-linux-gnu dpkg-dev fontconfig
#5 10.92 fontconfig-config fonts-dejavu-core g++ g++-9 g++-9-s390x-linux-gnu gcc
#5 10.92 gcc-10-cross-base gcc-9 gcc-9-base gcc-9-cross-base gcc-9-s390x-linux-gnu
#5 10.92 gcc-9-s390x-linux-gnu-base gcc-s390x-linux-gnu gtk-update-icon-cache
#5 10.92 hicolor-icon-theme humanity-icon-theme java-common libapparmor1 libasan5
#5 10.92 libasan5-s390x-cross libasn1-8-heimdal libasound2 libasound2-data
#5 10.92 libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni
#5 10.92 libatk1.0-0 libatk1.0-data libatomic1 libatomic1-s390x-cross libatspi2.0-0
#5 10.92 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils
#5 10.92 libbrotli1 libbsd0 libc-dev-bin libc6-dev libc6-dev-s390x-cross
#5 10.92 libc6-s390x-cross libcairo-gobject2 libcairo2 libcc1-0 libcrypt-dev
#5 10.92 libctf-nobfd0 libctf0 libcups2 libcurl4 libdatrie1 libdbus-1-3 libdpkg-perl
#5 10.92 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#5 10.92 libdrm2 libedit2 libelf1 libexpat1 libflac8 libfontconfig1 libfontenc1
#5 10.92 libfreetype6 libfribidi0 libgcc-9-dev libgcc-9-dev-s390x-cross
#5 10.92 libgcc-s1-s390x-cross libgdbm-compat4 libgdbm6 libgdk-pixbuf2.0-0
#5 10.92 libgdk-pixbuf2.0-common libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#5 10.92 libglapi-mesa libglib2.0-0 libglvnd0 libglx-mesa0 libglx0 libgomp1
#5 10.92 libgomp1-s390x-cross libgraphite2-3 libgssapi-krb5-2 libgssapi3-heimdal
#5 10.92 libgtk2.0-0 libgtk2.0-common libharfbuzz0b libhcrypto4-heimdal
#5 10.92 libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libice6
#5 10.92 libicu66 libisl22 libitm1 libitm1-s390x-cross libjbig0 libjpeg-turbo8
#5 10.92 libjpeg8 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
#5 10.92 libkrb5support0 liblcms2-2 libldap-2.4-2 libldap-common libllvm12 liblsan0
#5 10.92 libmpc3 libmpfr6 libnghttp2-14 libnspr4 libnss3 libogg0 libpango-1.0-0
#5 10.92 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 libpcsclite1 libperl5.30
#5 10.92 libpixman-1-0 libpng16-16 libpsl5 libpulse0 libquadmath0 libroken18-heimdal
#5 10.92 librsvg2-2 librsvg2-common librtmp1 libsasl2-2 libsasl2-modules-db
#5 10.92 libsensors-config libsensors5 libsm6 libsndfile1 libsqlite3-0 libssh-4
#5 10.92 libssl1.1 libstdc++-9-dev libstdc++-9-dev-s390x-cross libstdc++6-s390x-cross
#5 10.92 libthai-data libthai0 libtiff5 libtsan0 libubsan1 libubsan1-s390x-cross
#5 10.92 libvorbis0a libvorbisenc2 libvulkan1 libwebp6 libwind0-heimdal libwrap0
#5 10.92 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0
#5 10.92 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shape0 libxcb-shm0
#5 10.92 libxcb-sync1 libxcb-xfixes0 libxcb1 libxcomposite1 libxcursor1 libxdamage1
#5 10.92 libxdmcp6 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1
#5 10.92 libxml2 libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6
#5 10.92 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-libc-dev
#5 10.92 linux-libc-dev-s390x-cross make openjdk-8-jdk-headless openjdk-8-jre
#5 10.92 openjdk-8-jre-headless openssl patch perl perl-modules-5.30 shared-mime-info
#5 10.92 tzdata ubuntu-mono ucf x11-common x11-utils xz-utils
#5 10.92 Suggested packages:
#5 10.92 binutils-doc cpp-doc gcc-9-locales debian-keyring g++-multilib
#5 10.92 g++-9-multilib gcc-9-doc g++-9-multilib-s390x-linux-gnu gcc-multilib
#5 10.92 manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib
#5 10.92 gcc-9-multilib-s390x-linux-gnu gdb-s390x-linux-gnu default-jre
#5 10.92 libasound2-plugins alsa-utils glibc-doc cups-common gnupg | gnupg2 git bzr
#5 10.92 gdbm-l10n krb5-doc krb5-user gvfs liblcms2-utils pciutils pcscd pulseaudio
#5 10.92 librsvg2-bin lm-sensors libstdc++-9-doc make-doc openjdk-8-demo
#5 10.92 openjdk-8-source visualvm libnss-mdns fonts-dejavu-extra fonts-nanum
#5 10.92 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
#5 10.92 fonts-wqy-zenhei fonts-indic ed diffutils-doc perl-doc
#5 10.92 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
#5 10.92 liblocale-codes-perl mesa-utils
#5 10.92 Recommended packages:
#5 10.92 fakeroot gnupg | gnupg2 libalgorithm-merge-perl alsa-ucm-conf
#5 10.92 alsa-topology-conf at-spi2-core manpages manpages-dev dbus
#5 10.92 libfile-fcntllock-perl liblocale-gettext-perl libgdk-pixbuf2.0-bin
#5 10.92 libglib2.0-data xdg-user-dirs libgail-common libgtk2.0-bin krb5-locales
#5 10.92 publicsuffix libsasl2-modules mesa-vulkan-drivers | vulkan-icd libxt-dev
#5 10.92 fonts-dejavu-extra netbase
#5 11.24 The following NEW packages will be installed:
#5 11.24 adwaita-icon-theme binutils binutils-common binutils-s390x-linux-gnu
#5 11.24 binutils-x86-64-linux-gnu build-essential ca-certificates
#5 11.24 ca-certificates-java cpp cpp-9 cpp-9-s390x-linux-gnu cpp-s390x-linux-gnu
#5 11.24 curl dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-9
#5 11.24 g++-9-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-10-cross-base gcc-9
#5 11.24 gcc-9-base gcc-9-cross-base gcc-9-s390x-linux-gnu gcc-9-s390x-linux-gnu-base
#5 11.24 gcc-s390x-linux-gnu gtk-update-icon-cache hicolor-icon-theme
#5 11.24 humanity-icon-theme java-common libapparmor1 libasan5 libasan5-s390x-cross
#5 11.24 libasn1-8-heimdal libasound2 libasound2-data libasyncns0 libatk-bridge2.0-0
#5 11.24 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data
#5 11.24 libatomic1 libatomic1-s390x-cross libatspi2.0-0 libavahi-client3
#5 11.24 libavahi-common-data libavahi-common3 libbinutils libbrotli1 libbsd0
#5 11.24 libc-dev-bin libc6-dev libc6-dev-s390x-cross libc6-s390x-cross
#5 11.24 libcairo-gobject2 libcairo2 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
#5 11.24 libcups2 libcurl4 libdatrie1 libdbus-1-3 libdpkg-perl libdrm-amdgpu1
#5 11.24 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2
#5 11.24 libelf1 libexpat1 libflac8 libfontconfig1 libfontenc1 libfreetype6
#5 11.24 libfribidi0 libgcc-9-dev libgcc-9-dev-s390x-cross libgcc-s1-s390x-cross
#5 11.24 libgdbm-compat4 libgdbm6 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgif7
#5 11.24 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglvnd0
#5 11.24 libglx-mesa0 libglx0 libgomp1 libgomp1-s390x-cross libgraphite2-3
#5 11.24 libgssapi-krb5-2 libgssapi3-heimdal libgtk2.0-0 libgtk2.0-common
#5 11.24 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
#5 11.24 libhx509-5-heimdal libice6 libicu66 libisl22 libitm1 libitm1-s390x-cross
#5 11.24 libjbig0 libjpeg-turbo8 libjpeg8 libk5crypto3 libkeyutils1
#5 11.24 libkrb5-26-heimdal libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2
#5 11.24 libldap-common libllvm12 liblsan0 libmpc3 libmpfr6 libnghttp2-14 libnspr4
#5 11.24 libnss3 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
#5 11.24 libpciaccess0 libpcsclite1 libperl5.30 libpixman-1-0 libpng16-16 libpsl5
#5 11.24 libpulse0 libquadmath0 libroken18-heimdal librsvg2-2 librsvg2-common
#5 11.24 librtmp1 libsasl2-2 libsasl2-modules-db libsensors-config libsensors5 libsm6
#5 11.24 libsndfile1 libsqlite3-0 libssh-4 libssl1.1 libstdc++-9-dev
#5 11.24 libstdc++-9-dev-s390x-cross libstdc++6-s390x-cross libthai-data libthai0
#5 11.24 libtiff5 libtsan0 libubsan1 libubsan1-s390x-cross libvorbis0a libvorbisenc2
#5 11.24 libvulkan1 libwebp6 libwind0-heimdal libwrap0 libx11-6 libx11-data
#5 11.24 libx11-xcb1 libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0
#5 11.24 libxcb-present0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
#5 11.24 libxcb-xfixes0 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6
#5 11.24 libxext6 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1 libxml2 libxmu6
#5 11.24 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6 libxtst6 libxv1
#5 11.24 libxxf86dga1 libxxf86vm1 linux-libc-dev linux-libc-dev-s390x-cross make
#5 11.24 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless
#5 11.24 openssl patch perl perl-modules-5.30 shared-mime-info tzdata ubuntu-mono ucf
#5 11.24 x11-common x11-utils xz-utils
#5 11.49 0 upgraded, 229 newly installed, 0 to remove and 0 not upgraded.
#5 11.49 Need to get 190 MB of archives.
#5 11.49 After this operation, 1158 MB of additional disk space will be used.
#5 11.49 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB]
#5 12.45 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
#5 12.45 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
#5 12.45 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB]
#5 12.59 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB]
#5 12.59 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.23 [1323 kB]
#5 12.63 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.23 [621 kB]
#5 12.64 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20240203~20.04.1 [159 kB]
#5 12.65 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.4 [36.0 kB]
#5 12.65 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
#5 12.65 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
#5 12.66 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB]
#5 12.66 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.8 [75.6 kB]
#5 12.77 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu0.1 [24.2 kB]
#5 12.77 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.8 [1289 kB]
#5 12.78 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2024b-0ubuntu0.20.04 [299 kB]
#5 12.78 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
#5 13.00 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB]
#5 13.01 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.8 [640 kB]
#5 13.01 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
#5 13.02 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
#5 13.02 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
#5 13.02 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-common all 2.4.107-8ubuntu1~20.04.2 [5396 B]
#5 13.02 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm2 amd64 2.4.107-8ubuntu1~20.04.2 [34.1 kB]
#5 13.02 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
#5 13.02 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.8 [31.1 kB]
#5 13.11 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.8 [80.4 kB]
#5 13.22 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
#5 13.22 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.8 [329 kB]
#5 13.22 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.8 [121 kB]
#5 13.22 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB]
#5 13.22 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
#5 13.22 Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
#5 13.22 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
#5 13.22 Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
#5 13.22 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB]
#5 13.32 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.6 [577 kB]
#5 13.33 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
#5 13.33 Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
#5 13.33 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
#5 13.33 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB]
#5 13.33 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
#5 13.33 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.20.04.1 [27.3 kB]
#5 13.33 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.3 [185 kB]
#5 13.34 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.14 [164 kB]
#5 13.43 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-common all 2.40.0+dfsg-3ubuntu0.5 [4628 B]
#5 13.53 Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.0+dfsg-3ubuntu0.5 [169 kB]
#5 13.54 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gtk-update-icon-cache amd64 3.24.20-0ubuntu1.2 [28.3 kB]
#5 13.54 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.3 [341 kB]
#5 13.54 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
#5 13.55 Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB]
#5 13.55 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB]
#5 13.55 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB]
#5 13.55 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB]
#5 13.64 Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5584 B]
#5 13.64 Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
#5 13.75 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB]
#5 13.75 Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo-gobject2 amd64 1.16.0-4ubuntu1 [17.2 kB]
#5 13.75 Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB]
#5 13.75 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB]
#5 13.75 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.3 [391 kB]
#5 13.76 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB]
#5 13.76 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB]
#5 13.76 Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB]
#5 13.85 Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB]
#5 13.86 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB]
#5 13.96 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB]
#5 13.96 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-2 amd64 2.48.9-1ubuntu0.20.04.4 [2313 kB]
#5 13.98 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-common amd64 2.48.9-1ubuntu0.20.04.4 [9224 B]
#5 13.98 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 humanity-icon-theme all 0.6.15 [1250 kB]
#5 13.99 Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-mono all 19.04-0ubuntu3 [147 kB]
#5 13.99 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 adwaita-icon-theme all 3.36.1-2ubuntu0.20.04.2 [3441 kB]
#5 14.10 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.9 [208 kB]
#5 14.10 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.9 [475 kB]
#5 14.10 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.9 [48.2 kB]
#5 14.10 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.9 [46.6 kB]
#5 14.17 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.9 [1614 kB]
#5 14.19 Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.9 [3380 B]
#5 14.19 Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.17 [71.8 kB]
#5 14.19 Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-205.225 [1125 kB]
#5 14.20 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
#5 14.28 Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.17 [2521 kB]
#5 14.30 Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB]
#5 14.30 Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
#5 14.31 Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
#5 14.38 Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
#5 14.39 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB]
#5 14.53 Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
#5 14.53 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB]
#5 14.53 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB]
#5 14.53 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB]
#5 14.53 Get:92 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B]
#5 14.53 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB]
#5 14.62 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB]
#5 14.63 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB]
#5 14.72 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB]
#5 14.72 Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB]
#5 14.72 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB]
#5 14.83 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB]
#5 15.05 Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
#5 15.05 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB]
#5 15.30 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB]
#5 16.45 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
#5 16.45 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
#5 16.45 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
#5 16.45 Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
#5 16.45 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
#5 16.46 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
#5 16.46 Get:109 http://archive.ubuntu.com/ubuntu focal/main amd64 java-common all 0.72 [6816 B]
#5 16.46 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common-data amd64 0.7-4ubuntu7.3 [21.4 kB]
#5 16.46 Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common3 amd64 0.7-4ubuntu7.3 [21.9 kB]
#5 16.55 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-client3 amd64 0.7-4ubuntu7.3 [25.5 kB]
#5 16.66 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcups2 amd64 2.3.1-9ubuntu1.9 [234 kB]
#5 16.66 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB]
#5 16.66 Get:115 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.20.04.1 [108 kB]
#5 16.66 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.20.04.2 [1391 kB]
#5 16.69 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcsclite1 amd64 1.8.26-3 [22.0 kB]
#5 16.69 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 libxi6 amd64 2:1.7.10-0ubuntu1 [29.9 kB]
#5 16.69 Get:119 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB]
#5 16.69 Get:120 http://archive.ubuntu.com/ubuntu focal/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]
#5 16.69 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jre-headless amd64 8u442-b06~us1-0ubuntu1~20.04 [28.3 MB]
#5 17.48 Get:122 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates-java all 20190405ubuntu1.1 [12.4 kB]
#5 17.48 Get:123 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-s390x-linux-gnu-base amd64 9.4.0-1ubuntu1~20.04.2cross2 [19.2 kB]
#5 17.48 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9-s390x-linux-gnu amd64 9.4.0-1ubuntu1~20.04.2cross2 [6259 kB]
#5 17.64 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp-s390x-linux-gnu amd64 4:9.3.0-1ubuntu2 [3420 B]
#5 17.64 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
#5 17.65 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
#5 17.65 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
#5 17.65 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
#5 17.65 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
#5 17.65 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
#5 17.65 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
#5 17.70 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
#5 17.76 Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
#5 17.76 Get:135 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
#5 17.76 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
#5 17.77 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
#5 17.77 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.10 [16.5 kB]
#5 17.77 Get:139 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.10 [155 kB]
#5 17.80 Get:140 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.3 [79.9 kB]
#5 17.80 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
#5 17.81 Get:142 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB]
#5 17.91 Get:143 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.25 [235 kB]
#5 17.91 Get:144 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.25 [162 kB]
#5 17.92 Get:145 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-s390x-linux-gnu amd64 2.34-6ubuntu1.9 [1920 kB]
#5 17.96 Get:146 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-cross-base all 9.4.0-1ubuntu1~20.04.2cross2 [14.4 kB]
#5 17.96 Get:147 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-10-cross-base all 10.5.0-1ubuntu1~20.04cross1 [15.5 kB]
#5 17.96 Get:148 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-s390x-cross all 2.31-0ubuntu9.9cross1 [1050 kB]
#5 18.02 Get:149 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-s1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [24.9 kB]
#5 18.02 Get:150 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [93.0 kB]
#5 18.02 Get:151 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [25.1 kB]
#5 18.02 Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [8332 B]
#5 18.12 Get:153 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5-s390x-cross all 9.4.0-1ubuntu1~20.04.2cross2 [2544 kB]
#5 18.18 Get:154 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++6-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [452 kB]
#5 18.19 Get:155 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1-s390x-cross all 10.5.0-1ubuntu1~20.04cross1 [756 kB]
#5 18.20 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev-s390x-cross all 9.4.0-1ubuntu1~20.04.2cross2 [690 kB]
#5 18.24 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-s390x-linux-gnu amd64 9.4.0-1ubuntu1~20.04.2cross2 [7013 kB]
#5 18.41 Get:158 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev-s390x-cross all 5.4.0-110.124cross1 [1072 kB]
#5 18.45 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-s390x-cross all 2.31-0ubuntu9.9cross1 [1997 kB]
#5 18.49 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev-s390x-cross all 9.4.0-1ubuntu1~20.04.2cross2 [1670 kB]
#5 18.55 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9-s390x-linux-gnu amd64 9.4.0-1ubuntu1~20.04.2cross2 [7176 kB]
#5 18.75 Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc-s390x-linux-gnu amd64 4:9.3.0-1ubuntu2 [1408 B]
#5 18.75 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 g++-s390x-linux-gnu amd64 4:9.3.0-1ubuntu2 [1124 B]
#5 18.75 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2-data all 1.2.2-2.1ubuntu2.5 [20.1 kB]
#5 18.75 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2 amd64 1.2.2-2.1ubuntu2.5 [335 kB]
#5 18.80 Get:166 http://archive.ubuntu.com/ubuntu focal/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
#5 18.80 Get:167 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-data all 2.35.1-1ubuntu2 [2964 B]
#5 18.80 Get:168 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-0 amd64 2.35.1-1ubuntu2 [45.5 kB]
#5 18.80 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libatspi2.0-0 amd64 2.36.0-2 [64.2 kB]
#5 18.80 Get:170 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatk-bridge2.0-0 amd64 2.34.2-0ubuntu2~20.04.1 [58.2 kB]
#5 18.86 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontenc1 amd64 1:1.1.4-0ubuntu1 [14.0 kB]
#5 18.87 Get:172 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd0 amd64 1.3.2-1~ubuntu0.20.04.2 [48.1 kB]
#5 18.87 Get:173 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglapi-mesa amd64 21.2.6-0ubuntu0.1~20.04.2 [27.4 kB]
#5 18.87 Get:174 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-xcb1 amd64 2:1.6.9-2ubuntu1.6 [9448 B]
#5 18.97 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri2-0 amd64 1.14-2 [6920 B]
#5 18.97 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri3-0 amd64 1.14-2 [6552 B]
#5 18.97 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-glx0 amd64 1.14-2 [22.1 kB]
#5 18.97 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-present0 amd64 1.14-2 [5560 B]
#5 18.97 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-sync1 amd64 1.14-2 [8884 B]
#5 18.97 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xfixes0 amd64 1.14-2 [9296 B]
#5 19.08 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfixes3 amd64 1:5.0.3-2 [10.9 kB]
#5 19.08 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
#5 19.08 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86vm1 amd64 1:1.1.4-1build1 [10.2 kB]
#5 19.08 Get:184 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-amdgpu1 amd64 2.4.107-8ubuntu1~20.04.2 [18.6 kB]
#5 19.18 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess0 amd64 0.16-0ubuntu1 [17.9 kB]
#5 19.18 Get:186 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-intel1 amd64 2.4.107-8ubuntu1~20.04.2 [60.3 kB]
#5 19.18 Get:187 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-nouveau2 amd64 2.4.107-8ubuntu1~20.04.2 [16.6 kB]
#5 19.18 Get:188 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-radeon1 amd64 2.4.107-8ubuntu1~20.04.2 [19.7 kB]
#5 19.19 Get:189 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libllvm12 amd64 1:12.0.0-3ubuntu1~20.04.5 [18.8 MB]
#5 19.67 Get:190 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6052 B]
#5 19.67 Get:191 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB]
#5 19.68 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libvulkan1 amd64 1.2.131.2-1 [93.3 kB]
#5 19.68 Get:193 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dri amd64 21.2.6-0ubuntu0.1~20.04.2 [11.0 MB]
#5 19.97 Get:194 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [137 kB]
#5 19.97 Get:195 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx0 amd64 1.3.2-1~ubuntu0.20.04.2 [32.5 kB]
#5 19.97 Get:196 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1 amd64 1.3.2-1~ubuntu0.20.04.2 [85.8 kB]
#5 19.97 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB]
#5 19.98 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
#5 19.98 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
#5 19.98 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB]
#5 19.98 Get:201 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.2 [34.9 kB]
#5 19.98 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
#5 20.20 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shape0 amd64 1.14-2 [5928 B]
#5 20.30 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcomposite1 amd64 1:0.4.5-1 [6976 B]
#5 20.31 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 libxft2 amd64 2.3.3-0ubuntu1 [39.2 kB]
#5 20.47 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 libxinerama1 amd64 2:1.1.4-2 [6904 B]
#5 20.49 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbfile1 amd64 1:1.1.0-1 [65.3 kB]
#5 20.61 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrandr2 amd64 2:1.5.2-0ubuntu1 [18.5 kB]
#5 20.63 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
#5 20.64 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu1 [12.0 kB]
#5 20.65 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-utils amd64 7.7+5 [199 kB]
#5 20.77 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java all 0.37.1-1 [53.0 kB]
#5 20.80 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java-jni amd64 0.37.1-1 [45.1 kB]
#5 20.81 Get:214 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg0 amd64 1.3.4-0ubuntu1 [24.0 kB]
#5 20.82 Get:215 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libflac8 amd64 1.3.3-1ubuntu0.2 [103 kB]
#5 20.85 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgif7 amd64 5.1.9-1ubuntu0.1 [32.4 kB]
#5 20.85 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-glx amd64 21.2.6-0ubuntu0.1~20.04.2 [5536 B]
#5 20.86 Get:218 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk2.0-common all 2.24.32-4ubuntu4.1 [126 kB]
#5 20.88 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcursor1 amd64 1:1.2.0-2 [20.1 kB]
#5 20.89 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdamage1 amd64 1:1.1.5-2 [6996 B]
#5 20.96 Get:221 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk2.0-0 amd64 2.24.32-4ubuntu4.1 [1789 kB]
#5 21.15 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis0a amd64 1.3.6-2ubuntu1 [87.0 kB]
#5 21.15 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB]
#5 21.16 Get:224 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsndfile1 amd64 1.0.28-7ubuntu0.2 [170 kB]
#5 21.17 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libwrap0 amd64 7.6.q-30 [46.3 kB]
#5 21.17 Get:226 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpulse0 amd64 1:13.99.1-1ubuntu3.13 [262 kB]
#5 21.18 Get:227 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jre amd64 8u442-b06~us1-0ubuntu1~20.04 [70.0 kB]
#5 21.19 Get:228 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jdk-headless amd64 8u442-b06~us1-0ubuntu1~20.04 [8298 kB]
#5 21.43 Get:229 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 openjdk-8-jdk amd64 8u442-b06~us1-0ubuntu1~20.04 [4068 kB]
#5 21.68 debconf: delaying package configuration, since apt-utils is not installed
#5 21.73 Fetched 190 MB in 10s (18.5 MB/s)
#5 21.75 Selecting previously unselected package perl-modules-5.30.
#5 21.75 (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 ... 4124 files and directories currently installed.)
#5 21.76 Preparing to unpack .../000-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ...
#5 21.76 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
#5 22.08 Selecting previously unselected package libgdbm6:amd64.
#5 22.09 Preparing to unpack .../001-libgdbm6_1.18.1-5_amd64.deb ...
#5 22.09 Unpacking libgdbm6:amd64 (1.18.1-5) ...
#5 22.12 Selecting previously unselected package libgdbm-compat4:amd64.
#5 22.13 Preparing to unpack .../002-libgdbm-compat4_1.18.1-5_amd64.deb ...
#5 22.13 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
#5 22.16 Selecting previously unselected package libperl5.30:amd64.
#5 22.16 Preparing to unpack .../003-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ...
#5 22.16 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
#5 22.51 Selecting previously unselected package perl.
#5 22.51 Preparing to unpack .../004-perl_5.30.0-9ubuntu0.5_amd64.deb ...
#5 22.52 Unpacking perl (5.30.0-9ubuntu0.5) ...
#5 22.58 Selecting previously unselected package libssl1.1:amd64.
#5 22.58 Preparing to unpack .../005-libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb ...
#5 22.58 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ...
#5 22.69 Selecting previously unselected package openssl.
#5 22.69 Preparing to unpack .../006-openssl_1.1.1f-1ubuntu2.23_amd64.deb ...
#5 22.70 Unpacking openssl (1.1.1f-1ubuntu2.23) ...
#5 22.78 Selecting previously unselected package ca-certificates.
#5 22.78 Preparing to unpack .../007-ca-certificates_20240203~20.04.1_all.deb ...
#5 22.78 Unpacking ca-certificates (20240203~20.04.1) ...
#5 22.84 Selecting previously unselected package libapparmor1:amd64.
#5 22.84 Preparing to unpack .../008-libapparmor1_2.13.3-7ubuntu5.4_amd64.deb ...
#5 22.85 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
#5 22.88 Selecting previously unselected package libbsd0:amd64.
#5 22.88 Preparing to unpack .../009-libbsd0_0.10.0-1_amd64.deb ...
#5 22.89 Unpacking libbsd0:amd64 (0.10.0-1) ...
#5 22.92 Selecting previously unselected package libdbus-1-3:amd64.
#5 22.92 Preparing to unpack .../010-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
#5 22.93 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
#5 22.97 Selecting previously unselected package libelf1:amd64.
#5 22.97 Preparing to unpack .../011-libelf1_0.176-1.1ubuntu0.1_amd64.deb ...
#5 22.97 Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ...
#5 23.00 Selecting previously unselected package libexpat1:amd64.
#5 23.01 Preparing to unpack .../012-libexpat1_2.2.9-1ubuntu0.8_amd64.deb ...
#5 23.01 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.8) ...
#5 23.05 Selecting previously unselected package libfribidi0:amd64.
#5 23.05 Preparing to unpack .../013-libfribidi0_1.0.8-2ubuntu0.1_amd64.deb ...
#5 23.06 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu0.1) ...
#5 23.10 Selecting previously unselected package libglib2.0-0:amd64.
#5 23.10 Preparing to unpack .../014-libglib2.0-0_2.64.6-1~ubuntu20.04.8_amd64.deb ...
#5 23.10 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.8) ...
#5 23.22 Selecting previously unselected package tzdata.
#5 23.22 Preparing to unpack .../015-tzdata_2024b-0ubuntu0.20.04_all.deb ...
#5 23.23 Unpacking tzdata (2024b-0ubuntu0.20.04) ...
#5 23.53 Selecting previously unselected package libicu66:amd64.
#5 23.53 Preparing to unpack .../016-libicu66_66.1-2ubuntu2.1_amd64.deb ...
#5 23.54 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
#5 24.14 Selecting previously unselected package libsqlite3-0:amd64.
#5 24.15 Preparing to unpack .../017-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ...
#5 24.15 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ...
#5 24.21 Selecting previously unselected package libxml2:amd64.
#5 24.22 Preparing to unpack .../018-libxml2_2.9.10+dfsg-5ubuntu0.20.04.8_amd64.deb ...
#5 24.22 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.8) ...
#5 24.29 Selecting previously unselected package shared-mime-info.
#5 24.29 Preparing to unpack .../019-shared-mime-info_1.15-1_amd64.deb ...
#5 24.29 Unpacking shared-mime-info (1.15-1) ...
#5 24.37 Selecting previously unselected package ucf.
#5 24.37 Preparing to unpack .../020-ucf_3.0038+nmu1_all.deb ...
#5 24.37 Moving old data out of the way
#5 24.37 Unpacking ucf (3.0038+nmu1) ...
#5 24.40 Selecting previously unselected package xz-utils.
#5 24.40 Preparing to unpack .../021-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
#5 24.41 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
#5 24.44 Selecting previously unselected package libdrm-common.
#5 24.44 Preparing to unpack .../022-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ...
#5 24.44 Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
#5 24.47 Selecting previously unselected package libdrm2:amd64.
#5 24.47 Preparing to unpack .../023-libdrm2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 24.47 Unpacking libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 24.50 Selecting previously unselected package libedit2:amd64.
#5 24.50 Preparing to unpack .../024-libedit2_3.1-20191231-1_amd64.deb ...
#5 24.51 Unpacking libedit2:amd64 (3.1-20191231-1) ...
#5 24.54 Selecting previously unselected package libkrb5support0:amd64.
#5 24.54 Preparing to unpack .../025-libkrb5support0_1.17-6ubuntu4.8_amd64.deb ...
#5 24.55 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.8) ...
#5 24.58 Selecting previously unselected package libk5crypto3:amd64.
#5 24.58 Preparing to unpack .../026-libk5crypto3_1.17-6ubuntu4.8_amd64.deb ...
#5 24.58 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.8) ...
#5 24.62 Selecting previously unselected package libkeyutils1:amd64.
#5 24.62 Preparing to unpack .../027-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
#5 24.62 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
#5 24.65 Selecting previously unselected package libkrb5-3:amd64.
#5 24.65 Preparing to unpack .../028-libkrb5-3_1.17-6ubuntu4.8_amd64.deb ...
#5 24.65 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.8) ...
#5 24.71 Selecting previously unselected package libgssapi-krb5-2:amd64.
#5 24.71 Preparing to unpack .../029-libgssapi-krb5-2_1.17-6ubuntu4.8_amd64.deb ...
#5 24.71 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.8) ...
#5 24.75 Selecting previously unselected package libpng16-16:amd64.
#5 24.75 Preparing to unpack .../030-libpng16-16_1.6.37-2_amd64.deb ...
#5 24.75 Unpacking libpng16-16:amd64 (1.6.37-2) ...
#5 24.80 Selecting previously unselected package libpsl5:amd64.
#5 24.80 Preparing to unpack .../031-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
#5 24.80 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
#5 24.83 Selecting previously unselected package libxau6:amd64.
#5 24.83 Preparing to unpack .../032-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
#5 24.84 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
#5 24.87 Selecting previously unselected package libxdmcp6:amd64.
#5 24.87 Preparing to unpack .../033-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
#5 24.87 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
#5 24.90 Selecting previously unselected package libxcb1:amd64.
#5 24.90 Preparing to unpack .../034-libxcb1_1.14-2_amd64.deb ...
#5 24.91 Unpacking libxcb1:amd64 (1.14-2) ...
#5 24.93 Selecting previously unselected package libx11-data.
#5 24.93 Preparing to unpack .../035-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ...
#5 24.94 Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ...
#5 25.01 Selecting previously unselected package libx11-6:amd64.
#5 25.01 Preparing to unpack .../036-libx11-6_2%3a1.6.9-2ubuntu1.6_amd64.deb ...
#5 25.01 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 25.07 Selecting previously unselected package libxext6:amd64.
#5 25.08 Preparing to unpack .../037-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
#5 25.08 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
#5 25.11 Selecting previously unselected package libxmuu1:amd64.
#5 25.11 Preparing to unpack .../038-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
#5 25.11 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
#5 25.14 Selecting previously unselected package hicolor-icon-theme.
#5 25.14 Preparing to unpack .../039-hicolor-icon-theme_0.17-2_all.deb ...
#5 25.14 Unpacking hicolor-icon-theme (0.17-2) ...
#5 25.23 Selecting previously unselected package libjpeg-turbo8:amd64.
#5 25.23 Preparing to unpack .../040-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
#5 25.23 Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
#5 25.27 Selecting previously unselected package libjpeg8:amd64.
#5 25.27 Preparing to unpack .../041-libjpeg8_8c-2ubuntu8_amd64.deb ...
#5 25.27 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
#5 25.30 Selecting previously unselected package libjbig0:amd64.
#5 25.30 Preparing to unpack .../042-libjbig0_2.1-3.1ubuntu0.20.04.1_amd64.deb ...
#5 25.30 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ...
#5 25.34 Selecting previously unselected package libwebp6:amd64.
#5 25.34 Preparing to unpack .../043-libwebp6_0.6.1-2ubuntu0.20.04.3_amd64.deb ...
#5 25.34 Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
#5 25.38 Selecting previously unselected package libtiff5:amd64.
#5 25.38 Preparing to unpack .../044-libtiff5_4.1.0+git191117-2ubuntu0.20.04.14_amd64.deb ...
#5 25.38 Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.14) ...
#5 25.42 Selecting previously unselected package libgdk-pixbuf2.0-common.
#5 25.42 Preparing to unpack .../045-libgdk-pixbuf2.0-common_2.40.0+dfsg-3ubuntu0.5_all.deb ...
#5 25.42 Unpacking libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.5) ...
#5 25.46 Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
#5 25.46 Preparing to unpack .../046-libgdk-pixbuf2.0-0_2.40.0+dfsg-3ubuntu0.5_amd64.deb ...
#5 25.46 Unpacking libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ...
#5 25.50 Selecting previously unselected package gtk-update-icon-cache.
#5 25.50 Preparing to unpack .../047-gtk-update-icon-cache_3.24.20-0ubuntu1.2_amd64.deb ...
#5 25.51 No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
#5 25.52 No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
#5 25.52 Unpacking gtk-update-icon-cache (3.24.20-0ubuntu1.2) ...
#5 25.56 Selecting previously unselected package libfreetype6:amd64.
#5 25.56 Preparing to unpack .../048-libfreetype6_2.10.1-2ubuntu0.3_amd64.deb ...
#5 25.56 Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
#5 25.61 Selecting previously unselected package fonts-dejavu-core.
#5 25.61 Preparing to unpack .../049-fonts-dejavu-core_2.37-1_all.deb ...
#5 25.62 Unpacking fonts-dejavu-core (2.37-1) ...
#5 25.72 Selecting previously unselected package fontconfig-config.
#5 25.72 Preparing to unpack .../050-fontconfig-config_2.13.1-2ubuntu3_all.deb ...
#5 25.72 Unpacking fontconfig-config (2.13.1-2ubuntu3) ...
#5 25.77 Selecting previously unselected package libfontconfig1:amd64.
#5 25.77 Preparing to unpack .../051-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ...
#5 25.77 Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
#5 25.81 Selecting previously unselected package libpixman-1-0:amd64.
#5 25.82 Preparing to unpack .../052-libpixman-1-0_0.38.4-0ubuntu2.1_amd64.deb ...
#5 25.82 Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
#5 25.87 Selecting previously unselected package libxcb-render0:amd64.
#5 25.87 Preparing to unpack .../053-libxcb-render0_1.14-2_amd64.deb ...
#5 25.88 Unpacking libxcb-render0:amd64 (1.14-2) ...
#5 25.90 Selecting previously unselected package libxcb-shm0:amd64.
#5 25.91 Preparing to unpack .../054-libxcb-shm0_1.14-2_amd64.deb ...
#5 25.91 Unpacking libxcb-shm0:amd64 (1.14-2) ...
#5 25.94 Selecting previously unselected package libxrender1:amd64.
#5 25.94 Preparing to unpack .../055-libxrender1_1%3a0.9.10-1_amd64.deb ...
#5 25.94 Unpacking libxrender1:amd64 (1:0.9.10-1) ...
#5 25.97 Selecting previously unselected package libcairo2:amd64.
#5 25.97 Preparing to unpack .../056-libcairo2_1.16.0-4ubuntu1_amd64.deb ...
#5 25.97 Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ...
#5 26.04 Selecting previously unselected package libcairo-gobject2:amd64.
#5 26.04 Preparing to unpack .../057-libcairo-gobject2_1.16.0-4ubuntu1_amd64.deb ...
#5 26.04 Unpacking libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ...
#5 26.07 Selecting previously unselected package fontconfig.
#5 26.07 Preparing to unpack .../058-fontconfig_2.13.1-2ubuntu3_amd64.deb ...
#5 26.08 Unpacking fontconfig (2.13.1-2ubuntu3) ...
#5 26.11 Selecting previously unselected package libgraphite2-3:amd64.
#5 26.12 Preparing to unpack .../059-libgraphite2-3_1.3.13-11build1_amd64.deb ...
#5 26.12 Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ...
#5 26.15 Selecting previously unselected package libharfbuzz0b:amd64.
#5 26.15 Preparing to unpack .../060-libharfbuzz0b_2.6.4-1ubuntu4.3_amd64.deb ...
#5 26.16 Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.3) ...
#5 26.21 Selecting previously unselected package libthai-data.
#5 26.21 Preparing to unpack .../061-libthai-data_0.1.28-3_all.deb ...
#5 26.21 Unpacking libthai-data (0.1.28-3) ...
#5 26.25 Selecting previously unselected package libdatrie1:amd64.
#5 26.25 Preparing to unpack .../062-libdatrie1_0.2.12-3_amd64.deb ...
#5 26.26 Unpacking libdatrie1:amd64 (0.2.12-3) ...
#5 26.29 Selecting previously unselected package libthai0:amd64.
#5 26.29 Preparing to unpack .../063-libthai0_0.1.28-3_amd64.deb ...
#5 26.29 Unpacking libthai0:amd64 (0.1.28-3) ...
#5 26.32 Selecting previously unselected package libpango-1.0-0:amd64.
#5 26.32 Preparing to unpack .../064-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
#5 26.32 Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 26.36 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#5 26.36 Preparing to unpack .../065-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
#5 26.37 Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 26.40 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#5 26.40 Preparing to unpack .../066-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ...
#5 26.40 Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 26.43 Selecting previously unselected package librsvg2-2:amd64.
#5 26.43 Preparing to unpack .../067-librsvg2-2_2.48.9-1ubuntu0.20.04.4_amd64.deb ...
#5 26.44 Unpacking librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 26.63 Selecting previously unselected package librsvg2-common:amd64.
#5 26.63 Preparing to unpack .../068-librsvg2-common_2.48.9-1ubuntu0.20.04.4_amd64.deb ...
#5 26.63 Unpacking librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 26.66 Selecting previously unselected package humanity-icon-theme.
#5 26.66 Preparing to unpack .../069-humanity-icon-theme_0.6.15_all.deb ...
#5 26.67 Unpacking humanity-icon-theme (0.6.15) ...
#5 27.80 Selecting previously unselected package ubuntu-mono.
#5 27.80 Preparing to unpack .../070-ubuntu-mono_19.04-0ubuntu3_all.deb ...
#5 27.81 Unpacking ubuntu-mono (19.04-0ubuntu3) ...
#5 28.33 Selecting previously unselected package adwaita-icon-theme.
#5 28.33 Preparing to unpack .../071-adwaita-icon-theme_3.36.1-2ubuntu0.20.04.2_all.deb ...
#5 28.34 Unpacking adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ...
#5 28.78 Selecting previously unselected package binutils-common:amd64.
#5 28.78 Preparing to unpack .../072-binutils-common_2.34-6ubuntu1.9_amd64.deb ...
#5 28.78 Unpacking binutils-common:amd64 (2.34-6ubuntu1.9) ...
#5 28.82 Selecting previously unselected package libbinutils:amd64.
#5 28.83 Preparing to unpack .../073-libbinutils_2.34-6ubuntu1.9_amd64.deb ...
#5 28.83 Unpacking libbinutils:amd64 (2.34-6ubuntu1.9) ...
#5 28.89 Selecting previously unselected package libctf-nobfd0:amd64.
#5 28.89 Preparing to unpack .../074-libctf-nobfd0_2.34-6ubuntu1.9_amd64.deb ...
#5 28.90 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ...
#5 28.93 Selecting previously unselected package libctf0:amd64.
#5 28.93 Preparing to unpack .../075-libctf0_2.34-6ubuntu1.9_amd64.deb ...
#5 28.93 Unpacking libctf0:amd64 (2.34-6ubuntu1.9) ...
#5 28.96 Selecting previously unselected package binutils-x86-64-linux-gnu.
#5 28.96 Preparing to unpack .../076-binutils-x86-64-linux-gnu_2.34-6ubuntu1.9_amd64.deb ...
#5 28.96 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ...
#5 29.13 Selecting previously unselected package binutils.
#5 29.14 Preparing to unpack .../077-binutils_2.34-6ubuntu1.9_amd64.deb ...
#5 29.14 Unpacking binutils (2.34-6ubuntu1.9) ...
#5 29.17 Selecting previously unselected package libc-dev-bin.
#5 29.17 Preparing to unpack .../078-libc-dev-bin_2.31-0ubuntu9.17_amd64.deb ...
#5 29.17 Unpacking libc-dev-bin (2.31-0ubuntu9.17) ...
#5 29.20 Selecting previously unselected package linux-libc-dev:amd64.
#5 29.20 Preparing to unpack .../079-linux-libc-dev_5.4.0-205.225_amd64.deb ...
#5 29.21 Unpacking linux-libc-dev:amd64 (5.4.0-205.225) ...
#5 29.39 Selecting previously unselected package libcrypt-dev:amd64.
#5 29.40 Preparing to unpack .../080-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
#5 29.40 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
#5 29.43 Selecting previously unselected package libc6-dev:amd64.
#5 29.44 Preparing to unpack .../081-libc6-dev_2.31-0ubuntu9.17_amd64.deb ...
#5 29.44 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.17) ...
#5 29.71 Selecting previously unselected package gcc-9-base:amd64.
#5 29.72 Preparing to unpack .../082-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 29.72 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 29.75 Selecting previously unselected package libisl22:amd64.
#5 29.75 Preparing to unpack .../083-libisl22_0.22.1-1_amd64.deb ...
#5 29.77 Unpacking libisl22:amd64 (0.22.1-1) ...
#5 29.84 Selecting previously unselected package libmpfr6:amd64.
#5 29.84 Preparing to unpack .../084-libmpfr6_4.0.2-1_amd64.deb ...
#5 29.84 Unpacking libmpfr6:amd64 (4.0.2-1) ...
#5 29.88 Selecting previously unselected package libmpc3:amd64.
#5 29.89 Preparing to unpack .../085-libmpc3_1.1.0-1_amd64.deb ...
#5 29.89 Unpacking libmpc3:amd64 (1.1.0-1) ...
#5 29.92 Selecting previously unselected package cpp-9.
#5 29.92 Preparing to unpack .../086-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 29.93 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 30.43 Selecting previously unselected package cpp.
#5 30.44 Preparing to unpack .../087-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 30.44 Unpacking cpp (4:9.3.0-1ubuntu2) ...
#5 30.47 Selecting previously unselected package libcc1-0:amd64.
#5 30.47 Preparing to unpack .../088-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.47 Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.51 Selecting previously unselected package libgomp1:amd64.
#5 30.51 Preparing to unpack .../089-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.51 Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.55 Selecting previously unselected package libitm1:amd64.
#5 30.55 Preparing to unpack .../090-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.55 Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.59 Selecting previously unselected package libatomic1:amd64.
#5 30.59 Preparing to unpack .../091-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.59 Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.62 Selecting previously unselected package libasan5:amd64.
#5 30.63 Preparing to unpack .../092-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 30.63 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 30.86 Selecting previously unselected package liblsan0:amd64.
#5 30.86 Preparing to unpack .../093-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.86 Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 30.95 Selecting previously unselected package libtsan0:amd64.
#5 30.95 Preparing to unpack .../094-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 30.95 Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 31.13 Selecting previously unselected package libubsan1:amd64.
#5 31.13 Preparing to unpack .../095-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 31.13 Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 31.22 Selecting previously unselected package libquadmath0:amd64.
#5 31.22 Preparing to unpack .../096-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ...
#5 31.22 Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 31.26 Selecting previously unselected package libgcc-9-dev:amd64.
#5 31.26 Preparing to unpack .../097-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 31.27 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 31.46 Selecting previously unselected package gcc-9.
#5 31.46 Preparing to unpack .../098-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 31.46 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 32.02 Selecting previously unselected package gcc.
#5 32.02 Preparing to unpack .../099-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 32.02 Unpacking gcc (4:9.3.0-1ubuntu2) ...
#5 32.05 Selecting previously unselected package libstdc++-9-dev:amd64.
#5 32.06 Preparing to unpack .../100-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 32.06 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 32.29 Selecting previously unselected package g++-9.
#5 32.30 Preparing to unpack .../101-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
#5 32.30 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 32.99 Selecting previously unselected package g++.
#5 33.00 Preparing to unpack .../102-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 33.00 Unpacking g++ (4:9.3.0-1ubuntu2) ...
#5 33.02 Selecting previously unselected package make.
#5 33.03 Preparing to unpack .../103-make_4.2.1-1.2_amd64.deb ...
#5 33.03 Unpacking make (4.2.1-1.2) ...
#5 33.07 Selecting previously unselected package libdpkg-perl.
#5 33.07 Preparing to unpack .../104-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
#5 33.07 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
#5 33.12 Selecting previously unselected package patch.
#5 33.12 Preparing to unpack .../105-patch_2.7.6-6_amd64.deb ...
#5 33.13 Unpacking patch (2.7.6-6) ...
#5 33.16 Selecting previously unselected package dpkg-dev.
#5 33.17 Preparing to unpack .../106-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
#5 33.17 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
#5 33.24 Selecting previously unselected package build-essential.
#5 33.25 Preparing to unpack .../107-build-essential_12.8ubuntu1.1_amd64.deb ...
#5 33.25 Unpacking build-essential (12.8ubuntu1.1) ...
#5 33.28 Selecting previously unselected package java-common.
#5 33.28 Preparing to unpack .../108-java-common_0.72_all.deb ...
#5 33.28 Unpacking java-common (0.72) ...
#5 33.31 Selecting previously unselected package libavahi-common-data:amd64.
#5 33.31 Preparing to unpack .../109-libavahi-common-data_0.7-4ubuntu7.3_amd64.deb ...
#5 33.32 Unpacking libavahi-common-data:amd64 (0.7-4ubuntu7.3) ...
#5 33.35 Selecting previously unselected package libavahi-common3:amd64.
#5 33.35 Preparing to unpack .../110-libavahi-common3_0.7-4ubuntu7.3_amd64.deb ...
#5 33.36 Unpacking libavahi-common3:amd64 (0.7-4ubuntu7.3) ...
#5 33.39 Selecting previously unselected package libavahi-client3:amd64.
#5 33.39 Preparing to unpack .../111-libavahi-client3_0.7-4ubuntu7.3_amd64.deb ...
#5 33.40 Unpacking libavahi-client3:amd64 (0.7-4ubuntu7.3) ...
#5 33.43 Selecting previously unselected package libcups2:amd64.
#5 33.43 Preparing to unpack .../112-libcups2_2.3.1-9ubuntu1.9_amd64.deb ...
#5 33.44 Unpacking libcups2:amd64 (2.3.1-9ubuntu1.9) ...
#5 33.48 Selecting previously unselected package liblcms2-2:amd64.
#5 33.49 Preparing to unpack .../113-liblcms2-2_2.9-4_amd64.deb ...
#5 33.49 Unpacking liblcms2-2:amd64 (2.9-4) ...
#5 33.53 Selecting previously unselected package libnspr4:amd64.
#5 33.53 Preparing to unpack .../114-libnspr4_2%3a4.35-0ubuntu0.20.04.1_amd64.deb ...
#5 33.53 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.20.04.1) ...
#5 33.57 Selecting previously unselected package libnss3:amd64.
#5 33.57 Preparing to unpack .../115-libnss3_2%3a3.98-0ubuntu0.20.04.2_amd64.deb ...
#5 33.58 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.20.04.2) ...
#5 33.70 Selecting previously unselected package libpcsclite1:amd64.
#5 33.70 Preparing to unpack .../116-libpcsclite1_1.8.26-3_amd64.deb ...
#5 33.71 Unpacking libpcsclite1:amd64 (1.8.26-3) ...
#5 33.74 Selecting previously unselected package libxi6:amd64.
#5 33.74 Preparing to unpack .../117-libxi6_2%3a1.7.10-0ubuntu1_amd64.deb ...
#5 33.74 Unpacking libxi6:amd64 (2:1.7.10-0ubuntu1) ...
#5 33.78 Selecting previously unselected package x11-common.
#5 33.78 Preparing to unpack .../118-x11-common_1%3a7.7+19ubuntu14_all.deb ...
#5 33.79 dpkg-query: no packages found matching nux-tools
#5 33.80 Unpacking x11-common (1:7.7+19ubuntu14) ...
#5 33.84 Selecting previously unselected package libxtst6:amd64.
#5 33.84 Preparing to unpack .../119-libxtst6_2%3a1.2.3-1_amd64.deb ...
#5 33.84 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#5 33.88 Selecting previously unselected package openjdk-8-jre-headless:amd64.
#5 33.89 Preparing to unpack .../120-openjdk-8-jre-headless_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 33.89 Unpacking openjdk-8-jre-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 35.81 Selecting previously unselected package ca-certificates-java.
#5 35.81 Preparing to unpack .../121-ca-certificates-java_20190405ubuntu1.1_all.deb ...
#5 35.81 Unpacking ca-certificates-java (20190405ubuntu1.1) ...
#5 35.84 Selecting previously unselected package gcc-9-s390x-linux-gnu-base:amd64.
#5 35.84 Preparing to unpack .../122-gcc-9-s390x-linux-gnu-base_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 35.85 Unpacking gcc-9-s390x-linux-gnu-base:amd64 (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 35.88 Selecting previously unselected package cpp-9-s390x-linux-gnu.
#5 35.88 Preparing to unpack .../123-cpp-9-s390x-linux-gnu_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 35.88 Unpacking cpp-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 36.31 Selecting previously unselected package cpp-s390x-linux-gnu.
#5 36.31 Preparing to unpack .../124-cpp-s390x-linux-gnu_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 36.31 Unpacking cpp-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 36.34 Selecting previously unselected package libbrotli1:amd64.
#5 36.35 Preparing to unpack .../125-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
#5 36.35 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
#5 36.40 Selecting previously unselected package libroken18-heimdal:amd64.
#5 36.41 Preparing to unpack .../126-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.41 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.44 Selecting previously unselected package libasn1-8-heimdal:amd64.
#5 36.45 Preparing to unpack .../127-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.45 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.49 Selecting previously unselected package libheimbase1-heimdal:amd64.
#5 36.50 Preparing to unpack .../128-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.50 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.53 Selecting previously unselected package libhcrypto4-heimdal:amd64.
#5 36.53 Preparing to unpack .../129-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.54 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.58 Selecting previously unselected package libwind0-heimdal:amd64.
#5 36.58 Preparing to unpack .../130-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.58 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.62 Selecting previously unselected package libhx509-5-heimdal:amd64.
#5 36.62 Preparing to unpack .../131-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.62 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.66 Selecting previously unselected package libkrb5-26-heimdal:amd64.
#5 36.66 Preparing to unpack .../132-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.67 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.72 Selecting previously unselected package libheimntlm0-heimdal:amd64.
#5 36.72 Preparing to unpack .../133-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.72 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.76 Selecting previously unselected package libgssapi3-heimdal:amd64.
#5 36.76 Preparing to unpack .../134-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
#5 36.76 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 36.80 Selecting previously unselected package libsasl2-modules-db:amd64.
#5 36.80 Preparing to unpack .../135-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
#5 36.80 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 36.83 Selecting previously unselected package libsasl2-2:amd64.
#5 36.84 Preparing to unpack .../136-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
#5 36.84 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 36.87 Selecting previously unselected package libldap-common.
#5 36.87 Preparing to unpack .../137-libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb ...
#5 36.88 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.10) ...
#5 36.91 Selecting previously unselected package libldap-2.4-2:amd64.
#5 36.91 Preparing to unpack .../138-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ...
#5 36.91 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ...
#5 36.95 Selecting previously unselected package libnghttp2-14:amd64.
#5 36.96 Preparing to unpack .../139-libnghttp2-14_1.40.0-1ubuntu0.3_amd64.deb ...
#5 36.96 Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ...
#5 37.00 Selecting previously unselected package librtmp1:amd64.
#5 37.00 Preparing to unpack .../140-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
#5 37.00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
#5 37.03 Selecting previously unselected package libssh-4:amd64.
#5 37.04 Preparing to unpack .../141-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ...
#5 37.04 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ...
#5 37.08 Selecting previously unselected package libcurl4:amd64.
#5 37.09 Preparing to unpack .../142-libcurl4_7.68.0-1ubuntu2.25_amd64.deb ...
#5 37.09 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.25) ...
#5 37.13 Selecting previously unselected package curl.
#5 37.14 Preparing to unpack .../143-curl_7.68.0-1ubuntu2.25_amd64.deb ...
#5 37.14 Unpacking curl (7.68.0-1ubuntu2.25) ...
#5 37.18 Selecting previously unselected package binutils-s390x-linux-gnu.
#5 37.18 Preparing to unpack .../144-binutils-s390x-linux-gnu_2.34-6ubuntu1.9_amd64.deb ...
#5 37.19 Unpacking binutils-s390x-linux-gnu (2.34-6ubuntu1.9) ...
#5 37.36 Selecting previously unselected package gcc-9-cross-base.
#5 37.36 Preparing to unpack .../145-gcc-9-cross-base_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 37.37 Unpacking gcc-9-cross-base (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 37.40 Selecting previously unselected package gcc-10-cross-base.
#5 37.40 Preparing to unpack .../146-gcc-10-cross-base_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.40 Unpacking gcc-10-cross-base (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.43 Selecting previously unselected package libc6-s390x-cross.
#5 37.43 Preparing to unpack .../147-libc6-s390x-cross_2.31-0ubuntu9.9cross1_all.deb ...
#5 37.44 Unpacking libc6-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 37.54 Selecting previously unselected package libgcc-s1-s390x-cross.
#5 37.54 Preparing to unpack .../148-libgcc-s1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.54 Unpacking libgcc-s1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.57 Selecting previously unselected package libgomp1-s390x-cross.
#5 37.58 Preparing to unpack .../149-libgomp1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.58 Unpacking libgomp1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.62 Selecting previously unselected package libitm1-s390x-cross.
#5 37.62 Preparing to unpack .../150-libitm1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.62 Unpacking libitm1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.65 Selecting previously unselected package libatomic1-s390x-cross.
#5 37.65 Preparing to unpack .../151-libatomic1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.66 Unpacking libatomic1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.69 Selecting previously unselected package libasan5-s390x-cross.
#5 37.69 Preparing to unpack .../152-libasan5-s390x-cross_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 37.69 Unpacking libasan5-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 37.92 Selecting previously unselected package libstdc++6-s390x-cross.
#5 37.92 Preparing to unpack .../153-libstdc++6-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 37.92 Unpacking libstdc++6-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 37.99 Selecting previously unselected package libubsan1-s390x-cross.
#5 37.99 Preparing to unpack .../154-libubsan1-s390x-cross_10.5.0-1ubuntu1~20.04cross1_all.deb ...
#5 38.00 Unpacking libubsan1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 38.08 Selecting previously unselected package libgcc-9-dev-s390x-cross.
#5 38.08 Preparing to unpack .../155-libgcc-9-dev-s390x-cross_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 38.08 Unpacking libgcc-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 38.17 Selecting previously unselected package gcc-9-s390x-linux-gnu.
#5 38.18 Preparing to unpack .../156-gcc-9-s390x-linux-gnu_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 38.18 Unpacking gcc-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 38.63 Selecting previously unselected package linux-libc-dev-s390x-cross.
#5 38.64 Preparing to unpack .../157-linux-libc-dev-s390x-cross_5.4.0-110.124cross1_all.deb ...
#5 38.64 Unpacking linux-libc-dev-s390x-cross (5.4.0-110.124cross1) ...
#5 38.83 Selecting previously unselected package libc6-dev-s390x-cross.
#5 38.83 Preparing to unpack .../158-libc6-dev-s390x-cross_2.31-0ubuntu9.9cross1_all.deb ...
#5 38.84 Unpacking libc6-dev-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 39.08 Selecting previously unselected package libstdc++-9-dev-s390x-cross.
#5 39.09 Preparing to unpack .../159-libstdc++-9-dev-s390x-cross_9.4.0-1ubuntu1~20.04.2cross2_all.deb ...
#5 39.09 Unpacking libstdc++-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 39.33 Selecting previously unselected package g++-9-s390x-linux-gnu.
#5 39.34 Preparing to unpack .../160-g++-9-s390x-linux-gnu_9.4.0-1ubuntu1~20.04.2cross2_amd64.deb ...
#5 39.34 Unpacking g++-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 39.81 Selecting previously unselected package gcc-s390x-linux-gnu.
#5 39.82 Preparing to unpack .../161-gcc-s390x-linux-gnu_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 39.82 Unpacking gcc-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 39.84 Selecting previously unselected package g++-s390x-linux-gnu.
#5 39.85 Preparing to unpack .../162-g++-s390x-linux-gnu_4%3a9.3.0-1ubuntu2_amd64.deb ...
#5 39.85 Unpacking g++-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 39.88 Selecting previously unselected package libasound2-data.
#5 39.88 Preparing to unpack .../163-libasound2-data_1.2.2-2.1ubuntu2.5_all.deb ...
#5 39.88 Unpacking libasound2-data (1.2.2-2.1ubuntu2.5) ...
#5 39.93 Selecting previously unselected package libasound2:amd64.
#5 39.93 Preparing to unpack .../164-libasound2_1.2.2-2.1ubuntu2.5_amd64.deb ...
#5 39.93 Unpacking libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
#5 39.98 Selecting previously unselected package libasyncns0:amd64.
#5 39.99 Preparing to unpack .../165-libasyncns0_0.8-6_amd64.deb ...
#5 39.99 Unpacking libasyncns0:amd64 (0.8-6) ...
#5 40.02 Selecting previously unselected package libatk1.0-data.
#5 40.02 Preparing to unpack .../166-libatk1.0-data_2.35.1-1ubuntu2_all.deb ...
#5 40.02 Unpacking libatk1.0-data (2.35.1-1ubuntu2) ...
#5 40.07 Selecting previously unselected package libatk1.0-0:amd64.
#5 40.07 Preparing to unpack .../167-libatk1.0-0_2.35.1-1ubuntu2_amd64.deb ...
#5 40.08 Unpacking libatk1.0-0:amd64 (2.35.1-1ubuntu2) ...
#5 40.11 Selecting previously unselected package libatspi2.0-0:amd64.
#5 40.11 Preparing to unpack .../168-libatspi2.0-0_2.36.0-2_amd64.deb ...
#5 40.12 Unpacking libatspi2.0-0:amd64 (2.36.0-2) ...
#5 40.15 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#5 40.16 Preparing to unpack .../169-libatk-bridge2.0-0_2.34.2-0ubuntu2~20.04.1_amd64.deb ...
#5 40.16 Unpacking libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
#5 40.19 Selecting previously unselected package libfontenc1:amd64.
#5 40.20 Preparing to unpack .../170-libfontenc1_1%3a1.1.4-0ubuntu1_amd64.deb ...
#5 40.20 Unpacking libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
#5 40.24 Selecting previously unselected package libglvnd0:amd64.
#5 40.24 Preparing to unpack .../171-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
#5 40.24 Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 40.28 Selecting previously unselected package libglapi-mesa:amd64.
#5 40.28 Preparing to unpack .../172-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 40.28 Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 40.32 Selecting previously unselected package libx11-xcb1:amd64.
#5 40.32 Preparing to unpack .../173-libx11-xcb1_2%3a1.6.9-2ubuntu1.6_amd64.deb ...
#5 40.32 Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 40.35 Selecting previously unselected package libxcb-dri2-0:amd64.
#5 40.36 Preparing to unpack .../174-libxcb-dri2-0_1.14-2_amd64.deb ...
#5 40.36 Unpacking libxcb-dri2-0:amd64 (1.14-2) ...
#5 40.39 Selecting previously unselected package libxcb-dri3-0:amd64.
#5 40.39 Preparing to unpack .../175-libxcb-dri3-0_1.14-2_amd64.deb ...
#5 40.40 Unpacking libxcb-dri3-0:amd64 (1.14-2) ...
#5 40.43 Selecting previously unselected package libxcb-glx0:amd64.
#5 40.43 Preparing to unpack .../176-libxcb-glx0_1.14-2_amd64.deb ...
#5 40.43 Unpacking libxcb-glx0:amd64 (1.14-2) ...
#5 40.47 Selecting previously unselected package libxcb-present0:amd64.
#5 40.47 Preparing to unpack .../177-libxcb-present0_1.14-2_amd64.deb ...
#5 40.47 Unpacking libxcb-present0:amd64 (1.14-2) ...
#5 40.50 Selecting previously unselected package libxcb-sync1:amd64.
#5 40.51 Preparing to unpack .../178-libxcb-sync1_1.14-2_amd64.deb ...
#5 40.51 Unpacking libxcb-sync1:amd64 (1.14-2) ...
#5 40.54 Selecting previously unselected package libxcb-xfixes0:amd64.
#5 40.54 Preparing to unpack .../179-libxcb-xfixes0_1.14-2_amd64.deb ...
#5 40.55 Unpacking libxcb-xfixes0:amd64 (1.14-2) ...
#5 40.59 Selecting previously unselected package libxfixes3:amd64.
#5 40.59 Preparing to unpack .../180-libxfixes3_1%3a5.0.3-2_amd64.deb ...
#5 40.59 Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
#5 40.63 Selecting previously unselected package libxshmfence1:amd64.
#5 40.63 Preparing to unpack .../181-libxshmfence1_1.3-1_amd64.deb ...
#5 40.63 Unpacking libxshmfence1:amd64 (1.3-1) ...
#5 40.66 Selecting previously unselected package libxxf86vm1:amd64.
#5 40.67 Preparing to unpack .../182-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ...
#5 40.67 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ...
#5 40.71 Selecting previously unselected package libdrm-amdgpu1:amd64.
#5 40.71 Preparing to unpack .../183-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.71 Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.74 Selecting previously unselected package libpciaccess0:amd64.
#5 40.74 Preparing to unpack .../184-libpciaccess0_0.16-0ubuntu1_amd64.deb ...
#5 40.75 Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ...
#5 40.78 Selecting previously unselected package libdrm-intel1:amd64.
#5 40.78 Preparing to unpack .../185-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.78 Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.82 Selecting previously unselected package libdrm-nouveau2:amd64.
#5 40.83 Preparing to unpack .../186-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.83 Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.86 Selecting previously unselected package libdrm-radeon1:amd64.
#5 40.87 Preparing to unpack .../187-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
#5 40.87 Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 40.90 Selecting previously unselected package libllvm12:amd64.
#5 40.90 Preparing to unpack .../188-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ...
#5 40.91 Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
#5 42.23 Selecting previously unselected package libsensors-config.
#5 42.23 Preparing to unpack .../189-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ...
#5 42.24 Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ...
#5 42.27 Selecting previously unselected package libsensors5:amd64.
#5 42.28 Preparing to unpack .../190-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ...
#5 42.31 Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
#5 42.34 Selecting previously unselected package libvulkan1:amd64.
#5 42.34 Preparing to unpack .../191-libvulkan1_1.2.131.2-1_amd64.deb ...
#5 42.35 Unpacking libvulkan1:amd64 (1.2.131.2-1) ...
#5 42.39 Selecting previously unselected package libgl1-mesa-dri:amd64.
#5 42.39 Preparing to unpack .../192-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 42.40 Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 43.14 Selecting previously unselected package libglx-mesa0:amd64.
#5 43.14 Preparing to unpack .../193-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 43.14 Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 43.19 Selecting previously unselected package libglx0:amd64.
#5 43.19 Preparing to unpack .../194-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
#5 43.19 Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 43.23 Selecting previously unselected package libgl1:amd64.
#5 43.23 Preparing to unpack .../195-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
#5 43.23 Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 43.27 Selecting previously unselected package libice6:amd64.
#5 43.27 Preparing to unpack .../196-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
#5 43.27 Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
#5 43.31 Selecting previously unselected package libsm6:amd64.
#5 43.31 Preparing to unpack .../197-libsm6_2%3a1.2.3-1_amd64.deb ...
#5 43.31 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#5 43.35 Selecting previously unselected package libxt6:amd64.
#5 43.35 Preparing to unpack .../198-libxt6_1%3a1.1.5-1_amd64.deb ...
#5 43.35 Unpacking libxt6:amd64 (1:1.1.5-1) ...
#5 43.39 Selecting previously unselected package libxmu6:amd64.
#5 43.40 Preparing to unpack .../199-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ...
#5 43.40 Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
#5 43.43 Selecting previously unselected package libxpm4:amd64.
#5 43.44 Preparing to unpack .../200-libxpm4_1%3a3.5.12-1ubuntu0.20.04.2_amd64.deb ...
#5 43.44 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ...
#5 43.47 Selecting previously unselected package libxaw7:amd64.
#5 43.47 Preparing to unpack .../201-libxaw7_2%3a1.0.13-1_amd64.deb ...
#5 43.48 Unpacking libxaw7:amd64 (2:1.0.13-1) ...
#5 43.52 Selecting previously unselected package libxcb-shape0:amd64.
#5 43.52 Preparing to unpack .../202-libxcb-shape0_1.14-2_amd64.deb ...
#5 43.53 Unpacking libxcb-shape0:amd64 (1.14-2) ...
#5 43.56 Selecting previously unselected package libxcomposite1:amd64.
#5 43.56 Preparing to unpack .../203-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#5 43.57 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#5 43.60 Selecting previously unselected package libxft2:amd64.
#5 43.60 Preparing to unpack .../204-libxft2_2.3.3-0ubuntu1_amd64.deb ...
#5 43.61 Unpacking libxft2:amd64 (2.3.3-0ubuntu1) ...
#5 43.64 Selecting previously unselected package libxinerama1:amd64.
#5 43.64 Preparing to unpack .../205-libxinerama1_2%3a1.1.4-2_amd64.deb ...
#5 43.65 Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
#5 43.68 Selecting previously unselected package libxkbfile1:amd64.
#5 43.68 Preparing to unpack .../206-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
#5 43.68 Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
#5 43.72 Selecting previously unselected package libxrandr2:amd64.
#5 43.72 Preparing to unpack .../207-libxrandr2_2%3a1.5.2-0ubuntu1_amd64.deb ...
#5 43.73 Unpacking libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
#5 43.76 Selecting previously unselected package libxv1:amd64.
#5 43.76 Preparing to unpack .../208-libxv1_2%3a1.0.11-1_amd64.deb ...
#5 43.76 Unpacking libxv1:amd64 (2:1.0.11-1) ...
#5 43.80 Selecting previously unselected package libxxf86dga1:amd64.
#5 43.80 Preparing to unpack .../209-libxxf86dga1_2%3a1.1.5-0ubuntu1_amd64.deb ...
#5 43.80 Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
#5 43.84 Selecting previously unselected package x11-utils.
#5 43.84 Preparing to unpack .../210-x11-utils_7.7+5_amd64.deb ...
#5 43.84 Unpacking x11-utils (7.7+5) ...
#5 43.89 Selecting previously unselected package libatk-wrapper-java.
#5 43.89 Preparing to unpack .../211-libatk-wrapper-java_0.37.1-1_all.deb ...
#5 43.89 Unpacking libatk-wrapper-java (0.37.1-1) ...
#5 43.92 Selecting previously unselected package libatk-wrapper-java-jni:amd64.
#5 43.93 Preparing to unpack .../212-libatk-wrapper-java-jni_0.37.1-1_amd64.deb ...
#5 43.93 Unpacking libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
#5 43.97 Selecting previously unselected package libogg0:amd64.
#5 43.97 Preparing to unpack .../213-libogg0_1.3.4-0ubuntu1_amd64.deb ...
#5 43.97 Unpacking libogg0:amd64 (1.3.4-0ubuntu1) ...
#5 44.01 Selecting previously unselected package libflac8:amd64.
#5 44.01 Preparing to unpack .../214-libflac8_1.3.3-1ubuntu0.2_amd64.deb ...
#5 44.01 Unpacking libflac8:amd64 (1.3.3-1ubuntu0.2) ...
#5 44.05 Selecting previously unselected package libgif7:amd64.
#5 44.06 Preparing to unpack .../215-libgif7_5.1.9-1ubuntu0.1_amd64.deb ...
#5 44.06 Unpacking libgif7:amd64 (5.1.9-1ubuntu0.1) ...
#5 44.09 Selecting previously unselected package libgl1-mesa-glx:amd64.
#5 44.09 Preparing to unpack .../216-libgl1-mesa-glx_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
#5 44.10 Unpacking libgl1-mesa-glx:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 44.13 Selecting previously unselected package libgtk2.0-common.
#5 44.13 Preparing to unpack .../217-libgtk2.0-common_2.24.32-4ubuntu4.1_all.deb ...
#5 44.13 Unpacking libgtk2.0-common (2.24.32-4ubuntu4.1) ...
#5 44.17 Selecting previously unselected package libxcursor1:amd64.
#5 44.17 Preparing to unpack .../218-libxcursor1_1%3a1.2.0-2_amd64.deb ...
#5 44.18 Unpacking libxcursor1:amd64 (1:1.2.0-2) ...
#5 44.21 Selecting previously unselected package libxdamage1:amd64.
#5 44.21 Preparing to unpack .../219-libxdamage1_1%3a1.1.5-2_amd64.deb ...
#5 44.22 Unpacking libxdamage1:amd64 (1:1.1.5-2) ...
#5 44.26 Selecting previously unselected package libgtk2.0-0:amd64.
#5 44.26 Preparing to unpack .../220-libgtk2.0-0_2.24.32-4ubuntu4.1_amd64.deb ...
#5 44.26 Unpacking libgtk2.0-0:amd64 (2.24.32-4ubuntu4.1) ...
#5 44.42 Selecting previously unselected package libvorbis0a:amd64.
#5 44.42 Preparing to unpack .../221-libvorbis0a_1.3.6-2ubuntu1_amd64.deb ...
#5 44.42 Unpacking libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
#5 44.46 Selecting previously unselected package libvorbisenc2:amd64.
#5 44.46 Preparing to unpack .../222-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ...
#5 44.46 Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
#5 44.50 Selecting previously unselected package libsndfile1:amd64.
#5 44.51 Preparing to unpack .../223-libsndfile1_1.0.28-7ubuntu0.2_amd64.deb ...
#5 44.51 Unpacking libsndfile1:amd64 (1.0.28-7ubuntu0.2) ...
#5 44.56 Selecting previously unselected package libwrap0:amd64.
#5 44.56 Preparing to unpack .../224-libwrap0_7.6.q-30_amd64.deb ...
#5 44.56 Unpacking libwrap0:amd64 (7.6.q-30) ...
#5 44.61 Selecting previously unselected package libpulse0:amd64.
#5 44.61 Preparing to unpack .../225-libpulse0_1%3a13.99.1-1ubuntu3.13_amd64.deb ...
#5 44.62 Unpacking libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ...
#5 44.68 Selecting previously unselected package openjdk-8-jre:amd64.
#5 44.68 Preparing to unpack .../226-openjdk-8-jre_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 44.69 Unpacking openjdk-8-jre:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 44.73 Selecting previously unselected package openjdk-8-jdk-headless:amd64.
#5 44.73 Preparing to unpack .../227-openjdk-8-jdk-headless_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 44.73 Unpacking openjdk-8-jdk-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 45.33 Selecting previously unselected package openjdk-8-jdk:amd64.
#5 45.34 Preparing to unpack .../228-openjdk-8-jdk_8u442-b06~us1-0ubuntu1~20.04_amd64.deb ...
#5 45.34 Unpacking openjdk-8-jdk:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 45.59 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.8) ...
#5 45.60 Setting up libgraphite2-3:amd64 (1.3.13-11build1) ...
#5 45.61 Setting up liblcms2-2:amd64 (2.9-4) ...
#5 45.62 Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
#5 45.63 Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 45.64 Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ...
#5 45.65 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
#5 45.66 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
#5 45.67 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
#5 45.68 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
#5 45.68 Setting up libogg0:amd64 (1.3.4-0ubuntu1) ...
#5 45.69 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ...
#5 45.70 Setting up hicolor-icon-theme (0.17-2) ...
#5 45.73 Setting up java-common (0.72) ...
#5 45.74 Setting up libdatrie1:amd64 (0.2.12-3) ...
#5 45.75 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.8) ...
#5 45.76 No schema files found: doing nothing.
#5 45.77 Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 45.77 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ...
#5 45.85 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
#5 45.85 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ...
#5 45.86 Setting up libc6-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 45.87 Setting up libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.5) ...
#5 45.88 Setting up binutils-common:amd64 (2.34-6ubuntu1.9) ...
#5 45.89 Setting up x11-common (1:7.7+19ubuntu14) ...
#5 46.01 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
#5 46.01 invoke-rc.d: could not determine current runlevel
#5 46.01 invoke-rc.d: policy-rc.d denied execution of start.
#5 46.02 Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ...
#5 46.03 Setting up gcc-9-s390x-linux-gnu-base:amd64 (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 46.04 Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ...
#5 46.05 Setting up linux-libc-dev:amd64 (5.4.0-205.225) ...
#5 46.06 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ...
#5 46.07 Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.08 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.10) ...
#5 46.09 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ...
#5 46.10 Setting up libflac8:amd64 (1.3.3-1ubuntu0.2) ...
#5 46.11 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.8) ...
#5 46.12 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 46.13 Setting up tzdata (2024b-0ubuntu0.20.04) ...
#5 46.21
#5 46.21 Current default time zone: 'Etc/UTC'
#5 46.21 Local time is now: Tue Feb 11 11:02:20 UTC 2025.
#5 46.21 Universal Time is now: Tue Feb 11 11:02:20 UTC 2025.
#5 46.21 Run 'dpkg-reconfigure tzdata' if you wish to change it.
#5 46.21
#5 46.23 Setting up libasound2-data (1.2.2-2.1ubuntu2.5) ...
#5 46.24 Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
#5 46.25 Setting up linux-libc-dev-s390x-cross (5.4.0-110.124cross1) ...
#5 46.26 Setting up libwrap0:amd64 (7.6.q-30) ...
#5 46.27 Setting up libx11-data (2:1.6.9-2ubuntu1.6) ...
#5 46.27 Setting up make (4.2.1-1.2) ...
#5 46.28 Setting up libmpfr6:amd64 (4.0.2-1) ...
#5 46.29 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.20.04.1) ...
#5 46.30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
#5 46.31 Setting up libavahi-common-data:amd64 (0.7-4ubuntu7.3) ...
#5 46.32 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
#5 46.32 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
#5 46.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#5 46.33 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#5 46.34 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#5 46.34 Setting up libfribidi0:amd64 (1.0.8-2ubuntu0.1) ...
#5 46.35 Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.36 Setting up libpng16-16:amd64 (1.6.37-2) ...
#5 46.37 Setting up libmpc3:amd64 (1.1.0-1) ...
#5 46.38 Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.38 Setting up libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
#5 46.39 Setting up patch (2.7.6-6) ...
#5 46.40 Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
#5 46.41 Setting up fonts-dejavu-core (2.37-1) ...
#5 46.46 Setting up libpcsclite1:amd64 (1.8.26-3) ...
#5 46.46 Setting up ucf (3.0038+nmu1) ...
#5 46.55 Setting up gcc-9-cross-base (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 46.56 Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
#5 46.57 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.8) ...
#5 46.58 Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
#5 46.59 Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 46.60 Setting up gcc-10-cross-base (10.5.0-1ubuntu1~20.04cross1) ...
#5 46.61 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
#5 46.62 Setting up libvulkan1:amd64 (1.2.131.2-1) ...
#5 46.62 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 46.63 Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.64 Setting up libgif7:amd64 (5.1.9-1ubuntu0.1) ...
#5 46.65 Setting up libatk1.0-data (2.35.1-1ubuntu2) ...
#5 46.66 Setting up libitm1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 46.67 Setting up libasyncns0:amd64 (0.8-6) ...
#5 46.69 Setting up libxshmfence1:amd64 (1.3-1) ...
#5 46.70 Setting up libc6-dev-s390x-cross (2.31-0ubuntu9.9cross1) ...
#5 46.71 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
#5 46.72 Setting up libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
#5 46.73 Setting up libthai-data (0.1.28-3) ...
#5 46.74 Setting up libisl22:amd64 (0.22.1-1) ...
#5 46.74 Setting up libgtk2.0-common (2.24.32-4ubuntu4.1) ...
#5 46.76 Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ...
#5 46.77 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.8) ...
#5 46.78 Setting up libbinutils:amd64 (2.34-6ubuntu1.9) ...
#5 46.79 Setting up libc-dev-bin (2.31-0ubuntu9.17) ...
#5 46.80 Setting up openssl (1.1.1f-1ubuntu2.23) ...
#5 46.81 Setting up libbsd0:amd64 (0.10.0-1) ...
#5 46.82 Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
#5 46.83 Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ...
#5 46.84 Setting up libgomp1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 46.84 Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.85 Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.86 Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.87 Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
#5 46.88 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 46.89 Setting up libgdbm6:amd64 (1.18.1-5) ...
#5 46.89 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 46.90 Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
#5 46.91 Setting up libctf0:amd64 (2.34-6ubuntu1.9) ...
#5 46.92 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
#5 46.93 Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
#5 46.94 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
#5 46.94 Setting up libxcb1:amd64 (1.14-2) ...
#5 46.95 Setting up binutils-s390x-linux-gnu (2.34-6ubuntu1.9) ...
#5 46.96 Setting up libxcb-xfixes0:amd64 (1.14-2) ...
#5 46.97 Setting up libxcb-render0:amd64 (1.14-2) ...
#5 46.98 Setting up fontconfig-config (2.13.1-2ubuntu3) ...
#5 47.12 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
#5 47.13 Setting up libxcb-glx0:amd64 (1.14-2) ...
#5 47.14 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 47.15 Setting up libedit2:amd64 (3.1-20191231-1) ...
#5 47.16 Setting up libxcb-shape0:amd64 (1.14-2) ...
#5 47.17 Setting up libatomic1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 47.18 Setting up libavahi-common3:amd64 (0.7-4ubuntu7.3) ...
#5 47.19 Setting up libnss3:amd64 (2:3.98-0ubuntu0.20.04.2) ...
#5 47.20 Setting up libxcb-shm0:amd64 (1.14-2) ...
#5 47.21 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 47.22 Setting up libxcb-present0:amd64 (1.14-2) ...
#5 47.23 Setting up libthai0:amd64 (0.1.28-3) ...
#5 47.23 Setting up ca-certificates (20240203~20.04.1) ...
#5 47.83 Updating certificates in /etc/ssl/certs...
#5 48.65 146 added, 0 removed; done.
#5 48.69 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 48.70 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 48.71 Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
#5 48.72 Setting up libxcb-sync1:amd64 (1.14-2) ...
#5 48.73 Setting up cpp-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 48.74 Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
#5 48.75 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.8) ...
#5 48.76 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
#5 48.77 Setting up libgcc-s1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 48.78 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ...
#5 48.79 Setting up libxcb-dri2-0:amd64 (1.14-2) ...
#5 48.80 Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 48.81 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 48.81 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ...
#5 48.82 Setting up libc6-dev:amd64 (2.31-0ubuntu9.17) ...
#5 48.83 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ...
#5 48.84 Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.3) ...
#5 48.85 Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.14) ...
#5 48.86 Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
#5 48.87 Setting up libsndfile1:amd64 (1.0.28-7ubuntu0.2) ...
#5 48.89 Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
#5 48.90 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#5 48.91 Setting up libsm6:amd64 (2:1.2.3-1) ...
#5 48.91 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.8) ...
#5 48.94 Setting up libavahi-client3:amd64 (0.7-4ubuntu7.3) ...
#5 48.95 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
#5 48.96 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ...
#5 48.97 Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 48.98 Setting up libxcb-dri3-0:amd64 (1.14-2) ...
#5 48.98 Setting up fontconfig (2.13.1-2ubuntu3) ...
#5 48.99 Regenerating fonts cache... done.
#5 51.01 Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 51.02 Setting up libxdamage1:amd64 (1:1.1.5-2) ...
#5 51.03 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ...
#5 51.04 Setting up libxrender1:amd64 (1:0.9.10-1) ...
#5 51.05 Setting up cpp-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 51.06 Setting up libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ...
#5 51.08 Setting up libstdc++6-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 51.09 Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 51.10 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 51.11 Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 51.12 Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
#5 51.13 Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 51.14 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
#5 51.15 Setting up libasan5-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 51.16 Setting up binutils (2.34-6ubuntu1.9) ...
#5 51.16 Setting up libatspi2.0-0:amd64 (2.36.0-2) ...
#5 51.17 Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
#5 51.18 Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
#5 51.19 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 51.20 Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ...
#5 51.20 Setting up perl (5.30.0-9ubuntu0.5) ...
#5 51.22 Setting up libxfixes3:amd64 (1:5.0.3-2) ...
#5 51.23 Setting up shared-mime-info (1.15-1) ...
#5 52.89 Setting up libxinerama1:amd64 (2:1.1.4-2) ...
#5 52.90 Setting up libxv1:amd64 (2:1.0.11-1) ...
#5 52.91 Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
#5 52.92 Setting up libxt6:amd64 (1:1.1.5-1) ...
#5 52.93 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
#5 52.94 Setting up libcups2:amd64 (2.3.1-9ubuntu1.9) ...
#5 52.94 Setting up cpp (4:9.3.0-1ubuntu2) ...
#5 52.96 Setting up libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ...
#5 52.96 Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 52.97 Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ...
#5 52.98 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 52.99 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 53.00 Setting up libxft2:amd64 (2.3.3-0ubuntu1) ...
#5 53.01 Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
#5 53.01 Setting up libubsan1-s390x-cross (10.5.0-1ubuntu1~20.04cross1) ...
#5 53.02 Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 53.03 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
#5 53.04 Setting up libxi6:amd64 (2:1.7.10-0ubuntu1) ...
#5 53.05 Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 53.05 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#5 53.06 Setting up libxcursor1:amd64 (1:1.2.0-2) ...
#5 53.07 Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ...
#5 53.08 Setting up libxaw7:amd64 (2:1.0.13-1) ...
#5 53.10 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 53.11 Setting up gcc (4:9.3.0-1ubuntu2) ...
#5 53.12 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
#5 53.14 Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
#5 53.15 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
#5 53.15 Setting up libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ...
#5 53.18 Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ...
#5 53.19 Setting up libgl1-mesa-glx:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
#5 53.20 Setting up g++ (4:9.3.0-1ubuntu2) ...
#5 53.22 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#5 53.22 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#5 53.23 Setting up x11-utils (7.7+5) ...
#5 53.26 Setting up build-essential (12.8ubuntu1.1) ...
#5 53.27 Setting up libatk-wrapper-java (0.37.1-1) ...
#5 53.28 Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.2) ...
#5 53.29 Setting up libgcc-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.30 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ...
#5 53.30 Setting up libatk-wrapper-java-jni:amd64 (0.37.1-1) ...
#5 53.31 Setting up librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 53.32 Setting up librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ...
#5 53.34 Setting up libstdc++-9-dev-s390x-cross (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.35 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.25) ...
#5 53.35 Setting up curl (7.68.0-1ubuntu2.25) ...
#5 53.36 Setting up gcc-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.37 Setting up gcc-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 53.38 Setting up g++-9-s390x-linux-gnu (9.4.0-1ubuntu1~20.04.2cross2) ...
#5 53.39 Setting up g++-s390x-linux-gnu (4:9.3.0-1ubuntu2) ...
#5 53.40 Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ...
#5 53.44 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#5 53.45 Setting up openjdk-8-jre-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 53.53 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
#5 53.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode
#5 53.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
#5 53.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
#5 53.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
#5 53.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
#5 53.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
#5 53.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode
#5 53.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode
#5 53.57 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode
#5 53.79 Setting up ca-certificates-java (20190405ubuntu1.1) ...
#5 53.81 head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
#5 54.01 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
#5 54.01 Adding debian:Amazon_Root_CA_2.pem
#5 54.01 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
#5 54.02 Adding debian:DigiCert_Assured_ID_Root_CA.pem
#5 54.03 Adding debian:COMODO_ECC_Certification_Authority.pem
#5 54.04 Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem
#5 54.04 Adding debian:GlobalSign_Root_CA_-_R6.pem
#5 54.04 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
#5 54.05 Adding debian:Buypass_Class_3_Root_CA.pem
#5 54.05 Adding debian:CA_Disig_Root_R2.pem
#5 54.06 Adding debian:COMODO_RSA_Certification_Authority.pem
#5 54.06 Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem
#5 54.06 Adding debian:DigiCert_Trusted_Root_G4.pem
#5 54.06 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
#5 54.07 Adding debian:Certum_Trusted_Network_CA_2.pem
#5 54.08 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
#5 54.08 Adding debian:ACCVRAIZ1.pem
#5 54.08 Adding debian:QuoVadis_Root_CA_3.pem
#5 54.09 Adding debian:USERTrust_ECC_Certification_Authority.pem
#5 54.09 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
#5 54.09 Adding debian:CommScope_Public_Trust_RSA_Root-02.pem
#5 54.10 Adding debian:USERTrust_RSA_Certification_Authority.pem
#5 54.10 Adding debian:DigiCert_Assured_ID_Root_G3.pem
#5 54.10 Adding debian:vTrus_Root_CA.pem
#5 54.10 Adding debian:SSL.com_TLS_RSA_Root_CA_2022.pem
#5 54.11 Adding debian:Actalis_Authentication_Root_CA.pem
#5 54.11 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem
#5 54.11 Adding debian:Certum_EC-384_CA.pem
#5 54.11 Adding debian:Comodo_AAA_Services_root.pem
#5 54.12 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
#5 54.12 Adding debian:Certum_Trusted_Root_CA.pem
#5 54.12 Adding debian:Baltimore_CyberTrust_Root.pem
#5 54.13 Adding debian:ANF_Secure_Server_Root_CA.pem
#5 54.13 Adding debian:COMODO_Certification_Authority.pem
#5 54.13 Adding debian:TrustAsia_Global_Root_CA_G3.pem
#5 54.13 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
#5 54.14 Adding debian:SZAFIR_ROOT_CA2.pem
#5 54.14 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem
#5 54.14 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
#5 54.14 Adding debian:vTrus_ECC_Root_CA.pem
#5 54.14 Adding debian:DigiCert_Global_Root_G3.pem
#5 54.15 Adding debian:AffirmTrust_Commercial.pem
#5 54.15 Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem
#5 54.15 Adding debian:SwissSign_Gold_CA_-_G2.pem
#5 54.15 Adding debian:GTS_Root_R2.pem
#5 54.16 Adding debian:Buypass_Class_2_Root_CA.pem
#5 54.16 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
#5 54.16 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
#5 54.16 Adding debian:emSign_ECC_Root_CA_-_G3.pem
#5 54.17 Adding debian:ePKI_Root_Certification_Authority.pem
#5 54.17 Adding debian:Trustwave_Global_Certification_Authority.pem
#5 54.17 Adding debian:Starfield_Class_2_CA.pem
#5 54.17 Adding debian:GLOBALTRUST_2020.pem
#5 54.18 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem
#5 54.18 Adding debian:Certum_Trusted_Network_CA.pem
#5 54.18 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
#5 54.18 Adding debian:Security_Communication_RootCA3.pem
#5 54.19 Adding debian:IdenTrust_Commercial_Root_CA_1.pem
#5 54.19 Adding debian:D-TRUST_BR_Root_CA_1_2020.pem
#5 54.19 Adding debian:QuoVadis_Root_CA_1_G3.pem
#5 54.19 Adding debian:Certainly_Root_E1.pem
#5 54.20 Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem
#5 54.20 Adding debian:emSign_Root_CA_-_C1.pem
#5 54.20 Adding debian:Izenpe.com.pem
#5 54.20 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
#5 54.21 Adding debian:TunTrust_Root_CA.pem
#5 54.21 Adding debian:BJCA_Global_Root_CA1.pem
#5 54.21 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
#5 54.21 Adding debian:QuoVadis_Root_CA_3_G3.pem
#5 54.22 Adding debian:NetLock_Arany_=Class_Gold=_FÅ‘tanúsÃtvány.pem
#5 54.22 Adding debian:ISRG_Root_X2.pem
#5 54.22 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
#5 54.22 Adding debian:GlobalSign_Root_R46.pem
#5 54.23 Adding debian:TeliaSonera_Root_CA_v1.pem
#5 54.23 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
#5 54.23 Adding debian:DigiCert_Global_Root_CA.pem
#5 54.23 Adding debian:SSL.com_TLS_ECC_Root_CA_2022.pem
#5 54.23 Adding debian:AffirmTrust_Networking.pem
#5 54.24 Adding debian:Amazon_Root_CA_4.pem
#5 54.24 Adding debian:GlobalSign_Root_E46.pem
#5 54.24 Adding debian:UCA_Extended_Validation_Root.pem
#5 54.24 Adding debian:Telia_Root_CA_v2.pem
#5 54.25 Adding debian:ISRG_Root_X1.pem
#5 54.25 Adding debian:SecureSign_RootCA11.pem
#5 54.25 Adding debian:Hongkong_Post_Root_CA_3.pem
#5 54.25 Adding debian:TrustAsia_Global_Root_CA_G4.pem
#5 54.25 Adding debian:Sectigo_Public_Server_Authentication_Root_R46.pem
#5 54.26 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem
#5 54.26 Adding debian:AC_RAIZ_FNMT-RCM.pem
#5 54.26 Adding debian:Go_Daddy_Class_2_CA.pem
#5 54.26 Adding debian:Secure_Global_CA.pem
#5 54.26 Adding debian:Amazon_Root_CA_1.pem
#5 54.27 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
#5 54.27 Adding debian:Entrust_Root_Certification_Authority.pem
#5 54.27 Adding debian:GlobalSign_Root_CA_-_R3.pem
#5 54.27 Adding debian:Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem
#5 54.28 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
#5 54.28 Adding debian:Amazon_Root_CA_3.pem
#5 54.28 Adding debian:DigiCert_Global_Root_G2.pem
#5 54.28 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
#5 54.28 Adding debian:Security_Communication_RootCA2.pem
#5 54.29 Adding debian:CFCA_EV_ROOT.pem
#5 54.29 Adding debian:Security_Communication_ECC_RootCA1.pem
#5 54.29 Adding debian:Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem
#5 54.29 Adding debian:GlobalSign_Root_CA.pem
#5 54.29 Adding debian:Certigna_Root_CA.pem
#5 54.30 Adding debian:XRamp_Global_CA_Root.pem
#5 54.30 Adding debian:emSign_ECC_Root_CA_-_C3.pem
#5 54.30 Adding debian:SwissSign_Silver_CA_-_G2.pem
#5 54.30 Adding debian:TWCA_Global_Root_CA.pem
#5 54.30 Adding debian:NAVER_Global_Root_Certification_Authority.pem
#5 54.31 Adding debian:AffirmTrust_Premium.pem
#5 54.31 Adding debian:BJCA_Global_Root_CA2.pem
#5 54.31 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem
#5 54.31 Adding debian:CommScope_Public_Trust_RSA_Root-01.pem
#5 54.32 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
#5 54.32 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
#5 54.32 Adding debian:QuoVadis_Root_CA_2_G3.pem
#5 54.32 Adding debian:TWCA_Root_Certification_Authority.pem
#5 54.32 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
#5 54.33 Adding debian:SecureTrust_CA.pem
#5 54.33 Adding debian:GTS_Root_R4.pem
#5 54.33 Adding debian:DigiCert_Assured_ID_Root_G2.pem
#5 54.33 Adding debian:certSIGN_ROOT_CA.pem
#5 54.33 Adding debian:Sectigo_Public_Server_Authentication_Root_E46.pem
#5 54.33 Adding debian:AffirmTrust_Premium_ECC.pem
#5 54.34 Adding debian:emSign_Root_CA_-_G1.pem
#5 54.34 Adding debian:Atos_TrustedRoot_2011.pem
#5 54.34 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
#5 54.34 Adding debian:CommScope_Public_Trust_ECC_Root-01.pem
#5 54.34 Adding debian:Certainly_Root_R1.pem
#5 54.35 Adding debian:certSIGN_Root_CA_G2.pem
#5 54.35 Adding debian:GTS_Root_R3.pem
#5 54.35 Adding debian:e-Szigno_Root_CA_2017.pem
#5 54.35 Adding debian:QuoVadis_Root_CA_2.pem
#5 54.35 Adding debian:Certigna.pem
#5 54.36 Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem
#5 54.36 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
#5 54.36 Adding debian:D-TRUST_EV_Root_CA_1_2020.pem
#5 54.36 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
#5 54.36 Adding debian:CommScope_Public_Trust_ECC_Root-02.pem
#5 54.36 Adding debian:HiPKI_Root_CA_-_G1.pem
#5 54.37 Adding debian:GTS_Root_R1.pem
#5 54.37 Adding debian:UCA_Global_G2_Root.pem
#5 54.37 Adding debian:Security_Communication_Root_CA.pem
#5 54.37 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
#5 54.40 done.
#5 54.40 Setting up libgtk2.0-0:amd64 (2.24.32-4ubuntu4.1) ...
#5 54.43 Setting up openjdk-8-jre:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 54.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode
#5 54.44 Setting up humanity-icon-theme (0.6.15) ...
#5 54.72 Setting up openjdk-8-jdk-headless:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 54.73 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode
#5 54.73 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
#5 54.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode
#5 54.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
#5 54.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
#5 54.75 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode
#5 54.75 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode
#5 54.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
#5 54.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
#5 54.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode
#5 54.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode
#5 54.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode
#5 54.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
#5 54.78 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
#5 54.78 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
#5 54.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
#5 54.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
#5 54.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
#5 54.80 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode
#5 54.80 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode
#5 54.81 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode
#5 54.81 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
#5 54.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
#5 54.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode
#5 54.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
#5 54.83 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
#5 54.83 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
#5 54.84 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode
#5 54.84 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
#5 54.85 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
#5 54.85 Setting up openjdk-8-jdk:amd64 (8u442-b06~us1-0ubuntu1~20.04) ...
#5 54.87 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode
#5 54.87 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
#5 54.88 Setting up ubuntu-mono (19.04-0ubuntu3) ...
#5 54.95 Processing triggers for libc-bin (2.31-0ubuntu9.17) ...
#5 54.97 Processing triggers for ca-certificates (20240203~20.04.1) ...
#5 54.98 Updating certificates in /etc/ssl/certs...
#5 55.61 0 added, 0 removed; done.
#5 55.61 Running hooks in /etc/ca-certificates/update.d...
#5 55.62
#5 55.82 done.
#5 55.82 done.
#5 55.83 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ...
#5 DONE 58.1s
#6 exporting to image
#6 exporting layers
#6 exporting layers 3.0s done
#6 writing image sha256:19daf57d268bb810caca440d97790d86d15b97996f992848a0cf2631d0cf8899 done
#6 naming to docker.io/library/grpc-java-artifacts-ubuntu2004 done
#6 DONE 3.0s
"$GRPC_JAVA_DIR"/buildscripts/run_in_docker.sh grpc-java-artifacts-x86 /grpc-java/buildscripts/build_artifacts_in_docker.sh
+ /tmpfs/src/github/grpc-java/buildscripts/run_in_docker.sh grpc-java-artifacts-x86 /grpc-java/buildscripts/build_artifacts_in_docker.sh
++ dirname /grpc-java/buildscripts/build_artifacts_in_docker.sh
+ ALL_ARTIFACTS=true
+ ARCH=x86_64
+ /grpc-java/buildscripts/kokoro/unix.sh
+++ dirname /grpc-java/buildscripts/kokoro/unix.sh
++ cd /grpc-java/buildscripts/kokoro/../..
++ pwd
+ readonly GRPC_JAVA_DIR=/grpc-java
+ GRPC_JAVA_DIR=/grpc-java
++ dirname /grpc-java/buildscripts/kokoro/unix.sh
+ cd /grpc-java/buildscripts/kokoro/../..
+ ARCH=x86_64
+ cat
+ ARCH=x86_64
+ buildscripts/make_dependencies.sh
PROTOBUF_VERSION=21.7
+ PROTOBUF_VERSION=21.7
# ARCH is x86_64 bit unless otherwise specified.
ARCH="${ARCH:-x86_64}"
+ ARCH=x86_64
DOWNLOAD_DIR=/tmp/source
+ DOWNLOAD_DIR=/tmp/source
INSTALL_DIR="/tmp/protobuf-cache/$PROTOBUF_VERSION/$(uname -s)-$ARCH"
++ uname -s
+ INSTALL_DIR=/tmp/protobuf-cache/21.7/Linux-x86_64
mkdir -p $DOWNLOAD_DIR
+ mkdir -p /tmp/source
# Start with a sane default
NUM_CPU=4
+ NUM_CPU=4
if [[ $(uname) == 'Linux' ]]; then
NUM_CPU=$(nproc)
fi
++ uname
+ [[ Linux == \L\i\n\u\x ]]
++ nproc
+ NUM_CPU=16
if [[ $(uname) == 'Darwin' ]]; then
NUM_CPU=$(sysctl -n hw.ncpu)
fi
++ uname
+ [[ Linux == \D\a\r\w\i\n ]]
# Make protoc
# Can't check for presence of directory as cache auto-creates it.
if [ -f ${INSTALL_DIR}/bin/protoc ]; then
echo "Not building protobuf. Already built"
# TODO(ejona): swap to `brew install --devel protobuf` once it is up-to-date
else
if [[ ! -d "$DOWNLOAD_DIR"/protobuf-"${PROTOBUF_VERSION}" ]]; then
curl -Ls https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-all-${PROTOBUF_VERSION}.tar.gz | tar xz -C $DOWNLOAD_DIR
fi
pushd $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
# install here so we don't need sudo
if [[ "$ARCH" == x86* ]]; then
./configure CFLAGS=-m${ARCH#*_} CXXFLAGS=-m${ARCH#*_} --disable-shared \
--prefix="$INSTALL_DIR"
elif [[ "$ARCH" == aarch* ]]; then
./configure --disable-shared --host=aarch64-linux-gnu --prefix="$INSTALL_DIR"
elif [[ "$ARCH" == ppc* ]]; then
./configure --disable-shared --host=powerpc64le-linux-gnu --prefix="$INSTALL_DIR"
elif [[ "$ARCH" == s390* ]]; then
./configure --disable-shared --host=s390x-linux-gnu --prefix="$INSTALL_DIR"
elif [[ "$ARCH" == loongarch* ]]; then
./configure --disable-shared --host=loongarch64-unknown-linux-gnu --prefix="$INSTALL_DIR"
fi
# the same source dir is used for 32 and 64 bit builds, so we need to clean stale data first
make clean
make V=0 -j$NUM_CPU
make install
popd
fi
+ '[' -f /tmp/protobuf-cache/21.7/Linux-x86_64/bin/protoc ']'
+ [[ ! -d /tmp/source/protobuf-21.7 ]]
+ curl -Ls https://github.com/google/protobuf/releases/download/v21.7/protobuf-all-21.7.tar.gz
+ tar xz -C /tmp/source
+ pushd /tmp/source/protobuf-21.7
+ [[ x86_64 == x86* ]]
+ ./configure CFLAGS=-m64 CXXFLAGS=-m64 --disable-shared --prefix=/tmp/protobuf-cache/21.7/Linux-x86_64
/tmp/source/protobuf-21.7 /grpc-java
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc... gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for g++... g++
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... (cached) none needed
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking C++ compiler flags...... use user-supplied: -m64
checking for g++ options needed to detect all undeclared functions... none needed
checking whether __SUNPRO_CC is declared... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether the linker supports version scripts... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for working memcmp... yes
checking for working strtod... yes
checking for ftruncate... yes
checking for memset... yes
checking for mkdir... yes
checking for strchr... yes
checking for strerror... yes
checking for strtol... yes
checking zlib version... headers missing or too old (requires 1.2.0.4)
checking whether g++ supports C++11 features by default... yes
checking whether -latomic is needed... no
checking whether gcc is Clang... no
checking whether pthreads work with "-pthread" and "-lpthread"... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking the location of hash_map...
checking whether -llog is needed... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating benchmarks/Makefile
config.status: creating conformance/Makefile
config.status: creating protobuf.pc
config.status: creating protobuf-lite.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in third_party/googletest (/tmp/source/protobuf-21.7/third_party/googletest)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/protobuf-cache/21.7/Linux-x86_64' 'CFLAGS=-m64' 'CXXFLAGS=-m64' '--disable-shared' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
=== configuring in googletest (/tmp/source/protobuf-21.7/third_party/googletest/googletest)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/protobuf-cache/21.7/Linux-x86_64' 'CFLAGS=-m64' 'CXXFLAGS=-m64' '--disable-shared' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for python... :
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in googlemock (/tmp/source/protobuf-21.7/third_party/googletest/googlemock)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/protobuf-cache/21.7/Linux-x86_64' 'CFLAGS=-m64' 'CXXFLAGS=-m64' '--disable-shared' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for python... :
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for gtest-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/gmock-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ make clean
Making clean in .
make[1]: Entering directory '/tmp/source/protobuf-21.7'
rm -rf .libs _libs
Making clean in googletest
make[2]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest'
Making clean in googletest
make[3]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest/googletest'
rm -f samples/sample1_unittest samples/sample2_unittest samples/sample3_unittest samples/sample4_unittest samples/sample5_unittest samples/sample6_unittest samples/sample7_unittest samples/sample8_unittest samples/sample9_unittest samples/sample10_unittest test/gtest_all_test
test -z "core" || rm -f core
test -z "lib/libgtest.la lib/libgtest_main.la" || rm -f lib/libgtest.la lib/libgtest_main.la
rm -f lib/so_locations
rm -rf .libs _libs
rm -rf lib/.libs lib/_libs
rm -rf samples/.libs samples/_libs
rm -rf src/.libs src/_libs
rm -rf test/.libs test/_libs
rm -f *.o
rm -f fused-src/gtest/*.o
rm -f samples/*.o
rm -f src/*.o
rm -f src/*.lo
rm -f test/*.o
test -z "samples/sample1_unittest.log samples/sample2_unittest.log samples/sample3_unittest.log samples/sample4_unittest.log samples/sample5_unittest.log samples/sample6_unittest.log samples/sample7_unittest.log samples/sample8_unittest.log samples/sample9_unittest.log samples/sample10_unittest.log test/gtest_all_test.log" || rm -f samples/sample1_unittest.log samples/sample2_unittest.log samples/sample3_unittest.log samples/sample4_unittest.log samples/sample5_unittest.log samples/sample6_unittest.log samples/sample7_unittest.log samples/sample8_unittest.log samples/sample9_unittest.log samples/sample10_unittest.log test/gtest_all_test.log
test -z "samples/sample1_unittest.trs samples/sample2_unittest.trs samples/sample3_unittest.trs samples/sample4_unittest.trs samples/sample5_unittest.trs samples/sample6_unittest.trs samples/sample7_unittest.trs samples/sample8_unittest.trs samples/sample9_unittest.trs samples/sample10_unittest.trs test/gtest_all_test.trs" || rm -f samples/sample1_unittest.trs samples/sample2_unittest.trs samples/sample3_unittest.trs samples/sample4_unittest.trs samples/sample5_unittest.trs samples/sample6_unittest.trs samples/sample7_unittest.trs samples/sample8_unittest.trs samples/sample9_unittest.trs samples/sample10_unittest.trs test/gtest_all_test.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[3]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest/googletest'
Making clean in googlemock
make[3]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
make[4]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
rm -f test/gmock-spec-builders_test test/gmock_link_test
test -z "core" || rm -f core
test -z "lib/libgmock.la lib/libgmock_main.la" || rm -f lib/libgmock.la lib/libgmock_main.la
rm -f lib/so_locations
rm -rf .libs _libs
rm -rf lib/.libs lib/_libs
rm -rf src/.libs src/_libs
rm -rf test/.libs test/_libs
rm -f *.o
rm -f fused-src/*.o
rm -f src/*.o
rm -f src/*.lo
rm -f test/*.o
test -z "test/gmock-spec-builders_test.log test/gmock_link_test.log" || rm -f test/gmock-spec-builders_test.log test/gmock_link_test.log
test -z "test/gmock-spec-builders_test.trs test/gmock_link_test.trs" || rm -f test/gmock-spec-builders_test.trs test/gmock_link_test.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[4]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
make[3]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest/googlemock'
make[3]: Entering directory '/tmp/source/protobuf-21.7/third_party/googletest'
make[3]: Nothing to be done for 'clean-am'.
make[3]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest'
make[2]: Leaving directory '/tmp/source/protobuf-21.7/third_party/googletest'
rm -f *.lo
make[1]: Leaving directory '/tmp/source/protobuf-21.7'
Making clean in src
make[1]: Entering directory '/tmp/source/protobuf-21.7/src'
rm -f protoc
rm -f protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin protobuf-lite-arena-test no-warning-test
test -z "google/protobuf/map_lite_unittest.pb.cc google/protobuf/map_lite_unittest.pb.h google/protobuf/unittest_import_lite.pb.cc google/protobuf/unittest_import_lite.pb.h google/protobuf/unittest_import_public_lite.pb.cc google/protobuf/unittest_import_public_lite.pb.h google/protobuf/unittest_lite.pb.cc google/protobuf/unittest_lite.pb.h google/protobuf/any_test.pb.cc google/protobuf/any_test.pb.h google/protobuf/compiler/cpp/test_bad_identifiers.pb.cc google/protobuf/compiler/cpp/test_bad_identifiers.pb.h google/protobuf/compiler/cpp/test_large_enum_value.pb.cc google/protobuf/compiler/cpp/test_large_enum_value.pb.h google/protobuf/map_proto2_unittest.pb.cc google/protobuf/map_proto2_unittest.pb.h google/protobuf/map_unittest.pb.cc google/protobuf/map_unittest.pb.h google/protobuf/unittest.pb.cc google/protobuf/unittest.pb.h google/protobuf/unittest_arena.pb.cc google/protobuf/unittest_arena.pb.h google/protobuf/unittest_custom_options.pb.cc google/protobuf/unittest_custom_options.pb.h google/protobuf/unittest_drop_unknown_fields.pb.cc google/protobuf/unittest_drop_unknown_fields.pb.h google/protobuf/unittest_embed_optimize_for.pb.cc google/protobuf/unittest_embed_optimize_for.pb.h google/protobuf/unittest_empty.pb.cc google/protobuf/unittest_empty.pb.h google/protobuf/unittest_enormous_descriptor.pb.cc google/protobuf/unittest_enormous_descriptor.pb.h google/protobuf/unittest_import.pb.cc google/protobuf/unittest_import.pb.h google/protobuf/unittest_import_public.pb.cc google/protobuf/unittest_import_public.pb.h google/protobuf/unittest_lazy_dependencies.pb.cc google/protobuf/unittest_lazy_dependencies.pb.h google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc google/protobuf/unittest_lazy_dependencies_custom_option.pb.h google/protobuf/unittest_lazy_dependencies_enum.pb.cc google/protobuf/unittest_lazy_dependencies_enum.pb.h google/protobuf/unittest_lite_imports_nonlite.pb.cc google/protobuf/unittest_lite_imports_nonlite.pb.h google/protobuf/unittest_mset.pb.cc google/protobuf/unittest_mset.pb.h google/protobuf/unittest_mset_wire_format.pb.cc google/protobuf/unittest_mset_wire_format.pb.h google/protobuf/unittest_no_field_presence.pb.cc google/protobuf/unittest_no_field_presence.pb.h google/protobuf/unittest_no_generic_services.pb.cc google/protobuf/unittest_no_generic_services.pb.h google/protobuf/unittest_optimize_for.pb.cc google/protobuf/unittest_optimize_for.pb.h google/protobuf/unittest_preserve_unknown_enum.pb.cc google/protobuf/unittest_preserve_unknown_enum.pb.h google/protobuf/unittest_preserve_unknown_enum2.pb.cc google/protobuf/unittest_preserve_unknown_enum2.pb.h google/protobuf/unittest_proto3.pb.cc google/protobuf/unittest_proto3.pb.h google/protobuf/unittest_proto3_arena.pb.cc google/protobuf/unittest_proto3_arena.pb.h google/protobuf/unittest_proto3_arena_lite.pb.cc google/protobuf/unittest_proto3_arena_lite.pb.h google/protobuf/unittest_proto3_lite.pb.cc google/protobuf/unittest_proto3_lite.pb.h google/protobuf/unittest_proto3_optional.pb.cc google/protobuf/unittest_proto3_optional.pb.h google/protobuf/unittest_well_known_types.pb.cc google/protobuf/unittest_well_known_types.pb.h google/protobuf/util/internal/testdata/anys.pb.cc google/protobuf/util/internal/testdata/anys.pb.h google/protobuf/util/internal/testdata/books.pb.cc google/protobuf/util/internal/testdata/books.pb.h google/protobuf/util/internal/testdata/default_value.pb.cc google/protobuf/util/internal/testdata/default_value.pb.h google/protobuf/util/internal/testdata/default_value_test.pb.cc google/protobuf/util/internal/testdata/default_value_test.pb.h google/protobuf/util/internal/testdata/field_mask.pb.cc google/protobuf/util/internal/testdata/field_mask.pb.h google/protobuf/util/internal/testdata/maps.pb.cc google/protobuf/util/internal/testdata/maps.pb.h google/protobuf/util/internal/testdata/oneofs.pb.cc google/protobuf/util/internal/testdata/oneofs.pb.h google/protobuf/util/internal/testdata/proto3.pb.cc google/protobuf/util/internal/testdata/proto3.pb.h google/protobuf/util/internal/testdata/struct.pb.cc google/protobuf/util/internal/testdata/struct.pb.h google/protobuf/util/internal/testdata/timestamp_duration.pb.cc google/protobuf/util/internal/testdata/timestamp_duration.pb.h google/protobuf/util/internal/testdata/wrappers.pb.cc google/protobuf/util/internal/testdata/wrappers.pb.h google/protobuf/util/json_format.pb.cc google/protobuf/util/json_format.pb.h google/protobuf/util/json_format_proto3.pb.cc google/protobuf/util/json_format_proto3.pb.h google/protobuf/util/message_differencer_unittest.pb.cc google/protobuf/util/message_differencer_unittest.pb.h unittest_proto_middleman testzip.jar testzip.list testzip.proto testzip.zip no_warning_test.cc" || rm -f google/protobuf/map_lite_unittest.pb.cc google/protobuf/map_lite_unittest.pb.h google/protobuf/unittest_import_lite.pb.cc google/protobuf/unittest_import_lite.pb.h google/protobuf/unittest_import_public_lite.pb.cc google/protobuf/unittest_import_public_lite.pb.h google/protobuf/unittest_lite.pb.cc google/protobuf/unittest_lite.pb.h google/protobuf/any_test.pb.cc google/protobuf/any_test.pb.h google/protobuf/compiler/cpp/test_bad_identifiers.pb.cc google/protobuf/compiler/cpp/test_bad_identifiers.pb.h google/protobuf/compiler/cpp/test_large_enum_value.pb.cc google/protobuf/compiler/cpp/test_large_enum_value.pb.h google/protobuf/map_proto2_unittest.pb.cc google/protobuf/map_proto2_unittest.pb.h google/protobuf/map_unittest.pb.cc google/protobuf/map_unittest.pb.h google/protobuf/unittest.pb.cc google/protobuf/unittest.pb.h google/protobuf/unittest_arena.pb.cc google/protobuf/unittest_arena.pb.h google/protobuf/unittest_custom_options.pb.cc google/protobuf/unittest_custom_options.pb.h google/protobuf/unittest_drop_unknown_fields.pb.cc google/protobuf/unittest_drop_unknown_fields.pb.h google/protobuf/unittest_embed_optimize_for.pb.cc google/protobuf/unittest_embed_optimize_for.pb.h google/protobuf/unittest_empty.pb.cc google/protobuf/unittest_empty.pb.h google/protobuf/unittest_enormous_descriptor.pb.cc google/protobuf/unittest_enormous_descriptor.pb.h google/protobuf/unittest_import.pb.cc google/protobuf/unittest_import.pb.h google/protobuf/unittest_import_public.pb.cc google/protobuf/unittest_import_public.pb.h google/protobuf/unittest_lazy_dependencies.pb.cc google/protobuf/unittest_lazy_dependencies.pb.h google/protobuf/unittest_lazy_dependencies_custom_option.pb.cc google/protobuf/unittest_lazy_dependencies_custom_option.pb.h google/protobuf/unittest_lazy_dependencies_enum.pb.cc google/protobuf/unittest_lazy_dependencies_enum.pb.h google/protobuf/unittest_lite_imports_nonlite.pb.cc google/protobuf/unittest_lite_imports_nonlite.pb.h google/protobuf/unittest_mset.pb.cc google/protobuf/unittest_mset.pb.h google/protobuf/unittest_mset_wire_format.pb.cc google/protobuf/unittest_mset_wire_format.pb.h google/protobuf/unittest_no_field_presence.pb.cc google/protobuf/unittest_no_field_presence.pb.h google/protobuf/unittest_no_generic_services.pb.cc google/protobuf/unittest_no_generic_services.pb.h google/protobuf/unittest_optimize_for.pb.cc google/protobuf/unittest_optimize_for.pb.h google/protobuf/unittest_preserve_unknown_enum.pb.cc google/protobuf/unittest_preserve_unknown_enum.pb.h google/protobuf/unittest_preserve_unknown_enum2.pb.cc google/protobuf/unittest_preserve_unknown_enum2.pb.h google/protobuf/unittest_proto3.pb.cc google/protobuf/unittest_proto3.pb.h google/protobuf/unittest_proto3_arena.pb.cc google/protobuf/unittest_proto3_arena.pb.h google/protobuf/unittest_proto3_arena_lite.pb.cc google/protobuf/unittest_proto3_arena_lite.pb.h google/protobuf/unittest_proto3_lite.pb.cc google/protobuf/unittest_proto3_lite.pb.h google/protobuf/unittest_proto3_optional.pb.cc google/protobuf/unittest_proto3_optional.pb.h google/protobuf/unittest_well_known_types.pb.cc google/protobuf/unittest_well_known_types.pb.h google/protobuf/util/internal/testdata/anys.pb.cc google/protobuf/util/internal/testdata/anys.pb.h google/protobuf/util/internal/testdata/books.pb.cc google/protobuf/util/internal/testdata/books.pb.h google/protobuf/util/internal/testdata/default_value.pb.cc google/protobuf/util/internal/testdata/default_value.pb.h google/protobuf/util/internal/testdata/default_value_test.pb.cc google/protobuf/util/internal/testdata/default_value_test.pb.h google/protobuf/util/internal/testdata/field_mask.pb.cc google/protobuf/util/internal/testdata/field_mask.pb.h google/protobuf/util/internal/testdata/maps.pb.cc google/protobuf/util/internal/testdata/maps.pb.h google/protobuf/util/internal/testdata/oneofs.pb.cc google/protobuf/util/internal/testdata/oneofs.pb.h google/protobuf/util/internal/testdata/proto3.pb.cc google/protobuf/util/internal/testdata/proto3.pb.h google/protobuf/util/internal/testdata/struct.pb.cc google/protobuf/util/internal/testdata/struct.pb.h google/protobuf/util/internal/testdata/timestamp_duration.pb.cc google/protobuf/util/internal/testdata/timestamp_duration.pb.h google/protobuf/util/internal/testdata/wrappers.pb.cc google/protobuf/util/internal/testdata/wrappers.pb.h google/protobuf/util/json_format.pb.cc google/protobuf/util/json_format.pb.h google/protobuf/util/json_format_proto3.pb.cc google/protobuf/util/json_format_proto3.pb.h google/protobuf/util/message_differencer_unittest.pb.cc google/protobuf/util/message_differencer_unittest.pb.h unittest_proto_middleman testzip.jar testzip.list testzip.proto testzip.zip no_warning_test.cc
test -z "libprotobuf-lite.la libprotobuf.la libprotoc.la" || rm -f libprotobuf-lite.la libprotobuf.la libprotoc.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf google/protobuf/.libs google/protobuf/_libs
rm -rf google/protobuf/compiler/.libs google/protobuf/compiler/_libs
rm -rf google/protobuf/compiler/cpp/.libs google/protobuf/compiler/cpp/_libs
rm -rf google/protobuf/compiler/csharp/.libs google/protobuf/compiler/csharp/_libs
rm -rf google/protobuf/compiler/java/.libs google/protobuf/compiler/java/_libs
rm -rf google/protobuf/compiler/objectivec/.libs google/protobuf/compiler/objectivec/_libs
rm -rf google/protobuf/compiler/php/.libs google/protobuf/compiler/php/_libs
rm -rf google/protobuf/compiler/python/.libs google/protobuf/compiler/python/_libs
rm -rf google/protobuf/compiler/ruby/.libs google/protobuf/compiler/ruby/_libs
rm -rf google/protobuf/io/.libs google/protobuf/io/_libs
rm -rf google/protobuf/stubs/.libs google/protobuf/stubs/_libs
rm -rf google/protobuf/util/.libs google/protobuf/util/_libs
rm -rf google/protobuf/util/internal/.libs google/protobuf/util/internal/_libs
rm -f *.loT
rm -f *.o
rm -f google/protobuf/*.o
rm -f google/protobuf/*.lo
rm -f google/protobuf/compiler/*.o
rm -f google/protobuf/compiler/*.lo
rm -f google/protobuf/compiler/cpp/*.o
rm -f google/protobuf/compiler/cpp/*.lo
rm -f google/protobuf/compiler/csharp/*.o
rm -f google/protobuf/compiler/csharp/*.lo
rm -f google/protobuf/compiler/java/*.o
rm -f google/protobuf/compiler/java/*.lo
rm -f google/protobuf/compiler/objectivec/*.o
rm -f google/protobuf/compiler/objectivec/*.lo
rm -f google/protobuf/compiler/php/*.o
rm -f google/protobuf/compiler/php/*.lo
rm -f google/protobuf/compiler/python/*.o
rm -f google/protobuf/compiler/python/*.lo
rm -f google/protobuf/compiler/ruby/*.o
rm -f google/protobuf/compiler/ruby/*.lo
rm -f google/protobuf/io/*.o
rm -f google/protobuf/io/*.lo
rm -f google/protobuf/stubs/*.o
rm -f google/protobuf/stubs/*.lo
rm -f google/protobuf/testing/*.o
rm -f google/protobuf/util/*.o
rm -f google/protobuf/util/*.lo
rm -f google/protobuf/util/internal/*.o
rm -f google/protobuf/util/internal/*.lo
rm -f google/protobuf/util/internal/testdata/*.o
test -z "protobuf-test.log protobuf-lazy-descriptor-test.log protobuf-lite-test.log google/protobuf/compiler/zip_output_unittest.sh.log protobuf-lite-arena-test.log no-warning-test.log" || rm -f protobuf-test.log protobuf-lazy-descriptor-test.log protobuf-lite-test.log google/protobuf/compiler/zip_output_unittest.sh.log protobuf-lite-arena-test.log no-warning-test.log
test -z "protobuf-test.trs protobuf-lazy-descriptor-test.trs protobuf-lite-test.trs google/protobuf/compiler/zip_output_unittest.sh.trs protobuf-lite-arena-test.trs no-warning-test.trs" || rm -f protobuf-test.trs protobuf-lazy-descriptor-test.trs protobuf-lite-test.trs google/protobuf/compiler/zip_output_unittest.sh.trs protobuf-lite-arena-test.trs no-warning-test.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
make[1]: Leaving directory '/tmp/source/protobuf-21.7/src'
+ make V=0 -j16
make all-recursive
make[1]: Entering directory '/tmp/source/protobuf-21.7'
Making all in .
make[2]: Entering directory '/tmp/source/protobuf-21.7'
make[2]: Leaving directory '/tmp/source/protobuf-21.7'
Making all in src
make[2]: Entering directory '/tmp/source/protobuf-21.7/src'
CXX google/protobuf/wire_format.lo
CXX google/protobuf/wrappers.pb.lo
CXX google/protobuf/compiler/command_line_interface.lo
CXX google/protobuf/compiler/code_generator.lo
CXX google/protobuf/compiler/plugin.lo
CXX google/protobuf/compiler/plugin.pb.lo
CXX google/protobuf/compiler/subprocess.lo
CXX google/protobuf/compiler/zip_writer.lo
CXX google/protobuf/compiler/main.o
CXX google/protobuf/arena.lo
CXX google/protobuf/any_lite.lo
CXX google/protobuf/arenastring.lo
CXX google/protobuf/arenaz_sampler.lo
CXX google/protobuf/extension_set.lo
CXX google/protobuf/generated_enum_util.lo
CXX google/protobuf/generated_message_tctable_lite.lo
CXX google/protobuf/generated_message_util.lo
CXX google/protobuf/implicit_weak_message.lo
CXX google/protobuf/inlined_string_field.lo
CXX google/protobuf/io/coded_stream.lo
CXX google/protobuf/io/io_win32.lo
CXX google/protobuf/io/strtod.lo
CXX google/protobuf/io/zero_copy_stream.lo
In file included from google/protobuf/generated_message_tctable_lite.cc:36:
./google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 4]':
./google/protobuf/generated_message_tctable_impl.h:256:1: warning: 'noreturn' function does return
}
^
./google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 8]':
./google/protobuf/generated_message_tctable_impl.h:256:1: warning: 'noreturn' function does return
CXX google/protobuf/io/zero_copy_stream_impl.lo
CXX google/protobuf/io/zero_copy_stream_impl_lite.lo
CXX google/protobuf/map.lo
CXX google/protobuf/message_lite.lo
CXX google/protobuf/parse_context.lo
CXX google/protobuf/repeated_field.lo
CXX google/protobuf/repeated_ptr_field.lo
CXX google/protobuf/stubs/bytestream.lo
CXX google/protobuf/stubs/common.lo
CXX google/protobuf/stubs/int128.lo
CXX google/protobuf/stubs/status.lo
CXX google/protobuf/stubs/statusor.lo
CXX google/protobuf/stubs/stringpiece.lo
CXX google/protobuf/stubs/stringprintf.lo
CXX google/protobuf/stubs/structurally_valid.lo
CXX google/protobuf/stubs/strutil.lo
CXX google/protobuf/stubs/time.lo
CXX google/protobuf/wire_format_lite.lo
CXX google/protobuf/any.lo
CXX google/protobuf/any.pb.lo
CXX google/protobuf/api.pb.lo
CXX google/protobuf/compiler/importer.lo
CXX google/protobuf/compiler/parser.lo
CXX google/protobuf/descriptor.lo
CXX google/protobuf/descriptor.pb.lo
CXX google/protobuf/descriptor_database.lo
CXX google/protobuf/duration.pb.lo
CXX google/protobuf/dynamic_message.lo
CXX google/protobuf/empty.pb.lo
CXX google/protobuf/extension_set_heavy.lo
CXX google/protobuf/field_mask.pb.lo
CXX google/protobuf/generated_message_bases.lo
CXX google/protobuf/generated_message_reflection.lo
CXX google/protobuf/generated_message_tctable_full.lo
CXX google/protobuf/io/gzip_stream.lo
CXX google/protobuf/io/printer.lo
CXX google/protobuf/io/tokenizer.lo
CXX google/protobuf/map_field.lo
CXX google/protobuf/message.lo
CXX google/protobuf/reflection_ops.lo
CXX google/protobuf/service.lo
CXX google/protobuf/source_context.pb.lo
CXX google/protobuf/struct.pb.lo
CXX google/protobuf/stubs/substitute.lo
CXX google/protobuf/text_format.lo
CXX google/protobuf/timestamp.pb.lo
CXX google/protobuf/type.pb.lo
CXX google/protobuf/unknown_field_set.lo
CXX google/protobuf/util/delimited_message_util.lo
CXX google/protobuf/util/field_comparator.lo
CXX google/protobuf/util/field_mask_util.lo
CXX google/protobuf/util/internal/datapiece.lo
CXX google/protobuf/util/internal/default_value_objectwriter.lo
CXX google/protobuf/util/internal/error_listener.lo
CXX google/protobuf/util/internal/field_mask_utility.lo
CXX google/protobuf/util/internal/json_escaping.lo
CXX google/protobuf/util/internal/json_objectwriter.lo
CXX google/protobuf/util/internal/json_stream_parser.lo
CXX google/protobuf/util/internal/object_writer.lo
CXX google/protobuf/util/internal/proto_writer.lo
CXX google/protobuf/util/internal/protostream_objectsource.lo
CXX google/protobuf/util/internal/protostream_objectwriter.lo
CXX google/protobuf/util/internal/type_info.lo
CXX google/protobuf/util/internal/utility.lo
CXX google/protobuf/util/json_util.lo
CXX google/protobuf/util/message_differencer.lo
CXX google/protobuf/util/time_util.lo
CXX google/protobuf/util/type_resolver_util.lo
CXX google/protobuf/compiler/cpp/enum.lo
CXX google/protobuf/compiler/cpp/enum_field.lo
CXX google/protobuf/compiler/cpp/extension.lo
CXX google/protobuf/compiler/cpp/field.lo
CXX google/protobuf/compiler/cpp/file.lo
CXX google/protobuf/compiler/cpp/generator.lo
CXX google/protobuf/compiler/cpp/helpers.lo
CXX google/protobuf/compiler/cpp/map_field.lo
CXX google/protobuf/compiler/cpp/message.lo
CXX google/protobuf/compiler/cpp/message_field.lo
CXX google/protobuf/compiler/cpp/padding_optimizer.lo
CXX google/protobuf/compiler/cpp/parse_function_generator.lo
CXX google/protobuf/compiler/cpp/primitive_field.lo
CXX google/protobuf/compiler/cpp/service.lo
CXX google/protobuf/compiler/cpp/string_field.lo
CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo
CXX google/protobuf/compiler/csharp/csharp_enum.lo
CXX google/protobuf/compiler/csharp/csharp_enum_field.lo
CXX google/protobuf/compiler/csharp/csharp_field_base.lo
CXX google/protobuf/compiler/csharp/csharp_generator.lo
CXX google/protobuf/compiler/csharp/csharp_helpers.lo
CXX google/protobuf/compiler/csharp/csharp_map_field.lo
CXX google/protobuf/compiler/csharp/csharp_message.lo
CXX google/protobuf/compiler/csharp/csharp_message_field.lo
CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo
CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo
CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo
CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo
CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo
CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo
CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo
CXX google/protobuf/compiler/java/context.lo
CXX google/protobuf/compiler/java/doc_comment.lo
CXX google/protobuf/compiler/java/enum.lo
CXX google/protobuf/compiler/java/enum_field.lo
CXX google/protobuf/compiler/java/enum_field_lite.lo
CXX google/protobuf/compiler/java/enum_lite.lo
CXX google/protobuf/compiler/java/extension.lo
CXX google/protobuf/compiler/java/extension_lite.lo
CXX google/protobuf/compiler/java/field.lo
CXX google/protobuf/compiler/java/file.lo
CXX google/protobuf/compiler/java/generator.lo
CXX google/protobuf/compiler/java/generator_factory.lo
CXX google/protobuf/compiler/java/helpers.lo
CXX google/protobuf/compiler/java/kotlin_generator.lo
CXX google/protobuf/compiler/java/map_field.lo
CXX google/protobuf/compiler/java/map_field_lite.lo
CXX google/protobuf/compiler/java/message.lo
CXX google/protobuf/compiler/java/message_builder.lo
CXX google/protobuf/compiler/java/message_builder_lite.lo
CXX google/protobuf/compiler/java/message_field.lo
CXX google/protobuf/compiler/java/message_field_lite.lo
CXX google/protobuf/compiler/java/message_lite.lo
CXX google/protobuf/compiler/java/name_resolver.lo
CXX google/protobuf/compiler/java/primitive_field.lo
CXX google/protobuf/compiler/java/primitive_field_lite.lo
CXX google/protobuf/compiler/java/service.lo
CXX google/protobuf/compiler/java/shared_code_generator.lo
CXX google/protobuf/compiler/java/string_field.lo
CXX google/protobuf/compiler/java/string_field_lite.lo
CXX google/protobuf/compiler/objectivec/objectivec_enum.lo
CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_extension.lo
CXX google/protobuf/compiler/objectivec/objectivec_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_file.lo
CXX google/protobuf/compiler/objectivec/objectivec_generator.lo
CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo
CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_message.lo
CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo
CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo
CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo
CXX google/protobuf/compiler/php/php_generator.lo
CXX google/protobuf/compiler/python/generator.lo
CXX google/protobuf/compiler/python/helpers.lo
CXX google/protobuf/compiler/python/pyi_generator.lo
CXX google/protobuf/compiler/ruby/ruby_generator.lo
CXXLD libprotobuf-lite.la
CXXLD libprotobuf.la
CXXLD libprotoc.la
copying selected object files to avoid basename conflicts...
CXXLD protoc
make[2]: Leaving directory '/tmp/source/protobuf-21.7/src'
make[1]: Leaving directory '/tmp/source/protobuf-21.7'
+ make install
Making install in .
make[1]: Entering directory '/tmp/source/protobuf-21.7'
make[2]: Entering directory '/tmp/source/protobuf-21.7'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/lib/pkgconfig'
/usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc '/tmp/protobuf-cache/21.7/Linux-x86_64/lib/pkgconfig'
make[2]: Leaving directory '/tmp/source/protobuf-21.7'
make[1]: Leaving directory '/tmp/source/protobuf-21.7'
Making install in src
make[1]: Entering directory '/tmp/source/protobuf-21.7/src'
make[2]: Entering directory '/tmp/source/protobuf-21.7/src'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/tmp/protobuf-cache/21.7/Linux-x86_64/lib'
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.la
libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.la
libtool: install: /usr/bin/install -c .libs/libprotoc.lai /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.la
libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.a
libtool: install: chmod 644 /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.a
libtool: install: ranlib /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf-lite.a
libtool: install: /usr/bin/install -c .libs/libprotobuf.a /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.a
libtool: install: chmod 644 /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.a
libtool: install: ranlib /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotobuf.a
libtool: install: /usr/bin/install -c .libs/libprotoc.a /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.a
libtool: install: chmod 644 /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.a
libtool: install: ranlib /tmp/protobuf-cache/21.7/Linux-x86_64/lib/libprotoc.a
libtool: finish: PATH="/var/local/apache-maven-3.8.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/protobuf-cache/21.7/Linux-x86_64/lib
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/protobuf-cache/21.7/Linux-x86_64/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/bin'
/bin/sh ../libtool --mode=install /usr/bin/install -c protoc '/tmp/protobuf-cache/21.7/Linux-x86_64/bin'
libtool: install: /usr/bin/install -c protoc /tmp/protobuf-cache/21.7/Linux-x86_64/bin/protoc
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/install -c -m 644 google/protobuf/any.proto google/protobuf/api.proto google/protobuf/descriptor.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/install -c -m 644 google/protobuf/compiler/plugin.proto '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/install -c -m 644 google/protobuf/any.h google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/arenaz_sampler.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/descriptor_database.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/endian.h google/protobuf/explicitly_constructed.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_access_listener.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_bases.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_tctable_decl.h google/protobuf/generated_message_tctable_impl.h google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/inlined_string_field.h google/protobuf/map.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/java'
/usr/bin/install -c -m 644 google/protobuf/compiler/java/generator.h google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/kotlin_generator.h google/protobuf/compiler/java/names.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/java'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/cpp'
/usr/bin/install -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h google/protobuf/compiler/cpp/file.h google/protobuf/compiler/cpp/generator.h google/protobuf/compiler/cpp/helpers.h google/protobuf/compiler/cpp/names.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/cpp'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/python'
/usr/bin/install -c -m 644 google/protobuf/compiler/python/generator.h google/protobuf/compiler/python/pyi_generator.h google/protobuf/compiler/python/python_generator.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/python'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/install -c -m 644 google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_internal.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/repeated_ptr_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/stubs'
/usr/bin/install -c -m 644 google/protobuf/stubs/bytestream.h google/protobuf/stubs/callback.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/stubs'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/util'
/usr/bin/install -c -m 644 google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/message_differencer.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver.h google/protobuf/util/type_resolver_util.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/util'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/php'
/usr/bin/install -c -m 644 google/protobuf/compiler/php/php_generator.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/php'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/install -c -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/ruby'
/usr/bin/install -c -m 644 google/protobuf/compiler/ruby/ruby_generator.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/ruby'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/io'
/usr/bin/install -c -m 644 google/protobuf/io/coded_stream.h google/protobuf/io/io_win32.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/io'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/csharp'
/usr/bin/install -c -m 644 google/protobuf/compiler/csharp/csharp_doc_comment.h google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h google/protobuf/compiler/csharp/csharp_options.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/csharp'
/usr/bin/mkdir -p '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/objectivec'
/usr/bin/install -c -m 644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/tmp/protobuf-cache/21.7/Linux-x86_64/include/google/protobuf/compiler/objectivec'
make[2]: Leaving directory '/tmp/source/protobuf-21.7/src'
make[1]: Leaving directory '/tmp/source/protobuf-21.7/src'
/grpc-java
+ popd
# If /tmp/protobuf exists then we just assume it's a symlink created by us.
# It may be that it points to the wrong arch, so we idempotently set it now.
if [[ -L /tmp/protobuf ]]; then
rm /tmp/protobuf
fi
+ [[ -L /tmp/protobuf ]]
ln -s "$INSTALL_DIR" /tmp/protobuf
+ ln -s /tmp/protobuf-cache/21.7/Linux-x86_64 /tmp/protobuf
cat < Task :buildSrc:compileJava
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes
> Task :buildSrc:jar
> Configure project :grpc-compiler
*** Building codegen requires Protobuf
*** Please refer to https://github.com/grpc/grpc-java/blob/master/COMPILING.md#how-to-build-code-generation-plugin
> Configure project :grpc-cronet
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Checking the license for package Android SDK Build-Tools 30.0.3 in /opt/Android/Sdk/licenses
License for package Android SDK Build-Tools 30.0.3 accepted.
Preparing "Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)".
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" ready.
Installing Android SDK Build-Tools 30.0.3 in /opt/Android/Sdk/build-tools/30.0.3
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" complete.
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" finished.
Checking the license for package Android SDK Platform 33 in /opt/Android/Sdk/licenses
License for package Android SDK Platform 33 accepted.
Preparing "Install Android SDK Platform 33 (revision: 3)".
"Install Android SDK Platform 33 (revision: 3)" ready.
Installing Android SDK Platform 33 in /opt/Android/Sdk/platforms/android-33
"Install Android SDK Platform 33 (revision: 3)" complete.
"Install Android SDK Platform 33 (revision: 3)" finished.
Checking the license for package Android SDK Platform-Tools in /opt/Android/Sdk/licenses
License for package Android SDK Platform-Tools accepted.
Preparing "Install Android SDK Platform-Tools (revision: 35.0.2)".
"Install Android SDK Platform-Tools (revision: 35.0.2)" ready.
Installing Android SDK Platform-Tools in /opt/Android/Sdk/platform-tools
"Install Android SDK Platform-Tools (revision: 35.0.2)" complete.
"Install Android SDK Platform-Tools (revision: 35.0.2)" finished.
> Task :grpc-compiler:clean UP-TO-DATE
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 1m 14s
3 actionable tasks: 2 executed, 1 up-to-date
+ [[ -z '' ]]
+ ./gradlew assemble generateTestProto publishToMavenLocal -PtargetArch=x86_64 -Pcheckstyle.ignoreFailures=false -PfailOnWarnings=true -PerrorProne=true -Dorg.gradle.parallel=true -Pandroid.useAndroidX=true
*** Android SDK is required. To avoid building Android projects, set -PskipAndroid=true
> Task :buildSrc:compileJava UP-TO-DATE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Configure project :grpc-compiler
*** Building codegen requires Protobuf
*** Please refer to https://github.com/grpc/grpc-java/blob/master/COMPILING.md#how-to-build-code-generation-plugin
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.4.1) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Errors during XML parse:
Additionally, the fallback loader failed to parse the XML.
Checking the license for package Android SDK Platform 34 in /opt/Android/Sdk/licenses
License for package Android SDK Platform 34 accepted.
Preparing "Install Android SDK Platform 34 (revision: 3)".
"Install Android SDK Platform 34 (revision: 3)" ready.
Installing Android SDK Platform 34 in /opt/Android/Sdk/platforms/android-34
"Install Android SDK Platform 34 (revision: 3)" complete.
"Install Android SDK Platform 34 (revision: 3)" finished.
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.4.1) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
> Task :grpc-context:processResources NO-SOURCE
> Task :grpc-stub:processResources NO-SOURCE
> Task :grpc-auth:processResources NO-SOURCE
> Task :compileJava NO-SOURCE
> Task :grpc-context:compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :grpc-context:classes UP-TO-DATE
> Task :grpc-protobuf-lite:extractProto
> Task :grpc-protobuf:extractProto
> Task :classes UP-TO-DATE
> Task :grpc-netty-shaded:processResources NO-SOURCE
> Task :grpc-grpclb:extractProto
> Task :grpc-services:extractProto
> Task :grpc-util:processResources
> Task :grpc-alts:extractProto
> Task :grpc-netty:processResources
> Task :grpc-core:processResources
> Task :grpc-protobuf:processResources NO-SOURCE
> Task :grpc-protobuf-lite:processResources NO-SOURCE
> Task :grpc-inprocess:processResources NO-SOURCE
> Task :grpc-xds:extractThirdpartyProto
> Task :grpc-rls:extractProto
> Task :jar
> Task :assemble
> Task :grpc-gcp-csm-observability:processResources NO-SOURCE
> Task :grpc-opentelemetry:processResources NO-SOURCE
> Task :grpc-servlet:processResources NO-SOURCE
> Task :grpc-android:preBuild UP-TO-DATE
> Task :grpc-android:preDebugBuild UP-TO-DATE
> Task :grpc-context:jar
> Task :grpc-alts:processResources
> Task :grpc-core:processTestFixturesResources NO-SOURCE
> Task :grpc-census:processResources NO-SOURCE
> Task :grpc-android:compileDebugAidl NO-SOURCE
> Task :grpc-testing-proto:extractProto
> Task :grpc-okhttp:processResources
> Task :grpc-grpclb:processResources
> Task :grpc-services:processResources
> Task :grpc-binder:preBuild UP-TO-DATE
> Task :grpc-binder:preDebugBuild UP-TO-DATE
> Task :grpc-bom:assemble UP-TO-DATE
> Task :grpc-auth:checkUpperBoundDeps
> Task :grpc-authz:checkUpperBoundDeps
> Task :grpc-benchmarks:extractProto
> Task :grpc-alts:checkUpperBoundDeps
> Task :grpc-authz:extractProto
> Task :grpc-binder:compileDebugAidl NO-SOURCE
> Task :grpc-alts:extractTestProto
> Task :grpc-authz:processResources NO-SOURCE
> Task :grpc-context:checkUpperBoundDeps
> Task :grpc-context:javadoc NO-SOURCE
> Task :grpc-auth:sourcesJar
> Task :grpc-benchmarks:processResources
> Task :grpc-testing:processResources
> Task :grpc-cronet:preBuild UP-TO-DATE
> Task :grpc-cronet:preDebugBuild UP-TO-DATE
> Task :grpc-cronet:compileDebugAidl NO-SOURCE
> Task :grpc-servlet-jakarta:migrateSourcesMain
> Task :grpc-core:checkUpperBoundDeps
> Task :grpc-census:checkUpperBoundDeps
> Task :grpc-servlet-jakarta:processResources NO-SOURCE
> Task :grpc-context:javadocJar
> Task :grpc-testing-proto:processResources
> Task :grpc-rls:processResources
> Task :grpc-gae-interop-testing-jdk8:processResources NO-SOURCE
> Task :grpc-interop-testing:extractProto
> Task :grpc-census:sourcesJar
> Task :grpc-googleapis:processResources
> Task :grpc-context:sourcesJar
> Task :grpc-context:assemble
> Task :grpc-grpclb:extractTestProto
> Task :grpc-interop-testing:processResources
> Task :grpc-googleapis:checkUpperBoundDeps
> Task :grpc-inprocess:checkUpperBoundDeps
> Task :grpc-googleapis:sourcesJar
> Task :grpc-inprocess:sourcesJar
> Task :grpc-istio-interop-testing:extractProto
> Task :grpc-netty:checkUpperBoundDeps
> Task :grpc-istio-interop-testing:processResources
> Task :grpc-istio-interop-testing:extractTestProto
> Task :grpc-netty-shaded:sourcesJar
> Task :grpc-cronet:mergeDebugJniLibFolders
> Task :grpc-cronet:mergeDebugNativeLibs NO-SOURCE
> Task :grpc-cronet:stripDebugDebugSymbols NO-SOURCE
> Task :grpc-context-override-opentelemetry:checkUpperBoundDeps
> Task :grpc-android:mergeDebugJniLibFolders
> Task :grpc-context-override-opentelemetry:processResources NO-SOURCE
> Task :grpc-android:mergeDebugNativeLibs NO-SOURCE
> Task :grpc-android:stripDebugDebugSymbols NO-SOURCE
> Task :grpc-context-override-opentelemetry:sourcesJar
> Task :grpc-android:compileDebugRenderscript NO-SOURCE
> Task :grpc-cronet:copyDebugJniLibsProjectAndLocalJars
> Task :grpc-cronet:compileDebugRenderscript NO-SOURCE
> Task :grpc-binder:mergeDebugJniLibFolders
> Task :grpc-netty:sourcesJar
> Task :grpc-core:sourcesJar
> Task :grpc-binder:mergeDebugNativeLibs NO-SOURCE
> Task :grpc-protobuf:checkUpperBoundDeps
> Task :grpc-opentelemetry:checkUpperBoundDeps
> Task :grpc-binder:stripDebugDebugSymbols NO-SOURCE
> Task :grpc-android:generateDebugBuildConfig
> Task :grpc-cronet:generateDebugBuildConfig
> Task :grpc-android:copyDebugJniLibsProjectAndLocalJars
> Task :grpc-android:generateDebugResValues
> Task :grpc-android:generateDebugResources
> Task :grpc-cronet:generateDebugResValues
> Task :grpc-binder:compileDebugRenderscript NO-SOURCE
> Task :grpc-rls:checkUpperBoundDeps
> Task :grpc-xds:processThirdpartyResources
> Task :grpc-cronet:generateDebugResources
> Task :grpc-xds:extractProto
> Task :grpc-binder:generateDebugBuildConfig
> Task :grpc-binder:generateDebugResValues
> Task :grpc-binder:generateDebugResources
> Task :grpc-binder:copyDebugJniLibsProjectAndLocalJars
> Task :grpc-opentelemetry:sourcesJar
> Task :grpc-rls:extractTestProto
> Task :grpc-s2a:checkUpperBoundDeps
> Task :grpc-xds:processResources
> Task :grpc-s2a:extractProto
> Task :grpc-protobuf-lite:checkUpperBoundDeps
> Task :grpc-servlet:checkUpperBoundDeps
> Task :grpc-services:checkUpperBoundDeps
> Task :grpc-services:extractTestProto
> Task :grpc-servlet-jakarta:checkUpperBoundDeps
> Task :grpc-stub:checkUpperBoundDeps
> Task :grpc-s2a:processResources
> Task :grpc-servlet:sourcesJar
> Task :grpc-s2a:extractTestProto
> Task :grpc-servlet-jakarta:sourcesJar
> Task :grpc-util:checkUpperBoundDeps
> Task :grpc-testing-proto:checkUpperBoundDeps
> Task :grpc-testing-proto:extractTestProto
> Task :grpc-binder:packageDebugResources
> Task :grpc-android:packageDebugResources
> Task :grpc-cronet:packageDebugResources
> Task :grpc-stub:sourcesJar
> Task :grpc-xds:extractTestProto
> Task :grpc-gcp-observability:interop:processResources NO-SOURCE
> Task :grpc-authz:extractTestProto
> Task :grpc-protobuf:extractTestProto
> Task :grpc-protobuf-lite:extractTestProto
> Task :grpc-util:sourcesJar
> Task :grpc-util:processTestFixturesResources NO-SOURCE
> Task :grpc-auth:generatePomFileForMavenPublication
> Task :grpc-bom:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-authz:generatePomFileForMavenPublication
> Task :grpc-census:generatePomFileForMavenPublication
> Task :grpc-context:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-testing:checkUpperBoundDeps
> Task :grpc-context:generatePomFileForMavenPublication
> Task :grpc-context:signMavenPublication SKIPPED
> Task :grpc-testing:sourcesJar
> Task :grpc-context-override-opentelemetry:generatePomFileForMavenPublication
> Task :grpc-context:publishMavenPublicationToMavenLocal
> Task :grpc-context:publishToMavenLocal
> Task :grpc-core:generatePomFileForMavenPublication
> Task :grpc-googleapis:generatePomFileForMavenPublication
> Task :grpc-grpclb:generatePomFileForMavenPublication
> Task :grpc-inprocess:generatePomFileForMavenPublication
> Task :grpc-netty:generatePomFileForMavenPublication
> Task :grpc-alts:generatePomFileForMavenPublication
> Task :grpc-opentelemetry:generatePomFileForMavenPublication
> Task :grpc-protobuf-lite:generatePomFileForMavenPublication
> Task :grpc-rls:generatePomFileForMavenPublication
> Task :grpc-protobuf:generatePomFileForMavenPublication
> Task :grpc-netty-shaded:generatePomFileForMavenPublication
> Task :grpc-okhttp:checkUpperBoundDeps
> Task :grpc-services:generatePomFileForMavenPublication
> Task :grpc-servlet:generatePomFileForMavenPublication
> Task :grpc-servlet-jakarta:generatePomFileForMavenPublication
> Task :grpc-s2a:generatePomFileForMavenPublication
> Task :grpc-stub:generatePomFileForMavenPublication
> Task :grpc-testing-proto:generatePomFileForMavenPublication
> Task :grpc-util:generatePomFileForMavenPublication
> Task :grpc-testing:generatePomFileForMavenPublication
> Task :grpc-xds:generatePomFileForMavenPublication
> Task :grpc-okhttp:sourcesJar
> Task :grpc-compiler:extractIncludeProto
> Task :grpc-compiler:extractProto
> Task :grpc-compiler:processResources NO-SOURCE
> Task :grpc-compiler:extractTestProto
> Task :grpc-compiler:generatePomFileForMavenPublication
> Task :grpc-okhttp:generatePomFileForMavenPublication
> Task :grpc-all:checkUpperBoundDeps
> Task :grpc-all:processResources NO-SOURCE
> Task :grpc-all:sourcesJar
> Task :grpc-android:extractDeepLinksForAarDebug
> Task :grpc-android:javaPreCompileDebug
> Task :grpc-binder:extractDeepLinksForAarDebug
> Task :grpc-binder:parseDebugLocalResources
> Task :grpc-android-interop-testing:preBuild UP-TO-DATE
> Task :grpc-android-interop-testing:preDebugBuild UP-TO-DATE
> Task :grpc-android-interop-testing:mergeDebugNativeDebugMetadata NO-SOURCE
> Task :grpc-android-interop-testing:compileDebugAidl NO-SOURCE
> Task :grpc-android-interop-testing:generateDebugBuildConfig
> Task :grpc-binder:javaPreCompileDebug
> Task :grpc-binder:processDebugManifest
> Task :grpc-android-interop-testing:extractDebugProto
> Task :grpc-android:processDebugManifest
> Task :grpc-android-interop-testing:javaPreCompileDebug
> Task :grpc-android-interop-testing:generateDebugResValues
> Task :grpc-android:parseDebugLocalResources
> Task :grpc-cronet:extractDeepLinksForAarDebug
> Task :grpc-android-interop-testing:createDebugCompatibleScreenManifests
> Task :grpc-cronet:javaPreCompileDebug
> Task :grpc-cronet:mergeDebugShaders
> Task :grpc-cronet:compileDebugShaders NO-SOURCE
> Task :grpc-cronet:generateDebugAssets UP-TO-DATE
> Task :grpc-cronet:packageDebugAssets
> Task :grpc-cronet:packageDebugRenderscript NO-SOURCE
> Task :grpc-cronet:prepareDebugArtProfile
> Task :grpc-android:mergeDebugShaders
> Task :grpc-cronet:processDebugJavaRes NO-SOURCE
> Task :grpc-cronet:parseDebugLocalResources
> Task :grpc-all:generatePomFileForMavenPublication
> Task :grpc-cronet:prepareLintJarForPublish
> Task :grpc-gcp-csm-observability:checkUpperBoundDeps
> Task :grpc-cronet:processDebugManifest
> Task :grpc-gcp-csm-observability:sourcesJar
> Task :grpc-cronet:writeDebugAarMetadata
> Task :grpc-benchmarks:extractIncludeJmhProto
> Task :grpc-gcp-csm-observability:generatePomFileForMavenPublication
> Task :grpc-benchmarks:extractJmhProto
> Task :grpc-benchmarks:extractTestProto
> Task :grpc-benchmarks:generatePomFileForMavenPublication
> Task :grpc-bom:generatePomFileForMavenPublication
> Task :grpc-bom:signMavenPublication SKIPPED
> Task :grpc-bom:publishMavenPublicationToMavenLocal
> Task :grpc-bom:publishToMavenLocal
> Task :grpc-android-interop-testing:mergeDebugShaders
> Task :grpc-android-interop-testing:compileDebugShaders NO-SOURCE
> Task :grpc-android-interop-testing:generateDebugAssets UP-TO-DATE
> Task :grpc-android-interop-testing:processDebugJavaRes NO-SOURCE
> Task :grpc-cronet:mergeDebugJavaResource
> Task :grpc-interop-testing:checkUpperBoundDeps
> Task :grpc-interop-testing:extractTestProto
> Task :grpc-android:compileDebugShaders NO-SOURCE
> Task :grpc-android:generateDebugAssets UP-TO-DATE
> Task :grpc-android:packageDebugAssets
> Task :grpc-android:packageDebugRenderscript NO-SOURCE
> Task :grpc-android:prepareDebugArtProfile
> Task :grpc-android:processDebugJavaRes NO-SOURCE
> Task :grpc-android:mergeDebugJavaResource
> Task :grpc-android:preReleaseBuild UP-TO-DATE
> Task :grpc-android:writeDebugAarMetadata
> Task :grpc-android:prepareLintJarForPublish
> Task :grpc-android:compileReleaseAidl NO-SOURCE
> Task :grpc-android:generateDebugRFile
> Task :grpc-android:mergeReleaseJniLibFolders
> Task :grpc-android:mergeReleaseNativeLibs NO-SOURCE
> Task :grpc-android:stripReleaseDebugSymbols NO-SOURCE
> Task :grpc-android:copyReleaseJniLibsProjectAndLocalJars
> Task :grpc-android:compileReleaseRenderscript NO-SOURCE
> Task :grpc-android:generateReleaseResValues
> Task :grpc-android:extractDeepLinksForAarRelease
> Task :grpc-android:generateReleaseBuildConfig
> Task :grpc-android:generateReleaseResources
> Task :grpc-android:packageReleaseResources
> Task :grpc-android:parseReleaseLocalResources
> Task :grpc-android:javaPreCompileRelease
> Task :grpc-android:mergeReleaseShaders
> Task :grpc-android:compileReleaseShaders NO-SOURCE
> Task :grpc-android:generateReleaseAssets UP-TO-DATE
> Task :grpc-android:processReleaseManifest
> Task :grpc-android:packageReleaseAssets
> Task :grpc-android:packageReleaseRenderscript NO-SOURCE
> Task :grpc-android:generateReleaseRFile
> Task :grpc-android:prepareReleaseArtProfile
> Task :grpc-android:processReleaseJavaRes NO-SOURCE
> Task :grpc-android:mergeReleaseJavaResource
> Task :grpc-android:writeReleaseAarMetadata
> Task :grpc-android:mapReleaseSourceSetPaths
> Task :grpc-android:mergeReleaseResources
> Task :grpc-cronet:preReleaseBuild UP-TO-DATE
> Task :grpc-cronet:compileReleaseAidl NO-SOURCE
> Task :grpc-cronet:mergeReleaseJniLibFolders
> Task :grpc-cronet:mergeReleaseNativeLibs NO-SOURCE
> Task :grpc-cronet:stripReleaseDebugSymbols NO-SOURCE
> Task :grpc-cronet:generateDebugRFile
> Task :grpc-cronet:copyReleaseJniLibsProjectAndLocalJars
> Task :grpc-cronet:compileReleaseRenderscript NO-SOURCE
> Task :grpc-cronet:generateReleaseResValues
> Task :grpc-cronet:extractDeepLinksForAarRelease
> Task :grpc-cronet:generateReleaseBuildConfig
> Task :grpc-cronet:generateReleaseResources
> Task :grpc-cronet:packageReleaseResources
> Task :grpc-cronet:parseReleaseLocalResources
> Task :grpc-cronet:javaPreCompileRelease
> Task :grpc-cronet:processReleaseManifest
> Task :grpc-cronet:mergeReleaseShaders
> Task :grpc-cronet:compileReleaseShaders NO-SOURCE
> Task :grpc-cronet:generateReleaseAssets UP-TO-DATE
> Task :grpc-cronet:generateReleaseRFile
> Task :grpc-cronet:packageReleaseAssets
> Task :grpc-cronet:packageReleaseRenderscript NO-SOURCE
> Task :grpc-cronet:prepareReleaseArtProfile
> Task :grpc-cronet:processReleaseJavaRes NO-SOURCE
> Task :grpc-cronet:writeReleaseAarMetadata
> Task :grpc-cronet:mergeReleaseJavaResource
> Task :grpc-compiler:compileJava_pluginExecutableJava_pluginCpp
> Task :grpc-cronet:mapReleaseSourceSetPaths
> Task :grpc-cronet:mergeReleaseResources
> Task :grpc-gcp-observability:checkUpperBoundDeps
> Task :grpc-gcp-observability:extractProto
> Task :grpc-gcp-observability:processResources
> Task :grpc-gcp-observability:extractTestProto
> Task :grpc-android:bundleLibResDebug NO-SOURCE
> Task :grpc-compiler:linkJava_pluginExecutable
> Task :grpc-compiler:java_pluginExecutable
> Task :grpc-compiler:generateProto NO-SOURCE
> Task :grpc-benchmarks:generateJmhProto NO-SOURCE
> Task :grpc-benchmarks:syncGeneratedSourcesjmh NO-SOURCE
> Task :grpc-compiler:compileJava NO-SOURCE
> Task :grpc-compiler:classes UP-TO-DATE
> Task :grpc-android:extractDeepLinksDebug
> Task :grpc-android:compileDebugLibraryResources
> Task :grpc-android:copyDebugJniLibsProjectOnly
> Task :grpc-compiler:jar
> Task :grpc-android:bundleLibResRelease NO-SOURCE
> Task :grpc-compiler:javadoc NO-SOURCE
> Task :grpc-android:writeReleaseLintModelMetadata
> Task :grpc-compiler:javadocJar
> Task :grpc-android:compileReleaseLibraryResources
> Task :grpc-android:extractDeepLinksRelease
> Task :grpc-compiler:sourcesJar
> Task :grpc-compiler:assemble
> Task :grpc-android:copyReleaseJniLibsProjectOnly
> Task :grpc-android:sourceReleaseJar
> Task :grpc-compiler:buildArtifacts
> Task :grpc-compiler:checkArtifacts
Checking format of build/artifacts/java_plugin/protoc-gen-grpc-java.exe
Format=elf64-x86-64
Checking dependencies of build/artifacts/java_plugin/protoc-gen-grpc-java.exe
Checking for expected dependencies ...
NEEDED libpthread.so.0
NEEDED libstdc++.so.6
NEEDED libm.so.6
NEEDED libc.so.6
Checking for unexpected dependencies ...
Dependencies look good.
> Task :grpc-compiler:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-compiler:signMavenPublication SKIPPED
> Task :grpc-compiler:publishMavenPublicationToMavenLocal
> Task :grpc-compiler:publishToMavenLocal
> Task :grpc-cronet:sourceReleaseJar
> Task :grpc-android:verifyReleaseResources
> Task :grpc-cronet:verifyReleaseResources
> Task :grpc-binder:mergeDebugShaders
> Task :grpc-binder:compileDebugShaders NO-SOURCE
> Task :grpc-binder:generateDebugAssets UP-TO-DATE
> Task :grpc-binder:packageDebugAssets
> Task :grpc-binder:packageDebugRenderscript NO-SOURCE
> Task :grpc-binder:prepareDebugArtProfile
> Task :grpc-binder:processDebugJavaRes NO-SOURCE
> Task :grpc-binder:mergeDebugJavaResource
> Task :grpc-binder:writeDebugAarMetadata
> Task :grpc-binder:preReleaseBuild UP-TO-DATE
> Task :grpc-binder:compileReleaseAidl NO-SOURCE
> Task :grpc-binder:mergeReleaseJniLibFolders
> Task :grpc-binder:mergeReleaseNativeLibs NO-SOURCE
> Task :grpc-binder:stripReleaseDebugSymbols NO-SOURCE
> Task :grpc-binder:prepareLintJarForPublish
> Task :grpc-binder:compileReleaseRenderscript NO-SOURCE
> Task :grpc-binder:generateReleaseResValues
> Task :grpc-binder:extractDeepLinksForAarRelease
> Task :grpc-binder:generateReleaseBuildConfig
> Task :grpc-binder:generateReleaseResources
> Task :grpc-binder:packageReleaseResources
> Task :grpc-binder:processReleaseManifest
> Task :grpc-binder:parseReleaseLocalResources
> Task :grpc-binder:generateReleaseRFile
> Task :grpc-binder:mergeReleaseShaders
> Task :grpc-binder:compileReleaseShaders NO-SOURCE
> Task :grpc-binder:generateReleaseAssets UP-TO-DATE
> Task :grpc-binder:copyReleaseJniLibsProjectAndLocalJars
> Task :grpc-binder:packageReleaseAssets
> Task :grpc-binder:packageReleaseRenderscript NO-SOURCE
> Task :grpc-binder:prepareReleaseArtProfile
> Task :grpc-binder:processReleaseJavaRes NO-SOURCE
> Task :grpc-binder:writeReleaseAarMetadata
> Task :grpc-binder:generateDebugRFile
> Task :grpc-binder:javaPreCompileRelease
> Task :grpc-binder:mergeReleaseJavaResource
> Task :grpc-api:compileContextJava
> Task :grpc-api:processContextResources NO-SOURCE
> Task :grpc-api:contextClasses
> Task :grpc-binder:mapReleaseSourceSetPaths
> Task :grpc-android-interop-testing:compileDebugRenderscript NO-SOURCE
> Task :grpc-android-interop-testing:checkDebugDuplicateClasses
> Task :grpc-android-interop-testing:checkDebugAarMetadata
> Task :grpc-binder:mergeReleaseResources
> Task :grpc-android-interop-testing:mapDebugSourceSetPaths
> Task :grpc-android-interop-testing:generateDebugResources
> Task :grpc-binder:sourceReleaseJar
> Task :grpc-binder:verifyReleaseResources
> Task :grpc-android-interop-testing:extractDeepLinksDebug
> Task :grpc-android-interop-testing:mergeDebugResources
> Task :grpc-android-interop-testing:processDebugMainManifest
> Task :grpc-android-interop-testing:processDebugManifest
> Task :grpc-android-interop-testing:mergeDebugAssets
> Task :grpc-android-interop-testing:compressDebugAssets
> Task :grpc-android-interop-testing:desugarDebugFileDependencies
> Task :grpc-android:generatePomFileForMavenPublication
> Task :grpc-interop-testing:generatePomFileForMavenPublication
> Task :grpc-cronet:generatePomFileForMavenPublication
> Task :grpc-gcp-observability:generatePomFileForMavenPublication
> Task :grpc-android-interop-testing:mergeExtDexDebug
ERROR:D8: com.android.tools.r8.kotlin.H
> Task :grpc-binder:generatePomFileForMavenPublication
> Task :grpc-api:compileJava
> Task :grpc-api:processResources NO-SOURCE
> Task :grpc-api:classes
> Task :grpc-api:jar
> Task :grpc-api:checkUpperBoundDeps
> Task :grpc-protobuf-lite:extractIncludeProto
> Task :grpc-protobuf-lite:generateProto NO-SOURCE
> Task :grpc-protobuf:extractIncludeProto
> Task :grpc-protobuf:generateProto NO-SOURCE
> Task :grpc-protobuf:sourcesJar
> Task :grpc-grpclb:extractIncludeProto
> Task :grpc-rls:extractIncludeProto
> Task :grpc-s2a:extractIncludeProto
> Task :grpc-alts:extractIncludeProto
> Task :grpc-alts:generateProto
> Task :grpc-grpclb:generateProto
> Task :grpc-grpclb:sourcesJar
> Task :grpc-grpclb:syncGeneratedSourcesmain
> Task :grpc-alts:sourcesJar
> Task :grpc-alts:syncGeneratedSourcesmain
> Task :grpc-services:extractIncludeProto
> Task :grpc-services:generateProto
> Task :grpc-rls:generateProto
> Task :grpc-rls:sourcesJar
> Task :grpc-rls:syncGeneratedSourcesmain
> Task :grpc-services:sourcesJar
> Task :grpc-services:syncGeneratedSourcesmain
> Task :grpc-s2a:generateProto
> Task :grpc-testing-proto:extractIncludeProto
> Task :grpc-s2a:sourcesJar
> Task :grpc-s2a:syncGeneratedSourcesmain
> Task :grpc-testing-proto:generateProto
> Task :grpc-testing-proto:sourcesJar
> Task :grpc-testing-proto:syncGeneratedSourcesmain
> Task :grpc-xds:extractIncludeThirdpartyProto
> Task :grpc-compiler:extractIncludeTestProto
> Task :grpc-compiler:generateTestProto
> Task :grpc-protobuf-lite:compileJava
> Task :grpc-protobuf-lite:classes
> Task :grpc-protobuf:extractIncludeTestProto
> Task :grpc-protobuf-lite:jar
> Task :grpc-testing-proto:extractIncludeTestProto
> Task :grpc-testing-proto:generateTestProto NO-SOURCE
> Task :grpc-testing-proto:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-testing-proto:syncGeneratedSources
> Task :grpc-grpclb:extractIncludeTestProto
> Task :grpc-grpclb:generateTestProto NO-SOURCE
> Task :grpc-grpclb:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-grpclb:syncGeneratedSources
> Task :grpc-alts:extractIncludeTestProto
> Task :grpc-alts:generateTestProto NO-SOURCE
> Task :grpc-alts:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-alts:syncGeneratedSources
> Task :grpc-gcp-observability:extractIncludeProto
> Task :grpc-gcp-observability:generateProto
> Task :grpc-gcp-observability:sourcesJar
> Task :grpc-gcp-observability:syncGeneratedSourcesmain
> Task :grpc-context-override-opentelemetry:compileJava
> Task :grpc-context-override-opentelemetry:classes
> Task :grpc-context-override-opentelemetry:jar
> Task :grpc-protobuf-lite:javadoc
> Task :grpc-protobuf:compileJava
> Task :grpc-protobuf:classes
> Task :grpc-protobuf:jar
> Task :grpc-auth:compileJava
> Task :grpc-auth:classes
> Task :grpc-protobuf-lite:javadocJar
> Task :grpc-auth:jar
> Task :grpc-protobuf-lite:sourcesJar
> Task :grpc-protobuf-lite:assemble
> Task :grpc-xds:generateThirdpartyProto
> Task :grpc-xds:syncGeneratedSourcesthirdparty
> Task :grpc-protobuf-lite:extractIncludeTestProto
> Task :grpc-protobuf-lite:generateTestProto
> Task :grpc-protobuf-lite:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-protobuf-lite:signMavenPublication SKIPPED
> Task :grpc-protobuf-lite:publishMavenPublicationToMavenLocal
> Task :grpc-protobuf-lite:publishToMavenLocal
> Task :grpc-context-override-opentelemetry:javadoc
> Task :grpc-api:javadoc
> Task :grpc-context-override-opentelemetry:javadocJar
> Task :grpc-context-override-opentelemetry:assemble
> Task :grpc-context-override-opentelemetry:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-context-override-opentelemetry:signMavenPublication SKIPPED
> Task :grpc-context-override-opentelemetry:publishMavenPublicationToMavenLocal
> Task :grpc-context-override-opentelemetry:publishToMavenLocal
> Task :grpc-census:compileJava
> Task :grpc-census:classes
> Task :grpc-census:jar
> Task :grpc-api:javadocJar
> Task :grpc-api:sourcesJar
> Task :grpc-api:assemble
> Task :grpc-api:processTestFixturesResources NO-SOURCE
> Task :grpc-api:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-api:generatePomFileForMavenPublication
> Task :grpc-api:signMavenPublication SKIPPED
> Task :grpc-api:publishMavenPublicationToMavenLocal
> Task :grpc-api:publishToMavenLocal
> Task :grpc-stub:compileJava
> Task :grpc-stub:classes
> Task :grpc-stub:jar
> Task :grpc-services:extractIncludeTestProto
> Task :grpc-auth:javadoc
> Task :grpc-services:generateTestProto
> Task :grpc-rls:extractIncludeTestProto
> Task :grpc-rls:generateTestProto NO-SOURCE
> Task :grpc-rls:syncGeneratedSourcestest NO-SOURCE
> Task :grpc-rls:syncGeneratedSources
> Task :grpc-services:syncGeneratedSourcestest
> Task :grpc-services:syncGeneratedSources
> Task :grpc-auth:javadocJar
> Task :grpc-auth:assemble
> Task :grpc-auth:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-auth:signMavenPublication SKIPPED
> Task :grpc-auth:publishMavenPublicationToMavenLocal
> Task :grpc-auth:publishToMavenLocal
> Task :grpc-gcp-observability:extractIncludeTestProto
> Task :grpc-protobuf:javadoc
> Task :grpc-protobuf:javadocJar
> Task :grpc-protobuf:assemble
> Task :grpc-protobuf:generateTestProto NO-SOURCE
> Task :grpc-protobuf:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-protobuf:signMavenPublication SKIPPED
> Task :grpc-protobuf:publishMavenPublicationToMavenLocal
> Task :grpc-protobuf:publishToMavenLocal
> Task :grpc-census:javadoc
javadoc: error - No public or protected classes found to document.
1 error
> Task :grpc-census:javadocJar
> Task :grpc-census:assemble
> Task :grpc-census:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-census:signMavenPublication SKIPPED
> Task :grpc-census:publishMavenPublicationToMavenLocal
> Task :grpc-census:publishToMavenLocal
> Task :grpc-testing-proto:compileJava
> Task :grpc-testing-proto:classes
> Task :grpc-testing-proto:jar
> Task :grpc-stub:javadoc
ERROR:D8: com.android.tools.r8.kotlin.H
> Task :grpc-android-interop-testing:mergeExtDexDebug
> Task :grpc-stub:javadocJar
> Task :grpc-stub:assemble
> Task :grpc-stub:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-stub:signMavenPublication SKIPPED
> Task :grpc-stub:publishMavenPublicationToMavenLocal
> Task :grpc-stub:publishToMavenLocal
> Task :grpc-android-interop-testing:processDebugManifestForPackage
> Task :grpc-testing-proto:javadoc
> Task :grpc-testing-proto:javadocJar
> Task :grpc-testing-proto:assemble
> Task :grpc-testing-proto:generateMetadataFileForMavenPublication SKIPPED
> Task :grpc-testing-proto:signMavenPublication SKIPPED
> Task :grpc-testing-proto:publishMavenPublicationToMavenLocal
> Task :grpc-testing-proto:publishToMavenLocal
> Task :grpc-gcp-observability:compileJava
> Task :grpc-gcp-observability:classes
> Task :grpc-gcp-observability:jar
> Task :grpc-android-interop-testing:mergeExtDexDebug FAILED
> Task :grpc-core:compileJava
> Task :grpc-gcp-observability:javadoc
> Task :grpc-xds:compileThirdpartyJava
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':grpc-android-interop-testing:mergeExtDexDebug'.
> Could not resolve all files for configuration ':grpc-android-interop-testing:debugRuntimeClasspath'.
> Failed to transform opencensus-contrib-grpc-metrics-0.31.1.jar (io.opencensus:opencensus-contrib-grpc-metrics:0.31.1) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Could not resolve all files for configuration ':grpc-android-interop-testing:debugRuntimeClasspath'.
> Failed to transform grpc-api-1.71.0-SNAPSHOT.jar (project :grpc-api) to match attributes {artifactType=android-classes-jar, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.jvm.version=8, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.
> Execution failed for IdentityTransform: /grpc-java/api/build/libs/grpc-api-1.71.0-SNAPSHOT.jar.
> File/directory does not exist: /grpc-java/api/build/libs/grpc-api-1.71.0-SNAPSHOT.jar
> Failed to transform annotation-jvm-1.9.1.jar (androidx.annotation:annotation-jvm:1.9.1) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.jvm.environment=standard-jvm, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=jvm}.
> Execution failed for DexingWithClasspathTransform: /root/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-jvm/1.9.1/b17951747e38bf3986a24431b9ba0d039958aa5f/annotation-jvm-1.9.1.jar.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
376 actionable tasks: 374 executed, 2 up-to-date
> Error while dexing.
> Failed to transform kotlin-stdlib-1.9.24.jar (org.jetbrains.kotlin:kotlin-stdlib:1.9.24) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=21, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for DexingWithClasspathTransform: /root/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.9.24/9928532f12c66ad816a625b3f9984f8368ca6d2b/kotlin-stdlib-1.9.24.jar.
> Error while dexing.
> There is 1 more failure with an identical cause.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1m 7s
spongify_logs
+ spongify_logs
+ local f
+ read -r f
++ find /tmpfs/src -name 'TEST-*.xml'
[ID: 6573485] Command finished after 360 secs, exit value: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[03:05:39 PST] Collecting build artifacts from build VM
Build script failed with exit code: 1