From nobody Sat Oct 14 13:36:34 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S74Cy1Ktfz4wmjN for ; Sat, 14 Oct 2023 13:36:46 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4S74Cx36d5z3VG3; Sat, 14 Oct 2023 13:36:45 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-80-101.area1b.commufa.jp [123.1.80.101]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 39EDaY4W046178; Sat, 14 Oct 2023 22:36:34 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sat, 14 Oct 2023 22:36:34 +0900 From: Tomoaki AOKI To: Nuno Teixeira Cc: FreeBSD CURRENT Subject: Re: poudriere jail upgrade 14.0-BETA5 -> 14.0-RC1 continues to fail Message-Id: <20231014223634.a0a4056cde9f6b76a4d9f6cc@dec.sakura.ne.jp> In-Reply-To: References: Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4S74Cx36d5z3VG3 On Sat, 14 Oct 2023 12:22:38 +0100 Nuno Teixeira wrote: > Hello all, > > I did try updating BETA1 -> BETA2, BETA2 -> BETA3, ..., BETA5 -> RC1 in > poudriere: > > `poudriere jail -u -j JAIL -t 14.0-RC1` > > All fails with: > --- > > /usr/src/sys/x86/x86/cpu_machdep.c > /usr/src/tests/sys/netpfil/pf/pfsync.sh > /usr/src/usr.bin/man/man.sh > /var/db/etcupdate/log > To install the downloaded upgrades, run > "/tmp/poudriere.3homsGor/freebsd-update.1BURpmmK install". > Installing updates... done. > No updates are available to install. > Run '/tmp/poudriere.3homsGor/freebsd-update.1BURpmmK fetch' first. > [00:11:17] Error: Fail to upgrade system > --- > > Any clues? > > Thanks, > > -- > Nuno Teixeira > FreeBSD Committer (ports) Shortage on /tmp? If not, what happens when you run `/tmp/poudriere.3homsGor/freebsd-update.1BURpmmK fetch` as suggested by pudriere? Or possibly your nearest mirror not yet has needed updates to fetch? FYI: I'm using src upgrading and created poudriere jail as below `poudriere jail -c -v stable/14 -a amd64 -K kernname -j jailname \ -m src=/usr/src` and didn't yet encountered problems on updating poudriere jail. This way, poudriere uses pre-built objects under /usr/obj as default. Regards. -- Tomoaki AOKI