Cannot get working poudriere jail with 14.3-RELEASE

From: Erwan David <erwan_at_rail.eu.org>
Date: Mon, 20 Oct 2025 15:43:07 UTC
I just upgraded from 14.2 to 14.3-RELEASE

When trying to create the 14.3 jail with "poudriere jail -c -j 
14-3-amd64 -v releng/14.3 -a amd64" it fails with error

fetch: 
https://download.FreeBSD.org/releases/amd64/amd64/releng/14.3/MANIFEST: 
Not Found

(note there are 2 /amd64 in the URL)


"poudriere jail -c -j 14-3-amd64 -v releng/14.3 -v 14.3-RELEASE" works, 
however when starting
"poudriere bulk -j 14-3-amd64 -f pkglists" I get


[00:00:06] Packge fetch: bootstrapping pkg
Bootstrapping pkg from 
pkg+https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
Verifying signature with trusted certificate 
pkg.freebsd.org.2013102301... done
[14-3-amd64-default] Installing pkg-2.3.1...
[14-3-amd64-default] Extracting pkg-2.3.1: 100%
Updating FreeBSD repository catalogue...
[14-3-amd64-default] Fetching meta.conf: 100%    179 B   0.2kB/s    00:01
[14-3-amd64-default] Fetching data.pkg: 100%   10 MiB  10.5MB/s    00:01
Processing entries: 100%
FreeBSD repository update completed. 36153 packages processed.
FreeBSD is up to date.
[ERROR] Unhandled error!
[00:00:14] Cleaning up

adding verbosity does not give information on this unhandled error, 
poudriere version is poudriere-git-3.4.3

What can I do now ?