Skip to content
Success

Console Output

Started by user Oliver Smith
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 c072972e2e534915e47505a345207d367198c4eb (refs/remotes/origin/osmith/wip)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c072972e2e534915e47505a345207d367198c4eb # timeout=10
Commit message: "debian-bookworm-aram-applet: new container"
First time build. Skipping changelog.
[registry-rebuild-upload-aram-applet] $ /bin/sh -xe /tmp/jenkins12830783053694342779.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.41kB done #1 DONE 0.1s #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.1s #4 [internal] load .dockerignore #4 transferring context: #4 transferring context: 2B done #4 DONE 0.1s #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 DONE 0.1s #7 [2/6] RUN USERADD --uid=1000 -d /build -m build #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.330 + apt-get update #8 0.353 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #8 0.374 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #8 0.376 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #8 0.495 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] #8 0.587 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.5 kB] #8 0.587 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [246 kB] #8 1.116 Fetched 9306 kB in 1s (12.0 MB/s) #8 1.116 Reading package lists... #8 1.364 + apt-get install -y --no-install-recommends ca-certificates #8 1.367 Reading package lists... #8 1.609 Building dependency tree... #8 1.656 Reading state information... #8 1.724 The following additional packages will be installed: #8 1.724 libssl3 openssl #8 1.741 The following NEW packages will be installed: #8 1.741 ca-certificates libssl3 openssl #8 1.759 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. #8 1.759 Need to get 3606 kB of archives. #8 1.759 After this operation, 8910 kB of additional disk space will be used. #8 1.759 Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.15-1~deb12u1 [2025 kB] #8 1.826 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.15-1~deb12u1 [1427 kB] #8 1.840 Get:3 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB] #8 1.919 debconf: delaying package configuration, since apt-utils is not installed #8 1.932 Fetched 3606 kB in 0s (37.3 MB/s) #8 1.996 Selecting previously unselected package libssl3:amd64. #8 1.996 (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.010 Preparing to unpack .../libssl3_3.0.15-1~deb12u1_amd64.deb ... #8 2.044 Unpacking libssl3:amd64 (3.0.15-1~deb12u1) ... #8 2.247 Selecting previously unselected package openssl. #8 2.249 Preparing to unpack .../openssl_3.0.15-1~deb12u1_amd64.deb ... #8 2.267 Unpacking openssl (3.0.15-1~deb12u1) ... #8 2.494 Selecting previously unselected package ca-certificates. #8 2.496 Preparing to unpack .../ca-certificates_20230311_all.deb ... #8 2.514 Unpacking ca-certificates (20230311) ... #8 2.681 Setting up libssl3:amd64 (3.0.15-1~deb12u1) ... #8 2.735 Setting up openssl (3.0.15-1~deb12u1) ... #8 2.808 Setting up ca-certificates (20230311) ... #8 2.901 debconf: unable to initialize frontend: Dialog #8 2.901 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 2.901 debconf: falling back to frontend: Readline #8 2.901 debconf: unable to initialize frontend: Readline #8 2.901 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.901 debconf: falling back to frontend: Teletype #8 3.667 Updating certificates in /etc/ssl/certs... #8 4.966 140 added, 0 removed; done. #8 5.086 Processing triggers for libc-bin (2.36-9+deb12u9) ... #8 5.149 Processing triggers for ca-certificates (20230311) ... #8 5.174 Updating certificates in /etc/ssl/certs... #8 6.239 0 added, 0 removed; done. #8 6.239 Running hooks in /etc/ca-certificates/update.d... #8 6.242 done. #8 6.308 + echo deb [trusted=yes] https://archive.debian.org/debian stretch main #8 6.308 + echo deb [trusted=yes] https://archive.debian.org/debian-security stretch/updates main #8 6.308 + apt-get update #8 6.382 Hit:1 http://deb.debian.org/debian bookworm InRelease #8 6.382 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #8 6.385 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #8 6.413 Ign:4 https://archive.debian.org/debian stretch InRelease #8 6.419 Get:5 https://archive.debian.org/debian-security stretch/updates InRelease [59.1 kB] #8 6.434 Get:6 https://archive.debian.org/debian stretch Release [118 kB] #8 6.449 Get:7 https://archive.debian.org/debian stretch Release.gpg [3177 B] #8 6.822 Get:8 https://archive.debian.org/debian-security stretch/updates/main amd64 Packages [782 kB] #8 6.929 Get:9 https://archive.debian.org/debian stretch/main amd64 Packages [7080 kB] #8 7.502 Fetched 8042 kB in 1s (6965 kB/s) #8 7.502 Reading package lists... #8 7.957 + apt-get install -y --no-install-recommends x11-common #8 7.961 Reading package lists... #8 8.418 Building dependency tree... #8 8.510 Reading state information... #8 8.602 The following NEW packages will be installed: #8 8.602 x11-common #8 8.620 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. #8 8.620 Need to get 252 kB of archives. #8 8.620 After this operation, 315 kB of additional disk space will be used. #8 8.620 Get:1 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB] #8 8.713 debconf: delaying package configuration, since apt-utils is not installed #8 8.724 Fetched 252 kB in 0s (5225 kB/s) #8 8.798 Selecting previously unselected package x11-common. #8 8.798 (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 8.808 Preparing to unpack .../x11-common_1%3a7.7+23_all.deb ... #8 8.825 Unpacking x11-common (1:7.7+23) ... #8 8.960 Setting up x11-common (1:7.7+23) ... #8 9.288 debconf: unable to initialize frontend: Dialog #8 9.288 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 9.288 debconf: falling back to frontend: Readline #8 9.288 debconf: unable to initialize frontend: Readline #8 9.288 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 9.288 debconf: falling back to frontend: Teletype #8 9.296 invoke-rc.d: could not determine current runlevel #8 9.297 invoke-rc.d: policy-rc.d denied execution of restart. #8 9.359 + apt-get install -y --no-install-recommends -t stretch ca-certificates-java openjdk-8-jdk-headless #8 9.379 Reading package lists... #8 9.841 Building dependency tree... #8 9.934 Reading state information... #8 10.01 The following additional packages will be installed: #8 10.01 fontconfig-config fonts-dejavu-core java-common libavahi-client3 #8 10.01 libavahi-common-data libavahi-common3 libbsd0 libcups2 libdbus-1-3 libexpat1 #8 10.01 libfontconfig1 libfreetype6 libgssapi-krb5-2 libjpeg62-turbo libk5crypto3 #8 10.01 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libnspr4 libnss3 #8 10.01 libpcsclite1 libpng16-16 libsqlite3-0 libx11-6 libx11-data libxau6 libxcb1 #8 10.01 libxdmcp6 libxext6 libxi6 libxrender1 libxtst6 multiarch-support #8 10.01 openjdk-8-jre-headless ucf #8 10.01 Suggested packages: #8 10.01 default-jre cups-common krb5-doc krb5-user liblcms2-utils pcscd #8 10.01 openjdk-8-demo openjdk-8-source libnss-mdns fonts-dejavu-extra #8 10.01 fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei #8 10.01 fonts-wqy-zenhei fonts-indic #8 10.01 Recommended packages: #8 10.01 dbus krb5-locales #8 10.09 The following NEW packages will be installed: #8 10.09 ca-certificates-java fontconfig-config fonts-dejavu-core java-common #8 10.09 libavahi-client3 libavahi-common-data libavahi-common3 libbsd0 libcups2 #8 10.09 libdbus-1-3 libexpat1 libfontconfig1 libfreetype6 libgssapi-krb5-2 #8 10.09 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 #8 10.09 liblcms2-2 libnspr4 libnss3 libpcsclite1 libpng16-16 libsqlite3-0 libx11-6 #8 10.09 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxi6 libxrender1 libxtst6 #8 10.09 multiarch-support openjdk-8-jdk-headless openjdk-8-jre-headless ucf #8 10.11 0 upgraded, 38 newly installed, 0 to remove and 2 not upgraded. #8 10.11 Need to get 44.3 MB of archives. #8 10.11 After this operation, 164 MB of additional disk space will be used. #8 10.11 Get:1 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #8 10.13 Get:2 https://archive.debian.org/debian stretch/main amd64 multiarch-support amd64 2.24-11+deb9u4 [201 kB] #8 10.15 Get:3 https://archive.debian.org/debian stretch/main amd64 libxau6 amd64 1:1.0.8-1 [20.7 kB] #8 10.16 Get:4 https://archive.debian.org/debian stretch/main amd64 libkeyutils1 amd64 1.5.9-9 [12.4 kB] #8 10.17 Get:5 https://archive.debian.org/debian-security stretch/updates/main amd64 libkrb5support0 amd64 1.15-1+deb9u3 [62.3 kB] #8 10.17 Get:6 https://archive.debian.org/debian-security stretch/updates/main amd64 libk5crypto3 amd64 1.15-1+deb9u3 [120 kB] #8 10.17 Get:7 https://archive.debian.org/debian-security stretch/updates/main amd64 libkrb5-3 amd64 1.15-1+deb9u3 [312 kB] #8 10.17 Get:8 https://archive.debian.org/debian-security stretch/updates/main amd64 libgssapi-krb5-2 amd64 1.15-1+deb9u3 [155 kB] #8 10.18 Get:9 https://archive.debian.org/debian-security stretch/updates/main amd64 libsqlite3-0 amd64 3.16.2-5+deb9u3 [574 kB] #8 10.18 Get:10 https://archive.debian.org/debian stretch/main amd64 ucf all 3.0036 [70.2 kB] #8 10.18 Get:11 https://archive.debian.org/debian stretch/main amd64 java-common all 0.58+deb9u1 [13.6 kB] #8 10.18 Get:12 https://archive.debian.org/debian-security stretch/updates/main amd64 libavahi-common-data amd64 0.6.32-2+deb9u1 [118 kB] #8 10.18 Get:13 https://archive.debian.org/debian-security stretch/updates/main amd64 libavahi-common3 amd64 0.6.32-2+deb9u1 [52.3 kB] #8 10.18 Get:14 https://archive.debian.org/debian stretch/main amd64 libdbus-1-3 amd64 1.10.32-0+deb9u1 [196 kB] #8 10.18 Get:15 https://archive.debian.org/debian-security stretch/updates/main amd64 libavahi-client3 amd64 0.6.32-2+deb9u1 [55.6 kB] #8 10.18 Get:16 https://archive.debian.org/debian-security stretch/updates/main amd64 libcups2 amd64 2.2.1-8+deb9u8 [307 kB] #8 10.19 Get:17 https://archive.debian.org/debian stretch/main amd64 liblcms2-2 amd64 2.8-4+deb9u1 [143 kB] #8 10.19 Get:18 https://archive.debian.org/debian-security stretch/updates/main amd64 libjpeg62-turbo amd64 1:1.5.1-2+deb9u2 [134 kB] #8 10.19 Get:19 https://archive.debian.org/debian-security stretch/updates/main amd64 libexpat1 amd64 2.2.0-2+deb9u5 [84.7 kB] #8 10.20 Get:20 https://archive.debian.org/debian stretch/main amd64 libpng16-16 amd64 1.6.28-1+deb9u1 [280 kB] #8 10.20 Get:21 https://archive.debian.org/debian-security stretch/updates/main amd64 libfreetype6 amd64 2.6.3-3.2+deb9u2 [438 kB] #8 10.20 Get:22 https://archive.debian.org/debian stretch/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB] #8 10.21 Get:23 https://archive.debian.org/debian stretch/main amd64 fontconfig-config all 2.11.0-6.7 [271 kB] #8 10.22 Get:24 https://archive.debian.org/debian stretch/main amd64 libfontconfig1 amd64 2.11.0-6.7+b1 [331 kB] #8 10.22 Get:25 https://archive.debian.org/debian stretch/main amd64 libnspr4 amd64 2:4.12-6 [117 kB] #8 10.22 Get:26 https://archive.debian.org/debian-security stretch/updates/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u5 [1244 kB] #8 10.23 Get:27 https://archive.debian.org/debian stretch/main amd64 libpcsclite1 amd64 1.8.20-1 [56.5 kB] #8 10.23 Get:28 https://archive.debian.org/debian-security stretch/updates/main amd64 libbsd0 amd64 0.8.3-1+deb9u1 [82.9 kB] #8 10.23 Get:29 https://archive.debian.org/debian stretch/main amd64 libxcb1 amd64 1.12-1 [133 kB] #8 10.23 Get:30 https://archive.debian.org/debian-security stretch/updates/main amd64 libx11-data all 2:1.6.4-3+deb9u4 [291 kB] #8 10.24 Get:31 https://archive.debian.org/debian-security stretch/updates/main amd64 libx11-6 amd64 2:1.6.4-3+deb9u4 [748 kB] #8 10.24 Get:32 https://archive.debian.org/debian stretch/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB] #8 10.24 Get:33 https://archive.debian.org/debian stretch/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB] #8 10.24 Get:34 https://archive.debian.org/debian stretch/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] #8 10.24 Get:35 https://archive.debian.org/debian stretch/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB] #8 10.24 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 10.51 Get:37 https://archive.debian.org/debian stretch/main amd64 ca-certificates-java all 20170929~deb9u3 [15.1 kB] #8 10.51 Get:38 https://archive.debian.org/debian-security stretch/updates/main amd64 openjdk-8-jdk-headless amd64 8u332-ga-1~deb9u1 [8214 kB] #8 10.63 debconf: delaying package configuration, since apt-utils is not installed #8 10.64 Fetched 44.3 MB in 0s (92.7 MB/s) #8 10.67 Selecting previously unselected package multiarch-support. #8 10.67 (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 10.68 Preparing to unpack .../multiarch-support_2.24-11+deb9u4_amd64.deb ... #8 10.69 Unpacking multiarch-support (2.24-11+deb9u4) ... #8 10.82 Setting up multiarch-support (2.24-11+deb9u4) ... #8 10.98 Selecting previously unselected package libxau6:amd64. #8 10.98 (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 10.99 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... #8 11.00 Unpacking libxau6:amd64 (1:1.0.8-1) ... #8 11.14 Selecting previously unselected package libkeyutils1:amd64. #8 11.14 Preparing to unpack .../01-libkeyutils1_1.5.9-9_amd64.deb ... #8 11.18 Unpacking libkeyutils1:amd64 (1.5.9-9) ... #8 11.32 Selecting previously unselected package libkrb5support0:amd64. #8 11.32 Preparing to unpack .../02-libkrb5support0_1.15-1+deb9u3_amd64.deb ... #8 11.34 Unpacking libkrb5support0:amd64 (1.15-1+deb9u3) ... #8 11.47 Selecting previously unselected package libk5crypto3:amd64. #8 11.47 Preparing to unpack .../03-libk5crypto3_1.15-1+deb9u3_amd64.deb ... #8 11.49 Unpacking libk5crypto3:amd64 (1.15-1+deb9u3) ... #8 11.63 Selecting previously unselected package libkrb5-3:amd64. #8 11.63 Preparing to unpack .../04-libkrb5-3_1.15-1+deb9u3_amd64.deb ... #8 11.65 Unpacking libkrb5-3:amd64 (1.15-1+deb9u3) ... #8 11.82 Selecting previously unselected package libgssapi-krb5-2:amd64. #8 11.82 Preparing to unpack .../05-libgssapi-krb5-2_1.15-1+deb9u3_amd64.deb ... #8 11.84 Unpacking libgssapi-krb5-2:amd64 (1.15-1+deb9u3) ... #8 11.99 Selecting previously unselected package libsqlite3-0:amd64. #8 11.99 Preparing to unpack .../06-libsqlite3-0_3.16.2-5+deb9u3_amd64.deb ... #8 12.01 Unpacking libsqlite3-0:amd64 (3.16.2-5+deb9u3) ... #8 12.18 Selecting previously unselected package ucf. #8 12.18 Preparing to unpack .../07-ucf_3.0036_all.deb ... #8 12.20 Moving old data out of the way #8 12.21 Unpacking ucf (3.0036) ... #8 12.34 Selecting previously unselected package java-common. #8 12.35 Preparing to unpack .../08-java-common_0.58+deb9u1_all.deb ... #8 12.36 Unpacking java-common (0.58+deb9u1) ... #8 12.47 Selecting previously unselected package libavahi-common-data:amd64. #8 12.47 Preparing to unpack .../09-libavahi-common-data_0.6.32-2+deb9u1_amd64.deb ... #8 12.49 Unpacking libavahi-common-data:amd64 (0.6.32-2+deb9u1) ... #8 12.64 Selecting previously unselected package libavahi-common3:amd64. #8 12.65 Preparing to unpack .../10-libavahi-common3_0.6.32-2+deb9u1_amd64.deb ... #8 12.66 Unpacking libavahi-common3:amd64 (0.6.32-2+deb9u1) ... #8 12.79 Selecting previously unselected package libdbus-1-3:amd64. #8 12.80 Preparing to unpack .../11-libdbus-1-3_1.10.32-0+deb9u1_amd64.deb ... #8 12.81 Unpacking libdbus-1-3:amd64 (1.10.32-0+deb9u1) ... #8 12.95 Selecting previously unselected package libavahi-client3:amd64. #8 12.95 Preparing to unpack .../12-libavahi-client3_0.6.32-2+deb9u1_amd64.deb ... #8 12.96 Unpacking libavahi-client3:amd64 (0.6.32-2+deb9u1) ... #8 13.11 Selecting previously unselected package libcups2:amd64. #8 13.11 Preparing to unpack .../13-libcups2_2.2.1-8+deb9u8_amd64.deb ... #8 13.13 Unpacking libcups2:amd64 (2.2.1-8+deb9u8) ... #8 13.30 Selecting previously unselected package liblcms2-2:amd64. #8 13.30 Preparing to unpack .../14-liblcms2-2_2.8-4+deb9u1_amd64.deb ... #8 13.32 Unpacking liblcms2-2:amd64 (2.8-4+deb9u1) ... #8 13.47 Selecting previously unselected package libjpeg62-turbo:amd64. #8 13.47 Preparing to unpack .../15-libjpeg62-turbo_1%3a1.5.1-2+deb9u2_amd64.deb ... #8 13.49 Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2+deb9u2) ... #8 13.63 Selecting previously unselected package libexpat1:amd64. #8 13.64 Preparing to unpack .../16-libexpat1_2.2.0-2+deb9u5_amd64.deb ... #8 13.65 Unpacking libexpat1:amd64 (2.2.0-2+deb9u5) ... #8 13.79 Selecting previously unselected package libpng16-16:amd64. #8 13.80 Preparing to unpack .../17-libpng16-16_1.6.28-1+deb9u1_amd64.deb ... #8 13.81 Unpacking libpng16-16:amd64 (1.6.28-1+deb9u1) ... #8 13.95 Selecting previously unselected package libfreetype6:amd64. #8 13.95 Preparing to unpack .../18-libfreetype6_2.6.3-3.2+deb9u2_amd64.deb ... #8 13.97 Unpacking libfreetype6:amd64 (2.6.3-3.2+deb9u2) ... #8 14.12 Selecting previously unselected package fonts-dejavu-core. #8 14.12 Preparing to unpack .../19-fonts-dejavu-core_2.37-1_all.deb ... #8 14.14 Unpacking fonts-dejavu-core (2.37-1) ... #8 14.35 Selecting previously unselected package fontconfig-config. #8 14.35 Preparing to unpack .../20-fontconfig-config_2.11.0-6.7_all.deb ... #8 14.62 Unpacking fontconfig-config (2.11.0-6.7) ... #8 14.78 Selecting previously unselected package libfontconfig1:amd64. #8 14.78 Preparing to unpack .../21-libfontconfig1_2.11.0-6.7+b1_amd64.deb ... #8 14.80 Unpacking libfontconfig1:amd64 (2.11.0-6.7+b1) ... #8 14.92 Selecting previously unselected package libnspr4:amd64. #8 14.92 Preparing to unpack .../22-libnspr4_2%3a4.12-6_amd64.deb ... #8 14.94 Unpacking libnspr4:amd64 (2:4.12-6) ... #8 15.06 Selecting previously unselected package libnss3:amd64. #8 15.07 Preparing to unpack .../23-libnss3_2%3a3.26.2-1.1+deb9u5_amd64.deb ... #8 15.08 Unpacking libnss3:amd64 (2:3.26.2-1.1+deb9u5) ... #8 15.27 Selecting previously unselected package libpcsclite1:amd64. #8 15.27 Preparing to unpack .../24-libpcsclite1_1.8.20-1_amd64.deb ... #8 15.29 Unpacking libpcsclite1:amd64 (1.8.20-1) ... #8 15.41 Selecting previously unselected package libbsd0:amd64. #8 15.42 Preparing to unpack .../25-libbsd0_0.8.3-1+deb9u1_amd64.deb ... #8 15.43 Unpacking libbsd0:amd64 (0.8.3-1+deb9u1) ... #8 15.57 Selecting previously unselected package libxdmcp6:amd64. #8 15.57 Preparing to unpack .../26-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #8 15.59 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #8 15.71 Selecting previously unselected package libxcb1:amd64. #8 15.71 Preparing to unpack .../27-libxcb1_1.12-1_amd64.deb ... #8 15.73 Unpacking libxcb1:amd64 (1.12-1) ... #8 15.85 Selecting previously unselected package libx11-data. #8 15.85 Preparing to unpack .../28-libx11-data_2%3a1.6.4-3+deb9u4_all.deb ... #8 15.87 Unpacking libx11-data (2:1.6.4-3+deb9u4) ... #8 16.02 Selecting previously unselected package libx11-6:amd64. #8 16.02 Preparing to unpack .../29-libx11-6_2%3a1.6.4-3+deb9u4_amd64.deb ... #8 16.03 Unpacking libx11-6:amd64 (2:1.6.4-3+deb9u4) ... #8 16.20 Selecting previously unselected package libxext6:amd64. #8 16.20 Preparing to unpack .../30-libxext6_2%3a1.3.3-1+b2_amd64.deb ... #8 16.22 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ... #8 16.35 Selecting previously unselected package libxi6:amd64. #8 16.35 Preparing to unpack .../31-libxi6_2%3a1.7.9-1_amd64.deb ... #8 16.37 Unpacking libxi6:amd64 (2:1.7.9-1) ... #8 16.50 Selecting previously unselected package libxrender1:amd64. #8 16.51 Preparing to unpack .../32-libxrender1_1%3a0.9.10-1_amd64.deb ... #8 16.52 Unpacking libxrender1:amd64 (1:0.9.10-1) ... #8 16.65 Selecting previously unselected package libxtst6:amd64. #8 16.65 Preparing to unpack .../33-libxtst6_2%3a1.2.3-1_amd64.deb ... #8 16.67 Unpacking libxtst6:amd64 (2:1.2.3-1) ... #8 16.82 Selecting previously unselected package openjdk-8-jre-headless:amd64. #8 16.82 Preparing to unpack .../34-openjdk-8-jre-headless_8u332-ga-1~deb9u1_amd64.deb ... #8 16.84 Unpacking openjdk-8-jre-headless:amd64 (8u332-ga-1~deb9u1) ... #8 17.49 Selecting previously unselected package ca-certificates-java. #8 17.49 Preparing to unpack .../35-ca-certificates-java_20170929~deb9u3_all.deb ... #8 17.54 Unpacking ca-certificates-java (20170929~deb9u3) ... #8 17.68 Selecting previously unselected package openjdk-8-jdk-headless:amd64. #8 17.68 Preparing to unpack .../36-openjdk-8-jdk-headless_8u332-ga-1~deb9u1_amd64.deb ... #8 17.70 Unpacking openjdk-8-jdk-headless:amd64 (8u332-ga-1~deb9u1) ... #8 18.08 Setting up libexpat1:amd64 (2.2.0-2+deb9u5) ... #8 18.13 Setting up liblcms2-2:amd64 (2.8-4+deb9u1) ... #8 18.18 Setting up libxau6:amd64 (1:1.0.8-1) ... #8 18.26 Setting up libkeyutils1:amd64 (1.5.9-9) ... #8 18.31 Setting up java-common (0.58+deb9u1) ... #8 18.37 Setting up libsqlite3-0:amd64 (3.16.2-5+deb9u3) ... #8 18.42 Setting up libkrb5support0:amd64 (1.15-1+deb9u3) ... #8 18.48 Setting up libjpeg62-turbo:amd64 (1:1.5.1-2+deb9u2) ... #8 18.53 Setting up libx11-data (2:1.6.4-3+deb9u4) ... #8 18.58 Setting up libnspr4:amd64 (2:4.12-6) ... #8 18.63 Setting up libavahi-common-data:amd64 (0.6.32-2+deb9u1) ... #8 18.69 Setting up libdbus-1-3:amd64 (1.10.32-0+deb9u1) ... #8 18.74 Setting up libpng16-16:amd64 (1.6.28-1+deb9u1) ... #8 18.79 Setting up fonts-dejavu-core (2.37-1) ... #8 19.05 Setting up libpcsclite1:amd64 (1.8.20-1) ... #8 19.11 Setting up ucf (3.0036) ... #8 19.20 debconf: unable to initialize frontend: Dialog #8 19.20 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 19.20 debconf: falling back to frontend: Readline #8 19.20 debconf: unable to initialize frontend: Readline #8 19.20 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 19.20 debconf: falling back to frontend: Teletype #8 19.24 Setting up libk5crypto3:amd64 (1.15-1+deb9u3) ... #8 19.29 Setting up libkrb5-3:amd64 (1.15-1+deb9u3) ... #8 19.34 Setting up libbsd0:amd64 (0.8.3-1+deb9u1) ... #8 19.39 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #8 19.44 Setting up libxcb1:amd64 (1.12-1) ... #8 19.49 Setting up fontconfig-config (2.11.0-6.7) ... #8 19.59 debconf: unable to initialize frontend: Dialog #8 19.59 debconf: (TERM is not set, so the dialog frontend is not usable.) #8 19.59 debconf: falling back to frontend: Readline #8 19.59 debconf: unable to initialize frontend: Readline #8 19.59 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 19.59 debconf: falling back to frontend: Teletype #8 19.82 Setting up libavahi-common3:amd64 (0.6.32-2+deb9u1) ... #8 19.87 Setting up libnss3:amd64 (2:3.26.2-1.1+deb9u5) ... #8 19.92 Setting up libfreetype6:amd64 (2.6.3-3.2+deb9u2) ... #8 19.97 Setting up libgssapi-krb5-2:amd64 (1.15-1+deb9u3) ... #8 20.05 Setting up libx11-6:amd64 (2:1.6.4-3+deb9u4) ... #8 20.10 Setting up libfontconfig1:amd64 (2.11.0-6.7+b1) ... #8 20.15 Setting up libavahi-client3:amd64 (0.6.32-2+deb9u1) ... #8 20.20 Setting up libxrender1:amd64 (1:0.9.10-1) ... #8 20.26 Setting up libxext6:amd64 (2:1.3.3-1+b2) ... #8 20.31 Setting up libcups2:amd64 (2.2.1-8+deb9u8) ... #8 20.36 Setting up libxi6:amd64 (2:1.7.9-1) ... #8 20.41 Setting up libxtst6:amd64 (2:1.2.3-1) ... #8 20.46 Setting up openjdk-8-jre-headless:amd64 (8u332-ga-1~deb9u1) ... #8 20.86 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode #8 20.87 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode #8 20.89 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode #8 20.90 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode #8 20.91 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode #8 20.92 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode #8 20.94 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode #8 20.95 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode #8 20.96 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode #8 20.97 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode #8 20.99 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode #8 21.14 Setting up ca-certificates-java (20170929~deb9u3) ... #8 21.36 Adding debian:Comodo_AAA_Services_root.pem #8 21.37 Adding debian:T-TeleSec_GlobalRoot_Class_2.pem #8 21.37 Adding debian:CFCA_EV_ROOT.pem #8 21.37 Adding debian:ePKI_Root_Certification_Authority.pem #8 21.37 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem #8 21.37 Adding debian:COMODO_Certification_Authority.pem #8 21.37 Adding debian:Telia_Root_CA_v2.pem #8 21.38 Adding debian:Amazon_Root_CA_3.pem #8 21.38 Adding debian:DigiCert_Trusted_Root_G4.pem #8 21.38 Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem #8 21.38 Adding debian:Certum_EC-384_CA.pem #8 21.38 Adding debian:DigiCert_Global_Root_CA.pem #8 21.38 Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem #8 21.38 Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem #8 21.38 Adding debian:emSign_ECC_Root_CA_-_G3.pem #8 21.39 Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem #8 21.39 Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem #8 21.39 Adding debian:E-Tugra_Global_Root_CA_ECC_v3.pem #8 21.39 Adding debian:Microsec_e-Szigno_Root_CA_2009.pem #8 21.39 Adding debian:CA_Disig_Root_R2.pem #8 21.39 Adding debian:AffirmTrust_Premium.pem #8 21.39 Adding debian:Baltimore_CyberTrust_Root.pem #8 21.39 Adding debian:TrustCor_RootCert_CA-1.pem #8 21.39 Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem #8 21.39 Adding debian:UCA_Extended_Validation_Root.pem #8 21.39 Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem #8 21.40 Adding debian:emSign_ECC_Root_CA_-_C3.pem #8 21.40 Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem #8 21.40 Adding debian:USERTrust_RSA_Certification_Authority.pem #8 21.40 Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem #8 21.40 Adding debian:emSign_Root_CA_-_G1.pem #8 21.40 Adding debian:E-Tugra_Certification_Authority.pem #8 21.40 Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem #8 21.40 Adding debian:QuoVadis_Root_CA_3_G3.pem #8 21.40 Adding debian:NAVER_Global_Root_Certification_Authority.pem #8 21.40 Adding debian:DigiCert_Assured_ID_Root_G3.pem #8 21.40 Adding debian:GlobalSign_Root_CA.pem #8 21.40 Adding debian:GLOBALTRUST_2020.pem #8 21.41 Adding debian:Amazon_Root_CA_2.pem #8 21.41 Adding debian:AffirmTrust_Networking.pem #8 21.41 Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068_2.pem #8 21.41 Adding debian:ISRG_Root_X1.pem #8 21.41 Adding debian:Certainly_Root_R1.pem #8 21.41 Adding debian:Amazon_Root_CA_4.pem #8 21.41 Adding debian:certSIGN_ROOT_CA.pem #8 21.41 Adding debian:SwissSign_Silver_CA_-_G2.pem #8 21.41 Adding debian:TunTrust_Root_CA.pem #8 21.41 Adding debian:GlobalSign_Root_CA_-_R6.pem #8 21.42 Adding debian:Certum_Trusted_Root_CA.pem #8 21.42 Adding debian:QuoVadis_Root_CA_3.pem #8 21.42 Adding debian:GlobalSign_Root_R46.pem #8 21.42 Adding debian:SecureSign_RootCA11.pem #8 21.42 Adding debian:e-Szigno_Root_CA_2017.pem #8 21.42 Adding debian:GlobalSign_Root_CA_-_R3.pem #8 21.42 Adding debian:DigiCert_Assured_ID_Root_CA.pem #8 21.42 Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem #8 21.42 Adding debian:XRamp_Global_CA_Root.pem #8 21.42 Adding debian:E-Tugra_Global_Root_CA_RSA_v3.pem #8 21.42 Adding debian:QuoVadis_Root_CA_2.pem #8 21.42 Adding debian:T-TeleSec_GlobalRoot_Class_3.pem #8 21.42 Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem #8 21.42 Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem #8 21.42 Adding debian:Entrust_Root_Certification_Authority.pem #8 21.43 Adding debian:UCA_Global_G2_Root.pem #8 21.43 Adding debian:USERTrust_ECC_Certification_Authority.pem #8 21.43 Adding debian:TWCA_Global_Root_CA.pem #8 21.43 Adding debian:GlobalSign_Root_E46.pem #8 21.43 Adding debian:IdenTrust_Commercial_Root_CA_1.pem #8 21.43 Adding debian:emSign_Root_CA_-_C1.pem #8 21.43 Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem #8 21.43 Adding debian:Entrust_Root_Certification_Authority_-_G4.pem #8 21.43 Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem #8 21.43 Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem #8 21.43 Adding debian:TrustCor_ECA-1.pem #8 21.43 Adding debian:QuoVadis_Root_CA_2_G3.pem #8 21.43 Adding debian:Trustwave_Global_Certification_Authority.pem #8 21.43 Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem #8 21.43 Adding debian:QuoVadis_Root_CA_1_G3.pem #8 21.43 Adding debian:DigiCert_Assured_ID_Root_G2.pem #8 21.43 Adding debian:D-TRUST_BR_Root_CA_1_2020.pem #8 21.44 Adding debian:Certum_Trusted_Network_CA.pem #8 21.44 Adding debian:SZAFIR_ROOT_CA2.pem #8 21.44 Adding debian:DigiCert_Global_Root_G2.pem #8 21.44 Adding debian:AC_RAIZ_FNMT-RCM.pem #8 21.44 Adding debian:Security_Communication_RootCA2.pem #8 21.44 Adding debian:SecureTrust_CA.pem #8 21.44 Adding debian:Hongkong_Post_Root_CA_3.pem #8 21.44 Adding debian:TWCA_Root_Certification_Authority.pem #8 21.44 Adding debian:Izenpe.com.pem #8 21.44 Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem #8 21.44 Adding debian:SwissSign_Gold_CA_-_G2.pem #8 21.44 Adding debian:Amazon_Root_CA_1.pem #8 21.44 Adding debian:GTS_Root_R2.pem #8 21.44 Adding debian:HiPKI_Root_CA_-_G1.pem #8 21.44 Adding debian:Certum_Trusted_Network_CA_2.pem #8 21.44 Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem #8 21.45 Adding debian:certSIGN_Root_CA_G2.pem #8 21.45 Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem #8 21.45 Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem #8 21.45 Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem #8 21.45 Adding debian:ISRG_Root_X2.pem #8 21.45 Adding debian:Security_Communication_ECC_RootCA1.pem #8 21.45 Adding debian:COMODO_RSA_Certification_Authority.pem #8 21.45 Adding debian:AffirmTrust_Commercial.pem #8 21.45 Adding debian:Buypass_Class_3_Root_CA.pem #8 21.45 Adding debian:Hongkong_Post_Root_CA_1.pem #8 21.45 Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem #8 21.45 Adding debian:Certigna.pem #8 21.45 Adding debian:Atos_TrustedRoot_2011.pem #8 21.45 Adding debian:SSL.com_Root_Certification_Authority_RSA.pem #8 21.45 Adding debian:GTS_Root_R1.pem #8 21.45 Adding debian:GTS_Root_R3.pem #8 21.45 Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem #8 21.45 Adding debian:Security_Communication_Root_CA.pem #8 21.46 Adding debian:Certigna_Root_CA.pem #8 21.46 Adding debian:Buypass_Class_2_Root_CA.pem #8 21.46 Adding debian:ACCVRAIZ1.pem #8 21.46 Adding debian:Starfield_Class_2_CA.pem #8 21.46 Adding debian:vTrus_ECC_Root_CA.pem #8 21.46 Adding debian:SSL.com_Root_Certification_Authority_ECC.pem #8 21.46 Adding debian:TeliaSonera_Root_CA_v1.pem #8 21.46 Adding debian:Security_Communication_RootCA3.pem #8 21.46 Adding debian:AffirmTrust_Premium_ECC.pem #8 21.46 Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem #8 21.46 Adding debian:Certainly_Root_E1.pem #8 21.46 Adding debian:GTS_Root_R4.pem #8 21.46 Adding debian:ANF_Secure_Server_Root_CA.pem #8 21.46 Adding debian:GDCA_TrustAUTH_R5_ROOT.pem #8 21.46 Adding debian:Secure_Global_CA.pem #8 21.46 Adding debian:TrustCor_RootCert_CA-2.pem #8 21.47 Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem #8 21.47 Adding debian:Go_Daddy_Class_2_CA.pem #8 21.47 Adding debian:Entrust_Root_Certification_Authority_-_G2.pem #8 21.47 Adding debian:vTrus_Root_CA.pem #8 21.47 Adding debian:COMODO_ECC_Certification_Authority.pem #8 21.47 Adding debian:D-TRUST_EV_Root_CA_1_2020.pem #8 21.47 Adding debian:Actalis_Authentication_Root_CA.pem #8 21.47 Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem #8 21.47 Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem #8 21.47 Adding debian:DigiCert_Global_Root_G3.pem #8 21.49 done. #8 21.50 Setting up openjdk-8-jdk-headless:amd64 (8u332-ga-1~deb9u1) ... #8 21.54 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode #8 21.56 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode #8 21.57 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode #8 21.58 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode #8 21.59 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode #8 21.61 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode #8 21.62 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode #8 21.63 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode #8 21.64 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode #8 21.66 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode #8 21.67 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode #8 21.68 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode #8 21.69 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode #8 21.70 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode #8 21.72 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode #8 21.73 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode #8 21.74 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode #8 21.76 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode #8 21.77 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode #8 21.78 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode #8 21.79 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode #8 21.81 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode #8 21.82 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode #8 21.83 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode #8 21.84 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode #8 21.86 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode #8 21.87 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode #8 21.88 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode #8 21.90 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode #8 21.91 update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode #8 21.94 Processing triggers for libc-bin (2.36-9+deb12u9) ... #8 22.00 Processing triggers for ca-certificates (20230311) ... #8 22.04 Updating certificates in /etc/ssl/certs... #8 23.10 0 added, 0 removed; done. #8 23.10 Running hooks in /etc/ca-certificates/update.d... #8 23.11 #8 23.25 done. #8 23.25 done. #8 23.33 + apt-get clean #8 DONE 23.7s #9 [4/6] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends git && apt-get clean #9 0.356 + apt-get update #9 0.427 Hit:1 http://deb.debian.org/debian bookworm InRelease #9 0.427 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease #9 0.427 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease #9 0.430 Ign:4 https://archive.debian.org/debian stretch InRelease #9 0.436 Hit:5 https://archive.debian.org/debian-security stretch/updates InRelease #9 0.443 Hit:6 https://archive.debian.org/debian stretch Release #9 1.210 Reading package lists... #9 1.679 + apt-get install -y --no-install-recommends git #9 1.683 Reading package lists... #9 2.138 Building dependency tree... #9 2.233 Reading state information... #9 2.310 The following additional packages will be installed: #9 2.310 git-man libbrotli1 libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm6 #9 2.310 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.5-0 #9 2.310 libnghttp2-14 libperl5.36 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db #9 2.311 libssh2-1 perl perl-modules-5.36 #9 2.311 Suggested packages: #9 2.311 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui #9 2.311 gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n krb5-doc krb5-user #9 2.311 sensible-utils perl-doc libterm-readline-gnu-perl #9 2.311 | libterm-readline-perl-perl make libtap-harness-archive-perl #9 2.311 Recommended packages: #9 2.311 patch less ssh-client krb5-locales libldap-common publicsuffix #9 2.311 libsasl2-modules netbase #9 2.385 The following NEW packages will be installed: #9 2.385 git git-man libbrotli1 libcurl3-gnutls liberror-perl libgdbm-compat4 #9 2.385 libgdbm6 libldap-2.5-0 libnghttp2-14 libperl5.36 libpsl5 librtmp1 libsasl2-2 #9 2.385 libsasl2-modules-db libssh2-1 perl perl-modules-5.36 #9 2.386 The following packages will be upgraded: #9 2.386 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 #9 2.403 4 upgraded, 17 newly installed, 0 to remove and 32 not upgraded. #9 2.403 Need to get 18.6 MB of archives. #9 2.403 After this operation, 100 MB of additional disk space will be used. #9 2.403 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB] #9 2.479 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] #9 2.481 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] #9 2.482 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u1 [4218 kB] #9 2.517 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u1 [239 kB] #9 2.519 Get:6 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] #9 2.521 Get:7 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB] #9 2.522 Get:8 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB] #9 2.525 Get:9 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB] #9 2.526 Get:10 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB] #9 2.526 Get:11 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] #9 2.526 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] #9 2.527 Get:13 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] #9 2.528 Get:14 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] #9 2.530 Get:15 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] #9 2.531 Get:16 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] #9 2.532 Get:17 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] #9 2.536 Get:18 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u8 [385 kB] #9 2.540 Get:19 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] #9 2.540 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.557 Get:21 http://deb.debian.org/debian-security bookworm-security/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] #9 2.696 debconf: delaying package configuration, since apt-utils is not installed #9 2.739 Fetched 18.6 MB in 0s (78.9 MB/s) #9 2.800 Selecting previously unselected package perl-modules-5.36. #9 2.800 (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.813 Preparing to unpack .../00-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ... #9 2.831 Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ... #9 3.111 Selecting previously unselected package libgdbm6:amd64. #9 3.114 Preparing to unpack .../01-libgdbm6_1.23-3_amd64.deb ... #9 3.151 Unpacking libgdbm6:amd64 (1.23-3) ... #9 3.301 Selecting previously unselected package libgdbm-compat4:amd64. #9 3.303 Preparing to unpack .../02-libgdbm-compat4_1.23-3_amd64.deb ... #9 3.321 Unpacking libgdbm-compat4:amd64 (1.23-3) ... #9 3.465 Selecting previously unselected package libperl5.36:amd64. #9 3.467 Preparing to unpack .../03-libperl5.36_5.36.0-7+deb12u1_amd64.deb ... #9 3.485 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u1) ... #9 3.811 Selecting previously unselected package perl. #9 3.813 Preparing to unpack .../04-perl_5.36.0-7+deb12u1_amd64.deb ... #9 3.841 Unpacking perl (5.36.0-7+deb12u1) ... #9 4.005 Selecting previously unselected package libbrotli1:amd64. #9 4.008 Preparing to unpack .../05-libbrotli1_1.0.9-2+b6_amd64.deb ... #9 4.025 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... #9 4.201 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ... #9 4.250 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 4.446 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ... #9 4.502 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 4.724 Preparing to unpack .../08-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ... #9 4.777 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 4.983 Preparing to unpack .../09-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ... #9 5.036 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) over (1.15-1+deb9u3) ... #9 5.192 Selecting previously unselected package libsasl2-modules-db:amd64. #9 5.194 Preparing to unpack .../10-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... #9 5.212 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #9 5.337 Selecting previously unselected package libsasl2-2:amd64. #9 5.339 Preparing to unpack .../11-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... #9 5.357 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... #9 5.482 Selecting previously unselected package libldap-2.5-0:amd64. #9 5.484 Preparing to unpack .../12-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... #9 5.502 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #9 5.645 Selecting previously unselected package libnghttp2-14:amd64. #9 5.647 Preparing to unpack .../13-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... #9 5.665 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... #9 5.795 Selecting previously unselected package libpsl5:amd64. #9 5.797 Preparing to unpack .../14-libpsl5_0.21.2-1_amd64.deb ... #9 5.815 Unpacking libpsl5:amd64 (0.21.2-1) ... #9 5.961 Selecting previously unselected package librtmp1:amd64. #9 5.963 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... #9 5.981 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #9 6.111 Selecting previously unselected package libssh2-1:amd64. #9 6.113 Preparing to unpack .../16-libssh2-1_1.10.0-3+b1_amd64.deb ... #9 6.131 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... #9 6.273 Selecting previously unselected package libcurl3-gnutls:amd64. #9 6.275 Preparing to unpack .../17-libcurl3-gnutls_7.88.1-10+deb12u8_amd64.deb ... #9 6.293 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ... #9 6.413 Selecting previously unselected package liberror-perl. #9 6.415 Preparing to unpack .../18-liberror-perl_0.17029-2_all.deb ... #9 6.432 Unpacking liberror-perl (0.17029-2) ... #9 6.539 Selecting previously unselected package git-man. #9 6.541 Preparing to unpack .../19-git-man_1%3a2.39.5-0+deb12u2_all.deb ... #9 6.558 Unpacking git-man (1:2.39.5-0+deb12u2) ... #9 6.761 Selecting previously unselected package git. #9 6.764 Preparing to unpack .../20-git_1%3a2.39.5-0+deb12u2_amd64.deb ... #9 6.793 Unpacking git (1:2.39.5-0+deb12u2) ... #9 7.130 Setting up libpsl5:amd64 (0.21.2-1) ... #9 7.182 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... #9 7.236 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... #9 7.289 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ... #9 7.342 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #9 7.396 Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ... #9 7.453 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #9 7.506 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ... #9 7.560 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... #9 7.613 Setting up git-man (1:2.39.5-0+deb12u2) ... #9 7.666 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... #9 7.719 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ... #9 7.772 Setting up libgdbm6:amd64 (1.23-3) ... #9 7.826 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #9 7.879 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ... #9 7.937 Setting up libgdbm-compat4:amd64 (1.23-3) ... #9 7.991 Setting up libperl5.36:amd64 (5.36.0-7+deb12u1) ... #9 8.044 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u8) ... #9 8.097 Setting up perl (5.36.0-7+deb12u1) ... #9 8.182 Setting up liberror-perl (0.17029-2) ... #9 8.235 Setting up git (1:2.39.5-0+deb12u2) ... #9 8.317 Processing triggers for libc-bin (2.36-9+deb12u9) ... #9 8.431 + apt-get clean #9 DONE 8.6s #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 /build clone --depth=1 https://gerrit.osmocom.org/aram-applet && cd /build/aram-applet && git submodule update --depth=1 --init && ./gradlew build #11 0.319 + git -C /build clone --depth=1 https://gerrit.osmocom.org/aram-applet #11 0.320 Cloning into 'aram-applet'... #11 0.396 + cd /build/aram-applet #11 0.396 + git submodule update --depth=1 --init #11 0.448 Submodule 'oracle_javacard_sdks' (https://github.com/martinpaljak/oracle_javacard_sdks.git) registered for path 'oracle_javacard_sdks' #11 0.453 Cloning into '/build/aram-applet/oracle_javacard_sdks'... #11 3.389 From https://github.com/martinpaljak/oracle_javacard_sdks #11 3.389 * branch 2b369428203976e7bec9dee4cfc5fd06b8518864 -> FETCH_HEAD #11 3.516 Submodule path 'oracle_javacard_sdks': checked out '2b369428203976e7bec9dee4cfc5fd06b8518864' #11 3.517 + ./gradlew build #11 3.522 Unrecognized option: --add-opens #11 3.522 Error: Could not create the Java Virtual Machine. #11 3.522 Error: A fatal exception has occurred. Program will exit. #11 3.574 Downloading https://services.gradle.org/distributions/gradle-4.4.1-bin.zip #11 4.452 ........................................................................ #11 5.116 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 5.440 Set executable permissions for: /build/.gradle/wrapper/dists/gradle-4.4.1-bin/46gopw3g8i1v3zqqx4q949t2x/gradle-4.4.1/bin/gradle #11 5.617 Starting a Gradle Daemon (subsequent builds will be faster) #11 6.942 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 7.023 Download https://repo.maven.apache.org/maven2/fr/bmartel/gradle-javacard/1.5.2/gradle-javacard-1.5.2.pom #11 7.056 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom #11 7.057 Download https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.1/jna-4.2.1.pom #11 7.097 Download https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom #11 7.117 Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom #11 7.128 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom #11 7.128 Download https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom #11 7.129 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.57/bcprov-jdk15on-1.57.pom #11 7.129 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.50/bcprov-jdk14-1.50.pom #11 7.129 Download https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom #11 7.159 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom #11 7.179 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 7.179 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 7.180 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3/httpmime-4.3.pom #11 7.190 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 7.190 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3/httpcomponents-client-4.3.pom #11 7.220 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom #11 7.241 Download https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom #11 7.271 Download https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom #11 7.281 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom #11 7.291 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.pom #11 7.312 Download https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom #11 7.312 Download https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom #11 7.312 Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom #11 7.332 Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom #11 7.342 Download https://repo.maven.apache.org/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3.pom #11 7.342 Download https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom #11 7.342 Download https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.pom #11 7.342 Download https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom #11 7.352 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom #11 7.362 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom #11 7.383 Download https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom #11 7.384 Download https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom #11 7.384 Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom #11 7.384 Download https://repo.maven.apache.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom #11 7.384 Download https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom #11 7.396 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom #11 7.397 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom #11 7.397 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom #11 7.427 Download https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom #11 7.457 Download https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom #11 7.468 Download https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom #11 7.478 Download https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom #11 7.478 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.pom #11 7.488 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom #11 7.488 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3/httpcomponents-core-4.3.pom #11 7.508 Download https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom #11 7.518 Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom #11 7.528 Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom #11 7.559 Download https://repo.maven.apache.org/maven2/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.jar #11 7.559 Download https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar #11 7.566 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar #11 7.566 Download https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar #11 7.566 Download https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar #11 7.566 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3/httpmime-4.3.jar #11 7.569 Download https://repo.maven.apache.org/maven2/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar #11 7.569 Download https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar #11 7.580 Download https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.2.1/jna-4.2.1.jar #11 7.580 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar #11 7.580 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 7.580 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 7.580 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 7.580 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar #11 7.590 Download https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar #11 7.590 Download https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar #11 7.590 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.57/bcprov-jdk15on-1.57.jar #11 7.590 Download https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar #11 7.590 Download https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar #11 7.651 Download https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar #11 7.651 Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar #11 7.651 Download https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar #11 7.651 Download https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar #11 7.651 Download https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar #11 7.651 Download https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar #11 7.651 Download https://repo.maven.apache.org/maven2/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar #11 7.651 Download https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar #11 7.662 Download https://repo.maven.apache.org/maven2/fr/bmartel/gradle-javacard/1.5.2/gradle-javacard-1.5.2.jar #11 7.743 Download https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.50/bcprov-jdk14-1.50.jar #11 7.743 Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar #11 9.017 :assemble UP-TO-DATE #11 9.017 :check UP-TO-DATE #11 9.017 :build UP-TO-DATE #11 9.017 :aram:compileJava #11 9.047 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.pom #11 9.078 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom #11 9.455 Download https://javacard.pro/maven/org/globalplatform/javacard/1.1/javacard-1.1.pom #11 9.475 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom #11 9.505 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar #11 9.505 Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar #11 9.525 Download https://javacard.pro/maven/org/globalplatform/javacard/1.1/javacard-1.1.jar #11 10.12 :aram:processResources NO-SOURCE #11 10.12 :aram:classes #11 10.12 :aram:jar #11 10.16 :aram:assemble #11 10.16 :aram:preBuild UP-TO-DATE #11 10.16 :aram:buildJavaCard #11 10.24 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 10.25 [ant:cap] INFO: using JavaCard v2.2.1 SDK in /build/aram-applet/oracle_javacard_sdks/jc221_kit #11 10.25 [ant:cap] Building CAP with 1 applet from package fr.bmartel.aram #11 10.25 [ant:cap] fr.bmartel.aram.AccessRuleMaster A00000015141434C00 #11 10.26 [ant:compile] Compiling 3 source files to /tmp/jccpro4420483893829558678 #11 10.62 [ant:cap] warning: You did not supply export file for the previous minor version of the package #11 10.70 [ant:cap] CAP saved to /build/aram-applet/aram/build/javacard/applet.cap #11 10.70 [ant:export] EXP saved to /build/aram-applet/aram/build/javacard/applet.exp/fr/bmartel/aram/javacard/aram.exp #11 10.71 [ant:export] Building jar: /build/aram-applet/aram/build/javacard/applet.exp/aram.jar #11 10.71 [ant:jca] JCA saved to /build/aram-applet/aram/build/javacard/applet.jca #11 10.78 [ant:verify] Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. #11 10.78 [ant:verify] Verifying CAP file /build/aram-applet/aram/build/javacard/applet.cap #11 10.78 [ant:verify] Verification completed with 0 warnings and 0 errors. #11 10.78 :aram:compileTestJava #11 10.81 Download https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom #11 13.80 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 13.84 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom #11 13.85 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom #11 13.88 Download https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar #11 13.89 Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar #11 18.07 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 18.76 /build/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:521: error: unmappable character for encoding ASCII #11 18.76 assertEquals("init length, iteration n??" + i, 0, getLength()); #11 18.76 ^ #11 18.76 /build/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:521: error: unmappable character for encoding ASCII #11 18.76 assertEquals("init length, iteration n??" + i, 0, getLength()); #11 18.76 ^ #11 18.76 /build/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:523: error: unmappable character for encoding ASCII #11 18.76 assertEquals("length after addition, iteration n??" + i, 1, getLength()); #11 18.76 ^ #11 18.76 /build/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:523: error: unmappable character for encoding ASCII #11 18.76 assertEquals("length after addition, iteration n??" + i, 1, getLength()); #11 18.76 ^ #11 18.76 /build/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:525: error: unmappable character for encoding ASCII #11 18.76 assertEquals("length after deletion, iteration n??" + i, 0, getLength()); #11 18.76 ^ #11 18.76 /build/aram-applet/aram/src/test/java/fr/bmartel/aram/RuleEntryTest.java:525: error: unmappable character for encoding ASCII #11 18.76 assertEquals("length after deletion, iteration n??" + i, 0, getLength()); #11 18.76 ^ #11 18.89 :aram:processTestResources NO-SOURCE #11 18.89 :aram:testClasses #11 18.90 :aram:test #11 18.93 Download https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom #11 18.94 Download https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom #11 18.97 Download https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.jar #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashMultipleNonEmptyTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidMultipleNonEmptyTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleMultipleSameTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAllTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashMultipleTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.interTwinedAddDelete PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidMultipleTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleWrongHashTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.addMultipleEntries PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.setPropertiesOffsetTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashMultipleSameTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.searchAidHash PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.setPropertiesTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleMultipleNonEmptyTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.checkRecycledItem PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashRuleMultipleTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidHashWrongHashTest PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.searchIdValues PASSED #11 19.75 #11 19.75 fr.bmartel.aram.TestSuite > fr.bmartel.aram.RuleEntryTest.deleteAidMultipleSameTest PASSED #11 19.76 #11 19.76 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultiple PASSED #11 19.80 #11 19.80 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength1next PASSED #11 19.80 #11 19.80 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength2next PASSED #11 19.80 #11 19.80 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongP1P2GetData PASSED #11 19.80 #11 19.80 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongP1P2StoreData PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAid PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAidHashRuleEmpty PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongRefArDo PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteMultipleSameAid PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAidHashRule PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongInstruction PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteAll PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.refreshTag PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataValid PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.nextDataNotFound PASSED #11 19.81 #11 19.81 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.wrongClass PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.getSpecificArDo PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongRefDo PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongStore PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongHashRefDo PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.deleteByAidHash PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.getAllEmptyTest PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongAidRefDo PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.nextDataSingleNextLengthRequest PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength2 PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataMultipleNextLength3 PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramTest.storeDataWrongArDo PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoTest PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoOverflow1Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoOverflow2Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoOverflow3Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoOverflow1Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoOverflow2Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoOverflow3Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoOverflow1Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoOverflow2Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoOverflow3Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.hashRefDoTest PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoOverflowTest1 PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoOverflowTest2 PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoOverflowTest3 PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refArDoTest PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoOverflow1Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoOverflow2Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.refDoOverflow3Test PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.arDoTest PASSED #11 19.82 #11 19.82 fr.bmartel.aram.TestSuite > fr.bmartel.aram.AramUtilsTest.aidRefDoTest PASSED #11 19.93 :aram:check #11 19.94 :aram:build #11 19.94 #11 19.94 BUILD SUCCESSFUL in 16s #11 19.94 5 actionable tasks: 5 executed #11 DONE 20.6s #12 exporting to image #12 exporting layers #12 exporting layers 0.6s done #12 writing image sha256:4829d08f39244fc75c6d50cdb1868b099ef2eec38f9bf42afe09550c22670c05 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] 79dcec213c48: Preparing f18e7ac2eb7c: Preparing 149b1c54bc1d: Preparing 9cb6340c9a6b: Preparing b884a1dafd35: Preparing 91b542912d12: Preparing 91b542912d12: Waiting b884a1dafd35: Pushed f18e7ac2eb7c: Pushed 91b542912d12: Mounted from osmocom-build/ttcn3-bts-test 149b1c54bc1d: Pushed 79dcec213c48: Pushed 9cb6340c9a6b: Pushed latest: digest: sha256:a6611644708fc6451e94d2012f5789cdfee72f5c0ee81c11b2d160d85f62830d size: 1583 Finished: SUCCESS