Started by user Oliver Smith Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build 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-rp2040 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-rp2040 # 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 002505b5fe9012ac8d87b837d243f305648db609 (refs/remotes/origin/osmith/wip) > git config core.sparsecheckout # timeout=10 > git checkout -f 002505b5fe9012ac8d87b837d243f305648db609 # timeout=10 Commit message: "debian-bookworm-rp2040: add openssh-client, rsync" > git rev-list --no-walk a7451e7d9e0d91b4bf45a1cdd7fd285fcdab2be6 # timeout=10
[registry-rebuild-upload-rp2040] $ /bin/sh -xe /tmp/jenkins18390499321913621076.sh + REGISTRY=registry.osmocom.org + make -C debian-bookworm-rp2040 REGISTRY_HOST=registry.osmocom.org make: Entering directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-rp2040/debian-bookworm-rp2040' 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-rp2040/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-rp2040:latest . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.42kB done #1 DONE 0.1s #2 [internal] load metadata for registry.osmocom.org/debian:bookworm #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.1s #4 [1/5] FROM registry.osmocom.org/debian:bookworm #4 DONE 0.0s #4 [1/5] FROM registry.osmocom.org/debian:bookworm #4 CACHED #5 [2/5] RUN USERADD --uid=1000 -m build && mkdir /build && chown -R build:build /build /opt /usr/local #5 DONE 0.7s #6 [3/5] RUN SET -x && apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates cmake gcc-arm-none-eabi git libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib libusb-1.0-0-dev openssh-client pkg-config python3 rsync && apt-get clean #6 0.351 + apt-get update #6 0.375 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] #6 0.396 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] #6 0.407 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] #6 0.528 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] #6 0.634 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [512 B] #6 0.634 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [258 kB] #6 1.172 Fetched 9305 kB in 1s (11.5 MB/s) #6 1.172 Reading package lists... #6 1.420 + apt-get install -y --no-install-recommends build-essential ca-certificates cmake gcc-arm-none-eabi git libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib libusb-1.0-0-dev openssh-client pkg-config python3 rsync #6 1.422 Reading package lists... #6 1.666 Building dependency tree... #6 1.715 Reading state information... #6 1.780 The following additional packages will be installed: #6 1.780 binutils binutils-arm-none-eabi binutils-common binutils-x86-64-linux-gnu #6 1.780 bzip2 cmake-data cpp cpp-12 dpkg-dev g++ g++-12 gcc gcc-12 git-man #6 1.780 libarchive13 libasan8 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin #6 1.780 libc6-dev libcbor0.8 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 #6 1.780 libcurl3-gnutls libcurl4 libdpkg-perl libedit2 liberror-perl libexpat1 #6 1.780 libfido2-1 libgcc-12-dev libgdbm-compat4 libgdbm6 libgomp1 libgprofng0 #6 1.780 libgssapi-krb5-2 libicu72 libisl23 libitm1 libjansson4 libjsoncpp25 #6 1.780 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 liblsan0 #6 1.780 libmpc3 libmpfr6 libncursesw6 libnewlib-dev libnghttp2-14 libnsl-dev libnsl2 #6 1.780 libperl5.36 libpkgconf3 libpopt0 libproc2-0 libpsl5 libpython3-stdlib #6 1.780 libpython3.11-minimal libpython3.11-stdlib libquadmath0 libreadline8 #6 1.781 librhash0 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 #6 1.781 libssl3 libstdc++-12-dev libstdc++-arm-none-eabi-dev libtirpc-common #6 1.781 libtirpc-dev libtirpc3 libtsan2 libubsan1 libusb-1.0-0 libuv1 libxml2 #6 1.781 linux-libc-dev make media-types openssl patch perl perl-modules-5.36 pkgconf #6 1.781 pkgconf-bin procps python3-minimal python3.11 python3.11-minimal #6 1.781 readline-common rpcsvc-proto xz-utils #6 1.781 Suggested packages: #6 1.781 binutils-doc bzip2-doc cmake-doc cmake-format elpa-cmake-mode ninja-build #6 1.781 cpp-doc gcc-12-locales cpp-12-doc debian-keyring g++-multilib #6 1.781 g++-12-multilib gcc-12-doc gcc-multilib manpages-dev autoconf automake #6 1.781 libtool flex bison gdb gcc-doc gcc-12-multilib gettext-base git-daemon-run #6 1.781 | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs #6 1.781 git-mediawiki git-svn lrzip glibc-doc gnupg | sq | sqop | pgpainless-cli #6 1.781 sensible-utils bzr gdbm-l10n krb5-doc krb5-user libnewlib-doc #6 1.781 libstdc++-12-doc make-doc keychain libpam-ssh monkeysphere ssh-askpass ed #6 1.781 diffutils-doc perl-doc libterm-readline-gnu-perl #6 1.781 | libterm-readline-perl-perl libtap-harness-archive-perl python3-doc #6 1.781 python3-tk python3-venv python3.11-venv python3.11-doc binfmt-support #6 1.781 readline-doc openssh-server python3-braceexpand #6 1.781 Recommended packages: #6 1.781 fakeroot gnupg | sq | sqop | pgpainless-cli libalgorithm-merge-perl less #6 1.781 manpages manpages-dev libc-devtools libfile-fcntllock-perl #6 1.781 liblocale-gettext-perl krb5-locales libldap-common libgpm2 publicsuffix #6 1.781 libsasl2-modules libusb-1.0-doc xauth netbase psmisc #6 2.102 The following NEW packages will be installed: #6 2.102 binutils binutils-arm-none-eabi binutils-common binutils-x86-64-linux-gnu #6 2.102 build-essential bzip2 ca-certificates cmake cmake-data cpp cpp-12 dpkg-dev #6 2.102 g++ g++-12 gcc gcc-12 gcc-arm-none-eabi git git-man libarchive13 libasan8 #6 2.102 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcbor0.8 #6 2.102 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 #6 2.102 libdpkg-perl libedit2 liberror-perl libexpat1 libfido2-1 libgcc-12-dev #6 2.102 libgdbm-compat4 libgdbm6 libgomp1 libgprofng0 libgssapi-krb5-2 libicu72 #6 2.102 libisl23 libitm1 libjansson4 libjsoncpp25 libk5crypto3 libkeyutils1 #6 2.102 libkrb5-3 libkrb5support0 libldap-2.5-0 liblsan0 libmpc3 libmpfr6 #6 2.102 libncursesw6 libnewlib-arm-none-eabi libnewlib-dev libnghttp2-14 libnsl-dev #6 2.102 libnsl2 libperl5.36 libpkgconf3 libpopt0 libproc2-0 libpsl5 #6 2.102 libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0 #6 2.102 libreadline8 librhash0 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 #6 2.102 libssh2-1 libssl3 libstdc++-12-dev libstdc++-arm-none-eabi-dev #6 2.102 libstdc++-arm-none-eabi-newlib libtirpc-common libtirpc-dev libtirpc3 #6 2.102 libtsan2 libubsan1 libusb-1.0-0 libusb-1.0-0-dev libuv1 libxml2 #6 2.102 linux-libc-dev make media-types openssh-client openssl patch perl #6 2.102 perl-modules-5.36 pkg-config pkgconf pkgconf-bin procps python3 #6 2.102 python3-minimal python3.11 python3.11-minimal readline-common rpcsvc-proto #6 2.102 rsync xz-utils #6 2.121 0 upgraded, 113 newly installed, 0 to remove and 0 not upgraded. #6 2.121 Need to get 532 MB of archives. #6 2.121 After this operation, 2967 MB of additional disk space will be used. #6 2.121 Get:1 http://deb.debian.org/debian-security bookworm-security/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u2 [2815 kB] #6 2.195 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] #6 2.197 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB] #6 2.198 Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 libperl5.36 amd64 5.36.0-7+deb12u2 [4207 kB] #6 2.241 Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 perl amd64 5.36.0-7+deb12u2 [239 kB] #6 2.252 Get:6 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.15-1~deb12u1 [2025 kB] #6 2.256 Get:7 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.2-6+deb12u5 [816 kB] #6 2.263 Get:8 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u1 [98.9 kB] #6 2.264 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.2-6+deb12u5 [2067 kB] #6 2.293 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.2-1+b1 [26.3 kB] #6 2.293 Get:11 http://deb.debian.org/debian bookworm/main amd64 media-types all 10.0.0 [26.1 kB] #6 2.293 Get:12 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB] #6 2.294 Get:13 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB] #6 2.294 Get:14 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB] #6 2.294 Get:15 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B] #6 2.294 Get:16 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB] #6 2.295 Get:17 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB] #6 2.295 Get:18 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB] #6 2.299 Get:19 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB] #6 2.303 Get:20 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB] #6 2.304 Get:21 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB] #6 2.304 Get:22 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB] #6 2.306 Get:23 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u1 [839 kB] #6 2.313 Get:24 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.2-6+deb12u5 [1797 kB] #6 2.340 Get:25 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.2-6+deb12u5 [573 kB] #6 2.341 Get:26 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.2-1+b1 [9312 B] #6 2.341 Get:27 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.2-1+b1 [26.3 kB] #6 2.341 Get:28 http://deb.debian.org/debian bookworm/main amd64 libpopt0 amd64 1.19+dfsg-1 [43.3 kB] #6 2.341 Get:29 http://deb.debian.org/debian bookworm/main amd64 rsync amd64 3.2.7-1+deb12u2 [419 kB] #6 2.350 Get:30 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB] #6 2.350 Get:31 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB] #6 2.352 Get:32 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB] #6 2.352 Get:33 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.15-1~deb12u1 [1427 kB] #6 2.369 Get:34 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB] #6 2.370 Get:35 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB] #6 2.370 Get:36 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB] #6 2.370 Get:37 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB] #6 2.370 Get:38 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB] #6 2.371 Get:39 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.2p1-2+deb12u5 [991 kB] #6 2.374 Get:40 http://deb.debian.org/debian-security bookworm-security/main amd64 xz-utils amd64 5.4.1-1 [471 kB] #6 2.378 Get:41 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB] #6 2.408 Get:42 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] #6 2.409 Get:43 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] #6 2.409 Get:44 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] #6 2.410 Get:45 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] #6 2.413 Get:46 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB] #6 2.414 Get:47 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB] #6 2.443 Get:48 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] #6 2.443 Get:49 http://deb.debian.org/debian bookworm/main amd64 binutils-arm-none-eabi amd64 2.40-2+18+b1 [2852 kB] #6 2.468 Get:50 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB] #6 2.468 Get:51 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.135-1 [2136 kB] #6 2.486 Get:52 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] #6 2.496 Get:53 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] #6 2.496 Get:54 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] #6 2.496 Get:55 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] #6 2.497 Get:56 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB] #6 2.509 Get:57 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] #6 2.518 Get:58 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] #6 2.520 Get:59 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] #6 2.520 Get:60 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB] #6 2.597 Get:61 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B] #6 2.597 Get:62 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB] #6 2.597 Get:63 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB] #6 2.598 Get:64 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB] #6 2.598 Get:65 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B] #6 2.598 Get:66 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB] #6 2.616 Get:67 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB] #6 2.625 Get:68 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB] #6 2.644 Get:69 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB] #6 2.652 Get:70 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB] #6 2.653 Get:71 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB] #6 2.674 Get:72 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB] #6 2.860 Get:73 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B] #6 2.860 Get:74 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB] #6 2.865 Get:75 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB] #6 2.962 Get:76 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B] #6 2.962 Get:77 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] #6 2.963 Get:78 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.22 [603 kB] #6 2.964 Get:79 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB] #6 2.965 Get:80 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.22 [1353 kB] #6 2.974 Get:81 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B] #6 2.974 Get:82 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB] #6 3.055 Get:83 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] #6 3.060 Get:84 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1+deb12u2 [343 kB] #6 3.063 Get:85 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB] #6 3.065 Get:86 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB] #6 3.065 Get:87 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB] #6 3.074 Get:88 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB] #6 3.074 Get:89 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u2 [73.0 kB] #6 3.074 Get:90 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB] #6 3.074 Get:91 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] #6 3.075 Get:92 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB] #6 3.075 Get:93 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u12 [391 kB] #6 3.076 Get:94 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB] #6 3.076 Get:95 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB] #6 3.077 Get:96 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1+deb12u1 [136 kB] #6 3.081 Get:97 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB] #6 3.099 Get:98 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB] #6 3.181 Get:99 http://deb.debian.org/debian bookworm/main amd64 gcc-arm-none-eabi amd64 15:12.2.rel1-1 [48.5 MB] #6 3.626 Get:100 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u12 [386 kB] #6 3.678 Get:101 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB] #6 3.679 Get:102 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u2 [2053 kB] #6 3.696 Get:103 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u2 [7260 kB] #6 3.739 Get:104 http://deb.debian.org/debian bookworm/main amd64 libnewlib-dev all 3.3.0-1.3+deb12u1 [257 kB] #6 3.740 Get:105 http://deb.debian.org/debian bookworm/main amd64 libnewlib-arm-none-eabi all 3.3.0-1.3+deb12u1 [45.4 MB] #6 4.163 Get:106 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] #6 4.163 Get:107 http://deb.debian.org/debian bookworm/main amd64 libstdc++-arm-none-eabi-dev all 15:12.2.rel1-1+23 [1217 kB] #6 4.166 Get:108 http://deb.debian.org/debian bookworm/main amd64 libstdc++-arm-none-eabi-newlib all 15:12.2.rel1-1+23 [313 MB] #6 7.131 Get:109 http://deb.debian.org/debian bookworm/main amd64 libusb-1.0-0 amd64 2:1.0.26-1 [62.6 kB] #6 7.133 Get:110 http://deb.debian.org/debian bookworm/main amd64 libusb-1.0-0-dev amd64 2:1.0.26-1 [83.3 kB] #6 7.134 Get:111 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] #6 7.134 Get:112 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] #6 7.135 Get:113 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] #6 7.226 debconf: delaying package configuration, since apt-utils is not installed #6 7.240 Fetched 532 MB in 5s (106 MB/s) #6 7.276 Selecting previously unselected package perl-modules-5.36. #6 7.276 (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 ... 6091 files and directories currently installed.) #6 7.285 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u2_all.deb ... #6 7.301 Unpacking perl-modules-5.36 (5.36.0-7+deb12u2) ... #6 7.580 Selecting previously unselected package libgdbm6:amd64. #6 7.583 Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ... #6 7.617 Unpacking libgdbm6:amd64 (1.23-3) ... #6 7.751 Selecting previously unselected package libgdbm-compat4:amd64. #6 7.753 Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ... #6 7.769 Unpacking libgdbm-compat4:amd64 (1.23-3) ... #6 7.901 Selecting previously unselected package libperl5.36:amd64. #6 7.903 Preparing to unpack .../3-libperl5.36_5.36.0-7+deb12u2_amd64.deb ... #6 7.920 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u2) ... #6 8.251 Selecting previously unselected package perl. #6 8.253 Preparing to unpack .../4-perl_5.36.0-7+deb12u2_amd64.deb ... #6 8.282 Unpacking perl (5.36.0-7+deb12u2) ... #6 8.442 Selecting previously unselected package libssl3:amd64. #6 8.444 Preparing to unpack .../5-libssl3_3.0.15-1~deb12u1_amd64.deb ... #6 8.461 Unpacking libssl3:amd64 (3.0.15-1~deb12u1) ... #6 8.668 Selecting previously unselected package libpython3.11-minimal:amd64. #6 8.671 Preparing to unpack .../6-libpython3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... #6 8.688 Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... #6 8.854 Selecting previously unselected package libexpat1:amd64. #6 8.856 Preparing to unpack .../7-libexpat1_2.5.0-1+deb12u1_amd64.deb ... #6 8.873 Unpacking libexpat1:amd64 (2.5.0-1+deb12u1) ... #6 9.024 Selecting previously unselected package python3.11-minimal. #6 9.027 Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... #6 9.051 Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... #6 9.279 Setting up libssl3:amd64 (3.0.15-1~deb12u1) ... #6 9.332 Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... #6 9.405 Setting up libexpat1:amd64 (2.5.0-1+deb12u1) ... #6 9.457 Setting up python3.11-minimal (3.11.2-6+deb12u5) ... #6 9.991 Selecting previously unselected package python3-minimal. #6 9.991 (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 ... 8423 files and directories currently installed.) #6 10.00 Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ... #6 10.02 Unpacking python3-minimal (3.11.2-1+b1) ... #6 10.16 Selecting previously unselected package media-types. #6 10.16 Preparing to unpack .../01-media-types_10.0.0_all.deb ... #6 10.18 Unpacking media-types (10.0.0) ... #6 10.31 Selecting previously unselected package libncursesw6:amd64. #6 10.31 Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ... #6 10.33 Unpacking libncursesw6:amd64 (6.4-4) ... #6 10.47 Selecting previously unselected package libkrb5support0:amd64. #6 10.47 Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ... #6 10.49 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) ... #6 10.63 Selecting previously unselected package libk5crypto3:amd64. #6 10.63 Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ... #6 10.65 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) ... #6 10.78 Selecting previously unselected package libkeyutils1:amd64. #6 10.78 Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ... #6 10.80 Unpacking libkeyutils1:amd64 (1.6.3-2) ... #6 10.93 Selecting previously unselected package libkrb5-3:amd64. #6 10.94 Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ... #6 10.95 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) ... #6 11.12 Selecting previously unselected package libgssapi-krb5-2:amd64. #6 11.12 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ... #6 11.14 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ... #6 11.27 Selecting previously unselected package libtirpc-common. #6 11.27 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #6 11.29 Unpacking libtirpc-common (1.3.3+ds-1) ... #6 11.42 Selecting previously unselected package libtirpc3:amd64. #6 11.42 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ... #6 11.44 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ... #6 11.57 Selecting previously unselected package libnsl2:amd64. #6 11.57 Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ... #6 11.59 Unpacking libnsl2:amd64 (1.3.0-2) ... #6 11.71 Selecting previously unselected package readline-common. #6 11.72 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ... #6 11.73 Unpacking readline-common (8.2-1.3) ... #6 11.86 Selecting previously unselected package libreadline8:amd64. #6 11.87 Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ... #6 11.88 Unpacking libreadline8:amd64 (8.2-1.3) ... #6 12.02 Selecting previously unselected package libsqlite3-0:amd64. #6 12.02 Preparing to unpack .../13-libsqlite3-0_3.40.1-2+deb12u1_amd64.deb ... #6 12.04 Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u1) ... #6 12.19 Selecting previously unselected package libpython3.11-stdlib:amd64. #6 12.19 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6+deb12u5_amd64.deb ... #6 12.21 Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... #6 12.41 Selecting previously unselected package python3.11. #6 12.41 Preparing to unpack .../15-python3.11_3.11.2-6+deb12u5_amd64.deb ... #6 12.43 Unpacking python3.11 (3.11.2-6+deb12u5) ... #6 12.54 Selecting previously unselected package libpython3-stdlib:amd64. #6 12.55 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_amd64.deb ... #6 12.56 Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... #6 12.68 Setting up python3-minimal (3.11.2-1+b1) ... #6 12.92 Selecting previously unselected package python3. #6 12.92 (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 ... 8931 files and directories currently installed.) #6 12.93 Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... #6 12.95 Unpacking python3 (3.11.2-1+b1) ... #6 13.09 Selecting previously unselected package libpopt0:amd64. #6 13.09 Preparing to unpack .../01-libpopt0_1.19+dfsg-1_amd64.deb ... #6 13.11 Unpacking libpopt0:amd64 (1.19+dfsg-1) ... #6 13.27 Selecting previously unselected package rsync. #6 13.27 Preparing to unpack .../02-rsync_3.2.7-1+deb12u2_amd64.deb ... #6 13.29 Unpacking rsync (3.2.7-1+deb12u2) ... #6 13.44 Selecting previously unselected package libproc2-0:amd64. #6 13.45 Preparing to unpack .../03-libproc2-0_2%3a4.0.2-3_amd64.deb ... #6 13.46 Unpacking libproc2-0:amd64 (2:4.0.2-3) ... #6 13.61 Selecting previously unselected package procps. #6 13.61 Preparing to unpack .../04-procps_2%3a4.0.2-3_amd64.deb ... #6 13.65 Unpacking procps (2:4.0.2-3) ... #6 13.80 Selecting previously unselected package bzip2. #6 13.80 Preparing to unpack .../05-bzip2_1.0.8-5+b1_amd64.deb ... #6 13.81 Unpacking bzip2 (1.0.8-5+b1) ... #6 13.94 Selecting previously unselected package openssl. #6 13.94 Preparing to unpack .../06-openssl_3.0.15-1~deb12u1_amd64.deb ... #6 13.96 Unpacking openssl (3.0.15-1~deb12u1) ... #6 14.16 Selecting previously unselected package ca-certificates. #6 14.16 Preparing to unpack .../07-ca-certificates_20230311_all.deb ... #6 14.18 Unpacking ca-certificates (20230311) ... #6 14.34 Selecting previously unselected package libbsd0:amd64. #6 14.35 Preparing to unpack .../08-libbsd0_0.11.7-2_amd64.deb ... #6 14.36 Unpacking libbsd0:amd64 (0.11.7-2) ... #6 14.51 Selecting previously unselected package libedit2:amd64. #6 14.52 Preparing to unpack .../09-libedit2_3.1-20221030-2_amd64.deb ... #6 14.53 Unpacking libedit2:amd64 (3.1-20221030-2) ... #6 14.67 Selecting previously unselected package libcbor0.8:amd64. #6 14.67 Preparing to unpack .../10-libcbor0.8_0.8.0-2+b1_amd64.deb ... #6 14.69 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ... #6 14.83 Selecting previously unselected package libfido2-1:amd64. #6 14.83 Preparing to unpack .../11-libfido2-1_1.12.0-2+b1_amd64.deb ... #6 14.85 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ... #6 15.00 Selecting previously unselected package openssh-client. #6 15.00 Preparing to unpack .../12-openssh-client_1%3a9.2p1-2+deb12u5_amd64.deb ... #6 15.03 Unpacking openssh-client (1:9.2p1-2+deb12u5) ... #6 15.20 Selecting previously unselected package xz-utils. #6 15.20 Preparing to unpack .../13-xz-utils_5.4.1-1_amd64.deb ... #6 15.22 Unpacking xz-utils (5.4.1-1) ... #6 15.36 Selecting previously unselected package binutils-common:amd64. #6 15.36 Preparing to unpack .../14-binutils-common_2.40-2_amd64.deb ... #6 15.38 Unpacking binutils-common:amd64 (2.40-2) ... #6 15.63 Selecting previously unselected package libbinutils:amd64. #6 15.63 Preparing to unpack .../15-libbinutils_2.40-2_amd64.deb ... #6 15.65 Unpacking libbinutils:amd64 (2.40-2) ... #6 15.81 Selecting previously unselected package libctf-nobfd0:amd64. #6 15.81 Preparing to unpack .../16-libctf-nobfd0_2.40-2_amd64.deb ... #6 15.83 Unpacking libctf-nobfd0:amd64 (2.40-2) ... #6 15.97 Selecting previously unselected package libctf0:amd64. #6 15.97 Preparing to unpack .../17-libctf0_2.40-2_amd64.deb ... #6 15.99 Unpacking libctf0:amd64 (2.40-2) ... #6 16.11 Selecting previously unselected package libgprofng0:amd64. #6 16.12 Preparing to unpack .../18-libgprofng0_2.40-2_amd64.deb ... #6 16.13 Unpacking libgprofng0:amd64 (2.40-2) ... #6 16.31 Selecting previously unselected package libjansson4:amd64. #6 16.31 Preparing to unpack .../19-libjansson4_2.14-2_amd64.deb ... #6 16.33 Unpacking libjansson4:amd64 (2.14-2) ... #6 16.44 Selecting previously unselected package binutils-x86-64-linux-gnu. #6 16.44 Preparing to unpack .../20-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... #6 16.46 Unpacking binutils-x86-64-linux-gnu (2.40-2) ... #6 16.68 Selecting previously unselected package binutils. #6 16.68 Preparing to unpack .../21-binutils_2.40-2_amd64.deb ... #6 16.70 Unpacking binutils (2.40-2) ... #6 16.82 Selecting previously unselected package binutils-arm-none-eabi. #6 16.83 Preparing to unpack .../22-binutils-arm-none-eabi_2.40-2+18+b1_amd64.deb ... #6 16.84 Unpacking binutils-arm-none-eabi (2.40-2+18+b1) ... #6 17.07 Selecting previously unselected package libc-dev-bin. #6 17.07 Preparing to unpack .../23-libc-dev-bin_2.36-9+deb12u10_amd64.deb ... #6 17.09 Unpacking libc-dev-bin (2.36-9+deb12u10) ... #6 17.20 Selecting previously unselected package linux-libc-dev:amd64. #6 17.20 Preparing to unpack .../24-linux-libc-dev_6.1.135-1_amd64.deb ... #6 17.22 Unpacking linux-libc-dev:amd64 (6.1.135-1) ... #6 17.40 Selecting previously unselected package libcrypt-dev:amd64. #6 17.41 Preparing to unpack .../25-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... #6 17.44 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... #6 17.56 Selecting previously unselected package libtirpc-dev:amd64. #6 17.56 Preparing to unpack .../26-libtirpc-dev_1.3.3+ds-1_amd64.deb ... #6 17.58 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... #6 17.70 Selecting previously unselected package libnsl-dev:amd64. #6 17.70 Preparing to unpack .../27-libnsl-dev_1.3.0-2_amd64.deb ... #6 17.72 Unpacking libnsl-dev:amd64 (1.3.0-2) ... #6 17.84 Selecting previously unselected package rpcsvc-proto. #6 17.84 Preparing to unpack .../28-rpcsvc-proto_1.4.3-1_amd64.deb ... #6 17.86 Unpacking rpcsvc-proto (1.4.3-1) ... #6 17.99 Selecting previously unselected package libc6-dev:amd64. #6 17.99 Preparing to unpack .../29-libc6-dev_2.36-9+deb12u10_amd64.deb ... #6 18.01 Unpacking libc6-dev:amd64 (2.36-9+deb12u10) ... #6 18.25 Selecting previously unselected package libisl23:amd64. #6 18.25 Preparing to unpack .../30-libisl23_0.25-1.1_amd64.deb ... #6 18.27 Unpacking libisl23:amd64 (0.25-1.1) ... #6 18.43 Selecting previously unselected package libmpfr6:amd64. #6 18.44 Preparing to unpack .../31-libmpfr6_4.2.0-1_amd64.deb ... #6 18.45 Unpacking libmpfr6:amd64 (4.2.0-1) ... #6 18.60 Selecting previously unselected package libmpc3:amd64. #6 18.60 Preparing to unpack .../32-libmpc3_1.3.1-1_amd64.deb ... #6 18.62 Unpacking libmpc3:amd64 (1.3.1-1) ... #6 18.72 Selecting previously unselected package cpp-12. #6 18.73 Preparing to unpack .../33-cpp-12_12.2.0-14_amd64.deb ... #6 18.74 Unpacking cpp-12 (12.2.0-14) ... #6 19.22 Selecting previously unselected package cpp. #6 19.22 Preparing to unpack .../34-cpp_4%3a12.2.0-3_amd64.deb ... #6 19.23 Unpacking cpp (4:12.2.0-3) ... #6 19.37 Selecting previously unselected package libcc1-0:amd64. #6 19.37 Preparing to unpack .../35-libcc1-0_12.2.0-14_amd64.deb ... #6 19.39 Unpacking libcc1-0:amd64 (12.2.0-14) ... #6 19.52 Selecting previously unselected package libgomp1:amd64. #6 19.53 Preparing to unpack .../36-libgomp1_12.2.0-14_amd64.deb ... #6 19.54 Unpacking libgomp1:amd64 (12.2.0-14) ... #6 19.67 Selecting previously unselected package libitm1:amd64. #6 19.67 Preparing to unpack .../37-libitm1_12.2.0-14_amd64.deb ... #6 19.69 Unpacking libitm1:amd64 (12.2.0-14) ... #6 19.79 Selecting previously unselected package libatomic1:amd64. #6 19.79 Preparing to unpack .../38-libatomic1_12.2.0-14_amd64.deb ... #6 19.81 Unpacking libatomic1:amd64 (12.2.0-14) ... #6 19.93 Selecting previously unselected package libasan8:amd64. #6 19.93 Preparing to unpack .../39-libasan8_12.2.0-14_amd64.deb ... #6 19.95 Unpacking libasan8:amd64 (12.2.0-14) ... #6 20.19 Selecting previously unselected package liblsan0:amd64. #6 20.19 Preparing to unpack .../40-liblsan0_12.2.0-14_amd64.deb ... #6 20.21 Unpacking liblsan0:amd64 (12.2.0-14) ... #6 20.37 Selecting previously unselected package libtsan2:amd64. #6 20.37 Preparing to unpack .../41-libtsan2_12.2.0-14_amd64.deb ... #6 20.40 Unpacking libtsan2:amd64 (12.2.0-14) ... #6 20.64 Selecting previously unselected package libubsan1:amd64. #6 20.64 Preparing to unpack .../42-libubsan1_12.2.0-14_amd64.deb ... #6 20.66 Unpacking libubsan1:amd64 (12.2.0-14) ... #6 20.83 Selecting previously unselected package libquadmath0:amd64. #6 20.83 Preparing to unpack .../43-libquadmath0_12.2.0-14_amd64.deb ... #6 20.85 Unpacking libquadmath0:amd64 (12.2.0-14) ... #6 20.96 Selecting previously unselected package libgcc-12-dev:amd64. #6 20.97 Preparing to unpack .../44-libgcc-12-dev_12.2.0-14_amd64.deb ... #6 20.99 Unpacking libgcc-12-dev:amd64 (12.2.0-14) ... #6 21.19 Selecting previously unselected package gcc-12. #6 21.19 Preparing to unpack .../45-gcc-12_12.2.0-14_amd64.deb ... #6 21.21 Unpacking gcc-12 (12.2.0-14) ... #6 21.73 Selecting previously unselected package gcc. #6 21.73 Preparing to unpack .../46-gcc_4%3a12.2.0-3_amd64.deb ... #6 21.75 Unpacking gcc (4:12.2.0-3) ... #6 21.86 Selecting previously unselected package libstdc++-12-dev:amd64. #6 21.87 Preparing to unpack .../47-libstdc++-12-dev_12.2.0-14_amd64.deb ... #6 21.88 Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ... #6 22.09 Selecting previously unselected package g++-12. #6 22.10 Preparing to unpack .../48-g++-12_12.2.0-14_amd64.deb ... #6 22.11 Unpacking g++-12 (12.2.0-14) ... #6 22.59 Selecting previously unselected package g++. #6 22.60 Preparing to unpack .../49-g++_4%3a12.2.0-3_amd64.deb ... #6 22.61 Unpacking g++ (4:12.2.0-3) ... #6 22.72 Selecting previously unselected package make. #6 22.72 Preparing to unpack .../50-make_4.3-4.1_amd64.deb ... #6 22.74 Unpacking make (4.3-4.1) ... #6 22.86 Selecting previously unselected package libdpkg-perl. #6 22.86 Preparing to unpack .../51-libdpkg-perl_1.21.22_all.deb ... #6 22.88 Unpacking libdpkg-perl (1.21.22) ... #6 23.02 Selecting previously unselected package patch. #6 23.02 Preparing to unpack .../52-patch_2.7.6-7_amd64.deb ... #6 23.04 Unpacking patch (2.7.6-7) ... #6 23.16 Selecting previously unselected package dpkg-dev. #6 23.16 Preparing to unpack .../53-dpkg-dev_1.21.22_all.deb ... #6 23.18 Unpacking dpkg-dev (1.21.22) ... #6 23.34 Selecting previously unselected package build-essential. #6 23.34 Preparing to unpack .../54-build-essential_12.9_amd64.deb ... #6 23.36 Unpacking build-essential (12.9) ... #6 23.48 Selecting previously unselected package libicu72:amd64. #6 23.48 Preparing to unpack .../55-libicu72_72.1-3_amd64.deb ... #6 23.50 Unpacking libicu72:amd64 (72.1-3) ... #6 23.95 Selecting previously unselected package libxml2:amd64. #6 23.95 Preparing to unpack .../56-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... #6 23.97 Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #6 24.13 Selecting previously unselected package libarchive13:amd64. #6 24.13 Preparing to unpack .../57-libarchive13_3.6.2-1+deb12u2_amd64.deb ... #6 24.15 Unpacking libarchive13:amd64 (3.6.2-1+deb12u2) ... #6 24.29 Selecting previously unselected package libbrotli1:amd64. #6 24.30 Preparing to unpack .../58-libbrotli1_1.0.9-2+b6_amd64.deb ... #6 24.31 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ... #6 24.45 Selecting previously unselected package libsasl2-modules-db:amd64. #6 24.45 Preparing to unpack .../59-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ... #6 24.47 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #6 24.59 Selecting previously unselected package libsasl2-2:amd64. #6 24.59 Preparing to unpack .../60-libsasl2-2_2.1.28+dfsg-10_amd64.deb ... #6 24.61 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ... #6 24.75 Selecting previously unselected package libldap-2.5-0:amd64. #6 24.76 Preparing to unpack .../61-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ... #6 24.77 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #6 24.92 Selecting previously unselected package libnghttp2-14:amd64. #6 24.92 Preparing to unpack .../62-libnghttp2-14_1.52.0-1+deb12u2_amd64.deb ... #6 24.94 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... #6 25.07 Selecting previously unselected package libpsl5:amd64. #6 25.08 Preparing to unpack .../63-libpsl5_0.21.2-1_amd64.deb ... #6 25.10 Unpacking libpsl5:amd64 (0.21.2-1) ... #6 25.22 Selecting previously unselected package librtmp1:amd64. #6 25.23 Preparing to unpack .../64-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... #6 25.24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #6 25.39 Selecting previously unselected package libssh2-1:amd64. #6 25.39 Preparing to unpack .../65-libssh2-1_1.10.0-3+b1_amd64.deb ... #6 25.41 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ... #6 25.55 Selecting previously unselected package libcurl4:amd64. #6 25.55 Preparing to unpack .../66-libcurl4_7.88.1-10+deb12u12_amd64.deb ... #6 25.57 Unpacking libcurl4:amd64 (7.88.1-10+deb12u12) ... #6 25.72 Selecting previously unselected package libjsoncpp25:amd64. #6 25.72 Preparing to unpack .../67-libjsoncpp25_1.9.5-4_amd64.deb ... #6 25.74 Unpacking libjsoncpp25:amd64 (1.9.5-4) ... #6 25.88 Selecting previously unselected package librhash0:amd64. #6 25.88 Preparing to unpack .../68-librhash0_1.4.3-3_amd64.deb ... #6 25.90 Unpacking librhash0:amd64 (1.4.3-3) ... #6 26.05 Selecting previously unselected package libuv1:amd64. #6 26.05 Preparing to unpack .../69-libuv1_1.44.2-1+deb12u1_amd64.deb ... #6 26.07 Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ... #6 26.23 Selecting previously unselected package cmake-data. #6 26.24 Preparing to unpack .../70-cmake-data_3.25.1-1_all.deb ... #6 26.27 Unpacking cmake-data (3.25.1-1) ... #6 26.54 Selecting previously unselected package cmake. #6 26.55 Preparing to unpack .../71-cmake_3.25.1-1_amd64.deb ... #6 26.57 Unpacking cmake (3.25.1-1) ... #6 26.99 Selecting previously unselected package gcc-arm-none-eabi. #6 27.00 Preparing to unpack .../72-gcc-arm-none-eabi_15%3a12.2.rel1-1_amd64.deb ... #6 27.02 Unpacking gcc-arm-none-eabi (15:12.2.rel1-1) ... #6 28.17 Selecting previously unselected package libcurl3-gnutls:amd64. #6 28.17 Preparing to unpack .../73-libcurl3-gnutls_7.88.1-10+deb12u12_amd64.deb ... #6 28.19 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... #6 28.31 Selecting previously unselected package liberror-perl. #6 28.31 Preparing to unpack .../74-liberror-perl_0.17029-2_all.deb ... #6 28.33 Unpacking liberror-perl (0.17029-2) ... #6 28.45 Selecting previously unselected package git-man. #6 28.45 Preparing to unpack .../75-git-man_1%3a2.39.5-0+deb12u2_all.deb ... #6 28.47 Unpacking git-man (1:2.39.5-0+deb12u2) ... #6 28.68 Selecting previously unselected package git. #6 28.68 Preparing to unpack .../76-git_1%3a2.39.5-0+deb12u2_amd64.deb ... #6 28.71 Unpacking git (1:2.39.5-0+deb12u2) ... #6 29.05 Selecting previously unselected package libnewlib-dev. #6 29.05 Preparing to unpack .../77-libnewlib-dev_3.3.0-1.3+deb12u1_all.deb ... #6 29.07 Unpacking libnewlib-dev (3.3.0-1.3+deb12u1) ... #6 29.21 Selecting previously unselected package libnewlib-arm-none-eabi. #6 29.21 Preparing to unpack .../78-libnewlib-arm-none-eabi_3.3.0-1.3+deb12u1_all.deb ... #6 29.23 Unpacking libnewlib-arm-none-eabi (3.3.0-1.3+deb12u1) ... #6 30.12 Selecting previously unselected package libpkgconf3:amd64. #6 30.13 Preparing to unpack .../79-libpkgconf3_1.8.1-1_amd64.deb ... #6 30.15 Unpacking libpkgconf3:amd64 (1.8.1-1) ... #6 30.27 Selecting previously unselected package libstdc++-arm-none-eabi-dev. #6 30.27 Preparing to unpack .../80-libstdc++-arm-none-eabi-dev_15%3a12.2.rel1-1+23_all.deb ... #6 30.29 Unpacking libstdc++-arm-none-eabi-dev (15:12.2.rel1-1+23) ... #6 30.52 Selecting previously unselected package libstdc++-arm-none-eabi-newlib. #6 30.52 Preparing to unpack .../81-libstdc++-arm-none-eabi-newlib_15%3a12.2.rel1-1+23_all.deb ... #6 30.54 Unpacking libstdc++-arm-none-eabi-newlib (15:12.2.rel1-1+23) ... #6 33.65 Selecting previously unselected package libusb-1.0-0:amd64. #6 33.65 Preparing to unpack .../82-libusb-1.0-0_2%3a1.0.26-1_amd64.deb ... #6 33.67 Unpacking libusb-1.0-0:amd64 (2:1.0.26-1) ... #6 33.79 Selecting previously unselected package libusb-1.0-0-dev:amd64. #6 33.79 Preparing to unpack .../83-libusb-1.0-0-dev_2%3a1.0.26-1_amd64.deb ... #6 33.81 Unpacking libusb-1.0-0-dev:amd64 (2:1.0.26-1) ... #6 33.97 Selecting previously unselected package pkgconf-bin. #6 33.98 Preparing to unpack .../84-pkgconf-bin_1.8.1-1_amd64.deb ... #6 33.99 Unpacking pkgconf-bin (1.8.1-1) ... #6 34.10 Selecting previously unselected package pkgconf:amd64. #6 34.10 Preparing to unpack .../85-pkgconf_1.8.1-1_amd64.deb ... #6 34.12 Unpacking pkgconf:amd64 (1.8.1-1) ... #6 34.23 Selecting previously unselected package pkg-config:amd64. #6 34.24 Preparing to unpack .../86-pkg-config_1.8.1-1_amd64.deb ... #6 34.26 Unpacking pkg-config:amd64 (1.8.1-1) ... #6 34.38 Setting up media-types (10.0.0) ... #6 34.45 Setting up libkeyutils1:amd64 (1.6.3-2) ... #6 34.50 Setting up libpsl5:amd64 (0.21.2-1) ... #6 34.55 Setting up binutils-arm-none-eabi (2.40-2+18+b1) ... #6 34.60 Setting up libicu72:amd64 (72.1-3) ... #6 34.65 Setting up libtirpc-common (1.3.3+ds-1) ... #6 34.72 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ... #6 34.77 Setting up libbrotli1:amd64 (1.0.9-2+b6) ... #6 34.83 Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u1) ... #6 34.88 Setting up binutils-common:amd64 (2.40-2) ... #6 34.95 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u2) ... #6 35.01 Setting up linux-libc-dev:amd64 (6.1.135-1) ... #6 35.06 Setting up libctf-nobfd0:amd64 (2.40-2) ... #6 35.12 Setting up libgomp1:amd64 (12.2.0-14) ... #6 35.17 Setting up bzip2 (1.0.8-5+b1) ... #6 35.22 Setting up libjansson4:amd64 (2.14-2) ... #6 35.28 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ... #6 35.33 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ... #6 35.39 Setting up perl-modules-5.36 (5.36.0-7+deb12u2) ... #6 35.44 Setting up libpkgconf3:amd64 (1.8.1-1) ... #6 35.49 Setting up libuv1:amd64 (1.44.2-1+deb12u1) ... #6 35.55 Setting up rpcsvc-proto (1.4.3-1) ... #6 35.60 Setting up make (4.3-4.1) ... #6 35.66 Setting up libmpfr6:amd64 (4.2.0-1) ... #6 35.71 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... #6 35.78 Setting up xz-utils (5.4.1-1) ... #6 35.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #6 35.85 Setting up libnewlib-dev (3.3.0-1.3+deb12u1) ... #6 35.96 Setting up libquadmath0:amd64 (12.2.0-14) ... #6 36.07 Setting up libproc2-0:amd64 (2:4.0.2-3) ... #6 36.12 Setting up libmpc3:amd64 (1.3.1-1) ... #6 36.17 Setting up libatomic1:amd64 (12.2.0-14) ... #6 36.22 Setting up patch (2.7.6-7) ... #6 36.27 Setting up libjsoncpp25:amd64 (1.9.5-4) ... #6 36.32 Setting up pkgconf-bin (1.8.1-1) ... #6 36.37 Setting up libncursesw6:amd64 (6.4-4) ... #6 36.42 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ... #6 36.47 Setting up libnewlib-arm-none-eabi (3.3.0-1.3+deb12u1) ... #6 36.54 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ... #6 36.59 Setting up libubsan1:amd64 (12.2.0-14) ... #6 36.64 Setting up librhash0:amd64 (1.4.3-3) ... #6 36.70 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... #6 36.76 Setting up libasan8:amd64 (12.2.0-14) ... #6 36.81 Setting up procps (2:4.0.2-3) ... #6 36.95 Setting up git-man (1:2.39.5-0+deb12u2) ... #6 37.00 Setting up libssh2-1:amd64 (1.10.0-3+b1) ... #6 37.06 Setting up cmake-data (3.25.1-1) ... #6 37.12 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ... #6 37.17 Setting up libusb-1.0-0:amd64 (2:1.0.26-1) ... #6 37.23 Setting up libtsan2:amd64 (12.2.0-14) ... #6 37.28 Setting up libbinutils:amd64 (2.40-2) ... #6 37.33 Setting up libfido2-1:amd64 (1.12.0-2+b1) ... #6 37.38 Setting up libisl23:amd64 (0.25-1.1) ... #6 37.44 Setting up libc-dev-bin (2.36-9+deb12u10) ... #6 37.49 Setting up openssl (3.0.15-1~deb12u1) ... #6 37.57 Setting up libbsd0:amd64 (0.11.7-2) ... #6 37.62 Setting up readline-common (8.2-1.3) ... #6 37.69 Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... #6 37.74 Setting up libcc1-0:amd64 (12.2.0-14) ... #6 37.79 Setting up liblsan0:amd64 (12.2.0-14) ... #6 37.85 Setting up libitm1:amd64 (12.2.0-14) ... #6 37.90 Setting up libgdbm6:amd64 (1.23-3) ... #6 37.96 Setting up libpopt0:amd64 (1.19+dfsg-1) ... #6 38.01 Setting up libctf0:amd64 (2.40-2) ... #6 38.07 Setting up cpp-12 (12.2.0-14) ... #6 38.12 Setting up libarchive13:amd64 (3.6.2-1+deb12u2) ... #6 38.18 Setting up gcc-arm-none-eabi (15:12.2.rel1-1) ... #6 38.24 Setting up libedit2:amd64 (3.1-20221030-2) ... #6 38.29 Setting up libreadline8:amd64 (8.2-1.3) ... #6 38.35 Setting up libusb-1.0-0-dev:amd64 (2:1.0.26-1) ... #6 38.40 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ... #6 38.45 Setting up pkgconf:amd64 (1.8.1-1) ... #6 38.52 Setting up ca-certificates (20230311) ... #6 38.61 debconf: unable to initialize frontend: Dialog #6 38.61 debconf: (TERM is not set, so the dialog frontend is not usable.) #6 38.61 debconf: falling back to frontend: Readline #6 38.62 debconf: unable to initialize frontend: Readline #6 38.62 debconf: (This frontend requires a controlling tty.) #6 38.62 debconf: falling back to frontend: Teletype #6 39.47 Updating certificates in /etc/ssl/certs... #6 40.83 140 added, 0 removed; done. #6 41.17 Setting up libgprofng0:amd64 (2.40-2) ... #6 41.22 Setting up libgcc-12-dev:amd64 (12.2.0-14) ... #6 41.27 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ... #6 41.33 Setting up pkg-config:amd64 (1.8.1-1) ... #6 41.38 Setting up libgdbm-compat4:amd64 (1.23-3) ... #6 41.44 Setting up cpp (4:12.2.0-3) ... #6 41.51 Setting up libcurl4:amd64 (7.88.1-10+deb12u12) ... #6 41.56 Setting up libperl5.36:amd64 (5.36.0-7+deb12u2) ... #6 41.62 Setting up rsync (3.2.7-1+deb12u2) ... #6 41.73 invoke-rc.d: could not determine current runlevel #6 41.74 invoke-rc.d: policy-rc.d denied execution of start. #6 41.81 Setting up binutils-x86-64-linux-gnu (2.40-2) ... #6 41.87 Setting up libtirpc3:amd64 (1.3.3+ds-1) ... #6 41.92 Setting up openssh-client (1:9.2p1-2+deb12u5) ... #6 42.12 Setting up libstdc++-arm-none-eabi-dev (15:12.2.rel1-1+23) ... #6 42.19 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u12) ... #6 42.24 Setting up binutils (2.40-2) ... #6 42.29 Setting up perl (5.36.0-7+deb12u2) ... #6 42.38 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... #6 42.43 Setting up libstdc++-arm-none-eabi-newlib (15:12.2.rel1-1+23) ... #6 42.49 Setting up gcc-12 (12.2.0-14) ... #6 42.54 Setting up libdpkg-perl (1.21.22) ... #6 42.59 Setting up libnsl2:amd64 (1.3.0-2) ... #6 42.64 Setting up cmake (3.25.1-1) ... #6 42.70 Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... #6 42.75 Setting up gcc (4:12.2.0-3) ... #6 42.85 Setting up dpkg-dev (1.21.22) ... #6 42.94 Setting up liberror-perl (0.17029-2) ... #6 42.99 Setting up git (1:2.39.5-0+deb12u2) ... #6 43.07 Setting up libnsl-dev:amd64 (1.3.0-2) ... #6 43.12 Setting up libc6-dev:amd64 (2.36-9+deb12u10) ... #6 43.17 Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... #6 43.22 Setting up python3.11 (3.11.2-6+deb12u5) ... #6 43.64 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ... #6 43.69 Setting up python3 (3.11.2-1+b1) ... #6 43.73 running python rtupdate hooks for python3.11... #6 43.73 running python post-rtupdate hooks for python3.11... #6 43.80 Setting up g++-12 (12.2.0-14) ... #6 43.85 Setting up g++ (4:12.2.0-3) ... #6 43.89 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #6 43.91 Setting up build-essential (12.9) ... #6 43.97 Processing triggers for libc-bin (2.36-9+deb12u10) ... #6 44.04 Processing triggers for ca-certificates (20230311) ... #6 44.07 Updating certificates in /etc/ssl/certs... #6 45.19 0 added, 0 removed; done. #6 45.19 Running hooks in /etc/ca-certificates/update.d... #6 45.19 done. #6 45.30 + apt-get clean #6 DONE 51.6s #7 [4/5] RUN SET -x && cd /opt && git clone --depth=1 https://github.com/raspberrypi/pico-sdk -b "2.1.1" && cd pico-sdk && git submodule update --init --depth 1 #7 0.385 + cd /opt #7 0.385 + git clone --depth=1 https://github.com/raspberrypi/pico-sdk -b 2.1.1 #7 0.385 Cloning into 'pico-sdk'... #7 1.361 Note: switching to 'bddd20f928ce76142793bef434d4f75f4af6e433'. #7 1.361 #7 1.361 You are in 'detached HEAD' state. You can look around, make experimental #7 1.361 changes and commit them, and you can discard any commits you make in this #7 1.361 state without impacting any branches by switching back to a branch. #7 1.361 #7 1.361 If you want to create a new branch to retain commits you create, you may #7 1.361 do so (now or later) by using -c with the switch command. Example: #7 1.361 #7 1.361 git switch -c <new-branch-name> #7 1.361 #7 1.361 Or undo this operation with: #7 1.361 #7 1.361 git switch - #7 1.361 #7 1.361 Turn off this advice by setting config variable advice.detachedHead to false #7 1.361 #7 1.426 + cd pico-sdk #7 1.426 + git submodule update --init --depth 1 #7 1.435 Submodule 'lib/btstack' (https://github.com/bluekitchen/btstack.git) registered for path 'lib/btstack' #7 1.435 Submodule 'lib/cyw43-driver' (https://github.com/georgerobotics/cyw43-driver.git) registered for path 'lib/cyw43-driver' #7 1.435 Submodule 'lib/lwip' (https://github.com/lwip-tcpip/lwip.git) registered for path 'lib/lwip' #7 1.436 Submodule 'lib/mbedtls' (https://github.com/Mbed-TLS/mbedtls.git) registered for path 'lib/mbedtls' #7 1.436 Submodule 'tinyusb' (https://github.com/hathach/tinyusb.git) registered for path 'lib/tinyusb' #7 1.437 Cloning into '/opt/pico-sdk/lib/btstack'... #7 4.388 Cloning into '/opt/pico-sdk/lib/cyw43-driver'... #7 5.455 Cloning into '/opt/pico-sdk/lib/lwip'... #7 6.389 Cloning into '/opt/pico-sdk/lib/mbedtls'... #7 6.942 Cloning into '/opt/pico-sdk/lib/tinyusb'... #7 8.514 Submodule path 'lib/btstack': checked out '501e6d2b86e6c92bfb9c390bcf55709938e25ac1' #7 9.578 From https://github.com/georgerobotics/cyw43-driver #7 9.578 * branch c1075d4bc440422cf2b2fd12c64a1f53f77660ee -> FETCH_HEAD #7 9.623 Submodule path 'lib/cyw43-driver': checked out 'c1075d4bc440422cf2b2fd12c64a1f53f77660ee' #7 10.82 From https://github.com/lwip-tcpip/lwip #7 10.82 * branch 0a0452b2c39bdd91e252aef045c115f88f6ca773 -> FETCH_HEAD #7 10.86 Submodule path 'lib/lwip': checked out '0a0452b2c39bdd91e252aef045c115f88f6ca773' #7 12.91 From https://github.com/Mbed-TLS/mbedtls #7 12.91 * branch 5a764e5555c64337ed17444410269ff21cb617b1 -> FETCH_HEAD #7 13.00 Submodule path 'lib/mbedtls': checked out '5a764e5555c64337ed17444410269ff21cb617b1' #7 14.36 From https://github.com/hathach/tinyusb #7 14.36 * branch 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 -> FETCH_HEAD #7 14.46 Submodule path 'lib/tinyusb': checked out '86ad6e56c1700e85f1c5678607a762cfe3aa2f47' #7 DONE 15.5s #8 [5/5] RUN SET -x && cd /opt && git clone --depth=1 https://github.com/raspberrypi/picotool -b "2.1.1" && cd picotool && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr/local .. && make -j$(nproc) install #8 0.396 + cd /opt #8 0.396 + git clone --depth=1 https://github.com/raspberrypi/picotool -b 2.1.1 #8 0.397 Cloning into 'picotool'... #8 0.992 Note: switching to 'de8ae5ac334e1126993f72a5c67949712fd1e1a4'. #8 0.992 #8 0.992 You are in 'detached HEAD' state. You can look around, make experimental #8 0.992 changes and commit them, and you can discard any commits you make in this #8 0.992 state without impacting any branches by switching back to a branch. #8 0.992 #8 0.992 If you want to create a new branch to retain commits you create, you may #8 0.992 do so (now or later) by using -c with the switch command. Example: #8 0.992 #8 0.992 git switch -c <new-branch-name> #8 0.992 #8 0.992 Or undo this operation with: #8 0.992 #8 0.992 git switch - #8 0.992 #8 0.992 Turn off this advice by setting config variable advice.detachedHead to false #8 0.992 #8 1.004 + cd picotool #8 1.004 + mkdir build #8 1.004 + cd build #8 1.004 + cmake -DCMAKE_INSTALL_PREFIX=/usr/local .. #8 1.047 -- The C compiler identification is GNU 12.2.0 #8 1.095 -- The CXX compiler identification is GNU 12.2.0 #8 1.102 -- Detecting C compiler ABI info #8 1.159 -- Detecting C compiler ABI info - done #8 1.166 -- Check for working C compiler: /usr/bin/cc - skipped #8 1.166 -- Detecting C compile features #8 1.166 -- Detecting C compile features - done #8 1.168 -- Detecting CXX compiler ABI info #8 1.232 -- Detecting CXX compiler ABI info - done #8 1.236 -- Check for working CXX compiler: /usr/bin/c++ - skipped #8 1.237 -- Detecting CXX compile features #8 1.237 -- Detecting CXX compile features - done #8 1.237 Using PICO_SDK_PATH from environment ('/opt/pico-sdk') #8 1.238 .//usr/local/share/picotool/ #8 1.259 -- Using the single-header code from /opt/picotool/lib/nlohmann_json/single_include/ #8 1.314 -- Found Python3: /usr/bin/python3 (found version "3.11.2") found components: Interpreter #8 1.359 -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS #8 1.408 -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success #8 1.414 -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") #8 1.414 -- Checking for module 'libusb-1.0' #8 1.419 -- Found libusb-1.0, version 1.0.26 #8 1.433 -- Found LIBUSB: /usr/lib/x86_64-linux-gnu/libusb-1.0.so #8 1.436 -- Configuring done #8 1.456 -- Generating done #8 1.458 -- Build files have been written to: /opt/picotool/build #8 1.461 + nproc #8 1.461 + make -j20 install #8 1.483 [ 1%] Creating directories for 'flash_id' #8 1.483 [ 3%] Creating directories for 'xip_ram_perms' #8 1.483 [ 3%] Creating directories for 'otp_header_parser' #8 1.483 [ 4%] Building CXX object errors/CMakeFiles/errors.dir/errors.cpp.o #8 1.486 [ 5%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.o #8 1.487 [ 6%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.o #8 1.488 [ 7%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.o #8 1.489 [ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.o #8 1.489 [ 8%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/arc4.c.o #8 1.489 [ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o #8 1.490 [ 9%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.o #8 1.490 [ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.o #8 1.490 [ 10%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.o #8 1.490 [ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.o #8 1.490 [ 11%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o #8 1.490 [ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/blowfish.c.o #8 1.490 [ 12%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.o #8 1.490 [ 13%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.o #8 1.491 [ 14%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.o #8 1.491 [ 15%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.o #8 1.507 [ 15%] No download step for 'otp_header_parser' #8 1.507 [ 15%] No download step for 'flash_id' #8 1.515 [ 16%] No download step for 'xip_ram_perms' #8 1.520 [ 17%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.o #8 1.537 [ 18%] No update step for 'xip_ram_perms' #8 1.538 [ 19%] No update step for 'otp_header_parser' #8 1.539 [ 20%] No update step for 'flash_id' #8 1.541 [ 21%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.o #8 1.541 [ 21%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o #8 1.545 [ 22%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.o #8 1.560 [ 23%] No patch step for 'otp_header_parser' #8 1.560 [ 23%] No patch step for 'xip_ram_perms' #8 1.564 [ 23%] No patch step for 'flash_id' #8 1.581 [ 23%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.o #8 1.584 [ 25%] Performing configure step for 'otp_header_parser' #8 1.584 [ 25%] Performing configure step for 'xip_ram_perms' #8 1.588 [ 27%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o #8 1.588 [ 27%] Performing configure step for 'flash_id' #8 1.592 [ 28%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o #8 1.604 [ 28%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.o #8 1.614 [ 29%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o #8 1.621 [ 30%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.o #8 1.621 [ 30%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o #8 1.633 -- The C compiler identification is GNU 12.2.0 #8 1.634 [ 31%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.o #8 1.639 [ 32%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.o #8 1.640 [ 32%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/havege.c.o #8 1.649 -- The CXX compiler identification is GNU 12.2.0 #8 1.653 [ 33%] Linking CXX static library liberrors.a #8 1.659 -- Detecting CXX compiler ABI info #8 1.664 [ 34%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.o #8 1.672 [ 35%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o #8 1.673 -- The C compiler identification is GNU 12.2.0 #8 1.684 -- The CXX compiler identification is GNU 12.2.0 #8 1.685 [ 36%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md2.c.o #8 1.686 [ 37%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md4.c.o #8 1.687 [ 37%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.o #8 1.690 [ 37%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.o #8 1.691 [ 37%] Built target errors #8 1.693 -- The ASM compiler identification is GNU #8 1.695 -- Found assembler: /usr/bin/cc #8 1.697 [ 38%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o #8 1.702 -- Detecting C compiler ABI info #8 1.708 [ 38%] Building CXX object elf/CMakeFiles/elf.dir/elf_file.cpp.o #8 1.708 [ 38%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/mps_trace.c.o #8 1.713 [ 39%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/mps_reader.c.o #8 1.718 [ 40%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.o #8 1.719 [ 41%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.o #8 1.726 [ 41%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.o #8 1.729 [ 42%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.o #8 1.735 [ 42%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o #8 1.735 [ 43%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.o #8 1.739 -- The CXX compiler identification is GNU 12.2.0 #8 1.742 [ 44%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o #8 1.742 [ 45%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o #8 1.748 -- The ASM compiler identification is GNU #8 1.749 -- Found assembler: /usr/bin/cc #8 1.750 [ 45%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.o #8 1.751 [ 46%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o #8 1.756 -- Detecting C compiler ABI info #8 1.763 -- Detecting CXX compiler ABI info - done #8 1.771 -- Check for working CXX compiler: /usr/bin/c++ - skipped #8 1.772 -- Detecting CXX compile features #8 1.772 -- Detecting CXX compile features - done #8 1.778 -- Using the single-header code from /opt/picotool/lib/nlohmann_json/single_include/ #8 1.779 -- Configuring done #8 1.781 -- Generating done #8 1.782 -- Build files have been written to: /opt/picotool/build/otp_header_parser #8 1.798 -- Detecting C compiler ABI info - done #8 1.801 [ 47%] Performing build step for 'otp_header_parser' #8 1.807 -- Check for working C compiler: /usr/bin/cc - skipped #8 1.808 -- Detecting C compile features #8 1.808 -- Detecting C compile features - done #8 1.812 -- Detecting CXX compiler ABI info #8 1.815 [ 48%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.o #8 1.816 [ 48%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.o #8 1.825 -- Detecting C compiler ABI info - done #8 1.829 [ 49%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.o #8 1.830 [ 50%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.o #8 1.835 -- Check for working C compiler: /usr/bin/cc - skipped #8 1.835 -- Detecting C compile features #8 1.836 -- Detecting C compile features - done #8 1.837 [ 50%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.o #8 1.838 [ 50%] Building CXX object CMakeFiles/otp_header_parse.dir/otp_header_parse.cpp.o #8 1.838 [ 51%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.o #8 1.838 [ 52%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.o #8 1.840 -- Detecting CXX compiler ABI info #8 1.847 [ 53%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.o #8 1.847 [ 53%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.o #8 1.851 [ 55%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.o #8 1.851 [ 55%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.o #8 1.854 [ 55%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.o #8 1.862 [ 56%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.o #8 1.871 [ 57%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o #8 1.882 -- Detecting CXX compiler ABI info - done #8 1.883 [ 57%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.o #8 1.889 -- Check for working CXX compiler: /usr/bin/c++ - skipped #8 1.890 -- Detecting CXX compile features #8 1.891 -- Detecting CXX compile features - done #8 1.892 Using precompiled xip_ram_perms.elf #8 1.893 -- Configuring done #8 1.894 -- Generating done #8 1.895 -- Build files have been written to: /opt/picotool/build/xip_ram_perms #8 1.901 [ 58%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o #8 1.904 [ 59%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o #8 1.913 [ 59%] Performing build step for 'xip_ram_perms' #8 1.915 -- Detecting CXX compiler ABI info - done #8 1.924 -- Check for working CXX compiler: /usr/bin/c++ - skipped #8 1.924 -- Detecting CXX compile features #8 1.925 -- Detecting CXX compile features - done #8 1.926 [ 59%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.o #8 1.926 Using precompiled flash_id.bin #8 1.927 -- Configuring done #8 1.928 -- Generating done #8 1.928 -- Build files have been written to: /opt/picotool/build/picoboot_flash_id #8 1.942 [ 60%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o #8 1.945 [ 61%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.o #8 1.945 [ 61%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.o #8 1.945 [ 62%] Performing build step for 'flash_id' #8 1.946 [ 63%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.o #8 1.953 [ 64%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.o #8 1.955 [ 64%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.o #8 1.960 [ 64%] No install step for 'xip_ram_perms' #8 1.968 [ 65%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.o #8 1.969 [ 66%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.o #8 1.973 [ 67%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/opt/pico-sdk/lib/mbedtls/3rdparty/everest/library/x25519.c.o #8 1.973 [ 67%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/xtea.c.o #8 1.977 [ 68%] Completed 'xip_ram_perms' #8 1.978 [ 69%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/opt/pico-sdk/lib/mbedtls/3rdparty/everest/library/everest.c.o #8 1.980 [ 70%] No install step for 'flash_id' #8 1.985 [ 70%] Building C object lib/mbedtls/library/CMakeFiles/mbedcrypto.dir/opt/pico-sdk/lib/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c.o #8 1.998 [ 70%] Completed 'flash_id' #8 2.019 [ 70%] Built target xip_ram_perms #8 2.040 [ 70%] Built target flash_id #8 2.058 [ 71%] Configuring rp2350.rom.h #8 2.059 [ 72%] Configuring flash_id_bin.h #8 2.059 [ 72%] Configuring xip_ram_perms_elf.h #8 2.233 [ 72%] Built target binary_data #8 2.492 [ 73%] Linking CXX static library libelf.a #8 2.509 [ 73%] Built target elf #8 2.518 [ 74%] Linking C static library libmbedcrypto.a #8 2.520 [ 75%] Building CXX object elf2uf2/CMakeFiles/elf2uf2.dir/elf2uf2.cpp.o #8 2.557 [ 75%] Built target mbedcrypto #8 2.569 [ 77%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.o #8 2.569 [ 77%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.o #8 2.569 [ 78%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/certs.c.o #8 2.570 [ 78%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs11.c.o #8 2.571 [ 79%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.o #8 2.572 [ 79%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.o #8 2.572 [ 81%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.o #8 2.572 [ 81%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.o #8 2.573 [ 81%] Building C object lib/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.o #8 2.834 [ 82%] Linking C static library libmbedx509.a #8 2.854 [ 82%] Built target mbedx509 #8 2.866 [ 83%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.o #8 2.866 [ 85%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.o #8 2.866 [ 85%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.o #8 2.866 [ 85%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/net_sockets.c.o #8 2.869 [ 85%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_srv.c.o #8 2.869 [ 85%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cli.c.o #8 2.869 [ 86%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.o #8 2.869 [ 87%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.o #8 2.870 [ 88%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.o #8 2.870 [ 89%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.o #8 2.870 [ 89%] Building C object lib/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.o #8 3.121 [ 89%] Linking CXX static library libelf2uf2.a #8 3.140 [ 89%] Built target elf2uf2 #8 3.315 [ 90%] Linking C static library libmbedtls.a #8 3.335 [ 90%] Built target mbedtls #8 3.346 [ 91%] Building CXX object bintool/CMakeFiles/bintool.dir/bintool.cpp.o #8 3.346 [ 91%] Building C object bintool/CMakeFiles/bintool.dir/mbedtls_wrapper.c.o #8 4.062 [100%] Linking CXX executable otp_header_parse #8 4.118 [100%] Built target otp_header_parse #8 4.131 [ 92%] No install step for 'otp_header_parser' #8 4.140 [ 92%] Completed 'otp_header_parser' #8 4.158 [ 92%] Built target otp_header_parser #8 4.168 [ 92%] Generating /opt/picotool/build/rp2350_otp_contents.json #8 4.294 [ 93%] Configuring rp2350.json.h #8 4.305 [ 93%] Built target generate_otp_header #8 5.216 [ 94%] Linking CXX static library libbintool.a #8 5.248 [ 94%] Built target bintool #8 5.274 [ 95%] Building CXX object CMakeFiles/picotool.dir/data_locs.cpp.o #8 5.274 [ 95%] Building CXX object CMakeFiles/picotool.dir/otp.cpp.o #8 5.274 [ 97%] Building CXX object CMakeFiles/picotool.dir/xip_ram_perms.cpp.o #8 5.275 [ 97%] Building CXX object CMakeFiles/picotool.dir/main.cpp.o #8 5.275 [ 97%] Building C object CMakeFiles/picotool.dir/lib/whereami/whereami.c.o #8 5.275 [ 98%] Building CXX object CMakeFiles/picotool.dir/lib/whereami/whereami++.cpp.o #8 5.277 [ 98%] Building C object CMakeFiles/picotool.dir/picoboot_connection/picoboot_connection.c.o #8 5.277 [ 99%] Building CXX object CMakeFiles/picotool.dir/picoboot_connection/picoboot_connection_cxx.cpp.o #8 20.12 [100%] Linking CXX executable picotool #8 20.19 [100%] Built target picotool #8 20.22 Install the project... #8 20.22 -- Install configuration: "Release" #8 20.22 -- Installing: /usr/local/bin/picotool #8 20.23 -- Installing: /usr/local/lib/cmake/picotool/picotoolTargets.cmake #8 20.23 -- Installing: /usr/local/lib/cmake/picotool/picotoolTargets-release.cmake #8 20.23 -- Installing: /usr/local/lib/cmake/picotool/picotoolConfig.cmake #8 20.23 -- Installing: /usr/local/lib/cmake/picotool/picotoolConfigVersion.cmake #8 20.23 -- Installing: /usr/local/share/picotool/rp2350_otp_contents.json #8 20.23 -- Installing: /usr/local/share/picotool/xip_ram_perms.elf #8 DONE 20.4s #9 exporting to image #9 exporting layers #9 exporting layers 11.0s done #9 writing image sha256:22579e6f72cbe7e62c3a0f4a6c6777731fe818883a75a3dcc1e60e8fb93ff800 0.0s done #9 naming to registry.osmocom.org/osmocom-build/debian-bookworm-rp2040:latest 0.0s done #9 DONE 11.1s rm -rf .common make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-rp2040/debian-bookworm-rp2040' + docker push registry.osmocom.org/osmocom-build/debian-bookworm-rp2040 Using default tag: latest The push refers to repository [registry.osmocom.org/osmocom-build/debian-bookworm-rp2040] 161d407e5998: Preparing 0bfe99ace573: Preparing de3ab52b9a52: Preparing 1f6c55e35131: Preparing 247fffb7158d: Preparing 247fffb7158d: Layer already exists 1f6c55e35131: Pushed 161d407e5998: Pushed 0bfe99ace573: Pushed de3ab52b9a52: Pushed latest: digest: sha256:1143b8d66387d98198e04836b5295c99abd28f651cf53d64d845c0a0074e23a2 size: 1374 Finished: SUCCESS