NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/58226: errors in set tests
The following reply was made to PR toolchain/58226; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/58226: errors in set tests
Date: Tue, 10 Jun 2025 17:12:12 +0200
It looks like we have two kinds of problems here, all related to LINK
or FILES targets.
In the last run I got several failures, among them:
rescue/[:
size (10665136, 10913480)
sha256 (0x26bbf9c48470c2eccaf01bc4ad6c7c4c43a84bd047d84eb145e620e6c58a692b, 0x724dc0a71099e5a720bc30ef8ccdddc5592669e1f051e3a1a8151082024170ba)
usr/share/examples/dhcpcd/dhcpcd.conf:
size (1429, 1276)
sha256 (0x5c0e35f2b53f7ef1d9876042f170363e2a00e3f41272a73cd547c2d8027531f4, 0x0eb37ddedf4a19609a7961b2be42e4336ff81da8f555b98c9cadde603bcc4e64)
The first one could be a race condition, as the end result in METALOG
looks correct:
> fgrep rescue/\[ METALOG
./rescue/[ type=file uname=root gname=wheel mode=0555 size=10913480 sha256=724dc0a71099e5a720bc30ef8ccdddc5592669e1f051e3a1a8151082024170ba
> ll rescue/[
-r-xr-xr-x 154 builds builds 10913480 Jun 10 11:16 rescue/[*
> sha256 rescue/[
SHA256 (rescue/[) = 724dc0a71099e5a720bc30ef8ccdddc5592669e1f051e3a1a8151082024170ba
but the other one is strange - looks like something did not update METALOG
and we now have an inconsitent state:
> fgrep examples/dhcpcd/dhcpcd.conf METALOG
./usr/share/examples/dhcpcd/dhcpcd.conf type=file uname=root gname=wheel mode=0444 size=1429 sha256=5c0e35f2b53f7ef1d9876042f170363e2a00e3f41272a73cd547c2d8027531f4
> ll ./usr/share/examples/dhcpcd/dhcpcd.conf
-r--r--r-- 1 builds builds 1276 May 19 10:10 ./usr/share/examples/dhcpcd/dhcpcd.conf
> sha256 ./usr/share/examples/dhcpcd/dhcpcd.conf
SHA256 (./usr/share/examples/dhcpcd/dhcpcd.conf) = 0eb37ddedf4a19609a7961b2be42e4336ff81da8f555b98c9cadde603bcc4e64
note that not even the size matches.
Martin
Home |
Main Index |
Thread Index |
Old Index