Can't Build ISO Oct 25 2023

Trying to build ISO with same process as I always use. Build fails. I have pulled current git repo and current docker image. Build fails with:

E: Unable to locate package linux-image-6.1.60-amd64-vyos
E: Couldn't find any package by glob 'linux-image-6.1.60-amd64-vyos'
E: Couldn't find any package by regex 'linux-image-6.1.60-amd64-vyos'
E: An unexpected failure occurred, exiting...

Any ideas?

Build command: sudo ./build-vyos-image --architecture amd64 --build-by "myemail" --build-type development iso

I would recommend to take a peak at Workflow runs · vyos/vyos-rolling-nightly-builds · GitHub

Basically click on the latest build attempt such as:

Which have failed…

Click on “build-iso”.

Now the logs from “Run smoketests” loads and you can search for “fail” to locate which smoketests failed and why.

Also note that Linux Kernel 6.1.60 was just commited to vyos-build so it might take an hour or two before the package is properly available.

I think you could change the data/defaults.toml and point to use 6.1.59 for now and your build should succeed.

I often do this as a non smoketest build:

time sudo ./build-vyos-image --architecture amd64 --build-by “[email protected]” --vyos-mirror https://rolling-packages.vyos.net/current/ --debian-mirror Index of /debian --build-type release --version “1337-231025” iso