Re: trimming_ignore poudriere failure
Date: Sat, 18 Jan 2025 05:00:43 UTC
On Jan 17, 2025, at 10:19, Mark Millard <marklmi@yahoo.com> wrote: > On Jan 17, 2025, at 07:03, Mark Linimon <linimon@portsmon.org> wrote: > >> On 01/17/2025 3:41 AM CST Ronald Klop <ronald-lists@klop.ws> wrote: >> See latest 141releng-armv7-quarterly (https://pkg-status.freebsd.org/ampere1/jail.html?mastername=141releng-armv7-quarterly) failure: https://pkg-status.freebsd.org/ampere1/. >> >> The part of the logs about this error are not public (AFAIK) > > The machine is only accessible by IPv6. I have a 6 to 4 bridge running and > I was able to access them. > > I have access to any bulk build logs and I expect Ronald does too. > that includes to: > > https://pkg-status.freebsd.org/ampere1/data/141releng-armv7-quarterly/93a86df99a36/logs/ > > and to the the (here) empty: > > https://pkg-status.freebsd.org/ampere1/data/141releng-armv7-quarterly/93a86df99a36/logs/errors/ > > The type of log showing any error information would not seem to be > port/package specific but more like what what should show the > poudriere commands themselves: logs from outside the builder process > instead of/from inside a builder process. > > As for what can be seen from odd/incomplete content for logs for inside builder process . . . > > There are several logs that are incomplete (all stop with > "---Begin Environment---") but that do not report any errors. . . . An interesting point for almost all of the too-small log files (not for the one later example of a zero-size log) . . . https://github.com/freebsd/poudriere/blob/3.4.2/src/share/poudriere/common.sh has: echo "---Begin Environment---" injail /usr/bin/env echo "---End Environment---" which only has "injail /usr/bin/env" before the next echo and the /usr/bin/env output also did not show up either. Some sort of racy "injail" failure specific to armv7, given the usual lack of failure? Some sort of racy "/usr/bin/env" failure specific to armv7, given the usual lack of failure? (Possibly only for jail contexts?) === Mark Millard marklmi at yahoo.com