Started by user Oliver Smith Rebuilds build #1 Running as SYSTEM Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-aram-applet The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/docker-playground > git init /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-aram-applet # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/docker-playground > git --version # timeout=10 > git --version # 'git version 2.39.5' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/docker-playground +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/docker-playground # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/osmith/wip^{commit} # timeout=10 > git rev-parse osmith/wip^{commit} # timeout=10 Checking out Revision 7dee8e0287292263c2d805908e75ac1903d4b6c3 (refs/remotes/origin/osmith/wip) > git config core.sparsecheckout # timeout=10 > git checkout -f 7dee8e0287292263c2d805908e75ac1903d4b6c3 # timeout=10 Commit message: "debian-bookworm-aram-applet: new container" > git rev-list --no-walk c072972e2e534915e47505a345207d367198c4eb # timeout=10 First time build. Skipping changelog. [registry-rebuild-upload-aram-applet] $ /bin/sh -xe /tmp/jenkins10774007073516173013.sh + REGISTRY=registry.osmocom.org + make -C debian-bookworm-aram-applet REGISTRY_HOST=registry.osmocom.org make: Entering directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-aram-applet/debian-bookworm-aram-applet' awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory awk: fatal: cannot open file `.release' for reading: No such file or directory rm -rf .common cp -r /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-aram-applet/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=registry.osmocom.org \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_REMSIM_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t registry.osmocom.org/osmocom-build/debian-bookworm-aram-applet:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.45kB done #1 DONE 0.0s #2 [auth] sharing credentials for registry.osmocom.org #2 DONE 0.0s #3 [internal] load metadata for registry.osmocom.org/debian:bookworm #3 DONE 0.0s #4 [internal] load .dockerignore #4 transferring context: 2B done #4 DONE 0.0s #5 [1/6] FROM registry.osmocom.org/debian:bookworm@sha256:04669becb4d6b2474d2164f3320e047db905ba5926974575b5bc5dfd2ca3d814 #5 resolve registry.osmocom.org/debian:bookworm@sha256:04669becb4d6b2474d2164f3320e047db905ba5926974575b5bc5dfd2ca3d814 0.1s done #5 CACHED #6 [5/6] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/ARAM-APPLET/+/REFS/HEADS/MASTER/BUILD.GRADLE?FORMAT=TEXT /tmp/build.gradle #6 CACHED #7 [2/6] RUN USERADD --uid=1000 -d /build -m build && mkdir /cache && chown build:build /cache #7 DONE 0.6s #8 [3/6] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends ca-certificates && echo "deb [trusted=yes] https://archive.debian.org/debian stretch main" >>"/etc/apt/sources.list.d/debian9-sources.list" && echo "deb [trusted=yes] https://archive.debian.org/debian-security stretch/updates main" >>"/etc/apt/sources.list.d/debian9-sources.list" && apt-get update && apt-get install -y --no-install-recommends x11-common && apt-get install -y --no-install-recommends -t stretch ca-certificates-java openjdk-8-jdk-headless && apt-get clean #8 0.380 + apt-get update #8 0.408 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #8 0.434 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #8 0.434 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #8 0.562 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] #8 0.666 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB] #8 0.667 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB] #8 1.201 Fetched 9306 kB in 1s (11.5 MB/s) #8 1.201 Reading package lists... #8 1.441 + apt-get install -y --no-install-recommends ca-certificates #8 1.444 Reading package lists... #8 1.688 Building dependency tree... #8 1.735 Reading state information... #8 1.794 The following additional packages will be installed: #8 1.794 libssl3 openssl #8 1.810 The following NEW packages will be installed: #8 1.811 ca-certificates libssl3 openssl #8 1.827 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. #8 1.827 Need to get 3606 kB of archives. #8 1.827 After this operation, 8910 kB of additional disk space will be used. #8 1.827 Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.15-1~deb12u1 [2025 kB] #8 1.887 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.15-1~deb12u1 [1427 kB] #8 1.912 Get:3 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB] #8 1.992 debconf: delaying package configuration, since apt-utils is not installed #8 2.003 Fetched 3606 kB in 0s (35.8 MB/s) #8 2.076 Selecting previously unselected package libssl3:amd64. #8 2.076 (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 ... 6089 files and directories currently installed.) #8 2.082 Preparing to unpack .../libssl3_3.0.15-1~deb12u1_amd64.deb ... #8 2.116 Unpacking libssl3:amd64 (3.0.15-1~deb12u1) ... #8 2.316 Selecting previously unselected package openssl. #8 2.318 Preparing to unpack .../openssl_3.0.15-1~deb12u1_amd64.deb ... #8 2.334 Unpacking openssl (3.0.15-1~deb12u1) ... #8 2.546 Selecting previously unselected package ca-certificates. #8 2.547 Preparing to unpack .../ca-certificates_20230311_all.deb ... #8 2.564 Unpacking ca-certificates (20230311) ... #8 2.718 Setting up libssl3:amd64 (3.0.15-1~deb12u1) ... #8 2.767 Setting up openssl (3.0.15-1~deb12u1) ... #8 2.836 Setting up ca-certificates (20230311) ... #8 2.926 debconf: unable to initialize frontend: Dialog #8 2.926 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 2.926 debconf: falling back to frontend: Readline #8 2.926 debconf: unable to initialize frontend: Readline #8 2.926 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #8 2.926 debconf: falling back to frontend: Teletype #8 3.643 Updating certificates in /etc/ssl/certs... #8 3.854 140 added, 0 removed; done. #8 3.944 Processing triggers for libc-bin (2.36-9+deb12u9) ... #8 3.995 Processing triggers for ca-certificates (20230311) ... #8 4.012 Updating certificates in /etc/ssl/certs... #8 4.192 0 added, 0 removed; done. #8 4.192 Running hooks in /etc/ca-certificates/update.d... #8 4.193 done. #8 4.255 + echo deb [trusted=yes] https://archive.debian.org/debian stretch main #8 4.255 + echo deb [trusted=yes] https://archive.debian.org/debian-security stretch/updates main #8 4.255 + apt-get update #8 4.325 Hit:1 http://deb.debian.org/debian bookworm InRelease #8 4.325 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #8 4.328 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #8 4.345 Ign:4 https://archive.debian.org/debian stretch InRelease #8 4.352 Get:5 https://archive.debian.org/debian-security stretch/updates InRelease [59.1 kB] #8 4.368 Get:6 https://archive.debian.org/debian stretch Release [118 kB] #8 4.382 Get:7 https://archive.debian.org/debian stretch Release.gpg [3177 B] #8 4.543 Get:8 https://archive.debian.org/debian-security stretch/updates/main amd64 Packages [782 kB] #8 4.610 Get:9 https://archive.debian.org/debian stretch/main amd64 Packages [7080 kB] #8 5.185 Fetched 8042 kB in 1s (9020 kB/s) #8 5.185 Reading package lists... #8 5.639 + apt-get install -y --no-install-recommends x11-common #8 5.643 Reading package lists... #8 6.101 Building dependency tree... #8 6.195 Reading state information... #8 6.286 The following NEW packages will be installed: #8 6.286 x11-common #8 6.304 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. #8 6.304 Need to get 252 kB of archives. #8 6.304 After this operation, 315 kB of additional disk space will be used. #8 6.304 Get:1 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB] #8 6.399 debconf: delaying package configuration, since apt-utils is not installed #8 6.410 Fetched 252 kB in 0s (5041 kB/s) #8 6.467 Selecting previously unselected package x11-common. #8 6.467 (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 ... 6576 files and directories currently installed.) #8 6.476 Preparing to unpack .../x11-common_1%3a7.7+23_all.deb ... #8 6.494 Unpacking x11-common (1:7.7+23) ... #8 6.611 Setting up x11-common (1:7.7+23) ... #8 6.936 debconf: unable to initialize frontend: Dialog #8 6.936 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 6.936 debconf: falling back to frontend: Readline #8 6.936 debconf: unable to initialize frontend: Readline #8 6.936 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #8 6.936 debconf: falling back to frontend: Teletype #8 6.944 invoke-rc.d: could not determine current runlevel #8 6.945 invoke-rc.d: policy-rc.d denied execution of restart. #8 7.009 + apt-get install -y --no-install-recommends -t stretch ca-certificates-java openjdk-8-jdk-headless #8 7.029 Reading package lists... #8 7.491 Building dependency tree... #8 7.584 Reading state information... #8 7.662 The following additional packages will be installed: #8 7.662 fontconfig-config fonts-dejavu-core java-common libavahi-client3 #8 7.662 libavahi-common-data libavahi-common3 libbsd0 libcups2 libdbus-1-3 libexpat1 #8 7.662 libfontconfig1 libfreetype6 libgssapi-krb5-2 libjpeg62-turbo libk5crypto3 #8 7.662 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libnspr4 libnss3 #8 7.662 libpcsclite1 libpng16-16 libsqlite3-0 libx11-6 libx11-data libxau6 libxcb1 #8 7.662 libxdmcp6 libxext6 libxi6 libxrender1 libxtst6 multiarch-support #8 7.663 openjdk-8-jre-headless ucf #8 7.663 Suggested packages: #8 7.663 default-jre cups-common krb5-doc krb5-user liblcms2-utils pcscd #8 7.663 openjdk-8-demo openjdk-8-source libnss-mdns fonts-dejavu-extra #8 7.663 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei #8 7.663 fonts-wqy-zenhei fonts-indic #8 7.663 Recommended packages: #8 7.663 dbus krb5-locales #8 7.734 The following NEW packages will be installed: #8 7.734 ca-certificates-java fontconfig-config fonts-dejavu-core java-common #8 7.734 libavahi-client3 libavahi-common-data libavahi-common3 libbsd0 libcups2 #8 7.734 libdbus-1-3 libexpat1 libfontconfig1 libfreetype6 libgssapi-krb5-2 #8 7.734 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 #8 7.734 liblcms2-2 libnspr4 libnss3 libpcsclite1 libpng16-16 libsqlite3-0 libx11-6 #8 7.734 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxi6 libxrender1 libxtst6 #8 7.734 multiarch-support openjdk-8-jdk-headless openjdk-8-jre-headless ucf #8 7.755 0 upgraded, 38 newly installed, 0 to remove and 2 not upgraded. #8 7.755 Need to get 44.3 MB of archives. #8 7.755 After this operation, 164 MB of additional disk space will be used. #8 7.755 Get:1 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #8 7.774 Get:2 https://archive.debian.org/debian stretch/main amd64 multiarch-support amd64 2.24-11+deb9u4 [201 kB] #8 7.795 Get:3 https://archive.debian.org/debian stretch/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB] #8 7.799 Get:4 https://archive.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB] #8 7.801 Get:5 https://archive.debian.org/debian-security stretch/updates/main amd64 libkrb5support0 amd64 1.15-1+deb9u3 [62.3 kB] #8 7.803 Get:6 https://archive.debian.org/debian-security stretch/updates/main amd64 libk5crypto3 amd64 1.15-1+deb9u3 [120 kB] #8 7.806 Get:7 https://archive.debian.org/debian-security stretch/updates/main amd64 libkrb5-3 amd64 1.15-1+deb9u3 [312 kB] #8 7.810 Get:8 https://archive.debian.org/debian-security stretch/updates/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u3 [155 kB] #8 7.812 Get:9 https://archive.debian.org/debian-security stretch/updates/main amd64 libsqlite3-0 amd64 3.16.2-5+deb9u3 [574 kB] #8 7.816 Get:10 https://archive.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB] #8 7.817 Get:11 https://archive.debian.org/debian stretch/main amd64 java-common all 0.58+deb9u1 [13.6 kB] #8 7.817 Get:12 https://archive.debian.org/debian-security stretch/updates/main amd64 libavahi-common-data amd64 0.6.32-2+deb9u1 [118 kB] #8 7.818 Get:13 https://archive.debian.org/debian-security stretch/updates/main amd64 libavahi-common3 amd64 0.6.32-2+deb9u1 [52.3 kB] #8 7.820 Get:14 https://archive.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.32-0+deb9u1 [196 kB] #8 7.822 Get:15 https://archive.debian.org/debian-security stretch/updates/main amd64 libavahi-client3 amd64 0.6.32-2+deb9u1 [55.6 kB] #8 7.824 Get:16 https://archive.debian.org/debian-security stretch/updates/main amd64 libcups2 amd64 2.2.1-8+deb9u8 [307 kB] #8 7.828 Get:17 https://archive.debian.org/debian stretch/main amd64 liblcms2-2 amd64 2.8-4+deb9u1 [143 kB] #8 7.831 Get:18 https://archive.debian.org/debian-security stretch/updates/main amd64 libjpeg62-turbo amd64 1:1.5.1-2+deb9u2 [134 kB] #8 7.833 Get:19 https://archive.debian.org/debian-security stretch/updates/main amd64 libexpat1 amd64 2.2.0-2+deb9u5 [84.7 kB] #8 7.836 Get:20 https://archive.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1+deb9u1 [280 kB] #8 7.838 Get:21 https://archive.debian.org/debian-security stretch/updates/main amd64 libfreetype6 amd64 2.6.3-3.2+deb9u2 [438 kB] #8 7.842 Get:22 https://archive.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB] #8 7.857 Get:23 https://archive.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB] #8 7.858 Get:24 https://archive.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB] #8 7.862 Get:25 https://archive.debian.org/debian stretch/main amd64 libnspr4 amd64 2:4.12-6 [117 kB] #8 7.863 Get:26 https://archive.debian.org/debian-security stretch/updates/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u5 [1244 kB] #8 7.868 Get:27 https://archive.debian.org/debian stretch/main amd64 libpcsclite1 amd64 1.8.20-1 [56.5 kB] #8 7.869 Get:28 https://archive.debian.org/debian-security stretch/updates/main amd64 libbsd0 amd64 0.8.3-1+deb9u1 [82.9 kB] #8 7.869 Get:29 https://archive.debian.org/debian stretch/main amd64 libxcb1 amd64 1.12-1 [133 kB] #8 7.870 Get:30 https://archive.debian.org/debian-security stretch/updates/main amd64 libx11-data all 2:1.6.4-3+deb9u4 [291 kB] #8 7.873 Get:31 https://archive.debian.org/debian-security stretch/updates/main amd64 libx11-6 amd64 2:1.6.4-3+deb9u4 [748 kB] #8 7.883 Get:32 https://archive.debian.org/debian stretch/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB] #8 7.883 Get:33 https://archive.debian.org/debian stretch/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB] #8 7.884 Get:34 https://archive.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] #8 7.884 Get:35 https://archive.debian.org/debian stretch/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB] #8 7.884 Get:36 https://archive.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jre-headless amd64 8u332-ga-1~deb9u1 [28.1 MB] #8 8.125 Get:37 https://archive.debian.org/debian stretch/main amd64 ca-certificates-java all 20170929~deb9u3 [15.1 kB] #8 8.125 Get:38 https://archive.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jdk-headless amd64 8u332-ga-1~deb9u1 [8214 kB] #8 8.243 debconf: delaying package configuration, since apt-utils is not installed #8 8.254 Fetched 44.3 MB in 0s (97.2 MB/s) #8 8.282 Selecting previously unselected package multiarch-support. #8 8.282 (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 ... 6609 files and directories currently installed.) #8 8.288 Preparing to unpack .../multiarch-support_2.24-11+deb9u4_amd64.deb ... #8 8.304 Unpacking multiarch-support (2.24-11+deb9u4) ... #8 8.410 Setting up multiarch-support (2.24-11+deb9u4) ... #8 8.542 Selecting previously unselected package libxau6:amd64. #8 8.542 (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 ... 6613 files and directories currently installed.) #8 8.551 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... #8 8.567 Unpacking libxau6:amd64 (1:1.0.8-1) ... #8 8.694 Selecting previously unselected package libkeyutils1:amd64. #8 8.696 Preparing to unpack .../01-libkeyutils1_1.5.9-9_amd64.deb ... #8 8.728 Unpacking libkeyutils1:amd64 (1.5.9-9) ... #8 8.844 Selecting previously unselected package libkrb5support0:amd64. #8 8.845 Preparing to unpack .../02-libkrb5support0_1.15-1+deb9u3_amd64.deb ... #8 8.893 Unpacking libkrb5support0:amd64 (1.15-1+deb9u3) ... #8 9.073 Selecting previously unselected package libk5crypto3:amd64. #8 9.073 Preparing to unpack .../03-libk5crypto3_1.15-1+deb9u3_amd64.deb ... #8 9.137 Unpacking libk5crypto3:amd64 (1.15-1+deb9u3) ... #8 9.313 Selecting previously unselected package libkrb5-3:amd64. #8 9.315 Preparing to unpack .../04-libkrb5-3_1.15-1+deb9u3_amd64.deb ... #8 9.331 Unpacking libkrb5-3:amd64 (1.15-1+deb9u3) ... #8 9.483 Selecting previously unselected package libgssapi-krb5-2:amd64. #8 9.485 Preparing to unpack .../05-libgssapi-krb5-2_1.15-1+deb9u3_amd64.deb ... #8 9.502 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u3) ... #8 9.648 Selecting previously unselected package libsqlite3-0:amd64. #8 9.650 Preparing to unpack .../06-libsqlite3-0_3.16.2-5+deb9u3_amd64.deb ... #8 9.667 Unpacking libsqlite3-0:amd64 (3.16.2-5+deb9u3) ... #8 9.845 Selecting previously unselected package ucf. #8 9.847 Preparing to unpack .../07-ucf_3.0036_all.deb ... #8 9.866 Moving old data out of the way #8 9.868 Unpacking ucf (3.0036) ... #8 9.985 Selecting previously unselected package java-common. #8 9.987 Preparing to unpack .../08-java-common_0.58+deb9u1_all.deb ... #8 10.00 Unpacking java-common (0.58+deb9u1) ... #8 10.11 Selecting previously unselected package libavahi-common-data:amd64. #8 10.11 Preparing to unpack .../09-libavahi-common-data_0.6.32-2+deb9u1_amd64.deb ... #8 10.13 Unpacking libavahi-common-data:amd64 (0.6.32-2+deb9u1) ... #8 10.28 Selecting previously unselected package libavahi-common3:amd64. #8 10.28 Preparing to unpack .../10-libavahi-common3_0.6.32-2+deb9u1_amd64.deb ... #8 10.30 Unpacking libavahi-common3:amd64 (0.6.32-2+deb9u1) ... #8 10.43 Selecting previously unselected package libdbus-1-3:amd64. #8 10.44 Preparing to unpack .../11-libdbus-1-3_1.10.32-0+deb9u1_amd64.deb ... #8 10.45 Unpacking libdbus-1-3:amd64 (1.10.32-0+deb9u1) ... #8 10.60 Selecting previously unselected package libavahi-client3:amd64. #8 10.60 Preparing to unpack .../12-libavahi-client3_0.6.32-2+deb9u1_amd64.deb ... #8 10.62 Unpacking libavahi-client3:amd64 (0.6.32-2+deb9u1) ... #8 10.76 Selecting previously unselected package libcups2:amd64. #8 10.76 Preparing to unpack .../13-libcups2_2.2.1-8+deb9u8_amd64.deb ... #8 10.78 Unpacking libcups2:amd64 (2.2.1-8+deb9u8) ... #8 10.94 Selecting previously unselected package liblcms2-2:amd64. #8 10.95 Preparing to unpack .../14-liblcms2-2_2.8-4+deb9u1_amd64.deb ... #8 10.96 Unpacking liblcms2-2:amd64 (2.8-4+deb9u1) ... #8 11.12 Selecting previously unselected package libjpeg62-turbo:amd64. #8 11.12 Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2+deb9u2_amd64.deb ... #8 11.14 Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2+deb9u2) ... #8 11.28 Selecting previously unselected package libexpat1:amd64. #8 11.28 Preparing to unpack .../16-libexpat1_2.2.0-2+deb9u5_amd64.deb ... #8 11.29 Unpacking libexpat1:amd64 (2.2.0-2+deb9u5) ... #8 11.44 Selecting previously unselected package libpng16-16:amd64. #8 11.44 Preparing to unpack .../17-libpng16-16_1.6.28-1+deb9u1_amd64.deb ... #8 11.46 Unpacking libpng16-16:amd64 (1.6.28-1+deb9u1) ... #8 11.63 Selecting previously unselected package libfreetype6:amd64. #8 11.63 Preparing to unpack .../18-libfreetype6_2.6.3-3.2+deb9u2_amd64.deb ... #8 11.65 Unpacking libfreetype6:amd64 (2.6.3-3.2+deb9u2) ... #8 11.80 Selecting previously unselected package fonts-dejavu-core. #8 11.80 Preparing to unpack .../19-fonts-dejavu-core_2.37-1_all.deb ... #8 11.82 Unpacking fonts-dejavu-core (2.37-1) ... #8 12.04 Selecting previously unselected package fontconfig-config. #8 12.04 Preparing to unpack .../20-fontconfig-config_2.11.0-6.7_all.deb ... #8 12.31 Unpacking fontconfig-config (2.11.0-6.7) ... #8 12.47 Selecting previously unselected package libfontconfig1:amd64. #8 12.47 Preparing to unpack .../21-libfontconfig1_2.11.0-6.7+b1_amd64.deb ... #8 12.49 Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ... #8 12.62 Selecting previously unselected package libnspr4:amd64. #8 12.62 Preparing to unpack .../22-libnspr4_2%3a4.12-6_amd64.deb ... #8 12.64 Unpacking libnspr4:amd64 (2:4.12-6) ... #8 12.78 Selecting previously unselected package libnss3:amd64. #8 12.78 Preparing to unpack .../23-libnss3_2%3a3.26.2-1.1+deb9u5_amd64.deb ... #8 12.80 Unpacking libnss3:amd64 (2:3.26.2-1.1+deb9u5) ... #8 13.00 Selecting previously unselected package libpcsclite1:amd64. #8 13.00 Preparing to unpack .../24-libpcsclite1_1.8.20-1_amd64.deb ... #8 13.02 Unpacking libpcsclite1:amd64 (1.8.20-1) ... #8 13.16 Selecting previously unselected package libbsd0:amd64. #8 13.16 Preparing to unpack .../25-libbsd0_0.8.3-1+deb9u1_amd64.deb ... #8 13.18 Unpacking libbsd0:amd64 (0.8.3-1+deb9u1) ... #8 13.31 Selecting previously unselected package libxdmcp6:amd64. #8 13.31 Preparing to unpack .../26-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #8 13.33 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #8 13.46 Selecting previously unselected package libxcb1:amd64. #8 13.47 Preparing to unpack .../27-libxcb1_1.12-1_amd64.deb ... #8 13.48 Unpacking libxcb1:amd64 (1.12-1) ... #8 13.59 Selecting previously unselected package libx11-data. #8 13.59 Preparing to unpack .../28-libx11-data_2%3a1.6.4-3+deb9u4_all.deb ... #8 13.61 Unpacking libx11-data (2:1.6.4-3+deb9u4) ... #8 13.76 Selecting previously unselected package libx11-6:amd64. #8 13.76 Preparing to unpack .../29-libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb ... #8 13.78 Unpacking libx11-6:amd64 (2:1.6.4-3+deb9u4) ... #8 13.92 Selecting previously unselected package libxext6:amd64. #8 13.92 Preparing to unpack .../30-libxext6_2%3a1.3.3-1+b2_amd64.deb ... #8 13.94 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ... #8 14.05 Selecting previously unselected package libxi6:amd64. #8 14.05 Preparing to unpack .../31-libxi6_2%3a1.7.9-1_amd64.deb ... #8 14.07 Unpacking libxi6:amd64 (2:1.7.9-1) ... #8 14.17 Selecting previously unselected package libxrender1:amd64. #8 14.17 Preparing to unpack .../32-libxrender1_1%3a0.9.10-1_amd64.deb ... #8 14.19 Unpacking libxrender1:amd64 (1:0.9.10-1) ... #8 14.29 Selecting previously unselected package libxtst6:amd64. #8 14.29 Preparing to unpack .../33-libxtst6_2%3a1.2.3-1_amd64.deb ... #8 14.31 Unpacking libxtst6:amd64 (2:1.2.3-1) ... #8 14.43 Selecting previously unselected package openjdk-8-jre-headless:amd64. #8 14.43 Preparing to unpack .../34-openjdk-8-jre-headless_8u332-ga-1~deb9u1_amd64.deb ... #8 14.45 Unpacking openjdk-8-jre-headless:amd64 (8u332-ga-1~deb9u1) ... #8 15.07 Selecting previously unselected package ca-certificates-java. #8 15.07 Preparing to unpack .../35-ca-certificates-java_20170929~deb9u3_all.deb ... #8 15.11 Unpacking ca-certificates-java (20170929~deb9u3) ... #8 15.24 Selecting previously unselected package openjdk-8-jdk-headless:amd64. #8 15.24 Preparing to unpack .../36-openjdk-8-jdk-headless_8u332-ga-1~deb9u1_amd64.deb ... #8 15.26 Unpacking openjdk-8-jdk-headless:amd64 (8u332-ga-1~deb9u1) ... #8 15.65 Setting up libexpat1:amd64 (2.2.0-2+deb9u5) ... #8 15.70 Setting up liblcms2-2:amd64 (2.8-4+deb9u1) ... #8 15.76 Setting up libxau6:amd64 (1:1.0.8-1) ... #8 15.84 Setting up libkeyutils1:amd64 (1.5.9-9) ... #8 15.90 Setting up java-common (0.58+deb9u1) ... #8 15.97 Setting up libsqlite3-0:amd64 (3.16.2-5+deb9u3) ... #8 16.02 Setting up libkrb5support0:amd64 (1.15-1+deb9u3) ... #8 16.07 Setting up libjpeg62-turbo:amd64 (1:1.5.1-2+deb9u2) ... #8 16.12 Setting up libx11-data (2:1.6.4-3+deb9u4) ... #8 16.17 Setting up libnspr4:amd64 (2:4.12-6) ... #8 16.22 Setting up libavahi-common-data:amd64 (0.6.32-2+deb9u1) ... #8 16.27 Setting up libdbus-1-3:amd64 (1.10.32-0+deb9u1) ... #8 16.32 Setting up libpng16-16:amd64 (1.6.28-1+deb9u1) ... #8 16.37 Setting up fonts-dejavu-core (2.37-1) ... #8 16.61 Setting up libpcsclite1:amd64 (1.8.20-1) ... #8 16.66 Setting up ucf (3.0036) ... #8 16.77 debconf: unable to initialize frontend: Dialog #8 16.77 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 16.77 debconf: falling back to frontend: Readline #8 16.77 debconf: unable to initialize frontend: Readline #8 16.77 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #8 16.77 debconf: falling back to frontend: Teletype #8 16.81 Setting up libk5crypto3:amd64 (1.15-1+deb9u3) ... #8 16.86 Setting up libkrb5-3:amd64 (1.15-1+deb9u3) ... #8 16.91 Setting up libbsd0:amd64 (0.8.3-1+deb9u1) ... #8 16.96 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #8 17.02 Setting up libxcb1:amd64 (1.12-1) ... #8 17.07 Setting up fontconfig-config (2.11.0-6.7) ... #8 17.17 debconf: unable to initialize frontend: Dialog #8 17.17 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 17.17 debconf: falling back to frontend: Readline #8 17.17 debconf: unable to initialize frontend: Readline #8 17.17 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) #8 17.17 debconf: falling back to frontend: Teletype #8 17.42 Setting up libavahi-common3:amd64 (0.6.32-2+deb9u1) ... #8 17.47 Setting up libnss3:amd64 (2:3.26.2-1.1+deb9u5) ... #8 17.53 Setting up libfreetype6:amd64 (2.6.3-3.2+deb9u2) ... #8 17.58 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u3) ... #8 17.65 Setting up libx11-6:amd64 (2:1.6.4-3+deb9u4) ... #8 17.71 Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ... #8 17.76 Setting up libavahi-client3:amd64 (0.6.32-2+deb9u1) ... #8 17.81 Setting up libxrender1:amd64 (1:0.9.10-1) ... #8 17.87 Setting up libxext6:amd64 (2:1.3.3-1+b2) ... #8 17.92 Setting up libcups2:amd64 (2.2.1-8+deb9u8) ... #8 17.97 Setting up libxi6:amd64 (2:1.7.9-1) ... #8 18.03 Setting up libxtst6:amd64 (2:1.2.3-1) ... #8 18.08 Setting up openjdk-8-jre-headless:amd64 (8u332-ga-1~deb9u1) ... #8 18.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode #8 18.50 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode #8 18.51 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode #8 18.52 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode #8 18.53 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode #8 18.55 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode #8 18.57 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode #8 18.58 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode #8 18.59 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode #8 18.60 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode #8 18.61 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode #8 18.77 Setting up ca-certificates-java (20170929~deb9u3) ... #8 18.99 Adding debian:Comodo_AAA_Services_root.pem #8 18.99 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem #8 19.00 Adding debian:CFCA_EV_ROOT.pem #8 19.00 Adding debian:ePKI_Root_Certification_Authority.pem #8 19.00 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem #8 19.00 Adding debian:COMODO_Certification_Authority.pem #8 19.00 Adding debian:Telia_Root_CA_v2.pem #8 19.01 Adding debian:Amazon_Root_CA_3.pem #8 19.01 Adding debian:DigiCert_Trusted_Root_G4.pem #8 19.01 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem #8 19.01 Adding debian:Certum_EC-384_CA.pem #8 19.01 Adding debian:DigiCert_Global_Root_CA.pem #8 19.01 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem #8 19.01 Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem #8 19.01 Adding debian:emSign_ECC_Root_CA_-_G3.pem #8 19.02 Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem #8 19.02 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem #8 19.02 Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem #8 19.02 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem #8 19.02 Adding debian:CA_Disig_Root_R2.pem #8 19.02 Adding debian:AffirmTrust_Premium.pem #8 19.02 Adding debian:Baltimore_CyberTrust_Root.pem #8 19.02 Adding debian:TrustCor_RootCert_CA-1.pem #8 19.02 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem #8 19.02 Adding debian:UCA_Extended_Validation_Root.pem #8 19.02 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem #8 19.02 Adding debian:emSign_ECC_Root_CA_-_C3.pem #8 19.03 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem #8 19.03 Adding debian:USERTrust_RSA_Certification_Authority.pem #8 19.03 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem #8 19.03 Adding debian:emSign_Root_CA_-_G1.pem #8 19.03 Adding debian:E-Tugra_Certification_Authority.pem #8 19.03 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem #8 19.03 Adding debian:QuoVadis_Root_CA_3_G3.pem #8 19.03 Adding debian:NAVER_Global_Root_Certification_Authority.pem #8 19.03 Adding debian:DigiCert_Assured_ID_Root_G3.pem #8 19.03 Adding debian:GlobalSign_Root_CA.pem #8 19.03 Adding debian:GLOBALTRUST_2020.pem #8 19.03 Adding debian:Amazon_Root_CA_2.pem #8 19.04 Adding debian:AffirmTrust_Networking.pem #8 19.04 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem #8 19.04 Adding debian:ISRG_Root_X1.pem #8 19.04 Adding debian:Certainly_Root_R1.pem #8 19.04 Adding debian:Amazon_Root_CA_4.pem #8 19.04 Adding debian:certSIGN_ROOT_CA.pem #8 19.04 Adding debian:SwissSign_Silver_CA_-_G2.pem #8 19.04 Adding debian:TunTrust_Root_CA.pem #8 19.04 Adding debian:GlobalSign_Root_CA_-_R6.pem #8 19.04 Adding debian:Certum_Trusted_Root_CA.pem #8 19.04 Adding debian:QuoVadis_Root_CA_3.pem #8 19.04 Adding debian:GlobalSign_Root_R46.pem #8 19.04 Adding debian:SecureSign_RootCA11.pem #8 19.05 Adding debian:e-Szigno_Root_CA_2017.pem #8 19.05 Adding debian:GlobalSign_Root_CA_-_R3.pem #8 19.05 Adding debian:DigiCert_Assured_ID_Root_CA.pem #8 19.05 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem #8 19.05 Adding debian:XRamp_Global_CA_Root.pem #8 19.05 Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem #8 19.05 Adding debian:QuoVadis_Root_CA_2.pem #8 19.05 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem #8 19.05 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem #8 19.05 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem #8 19.05 Adding debian:Entrust_Root_Certification_Authority.pem #8 19.05 Adding debian:UCA_Global_G2_Root.pem #8 19.05 Adding debian:USERTrust_ECC_Certification_Authority.pem #8 19.05 Adding debian:TWCA_Global_Root_CA.pem #8 19.05 Adding debian:GlobalSign_Root_E46.pem #8 19.05 Adding debian:IdenTrust_Commercial_Root_CA_1.pem #8 19.05 Adding debian:emSign_Root_CA_-_C1.pem #8 19.06 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem #8 19.06 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem #8 19.06 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem #8 19.06 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem #8 19.06 Adding debian:TrustCor_ECA-1.pem #8 19.06 Adding debian:QuoVadis_Root_CA_2_G3.pem #8 19.06 Adding debian:Trustwave_Global_Certification_Authority.pem #8 19.06 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem #8 19.06 Adding debian:QuoVadis_Root_CA_1_G3.pem #8 19.06 Adding debian:DigiCert_Assured_ID_Root_G2.pem #8 19.06 Adding debian:D-TRUST_BR_Root_CA_1_2020.pem #8 19.06 Adding debian:Certum_Trusted_Network_CA.pem #8 19.06 Adding debian:SZAFIR_ROOT_CA2.pem #8 19.06 Adding debian:DigiCert_Global_Root_G2.pem #8 19.06 Adding debian:AC_RAIZ_FNMT-RCM.pem #8 19.06 Adding debian:Security_Communication_RootCA2.pem #8 19.07 Adding debian:SecureTrust_CA.pem #8 19.07 Adding debian:Hongkong_Post_Root_CA_3.pem #8 19.07 Adding debian:TWCA_Root_Certification_Authority.pem #8 19.07 Adding debian:Izenpe.com.pem #8 19.07 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem #8 19.07 Adding debian:SwissSign_Gold_CA_-_G2.pem #8 19.07 Adding debian:Amazon_Root_CA_1.pem #8 19.07 Adding debian:GTS_Root_R2.pem #8 19.07 Adding debian:HiPKI_Root_CA_-_G1.pem #8 19.07 Adding debian:Certum_Trusted_Network_CA_2.pem #8 19.07 Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem #8 19.07 Adding debian:certSIGN_Root_CA_G2.pem #8 19.07 Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem #8 19.07 Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem #8 19.07 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem #8 19.07 Adding debian:ISRG_Root_X2.pem #8 19.07 Adding debian:Security_Communication_ECC_RootCA1.pem #8 19.08 Adding debian:COMODO_RSA_Certification_Authority.pem #8 19.08 Adding debian:AffirmTrust_Commercial.pem #8 19.08 Adding debian:Buypass_Class_3_Root_CA.pem #8 19.08 Adding debian:Hongkong_Post_Root_CA_1.pem #8 19.08 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem #8 19.08 Adding debian:Certigna.pem #8 19.08 Adding debian:Atos_TrustedRoot_2011.pem #8 19.08 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem #8 19.08 Adding debian:GTS_Root_R1.pem #8 19.08 Adding debian:GTS_Root_R3.pem #8 19.08 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem #8 19.08 Adding debian:Security_Communication_Root_CA.pem #8 19.08 Adding debian:Certigna_Root_CA.pem #8 19.08 Adding debian:Buypass_Class_2_Root_CA.pem #8 19.08 Adding debian:ACCVRAIZ1.pem #8 19.08 Adding debian:Starfield_Class_2_CA.pem #8 19.08 Adding debian:vTrus_ECC_Root_CA.pem #8 19.09 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem #8 19.09 Adding debian:TeliaSonera_Root_CA_v1.pem #8 19.09 Adding debian:Security_Communication_RootCA3.pem #8 19.09 Adding debian:AffirmTrust_Premium_ECC.pem #8 19.09 Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem #8 19.09 Adding debian:Certainly_Root_E1.pem #8 19.09 Adding debian:GTS_Root_R4.pem #8 19.09 Adding debian:ANF_Secure_Server_Root_CA.pem #8 19.09 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem #8 19.09 Adding debian:Secure_Global_CA.pem #8 19.09 Adding debian:TrustCor_RootCert_CA-2.pem #8 19.09 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem #8 19.09 Adding debian:Go_Daddy_Class_2_CA.pem #8 19.09 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem #8 19.09 Adding debian:vTrus_Root_CA.pem #8 19.09 Adding debian:COMODO_ECC_Certification_Authority.pem #8 19.10 Adding debian:D-TRUST_EV_Root_CA_1_2020.pem #8 19.10 Adding debian:Actalis_Authentication_Root_CA.pem #8 19.10 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem #8 19.10 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem #8 19.10 Adding debian:DigiCert_Global_Root_G3.pem #8 19.12 done. #8 19.13 Setting up openjdk-8-jdk-headless:amd64 (8u332-ga-1~deb9u1) ... #8 19.18 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode #8 19.19 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode #8 19.20 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode #8 19.21 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode #8 19.22 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode #8 19.24 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode #8 19.25 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode #8 19.26 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode #8 19.27 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode #8 19.29 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode #8 19.30 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode #8 19.31 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode #8 19.33 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode #8 19.34 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode #8 19.35 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode #8 19.36 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode #8 19.37 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode #8 19.39 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode #8 19.40 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode #8 19.41 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode #8 19.42 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode #8 19.44 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode #8 19.45 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode #8 19.47 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode #8 19.48 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode #8 19.49 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode #8 19.51 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode #8 19.52 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode #8 19.53 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode #8 19.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode #8 19.57 Processing triggers for libc-bin (2.36-9+deb12u9) ... #8 19.63 Processing triggers for ca-certificates (20230311) ... #8 19.68 Updating certificates in /etc/ssl/certs... #8 20.09 0 added, 0 removed; done. #8 20.09 Running hooks in /etc/ca-certificates/update.d... #8 20.09 #8 20.17 done. #8 20.17 done. #8 20.25 + apt-get clean #8 DONE 20.7s #9 [4/6] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends git && apt-get clean #9 0.374 + apt-get update #9 0.421 Hit:1 http://deb.debian.org/debian bookworm InRelease #9 0.421 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #9 0.421 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #9 0.429 Ign:4 https://archive.debian.org/debian stretch InRelease #9 0.434 Hit:5 https://archive.debian.org/debian-security stretch/updates InRelease #9 0.441 Hit:6 https://archive.debian.org/debian stretch Release #9 1.222 Reading package lists... #9 1.689 + apt-get install -y --no-install-recommends git #9 1.693 Reading package lists... #9 2.155 Building dependency tree... #9 2.261 Reading state information... #9 2.342 The following additional packages will be installed: #9 2.342 git-man libbrotli1 libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm6 #9 2.342 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.5-0 #9 2.342 libnghttp2-14 libperl5.36 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db #9 2.342 libssh2-1 perl perl-modules-5.36 #9 2.342 Suggested packages: #9 2.342 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui #9 2.342 gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n krb5-doc krb5-user #9 2.342 sensible-utils perl-doc libterm-readline-gnu-perl #9 2.342 | libterm-readline-perl-perl make libtap-harness-archive-perl #9 2.342 Recommended packages: #9 2.342 patch less ssh-client krb5-locales libldap-common publicsuffix #9 2.342 libsasl2-modules netbase #9 2.417 The following NEW packages will be installed: #9 2.417 git git-man libbrotli1 libcurl3-gnutls liberror-perl libgdbm-compat4 #9 2.417 libgdbm6 libldap-2.5-0 libnghttp2-14 libperl5.36 libpsl5 librtmp1 libsasl2-2 #9 2.417 libsasl2-modules-db libssh2-1 perl perl-modules-5.36 #9 2.417 The following packages will be upgraded: #9 2.418 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 #9 2.435 4 upgraded, 17 newly installed, 0 to remove and 32 not upgraded. #9 2.435 Need to get 18.6 MB of archives. #9 2.435 After this operation, 100 MB of additional disk space will be used. #9 2.435 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB] #9 2.490 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] #9 2.491 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] #9 2.491 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u1 [4218 kB] #9 2.535 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u1 [239 kB] #9 2.546 Get:6 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] #9 2.547 Get:7 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB] #9 2.547 Get:8 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB] #9 2.548 Get:9 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB] #9 2.548 Get:10 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB] #9 2.548 Get:11 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] #9 2.548 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] #9 2.548 Get:13 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] #9 2.549 Get:14 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] #9 2.554 Get:15 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] #9 2.557 Get:16 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] #9 2.558 Get:17 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] #9 2.559 Get:18 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB] #9 2.563 Get:19 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] #9 2.563 Get:20 http://deb.debian.org/debian-security bookworm-security/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] #9 2.581 Get:21 http://deb.debian.org/debian-security bookworm-security/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] #9 2.717 debconf: delaying package configuration, since apt-utils is not installed #9 2.763 Fetched 18.6 MB in 0s (83.7 MB/s) #9 2.825 Selecting previously unselected package perl-modules-5.36. #9 2.825 (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 ... 7654 files and directories currently installed.) #9 2.836 Preparing to unpack .../00-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ... #9 2.854 Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ... #9 3.133 Selecting previously unselected package libgdbm6:amd64. #9 3.136 Preparing to unpack .../01-libgdbm6_1.23-3_amd64.deb ... #9 3.171 Unpacking libgdbm6:amd64 (1.23-3) ... #9 3.302 Selecting previously unselected package libgdbm-compat4:amd64. #9 3.304 Preparing to unpack .../02-libgdbm-compat4_1.23-3_amd64.deb ... #9 3.321 Unpacking libgdbm-compat4:amd64 (1.23-3) ... #9 3.462 Selecting previously unselected package libperl5.36:amd64. #9 3.464 Preparing to unpack .../03-libperl5.36_5.36.0-7+deb12u1_amd64.deb ... #9 3.481 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u1) ... #9 3.810 Selecting previously unselected package perl. #9 3.813 Preparing to unpack .../04-perl_5.36.0-7+deb12u1_amd64.deb ... #9 3.842 Unpacking perl (5.36.0-7+deb12u1) ... #9 3.990 Selecting previously unselected package libbrotli1:amd64. #9 3.992 Preparing to unpack .../05-libbrotli1_1.0.9-2+b6_amd64.deb ... #9 4.010 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... #9 4.177 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ... #9 4.227 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 4.428 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ... #9 4.479 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 4.708 Preparing to unpack .../08-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ... #9 4.758 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 4.937 Preparing to unpack .../09-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ... #9 4.988 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 5.164 Selecting previously unselected package libsasl2-modules-db:amd64. #9 5.166 Preparing to unpack .../10-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... #9 5.183 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #9 5.305 Selecting previously unselected package libsasl2-2:amd64. #9 5.307 Preparing to unpack .../11-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... #9 5.325 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... #9 5.465 Selecting previously unselected package libldap-2.5-0:amd64. #9 5.468 Preparing to unpack .../12-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... #9 5.485 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #9 5.625 Selecting previously unselected package libnghttp2-14:amd64. #9 5.628 Preparing to unpack .../13-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... #9 5.645 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... #9 5.784 Selecting previously unselected package libpsl5:amd64. #9 5.787 Preparing to unpack .../14-libpsl5_0.21.2-1_amd64.deb ... #9 5.804 Unpacking libpsl5:amd64 (0.21.2-1) ... #9 5.933 Selecting previously unselected package librtmp1:amd64. #9 5.934 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... #9 5.951 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #9 6.089 Selecting previously unselected package libssh2-1:amd64. #9 6.092 Preparing to unpack .../16-libssh2-1_1.10.0-3+b1_amd64.deb ... #9 6.109 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... #9 6.249 Selecting previously unselected package libcurl3-gnutls:amd64. #9 6.251 Preparing to unpack .../17-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ... #9 6.268 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ... #9 6.380 Selecting previously unselected package liberror-perl. #9 6.382 Preparing to unpack .../18-liberror-perl_0.17029-2_all.deb ... #9 6.400 Unpacking liberror-perl (0.17029-2) ... #9 6.516 Selecting previously unselected package git-man. #9 6.518 Preparing to unpack .../19-git-man_1%3a2.39.5-0+deb12u2_all.deb ... #9 6.536 Unpacking git-man (1:2.39.5-0+deb12u2) ... #9 6.768 Selecting previously unselected package git. #9 6.770 Preparing to unpack .../20-git_1%3a2.39.5-0+deb12u2_amd64.deb ... #9 6.799 Unpacking git (1:2.39.5-0+deb12u2) ... #9 7.141 Setting up libpsl5:amd64 (0.21.2-1) ... #9 7.193 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... #9 7.246 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... #9 7.298 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ... #9 7.348 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #9 7.400 Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ... #9 7.450 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #9 7.503 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ... #9 7.556 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... #9 7.609 Setting up git-man (1:2.39.5-0+deb12u2) ... #9 7.662 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... #9 7.714 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ... #9 7.767 Setting up libgdbm6:amd64 (1.23-3) ... #9 7.820 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #9 7.872 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ... #9 7.930 Setting up libgdbm-compat4:amd64 (1.23-3) ... #9 7.983 Setting up libperl5.36:amd64 (5.36.0-7+deb12u1) ... #9 8.036 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ... #9 8.089 Setting up perl (5.36.0-7+deb12u1) ... #9 8.173 Setting up liberror-perl (0.17029-2) ... #9 8.226 Setting up git (1:2.39.5-0+deb12u2) ... #9 8.308 Processing triggers for libc-bin (2.36-9+deb12u9) ... #9 8.422 + apt-get clean #9 DONE 8.7s #10 [5/6] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/ARAM-APPLET/+/REFS/HEADS/MASTER/BUILD.GRADLE?FORMAT=TEXT /tmp/build.gradle #10 DONE 0.2s #11 [6/6] RUN SET -x && git -C /cache clone --depth=1 https://gerrit.osmocom.org/aram-applet && cd /cache/aram-applet && git submodule update --init && ./gradlew build #11 0.348 + git -C /cache clone --depth=1 https://gerrit.osmocom.org/aram-applet #11 0.348 Cloning into 'aram-applet'... #11 0.419 + cd /cache/aram-applet #11 0.419 + git submodule update --init #11 0.466 Submodule 'oracle_javacard_sdks' (https://github.com/martinpaljak/oracle_javacard_sdks.git) registered for path 'oracle_javacard_sdks' #11 0.472 Cloning into '/cache/aram-applet/oracle_javacard_sdks'... #11 2.005 Submodule path 'oracle_javacard_sdks': checked out '2b369428203976e7bec9dee4cfc5fd06b8518864' #11 2.005 + ./gradlew build #11 2.010 Unrecognized option: --add-opens #11 2.010 Error: Could not create the Java Virtual Machine. #11 2.010 Error: A fatal exception has occurred. Program will exit. #11 2.054 Downloading https://services.gradle.org/distributions/gradle-4.4.1-bin.zip #11 2.859 ........................................................................ #11 3.525 Unzipping /build/.gradle/wrapper/dists/gradle-4.4.1-bin/46gopw3g8i1v3zqqx4q949t2x/gradle-4.4.1-bin.zip to /build/.gradle/wrapper/dists/gradle-4.4.1-bin/46gopw3g8i1v3zqqx4q949t2x #11 3.863 Set executable permissions for: /build/.gradle/wrapper/dists/gradle-4.4.1-bin/46gopw3g8i1v3zqqx4q949t2x/gradle-4.4.1/bin/gradle #11 4.028 Starting a Gradle Daemon (subsequent builds will be faster) #11 5.462 Download https://repo.maven.apache.org/maven2/org/kt3k/gradle/plugin/coveralls-gradle-plugin/2.8.1/coveralls-gradle-plugin-2.8.1.pom #11 5.463 Download https://repo.maven.apache.org/maven2/fr/bmartel/gradle-javacard/1.5.2/gradle-javacard-1.5.2.pom #11 5.533 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom #11 5.533 Download https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom #11 5.543 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom #11 5.564 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom #11 5.564 Download https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom #11 5.564 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.50/bcprov-jdk14-1.50.pom #11 5.564 Download https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.1/jna-4.2.1.pom #11 5.565 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.57/bcprov-jdk15on-1.57.pom #11 5.574 Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom #11 5.584 Download https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom #11 5.605 Download https://repo.maven.apache.org/maven2/org/codehaus/groovy/modules/http-builder/http-builder/0.7.1/http-builder-0.7.1.pom #11 5.605 Download https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/3.6.0.201412230720-r/org.eclipse.jgit-3.6.0.201412230720-r.pom #11 5.606 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3/httpmime-4.3.pom #11 5.626 Download https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/3.6.0.201412230720-r/org.eclipse.jgit-parent-3.6.0.201412230720-r.pom #11 5.626 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3/httpcomponents-client-4.3.pom #11 5.637 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom #11 5.647 Download https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom #11 5.667 Download https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom #11 5.677 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom #11 5.688 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.pom #11 5.708 Download https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom #11 5.718 Download https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom #11 5.718 Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom #11 5.718 Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom #11 5.728 Download https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom #11 5.728 Download https://repo.maven.apache.org/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3.pom #11 5.728 Download https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.pom #11 5.738 Download https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom #11 5.748 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom #11 5.759 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom #11 5.779 Download https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom #11 5.779 Download https://repo.maven.apache.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom #11 5.779 Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom #11 5.779 Download https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom #11 5.779 Download https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom #11 5.789 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom #11 5.790 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom #11 5.790 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom #11 5.790 Download https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom #11 5.820 Download https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom #11 5.820 Download https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom #11 5.840 Download https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom #11 5.841 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.pom #11 5.851 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3/httpcomponents-core-4.3.pom #11 5.851 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom #11 5.861 Download https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom #11 5.871 Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom #11 5.891 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom #11 5.913 Download https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar #11 5.913 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3/httpmime-4.3.jar #11 5.913 Download https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/3.6.0.201412230720-r/org.eclipse.jgit-3.6.0.201412230720-r.jar #11 5.913 Download https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.jar #11 5.913 Download https://repo.maven.apache.org/maven2/org/kt3k/gradle/plugin/coveralls-gradle-plugin/2.8.1/coveralls-gradle-plugin-2.8.1.jar #11 5.914 Download https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar #11 5.923 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar #11 5.933 Download https://repo.maven.apache.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar #11 5.933 Download https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar #11 5.933 Download https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar #11 5.934 Download https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar #11 5.934 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar #11 5.934 Download https://repo.maven.apache.org/maven2/org/codehaus/groovy/modules/http-builder/http-builder/0.7.1/http-builder-0.7.1.jar #11 5.934 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar #11 5.934 Download https://repo.maven.apache.org/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar #11 5.943 Download https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar #11 5.944 Download https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar #11 5.944 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.50/bcprov-jdk14-1.50.jar #11 5.944 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar #11 5.944 Download https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar #11 5.944 Download https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar #11 5.944 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.57/bcprov-jdk15on-1.57.jar #11 5.944 Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar #11 5.944 Download https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar #11 5.944 Download https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar #11 5.964 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar #11 5.964 Download https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar #11 5.975 Download https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.1/jna-4.2.1.jar #11 5.985 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar #11 6.026 Download https://repo.maven.apache.org/maven2/fr/bmartel/gradle-javacard/1.5.2/gradle-javacard-1.5.2.jar #11 7.504 :assemble UP-TO-DATE #11 7.504 :check UP-TO-DATE #11 7.504 :build UP-TO-DATE #11 7.504 :aram:compileJava #11 7.534 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.pom #11 7.544 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom #11 7.836 Download https://javacard.pro/maven/org/globalplatform/javacard/1.1/javacard-1.1.pom #11 7.846 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom #11 7.867 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar #11 7.877 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar #11 7.897 Download https://javacard.pro/maven/org/globalplatform/javacard/1.1/javacard-1.1.jar #11 8.546 :aram:processResources NO-SOURCE #11 8.546 :aram:classes #11 8.546 :aram:jar #11 8.576 :aram:assemble #11 8.576 :aram:preBuild UP-TO-DATE #11 8.576 :aram:buildJavaCard #11 8.649 The name 'org.globalplatform:javacard:1.1' contains at least one of the following characters: [ , /, \, :, <, >, ", ?, *, |]. This has been deprecated and is scheduled to be removed in Gradle 5.0. #11 8.658 [ant:cap] INFO: using JavaCard v2.2.1 SDK in /cache/aram-applet/oracle_javacard_sdks/jc221_kit #11 8.658 [ant:cap] Building CAP with 1 applet from package fr.bmartel.aram #11 8.658 [ant:cap] fr.bmartel.aram.AccessRuleMaster A00000015141434C00 #11 8.668 [ant:compile] Compiling 3 source files to /tmp/jccpro2931400268579552728 #11 9.031 [ant:cap] warning: You did not supply export file for the previous minor version of the package #11 9.121 [ant:cap] CAP saved to /cache/aram-applet/aram/build/javacard/applet.cap #11 9.121 [ant:export] EXP saved to /cache/aram-applet/aram/build/javacard/applet.exp/fr/bmartel/aram/javacard/aram.exp #11 9.121 [ant:export] Building jar: /cache/aram-applet/aram/build/javacard/applet.exp/aram.jar #11 9.131 [ant:jca] JCA saved to /cache/aram-applet/aram/build/javacard/applet.jca #11 9.212 [ant:verify] Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. #11 9.212 [ant:verify] Verifying CAP file /cache/aram-applet/aram/build/javacard/applet.cap #11 9.212 [ant:verify] Verification completed with 0 warnings and 0 errors. #11 9.212 :aram:compileTestJava #11 9.232 Download https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom #11 11.37 Download https://web.archive.org/web/20210502003943if_/https:/dl.bintray.com/bertrandmartel/maven/com/licel/jcardsim/3.0.4/jcardsim-3.0.4.pom #11 11.39 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom #11 11.40 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom #11 11.42 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar #11 11.42 Download https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar #11 13.18 Download https://web.archive.org/web/20210502003943if_/https:/dl.bintray.com/bertrandmartel/maven/com/licel/jcardsim/3.0.4/jcardsim-3.0.4.jar #11 13.86 /cache/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:521: error: unmappable character for encoding ASCII #11 13.86 assertEquals("init length, iteration n??" + i, 0, getLength()); #11 13.86 ^ #11 13.86 /cache/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:521: error: unmappable character for encoding ASCII #11 13.86 assertEquals("init length, iteration n??" + i, 0, getLength()); #11 13.86 ^ #11 13.86 /cache/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:523: error: unmappable character for encoding ASCII #11 13.86 assertEquals("length after addition, iteration n??" + i, 1, getLength()); #11 13.86 ^ #11 13.86 /cache/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:523: error: unmappable character for encoding ASCII #11 13.86 assertEquals("length after addition, iteration n??" + i, 1, getLength()); #11 13.86 ^ #11 13.86 /cache/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:525: error: unmappable character for encoding ASCII #11 13.86 assertEquals("length after deletion, iteration n??" + i, 0, getLength()); #11 13.86 ^ #11 13.86 /cache/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:525: error: unmappable character for encoding ASCII #11 13.86 assertEquals("length after deletion, iteration n??" + i, 0, getLength()); #11 13.86 ^ #11 14.04 :aram:processTestResources NO-SOURCE #11 14.04 :aram:testClasses #11 14.04 :aram:test #11 14.07 Download https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom #11 14.08 Download https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom #11 14.10 Download https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar #11 14.90 #11 14.90 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashMultipleNonEmptyTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidMultipleNonEmptyTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleMultipleSameTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAllTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashMultipleTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.interTwinedAddDelete PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidMultipleTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleWrongHashTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.addMultipleEntries PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.setPropertiesOffsetTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashMultipleSameTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.searchAidHash PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.setPropertiesTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleMultipleNonEmptyTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.checkRecycledItem PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleMultipleTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashWrongHashTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.searchIdValues PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidMultipleSameTest PASSED #11 14.91 #11 14.91 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultiple PASSED #11 14.95 #11 14.95 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength1next PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength2next PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongP1P2GetData PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongP1P2StoreData PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAid PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAidHashRuleEmpty PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongRefArDo PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteMultipleSameAid PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAidHashRule PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongInstruction PASSED #11 14.96 #11 14.96 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteAll PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.refreshTag PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataValid PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.nextDataNotFound PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongClass PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.getSpecificArDo PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongRefDo PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongStore PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongHashRefDo PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAidHash PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.getAllEmptyTest PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongAidRefDo PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.nextDataSingleNextLengthRequest PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength2 PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength3 PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongArDo PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoTest PASSED #11 14.97 #11 14.97 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoOverflow1Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoOverflow2Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoOverflow3Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoOverflow1Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoOverflow2Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoOverflow3Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoOverflow1Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoOverflow2Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoOverflow3Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoTest PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoOverflowTest1 PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoOverflowTest2 PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoOverflowTest3 PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoTest PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoOverflow1Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoOverflow2Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoOverflow3Test PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoTest PASSED #11 14.98 #11 14.98 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoTest PASSED #11 15.05 :aram:check #11 15.05 :aram:build #11 15.05 #11 15.05 BUILD SUCCESSFUL in 13s #11 15.05 5 actionable tasks: 5 executed #11 DONE 15.5s #12 exporting to image #12 exporting layers #12 exporting layers 0.6s done #12 writing image sha256:9a40ad256d9f7c17f2471ffd89193677a2732ff47122c0bef77f8cd2b5975e01 done #12 naming to registry.osmocom.org/osmocom-build/debian-bookworm-aram-applet:latest 0.0s done #12 DONE 0.6s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-aram-applet/debian-bookworm-aram-applet' + docker push registry.osmocom.org/osmocom-build/debian-bookworm-aram-applet Using default tag: latest The push refers to repository [registry.osmocom.org/osmocom-build/debian-bookworm-aram-applet] e5e3547a121b: Preparing 09afa53ce84f: Preparing 34fb70a89ea3: Preparing badceb2591d1: Preparing 269fb15c15f3: Preparing 91b542912d12: Preparing 91b542912d12: Waiting 09afa53ce84f: Pushed 269fb15c15f3: Pushed 91b542912d12: Layer already exists 34fb70a89ea3: Pushed e5e3547a121b: Pushed badceb2591d1: Pushed latest: digest: sha256:efae4528143ba8b42d1bc101806d5f44027693f54eea7075d1d380bb9f355449 size: 1583 Finished: SUCCESS