Skip to content

Console Output

18:16:42 + make IMAGE=balenalib/rpi-raspbian:bookworm verify
18:16:42 docker run  --rm -i \
18:16:42 	-v "$(pwd):/v" \
18:16:42 	-e DEBIAN_FRONTEND=noninteractive \
18:16:42 	-e PACKAGE_REPO=staging \
18:16:42 	-w /v \
18:16:42 	balenalib/rpi-raspbian:bookworm ./verify
18:16:42 Unable to find image 'balenalib/rpi-raspbian:bookworm' locally
18:16:42 bookworm: Pulling from balenalib/rpi-raspbian
18:16:42 8996396f59ee: Already exists
18:16:42 d74305eb0c95: Already exists
18:16:42 decfc7c44756: Already exists
18:16:42 82de9d774bdc: Already exists
18:16:42 cd57115a4e25: Already exists
18:16:42 8e2ac8ca41cb: Already exists
18:16:42 04316490362d: Already exists
18:16:42 4c2d9fa6e0e8: Already exists
18:16:42 Digest: sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
18:16:42 Status: Downloaded newer image for balenalib/rpi-raspbian:bookworm
18:16:42 + verify
18:16:42 + dpkg --version
18:16:42 + verify_deb
18:16:42 + apt-get update
18:16:43 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
18:16:43 Get:2 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
18:16:43 Get:3 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [71.9 kB]
18:16:43 Get:4 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
18:16:43 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [19.9 MB]
18:16:45 Get:6 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB]
18:16:46 Fetched 20.1 MB in 3s (6038 kB/s)
18:16:47 Reading package lists...
18:16:47 W: http://archive.raspbian.org/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
18:16:47 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
18:16:48 Reading package lists...
18:16:49 Building dependency tree...
18:16:49 Reading state information...
18:16:49 ca-certificates is already the newest version (20211016).
18:16:49 Some packages could not be installed. This may mean that you have
18:16:49 requested an impossible situation or if you are using the unstable
18:16:49 distribution that some required packages have not yet been created
18:16:49 or been moved out of Incoming.
18:16:49 The following information may help to resolve the situation:
18:16:49 
18:16:49 The following packages have unmet dependencies:
18:16:49  python3-gi : Depends: python3 (< 3.11) but 3.11.1-2 is to be installed
18:16:49 E: Unable to correct problems, you have held broken packages.
18:16:50 Makefile:104: recipe for target 'verify' failed
18:16:50 make: *** [verify] Error 100